﻿#fountainG,
._ui_arrow,
.b_ear,
.b_main,
.b_rightcol,
.m_focused,
.row,
.win,
body {
  position: relative;
}
.row,
body {
  z-index: 1;
}
.matreshka__item img,
.matreshka__title,
.win p {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

.b_header .b_search .area input[type="text"]::first-letter,
.btn-bot,
.matreshka__title,
.vik-winners-bl .lb_text {
  text-transform: uppercase;
}

.b_ear.m_outline .b_ear-image,
.w_col1 {
  width: 205px;
}
._ui_arrow span,
._ui_arrow:before,
.b_partners_feed ._ui_arrow span,
.b_partners_feed ._ui_arrow:before {
  top: 0;
  bottom: 0;
  width: 64px;
  background: url(../images/_ui_arrow_2x.svg.html) 50% 50% no-repeat;
  position: absolute;
}
.w_col2 {
  width: 430px;
}
.w_col3 {
  width: 655px;
}
.w_col4 {
  max-width: 864px;
  width: 100%;
}
.w_col1,
.w_col2,
.w_col3,
.w_col4 {
  display: inline-block;
  vertical-align: top;
}
#order_form input,
.b_main,
.comment,
.load__comment,
.row {
  display: flex;
}
.w_col_main {
  width: 1200px;
}
.w_col_840 {
  width: 840px;
}
.row {
  justify-content: space-between;
  align-items: stretch;
}
.b_main {
  z-index: 10;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  justify-content: center;
  align-items: stretch;
}
.b_main-content .row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.b_rightcol {
  z-index: 11;
  width: 300px;
  margin-left: 16px;
}
._ui_arrow,
.b_ear {
  z-index: 1;
}
._ui_arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #b11116;
  overflow: hidden;
  cursor: pointer;
}
._ui_arrow:before,
.b_partners_feed ._ui_arrow:before {
  content: "";
  opacity: 1;
}
._ui_arrow span,
.b_partners_feed ._ui_arrow span {
  z-index: 2;
  right: 0;
  opacity: 0;
  transition: right 0.6s;
}
._ui_arrow:hover:before,
.b_header .b_search.m_open .btn-icon,
.b_partners_feed ._ui_arrow:hover:before {
  opacity: 0;
}
._ui_arrow:hover span,
.b_partners_feed ._ui_arrow:hover span {
  opacity: 1;
  right: -32px;
}
sub {
  line-height: 0;
  font-size: 0.8em;
}
.b_ear:before,
.m_focused:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  box-shadow: 0 0 0 rgba(177, 17, 22, 0);
  border: 2px solid rgba(177, 17, 22, 0);
  border-radius: 4px;
  transition: 0.3s;
}
.m_focused:focus-visible:before {
  box-shadow: 0 0 10px 1px rgba(177, 17, 22, 0.5);
  border: 2px solid rgba(177, 17, 22, 0.5);
}
.b_ear {
  height: 100%;
  display: block;
}
.b_ear-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
  overflow: hidden;
}
.b_ear-intro,
.b_ear-title {
  margin-bottom: 5px;
  display: block;
  position: relative;
  transition: color 0.3s;
}
.b_ear-image a {
  display: block;
  width: 100%;
}
.b_ear-image img {
  display: block;
  width: 100%;
  transform: scale(1, 1);
  transition: transform 2s;
}
.b_ear-title {
  font: bold 16px/1.2 Lora, serif;
  color: #292929;
}
.b_ear-intro {
  font: 13px/1.25 Roboto, sans-serif;
  color: #505050;
}
.b_ear-time {
  position: relative;
  display: block;
  font: 11px/1.35 Roboto, sans-serif;
  color: #7f7f7f;
}
.b_ear:focus-visible .b_ear-title,
.b_ear:hover .b_ear-title {
  color: #b11116;
}
.b_ear:focus-visible .b_ear-image img,
.b_ear:hover .b_ear-image img {
  transform: scale(1.07, 1.07);
}
.b_ear:focus-visible:before {
  box-shadow: 0 0 10px 1px rgba(177, 17, 22, 0.5);
  border: 2px solid rgba(177, 17, 22, 0.5);
}
.b_ear.m_outline {
  position: relative;
  border: 1px solid #eaeaea;
  padding: 20px;
}
.b_ear.m_outline .b_ear-title {
  font: bold 22px/1.2 Lora, serif;
  margin-bottom: 20px;
}
.b_ear.m_outline .b_ear-textblock {
  width: 165px;
}
.b_ear.m_line {
  display: inline-flex;
  flex-flow: row;
}
.b_ear.m_line .b_ear-image {
  display: flex;
  width: 205px;
  height: 136.66667px;
  overflow: hidden;
  justify-content: center;
  margin-bottom: 0;
}
.b_ear.m_line .b_ear-image a,
.b_partners_feed.show,
.pop-up-layer-show {
  display: block;
}
.b_ear.m_line .b_ear-image img {
  display: inline-block;
  width: 100%;
}
.b_ear.m_line .b_ear-textblock {
  display: inline-flex;
  width: 205px;
  margin-left: 20px;
  flex-flow: column;
}
.b_ear.m_outline2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}
.b_ear.m_outline2 .b_ear-textblock {
  margin-top: -20px;
  width: 370px;
}
.b_ear.m_outline2 .b_ear-title,
.b_ear.m_outline3 .b_ear-title {
  font: bold 22px/1.2 Lora, serif;
  margin-bottom: 5px;
}
.b_article-text p,
.b_article-text ul,
.b_ear.m_outline3 .b_ear-intro,
h2 {
  margin-bottom: 20px;
}
.b_ear.m_outline2 .b_ear-time {
  position: absolute;
  left: 30px;
  bottom: 20px;
}
.b_ear.m_outline3 {
  position: relative;
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b_ear.m_outline3 .b_ear-textblock {
  width: calc(100% - 327px);
  padding: 20px;
  display: inline-block;
}
.b_ear.m_outline3 .b_ear-image {
  display: inline-block;
  width: 327px;
  margin-bottom: 0;
}
.w_col1 .b_ear-image,
.w_col2 .b_ear-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b_article-header .addinfo .author-item,
.b_article-header .breadcrumb * {
  display: inline-block;
  vertical-align: baseline;
}
.w_col1 .b_ear-image a,
.w_col2 .b_ear-image a {
  display: block;
  height: 100%;
}
.w_col1 .b_ear-image img,
.w_col2 .b_ear-image img {
  width: 100%;
  height: 100%;
}
.w_col1 .b_ear-image {
  height: 137px;
}
.w_col2 .b_ear-image {
  height: 287px;
}
#_id_main_article {
  position: relative;
  z-index: 100;
  max-width: 1320px;
  margin: auto;
}
.b_article {
  position: relative;
  z-index: 300;
  max-width: 864px;
  width: 100%;
}
.b_article-header {
  position: relative;
  width: 100%;
}
.b_article-header .breadcrumb {
  position: relative;
  margin-bottom: 5px;
  font: 14px/1.5 Roboto, sans-serif;
  color: #7f7f7f;
}
.b_article-header .breadcrumb .time {
  margin-right: 20px;
}
.b_article-header .headline {
  position: relative;
  margin-bottom: 5px;
  font: bold 32px/1.2 Lora, serif;
  color: #292929;
}
.b_article-header .addinfo {
  position: relative;
  padding: 5px 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b_article-header .addinfo .author {
  position: relative;
  width: 70%;
}
.b_article-header .addinfo .author-item {
  font: 14px/20px Roboto, sans-serif;
  color: #7f7f7f;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.b_article-header .addinfo .author-item:after {
  content: ",";
}
.b_article-header .addinfo .audio:hover .audio-text,
.b_article-header .addinfo .author-item:hover,
.b_footer-info .item a,
.b_footer-nav .item:hover,
.b_header .b_nav-item:hover,
.b_header .b_search .area input[type="submit"]:hover {
  color: #b11116;
}
.b_article-header .addinfo .author-item:last-child {
  margin-right: 0;
}
.b_article-header .addinfo .author-item:last-child:after {
  content: "";
}
.b_article-header .addinfo .audio {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.b_footer-hat,
.b_header-row {
  justify-content: space-between;
}
.b_article-header .addinfo .audio-text {
  display: inline-block;
  margin-right: 5px;
  font: 14px/20px Roboto, sans-serif;
  color: #7f7f7f;
  transition: 0.3s;
}
.b_article-header .addinfo .audio-icon {
  display: inline-block;
  height: 24px;
}
.b_article-intro {
  position: relative;
  width: 660px;
  margin: 0 0 0 140px;
  padding: 10px 0;
  font: 500 22px/1.3 Lora, serif;
  color: #292929;
}
.b_article-text,
.b_article-text p {
  font: 18px/1.5 Roboto, sans-serif;
  position: relative;
  color: #292929;
}
.b_article-text {
  width: 100%;
}
.b_article-text p a {
  border-bottom: 1px solid #b11116;
  cursor: pointer;
  color: #b11116;
  transition: 0.3s;
}
.b_article-text p a b {
  font-weight: 400;
}
.b_article-text p a:hover {
  border-color: transparent;
}
.b_article-text h2,
.b_article-text h4 {
  position: relative;
  font: bold 26px/1.3 Lora, serif;
  color: #292929;
}
.b_article-text h2:first-child,
.b_article-text h4:first-child {
  padding-top: 0;
}
.b_article-text ul {
  list-style: circle inside;
  padding-left: 20px;
}
.b_article-text ul li + li {
  margin-top: 10px;
}
.b_article-media {
  position: relative;
  z-index: 12;
  width: 660px;
  margin: 0 0 0 140px;
  clear: both;
}
.b_article-media img {
  display: block;
  max-height: 100%;
}
.b_article-media div[data-widget="Player"] {
  width: 100%;
  height: 371px;
}
.b_article .__s_icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.b_404,
.b_footer-hat,
.b_header .item,
.b_header-row {
  display: flex;
  position: relative;
}
.b_header {
  position: relative;
  z-index: 1000;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 25px;
  font-size: 0;
}
.b_header-row {
  align-items: stretch;
  padding: 20px 0 0;
  z-index: 10;
  margin-bottom: 25px;
}
.b_header .item {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
}
.b_header .logo {
  position: relative;
  z-index: 2;
}
.b_header .logo img {
  display: block;
  height: 54px;
}
.b_header .b_nav {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  vertical-align: middle;
}
.b_header .b_nav-item,
.b_header .b_search {
  display: inline-block;
  vertical-align: middle;
}
.b_header .b_nav-item {
  margin-left: 30px;
  font: 500 13px/13px Roboto, sans-serif;
  color: #292929;
  cursor: pointer;
  transition: color 0.3s;
}
.b_footer-nav .item:first-child,
.b_footer-social .item:first-child,
.b_header .b_nav-item:first-child,
.b_partners_feed .wrapper .content .item:first-child {
  margin-left: 0;
}
.b_header .b_nav-item.m_subj {
  color: #7f7f7f;
}
.b_header .b_control {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
.b_header .b_search {
  position: relative;
  display: inline-flex;
  height: 17px;
  margin-right: 30px;
  width: 20px;
}
.b_header .b_search.m_open .area {
  width: 800px;
  padding-left: 200px;
  opacity: 1;
}
.b_header .b_search.m_open .btn:before {
  top: 0;
  left: 10px;
  width: 1px;
  opacity: 1;
}
.b_header .b_search.m_open .btn:after {
  top: 0;
  right: 9px;
  opacity: 1;
}
.b_header .b_search.m_open .btn:hover:before {
  transform: rotate(-135deg);
  background: #b11116;
}
.b_header .b_search.m_open .btn:hover:after {
  transform: rotate(135deg);
  background: #b11116;
}
.b_header .b_search .area {
  position: absolute;
  z-index: 1;
  top: -5px;
  right: calc(100% + 10px);
  height: 30px;
  background: #fff;
  border: 1px solid transparent;
  border-right: 0;
  width: 0;
  opacity: 0;
  padding-left: 0;
  overflow: hidden;
  transition: 0.2s;
}
.b_header .b_menu,
.b_header .b_search .btn {
  position: relative;
  width: 20px;
  height: 17px;
  display: inline-block;
}
.b_header .b_search .area:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 600px;
  border: 1px solid #eaeaea;
  border-right: 0;
}
.b_header .b_search .btn:after,
.b_header .b_search .btn:before {
  top: -17px;
  width: 1px;
  height: 18px;
  transition: 0.3s;
  content: "";
  background: #292929;
  opacity: 0;
}
.b_header .b_search .area label {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 220px;
  bottom: 0;
  font: 500 14px/26px Roboto, sans-serif;
  color: #7f7f7f;
  opacity: 1;
  transition: 0.3s;
}
.b_header .b_search .area input[type="text"] {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 20px;
  height: 26px;
  width: 500px;
  font: 500 14px/26px Roboto, sans-serif;
  color: #292929;
}
.b_header .b_search .area input[type="text"]:focus + label,
.b_header .b_search .area input[type="text"]:valid + label {
  opacity: 0;
  top: -30px;
}
.b_header .b_search .area input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  padding: 0 10px;
  font: 500 14px/17px Roboto, sans-serif;
  color: #292929;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s;
}
.b_header .b_search .btn {
  z-index: 2;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.b_header .b_search .btn:before {
  position: absolute;
  left: -9px;
  transform: rotate(-45deg);
}
.b_header .b_search .btn:after {
  position: absolute;
  right: -9px;
  transform: rotate(45deg);
}
.b_header .b_search .btn-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: auto;
  opacity: 1;
  transition: opacity 0.3s;
}
.b_header .b_menu {
  z-index: 1;
  flex-shrink: 0;
}
.b_header .b_menu-btn {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.b_header .b_menu-btn span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 2px;
  margin: auto;
  background: #292929;
  transition: 0.2s;
}
.b_header .b_menu-btn span:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  background: #292929;
  transition: 0.2s;
}
.b_header .b_menu-btn span:after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  background: #292929;
  transition: 0.2s;
}
.b_header .b_menu-btn:hover span,
.b_header .b_menu-btn:hover span:after,
.b_header .b_menu-btn:hover span:before,
.b_header .b_menu:hover .b_menu-btn span {
  background: #b11116;
}
.b_header .b_menu-content {
  position: absolute;
  z-index: 10;
  top: 100%;
  right: -10px;
  width: 170px;
  max-height: 0;
  padding: 0 10px;
  opacity: 1;
  overflow: hidden;
  transition: 0.15s;
}
.b_header .b_menu-content:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 15px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  box-shadow: 0 2px 10px transparent;
  transition: 0.15s;
}
.b_header .b_menu-item {
  position: relative;
  display: block;
  font: 500 13px/1.25 Roboto, sans-serif;
  color: #292929;
  background: #fff;
  transition: 0.3s;
}
.b_header .b_menu-item a {
  display: block;
  padding: 6px 20px;
}
.b_header .b_menu-item:hover {
  background: #f5f5f5;
  color: #b11116;
}
.b_header .b_menu:hover .b_menu-content {
  padding: 25px 10px 23px;
  max-height: 600px;
  opacity: 1;
}
.b_header .b_menu:hover .b_menu-content:before {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.b_header .b_menu:hover .b_menu-btn span:after {
  background: #b11116;
  opacity: 0;
}
.b_header-pseudo {
  position: fixed;
  top: -40px;
  left: 0;
  right: 0;
  height: 40px;
  background: #fff;
  box-shadow: 0 2px 3px transparent;
  opacity: 1;
  transition: 0.3s;
}
.b_header-pseudo.show {
  top: -1px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.b_header-pseudo .b_header-row {
  max-width: 1200px;
  width: 100%;
  height: 40px;
  margin: auto;
  padding: 0;
  align-items: center;
}
.b_header-pseudo .b_header-row .item {
  width: 30%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.b_header-pseudo .b_header-row .item:first-child {
  justify-content: flex-start;
}
.b_header-pseudo .b_header-row .item:last-child {
  justify-content: flex-end;
}
.b_header-pseudo .logo {
  height: 16px;
}
.b_header-pseudo .logo img {
  height: 100%;
}
.b_header.m_404 {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 50px;
}
.b_header.m_404 .logo {
  margin-bottom: 45px;
}
.b_header.m_404 .logo img {
  height: 30px;
}
.b_main-title {
  position: relative;
  font: bold 32px/1.2 Lora, serif;
  color: #292929;
  white-space: nowrap;
}
.b_main-title-logo {
  display: inline-block;
  margin-left: 20px;
  max-height: 50px;
  vertical-align: middle;
}
.b_main-intro {
  font: 400 18px/1.5 Roboto, sans-serif;
  color: #7f7f7f;
}
.b_main-intro p + p {
  margin-top: 20px;
}
.b_main .row-title {
  position: absolute;
  font: 500 18px/1.2 Roboto, sans-serif;
  color: #bfbfbf;
  top: 0;
  left: -40px;
  bottom: 0;
  width: 20px;
  text-align: right;
}
@media screen and (max-width: 1320px) {
  html body {
    width: 100%;
    min-width: 320px;
  }
  .b_main .row-title {
    display: none;
  }
}
.b_main .row-title-wrapper {
  position: sticky;
  top: 50px;
  height: 200px;
  white-space: nowrap;
}
.b_main .row-title-wrapper-main {
  height: 106px;
}
.b_newslist .b_ear,
.b_partners_feed.m_col .wrapper,
img {
  height: auto;
}
.b_main .row-title-text {
  position: relative;
  transform: rotate(-90deg);
  transform-origin: 100% 0;
  width: 200px;
  left: -200px;
}
.b_newslist {
  display: inline-flex;
  flex-flow: column;
  justify-content: flex-start;
}
.b_newslist .title {
  font: 500 22px/1.2 Lora, serif;
  color: #292929;
}
.b_author_center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  outline: #eaeaea solid 1px;
}
.b_author_center .b_ear-image,
.spin-wrapper .ruletka-p {
  margin-bottom: 15px;
}
.b_author_center .b_ear-textblock,
.b_author_center .b_ear-time {
  text-align: center;
}
.b_author_center .b_ear-title {
  font-size: 18px;
}
.b_404 {
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 50vh;
  margin-top: -50px;
}
.b_404-title {
  font: 700 144px/1.3 Lora, serif;
  color: #292929;
}
.matreshka__item img,
.matreshka__title,
.tgme_widget_message_footer,
.win p {
  -webkit-font-smoothing: antialiased;
}
.b_footer {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1320px;
  margin: 40px auto 0;
}
.b_footer-content {
  width: 100%;
  background: #f5f5f5;
}
.b_footer-hat {
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 26px 0;
  border-bottom: 1px solid #eaeaea;
}
.b_footer-nav .item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  font: 500 13px/13px Roboto, sans-serif;
  color: #292929;
  transition: color 0.3s;
}
.b_footer-social .item {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-left: 20px;
  opacity: 1;
  transition: opacity 0.3s;
}
.comment-write,
.comments__kma > div {
  transition: 0.3s;
}
.b_footer-social .item:hover {
  opacity: 0.75;
}
.b_footer-social .item.m_vk {
  background: url(../images/vk_round.svg) 50% 50% no-repeat;
}
.b_footer-social .item.m_fb {
  background: url(../images/fb_round.svg) 50% 50% no-repeat;
}
.b_footer-social .item.m_tg {
  background: url(../images/tg_round.svg) 50% 50% no-repeat;
}
.b_footer-social .item.m_ok {
  background: url(../images/ok_round.svg) 50% 50% no-repeat;
}
.b_footer-social .item.m_yt {
  background: url(../images/yt_round.svg) 50% 50% no-repeat;
}
.b_footer-info {
  position: relative;
  width: 1200px;
  margin: auto;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.b_footer-info .item {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: space-between;
  font: 13px/1.25 Roboto, sans-serif;
  color: #292929;
}
.b_footer-info .item div + div {
  margin-top: 30px;
}
.b_footer-info .item:first-child {
  align-items: flex-start;
}
h1 {
  line-height: 1em;
  margin-bottom: 16px;
}
img {
  max-width: 100%;
}
.vk-comment-text img {
  max-width: 350px !important;
  width: 100% !important;
}
.b_partners_feed {
  position: relative;
  width: 100%;
  display: none;
}
.b_partners_feed.m_col .wrapper .content {
  display: flex;
  flex-flow: column;
  height: auto;
  overflow: visible;
}
.b_partners_feed.m_col .wrapper .content .item {
  width: 100%;
  height: 170px;
  margin: 0 0 8px;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
}
.b_partners_feed.m_col .wrapper .content .item-text {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  width: 65%;
  padding: 20px;
  display: flex;
  align-items: center;
  background: 0 0 !important;
}
.b_partners_feed.m_col .wrapper .content .item-text-plug {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to left, rgba(41, 41, 41, 0) 0, #292929 100%);
}
.b_partners_feed.m_col .wrapper .content .item-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.b_partners_feed .header {
  display: block;
  padding: 0 0 10px;
  font: 700 18px/22px Lora, serif;
  color: #505050;
}
.b_partners_feed .header img {
  display: inline-block;
  height: 22px;
}
.b_partners_feed .wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 256px;
  overflow: hidden;
  border-radius: 4px;
}
.b_partners_feed .wrapper .content {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  height: 300px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.b_partners_feed .wrapper .content .item {
  position: relative;
  display: inline-flex;
  justify-content: center;
  width: 192px;
  height: 256px;
  vertical-align: top;
  border-radius: 4px;
  overflow: hidden;
  margin-left: 16px;
  background: #292929;
}
.b_partners_feed .wrapper .content .item-img {
  position: relative;
  z-index: 1;
  width: auto;
  height: 200px;
}
.b_partners_feed .wrapper .content .item-text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px 20px;
  font: bold 16px/19px Roboto, sans-serif;
  color: #fff;
  background: #292929;
  white-space: normal;
}
.b_partners_feed .wrapper .content .item-text-plug {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to bottom, rgba(41, 41, 41, 0) 0, #292929 100%);
}
.b_partners_feed ._ui_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  margin: auto;
  transition: 0.3s;
}
.b_partners_feed ._ui_arrow.m_right {
  right: -50px;
}
.b_partners_feed ._ui_arrow.m_right.visible {
  right: 20px;
}
.b_partners_feed ._ui_arrow.m_left {
  left: -50px;
  transform: scale(-1, 1);
}
.b_partners_feed ._ui_arrow.m_left:active {
  transform: scale(-0.95, 0.95);
}
.b_partners_feed ._ui_arrow.m_left.visible {
  left: 20px;
}
.art__img {
  max-width: 600px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
h2 {
  font-family: Roboto, sans-serif !important;
}
.b_header .b_menu:hover .b_menu-btn span:before {
  background: #b11116;
  opacity: 0;
  left: 0;
  opacity: 1;
}
.b_header .b_menu:hover .b_menu-btn span:after {
  right: 0;
  opacity: 1;
}
@media (max-width: 1200px) {
  .b_footer-hat,
  .b_header,
  .b_header-pseudo .b_header-row,
  .b_main {
    padding: 0 16px;
  }
}
@media (max-width: 950px) {
  .b_header .logo img {
    height: 38px;
  }
  .b_header-pseudo .logo img {
    height: 100%;
  }
  .b_rightcol {
    display: none;
  }
}
@media (max-width: 810px) {
  .b_header-row .b_nav {
    display: none;
  }
  .b_header .logo img {
    height: 24px;
  }
  .b_header-pseudo .logo img {
    height: 100%;
  }
  .my-search {
    flex-flow: row !important;
    align-items: center !important;
  }
  .b_footer-hat {
    flex-direction: column;
    gap: 24px;
    padding: 16px;
  }
  .b_footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  .b_footer-nav .item {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .b_article-text {
    display: flex;
    flex-direction: column;
  }
  h1 {
    order: -2;
    font-size: 28px;
  }
  .art__subtitle {
    order: -1;
  }
  .api-form1 .deadline1 {
    font-size: 14px !important;
  }
}
.ramka {
  background: #f2f2f2;
  border: 2px solid #000;
  padding: 12px 15px 0;
}
.txt-center {
  text-align: center;
  font-weight: 700;
}
.txt-red {
  color: red;
}
.prod-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
}
@media screen and (min-width: 640px) {
  .prod-img {
    max-width: 300px;
  }
}
.price-bl {
  text-align: center;
  margin-bottom: 20px;
}
.price-bl s {
  padding-right: 6px;
}
.price-bl b {
  color: red;
  padding-left: 6px;
}
.loading {
  display: flex;
  align-items: center;
  font-style: italic;
}
.loading img {
  display: inline;
  width: 60px !important;
  margin: 0 16px 0 0;
}
.comment-add {
  margin: 15px 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}
.win p,
p {
  padding: 0;
}
.comment-hide {
  transform: translateX(calc(-100% - 100px));
  height: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.comment-write {
  max-height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.comments__kma {
  overflow: hidden;
}
.loading:after {
  content: ".";
  animation: 1s infinite alternate loading;
}
@keyframes loading {
  60% {
    text-shadow: 0.35em 0 0 currentColor;
  }
  100% {
    text-shadow: 0.35em 0 0 currentColor, 0.75em 0 0 currentColor;
  }
}
@keyframes race {
  0%,
  50% {
    transform: skew(0, -3deg);
  }
  25%,
  75% {
    transform: skew(0, 3deg);
  }
  100% {
    transform: skew(0);
  }
}
.b_newslist-digest.m_special {
  padding: 20px;
  border: 1px solid #eaeaea;
  background: #fff;
}
.b_newslist-digest.m_special .b_newslist-digest-title {
  font: 700 18px/24px Lora, serif;
  color: #333;
  margin-bottom: 15px;
}
.b_newslist-digest.m_special .b_ear.m_line {
  flex-flow: row-reverse;
  padding-bottom: 5px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
}
.b_newslist-digest.m_special .b_ear.m_line:last-child {
  border-bottom: 0 solid #eaeaea;
  margin-bottom: 0;
}
input.form_control_vik.error,
input.form_control_vik.error:focus {
  border-color: #c92f54 !important;
}
.b_newslist-digest.m_special .b_ear.m_line .b_ear-image {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.b_newslist-digest.m_special .b_ear.m_line .b_ear-image img {
  width: auto;
}
.b_newslist-digest.m_special .b_ear.m_line .b_ear-textblock {
  margin: 0 10px 0 0;
  width: auto;
}
.b_newslist-digest.m_special .b_ear.m_line .b_ear-title {
  font: 14px/1.25 Lora, serif;
}
.b_newslist-digest.m_special .b_ear.m_line .b_ear-intro {
  font: 13px/1.25 Roboto, sans-serif;
  color: #7f7f7f;
}
.b_newslist-digest.m_special .b_ear.m_line .b_ear-time,
.burger,
.win {
  display: none;
}
.comment__img {
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 10px;
}
.comment__name {
  margin-bottom: 0 !important;
  font-weight: 700 !important;
}
.comment__info img {
  max-width: 350px;
  width: 100%;
  margin-top: 8px;
}
.api-form1 .form_control_vik_group {
  margin: 0 0 15px !important;
}
.form_control_vik_group input.form_control_vik.name,
.form_control_vik_group input.form_control_vik.phone {
  margin: 0 !important;
  text-align: left !important;
}
input.form_control_vik:focus::placeholder {
  color: transparent;
}
input.form_control_vik.error {
  color: #c92f54 !important;
}
input.form_control_vik.good {
  border-color: #388e3c !important;
  color: #388e3c !important;
}
.api-form1 .error_note {
  text-align: center;
  margin: 4px 0 0 !important;
  font-size: 13px;
  line-height: 16px;
  color: #c92f54;
}
input.form_control_vik.good:focus {
  border-color: #0d7f56 !important;
}
.order_block {
  max-width: 400px !important;
  margin: 0 auto !important;
}
.vk-comment-name,
.vk-comment-text {
  margin-left: 0 !important;
}
.order_block img {
  width: 100% !important;
  max-width: 300px !important;
}
.vk-comment-load {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.vk-comment-top {
  display: flex;
  gap: 20px;
  align-items: center;
}
.vk-comment-text {
  flex: 0 0 100%;
}
.vk-avatar picture {
  position: relative;
  width: 65px;
  height: 65px;
  display: block;
}
.vk-avatar img,
.vk-avatar source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.border {
  padding: 10px;
  border: 3px solid #444;
}
@media only screen and (max-width: 500px) {
  .vik-winners-bl .lb_top {
    padding: 10px 10px 10px 30px;
  }
  .vik-winners-bl .lb_top:before {
    top: 5px;
    left: 5px;
    width: 20px;
    height: 25px;
    background-size: 100%;
  }
  .vik-winners-bl .lbt_text_1 {
    font-size: 18px;
    line-height: 20px;
  }
  .vik-winners-bl .lbt_text_2 {
    margin-top: 5px;
  }
  .vik-winners-bl .lb_text {
    font-size: 26px;
    line-height: 27px;
    margin-top: 20px;
  }
  .vik-winners-bl .lb_text > span {
    font-size: 40px;
    line-height: 41px;
  }
}
.vik-winners-bl .left_block {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  padding: 50px;
  background: #f9f9f9;
  font-family: PFRegal, Georgia, serif;
}
.vik-winners-bl .lb_top,
.vik-winners-bl .wins {
  background: #fff;
}
.vik-winners-bl .lb_top {
  border: 1px solid #b5b5b5;
  border-radius: 15px;
  padding: 20px;
  position: relative;
}
.vik-winners-bl .lb_top:before {
  display: block;
  content: "";
  width: 40px;
  height: 50px;
  position: absolute;
  top: 25px;
  left: 25px;
}
.vik-winners-bl .lbt_text_1 {
  font-size: 20px;
  line-height: 30px;
  color: #272727;
  text-align: center;
}
.vik-winners-bl .lbt_text_2 {
  font-size: 13px;
  line-height: 15px;
  color: #626262;
  margin-top: 10px;
  text-align: center;
}
.vik-winners-bl .lb_text {
  font-size: 40px;
  line-height: 44px;
  margin: 50px 0 15px;
  text-align: center;
}
.vik-winners-bl .lb_text > span {
  display: inline-block;
  font-size: 30px;
  line-height: 76px;
}
.vik-winners-bl .wins {
  border: 1px solid #d8d8d8;
  border-radius: 15px;
}
.vik-winners-bl .win_line {
  display: table;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #d8d8d8;
}
.vik-winners-bl .win_line > div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 5px 0 15px;
  font-size: 17px;
  line-height: 19px;
}
.vik-winners-bl .win_line:first-child {
  background: linear-gradient(89.47deg, #ed7b22 0, #f59a14 100%);
}
.vik-winners-bl .win_line:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 1100px) {
  .vik-winners-bl .left_block {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .vik-winners-bl .left_block {
    padding: 30px 10px;
    max-width: 435px;
  }
}
@media only screen and (max-width: 880px) {
  .vik-winners-bl .left_block {
    max-width: 100%;
    float: none;
  }
  .vik-winners-bl .lb_text {
    text-align: center;
  }
}
@media (max-width: 720px) {
  .vik-winners-bl .win_line:first-child {
    display: none;
  }
  .vik-winners-bl .win_line {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .vik-winners-bl .win_line > div {
    width: 100% !important;
  }
}
@media only screen and (max-width: 500px) {
  .vik-winners-bl .lb_top {
    padding: 10px 10px 10px 30px !important;
  }
  .vik-winners-bl .lb_top:before {
    top: 5px;
    left: 5px;
    width: 20px;
    height: 25px;
    background-size: 100%;
  }
  .vik-winners-bl .lbt_text_1 {
    font-size: 18px;
    line-height: 20px;
  }
  .vik-winners-bl .lbt_text_2 {
    margin-top: 5px;
  }
  .vik-winners-bl .lb_text {
    font-size: 26px;
    line-height: 27px;
    margin-top: 20px;
  }
  .vik-winners-bl .lb_text > span {
    font-size: 40px;
    line-height: 41px;
  }
}
@media only screen and (max-width: 450px) {
  .vik-winners-bl .win_line > div {
    padding: 0 5px 0 10px;
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 460px) {
  .vik-winners-bl .left_block {
    padding: 0 !important;
  }
  .vik-winners-bl .win_line > div {
    font-size: 14px !important;
  }
  .vik-winners-bl .lb_text > span {
    font-size: 20px;
  }
  .vik-winners-bl .lb_top {
    padding: 10px;
  }
}
.verified-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  padding: 1px;
  color: transparent;
  background: url(../images/fff.svg.html) 0 0/100% no-repeat;
  vertical-align: -4px;
  border: 2px solid #d7e3ec;
  margin-left: 8px;
}
.tgme_widget_message_user {
  float: left;
}
.tgme_widget_message_author,
.tgme_widget_message_forwarded_from {
  font-size: 16px;
  line-height: 23px;
  margin: 1px 0;
  color: #2481cc;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
}
.tgme_widget_message_bubble {
  position: relative;
  border: 2px solid #d7e3ec;
  border-radius: 0 10px 10px;
  background: #fff;
  padding: 12px 17px;
}
.tgme_widget_message_bubble,
.tgme_widget_message_inline_keyboard {
  margin-left: 51px;
}
.tgme_widget_message_bubble_tail {
  pointer-events: none;
  position: absolute;
  left: -8px;
  top: -1px;
}
.tgme_widget_message_footer {
  font-size: 14px;
  line-height: 19px;
  color: #738ca7;
  margin: 5px 0 0;
  overflow: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.matreshka__title {
  text-align: center;
  font-size: 22px !important;
  background-color: #3a4752;
  border-radius: 0.5em;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
  margin: 15px 0;
  color: #fff !important;
  padding: 10px;
}
.matreshka__container {
  display: flex;
  justify-content: space-around;
}
.matreshka__item img {
  font-size: 16px;
  cursor: pointer;
  color: #e4cbcc;
  margin: 0 auto 20px;
  max-width: 250px;
  width: 100%;
}
.win,
.win p,
.win span {
  color: #8d7a7a !important;
}
.b-top-bar-button,
.fountainG,
.grats:after,
.win p,
.win__matreshka p {
  position: absolute;
}
.win p {
  cursor: pointer;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  margin: 0 0 20px;
  line-height: 1.4 !important;
  font-family: poetsen_oneregular;
  font-size: 50px !important;
  font-weight: 600;
  text-shadow: 1px 1px 1px #fff;
}
.w_block p::after {
  content: "";
  display: block;
  clear: both;
}
.grats span,
p.grats {
  color: #f52626 !important;
}
.grats:after {
  content: "";
  width: 100%;
  height: 30px;
  bottom: -20px;
  left: 0;
  z-index: 2;
  background-size: cover;
  background-image: url(../images/line.png.html);
}
@media (max-width: 767px) {
  .matreshka__item img {
    max-width: 200px;
  }
  .win p {
    font-size: 36px !important;
  }
  .sale {
    top: 15%;
  }
}
@media (max-width: 540px) {
  .win p {
    font-size: 32px !important;
  }
}
@media (max-width: 480px) {
  .sale {
    top: 8%;
  }
}
@media (max-width: 420px) {
  .win p {
    font-size: 28px !important;
  }
}
@media (max-width: 360px) {
  .win p {
    font-size: 26px !important;
  }
  .sale {
    top: 5%;
  }
}
#fountainG {
  width: 96px;
  height: 12px;
  margin: 10px;
}
.fountainG {
  top: 0;
  background-color: #000;
  width: 5px;
  height: 5px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
#push-comments #push_3dv4f7__message,
#push-comments #push_mlyjekpdfdd1__message,
.comment-input {
  box-shadow: 0 2px 4px -3px #237a27;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 120px;
  width: 100%;
}
#fountainG_1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}
#fountainG_2 {
  left: 12px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}
#fountainG_3 {
  left: 24px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}
#fountainG_4 {
  left: 36px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}
#fountainG_5 {
  left: 48px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}
#fountainG_6 {
  left: 60px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}
#fountainG_7 {
  left: 72px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}
#fountainG_8 {
  left: 84px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #000;
  }
  100% {
    transform: scale(0.3);
    background-color: #fff;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #000;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #fff;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #000;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #fff;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #000;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #fff;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #000;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #fff;
  }
}
#push-comments #push_3dv4f7 {
  background-color: #f0f0f0;
  box-sizing: border-box;
  font-family: Arial, serif;
  padding: 3rem 2rem;
  transition: 1s;
  width: 100%;
}
#push-comments #push_3dv4f7.hide,
#push-comments #push_mlyjekpdfdd1.hide {
  opacity: 0;
  display: block !important;
}
#push-comments #push_3dv4f7__form {
  box-sizing: border-box;
  margin: auto;
  max-width: 600px;
}
#push-comments #push_3dv4f7__title {
  color: #43a047;
  border-bottom: 0 solid;
  box-shadow: 1px 4px 10px -7px #ccc;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 16px;
}
#push-comments #push_3dv4f7__message,
.comment-input {
  border: 1px solid #43a047;
  font-size: 16px;
}
#push-comments #push_3dv4f7__submit,
#push-comments #push_mlyjekpdfdd1__submit {
  box-shadow: 0 2px 4px -3px #000;
  color: #fff;
  display: table;
  margin: 20px 0 0;
  transition: 0.5s;
  text-shadow: 0 0 1px #237a27;
  text-align: center;
  cursor: pointer;
}
#push-comments #push_3dv4f7__submit {
  background: #43a047;
  border: none;
  border-radius: 25px;
  height: 50px;
  font-size: 18px;
  max-width: 280px;
  width: 100%;
}
#push-comments #push_3dv4f7__submit:hover {
  background: #237a27;
  text-shadow: none;
  box-shadow: none;
}
#push-comments #push_3dv4f7__label::after,
#push-comments #push_3dv4f7__label::before,
#push-comments #push_mlyjekpdfdd1__label::after,
#push-comments #push_mlyjekpdfdd1__label::before {
  content: "";
  display: none;
}
#push-comments #push_mlyjekpdfdd1 {
  box-sizing: border-box;
  font-family: Arial, serif;
  padding: 3rem 0;
  transition: 1s;
  width: 100%;
  border-radius: 10px;
}
#push-comments #push_mlyjekpdfdd1__form {
  box-sizing: border-box;
  margin: auto;
}
#push-comments #push_mlyjekpdfdd1__title {
  color: #222d34;
  border-bottom: 0 solid;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 16px;
}
#push-comments #push_mlyjekpdfdd1__message {
  border: 1px solid #e0e5ef;
  font-size: 16px;
}
#push-comments #push_mlyjekpdfdd1__submit {
  background: #222d34;
  border: 0;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  padding: 10px 30px;
}
#push-comments #push_mlyjekpdfdd1__submit:hover {
  background: #391f66;
  text-shadow: none;
  box-shadow: none;
}
* {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
p {
  margin-bottom: 20px !important;
}
.ava_block {
  margin-right: 20px;
  width: 40px;
}
.ava_block img {
  max-width: 40px;
}
.vk-comment,
.vk-comment-load {
  margin-bottom: 20px;
  position: relative;
}
.vk-comment-name {
  color: #a40000;
  font-weight: 700;
  font-size: 18px;
}
.vk-avatar img {
  width: 65px !important;
  height: 65px !important;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.dislike img,
.like img,
.vk-comment-text p {
  margin-bottom: 0 !important;
}
.vk-comment-text p {
  padding-bottom: 0 !important;
}
.vk-comment-city {
  font-size: 18px !important;
  color: grey;
}
.vk-comment-wrap {
  display: grid;
  gap: 3px;
}
.dislike__count,
.like__count {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 140% !important;
  color: #828282;
}
.headline,
.subline {
  line-height: 140%;
  font-weight: 700;
}
.like-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.like {
  margin-right: 15px;
}
.dislike,
.like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.base {
  padding-top: 0 !important;
}
.headline {
  font-size: 44px;
  margin: 20px 0 30px;
}
.btn-bot,
.subline {
  font-size: 24px;
}
input {
  font-size: 14px;
}
.burger img {
  margin-bottom: 0;
}
.btn-bot {
  display: block;
  background: red;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
.ruletka-p,
.submit-roulette {
  text-align: center !important;
}
.vk-comment-text > picture {
  display: block;
  margin-top: 10px;
}
.vk-comment-load.answer {
  padding-left: 115px;
}
@media screen and (max-width: 680px) {
  .vk-comment-load.answer {
    border-left: 1px solid #444;
    padding-left: 10px;
    margin-left: 10px;
  }
}
.b-top-bar-button .btn-main {
  display: none;
  padding: 7px 35px;
  text-align: center;
  font-family: Arial !important;
  border-radius: 50px;
  background: #398e3d !important;
  font-size: 16px !important;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
}
.b-top-bar-button.sticky .btn-main {
  cursor: pointer;
  display: block;
  max-width: 250px;
  margin: 0 auto;
}
.b-top-bar-button {
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 0.6em 0;
}
.input-roulette,
.submit-roulette {
  outline: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  height: auto !important;
  padding: 15px !important;
  width: 100% !important;
  box-shadow: none !important;
}
.b-top-bar-button.sticky {
  position: fixed;
  background: #fff;
  z-index: 999;
  display: block;
}
@media screen and (min-width: 451px) {
  .l-wr-main {
    margin-top: 0;
  }
}
body :not(i) {
  font-family: Georgia, Times, "Times New Roman", serif !important;
}
li,
li *,
ol,
p :not(.sale, .sale*),
p:not(.sale, .sale*),
ul {
  font-size: 22px !important;
  line-height: 26px !important;
}
h1,
h1 * {
  font-size: 32px !important;
}
h2,
h2 * {
  font-size: 26px !important;
}
.input-roulette {
  font-style: normal;
  transition: 0.25s !important;
  line-height: 20px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  background: #f2f2f2 !important;
  border: 2.5px solid #ddd !important;
  border-radius: 35px !important;
  margin: 0 0 15px !important;
}
.submit-roulette {
  font-style: normal !important;
  line-height: 1.5 !important;
  position: static !important;
  clear: both !important;
  font-weight: 700 !important;
  border: 0;
  background: #388e3c !important;
  color: #fff !important;
  font-size: 22px !important;
  border-radius: 35px !important;
  display: block !important;
  cursor: pointer !important;
  margin: 15px 0 0 !important;
  text-transform: none !important;
}
.wheel img,
.wheel-img {
  max-width: 100%;
  max-height: 100%;
}
.submit-roulette:hover {
  background: #b00;
  transition: background 0.3s;
}
.additional-form-fields,
input[placeholder="Ваш телефон"],
input[placeholder="Ваше имя"] {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
}
#order_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.submit-roulette:active {
  transform: translateY(2px);
  box-shadow: none;
}
.submit-roulette,
input[value="Получить бесплатно"] {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 5px 0 15px;
  outline: 0;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s;
}
input[value="Получить бесплатно"]:hover {
  background: #b00 !important;
  transition: background 0.3s;
}
input[value="Получить бесплатно"]:active {
  transform: translateY(2px);
  box-shadow: none !important;
}
.input-roulette::placeholder {
  font-size: 0.9em;
}
.input-roulette {
  padding-left: 5px;
  margin-bottom: 10px;
}
.ruletka-p {
  text-indent: 0;
  color: #000;
  margin: 15px;
  line-height: 25px;
  font-weight: 700;
}
.ruletka-p h2 {
  font-size: 25px;
  margin-bottom: 15px;
}
.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;
}
.danger-text {
  color: red;
  font-weight: 700;
}
.wheel {
  width: 380px;
  height: 380px;
  margin: 0 auto;
  position: relative;
}
.cursor-text,
.wheel-cursor {
  position: absolute;
  left: 50%;
}
.wheel-img {
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
}
.wheel-cursor {
  width: 35% !important;
  height: 35%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cursor-text {
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  font: 16px/61px Arial !important;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #ccc;
  top: 49%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset,
    rgba(0, 0, 0, 0.4) 0 0 5px;
  box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset,
    rgba(0, 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, #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 {
  text-align: center;
  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;
}
.pop-up-button,
.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../images/cross.svg);
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: 0;
  cursor: pointer;
}
.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px;
}
.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important;
}
.pop-up-button {
  text-transform: uppercase;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  border: none;
  cursor: pointer;
  outline: 0;
}
.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}
.pop-up-layer {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 99 !important;
}
.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  padding: 70px 10px 20px;
  border-radius: 10px;
  animation: 0.7s 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: 0.5s 0.6s backwards 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;
  animation: 0.5s 0.6s backwards pop-up-appear-after;
}
.text_small {
  font-size: 0.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;
  }
}
@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;
  }
}
