/* CSS3 *******************************************************************************************************************************************************/
/* Transform **************************************************************************************************************************************************/
/* Transition *************************************************************************************************************************************************/
/* IE Filter **************************************************************************************************************************************************/
/* .mx-font 1 *************************************************************************************************************************************************/
/* .mx-font 2 *************************************************************************************************************************************************/
/* .mx-font 3 *************************************************************************************************************************************************/
/* .mx-font 4 *************************************************************************************************************************************************/
/* .mx-font 5 *************************************************************************************************************************************************/
#c-wrapper {
  font-size: 16px;
  line-height: 26px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  color: #6a828c;
  position: relative;
  min-width: 1260px;
  padding: 74px 0 0;
}
h1 {
  font-size: 47px;
  line-height: 48px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  color: #000000;
  position: relative;
  left: -3px;
  letter-spacing: -1px;
}
h2 {
  font-size: 42px;
  line-height: 50px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  color: #000000;
  position: relative;
  left: -3px;
  letter-spacing: -1px;
  margin: 0 0 35px;
}
h3 {
  font-size: 30px;
  line-height: 42px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 500;
  color: #000000;
  position: relative;
  left: -1px;
  letter-spacing: -1px;
  margin: 0 0 18px;
}
h4 {
  font-size: 21px;
  line-height: 32px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  color: #000000;
  position: relative;
  left: -1px;
  margin-bottom: 13px;
}
h5 {
  font-weight: bold;
  margin: 42px 0 26px;
}
a {
  -o-transition-property: background-color, border-color, color, opacity;
  -moz-transition-property: background-color, border-color, color, opacity;
  -webkit-transition-property: background-color, border-color, color, opacity;
  transition-property: background-color, border-color, color, opacity;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #2fc7f7;
  border-bottom: 2px none #cdf0ff;
}
a:hover {
  color: #68ddff;
}
/* .g-article *************************************************************************************************************************************************/
.g-article {
  /*a {
        border-bottom-style: solid;
    }*/
  /*li > ul,
    li > ol {
        margin-bottom: 0;
    }*/
}
.g-article p {
  margin: 0 0 26px;
}
.g-article ul {
  margin: 0 0 26px;
}
.g-article ul > li {
  margin: 12px 0;
  padding: 0 0 0 33px;
  background: url(/bitrix/templates/b24_new/img/shared/list-marker.png) 0 9px no-repeat;
}
.g-article ul:first-child > li:first-child {
  margin-top: 0;
}
.g-article ol {
  margin: 0 0 26px;
}
.g-article ol > li {
  margin: 12px 0;
  padding: 0 0 0 21px;
  position: relative;
}
.g-article ol > li:before {
  content: attr(index);
  position: absolute;
  top: 1px;
  left: 0;
  font-weight: bold;
}
.g-article img {
  display: inline-block;
  margin: 0 0 32px;
}
.g-article p:last-child,
.g-article ul:last-child,
.g-article ul > li:last-child,
.g-article ol:last-child,
.g-article ol > li:last-child {
  margin-bottom: 0;
}
.g-article ul > li.m-reference,
.g-article ol > li.m-reference {
  padding-left: 0 !important;
}
.g-article ul > li h5,
.g-article ol > li h5 {
  margin: 26px 0 12px;
}
/* Global *****************************************************************************************************************************************************/
.st-bdt-gray {
  border-top: 1px solid #eaf0f3;
}
.st-bdb-gray {
  border-bottom: 1px solid #eaf0f3;
}
.st-c-dark {
  color: #272b2d;
}
.st-c-black {
  color: #000000;
}
.st-c-dark-blue {
  color: #0066a1;
}
.st-fz-big {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
.gm-gradient-line-top {
  position: relative;
}
.gm-gradient-line-top .gi-gradient-line {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/gradient-line.png) no-repeat;
  background-size: 100% 100%;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gm-gradient-line-bottom {
  position: relative;
}
.gm-gradient-line-bottom .gi-gradient-line {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/gradient-line.png) no-repeat;
  background-size: 100% 100%;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
html.ie8 .gi-gradient-line {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/bitrix/templates/b24_new/img/shared/gradient-line.png", sizingMethod='scale');
}
.gl-wrap {
  position: relative;
  width: 1180px;
	max-width: 100%;
  margin: 0 auto;
}
.ge-link {
  font-size: 13px;
  line-height: 21px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  border-bottom-style: solid;
  border-bottom-color: rgba(155, 226, 255, 0.5);
}
.ge-link.n-ext,
.ge-link.n-contacts {
  margin: 0 0 0 27px;
}
.ge-link.n-ext:before,
.ge-link.n-contacts:before {
  content: ' ';
  position: absolute;
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 50px no-repeat;
}
.ge-link.n-ext:before {
  width: 13px;
  height: 12px;
  background-position: 0 -1700px;
  top: 4px;
  left: -25px;
}
.ge-link.n-contacts:before {
  width: 16px;
  height: 12px;
  background-position: 0 -1750px;
  top: 3px;
  left: -27px;
}
.ge-link-2 {
  font-size: 13px;
  line-height: 21px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 26px 0 35px;
}
.ge-link-2:before {
  -o-transition: background-image 0.3s;
  -moz-transition: background-image 0.3s;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 50px no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -35px;
  margin: -14px 0 0;
}
.ge-link-2:hover:before {
  background-image: url(/bitrix/templates/b24_new/img/shared/icons-hover.png);
}
.ge-link-2.n-info:before {
  background-position: 0 -2050px;
}
.ge-link-2.n-play:before {
  background-position: 0 -2100px;
}
.logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.social-links {
  width: 100%;
  display: inline-flex;
  justify-content: center;
}
ul.js-table-ul {
  display: table;
  width: 100%;
}
ul.js-table-ul > li {
  white-space: nowrap;
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
ul.js-table-ul > li.m-separator {
  width: auto;
}
.js-show-more,
.js-hide-more {
  border-bottom-style: dashed;
}
.js-hide-more {
  display: none;
}
.js-more-content {
  display: none;
}
.js-more-content .js-hide-more {
  display: inline;
}
/* #b-header **************************************************************************************************************************************************/
#b-header {
  height: 74px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  min-width: 1260px;
  z-index: 2000;
  border-bottom: 1px solid #eaf0f3;
}
#b-header .r-logo {
  background: url(/bitrix/templates/b24_new/img/main/logo.png) no-repeat;
  width: 195px;
  height: 36px;
  position: absolute;
  top: 19px;
  left: 0;
}
#b-header .r-logo .e-wobbler {
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url(/bitrix/templates/b24_new/img/main/wobbler.png) no-repeat;
  width: 126px;
  height: 35px;
  position: absolute;
  top: 26px;
  left: 62px;
  opacity: 0;
}
#b-header .e-home {
  border-radius: 50%;
  behavior: url(PIE.htc);
  -o-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 0;
  top: 16px;
  left: 252px;
  border: 2px solid #2fc7f7;
  text-indent: -9999px;
  overflow: hidden;
}
#b-header .e-home:before {
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 0 no-repeat;
  width: 16px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}
