﻿
@font-face {
  font-family: "PFBeauSansPro";
  src: url("../fonts/PFBeauSansPro-Regular.eot") format("embedded-opentype"), url("../fonts/PFBeauSansPro-Regular.woff") format("woff"), url("../fonts/PFBeauSansPro-Regular.ttf") format("truetype"), url("../fonts/PFBeauSansPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFBeauSansPro";
  src: url("../fonts/PFBeauSansPro-Bold.eot") format("embedded-opentype"), url("../fonts/PFBeauSansPro-Bold.woff") format("woff"), url("../fonts/PFBeauSansPro-Bold.ttf") format("truetype"), url("../fonts/PFBeauSansPro-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFBeauSansPro";
  src: url("../fonts/PFBeauSansPro-Italic.eot") format("embedded-opentype"), url("../fonts/PFBeauSansPro-Italic.woff") format("woff"), url("../fonts/PFBeauSansPro-Italic.ttf") format("truetype"), url("../fonts/PFBeauSansPro-Italic.svg") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PFBeauSansPro";
  src: url("../fonts/PFBeauSansPro-BoldItalic.eot") format("embedded-opentype"), url("../fonts/PFBeauSansPro-BoldItalic.woff") format("woff"), url("../fonts/PFBeauSansPro-BoldItalic.ttf") format("truetype"), url("../fonts/PFBeauSansPro-BoldItalic.svg") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PFBeauSansPro-Black";
  src: url("../fonts/PFBeauSansPro-Black.eot") format("embedded-opentype"), url("../fonts/PFBeauSansPro-Black.woff") format("woff"), url("../fonts/PFBeauSansPro-Black.ttf") format("truetype"), url("../fonts/PFBeauSansPro-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  position: relative;
  font: normal 16px "PFBeauSansPro";
  color: #000;
  line-height: 1.375em;
  background-color: #e8f1f4;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* высота веб-страницы больше или равна высоте окна браузера */
  margin: 0;
}

.main {
  flex: 1; /* если содержимое body меньше высоты окна, то main будет растянут до нужной величины */
}

h1 {
  font-size: 2.25em;
  font-weight: bold;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
}

strong {
  font-weight: bold;
}

a:focus {
  outline: none;
}

.body_image main {
  background: url("../images/main_bg.jpg") no-repeat center center;
}

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

header {
  color: #fff;
  background: url("../images/index_header_bg.jpg") no-repeat center -100px;
  padding-bottom: 40px;
}
header [class|=b-header-line] {
  height: auto;
}
header .b-header-line-1 {
  margin-top: 41px;
}
header .b-header-line-1 .pull-right > * {
  float: left;
}
header hr {
  position: absolute;
  top: 81px;
  left: 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #58a3bd;
}
header .b-header-line-2 {
  margin-top: 89px;
}
header .b-header-line-3 {
  display: none;
}

.b-site-info {
  font-size: 0.75em;
  color: #fff;
}
.b-site-info strong {
  font-size: 1.0833333333em;
}

.b-menu {
  display: block;
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}

.b-header-line-1 {
  position: relative;
}

.b-menu_header-social {
  position: absolute;
  right: 4px;
  top: 4px;
}

.b-menu__item .servers {
  color: #67da09;
  display: inline-block;
  background: url("../images/servers-ico.png") no-repeat -5px -8px;
  padding-left: 33px;
  margin-left: -10px;
}
.b-menu__item:hover .servers {
  color: #66da09;
  text-shadow: 0 0 0px #66da09, 0 0 0px #66da09, 0 0 1px #66da09, 0 0 15px #66da09;
  background: url("../images/servers-ico-hover.png") no-repeat 3px 1px;
}

.b-link_main-menu .premium {
  margin-right: 8px;
}

.b-menu__item {
  display: block;
  float: left;
}
.b-menu__item:last-child .b-link_main-menu {
  padding-left: 4px;
  margin-right: 10px;
}

.b-link {
  display: block;
  text-decoration: none;
}
.b-link:hover {
  text-decoration: none;
}
.b-link::before {
  display: none;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
  margin-top: -1px;
}

.b-link_main-menu {
  line-height: 30px;
  height: 32px;
  font-size: 15px;
  padding: 0 14px;
}
.b-link_main-menu span {
  color: #fff;
  border-bottom: 1px solid #58a3bd;
}
.b-link_main-menu:hover {
  background-color: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.b-link_main-menu:hover span {
  font-weight: bold;
  color: #cf5b5b;
  border: none;
}

.b-menu__item_header-social {
  width: 27px;
  height: 23px;
  margin-left: 16px;
}
.b-menu__item_header-social:first-child {
  margin-left: 0;
}
.b-menu__item_header-social:nth-child(2) {
  margin-left: 12px;
}

.b-link_header-social {
  /*
  @include round($header-social_height);
  width: $header-social_height;
  height: $header-social_height;
  background: #fff no-repeat center center;
  */
  width: 27px;
  height: 23px;
  background: url("../images/socialki-sprite.png") no-repeat -1px 0;
}
.b-link_header-social:hover {
  background-position-y: -23px;
}

.b-link_header-social-vk {
  background-position-x: -37px;
}

.b-link_header-social-tw {
  background-position-x: -77px;
}

.b-logo a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.0833333333em;
}
.b-logo a strong {
  display: block;
  font-size: 4em;
  letter-spacing: normal;
  line-height: 0.7083333333em;
}

.b-menu__item_tools_menu {
  margin-left: 40px;
}

.b-link_tools_menu {
  line-height: 44px;
  height: 46px;
  color: #fff;
  font-size: 0.9375em;
  padding: 0 20px 0 43px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  border: 1px solid transparent;
}
.b-link_tools_menu:hover, .b-link_tools_menu:focus {
  border-color: #449db9;
  color: #fff;
  text-decoration: none;
}
.b-link_tools_menu span {
  border-bottom: 1px dotted #fff;
}

.b-link_registration {
  background: url("../images/reg-ico.png") no-repeat 22px 17px;
}

.b-link_auth {
  background: url("../images/lock-ico.png") no-repeat 22px 15px;
}

.b-link_exit {
  background: url("../images/exit-ico.png") no-repeat 22px 15px;
}

.b-link_setup {
  background: url("../images/setup-ico.png") no-repeat 22px 15px;
}

footer {
  color: #fff;
  background: url("../images/index_footer_bg.jpg") no-repeat center 0;
}
footer .b-footer-line-1 {
  margin-top: 30px;
}
footer hr {
  margin: 25px 0 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #58a3bd;
}
footer .b-footer-line-2 {
  height: 68px;
  position: relative;
}
footer .b-footer-line-2 .copyright {
  position: absolute;
  left: 0;
}
footer .b-footer-line-2 .footer-socialki {
  width: 150px;
  margin: auto;
  padding-top: 3px;
}
footer .b-footer-line-2 .b-menu_footer-social {
  display: inline-block;
}

.b-link_footer-social {
  width: 16px;
  height: 16px;
  margin-right: 15px;
}

.b-link_footer-social-vk {
  background: url("../images/soc_sprite.png") no-repeat 0 0;
}
.b-link_footer-social-vk:hover {
  background-position: 0 -16px;
}

.b-link_footer-social-od {
  background: url("../images/soc_sprite.png") no-repeat -37px 0;
}
.b-link_footer-social-od:hover {
  background-position: -37px -16px;
}

.b-link_footer-social-tw {
  background: url("../images/soc_sprite.png") no-repeat -74px 0;
}
.b-link_footer-social-tw:hover {
  background-position: -74px -16px;
}

.b-link_footer-social-fb {
  background: url("../images/soc_sprite.png") no-repeat -109px 0;
}
.b-link_footer-social-fb:hover {
  background-position: -109px -16px;
}

.b-button {
  border: none;
  background: #fff;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  font-weight: bold;
  color: #cf5b5b;
  text-align: center;
  font-size: 1.125em;
  height: 52px;
  text-transform: uppercase;
  padding: 0 34px;
  display: inline-block;
  line-height: 50px;
}
.b-button:hover {
  color: #fff;
  background: #cf5b5b;
  text-decoration: none;
}

.b-button[disabled] {
  cursor: not-allowed;
}

.b-button_border {
  border: 3px solid #fff;
}

.b-button_border-red {
  border-color: #cf5b5b !important;
}

.offset-top-20 {
  margin-top: 20px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.center {
  margin: auto;
  text-align: center;
}

.input {
  width: 100%;
  border: solid 1px #9cc5d5;
  -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.14);
  box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 4px;
}

.body_white main {
  padding: 0;
  background: linear-gradient(to right, transparent 0%, #fff 50%), url("../images/main_w_bg.jpg") no-repeat 0 0;
}
.body_white main .container .row > div:last-child {
  background-color: #fff;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 320px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 320px), only screen and (min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min-resolution: 192dpi) and (min-width: 320px), only screen and (min-resolution: 2dppx) and (min-width: 320px) {
  /* Small screen, retina, stuff to override above media query */
  .body_white main {
    background: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 700px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 700px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 700px), only screen and (min-device-pixel-ratio: 2) and (min-width: 700px), only screen and (min-resolution: 192dpi) and (min-width: 700px), only screen and (min-resolution: 2dppx) and (min-width: 700px) {
  /* Medium screen, retina, stuff to override above media query */
  .body_white main {
    background: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1300px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1300px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1300px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1300px), only screen and (min-resolution: 192dpi) and (min-width: 1300px), only screen and (min-resolution: 2dppx) and (min-width: 1300px) {
  /* Large screen, retina, stuff to override above media query */
  .body_white main {
    background: none;
  }
}
.b-anons h2 a, .breadcrumb a {
  color: #198fb7;
  text-decoration: none;
}
.b-anons h2 a:hover, .breadcrumb a:hover {
  color: #198fb7;
  text-decoration: none;
}
.b-anons h2 a:hover span, .breadcrumb a:hover span {
  border: none;
}
.b-anons h2 a span, .breadcrumb a span {
  border-bottom: 1px solid #afd8e6;
}

.breadcrumb {
  background: none;
  font-size: 0.75em;
  color: #198fb7;
  text-transform: uppercase;
  padding: 0 0 14px;
  margin: 0;
  border-bottom: 1px solid #efefef;
}
.breadcrumb > li + li:before {
  color: #198fb7;
  content: ">";
  padding: 0 5px;
}

.shadowed-box {
  -webkit-box-shadow: 0 3px 9px rgba(27, 132, 168, 0.13);
  -moz-box-shadow: 0 3px 9px rgba(27, 132, 168, 0.13);
  box-shadow: 0 3px 9px rgba(27, 132, 168, 0.13);
}

.b-content-wrapper {
  position: relative;
  -webkit-box-shadow: -4px 3px 5px rgba(27, 132, 168, 0.13);
  -moz-box-shadow: -4px 3px 5px rgba(27, 132, 168, 0.13);
  box-shadow: -4px 3px 5px rgba(27, 132, 168, 0.13);
  padding-bottom: 40px;
}

div.navi_page {
  overflow: hidden;
  float: left;
  margin-right: 6px;
}
div.navi_page a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 32px;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  color: #198fb7;
  text-decoration: underline;
}
div.navi_page a:hover {
  color: #198fb7;
  text-decoration: none;
}
div.navi_page.open_navi a {
  text-decoration: none;
  color: #000;
  background: #efefef;
}

[class|=wrapper] {
  padding: 20px 15px;
}

.wrapper-archive .b-category-title, .wrapper-archive .b-category-footer {
  margin-top: 20px;
}
.wrapper-archive .b-anons {
  margin-top: 20px;
}

.b-category-title, .b-category-footer {
  font-size: 0.875em;
  color: #757575;
  line-height: 1.25em;
}
.b-category-title h1, .b-category-footer h1 {
  color: #000;
}

.b-anons {
  -webkit-box-shadow: 0 3px 9px rgba(27, 132, 168, 0.13);
  -moz-box-shadow: 0 3px 9px rgba(27, 132, 168, 0.13);
  box-shadow: 0 3px 9px rgba(27, 132, 168, 0.13);
  padding: 15px;
}
.b-anons h2 {
  margin-top: 0;
}

aside {
  padding: 25px 0;
}
aside .b-aside-widget {
  margin-top: 25px;
  margin-right: -15px;
  position: relative;
}
aside .b-aside-widget::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 10px;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 1;
}

.b-aside-widget {
  background: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(27, 132, 168, 0.13);
  -moz-box-shadow: 0 3px 9px rgba(27, 132, 168, 0.13);
  box-shadow: 0 3px 9px rgba(27, 132, 168, 0.13);
  padding: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.b-aside-widget h2 {
  margin-bottom: 20px;
}
.b-aside-widget h2 a {
  font-size: 0.9166666667em;
  font-weight: bold;
  color: #cf5b5b;
  text-decoration: none;
  text-transform: uppercase;
}
.b-aside-widget h2 a span {
  border-bottom: 3px solid #cf5b5b;
}
.b-aside-widget h2 a:hover {
  color: #cf5b5b;
  text-decoration: none;
}
.b-aside-widget h2 a:hover span {
  border: none;
}
.b-aside-widget h3 {
  margin-top: 10px;
}
.b-aside-widget h3 a {
  font-size: 0.6666666667em;
  font-weight: bold;
  color: #198fb7;
  text-decoration: none;
  text-transform: uppercase;
}
.b-aside-widget h3 a span {
  border-bottom: 1px solid #9cc5d5;
}
.b-aside-widget h3 a:hover {
  color: #198fb7;
  text-decoration: none;
}
.b-aside-widget h3 a:hover span {
  border: none;
}

.b-links {
  list-style: none inside;
  padding-left: 0;
}
.b-links a {
  font-size: 0.875em;
  font-weight: normal;
  color: #198fb7;
  text-decoration: none;
  text-transform: uppercase;
}
.b-links a span {
  border-bottom: 1px solid #9cc5d5;
}
.b-links a:hover {
  color: #198fb7;
  text-decoration: none;
}
.b-links a:hover span {
  border: none;
}

.single-content {
  padding: 20px 0;
  clear: both;
  overflow: hidden;
}
.single-content .date {
  float: right;
  color: #a5a5a5;
  font-size: 0.75em;
  padding: 0 15px;
  background: #fff;
}

.comments {
  margin-top: 40px;
}
.comments h3 {
  font-size: 1.5em;
  color: #000;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}
.comments .comment {
  color: #1e1e1e;
  font-size: 0.8125em;
  margin-top: 22px;
}
.comments .comment img {
  width: 100%;
}
.comments .comment .top {
  margin-bottom: 10px;
}
.comments .comment .top a {
  font-size: 0.875em;
  font-weight: normal;
  color: #198fb7;
  text-decoration: none;
  text-transform: uppercase;
}
.comments .comment .top a span {
  border-bottom: 1px solid #9cc5d5;
}
.comments .comment .top a:hover {
  color: #198fb7;
  text-decoration: none;
}
.comments .comment .top a:hover span {
  border: none;
}
.comments .comment .top .date {
  margin-left: 10px;
  color: #a5a5a5;
  font-size: 0.75em;
}
.comments .form {
  margin: 0 auto 20px;
  width: 100%;
}
.comments .form ~ p {
  margin-top: 20px;
}
.comments .form textarea {
  width: 100%;
  border: none;
  outline: none;
  -webkit-box-shadow: inset 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 140px;
  background: #f4f7f8;
  padding: 4px;
}
.comments .form .b-button {
  margin-top: 15px;
}

.b-aside-widget_user-info .name {
  margin-top: 30px;
  text-align: center;
  font-size: 0.9375em;
  font-weight: bold;
  color: #1b95c2;
}
.b-aside-widget_user-info .name span {
  display: inline-block;
  background: url("../images/man-ico.png") no-repeat 0 center;
  height: 24px;
  line-height: 24px;
  padding-left: 30px;
}
.b-aside-widget_user-info .skin {
  margin: 30px 0;
  text-align: center;
}
.b-aside-widget_user-info .skin > div {
  display: inline-block;
}

.cat-button {
  width: 210px;
  display: block;
  margin: 15px 30px 0;
  padding: 0;
  background: #fff;
  height: 58px;
  border-radius: 26px;
  line-height: 58px;
  border: 3px solid #cf5b5b;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.125em;
  cursor: pointer;
  color: #cf5b5b;
}
.cat-button:hover {
  background: #cf5b5b;
  color: #fff;
}

button.cat-button, a.cat-button {
  text-decoration: none;
}
button.cat-button:focus, a.cat-button:focus {
  color: #cf5b5b;
}
button.cat-button:hover, a.cat-button:hover {
  color: #fff;
}

.cat-button.cat-button--blue {
  border-color: #1589b5;
  color: #1589b5;
}
.cat-button.cat-button--blue:hover {
  background: #1589b5;
}

button.cat-button--blue, a.cat-button--blue {
  text-decoration: none;
}
button.cat-button--blue:focus, a.cat-button--blue:focus {
  color: #1589b5;
}
button.cat-button--blue:hover, a.cat-button--blue:hover {
  color: #fff;
}

button.cat-button--reset, a.cat-button--reset {
  color: #e0e0e0;
  border-color: #e0e0e0;
}
button.cat-button--reset:hover, a.cat-button--reset:hover {
  background: #e0e0e0;
  color: #000;
}

button.cat-button--setup, a.cat-button--setup {
  color: #000;
  border-color: #000;
}
button.cat-button--setup:hover, a.cat-button--setup:hover {
  background: #000;
  color: #fff;
}

#user_cab {
  padding: 0 15px 300px;
}
#user_cab h1 {
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}

.button-close-pop, .button-close-pops {
  z-index: 99999;
  border-radius: 15px;
  box-shadow: none;
  font-size: 2em;
  padding: 0px 6px 2px;
  position: absolute;
  right: 0px;
  top: 50px;
  background-color: #FFF;
  border: 1px solid #000;
  color: #000;
  text-shadow: none;
  cursor: pointer;
}

#popup2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: transparent;
  border-radius: 20px;
  box-shadow: 0px 0px 5px 5px #999;
  color: #111;
  display: none;
  width: 100%;
  height: 100%;
}

#popup3 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19999;
  border-radius: 20px;
  box-shadow: 0px 0px 5px 5px #999;
  color: #111;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.b-premium {
  margin-top: 30px;
  background: url("../images/premium_bg.jpg") repeat-x 0 0;
  height: 150px;
  border: 3px solid #cf5b5b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 40px;
  line-height: 150px;
  font-size: 2.75em;
  font-weight: bold;
  text-transform: uppercase;
}
.b-premium span {
  color: #cf5b5b;
}

#premium {
  display: inline-block;
  font-size: 0.34em;
  color: #fff;
  padding: 0 20px;
  height: 52px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  background: #cf5b5b;
  vertical-align: middle;
  line-height: 52px;
  margin: -5px 0px 0px 40px;
  cursor: pointer;
}
#premium:hover {
  background: #fff;
  color: #cf5b5b;
}

