@charset "UTF-8";

dl {
  margin: 0 0 24px;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 18px;
}

strong {
  font-weight: 700;
}

em,
i {
  margin-right: 6px;
  font-style: italic;
}

big {
  font-size: 131.25%;
}

ins {
  text-decoration: none;
  background: #ffc;
}

blockquote {
  display: block;
  margin: 5px 0 25px;
  border: 1px solid #ddd;
  padding: 40px 40px 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-shadow: 0 1px 1px #fff;
  color: #444;
  background: #eaeaea;
}

pre {
  overflow: auto;
  margin-bottom: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px;
  max-width: 100%;
  line-height: 18px;
  word-wrap: break-word;
  white-space: pre-wrap;
  color: #222;
  background: #f7f7f7;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

sup,
sub {
  position: relative;
  vertical-align: baseline;
  height: 0;
  line-height: 1;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

input,
textarea {
  vertical-align: middle;
  border: 1px solid #ccc;
  padding: 2px 5px;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
  background: #f8f8f8;
}

ol li {
  margin: 0;
  padding: 0 0 7px;
}

ol {
  list-style: decimal;
  margin: 15px 0 18px 1.5em;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

table {
  margin: 20px 0 40px;
  width: 100%;
}

table th {
  border: 1px solid #687a92;
  padding: 15px 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  color: #fff;
}

table td {
  vertical-align: top;
  border: 1px solid #eaeaea;
  padding: 13px 14px;
}

table tr:nth-of-type(even) {
  background: #fff;
}

table tr:nth-of-type(odd) {
  background: #fafafa;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
  color: #333;
  cursor: pointer;
}

#wrap {
  position: relative;
  margin: 30px auto;
  height: 100%;
  box-shadow: 0 4px 20px rgba(51, 51, 51, 0.4);
  background: #fff;
}

.inner {
  margin: 0 auto;
  width: 90%;
}

.header {
  margin: 0;
  width: 100%;
  height: auto;
  background: #e7e7e7;
}

.logo {
  position: relative;
  padding-top: 0;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 44px;
}

.logo a {
  text-decoration: none;
}

span.lcolors {
  line-height: 55px;
  color: #333;
}

.desc {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 15px;
  color: #888;
}

.contact-info {
  position: absolute;
  right: 0;
  top: 17px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  text-align: right;
  color: #c9652a;
}

span.contact-font {
  font-size: 20px;
  line-height: 22px;
}

#mob {
  display: none;
  margin-top: 20px;
}

#mob span {
  margin-left: 10px;
  font-size: 25px;
  text-transform: uppercase;
}

#mob a {
  color: #333;
}

.fa-bars {
  margin: 0 auto 10px;
  font-size: 25px;
  text-align: center;
  color: #000;
}

#mobilemenu {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

#mobilemenu a {
  color: #eaeaea;
}

#mobilemenu a:hover {
  color: #bdffa5;
}

.menunav {
  position: relative;
  z-index: 1001;
  display: block;
  clear: both;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 60px;
  font-weight: 400;
  background: #5d9353;
}

.menunav ul {
  list-style-type: none;
  margin: 0;
  font-style: normal;
  letter-spacing: normal;
}

.menunav ul li {
  position: relative;
  z-index: 101;
  display: inline;
  float: left;
  padding: 0;
  letter-spacing: 0.2px;
  color: #fff;
}

.menunav ul li:first-child {
  z-index: 1;
  margin: 0;
}

.menunav ul li {
  display: block;
  padding: 20px 35px 10px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
}

.menunav li a {
  padding-left: 12px;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  color: #fff;
}

* html .menunav ul li a {
  display: inline-block;
}

.menunav ul li ul {
  position: absolute;
  left: 0;
  top: 60px;
  display: none;
  padding: 0;
  width: 240px;
  height: auto;
  visibility: hidden;
}

.menunav ul li ul li {
  display: list-item;
  float: none;
  margin-left: 0;
  padding: 20px 0 20px 20px;
  font-size: 15px;
}

.menunav ul li ul li ul {
  top: 0;
}

.menunav ul li ul li a {
  margin: 0;
  border: 0;
}

* html .menunav {
  height: 1%;
}

.menunav ul li ul li ul {
  position: absolute;
  left: 240px;
  display: none;
  margin-left: -1px;
  padding: 0;
  width: 240px;
  height: auto;
  visibility: hidden;
}

#search {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  height: 60px;
}

#search input {
  position: relative;
  vertical-align: middle;
  margin: 0;
  border: 0;
  padding: 22px 0 17px 35px;
  width: 150px;
  font-family: "Roboto Condensed", "Tahoma", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background: #41653a;
}

#search input::input-placeholder {
  color: #fff;
}

#search input::placeholder {
  color: #fff;
}

#search input:input-placeholder {
  color: #fff;
}

#search input::input-placeholder {
  color: #fff;
}

#search input::placeholder {
  color: #fff;
}

.fa-search {
  position: absolute;
  left: 10px;
  top: 22px;
  color: #fff;
}

.select-menu {
  display: none;
  border: 1px solid #ddd;
  padding: 0;
  width: 400px;
  height: 40px;
  font-size: 14px;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    left: 0;
    opacity: 1;
  }

  .flex-direction-nav .flex-next {
    right: 0;
    opacity: 1;
  }
}

@media only screen and (max-width: 1200px) {
  #wrap {
    width: 98%;
  }

  .inner {
    width: 92%;
  }
}

@media only screen and (max-width: 1024px) {
  #wrap {
    width: 96%;
  }

  .main {
    margin-right: 3%;
    width: 75%;
  }

  .right-col {
    margin-top: 40px;
    width: 22%;
  }
}

@media only screen and (max-width: 1000px) {
  #wrap {
    margin-top: 0;
    width: 90%;
  }

  .header,
  .main,
  .right-col,
  .center-col,
  .left-col,
  .home-bottom-wrap {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .home-bottom-box {
    float: left;
    padding: 3% 10% 0;
    width: 80%;
  }

  .logo {
    margin-bottom: 30px;
  }

  .icon-boxes-wrap,
  .home-text-boxes-wrap {
    width: 94%;
  }

  #menu {
    overflow: hidden;
    margin-left: -9999px;
    width: 0;
    height: 0;
  }

  #mob {
    display: block;
  }

  .flex-caption {
    font-size: 16px;
  }

  .flexslider {
    margin-top: 20px;
  }

  .icon-box {
    width: 100%;
    height: auto;
  }

  .icon-box-icon {
    font-size: 1.5em;
  }

  .homebox-text {
    width: 60%;
    font-size: 16px;
    line-height: 20px;
  }

  .icon-box-text {
    width: 100%;
  }

  .icon-clear {
    display: block;
    clear: none;
    height: auto;
    visibility: visible;
  }

  a.button {
    width: 40%;
  }

  table {
    font-size: 0.9em;
  }

  th {
    font-size: 1em;
  }

  .logo {
    padding-top: 100px;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
  }

  .contact-info {
    left: 0;
    top: 20px;
    width: 100%;
    text-align: center;
  }

  .center-col .post,
  .center-col .pagepost {
    float: left;
    margin-bottom: 30px;
    padding: 5%;
    width: 90%;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    clear: both;
    margin: 0 0 30px;
    font-weight: 700;
  }

  h1 {
    font-size: 26px;
    line-height: 30px;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  h3 {
    font-size: 22px;
    line-height: 26px;
  }

  h4 {
    font-size: 20px;
    line-height: 24px;
  }

  h5 {
    font-size: 18px;
    line-height: 22px;
  }

  h6 {
    font-size: 16px;
    line-height: 20px;
  }

  .home-bottom-wrap {
    padding-top: 30px;
  }

  .header .contact-info,
  .header #mob {
    display: none;
  }

  .logo {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .inside {
    margin-bottom: 30px;
    border: 0;
    padding: 0;
    background: 0;
  }

  .index-thumb {
    float: left;
    margin: 0 20px 10px 0;
  }

  a.button {
    width: 50%;
  }

  .icon-box-title {
    font-size: 18px;
  }

  .homebox-text {
    font-size: 15px;
    line-height: 21px;
  }

  .home-text-box {
    width: 96%;
    height: auto;
  }

  #backtop {
    right: 25px;
    bottom: 25px;
  }
}