#b-header .e-home:hover {
  border-color: #68ddff;
}
#b-header .e-home:hover:before {
  background-image: url(/bitrix/templates/b24_new/img/shared/icons-hover.png);
}
html.m-show-wobbler #b-header .r-logo .e-wobbler {
  -ms-transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
html.ie8 #b-header .r-logo .e-wobbler {
  opacity: 1;
  display: none;
}
html.ie8.m-show-wobbler #b-header .r-logo .e-wobbler {
  display: block;
}
/* .b-main-menu ***********************************************************************************************************************************************/
.b-main-menu {
  position: absolute;
  top: 17px;
  left: 298px;
}
.b-main-menu:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-main-menu > li {
  font-size: 13px;
  line-height: 18px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  float: left;
}
.b-main-menu > li + li {
  margin-left: 1px;
}
.b-main-menu > li a {
  display: block;
  color: inherit;
  border: 2px solid transparent;
  padding: 7px 14px;
}
.b-main-menu > li a:hover {
  color: #2ecaf7;
}
.b-main-menu > li.is-active a {
  border-radius: 5px;
  behavior: url(PIE.htc);
  color: #000000;
  cursor: default;
  border-color: #2fc7f7;
}
/* .b-sign-in *************************************************************************************************************************************************/
.b-sign-in {
  position: absolute;
  top: 16px;
  right: 78px;
}
.b-sign-in div.e-handle {
  border-radius: 5px;
  behavior: url(PIE.htc);
  width: 59px;
  padding: 9px 10px 9px;
  min-width: 0;
}
.b-sign-in .r-popup {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 21px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 500;
  border-radius: 6px;
  behavior: url(PIE.htc);
  position: absolute;
  z-index: 0;
  top: 100%;
  right: -78px;
  width: 363px;
  padding: 23px 31px 0;
  margin: 22px 0 0;
  background: #ffffff;
  box-shadow: 0 0 1px rgba(20, 101, 125, 0.75);
  display: none;
}
.b-sign-in .r-popup .i-pointer {
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 -300px no-repeat;
  width: 23px;
  height: 10px;
  position: absolute;
  top: -10px;
}
.b-sign-in .r-popup .e-close {
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 -350px no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 10;
  top: 31px;
  right: 31px;
  text-indent: -9999px;
  overflow: hidden;
}
.b-sign-in .r-popup > .e-heading {
  font-size: 32px;
  line-height: 40px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  color: #000000;
  position: relative;
  left: -2px;
  letter-spacing: -1px;
  margin: 0 0 20px;
}
.b-sign-in .r-popup .r-form-layout {
  margin: 0 0 29px;
}
.b-sign-in .r-popup .r-form-layout > li:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-sign-in .r-popup .r-form-layout > li + li {
  margin-top: 20px;
}
.b-sign-in .r-popup .r-form-layout .x-button {
  display: block;
  float: left;
}
.b-sign-in .r-popup .r-form-layout .ge-link {
  display: block;
  position: relative;
  top: 11px;
  float: right;
}
.b-sign-in .r-popup .r-fast {
  border-radius: 0 0 6px 6px;
  behavior: url(PIE.htc);
  background: #eff9fc;
  border-top: 1px solid #d5e9ef;
  padding: 13px 31px 19px;
  margin: 0 -31px;
}
.b-sign-in .r-popup .r-fast > .e-heading {
  font-size: 24px;
  line-height: 30px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  color: #000000;
  position: relative;
  left: -2px;
  margin: 0 0 13px;
  letter-spacing: -1px;
}
.b-sign-in .r-popup .r-fast ul > li {
  font-size: 10px;
  line-height: 13px;
  color: #ffffff;
  text-transform: uppercase;
}
.b-sign-in .r-popup .r-fast ul > li a {
  border-radius: 5px;
  behavior: url(PIE.htc);
  display: block;
  padding: 15px 12px 13px;
  color: inherit;
}
.b-sign-in .r-popup .r-fast ul > li.fb a {
  background: #4666ac;
}
.b-sign-in .r-popup .r-fast ul > li.fb a:hover {
  background: #758dc1;
}
.b-sign-in .r-popup .r-fast ul > li.vk a {
  background: #55799b;
}
.b-sign-in .r-popup .r-fast ul > li.vk a:hover {
  background: #7f9bb4;
}
.b-sign-in .r-popup .r-fast ul > li.tw a {
  background: #5ea9dd;
}
.b-sign-in .r-popup .r-fast ul > li.tw a:hover {
  background: #86bfe6;
}
.b-sign-in .r-popup .r-fast ul > li.e-more a {
  border-radius: 5px;
  behavior: url(PIE.htc);
  -o-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  position: relative;
  z-index: 0;
  background: transparent;
  width: 36px;
  height: 37px;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  border: 2px solid #d5dde0;
}
.b-sign-in .r-popup .r-fast ul > li.e-more a:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/bitrix/templates/b24_new/img/shared/transparent.png);
}
.b-sign-in .r-popup .r-fast ul > li.e-more a:after {
  -o-transition: background-image 0.3s;
  -moz-transition: background-image 0.3s;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 -400px no-repeat;
  width: 20px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -10px;
}
.b-sign-in .r-popup .r-fast ul > li.e-more a:hover {
  border-color: #dfe5e8;
}
.b-sign-in .r-popup .r-fast ul > li.e-more a:hover:after {
  background-image: url(/bitrix/templates/b24_new/img/shared/icons-hover.png);
}
html.presto .b-sign-in .r-popup,
html.ie9 .b-sign-in .r-popup,
html.mac .b-sign-in .r-popup {
  box-shadow: 0 0 2px rgba(20, 101, 125, 0.75);
}
/* .b-language ************************************************************************************************************************************************/
.b-language {
  position: absolute;
  z-index: 0;
  top: 16px;
  right: 0;
  /*width: 110px;*/
}
.b-language a {
  display: block;
  position: relative;
  width: 54px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
  border: 2px solid #e3eaed;
  background: #ffffff;
}
.b-language a:before {
  content: ' ';
  position: absolute;
  top: 9px;
  left: 11px;
  width: 16px;
  height: 12px;
  background: url(/bitrix/templates/b24_new/img/main/language.png) 0 15px no-repeat;
}
.b-language a.ru:before {
  background-position: 0 0;
}
.b-language a.en:before {
  background-position: 0 -13px;
}
.b-language a.ua:before {
  background-position: 0 -38px;
}
.b-language a.de:before {
  background-position: 0 -25px;
}
.b-language a:hover {
  border-radius: 5px;
  behavior: url(PIE.htc);
  border-color: #c2ced3;
}
.b-language .e-handle {
  border-radius: 5px;
  behavior: url(PIE.htc);
  display: block;
  z-index: 1;
  top: 0;
  border-color: #d5dde0;
  position: absolute;
  right: 0;
}
.b-language .e-handle:after {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 -50px no-repeat;
  width: 7px;
  height: 4px;
  position: absolute;
  right: 9px;
  top: 14px;
}
.b-language .r-list {
  position: relative;
  z-index: 0;
  top: 34px;
  display: none;
}
.b-language .r-list > li + li {
  margin-top: -2px;
}
.b-language .r-list > li a {
  height: 29px;
  text-indent: 35px;
  color: #9aa0a6;
  font-weight: bold;
  font-size: 12px;
  width: 110px;
  line-height: 30px;
}
.b-language .r-list > li:first-child a {
  height: 32px;
  line-height: 38px;
  border-radius: 5px 5px 0 0;
  behavior: url(PIE.htc);
}
.b-language .r-list > li:first-child a:before {
  top: 12px;
}
.b-language .r-list > li:last-child a {
  border-radius: 0 0 5px 5px;
  behavior: url(PIE.htc);
}
.b-language .r-list > li a:hover {
  z-index: 1;
}
/* #b-footer **************************************************************************************************************************************************/
#b-footer {
  font-size: 14px;
  line-height: 21px;
  color: #9ba9af;
  position: relative;
  z-index: 0;
  background: #475155;
  padding: 3px 0 0;
}
#b-footer > .l-top .gl-wrap {
  padding: 46px 0 33px;
}
#b-footer > .l-top:after {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/main/footer.png) no-repeat;
  width: 294px;
  height: 127px;
  position: absolute;
  z-index: -10;
  top: 131px;
  left: 50%;
  margin-left: 269px;
}
#b-footer > .l-bottom {
  border-top: 1px solid #6b757b;
}
#b-footer > .l-bottom .gl-wrap {
  padding: 76px 0 35px;
}
#b-footer .r-links {
  position: absolute;
  bottom: 80px;
  left: 0;
}
#b-footer .r-links:after {
  content: ' ';
  display: block;
  clear: both;
}
#b-footer .r-links > li {
  float: left;
}
#b-footer .r-links > li + li {
  margin-left: 36px;
}
#b-footer .r-links > li a {
  color: #ffffff;
}
#b-footer .r-links > li a:hover {
  color: #8d9ba1;
}
#b-footer .e-copyright {
  font-size: 12px;
  display: inline-block;
}
#b-footer .e-age-restriction {
  font-size: 14px;
  color: #839199;
  border-radius: 16px;
  behavior: url(PIE.htc);
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 11px;
  margin: -15px 13px;
  border: 1px solid #839199;
}
/* .b-sitemap *************************************************************************************************************************************************/
.b-sitemap:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-sitemap > li {
  float: left;
}
.b-sitemap > li + li {
  margin-left: 62px;
}
.b-sitemap > li .e-heading {
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 500;
  color: #ffffff;
  display: inline-block;
  padding: 0 0 2px;
  margin: 0 0 27px;
  border-bottom: 2px solid #7e878c;
  text-transform: uppercase;
}
.b-sitemap > li .e-heading:hover {
  color: #cdcdcd;
}
.b-sitemap > li li + li {
  margin-top: 15px;
}
.b-sitemap > li li a {
  color: inherit;
}
.b-sitemap > li li a:hover {
  color: #ebf1f3;
}
/* .b-search-form *********************************************************************************************************************************************/
.b-search-form {
  position: absolute;
  z-index: 0;
  top: 39px;
  right: 0;
  width: 280px;
}
.b-search-form .x-text {
  border-radius: 20px;
  behavior: url(PIE.htc);
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -o-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  height: 40px;
  background: #839199;
  color: #475155;
}
.b-search-form .x-text input,
.b-search-form .x-text .e-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: inherit;
  top: 0;
  left: 0;
  padding: 11px 50px 10px 24px;
}
.b-search-form .x-text.is-hover,
.b-search-form .x-text.is-focus {
  background: #b8bdc0;
  color: #373839;
}
.b-search-form .x-button {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.b-search-form .x-button:before {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 -200px no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 5px;
}
/* .b-designed-by *********************************************************************************************************************************************/
.b-designed-by {
  border-radius: 4px;
  behavior: url(PIE.htc);
  border: 2px solid #839199;
  position: absolute;
  bottom: 71px;
  left: 629px;
  padding: 6px 78px 7px 10px;
  color: inherit;
  width: min-content;
  min-width: 170px;
}
.b-designed-by:hover {
  color: #ffffff;
}
.b-designed-by .e-logo {
  width: 63px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  overflow: hidden;
  border-left: 1px solid #5e6c73;
}
.b-designed-by .e-logo:after {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 -250px no-repeat;
  width: 41px;
  height: 21px;
  position: absolute;
  top: 5px;
  right: 10px;
}
/* .b-social **************************************************************************************************************************************************/
.b-social {
  position: absolute;
  bottom: 70px;
  right: 0;
}
.b-social:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-social > li {
  float: left;
}
.b-social > li + li {
  margin-left: 12px;
}
.b-social > li a {
  border-radius: 50%;
  behavior: url(PIE.htc);
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -o-transition-property: border-color, background-image;
  -moz-transition-property: border-color, background-image;
  -webkit-transition-property: border-color, background-image;
  transition-property: border-color, background-image;
  display: block;
  background: url(/bitrix/templates/b24_new/img/main/social-normal.png) 0 0 no-repeat;
  width: 33px;
  height: 33px;
  overflow: hidden;
  text-indent: -9999px;
  border: 2px solid #839199;
}
.b-social > li a:hover {
  border-color: #c8ccce;
  background-image: url(/bitrix/templates/b24_new/img/main/social-hover.png);
}
.b-social > li.vk a {
  background-position: -2px -2px;
}
.b-social > li.fb a {
  background-position: -2px -39px;
}
.b-social > li.tw a {
  background-position: -2px -76px;
}
.b-social > li.h a {
  background-position: -2px -113px;
}
.b-social > li.bt a {
  background-position: -2px -150px;
}
.b-social > li.gp a {
  background-position: -2px -187px;
}
.b-social > li.in a {
  background-position: -2px -224px;
}
.b-social > li.yt a {
  background-position: -2px -256px;
}
.b-social > li.xi a {
  background-position: -2px -290px;
}
.b-buy-modal {
  font-size: 16px;
  line-height: 26px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  color: #6a828c;
}
.b-buy-modal .x-text {
  border-radius: 5px;
  behavior: url(PIE.htc);
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -o-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  height: 40px;
  background: #fff;
  color: #475155;
  border: 2px solid #d5dde0;
}
.b-buy-modal .x-text input,
.b-buy-modal .x-text .e-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: inherit;
  top: 0;
  left: 0;
  padding: 11px 50px 10px 24px;
}
.b-buy-modal .x-text.is-hover,
.b-buy-modal .x-text.is-focus {
  background: #b8bdc0;
  color: #373839;
}
.b-forum a {
  color: #0066a1;
  text-decoration: underline;
}
.b-forum li {
  display: list-item;
}
.b-forum ul {
  list-style: initial;
}
a.ge-modal-img {
  border-bottom: none;
}
#play-container2 {
  border: 5px solid #fff;
  border-radius: 4px;
  margin: auto;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 130px;
  width: 838px;
  height: 471px;
  box-shadow: inset 0 0 10px #000;
}
#play-content {
  opacity: 0;
}