.shadowed-line {
  position: relative;
  -webkit-box-shadow: 0 3px 9px rgba(27, 132, 168, 0.13);
  -moz-box-shadow: 0 3px 9px rgba(27, 132, 168, 0.13);
  box-shadow: 0 3px 9px rgba(27, 132, 168, 0.13);
  border: solid 1px #e8f1f4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 25px 30px 25px 40px;
  font-size: 2.25em;
}
.shadowed-line input[type=text], .shadowed-line input[type=number] {
  -webkit-box-shadow: inset 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.08);
  width: 195px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  background: #f4f7f8;
}
.shadowed-line form {
  display: inline-block;
}
.shadowed-line input[type=submit].like_button, .shadowed-line input[type=submit].blbtov {
  position: absolute;
  right: 60px;
  top: 26px;
}

.balance, .bonuce {
  line-height: 30px;
}

.balance span {
  color: #cf5b5b;
  font-weight: bold;
}

.like_button, .blbtov {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.4444444444em;
  font-weight: bold;
  cursor: pointer;
  background: #1b95c2;
  border: none;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  width: 150px;
  text-align: center;
  margin-top: -5px;
}

#promo_code {
  position: absolute;
  right: 220px;
  top: 22px;
}
#promo_code + .like_button, #promo_code + .blbtov {
  position: absolute;
  right: 60px;
  top: 26px;
}