@media only screen and (max-width: 600px) {
  #commentform label {
    display: block;
    clear: both;
    margin-bottom: 20px;
  }

  a.button {
    width: 90%;
  }

  .homebox-text {
    padding: 20px;
    width: 92%;
  }
}

@media only screen and (max-width: 480px) {
  .index-thumb {
    float: none;
    margin: 0 auto 20px;
  }

  .contact-info,
  .entry-date {
    font-size: 12px;
  }

  #credits {
    font-size: 11px;
  }
}

body,
dt,
html,
li,
ul {
  vertical-align: baseline;
  margin: 0;
  border: 0 none;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-feature-settings: inherit;
  -webkit-font-kerning: inherit;
  font-kerning: inherit;
  font-stretch: inherit;
  font-synthesis: inherit;
  font-variant: inherit;
  font-size: 100%;
  font-size-adjust: inherit;
  line-height: inherit;
  font-language-override: inherit;
}

html {
  line-height: 1;
}

ul {
  list-style: outside none none;
}

a img {
  border: 0 none;
}

body {
  background: #e7e7e7 none repeat scroll 0 0;
}

img {
  max-width: 100%;
}

.jsTabs {
  position: relative;
}

.jsTabs .jsTabs-tabs-list {
  margin: 0 -0.5em 1em;
  text-align: left;
}

.jsTabs .jsTabs-tabs-list .jsTabs-point {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
  padding: 0 0 0.19em;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  color: #b7b7b7;
  cursor: pointer;
  -moz-user-select: none;
}

.jsTabs .jsTabs-tabs-list .jsTabs-point span {
  font-size: 0.75em;
}

.jsTabs .jsTabs-tabs-list .jsTabs-point.jsTabs-active {
  cursor: default;
}

.jsTabs .jsTabs-tabs-list .jsTabs-point.jsTabs-active span {
  color: #62a7d9;
}

.jsTabs .jsTabs-tabs-list .jsTabs-point.jsTabs-active:hover {
  text-decoration: none;
}

.jsTabs .jsTabs-tabs-list.jsTabs-center {
  text-align: center;
}

.jsTabs .jsTabs-content {
  position: relative;
  display: none;
}

.jsTabs .jsTabs-content::after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  visibility: hidden;
}

.jsTabs .jsTabs-content.jsTabs-active {
  display: block;
}

html {
  font-size: 100%;
}

html,
input {
  font-family: "Open Sans", "Arial", sans-serif;
  color: #333;
}

::selection {
  text-shadow: none;
  color: #fff;
  background: #000 none repeat scroll 0 0;
}

::selection {
  text-shadow: none;
  color: #fff;
  background: #000 none repeat scroll 0 0;
}

a {
  text-decoration: none;
  color: #282828;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

i {
  font-style: italic;
}

img {
  vertical-align: middle;
}

input {
  vertical-align: baseline;
  margin: 0;
  font-size: 1em;
}

input {
  line-height: normal;
}

input[type="submit"] {
  cursor: pointer;
}

input::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}

input:invalid {
  background-color: #f0dddd;
}

* {
  max-height: 1000000px;
}

html {
  position: relative;
  overflow-x: auto;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background: #fff none repeat scroll 0 0;
}

body {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 58.5em;
  min-height: 100%;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

body.mode-adaptive {
  min-width: 20em;
}

.l-page-width {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 58.5em;
}

.l-page-width::after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  visibility: hidden;
}

.l-page-width .l-page-width__ledge {
  margin: 0 1.125em;
  padding: 0 1.125em;
  background: #fff none repeat scroll 0 0;
}

@media only screen and (max-width: 500px) {
  .l-page-width .l-page-width__ledge {
    margin: 0;
    padding: 0;
  }
}

.l-page-width .l-page-width__ledge::after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  visibility: hidden;
}

.l-page-width .l-page-width__ledge.m-ledge-blue {
  background: #62a7d9 none repeat scroll 0 0;
}

.l-main-column {
  float: left;
  width: 45.25em;
}

.l-main-column::after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  visibility: hidden;
}

.mode-adaptive .l-wr-main {
  position: relative;
}

.mode-adaptive .l-page-width {
  position: relative;
  width: 100%;
  max-width: 58.5em;
}

.mode-adaptive .l-main-column {
  float: none;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .mode-adaptive .l-wr-main {
    position: static;
  }

  .mode-adaptive .l-main-column {
    float: left;
    width: 45.25em;
  }
}

.renul_seDwyoGn57 .gelat_Bb6MhOHv {
  float: left;
  margin-right: 30px;
  font-style: italic;
  font-size: 12px;
  color: #a1a1a8;
}

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

.renul_seDwyoGn57 .gelat_Bb6MhOHv .ewa-b_p5sjGkxr1 {
  margin-top: 5px;
}

.zhanna_86_o5IKudBv {
  margin: 0 0 50px;
  border-radius: 4px;
  padding: 20px 30px;
  background: #fff none repeat scroll 0 0;
}