.p-support .data-table {
	border:1px solid #ccc;
	margin-bottom:10px;
}

.p-support .data-table td {
	padding:2px;
}

.bx-help-post-partner-name {
	display:inline;
	margin-left:20px;
}

.bx-help-post-partner-img {
	display: inline-block;
	margin-right: 22px;
	margin-bottom: 22px;
	vertical-align: middle;
}

.bx-help-post-partner-img img {
	border: none;
	display: block;
	max-height: 150px;
	max-width: 150px;
}
div.code {
	overflow:auto;
}

table.code {
	color: #7D7D7D;
	background-color: #F7F7F7;
}

table.code, table.quote {font-size:1em; margin:0.5em 1em; width:80%; border:1px solid #E8E8E8; margin: 0; border-radius:4px; background-color: #f7f8ee;}
table.code td, table.quote td {padding: 6px 40px 8px 32px;}
table.code pre {font-family:"Courier New"; font-size: 12px; margin: 0; line-height: 15px; white-space:pre-nowrap;}

table.quote {
	background: url(/bitrix/components/bitrix/socialnetwork.blog.blog/templates/.default/images/quote-gray.png) no-repeat 12px 11px #fefff4;
	border-color: #edede6;
	color: #555;
}

.bx-publish-tabs {
	text-align:right;
}

.bx-publish-tabs div {
	display:inline;
	background-color: #f5f7f8;
	border: 1px solid #ecf1f2;
	border-bottom:0;
	border-radius: 3px;
	padding:16px;
	padding-top:10px;
	margin-right: 4px;
}

.bx-publish-tabs div.bx-unselected {
	background-color: #fff;
	padding-bottom:3px;
}