#ik_am, #ik_x_user_send {
  position: absolute;
  right: 220px;
  top: 22px;
}

.b-user-link {
  float: left;
}

.b-language-switch {
  position: relative;
  display: inline-block;
  padding: 12px 15px 0;
}
.b-language-switch::after {
  content: "";
  position: absolute;
  left: 47px;
  bottom: 3px;
  z-index: 1;
  display: inline-block;
  height: 24px;
  padding-left: 32px;
  min-width: 62px;
  border-bottom: 1px dotted #fff;
}
.b-language-switch::before {
  display: inline-block;
  background: no-repeat 0 0;
  height: 24px;
  line-height: 24px;
  padding-left: 32px;
  min-width: 101px;
}
.b-language-switch.ru::before {
  content: "Русский";
  background-image: url("../images/lang/ru.png");
}
.b-language-switch.en::before {
  content: "English";
  background-image: url("../images/lang/en.png");
}
.b-language-switch.pt::before {
  content: "Portugal";
  background-image: url("../images/lang/pt.png");
}
.b-language-switch > .caret {
  margin-left: 1px;
  margin-top: -1px;
}
.b-language-switch:hover::after, .b-language-switch:active::after {
  visibility: hidden;
}
.b-language-switch:hover .b-language-switch__menu, .b-language-switch:active .b-language-switch__menu {
  display: block;
}
.b-language-switch:hover > .caret, .b-language-switch:active > .caret {
  visibility: hidden;
}