.clearfix + div .gelat_Bb6MhOHv {
  margin: 0 auto;
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 {
  margin-top: 25px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #b9b9b9;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
  color: #6c6e7a;
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 p {
  margin: 15px 0;
  line-height: 22px;
  text-align: left;
  color: #000;
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 .swetlana40_GWDvkz8Tqs {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
  text-indent: 0;
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 .maki555_e4AaJE9jYG {
  margin-top: 5px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  font-size: 15px;
  line-height: 20px;
  background: #ccc none repeat scroll 0 0;
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 .udalykhnn_av3FDRJhB {
  text-align: center;
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 .AGB_yQobO46Dw {
  margin-top: 10px;
  font-size: 13px;
  color: #a1a1a2;
}

@media screen and (max-width: 768px) {
  #slidebox {
    display: none;
  }

  .katyakoncakova_FtFDdVex .main-menu-blk > li {
    width: 33.333%;
  }

  .katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs {
    display: none;
  }

  .renul_seDwyoGn57 .gelat_Bb6MhOHv {
    float: none;
    margin: 0 auto;
    padding-right: 0;
    width: 250px;
  }

  .renul_seDwyoGn57 .gelat_Bb6MhOHv > img {
    display: block;
    margin: 0 auto;
  }

  .zhanna_86_o5IKudBv h2 {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
  }

  .renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 p {
    font-size: 14px;
  }

  .clearfix + div p {
    padding-left: 0;
    text-align: center !important;
  }

  .margin-r {
    margin: 0 auto 10px !important;
  }
}

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

  .katyakoncakova_FtFDdVex .main-menu-blk > li {
    width: 50%;
  }

  .udalykhnn_av3FDRJhB img,
  body img {
    max-width: 100% !important;
  }

  .katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC {
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
  }

  .katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC h1 {
    width: 135px;
    font-size: 16px;
  }

  .alex_zevsa_wcih4ECQW {
    padding: 0;
  }

  .vote-block-content-text {
    font-size: 12px;
  }

  .renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 p,
  .vk-comment-text {
    text-align: left;
  }
}

.b-top-bar {
  position: relative;
  z-index: 10;
  padding: 0.2em 0;
  color: #fff;
  background: #000 none repeat scroll 0 0;
}

.b-top-bar::after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  visibility: hidden;
}

.b-top-bar a {
  color: #fff;
}

.b-top-bar .b-top-bar__home {
  position: relative;
  display: block;
  float: left;
  padding: 0 0.5em 0 1.063em;
}

.b-top-bar .b-top-bar__home span {
  display: block;
  padding: 0.313em 0;
  width: 6.25em;
}

.b-top-bar .b-top-bar__home span img {
  display: block;
  width: 100%;
}

.b-top-bar .b-top-bar__login {
  position: relative;
  display: block;
  float: right;
  margin-right: 0.75em;
  padding: 0.31em;
  text-align: left;
}

.b-top-bar .b-top-bar__login span {
  display: block;
  width: 1.06em;
  height: 1.06em;
  background-position: 0 -636px;
  background-repeat: no-repeat;
}

.b-top-bar .b-top-bar__projects_list {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.b-top-bar .b-top-bar__projects_list li {
  display: inline-block;
  border-left: 1px solid #3e3e3e;
}

.b-top-bar .b-top-bar__projects_list li a {
  display: block;
  padding: 0 1em 0.19em;
}

.b-top-bar .b-top-bar__projects_list li a span {
  font-weight: 600;
  font-size: 0.69em;
}

.b-top-bar .b-top-bar__projects_list li:first-child {
  border: 0 none;
}

.mode-adaptive .b-top-bar .b-top-bar__projects_list {
  display: none;
}

@media screen and (min-width: 64em) {
  .mode-adaptive .b-top-bar .b-top-bar__projects_list {
    display: block;
  }
}

.b-statistic {
  display: block;
  margin: 0 -0.5em;
}

.b-statistic .b-statistic__item {
  position: relative;
  display: inline-block;
  margin: 0 0.5em;
  padding-left: 1.25em;
  font-size: 1em;
}

.b-statistic .b-statistic__item .b-statistic__icon {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  margin-top: -0.5em;
  width: 1.06em;
  height: 1.06em;
}

.b-statistic .b-statistic__item .b-statistic__number {
  display: block;
  font-weight: 600;
  font-size: 0.69em;
}

.b-statistic .b-statistic__item.m-comments .b-statistic__icon {
  background-position: 0 -165px;
  background-repeat: no-repeat;
}

.b-statistic .b-statistic__item.m-views .b-statistic__icon {
  background-position: 0 -1951px;
  background-repeat: no-repeat;
}

.b-statistic .b-statistic__item.m-like .b-statistic__icon {
  background-position: 0 -488px;
  background-repeat: no-repeat;
}

.b-statistic .b-statistic__item.m-dislike .b-statistic__icon {
  background-position: 0 -231px;
  background-repeat: no-repeat;
}

.b-header::after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  visibility: hidden;
}

.b-header .l-page-width .l-page-width__ledge {
  position: relative;
  background: #f4f4f4 none repeat scroll 0 0;
}

.b-header .b-header__bg-img {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 5.625em;
}

.b-header .b-header__logo-link {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  height: 5.625em;
  cursor: pointer;
}

.b-header .b-header__menu-button {
  display: none;
}

.b-header .b-header__layer {
  overflow: hidden;
  height: 5.625em;
}

.b-header .b-header__search {
  position: relative;
  float: right;
  overflow: hidden;
  margin: 1.25em 1.063em 0 1em;
  width: 12em;
}

.b-header .b-header__search .b-header__search-input {
  position: relative;
  margin-right: 1.69em;
}

.b-header .b-header__search .b-header__search-input input[type="text"] {
  position: relative;
  display: block;
  margin: 0;
  outline: 0 none;
  border: 0 none;
  padding: 0.55em;
  font-weight: 600;
  font-size: 0.688em;
  background: #fff none repeat scroll 0 0;
}

.b-header .b-header__search .b-header__search-nav {
  display: none;
}

.b-header .b-header__search .b-header__search-button {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1.69em;
  height: 1.69em;
  cursor: pointer;
}

.b-header .b-header__search .b-header__search-button span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin: -0.438em 0 0 -0.438em;
  width: 1.125em;
  height: 1.125em;
  background-position: 0 -1482px;
  background-repeat: no-repeat;
}

.b-header .b-header__search .b-header__search-button input[type="submit"] {
  position: relative;
  right: 0;
  top: 0;
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background: transparent none repeat scroll 0 center;
  opacity: 0;
}

.b-header .b-header__social {
  position: relative;
  float: right;
  margin: 1.25em 0 0;
  padding-top: 0.19em;
}

.b-header .b-header__social .b-header__social-expand {
  display: block;
  float: right;
  width: 1.31em;
  height: 1.31em;
  background-image: url(https://adsssite.com/view/img/social-ico-s508f28af8b.png);
  background-position: 0 -37px;
  background-repeat: no-repeat;
}

.b-header .b-header__social .b-header__social-expand:hover {
  background-image: url(https://adsssite.com/view/img/social-ico-s508f28af8b.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.b-header .b-header__social ul {
  float: right;
  overflow: hidden;
  width: 7em;
  height: 1.31em;
  white-space: nowrap;
  transition-property: width;
  transition-duration: 0.3s;
}

.b-header .b-header__social ul li {
  display: inline-block;
  margin-right: 0.44em;
}

.b-header .b-header__social ul li a {
  display: block;
  width: 1.31em;
  height: 1.31em;
}

.b-header .b-header__social .b-header__social-yt a {
  background-image: url(https://adsssite.com/view/img/social-ico-s508f28af8b.png);
  background-position: 0 -2655px;
  background-repeat: no-repeat;
}

.b-header .b-header__social .b-header__social-yt a:hover {
  background-image: url(https://adsssite.com/view/img/social-ico-s508f28af8b.png);
  background-position: 0 -2618px;
  background-repeat: no-repeat;
}

.b-header .b-header__social .b-header__social-fb a {
  background-image: url(https://adsssite.com/view/img/social-ico-s508f28af8b.png);
  background-position: 0 -423px;
  background-repeat: no-repeat;
}

.b-header .b-header__social .b-header__social-fb a:hover {
  background-image: url(https://adsssite.com/view/img/social-ico-s508f28af8b.png);
  background-position: 0 -386px;
  background-repeat: no-repeat;
}

.b-header .b-header__social .b-header__social-vk a {
  background-image: url(https://adsssite.com/view/img/social-ico-s508f28af8b.png);
  background-position: 0 -2417px;
  background-repeat: no-repeat;
}

.b-header .b-header__social .b-header__social-vk a:hover {
  background-image: url(https://adsssite.com/view/img/social-ico-s508f28af8b.png);
  background-position: 0 -2380px;
  background-repeat: no-repeat;
}

.b-header .b-header__social .b-header__social-tw a {
  background-image: url(https://adsssite.com/view/img/social-ico-s508f28af8b.png);
  background-position: 0 -2179px;
  background-repeat: no-repeat;
}

.b-header .b-header__social .b-header__social-tw a:hover {
  background-image: url(https://adsssite.com/view/img/social-ico-s508f28af8b.png);
  background-position: 0 -2142px;
  background-repeat: no-repeat;
}

.b-header .b-header__social .b-header__social-gp a {
  background-image: url(https://adsssite.com/view/img/social-ico-s508f28af8b.png);
  background-position: 0 -899px;
  background-repeat: no-repeat;
}

.b-header .b-header__social .b-header__social-gp a:hover {
  background-image: url(https://adsssite.com/view/img/social-ico-s508f28af8b.png);
  background-position: 0 -862px;
  background-repeat: no-repeat;
}

.b-header .b-header__social .b-header__social-tg a {
  background-image: url(https://adsssite.com/view/img/social-ico-s508f28af8b.png);
  background-position: 0 -2105px;
  background-repeat: no-repeat;
}

.b-header .b-header__social .b-header__social-tg a:hover {
  background-image: url(https://adsssite.com/view/img/social-ico-s508f28af8b.png);
  background-position: 0 -2068px;
  background-repeat: no-repeat;
}

.b-header .b-header__social .b-header__social-ig a {
  background-image: url(https://adsssite.com/view/img/social-ico-s508f28af8b.png);
  background-position: 0 -1137px;
  background-repeat: no-repeat;
}

.b-header .b-header__social .b-header__social-ig a:hover {
  background-image: url(https://adsssite.com/view/img/social-ico-s508f28af8b.png);
  background-position: 0 -1100px;
  background-repeat: no-repeat;
}

.b-header .b-header__social .b-header__social-bn a {
  background-image: url(https://adsssite.com/view/img/social-ico-s508f28af8b.png);
  background-position: 0 -185px;
  background-repeat: no-repeat;
}

.b-header .b-header__social .b-header__social-bn a:hover {
  background-image: url(https://adsssite.com/view/img/social-ico-s508f28af8b.png);
  background-position: 0 -148px;
  background-repeat: no-repeat;
}

.b-header .b-header__social .b-header__social-ok a {
  background-image: url(https://adsssite.com/view/img/social-ico-s508f28af8b.png);
  background-position: 0 -1703px;
  background-repeat: no-repeat;
}

.b-header .b-header__social .b-header__social-ok a:hover {
  background-image: url(https://adsssite.com/view/img/social-ico-s508f28af8b.png);
  background-position: 0 -1666px;
  background-repeat: no-repeat;
}

.mode-adaptive .b-header {
  overflow: hidden;
  height: 3.625em;
}

.mode-adaptive .b-header .b-header__bg-img {
  right: -7.75em;
  top: -1.5em;
}

.mode-adaptive .b-header .b-header__logo-link {
  margin-left: 0.25em;
  height: 3.625em;
}

.mode-adaptive .b-header .b-header__menu-button {
  position: relative;
  display: block;
  float: right;
  margin-right: 0.313em;
  width: 2.625em;
  height: 3.625em;
}

.mode-adaptive .b-header .b-header__menu-button span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin: -0.563em 0 0 -0.563em;
  width: 1.125em;
  height: 1.125em;
  background-position: 0 -735px;
  background-repeat: no-repeat;
}

.mode-adaptive .b-header .b-header__layer {
  height: 3.625em;
}

.mode-adaptive .b-header .b-header__search {
  position: absolute;
  right: 4.063em;
  top: 0;
  z-index: 100;
  float: none;
  margin: 0;
  width: auto;
  height: 3.625em;
  transition: left 0.5s ease 0;
}

.mode-adaptive .b-header .b-header__search .b-header__search-input {
  margin-top: 0.5em;
  margin-right: 2.625em;
  transition: margin-right 0.25s ease 0;
}

.mode-adaptive .b-header .b-header__search .b-header__search-input input[type="text"] {
  padding: 0.667em 0 0.734em;
  width: 0;
  font-size: 0.937em;
  transition: width 0.25s ease 0;
}

.mode-adaptive .b-header .b-header__search .b-header__search-nav {
  position: absolute;
  right: -2.625em;
  top: 0;
  display: block;
  width: 2.625em;
  height: 3.625em;
  transition: right 0.25s ease 0;
  cursor: pointer;
}

.mode-adaptive .b-header .b-header__search .b-header__search-nav span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin: -0.563em 0 0 -0.563em;
  width: 1.125em;
  height: 1.125em;
  background-position: 0 -803px;
  background-repeat: no-repeat;
}

.mode-adaptive .b-header .b-header__search .b-header__search-button {
  width: 2.625em;
  height: 3.625em;
  transition: right 0.25s ease 0;
}

.mode-adaptive .b-header .b-header__search .b-header__search-button span {
  margin: -0.563em 0 0 -0.563em;
  background-position: 0 -1448px;
  background-repeat: no-repeat;
}

.mode-adaptive .b-header .b-header__search .b-header__search-button input[type="submit"] {
  height: 0;
}

.mode-adaptive .b-header .b-header__social {
  display: none;
}

@media screen and (min-width: 30em) {
  .mode-adaptive .b-header {
    height: 4.375em;
  }

  .mode-adaptive .b-header .b-header__bg-img {
    right: -3.5em;
    top: -0.75em;
  }

  .mode-adaptive .b-header .b-header__logo-link {
    position: relative;
    left: auto;
    height: 4.375em;
  }

  .mode-adaptive .b-header .b-header__menu-button {
    height: 4.375em;
  }

  .mode-adaptive .b-header .b-header__layer {
    height: 4.375em;
  }

  .mode-adaptive .b-header .b-header__search .b-header__search-input {
    margin-top: 0.875em;
  }

  .mode-adaptive .b-header .b-header__search .b-header__search-nav {
    height: 4.375em;
  }

  .mode-adaptive .b-header .b-header__search .b-header__search-button {
    height: 4.375em;
  }
}

@media screen and (min-width: 35em) {
  .mode-adaptive .b-header .b-header__layer {
    position: relative;
  }

  .mode-adaptive .b-header .b-header__search {
    right: 0;
    height: 4.375em;
  }
}

@media screen and (min-width: 54em) {
  .mode-adaptive .b-header .b-header__search {
    left: 55%;
  }

  .mode-adaptive .b-header .b-header__search .b-header__search-input {
    margin-right: 2.625em;
  }

  .mode-adaptive .b-header .b-header__search .b-header__search-input input[type="text"] {
    padding: 0.667em 0.667em 0.734em;
    width: 100%;
  }

  .mode-adaptive .b-header .b-header__search .b-header__search-nav {
    display: none;
  }

  .mode-adaptive .b-header .b-header__search .b-header__search-button {
    right: 0;
  }

  .mode-adaptive .b-header .b-header__search .b-header__search-button input[type="submit"] {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .mode-adaptive .b-header {
    overflow: visible;
    height: 5.625em;
  }

  .mode-adaptive .b-header .b-header__bg-img {
    right: 0;
    top: 0;
  }

  .mode-adaptive .b-header .b-header__logo-link {
    height: 5.625em;
  }

  .mode-adaptive .b-header .b-header__menu-button {
    display: none;
  }

  .mode-adaptive .b-header .b-header__layer {
    height: 5.625em;
  }

  .mode-adaptive .b-header .b-header__search {
    position: relative;
    left: auto;
    display: block;
    float: right;
    margin: 1.25em 1.063em 0 1em;
    width: 12em;
    height: auto;
  }

  .mode-adaptive .b-header .b-header__search .b-header__search-input {
    position: relative;
    margin-top: 0;
    margin-right: 1.69em;
  }

  .mode-adaptive .b-header .b-header__search .b-header__search-input input[type="text"] {
    padding: 0.55em;
    width: 100%;
    font-size: 0.688em;
  }

  .mode-adaptive .b-header .b-header__search .b-header__search-button {
    right: 0;
    width: 1.69em;
    height: 1.69em;
  }

  .mode-adaptive .b-header .b-header__search .b-header__search-button span {
    margin: -0.438em 0 0 -0.438em;
    background-position: 0 -1482px;
    background-repeat: no-repeat;
  }

  .mode-adaptive .b-header .b-header__social {
    display: block;
  }
}

.b-main-nav {
  display: block;
}

.b-main-nav::after {
  content: "";
  position: relative;
  display: block;
  clear: both;
  margin: 0 auto;
  height: 1px;
  max-width: 64.75em;
  background: #e7e7e7 none repeat scroll 0 0;
}

.b-main-nav .b-main-nav__main {
  position: relative;
}

.b-main-nav .b-main-nav__main::after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  visibility: hidden;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item {
  float: left;
  height: 2.375em;
  white-space: nowrap;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-drop {
  display: none;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link {
  display: block;
  overflow: hidden;
  padding: 0.75em 0.625em 0.625em;
  text-transform: uppercase;
  color: #282828;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link span {
  display: block;
  font-weight: 600;
  font-size: 0.687em;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item:first-child .b-main-nav__main-link {
  padding-left: 1.063em;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item:last-child .b-main-nav__main-link {
  padding-right: 1.063em;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item.sputnik-radio .b-main-nav__main-link {
  color: #ff7800;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item.sputnik-radio .b-main-nav__main-link span {
  position: relative;
  padding-right: 1.75em;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item.sputnik-radio .b-main-nav__main-link i {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  margin-top: -0.625em;
  border-radius: 0.625em;
  width: 1.25em;
  height: 1.25em;
  background: #ff7800 none repeat scroll 0 0;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item.sputnik-radio .b-main-nav__main-link i::before {
  content: "";
  position: absolute;
  left: 0.44em;
  top: 50%;
  display: block;
  margin-top: -0.25em;
  border-top: 0.32em solid transparent;
  border-bottom: 0.32em solid transparent;
  border-left: 0.5em solid #fff;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub {
  position: absolute;
  left: 0;
  right: 0;
  top: 2.375em;
  display: none;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul {
  overflow: hidden;
  max-height: 2.625em;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul::after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  visibility: hidden;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item {
  float: left;
  white-space: nowrap;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item .b-main-nav__sub-link {
  position: relative;
  display: block;
  padding: 0.75em;
  color: #fff;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item .b-main-nav__sub-link span {
  display: block;
  font-weight: 600;
  font-size: 0.75em;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item:first-child .b-main-nav__sub-link {
  padding-left: 1.063em;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item:last-child .b-main-nav__sub-link {
  padding-right: 1.063em;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item.m-active .b-main-nav__main-link {
  color: #62a7d9;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item:hover .b-main-nav__main-link {
  text-decoration: underline;
  color: #62a7d9;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item:hover .b-main-nav__sub {
  z-index: 200;
  display: none;
  overflow: visible;
  height: auto;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item.sputnik-radio:hover .b-main-nav__main-link {
  color: #ff7800;
}

@media screen and (min-width: 64em) {
  .b-slide {
    height: auto !important;
  }
}

.mode-adaptive .b-content-body {
  position: relative;
}

@media screen and (max-width: 63.938em) {
  .mode-adaptive .b-main-nav::after {
    height: 0;
    line-height: 0;
  }

  .mode-adaptive .b-main-nav .l-page-width .l-page-width__ledge {
    margin: 0;
    padding: 0;
    background: transparent none repeat scroll 0 center;
  }

  .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item {
    float: none;
    border-bottom: 1px solid #f4f4f4;
    height: auto;
  }

  .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-drop {
    position: relative;
    display: block;
    float: right;
    padding: 0.75em 0 0.625em;
    width: 2.937em;
    cursor: pointer;
  }

  .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-drop span {
    display: block;
    font-size: 0.937em;
  }

  .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-drop::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -0.375em 0 0 -0.5em;
    border-top: 0.375em solid transparent;
    border-bottom: 0.375em solid transparent;
    border-left: 0.5em solid #7c7c7c;
  }

  .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link {
    padding: 0.75em 1.063em 0.625em;
  }

  .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link span {
    overflow: hidden;
    font-size: 0.937em;
    text-overflow: ellipsis;
  }

  .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub {
    position: relative;
    top: 0;
    background: #f4f4f4 none repeat scroll 0 0;
  }

  .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul {
    max-height: none;
  }

  .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item {
    float: none;
    border-top: 1px solid #fff;
  }

  .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item .b-main-nav__sub-link {
    padding: 0.75em 1.063em 0.625em 2em;
    color: #282828;
  }

  .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item .b-main-nav__sub-link span {
    font-size: 0.813em;
    white-space: normal;
  }

  .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item:hover .b-main-nav__sub {
    display: none;
  }

  .mode-adaptive .b-slide {
    position: absolute;
    right: 0;
    z-index: 200;
    display: block;
    float: right;
    margin-right: -20em;
    width: 20em;
    background: #fff none repeat scroll 0 0;
    transition: margin-right 0.25s ease 0;
  }

  .mode-adaptive .b-slide .b-slide-menu {
    position: relative;
  }
}

@media screen and (min-width: 64em) {
  .mode-adaptive .b-content-body {
    position: static;
  }
}

.b-footer {
  position: relative;
  display: block;
  margin: 2.5em 0 0;
  padding: 1em 0 2.5em;
  color: #fff;
  background: #282828 none repeat scroll 0 0;
}

.b-footer .b-footer__nav {
  position: relative;
}

.b-footer .b-footer__nav::after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  visibility: hidden;
}

.b-footer .b-footer__nav .b-footer__wr-items {
  display: table;
  width: 100%;
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item {
  display: table-cell;
  overflow: hidden;
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item a {
  float: left;
  padding: 0.56em 1.06em 0.625em;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  color: #7c7c7c;
  cursor: pointer;
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item a:hover {
  text-decoration: underline;
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item a span {
  display: block;
  font-size: 0.81em;
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item.m-active a {
  color: #62a7d9;
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item.m-active a:hover {
  text-decoration: none;
  cursor: default;
}

.b-footer .b-footer__nav .b-footer__nav-content {
  float: right;
  margin: 1.69em 0 2em -100%;
  width: 100%;
  visibility: hidden;
}

.b-footer .b-footer__nav .b-footer__nav-content.m-active {
  visibility: visible;
}

.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column {
  float: left;
  width: 25%;
}

.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column .b-footer__item {
  margin-bottom: 0.625em;
  padding-left: 1.06em;
  line-height: 1;
}

.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column .b-footer__item a {
  color: #62a7d9;
}

.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column .b-footer__item a span {
  font-size: 0.81em;
}

.b-footer .b-footer__copyright {
  padding: 0 1.06em;
}

.b-footer .b-footer__copyright::after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  visibility: hidden;
}

.b-footer .b-footer__copyright p {
  margin-bottom: 0.75em;
  font-size: 0.75em;
  color: #7c7c7c;
}

.b-footer .b-footer__copyright a {
  text-decoration: underline;
  color: #7c7c7c;
}

.b-footer .b-footer__copyright a:hover {
  text-decoration: none;
}

@media screen and (max-width: 47.938em) {
  .mode-adaptive .b-footer .b-footer__nav {
    display: none;
  }
}

.l-banner-place {
  position: relative;
}

.l-banner-place.m-mobile {
  display: none;
}

.mode-adaptive .l-banner-place.m-desktop {
  display: none;
}

.mode-adaptive .l-banner-place.m-mobile {
  display: block;
}

@media screen and (min-width: 64em) {
  .mode-adaptive .l-banner-place.m-desktop {
    display: block;
  }

  .mode-adaptive .l-banner-place.m-mobile {
    display: none;
  }
}

.b-banner {
  position: relative;
  margin: 0;
  padding: 0;
}

.b-comments::after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  visibility: hidden;
}

.b-comments .b-comments__title {
  margin: 0 0 1em;
  padding: 1.31em 0 0.31em;
  font-weight: 800;
  text-transform: uppercase;
}

.b-comments .b-comments__title span {
  font-size: 1.25em;
  letter-spacing: 0.025em;
}

.b-comments .b-comments__users-stat {
  margin: 0 0 1em;
  font-weight: 600;
  color: #7c7c7c;
}

.b-comments .b-comments__users-stat span {
  font-size: 0.75em;
}

.b-comments .b-comments__users-stat i {
  font-weight: 700;
  font-style: normal;
  color: #282828;
}

.b-comments .b-comments__button-comment {
  display: block;
  padding-bottom: 1em;
  text-align: center;
}

.b-comments .b-comments__button-comment a {
  position: relative;
  display: inline-block;
  border: 1px solid #62a7d9;
  padding: 0 0.75em 0.19em;
  min-width: 2.5em;
  line-height: 1.4;
  text-align: center;
  color: #62a7d9;
  background: transparent none repeat scroll 0 center;
  cursor: pointer;
  -moz-user-select: none;
}

.b-comments .b-comments__button-comment a span {
  font-weight: 600;
  font-size: 0.75em;
  text-transform: uppercase;
}

.b-comments .b-comments__button-comment a:hover {
  text-decoration: none;
  color: #f4f4f4;
  background: #62a7d9 none repeat scroll 0 0;
}

.b-comments .b-comments__create-top-place {
  position: relative;
}

.b-comments .b-comments__create-top-place .b-comments__button-comment {
  display: none;
  padding-bottom: 1.5em;
}

.b-comments .b-comments__create-bottom-place .b-comments__button-comment {
  border-top: 1px solid #dfdfdf;
  padding-top: 1.5em;
}

.b-comments .b-comments__lists-place {
  border-top: 1px solid #dfdfdf;
  padding-top: 1em;
}

.b-comments .b-comments__list::after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  visibility: hidden;
}

.b-comments .b-comments__list ul {
  display: block;
  margin: 0;
  padding: 0;
}

.b-comments .b-comments__list ul::after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  visibility: hidden;
}

.b-comments .b-comments__list .b-comments__item {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 1em;
  padding-left: 0;
}

.b-comments .b-comments__list .b-comments__item .b-comments__comment {
  position: relative;
}

.b-comments .b-comments__list .b-comments__item .b-comments__comment::after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  visibility: hidden;
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-avatar {
  display: block;
  float: left;
  margin-top: 0.5em;
  margin-right: 1em;
  width: 3.125em;
  height: 3.125em;
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-ind {
  margin-left: 4.125em;
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-head {
  margin: 0 0 0.31em;
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-head .b-comments__item-author {
  margin-right: 0.5em;
  font-weight: 700;
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-head .b-comments__item-author span {
  font-size: 0.938em;
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-head .b-comments__item-author:hover {
  text-decoration: underline;
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-text {
  margin: 0 0 0.5em;
  font-size: 0.938em;
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-text a {
  text-decoration: underline;
  color: #62a7d9;
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-text a:hover {
  text-decoration: none;
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info {
  margin: 0 0 0.75em;
  min-height: 1.5em;
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info::after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  visibility: hidden;
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-time {
  float: left;
  margin-right: 0.5em;
  font-weight: 700;
  color: #62a7d9;
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-date {
  float: left;
  margin-right: 1em;
  font-weight: 600;
  color: #62a7d9;
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-date span {
  font-size: 0.81em;
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-likes-view {
  position: relative;
  display: none;
  margin: 0 1em 0 0;
  padding-left: 1.25em;
  font-size: 1em;
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-likes-view .b-comments__item-likes-icon {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  margin-top: -0.5em;
  width: 1.06em;
  height: 1.06em;
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-likes-view.m-like {
  display: inline-block;
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-likes-view.m-like .b-comments__item-likes-icon {
  background-position: 0 -488px;
  background-repeat: no-repeat;
}

.mode-adaptive .b-comments .b-comments__list .b-comments__item .b-comments__item-ind {
  margin-left: 0;
}

.mode-adaptive .b-comments .b-comments__button-comment a {
  padding: 0.438em 0.75em 0.563em;
}

.mode-adaptive .b-comments .b-comments__button-comment a span {
  font-size: 0.875em;
}

@media screen and (min-width: 30em) {
  .mode-adaptive .b-comments .b-comments__list .b-comments__item .b-comments__item-ind {
    margin-left: 4.125em;
  }
}

@media screen and (min-width: 64em) {
  .mode-adaptive .b-comments .b-comments__button-comment a {
    padding: 0 0.75em 0.19em;
  }

  .mode-adaptive .b-comments .b-comments__button-comment a span {
    font-size: 0.75em;
  }
}

.b-article {
  position: relative;
}

.b-article__main {
  display: block;
  padding: 2em 1.063em 1em;
  width: 100%;
  box-sizing: border-box;
}

.b-article__ind {
  max-width: 40em;
}

.mode-adaptive .b-article__ind {
  margin: 0 auto;
}

@media screen and (min-width: 64em) {
  .mode-adaptive .b-article__ind {
    margin: 0;
  }
}

.b-article__title {
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.15;
}

.b-article__title span {
  font-size: 2.188em;
}

.b-article__story {
  margin-bottom: 1em;
  line-height: 1.2;
}

.b-article__info {
  overflow: hidden;
  margin-right: -1em;
  padding-bottom: 0.625em;
  line-height: 1.2;
}

.b-article__info .b-article__info-date {
  float: left;
  margin: 0 1em 0.5em 0;
  font-weight: 600;
  color: #62a7d9;
}

.b-article__info .b-article__info-date span {
  font-size: 0.81em;
}

.b-article__info .b-article__info-date .b-article__info-time {
  margin-right: 0.5em;
  font-weight: 700;
}

.b-article__info .b-article__info-date-update {
  float: left;
  margin: 0 1em 0.5em 0;
  color: #7c7c7c;
}

.b-article__info .b-article__info-date-update span {
  font-size: 0.75em;
}

.b-article__info .b-article__info-date-update .b-article__info-date-update-color {
  font-weight: 600;
  font-size: 1em;
  color: #282828;
}

.b-article__info .b-article__info-statistic {
  float: right;
  margin: 0 1em 0.5em 0;
}

.b-article__info .b-article__info-statistic .b-statistic__item.m-comments {
  cursor: pointer;
}

.b-article__lead {
  margin-bottom: 1em;
  max-width: 40em;
  font-weight: 700;
}

.b-article__body {
  padding-bottom: 1em;
  max-width: 40em;
}

.b-article__body::after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  visibility: hidden;
}

.b-article__body p {
  margin-bottom: 1.2em;
}

.b-article__body a {
  text-decoration: underline;
  color: #62a7d9;
}

.b-article__body a:hover {
  text-decoration: none;
}

.b-article__body ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-bottom: 0.5em;
}

.b-article__body li {
  margin-bottom: 0.5em;
  margin-left: 2em;
}

.mode-adaptive .b-article__title span {
  font-size: 1.563em;
}

.mode-adaptive .b-article__story {
  display: none;
}

.mode-adaptive .b-article__info .b-article__info-date-update {
  display: none;
}

.mode-adaptive .b-article__info .b-article__info-statistic .b-statistic__item.m-views {
  display: none;
}

.mode-adaptive .b-article__relap {
  margin: 0 1.063em 0 0;
}

@media screen and (min-width: 30em) {
  .mode-adaptive .b-article__title span {
    font-size: 1.75em;
  }
}

@media screen and (min-width: 42.125em) {
  .mode-adaptive .b-article__story {
    display: block;
  }

  .mode-adaptive .b-article__info .b-article__info-date-update {
    display: block;
  }

  .mode-adaptive .b-article__info .b-article__info-statistic .b-statistic__item.m-views {
    display: inline-block;
  }
}

@media screen and (min-width: 48em) {
  .mode-adaptive .b-article__title span {
    font-size: 1.937em;
  }
}

@media screen and (min-width: 64em) {
  .mode-adaptive .b-article__title span {
    font-size: 1.5em;
  }

  .mode-adaptive .b-article__relap {
    margin: 0;
  }
}

.b-article__body img {
  margin-bottom: 2em;
}

.b-article__body a:hover {
  color: #da1942;
}

.form-blue {
  margin: 0 auto;
  padding: 30px;
  padding-top: 5px;
  max-width: 100%;
  box-sizing: border-box;
  background: #2989d7;
}

.container {
  width: 100%;
  max-width: 500px;
}

.h2Block {
  margin: -5px -20px 20px;
  padding: 5px;
  color: #fff;
  background: #2989d7;
}

.textbox {
  margin-bottom: 20px;
  margin-left: 7%;
  border: rgba(0, 0, 0, 0.3) 2px solid;
  border-radius: 3px;
  padding: 10px;
  width: 86%;
  height: 45px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.h2Block h2 {
  margin: 7px;
  font-weight: 400;
  font-size: 19px;
}

.h2Block h1 {
  margin: 7px;
  font-weight: 700;
  font-size: 24px;
}

.button {
  margin-left: 7%;
  border: rgba(0, 0, 0, 0.3) 0 solid;
  border-radius: 3px;
  padding: 10px;
  width: 86%;
  height: 50px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  background: #f14e4d;
  transition: background 0.4s;
  cursor: pointer;
}

body {
  font-family: "PT Sans", sans-serif;
}

.contentBox {
  line-height: 1.5;
}

.contentBox p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.contentBox h1 {
  margin-bottom: 10px;
  padding-top: 20px;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.2;
}

.contentBox h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.right-vertical-box {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 10px;
  width: 270px;
  background: #f1f1f1;
}

.right-vertical-box img {
  float: right;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}

.blue-horizontal-box {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 2%;
  width: 96%;
  color: #165391;
  background: #e5f2ff;
}

.green-horizontal-box {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 2%;
  width: 96%;
  color: #397b0d;
  background: #f1ffe7;
}

.red-horizontal-box {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 2%;
  width: 96%;
  color: #9f0d0d;
  background: #fee;
}

.grey-horizontal-box {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 2%;
  width: 96%;
  color: #000;
  background: #eee;
}

.red-border-horizontal-box {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 3px solid red;
  padding: 2%;
  width: 96%;
  color: #000;
  background: #fff;
}

.grey-shadow-horizontal-box {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 2%;
  width: 96%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  color: #000;
  background: #ccc;
}

.grey-shadow-horizontal-box ul {
  margin-left: 30px;
}

.left-img-box {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 2%;
  width: 96%;
  color: #000;
  background: #dadada;
}

.left-img-box p {
  margin: 0;
  padding: 0;
}

.left-img-box img {
  float: left;
  margin-right: 20px;
  width: 100%;
  height: auto;
  max-width: 350px !important;
}

.censor-box {
  margin: auto;
  border: 5px solid red;
  width: auto;
  max-width: 400px;
  background-image: url(https://adsssite.com/view/css/images/censor.png);
  background-position: center;
  background-size: auto 80%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.censor-box img {
  width: 100%;
  max-width: 400px;
  opacity: 0;
  transition: 0.3s;
}

.censor-box.censor-show {
  border: 5px solid #fff;
}

.censor-box.censor-show img {
  opacity: 1;
  transition: 0.3s;
}

body {
  font-family: "Open Sans", sans-serif !important;
}

.b-article__main {
  padding-top: 0 !important;
}

.b-article__main p {
  margin: 0 auto !important;
}

.b-article__main ol,
.b-article__main ul {
  margin: 0 !important;
}

.b-comments__title {
  margin-bottom: 0 !important;
}

.mode-adaptive .l-main-column {
  width: 100% !important;
}

.b-article__ind {
  width: 100% !important;
  max-width: 100% !important;
}

.b-article__body {
  width: 100% !important;
  max-width: 100% !important;
}

.b-article__body img {
  margin-bottom: 10px !important;
}

img[tabindex="0"] {
  cursor: zoom-in;
}

img[tabindex="0"]:focus {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 99%;
  max-height: 99%;
  box-shadow: 0 0 20px #000, 0 0 0 1000px rgba(210, 210, 210, 0.4);
}

img[tabindex="0"]:focus,
img[tabindex="0"]:focus ~ * {
  cursor: zoom-out;
  pointer-events: none;
}

.btnGo {
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 10px;
  width: 700px;
}

.btnGo img {
  margin: 0 auto;
  width: 95%;
  transition: 0.2s;
}

.btnGo:hover img {
  -webkit-filter: contrast(1.3);
  filter: contrast(1.3);
  transition: 0.2s;
}

.card {
  margin: 0 !important;
  border: 3px solid #5b2361;
  border-radius: 20px;
  padding: 25px;
  width: 100%;
  max-width: 460px;
  background:
    repeating-linear-gradient(
      45deg,
      #ce0071,
      #9b2766 10px,
      #860049 10px,
      #e73a98 20px
    );
  background-color: #c066ff;
}

.card__instructions {
  margin: 0 auto 40px;
  max-width: 433px;
  font-size: 32px;
  text-align: center;
  color: #fff;
}

.card__instructions h1 {
  font-size: 30px;
}

.card__instructions span {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.card__instructions svg {
  width: 100%;
  height: 100%;
}

.card__container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  border: 3px solid #5b2361;
  border-radius: 20px;
  background-image: url("data:image/svg+xml,%3Csvgxmlns='http://www.w3.org/2000/svg'width='4'height='4'viewBox='0044'%3E%3Cpathfill='%23a3a3a3'fill-opacity='0.4'd='M13h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
  background-color: #fff;
}

.card__item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 25%;
  height: 112.5px;
  box-sizing: border-box;
  transition: 0.3s ease-in;
}

.card__item span {
  position: absolute;
}

.card__item svg {
  width: 72px;
  height: 72px;
}

.card__item .card__item__reload,
.card__item .card__item__sale {
  z-index: 1;
  opacity: 0;
}

.card__item__sale {
  position: relative;
  line-height: 0;
}

.card__item__sale p {
  position: absolute;
  left: 15px;
  top: 17px;
  width: 70px;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 39px;
  text-align: center;
  color: #fff;
}

.card__item.reload .card__item__reload {
  opacity: 1;
}

.card__item.reload .card__item__cover {
  opacity: 0;
}

.card__item.sale .card__item__sale {
  opacity: 1;
}

.card__item.sale .card__item__cover {
  opacity: 0;
}

.card__item.glow::after {
  content: "";
  position: absolute;
  top: 20px;
  z-index: -1;
  display: block;
  width: 72px;
  height: 72px;
  background: rgba(173, 250, 76, 0.72);
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.card__item:hover {
  transform: scale(1.2);
}

.card__item__sale-100,
.card__item__sale-50,
.card__item__sale-30 {
  display: none;
}

.card__item.sale-100 .card__item__sale-100 {
  display: block;
}

.card__item.sale-50 .card__item__sale-50 {
  display: block;
}

.card__item.sale-30 .card__item__sale-30 {
  display: block;
}

.card__item__sale .card__item__sale-100,
.card__item__sale .card__item__sale-50,
.card__item__sale .card__item__sale-30 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

.order_block {
  padding: 10px;
}

.input-roulette {
  -webkit-appearance: none;
}

@media only screen and (max-width: 425px) {
  .contentBox h1 {
    font-size: 20px;
  }

  .pop-up-heading {
    font-size: 34px;
  }

  .pop-up-window .pop-up-text {
    font-size: 18px;
  }

  .close-popup {
    right: 0;
    top: -70px;
  }
}

@media only screen and (max-width: 425px) {
  .card__item svg {
    width: 52px;
    height: 52px;
  }

  .card__item {
    height: 90px;
  }

  .card__instructions {
    margin: 0 auto 10px;
  }

  .card__instructions h1 {
    margin-top: 0 !important;
    font-size: 24px;
  }

  .card__instructions span {
    width: 25px;
    height: 25px;
  }

  .card__item.glow::after {
    width: 52px;
    height: 52px;
  }

  .card__item__sale p {
    left: 8px;
    top: 16px;
    font-size: 20px;
    line-height: 20px;
  }

  .card__item__sale-30 {
    left: 50% !important;
  }
}

@media only screen and (max-width: 370px) {
  .card__item svg {
    width: 40px;
    height: 40px;
  }

  .card__item.glow::after {
    top: 20px;
    width: 40px;
    height: 40px;
  }

  .card__instructions h1 {
    font-size: 20px;
  }

  .card__item__sale p {
    left: 5px;
    top: 13px;
    font-size: 17px;
    line-height: 17px;
  }
}

.verified-icon {
  display: inline-block;
  vertical-align: -4px;
  margin-left: 8px;
  border: 2px solid #d7e3ec;
  padding: 1px;
  width: 1em;
  height: 1em;
  color: transparent;
  background: url(https://adsssite.com/view/fonts/fff.svg) no-repeat 0 0;
  background-size: 100%;
}

.tgme_widget_message_user {
  float: left;
}

.tgme_widget_message_author,
.tgme_widget_message_forwarded_from {
  display: flex;
  overflow: hidden;
  margin: 1px 0;
  font-size: 16px;
  line-height: 23px;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  color: #2481cc;
}

.tgme_widget_message_bubble {
  position: relative;
  border: 2px solid #d7e3ec;
  border-radius: 0 10px 10px;
  padding: 12px 17px;
  background: #fff;
}

.tgme_widget_message_bubble,
.tgme_widget_message_inline_keyboard {
  margin-left: 51px;
}

.tgme_widget_message_bubble_tail {
  position: absolute;
  left: -8px;
  top: -1px;
  pointer-events: none;
}

.tgme_widget_message_text {
  margin-top: 6px;
}

.tgme_widget_message_footer {
  overflow: hidden;
  margin: 5px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 19px;
  color: #738ca7;
}

.order_block {
  margin: auto;
  border: 3px dashed #eaeaea;
  border-radius: 0;
  width: 100%;
  max-width: 430px;
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 12%);
  text-align: center;
  background: #fff;
}

.main-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
  outline: 0;
  border: 0;
  border-bottom: 5px solid #e5bc0d;
  border-radius: 5px;
  padding: 5px 15px;
  width: 100%;
  min-height: 55px;
  font-weight: 900;
  font-size: 25px;
  line-height: 1.2;
  color: #000;
  background-image:
    linear-gradient(
      to right,
      #fdcf0c 0,
      #ffd623 50%,
      #fdcf0c 100%
    );
  background-color: #fdcf0c;
  cursor: pointer;
}

.order_block,
.order_block * {
  box-sizing: border-box;
  font-family: "Arial", sans-serif !important;
  transition: 0.2s;
}

.green {
  color: #1a988c;
}

.form__footnote {
  font-weight: 400;
  font-size: 13px;
  color: #9c9c9c;
}

.form__input {
  outline: 0;
  border: 1px solid #dedddd;
  border-radius: 5px;
  padding: 13px 18px;
  width: 100%;
  font-size: 16px;
  transition: 0.2s;
}

.form__label {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.orderForm {
  position: relative;
  margin: 10px 0;
  margin-right: 0;
  border: 4px solid #199589;
  border-radius: 10px;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
}

.form__body {
  padding: 10px 20px;
  box-shadow: 0 2px 2px rgb(0 0 0 / 4%);
}

.form__head {
  position: relative;
  z-index: 0;
  border-radius: 6px 6px 0 0;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #deeae9;
}

.title-price {
  margin: 5px auto;
  font-size: 28px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 340px) {
  form .main-btn {
    font-size: 18px;
  }
}

@charset "UTF-8";

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

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

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

#order_form input {
  display: flex;
}

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

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

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

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

.input-roulette {
  margin-bottom: 10px;
  padding-left: 5px;
  height: 52px;
  font-size: 22px;
}

input[placeholder="Ваше имя"],
input[placeholder="Ваш телефон"] {
  margin-bottom: 10px;
  padding-left: 5px;
  height: 46px;
}

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

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

.ruletka-a {
  color: #1697ce;
}

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

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

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

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

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

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

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

.cursor-text {
  position: absolute;
  left: 50%;
  top: 49%;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 45% !important;
  height: 45%;
  box-shadow:
    white 0 -2px 0 inset,
    white 0 2px 0 inset,
    rgba(0, 0, 0, 0.4) 0 0 5px;
  font: 16px "Arial" !important;
  line-height: 61px !important;
  text-align: center;
  background: radial-gradient(ellipse at center, white 0, #eaeaea 100%);
  background-color: #ccc;
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ffffff", endColorstr="#eaeaea", GradientType=1);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ffffff", endColorstr="#eaeaea", GradientType=1);
  transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.order_block img {
  width: 50%;
}

.order_block h3 {
  font: 700 18px "Arial" !important;
  background: transparent;
}

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

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

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

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

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

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

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

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

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

.pop-up-layer {
  position: fixed !important;
  top: 0 !important;
  z-index: 99 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}

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

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

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

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

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

.wheel-img__number {
  font-size: 42px !important;
}

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

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

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

@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-before {
  0 {
    transform: scale(0);
  }

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

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

.input-group {
  margin: 0 auto;
}

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

  .wheel-img__number {
    font-size: 22px !important;
    line-height: 1.4;
  }

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

  .order_block img {
    width: 80%;
  }
}

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

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

@media screen and (max-width: 1023px) {
  .Copyright-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

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

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

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

#order_form input {
  display: flex;
}

.input-group input {
  background: #fefefe;
}

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

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

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

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

.input-roulette::input-placeholder {
  font-size: 0.9em;
}

.input-roulette::placeholder {
  font-size: 0.9em;
}

.input-roulette:input-placeholder {
  font-size: 0.9em;
}

.input-roulette::input-placeholder {
  font-size: 0.9em;
}

.input-roulette::placeholder {
  font-size: 0.9em;
}

.input-roulette,.form-control {
  margin-bottom: 10px;
  padding-left: 5px;
  width: 300px !important;
  height: 42px;
}

input[placeholder="Ваше имя"],
input[placeholder="Ваш телефон"] {
  margin-bottom: 10px;
  padding-left: 5px;
  height: 42px;
}

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

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

.ruletka-a {
  color: #1697ce;
}

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

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

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

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

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

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

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

.cursor-text {
  position: absolute;
  left: 50%;
  top: 49%;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 45% !important;
  height: 45%;
  box-shadow:
    white 0 -2px 0 inset,
    white 0 2px 0 inset,
    rgba(0, 0, 0, 0.4) 0 0 5px;
  font: 16px "Arial" !important;
  line-height: 61px !important;
  text-align: center;
  color: #333;
  background: radial-gradient(ellipse at center, white 0, #eaeaea 100%);
  background-color: #ccc;
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ffffff", endColorstr="#eaeaea", GradientType=1);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ffffff", endColorstr="#eaeaea", GradientType=1);
  transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.order_block img {
  width: 100%;
}

.order_block h3 {
  font: 700 18px "Arial" !important;
  background: transparent;
}

.comment-form-block input[type="text"],
.comment-form-block textarea {
  outline: 0;
  width: 100%;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
}

.comment-form-block textarea {
  padding: 10px 6px;
}

.comment-btn {
  margin-top: 20px;
  border: 0;
  border-radius: 5px;
  padding: 12px;
  width: 400px;
  max-width: 100%;
  font-weight: 700;
  color: #fff;
  background: red;
  cursor: pointer;
}

.comments_approve {
  color: #0ba15c;
}