.b-language-switch__menu {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  list-style: none;
  width: max-content;
  padding: 12px 15px;
  background: rgba(4, 105, 142, 0.75);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.b-language-switch__menu li {
  margin-top: 10px;
  width: 110px;
}
.b-language-switch__menu li:first-child {
  margin-top: 0;
}
.b-language-switch__menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: url("../images/lang/ru.png") no-repeat 0 0;
  height: 24px;
  line-height: 24px;
  padding-left: 32px;
  min-width: 92px;
}
.b-language-switch__menu li a span {
  border-bottom: 1px dotted rgba(4, 105, 142, 0.75);
}
.b-language-switch__menu li a.en {
  background-image: url("../images/lang/en.png");
}
.b-language-switch__menu li a.pt {
  background-image: url("../images/lang/pt.png");
}
.b-language-switch__menu li a:hover span {
  border-bottom-color: #fff;
}
.b-language-switch__menu li a:hover span.caret {
  border-bottom-color: rgba(4, 105, 142, 0.75);
}
.b-language-switch__menu li .caret {
  margin-left: 8px;
  display: none;
}

.aside-buttons iframe + iframe {
  margin-top: -8px;
}

.popups {
  background: rgba(0, 0, 0, 0.7) !important;
  border-radius: 0 !important;
}

.author_name {
  color: #449db9;
}

.ya-site-form {
  position: absolute;
  top: 8px;
  left: 20px;
}

#ya-site-results {
  min-height: 352px;
}

.logo img + img {
  display: none;
}
.logo:hover {
  text-decoration: none;
}
.logo:hover img {
  display: none;
}
.logo:hover img + img {
  display: inline;
}

.logo-1:hover img + img {
  margin-left: -1px;
  margin-right: 1px;
}

.logo-2 {
  margin-left: 27px;
}
.logo-2 img {
  margin-bottom: 4px;
}

header .b-header-line-2 {
  margin-top: 60px;
}
header .b-header-line-2 .pull-right {
  margin-top: 10px;
}

/**
 * (C)Leanest CSS spinner ever
 */
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.progress-spinner {
  position: relative;
  display: inline-block;
  width: 5em;
  height: 5em;
  margin: 0 0.5em;
  font-size: 12px;
  text-indent: 999em;
  overflow: hidden;
  animation: spin 1s infinite steps(8);
}

.small.progress-spinner {
  font-size: 6px;
}

.large.progress-spinner {
  font-size: 24px;
}

.progress-spinner:before,
.progress-spinner:after,
.progress-spinner > div:before,
.progress-spinner > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 2.25em; /* (container width - part width)/2  */
  width: 0.5em;
  height: 1.5em;
  border-radius: 0.2em;
  background: #eee;
  box-shadow: 0 3.5em #eee; /* container height - part height */
  transform-origin: 50% 2.5em; /* container height / 2 */
}

.progress-spinner:before {
  background: #555;
}

.progress-spinner:after {
  transform: rotate(-45deg);
  background: #777;
}

.progress-spinner > div:before {
  transform: rotate(-90deg);
  background: #999;
}

.progress-spinner > div:after {
  transform: rotate(-135deg);
  background: #bbb;
}

#login .modal-header, #login .modal-footer {
  display: none;
}
#login .modal-dialog {
  margin-top: 20%;
  width: 420px;
}
#login .modal-content {
  background: url("../images/auth_bg.jpg") no-repeat right bottom #ECF4F7;
}
#login .wrapper {
  padding: 15px;
}
#login .wrapper .h3 {
  color: #cf5b5b;
  font-size: 1.875em;
  font-weight: bold;
}
#login .input {
  border: none;
  margin-top: 20px;
}
#login .footer-line {
  margin-top: 20px;
}
#login .footer-line .b-button_modal {
  margin-right: 15px;
}
#login .footer-line .pull-right {
  line-height: 38px;
}
#login .footer-line a {
  font-size: 0.875em;
  color: #076e95;
  text-decoration: none;
}
#login .footer-line a span {
  border-bottom: 1px solid #bdd8e3;
}
#login .footer-line a:hover {
  text-decoration: none;
}
#login .footer-line a:hover span {
  border: none;
}
#login .alert {
  margin: 10px 0 0 !important;
}

.b-button_modal {
  height: 38px;
  line-height: 36px;
  padding: 0 19px;
  color: #fff;
  background: #cf5b5b;
  text-transform: none;
  border: 2px solid #fff;
}
.b-button_modal:hover {
  color: #cf5b5b;
  background: #fff;
  border: 2px solid #cf5b5b;
}

.b-reg-lozung--lost h1 {
  font-size: 3.75em !important;
  margin-top: 0 !important;
}

.b-reg-list--lost > li {
  font-size: 0.8125em;
}

.b-register-form--lost form {
  padding: 40px 20px !important;
}

.b-aside-widget-link {
  margin-bottom: 25px;
  font-size: 1.4em;
  font-weight: bold;
  color: #cf5b5b;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 3px solid #cf5b5b;
}

.b-aside-widget-link-go {
  margin-top: 15px;
}

.b-aside-widget-link-go a {
  margin-top: inherit;
  font-size: 1em;
  font-weight: bold;
  color: #198fb7;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #9cc5d5;
}

.b-aside-widget-link-go a:hover {
  color: #198fb7;
  text-decoration: none;
  border: none;
}

.nnt img {
  float: left;
  margin: 5px 10px 5px 0;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  -khtml-border-radius: 11px;
  border-radius: 9px;
  overflow: hidden;
}

.nnt1 img {
  opacity: 0.8;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  -khtml-border-radius: 11px;
  border-radius: 9px;
  overflow: hidden;
}

.linkoff a {
  color: white;
}

.Switcher {
  position: relative;
  display: flex;
  border-radius: 26px;
  box-shadow: inset 0 0 0 3px #cf5b5b;
  overflow: hidden;
  cursor: pointer;
  animation: r-n 0.5s;
  user-select: none;
  font-weight: bold;
  font-size: 1.125em;
  will-change: transform;
  width: 210px;
  text-align: center;
  text-transform: uppercase;
}
.Switcher__checkbox:checked + .Switcher {
  animation-name: r-p;
}
@keyframes r-p {
  50% {
    transform: rotateY(45deg);
  }
}
@keyframes r-n {
  50% {
    transform: rotateY(-45deg);
  }
}
.Switcher::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 200%;
  border-radius: inherit;
  background-color: #1589b5;
  transform: translateX(-75%);
  transition: transform 0.5s ease-in-out;
}
.Switcher__checkbox:checked + .Switcher::before {
  transform: translateX(25%);
}

.Switcher__trigger {
  position: relative;
  z-index: 1;
  padding: 0 0.7em;
  height: 58px;
  line-height: 58px;
  width: 50%;
}
.Switcher__trigger::after {
  content: attr(data-value);
  color: #cf5b5b;
}
.Switcher__trigger::before {
  --i: var(--x);
  content: attr(data-value);
  position: absolute;
  color: #fff;
  transition: opacity 0.3s;
  opacity: calc((var(--i) + 1) / 2);
  transition-delay: calc(0.3s * (var(--i) - 1) / -2);
}
.Switcher__checkbox:checked + .Switcher .Switcher__trigger::before {
  --i: calc(var(--x) * -1);
}
.Switcher__trigger:nth-of-type(1)::before {
  --x: 1;
}
.Switcher__trigger:nth-of-type(2)::before {
  --x: -1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.box {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  perspective: 750px;
}

.limit-comments {
  margin-top: 20px;
  padding: 20px;
}

.skin {
  position: relative;
}
.skin .download-my-skin {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 25px;
}
.skin .download-my-skin img {
  width: 100%;
}

.pagination-block {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.pagination-block span, .pagination-block a {
  display: block;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  line-height: 32px;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
}
.pagination-block span:last-child, .pagination-block a:last-child {
  margin-right: 0;
}
.pagination-block span {
  color: #000;
}
.pagination-block span.active {
  background-color: #efefef;
}
.pagination-block a {
  color: #198fb7;
  text-decoration: underline;
}
.pagination-block a:hover {
  text-decoration: none;
}

.progress-spinner-svg {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../images/spiner.svg") no-repeat center center;
  background-size: cover;
}

#user_cab .b-premium {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#user_cab .b-premium > span {
  margin-left: 10px;
}

@media only screen and (max-width: 421px) {
  #user_cab .b-premium {
    display: block;
  }
}
.balance + .progress-spinner-svg {
  vertical-align: middle;
}

.b-links-f {
  display: flex;
  justify-content: center;
}

.b-links-f > .b-menu__item {
  padding: 0 2%;
}

.ajax-more-articles {
  text-align: center;
  margin: -20px 0 20px;
}

#ajax {
  margin-top: 20px;
}

button.gsc-search-button {
  max-height: 33px;
  margin-top: 0;
}

.mobile button.gsc-search-button {
  max-height: 45px;
}

#___gcse_0 {
  margin-bottom: 20px;
}

.footerAddress {
  font-size: 11px;
  margin-top: -17px;
}

/*# sourceMappingURL=style.css.map */
