/* CSS3 *******************************************************************************************************************************************************/
/* Transform **************************************************************************************************************************************************/
/* Transition *************************************************************************************************************************************************/
/* IE Filter **************************************************************************************************************************************************/
/* .mx-font 1 *************************************************************************************************************************************************/
/* .mx-font 2 *************************************************************************************************************************************************/
/* .mx-font 3 *************************************************************************************************************************************************/
/* .mx-font 4 *************************************************************************************************************************************************/
/* .mx-font 5 *************************************************************************************************************************************************/
/* .ge-modal-link *********************************************************************************************************************************************/
.ge-modal-link {
  border-radius: 4px;
  behavior: url(PIE.htc);
  -o-transition: background-image 0.3s;
  -moz-transition: background-image 0.3s;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  background: url(/bitrix/templates/b24_new/img/shared/transparent.png) no-repeat;
  background-size: 101% 101%;
  display: inline-block;
  padding: 9px;
  border: none !important;
  position: relative;
  z-index: 0;
}
.ge-modal-link:before {
  border-radius: 2px;
  content: ' ';
  background: #ffffff;
  position: absolute;
  z-index: -10;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}
.ge-modal-link .i-hover {
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: no-repeat;
  opacity: 0;
}
.ge-modal-link:hover {
  background-image: url(/bitrix/templates/b24_new/img/shared/gradient-border.png);
}
.ge-modal-link:hover .i-hover {
  opacity: 1;
}
.ge-modal-link.m-image .i-hover {
  background-image: url(/bitrix/templates/b24_new/img/shared/lightbox-hover.png);
}
.ge-modal-link.m-video .i-hover {
  background-image: url(/bitrix/templates/b24_new/img/shared/modal-video-hover.png);
}
/* .ge-modal-link *********************************************************************************************************************************************/
.ge-modal-img {
  border-radius: 4px;
  behavior: url(PIE.htc);
  -o-transition: background-image 0.3s;
  -moz-transition: background-image 0.3s;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  background: url(/bitrix/templates/b24_new/img/shared/transparent.png) no-repeat;
  background-size: 101% 101%;
  display: inline-block;
  padding: 9px;
  border: none;
  position: relative;
  z-index: 0;
}
.ge-modal-img:before {
  border-radius: 2px;
  content: ' ';
  background: #ffffff;
  position: absolute;
  z-index: -10;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}
.ge-modal-img .i-hover {
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: no-repeat;
  opacity: 0;
}
.ge-modal-img:hover {
  background-image: url(/bitrix/templates/b24_new/img/shared/gradient-border.png);
}
.ge-modal-img:hover .i-hover {
  opacity: 1;
}
.ge-modal-img.m-image .i-hover {
  background-image: url(/bitrix/templates/b24_new/img/shared/lightbox-hover.png);
}
.ge-modal-img.m-video .i-hover {
  background-image: url(/bitrix/templates/b24_new/img/shared/modal-video-hover.png);
}
html.ie8 .ge-modal-link {
  background: none;
}
html.ie8 .ge-modal-link .i-hover {
  opacity: 1;
  display: none;
}
html.ie8 .ge-modal-link:hover {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bitrix/templates/b24_new/img/shared/gradient-border.png', sizingMethod='scale');
}
html.ie8 .ge-modal-link:hover .i-hover {
  display: block;
}
/* .b-text-list ***********************************************************************************************************************************************/
.b-text-list {
  margin: 0;
}
.b-text-list > li {
  margin: 0;
  padding: 0;
  background: none;
}
.b-text-list > li + li {
  border-top: 1px solid #eaf0f3;
}
.b-text-list .gl-wrap {
  padding: 50px 0 44px;
  z-index: 0;
}
.b-text-list .gl-wrap:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-text-list .gl-wrap .l-col-left,
.b-text-list .gl-wrap .l-col-right {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 590px;
  padding: 0 50px 20px 0;
}
.b-text-list .gl-wrap .l-col-left h2,
.b-text-list .gl-wrap .l-col-right h2 {
  width: 590px;
}
.b-text-list .gl-wrap .l-col-img {
  position: relative;
  z-index: -1;
  width: 50%;
  margin-top: 10px;
}
.b-text-list .gl-wrap .l-col-img:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-text-list .gl-wrap .l-col-img img {
  display: block;
  margin: 0;
}
.b-text-list .gl-wrap .l-col-img.m-bottom {
  position: absolute;
  bottom: 0;
}
.b-text-list .gl-wrap .l-col-left {
  float: left;
}
.b-text-list .gl-wrap .l-col-left + .l-col-img {
  float: right;
}
.b-text-list .gl-wrap .l-col-left + .l-col-img > img,
.b-text-list .gl-wrap .l-col-left + .l-col-img > .ge-modal-link {
  float: right;
}
.b-text-list .gl-wrap .l-col-left + .l-col-img.m-bottom {
  right: 0;
}
.b-text-list .gl-wrap .l-col-right {
  float: right;
}
.b-text-list .gl-wrap .l-col-right + .l-col-img {
  float: left;
}
.b-text-list .gl-wrap .l-col-right + .l-col-img.m-bottom {
  left: 0;
}
.b-text-list h2 {
  position: relative;
  margin-bottom: 29px;
}
.b-text-list h2.m-cloud:after {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/cloud-1.png) no-repeat;
  width: 65px;
  height: 41px;
  margin: -20px 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 60px;
  top: -6px;
}
.b-text-list .r-buttons {
  position: relative;
  display: inline-block;
}
.b-text-list .r-buttons > * {
  margin-right: 11px;
}
.b-text-list .r-buttons.m-cloud:after {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/cloud-2.png) no-repeat;
  width: 106px;
  height: 67px;
  position: absolute;
  top: 0;
  right: -147px;
}
/* .b-text-list.m-wide-text */
.b-text-list.m-wide-text .gl-wrap .l-col-left,
.b-text-list.m-wide-text .gl-wrap .l-col-right {
  width: 670px;
  padding-right: 130px;
}
.b-text-list.m-wide-text .gl-wrap .l-col-left h2,
.b-text-list.m-wide-text .gl-wrap .l-col-right h2 {
  width: 670px;
}
.b-text-list.m-wide-text .gl-wrap .l-col-img {
  width: 510px;
}
.b-text-list.m-wide-text-2 .gl-wrap .l-col-left,
.b-text-list.m-wide-text-2 .gl-wrap .l-col-right {
  width: 670px;
  padding-right: 30px;
}
.b-text-list.m-wide-text-2 .gl-wrap .l-col-left h2,
.b-text-list.m-wide-text-2 .gl-wrap .l-col-right h2 {
  width: 670px;
}
.b-text-list.m-wide-text-2 .gl-wrap .l-col-img {
  width: 510px;
}
/* .b-text-list .gl-wrap.m-cloud-<...> */
.b-text-list .gl-wrap.m-cloud-left:before,
.b-text-list .gl-wrap.m-cloud-left-2:before,
.b-text-list .gl-wrap.m-cloud-right:before,
.b-text-list .gl-wrap.m-cloud-right-2:before,
.b-text-list .gl-wrap.m-cloud-right-3:before {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/cloud-2.png) no-repeat;
  width: 106px;
  height: 67px;
  position: absolute;
}
.b-text-list .gl-wrap.m-cloud-left .l-col-left {
  padding-bottom: 57px;
}
.b-text-list .gl-wrap.m-cloud-left:before {
  bottom: 27px;
  left: 172px;
}
.b-text-list .gl-wrap.m-cloud-left-2 .l-col-left {
  padding-bottom: 67px;
}
.b-text-list .gl-wrap.m-cloud-left-2:before {
  background: url(/bitrix/templates/b24_new/img/shared/cloud-3.png) no-repeat;
  width: 224px;
  height: 70px;
  bottom: 34px;
  left: 217px;
}
.b-text-list .gl-wrap.m-cloud-right .l-col-right {
  padding-bottom: 86px;
}
.b-text-list .gl-wrap.m-cloud-right:before {
  bottom: 47px;
  right: 438px;
}
.b-text-list .gl-wrap.m-cloud-right-2 .l-col-right {
  padding-bottom: 39px;
}
.b-text-list .gl-wrap.m-cloud-right-2:before {
  background: url(/bitrix/templates/b24_new/img/shared/cloud-1.png) no-repeat;
  width: 65px;
  height: 41px;
  bottom: 39px;
  right: 230px;
}
.b-text-list .gl-wrap.m-cloud-right-3:before {
  background: url(/bitrix/templates/b24_new/img/shared/cloud-4.png) no-repeat;
  width: 213px;
  height: 132px;
  bottom: 117px;
  right: 87px;
}
/* .b-faq *****************************************************************************************************************************************************/
.b-faq .gl-wrap {
  padding: 43px 0 50px;
}
.b-faq h2 {
  text-align: center;
  margin-bottom: 47px;
}
.b-faq .r-list {
  margin: 0;
}
.b-faq .r-list > li {
  border-radius: 6px;
  behavior: url(PIE.htc);
  border: 2px solid #e5ecef;
  margin: 0 0 48px;
  padding: 22px 28px 32px;
  background: none;
}
.b-faq h3 {
  margin-bottom: 22px;
}
.b-faq .r-text {
  background: #f1f5f6;
  padding: 28px 32px 32px;
}
.b-faq .r-text *:last-child {
  margin-bottom: 0;
}
.b-faq .r-text .e-more {
  margin: 4px 0 7px;
}
/* .b-reviews *************************************************************************************************************************************************/
.b-reviews .gl-wrap {
  padding: 43px 0 50px;
}
.b-reviews h2 {
  text-align: center;
  margin-bottom: 82px;
}
.b-reviews .r-list > li {
  position: relative;
  padding: 0 12px 0 170px;
}
.b-reviews .r-list > li + li {
  margin-top: 38px;
}
.b-reviews .i-photo {
  background: 50% 50% no-repeat;
  position: absolute;
  z-index: 0;
  top: -6px;
  left: 15px;
  width: 108px;
  height: 108px;
}
.b-reviews .i-photo:after {
  content: ' ';
  position: absolute;
  background: url(/bitrix/templates/b24_new/img/shared/photo-mask.png) no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-reviews .r-text {
  border-radius: 6px;
  behavior: url(PIE.htc);
  font-size: 14px;
  line-height: 21px;
  color: #475155;
  position: relative;
  z-index: 0;
  border: 2px solid #e5ecef;
  padding: 27px 28px 23px;
}
.b-reviews .r-text:before {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 -800px no-repeat;
  width: 18px;
  height: 32px;
  position: absolute;
  top: 30px;
  left: -18px;
}
.b-reviews .r-text .e-name {
  font-size: 13px;
  color: #000000;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 500;
  display: block;
  text-transform: uppercase;
  margin: 0 0 11px;
}
.b-reviews .r-text .e-position {
  font-size: 19px;
  line-height: 28px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 300;
  color: #6a828c;
  display: block;
  margin: 0 0 15px;
}
.b-reviews .r-text p {
  margin-bottom: 21px;
}
.b-reviews .r-text p:last-child {
  margin-bottom: 0;
}
/* .b-news ****************************************************************************************************************************************************/
.b-news {
  padding: 43px 0 50px;
}
.b-news.n-inner {
  padding-top: 40px;
}
.b-news h2 {
  text-align: center;
  margin-bottom: 52px;
}
.b-news .r-list > li {
  padding: 10px 0 0;
}
.b-news .r-list > li + li {
  border-top: 1px solid #eaf0f3;
  margin-top: 50px;
  padding-top: 40px;
}
.b-news .r-list > li .gl-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 171px 50px 137px;
}
.b-news .i-photo {
  background: 50% 50% no-repeat;
  width: 108px;
  height: 108px;
  position: absolute;
  z-index: 0;
  top: -9px;
  left: 0;
}
.b-news .i-photo:after {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/photo-mask.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-news .r-header {
  font-size: 19px;
  line-height: 28px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 300;
  margin: 0 0 19px;
}
.b-news .r-header h3 {
  margin-bottom: 26px;
}
.b-news .r-header .e-date {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin-left: 43px;
}
.b-news .r-header .e-date:before {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 -850px no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 3px;
  left: -29px;
}
.b-news .r-header .e-views {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin-left: 43px;
}
.b-news .r-header .e-views:before {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 -900px no-repeat;
  width: 25px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: -33px;
}
.b-news .g-article img {
  border: 1px solid #e8e8e8;
}
.b-news .r-footer {
  margin-top: 42px;
}
.b-news .r-footer .x-button ~ .e-back {
  margin-top: 45px;
}
/* .b-news-social *********************************************************************************************************************************************/
.b-news-social {
  margin: 50px 0 0;
}
.b-news-social .gl-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 137px;
}
.b-news-social .r-like,
.b-news-social .r-comment {
  border-top: 1px solid #eaf0f3;
}
.b-news-social .r-like {
  padding: 31px 0 32px;
}
.b-news-social .r-like .e-heading {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin: 0 42px 0 0;
}
.b-news-social .r-like .r-list {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 2px;
}
.b-news-social .r-like .r-list:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-news-social .r-like .r-list > li {
  line-height: 20px;
  float: left;
  width: 140px;
  padding: 0;
  margin: 0;
  border: none;
}
.b-news-social .r-comment {
  padding: 50px 0 0;
}
/* .b-how-to-buy **********************************************************************************************************************************************/
.b-how-to-buy .gl-wrap {
  padding: 44px 0 70px;
}
.b-how-to-buy .b-content-header:before {
  content: ' ';
  background-image: url(/bitrix/templates/b24_new/img/shared/cloud-1.png);
  width: 65px;
  height: 41px;
  bottom: -12px;
  left: 153px;
}
.b-how-to-buy .b-content-header:after {
  content: ' ';
  background-image: url(/bitrix/templates/b24_new/img/shared/cloud-2.png);
  width: 106px;
  height: 67px;
  top: -10px;
  right: 119px;
}
/* .b-about ***************************************************************************************************************************************************/
.b-about .e-bookmark {
  background: url(/img/content/about/bookmark.png) no-repeat;
  width: 232px;
  height: 71px;
  position: absolute;
  top: -7px;
  left: 50%;
  margin: 0 0 0 -125px;
}
.b-about .gl-wrap {
  padding: 96px 0 41px;
}
.b-about .gl-wrap:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-about .b-content-header {
  margin-bottom: 36px;
}
.b-about .b-content-header:before {
  content: ' ';
  background-image: url(/bitrix/templates/b24_new/img/shared/cloud-0.png);
  width: 53px;
  height: 34px;
  top: -35px;
  left: 131px;
}
.b-about .b-content-header:after {
  content: ' ';
  background-image: url(/bitrix/templates/b24_new/img/shared/cloud-2.png);
  width: 106px;
  height: 67px;
  top: -51px;
  right: 107px;
}
.b-about .r-block {
  width: 565px;
  float: left;
}
.b-about .r-block + .r-block {
  float: right;
}
.b-about .r-block.n-clients:before {
  content: ' ';
  display: block;
  position: relative;
  left: -21px;
  background: url(/img/content/about/img-1.png) no-repeat;
  width: 526px;
  height: 380px;
  margin: 22px 0 39px;
}
.b-about .r-block.n-partners:before {
  content: ' ';
  display: block;
  position: relative;
  left: -13px;
  background: url(/img/content/about/img-2.png) no-repeat;
  width: 581px;
  height: 390px;
  margin: 0 0 51px;
}
/* .b-text-page ***********************************************************************************************************************************************/
.b-text-page .gl-wrap {
  padding: 44px 0 61px;
}
.b-text-page h2 {
  text-align: center;
  margin-bottom: 49px;
}
/* .b-prices **************************************************************************************************************************************************/
.b-prices {
  padding: 44px 0 70px;
}
.b-prices .b-content-header {
  margin-bottom: 32px;
}
.b-prices .b-content-header:before {
  content: ' ';
  background-image: url(/bitrix/templates/b24_new/img/shared/cloud-1.png);
  width: 65px;
  height: 41px;
  top: 66px;
  left: 60px;
}
.b-prices .b-content-header:after {
  content: ' ';
  background-image: url(/bitrix/templates/b24_new/img/shared/cloud-2.png);
  width: 106px;
  height: 67px;
  top: 87px;
  right: 104px;
}
.b-prices .b-tabs {
  text-align: center;
}
.b-prices .b-columns {
  margin-top: 50px;
}
.b-prices .b-text-list {
  margin-top: 24px;
}
.b-prices .r-gray-block {
  margin: 38px 0 50px;
  padding: 24px 0 22px;
  background: #f1f5f6;
}
.b-prices .r-gray-block .r-list {
  width: 860px;
  margin: 0 auto;
}
.b-prices .r-gray-block .r-list:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-prices .r-gray-block .r-list > li {
  margin: 0;
  padding: 0;
  background: none;
  float: left;
  width: 405px;
}
.b-prices .r-gray-block .r-list > li + li {
  float: right;
}
.b-prices.n-all .b-content-header:before {
  top: 40px;
  left: 75px;
}
.b-prices.n-all .b-content-header:after {
  top: 6px;
  right: 99px;
}
.b-prices.n-all .b-tariff-table {
  width: 100%;
}
.b-prices.n-license .b-content-header:before {
  top: 5px;
  left: 13px;
}
.b-prices.n-license .b-content-header:after {
  top: -8px;
  right: 18px;
}
.b-prices.n-license .b-tariff-table {
  width: 860px;
}
.b-prices.n-license .b-tariff-table td:first-child {
  width: 405px;
}
.b-prices.n-license .b-tariff-table tr + tr > td {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}
.b-prices.n-license .b-tariff-table .x-button {
  margin-bottom: 0;
}
/* .b-security ************************************************************************************************************************************************/
.b-security {
  padding: 44px 0 53px;
}
.b-security .b-content-header .e-text {
  margin-top: 38px;
}
.b-security .i-section-image {
  background: url(/img/content/security/img.png) no-repeat;
  width: 673px;
  height: 373px;
  margin: 0 auto;
  display: block;
}
.b-security .b-text-list {
  margin: 47px 0 0;
  padding: 0 0 22px;
}
.b-security .b-text-list > li + li {
  border-style: none;
  margin-top: 16px;
}
.b-security .b-text-list > li .gl-wrap {
  padding: 0;
}
.b-security .b-item-list {
  margin-top: 49px;
}
/* .b-app-list-inner ******************************************************************************************************************************************/
.b-app-list-inner {
  border-radius: 8px;
  behavior: url(PIE.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e5ecef;
  margin-bottom: 50px;
}
.b-app-list-inner .r-header {
  border-bottom: 1px solid #e5ecef;
}
.b-app-list-inner .r-header:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-app-list-inner .r-header > .l-left {
  position: relative;
  float: left;
  min-height: 78px;
  padding: 0 0 0 102px;
  margin: 29px 0 27px 29px;
  width: 680px;
}
.b-app-list-inner .r-header > .l-left .i-icon {
  border-radius: 8px;
  behavior: url(PIE.htc);
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  height: 78px;
  background: 50% 50% no-repeat;
  background-size: 100%;
}
.b-app-list-inner .r-header > .l-left h2 {
  font-size: 36px;
  line-height: 40px;
  display: table-cell;
  height: 55px;
  vertical-align: bottom;
  position: relative;
  top: -9px;
  margin: 0;
  padding: 0 0 5px;
  word-spacing: 1px;
}
.b-app-list-inner .r-header > .l-left .e-developer {
  font-size: 13px;
  line-height: 21px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  color: #afbec4;
  display: block;
  text-transform: uppercase;
}
.b-app-list-inner .r-header > .l-right {
  position: relative;
  top: 17px;
  float: right;
  margin: 0 28px 0 0;
}
.b-app-list-inner .r-header > .l-right:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-app-list-inner .r-header > .l-right > .x-button {
  margin-left: 11px;
}
.b-app-list-inner .r-header > .l-right .e-price {
  font-size: 40px;
  line-height: 100%;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 300;
  position: relative;
  display: block;
  top: 3px;
  letter-spacing: -1px;
  margin: 0 0 11px 15px;
}
.b-app-list-inner .r-content {
  padding: 27px 26px 31px;
}
.b-app-list-inner .r-content:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-app-list-inner .r-content > .l-left {
  float: left;
  width: 210px;
  margin: 0 32px 0 0;
}
.b-app-list-inner .r-content > .l-left .e-image {
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 0;
  background: 50% 50% no-repeat;
  width: 210px;
  height: 210px;
  background-size: 100%;
}
.b-app-list-inner .r-content > .l-left .e-image:before {
  border-radius: 50%;
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/lightbox-mask.png) no-repeat;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-app-list-inner .r-content > .l-left .e-image .i-hover {
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: url(/bitrix/templates/b24_new/img/shared/lightbox-hover.png) no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  opacity: 0;
}
.b-app-list-inner .r-content > .l-left .e-image:hover .i-hover {
  opacity: 1;
}
.b-app-list-inner .r-content > .l-left .e-image + .r-data {
  margin-top: 21px;
}
.b-app-list-inner .r-content > .l-left .r-data > li {
  font-size: 13px;
  line-height: 21px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  text-transform: uppercase;
}
.b-app-list-inner .r-content > .l-left .r-data > li + li {
  margin-top: 5px;
}
.b-app-list-inner .r-content > .l-left .r-data > li strong {
  font-weight: normal;
  color: #000000;
}
.b-app-list-inner .r-content > .l-right {
  padding: 2px 0 0;
  overflow: hidden;
}
.b-app-list-inner .r-content > .l-right .b-tabs .r-tabs-header {
  margin-bottom: 16px;
}
.b-app-list-inner .r-content > .l-right .b-tabs .r-tabs-content {
  font-size: 19px;
  line-height: 30px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 300;
  color: #000000;
}
.b-app-list-inner .r-content > .l-right .b-tabs .r-tabs-content p {
  margin-bottom: 30px;
}
.b-app-list-inner .r-content > .l-right .b-tabs .r-tabs-content p:last-child {
  margin-bottom: 0;
}
html.ie8 .b-app-list-inner .r-content > .l-left .e-image .i-hover {
  opacity: 1;
  display: none;
}
html.ie8 .b-app-list-inner .r-content > .l-left .e-image:hover .i-hover {
  display: block;
}
/* .b-what-is-this ********************************************************************************************************************************************/
.b-what-is-this {
  overflow: hidden;
}
.b-what-is-this .gl-wrap {
  padding: 44px 0 122px;
}
.b-what-is-this .b-content-header {
  margin-bottom: -14px;
}
/* .b-circle-banner *******************************************************************************************************************************************/
.b-circle-banner {
  position: relative;
  z-index: 0;
  background: url(/img/content/what-is-this/big-circle.png) no-repeat;
  width: 1397px;
  height: 1397px;
  margin: 0 0 25px;
}
.b-circle-banner:before {
  content: ' ';
  background: 0 0 no-repeat;
  position: absolute;
  z-index: -10;
}
.b-circle-banner > li {
  background: url(/img/content/what-is-this/small-circle.png) no-repeat;
  width: 104px;
  height: 104px;
  position: absolute;
}
.b-circle-banner > li:before {
  content: ' ';
  background: no-repeat;
  position: absolute;
}
.b-circle-banner > li:after {
  content: ' ';
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -45px;
  background: url(/img/content/what-is-this/icons.png) 0 90px no-repeat;
}
.b-circle-banner .r-text {
  position: absolute;
  min-width: 310px;
}
.b-circle-banner .r-text .l-wrap-align {
  display: table-cell;
  vertical-align: middle;
  height: 200px;
}
.b-circle-banner .r-text h3 {
  margin-bottom: 11px;
  white-space: nowrap;
}
.b-circle-banner .r-text .e-text {
  font-size: 14px;
  line-height: 21px;
  color: #809299;
  width: 310px;
}
.b-circle-banner.m-left {
  left: -677px;
}
.b-circle-banner.m-left > li.n1 {
  top: 107px;
  right: 199px;
}
.b-circle-banner.m-left > li.n2 {
  top: 452px;
  right: -24px;
}
.b-circle-banner.m-left > li.n3 {
  top: 842px;
  right: -24px;
}
.b-circle-banner.m-left > li.n4 {
  top: 1187px;
  right: 199px;
}
.b-circle-banner.m-left > li:first-child .r-text,
.b-circle-banner.m-left > li:first-child + li + li .r-text {
  left: 147px;
  top: -58px;
}
.b-circle-banner.m-left > li:first-child + li .r-text,
.b-circle-banner.m-left > li:first-child + li + li + li .r-text {
  top: -57px;
  right: 132px;
}
.b-circle-banner.m-right {
  left: 449px;
}
.b-circle-banner.m-right > li.n1 {
  top: 107px;
  left: 199px;
}
.b-circle-banner.m-right > li.n2 {
  top: 452px;
  left: -24px;
}
.b-circle-banner.m-right > li.n3 {
  top: 842px;
  left: -24px;
}
.b-circle-banner.m-right > li.n4 {
  top: 1187px;
  left: 199px;
}
.b-circle-banner.m-right > li:first-child .r-text,
.b-circle-banner.m-right > li:first-child + li + li .r-text {
  left: 147px;
  top: -58px;
}
.b-circle-banner.m-right > li:first-child + li .r-text,
.b-circle-banner.m-right > li:first-child + li + li + li .r-text {
  top: -57px;
  right: 132px;
}
.b-circle-banner.n1:before {
  background-image: url(/img/content/what-is-this/clouds-1.png);
  width: 1079px;
  height: 1013px;
  top: 101px;
  left: 738px;
}
.b-circle-banner.n1 > li.n1:before {
  background-image: url(/img/content/what-is-this/1.png);
  width: 418px;
  height: 276px;
  top: -47px;
  right: 158px;
}
.b-circle-banner.n1 > li.n1:after {
  background-position: 0 -90px;
}
.b-circle-banner.n1 > li.n2:before {
  background-image: url(/img/content/what-is-this/2.png);
  width: 451px;
  height: 323px;
  top: -105px;
  left: 133px;
}
.b-circle-banner.n1 > li.n2:after {
  background-position: 0 -180px;
}
.b-circle-banner.n1 > li.n3:before {
  background-image: url(/img/content/what-is-this/3.png);
  width: 544px;
  height: 296px;
  top: -76px;
  right: 203px;
}
.b-circle-banner.n1 > li.n3:after {
  background-position: 0 -270px;
}
.b-circle-banner.n1 > li.n4:before {
  background-image: url(/img/content/what-is-this/4.png);
  width: 592px;
  height: 249px;
  top: -56px;
  left: 166px;
}
.b-circle-banner.n1 > li.n4:after {
  background-position: 0 -360px;
}
.b-circle-banner.n2:before {
  background-image: url(/img/content/what-is-this/clouds-2.png);
  width: 1034px;
  height: 1058px;
  top: 302px;
  right: 808px;
}
.b-circle-banner.n2 > li.n1 .r-text {
  top: -10px;
}
.b-circle-banner.n2 > li.n1 .r-text .l-wrap-align {
  height: 174px;
}
.b-circle-banner.n2 > li.n1:before {
  background-image: url(/img/content/what-is-this/5.png);
  width: 564px;
  height: 253px;
  top: -81px;
  right: 197px;
}
.b-circle-banner.n2 > li.n1:after {
  background-position: 0 -450px;
}
.b-circle-banner.n2 > li.n2:before {
  background-image: url(/img/content/what-is-this/6.png);
  width: 463px;
  height: 297px;
  top: -51px;
  left: 174px;
}
.b-circle-banner.n2 > li.n2:after {
  background-position: 0 -540px;
}
.b-circle-banner.n2 > li.n3:before {
  background-image: url(/img/content/what-is-this/7.png);
  width: 428px;
  height: 367px;
  top: -116px;
  right: 136px;
}
.b-circle-banner.n2 > li.n3:after {
  background-position: 0 -630px;
}
.b-circle-banner.n2 > li.n4:before {
  background-image: url(/img/content/what-is-this/8.png);
  width: 339px;
  height: 209px;
  top: -94px;
  left: 150px;
}
.b-circle-banner.n2 > li.n4:after {
  background-position: 0 -720px;
}
.b-circle-banner.n3:before {
  background-image: url(/img/content/what-is-this/clouds-3.png);
  width: 1120px;
  height: 1117px;
  top: 64px;
  left: 693px;
}
.b-circle-banner.n3 > li.n1:before {
  background-image: url(/img/content/what-is-this/9.png);
  width: 475px;
  height: 320px;
  top: -63px;
  right: 99px;
}
.b-circle-banner.n3 > li.n1:after {
  background-position: 0 -810px;
}
.b-circle-banner.n3 > li.n2:before {
  background-image: url(/img/content/what-is-this/10.png);
  width: 364px;
  height: 281px;
  top: -89px;
  left: 150px;
}
.b-circle-banner.n3 > li.n2:after {
  background-position: 0 -900px;
}
.b-circle-banner.n3 > li.n3:before {
  background-image: url(/img/content/what-is-this/11.png);
  width: 486px;
  height: 369px;
  top: -104px;
  right: 196px;
}
.b-circle-banner.n3 > li.n3:after {
  background-position: 0 -990px;
}
.b-circle-banner.n3 > li.n4:before {
  background-image: url(/img/content/what-is-this/12.png);
  width: 615px;
  height: 347px;
  top: -78px;
  left: 215px;
}
.b-circle-banner.n3 > li.n4:after {
  background-position: 0 -1080px;
}
/* .b-event ***************************************************************************************************************************************************/
.b-event .gl-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 110px 660px 62px 20px;
  background: url(/img/content/events/img.png) 393px 30px no-repeat;
}
.b-event .r-header {
  font-size: 19px;
  line-height: 28px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 300;
  color: #000000;
  margin: 0 0 6px;
}
.b-event .r-header * {
  margin-right: 11px;
}
.b-event .r-header h2 {
  margin: 0 0 24px;
}
.b-event .r-header .e-date {
  display: inline-block;
}
.b-event .r-header .e-place {
  position: relative;
  display: inline-block;
  margin: 0 0 0 22px;
}
.b-event .r-header .e-place:before {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 -1000px no-repeat;
  width: 12px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: -22px;
}
.b-event .r-content {
  font-size: 19px;
  line-height: 28px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 300;
  color: #000000;
  margin: 0 60px 0 0;
}
.b-event .r-footer {
  margin: 32px 0 0;
}
.b-event .r-footer > * {
  margin-right: 12px;
}
.b-event .r-footer .e-text {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
}
/* .b-event-people ********************************************************************************************************************************************/
.b-event-people {
  padding: 33px 0 36px;
  text-align: center;
}
.b-event-people h4 {
  margin-bottom: 30px;
}
/* .b-events-inner ********************************************************************************************************************************************/
.b-events-inner {
  padding: 50px 0;
}
.b-events-inner .b-tariff-table {
  width: auto;
  margin: 0 0 50px;
}
.b-events-inner .b-tariff-table td:first-child {
  width: 910px;
}
.b-events-inner .b-tariff-table td:first-child + td {
  padding-left: 60px;
  padding-right: 60px;
  text-align: left;
}
.b-events-inner .b-tariff-table .e-row-heading {
  font-size: 16px;
}
.b-events-inner .b-text-list {
  position: relative;
  margin: 0 0 13px;
}
.b-events-inner .b-text-list > li > .gl-wrap {
  padding: 0;
}
.b-events-inner .b-text-list:before {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/cloud-1.png) no-repeat;
  width: 65px;
  height: 41px;
  position: absolute;
  bottom: 26px;
  left: 50%;
  margin: 0 0 0 -63px;
}
.b-events-inner > .r-footer {
  text-align: center;
}
/* .b-events-filter *******************************************************************************************************************************************/
.b-events-filter {
  position: relative;
  z-index: 10;
  height: 50px;
  padding: 40px 0 32px;
  background: #f1f5f6;
}
.b-events-filter .gl-wrap {
  width: 1155px;
}
.b-events-filter .gl-wrap > * {
  margin-right: 40px;
}
.b-events-filter .x-button {
  border-radius: 5px;
  behavior: url(PIE.htc);
  padding-top: 16px;
  padding-bottom: 16px;
}
/* .b-event-main **********************************************************************************************************************************************/
.b-event-main .gl-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 59px 130px 50px 330px;
  z-index: 0;
}
.b-event-main .gl-wrap:before {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/cloud-2.png) no-repeat;
  width: 106px;
  height: 67px;
  position: absolute;
  z-index: -10;
  top: 40px;
  right: 114px;
}
.b-event-main .gl-wrap:after {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/cloud-1.png) no-repeat;
  width: 65px;
  height: 41px;
  position: absolute;
  z-index: -10;
  bottom: 26px;
  right: 311px;
}
.b-event-main .i-image {
  border-radius: 50%;
  behavior: url(PIE.htc);
  background: 50% 50% no-repeat;
  width: 239px;
  height: 239px;
  position: absolute;
  top: 45px;
  left: 50px;
}
.b-event-main .r-header {
  font-size: 19px;
  line-height: 28px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 300;
  color: #000000;
  margin: 0 0 6px;
}
.b-event-main .r-header * {
  margin-right: 11px;
}
.b-event-main .r-header h2 {
  margin: 0 0 24px;
}
.b-event-main .r-header .e-date {
  display: inline-block;
}
.b-event-main .r-header .e-place {
  position: relative;
  display: inline-block;
  margin: 0 0 0 22px;
}
.b-event-main .r-header .e-place:before {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 -1000px no-repeat;
  width: 12px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: -22px;
}
.b-event-main .r-header .e-heading {
  font-size: 17px;
  line-height: 26px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  text-transform: uppercase;
  margin: 16px 0 0;
}
.b-event-main .l-wrap-align {
  height: 225px;
  display: table-cell;
  vertical-align: middle;
}
/* .b-event-list **********************************************************************************************************************************************/
.b-event-list {
  position: relative;
  z-index: 0;
  padding: 48px 0 51px;
  width: 1124px;
}
.b-event-list:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-event-list:before {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/cloud-1.png) no-repeat;
  width: 65px;
  height: 41px;
  position: absolute;
  z-index: -10;
  bottom: 30px;
  right: 51px;
}
.b-event-list > li {
  font-size: 13px;
  line-height: 22px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  width: 300px;
  float: left;
  text-align: center;
  margin: 0 37px;
}
.b-event-list > li + li + li + li {
  margin-top: 62px;
}
.b-event-list > li .i-image {
  border-radius: 50%;
  behavior: url(PIE.htc);
  background: 50% 50% no-repeat;
  width: 115px;
  height: 115px;
  display: block;
  margin: 0 auto 21px;
}
.b-event-list > li .e-heading {
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.b-event-list > li .e-date,
.b-event-list > li .e-place {
  color: #98acb4;
  display: inline-block;
}
.b-event-list > li .e-date {
  margin-right: 5px;
}
.b-event-list > li .e-place {
  margin-left: 15px;
  position: relative;
}
.b-event-list > li .e-place:before {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 -1050px no-repeat;
  width: 9px;
  height: 13px;
  position: absolute;
  top: 4px;
  left: -15px;
}
.b-event-list > li .e-details {
  text-transform: uppercase;
  border-bottom-style: solid;
}
/* .b-app-list ************************************************************************************************************************************************/
.b-app-list {
  border-radius: 6px;
  behavior: url(PIE.htc);
  border: 2px solid #e5ecef;
  margin-bottom: 50px;
}
.b-app-list .r-header {
  font-size: 17px;
  line-height: 26px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  border-radius: 4px 4px 0 0;
  behavior: url(PIE.htc);
  padding: 28px 48px;
  background: #eef2f4;
}
.b-app-list .r-header:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-app-list .r-header .rss {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}
.b-app-list .r-header .l-left {
  float: left;
}
.b-app-list .r-header .l-right {
  float: right;
}
.b-app-list .r-header .e-heading {
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px 0 0;
}
.b-app-list .r-header .x-select {
  width: 266px;
}
.b-app-list .r-header .b-switch {
  position: relative;
  top: 11px;
}
.b-app-list .r-content {
  padding: 43px 48px 41px;
}
.b-app-list .r-content .b-switch {
  margin: 0 0 57px;
}
.b-app-list .r-content .r-list {
  margin: 0 -50px 0 0;
}
.b-app-list .r-content .r-list:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-app-list .r-content .r-list > li {
  font-size: 13px;
  line-height: 22px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  color: #98acb4;
  position: relative;
  width: 210px;
  padding: 4px 0 0 110px;
  margin: 0 50px 0 0;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  min-height: 89px;
}
.b-app-list .r-content .r-list > li + li + li + li {
  margin-top: 50px;
}
.b-app-list .r-content .r-list > li .i-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 79px;
  height: 78px;
  border-radius: 8px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.b-app-list .r-content .r-list > li a {
  border-bottom-style: solid;
}
.b-app-list .r-content .r-list > li .e-price {
  margin: 8px 0 0;
  display: block;
}
/* #b-webinar-reg *********************************************************************************************************************************************/
.b-registration-webinar {
  padding: 44px 0 0 0;
}
#b-webinar-reg .l-bg {
  background: #f1f5f6;
}
#b-webinar-reg .e-info {
  text-align: right;
  padding: 30px 95px 30px 0;
  font-size: 80%;
}
#b-webinar-reg .red {
  font-weight: normal;
  color: #db4a29;
}
#b-webinar-reg .l-top {
  font-size: 120%;
  padding: 0 10px;
}
#b-webinar-reg .l-top:after {
  content: ' ';
  display: block;
  clear: both;
}
#b-webinar-reg .l-top label {
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
}
#b-webinar-reg .l-top .m-height {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}
#b-webinar-reg .l-top .b-radio {
  display: inline-block;
}
#b-webinar-reg .l-top .b-radio a {
  margin: -10px 11px -10px 30px;
}
#b-webinar-reg .l-col-left {
  float: left;
  margin: 0 80px 0 0;
  width: 500px;
  position: relative;
}
#b-webinar-reg .l-col-left label {
  width: 165px;
}
#b-webinar-reg dt {
  position: absolute;
  width: 350px;
  text-align: right;
  height: 60px;
}
#b-webinar-reg dt div,
#b-webinar-reg dt .l-wrap-align {
  width: 350px;
  vertical-align: middle;
  height: 60px;
  display: table-cell;
}
#b-webinar-reg dd {
  position: relative;
  margin: 0 0 40px 365px;
}
#b-webinar-reg dd label {
  color: #000;
}
#b-webinar-reg dd .ge-status.m-right {
  left: 366px;
}
#b-webinar-reg .l-col-right {
  float: left;
  width: 500px;
}
#b-webinar-reg .e-text {
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 300;
  border-top: 1px solid #d5dde0;
  text-align: center;
  padding: 40px 0 32px 0;
  font-size: 120%;
}
#b-webinar-reg .e-know {
  overflow: hidden;
  padding: 0 0 20px 0;
}
#b-webinar-reg .e-know li {
  float: left;
  width: 290px;
  height: 55px;
  overflow: hidden;
  padding: 3px 0;
}
#b-webinar-reg .e-know li a {
  float: left;
  margin: 0 15px 0 0;
}
#b-webinar-reg .e-know li label {
  float: left;
  width: 250px;
}
#b-webinar-reg .x-text input,
#b-webinar-reg .x-password input {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 15px;
}
#b-webinar-reg .m-center {
  padding: 40px;
  text-align: center;
}
/* #b-enter-reg ***********************************************************************************************************************************************/
#b-enter-reg-wrap {
  background: #2fc7f7 url(/bitrix/templates/b24_new/img/main/bg-clouds.png) 50% 58px no-repeat;
  position: relative;
  z-index: 0;
  min-height: 100%;
  overflow: hidden;
}
#b-enter-reg-header {
  overflow: hidden;
  height: 80px;
  width: 900px;
  margin: 40px auto 0;
}
#b-enter-reg-header .logo {
  float: left;
  display: inline-block;
  margin: 10px 0 0 0;
}
#b-enter-reg-header h1 {
  float: right;
  color: #ffffff;
}
#b-enter-reg-content {
  border-radius: 6px;
  behavior: url(PIE.htc);
  width: 827px;
  margin: 0 auto 80px;
  background: #ffffff;
}
#b-enter-reg {
  display: block;
  padding: 10px 30px;
  min-height: 350px;
  /*
    color: #6f848e;
    */
}
#b-enter-reg h4 {
  font-size: 21px;
  color: #6f848e;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 300;
  margin: 0 0 30px 0;
}
#b-enter-reg h1 {
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.6px;
}
#b-enter-reg h2 {
  font-size: 40px;
  color: #005e94;
  margin: -9px 0 0;
}
#b-enter-reg .title-cover {
  border-radius: 6px;
  behavior: url(PIE.htc);
  padding: 40px 40px 30px 40px;
  background: #f2f4c4;
}
#b-enter-reg .title-cover .example {
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  font-size: 14px;
  clear: both;
  padding: 15px 0;
}
#b-enter-reg .title-cover .dot-name {
  display: table-cell;
  height: 56px;
  vertical-align: middle;
  color: #005e94;
}
#b-enter-reg .title-cover dd {
  margin-bottom: 0;
}
#b-enter-reg .title-cover .x-text,
#b-enter-reg .title-cover .x-password {
  width: 332px;
}
#b-enter-reg .m-centred {
  display: table-cell;
  height: 60px;
  padding: 0 0 0 20px;
  vertical-align: middle;
}
#b-enter-reg dl {
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  font-size: 19px;
  position: relative;
}
#b-enter-reg dl dt {
  width: 240px;
  position: absolute;
}
#b-enter-reg dl dd {
  width: 500px;
  margin: 0 0 40px 275px;
  position: relative;
}
#b-enter-reg dl dd:after {
  content: ' ';
  display: block;
  clear: both;
}
#b-enter-reg dl dd .ge-status.m-right {
  left: 385px;
}
#b-enter-reg dl.company-name {
  padding: 40px 0 0 40px;
  border-bottom: 1px solid #eaf0f3;
  margin: 0 0 40px 0;
}
#b-enter-reg dl.user-data {
  padding: 0 0 0 40px;
}
#b-enter-reg .x-text,
#b-enter-reg .x-password {
  width: 364px;
  float: left;
}
#b-enter-reg .x-text input,
#b-enter-reg .x-password input {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 15px;
}
#b-enter-reg .red {
  font-weight: normal;
  color: #db4a29;
}
#b-enter-reg dt div,
#b-enter-reg dt .l-wrap-align {
  vertical-align: middle;
  height: 60px;
  display: table-cell;
  width: 260px;
  text-align: right;
}
#b-enter-reg .user-data dd {
  position: relative;
}
#b-enter-reg .user-data .license,
#b-enter-reg .user-data .promo {
  font-size: 13px;
  color: #2fc7f7;
  -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;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #cdf0ff;
}
#b-enter-reg .user-data .license:hover,
#b-enter-reg .user-data .promo:hover {
  border-color: #e6f6fd;
  color: #68ddff;
}
#b-enter-reg .user-data .last-license label {
  font-size: 15px;
  margin: 0 18px 0 5px;
}
#b-enter-reg .user-data .last-license .question {
  margin: 0 0 -5px 20px;
}
#b-enter-reg .user-data .last-btn {
  margin-top: 13px;
  margin-bottom: 0;
}
#b-enter-reg .user-data .last-btn .promo {
  margin: 0 0 0 35px;
}
#b-enter-reg .r-progress {
  border-radius: 6px;
  behavior: url(PIE.htc);
  background: #f2f4c4;
  padding: 44px 40px 36px 40px;
  margin: -10px 0 -20px;
  text-align: center;
}
#b-enter-reg .r-progress .e-text {
  font-size: 19px;
  line-height: 28px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  margin: 0 0 22px;
}
#b-enter-reg .r-progress .e-text .e-url {
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 500;
  color: #005e94;
}
#b-enter-reg .r-progress .r-line {
  border-radius: 6px;
  behavior: url(PIE.htc);
  position: relative;
  z-index: 0;
  width: 580px;
  margin: 0 auto 21px;
  height: 19px;
  background: #dcde9e;
  border-bottom: 1px solid #f7f8d9;
  overflow: hidden;
}
#b-enter-reg .r-progress .r-line:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/bitrix/templates/b24_new/img/form/progress-mask.png) no-repeat;
}
#b-enter-reg .r-progress .r-line i {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 27%;
  background: url(/bitrix/templates/b24_new/img/form/progress.png) repeat-x;
}
#b-enter-reg .r-progress .e-percent {
  font-size: 30px;
  line-height: 38px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  color: #000000;
  display: block;
}
#b-enter-reg .r-progress .x-button {
  margin: 16px 0 3px;
}
/* .ge-status *************************************************************************************************************************************************/
.ge-status {
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 50px no-repeat;
}
.ge-status.m-ok {
  background-position: 0 -1550px;
  width: 18px;
}
.ge-status.m-error {
  font-size: 14px;
  line-height: 18px;
  color: #db4a29;
  padding-left: 28px;
  background-position: 0 -1600px;
}
.ge-status.m-info {
  width: 18px;
  background-position: 0 -1650px;
  cursor: pointer;
}
.ge-status.m-disabled {
  font-size: 12px;
  line-height: 18px;
  color: #a8b9c1;
}
.ge-status.m-right {
  position: absolute;
  top: 50%;
  margin: -9px 0 0;
}
.ge-status.m-bottom {
  position: absolute;
  top: 71px;
  left: 0;
}
/* .b-partner *************************************************************************************************************************************************/
.b-partner {
  border-radius: 6px;
  behavior: url(PIE.htc);
  position: relative;
  z-index: 0;
  border: 2px solid #e5ecef;
  margin-bottom: 52px;
}
.b-partner.m-ribbon-seller:after {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/content/partners/ribbon-seller.png) no-repeat;
  width: 128px;
  height: 128px;
  position: absolute;
  z-index: 100;
  top: -7px;
  right: -7px;
}
.b-partner .r-header {
  padding: 22px 28px 30px;
  border-bottom: 1px solid #e5ecef;
}
.b-partner .r-header:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-partner .r-header .l-left {
  float: left;
}
.b-partner .r-header .l-right {
  float: right;
}
.b-partner .r-header h2 {
  margin-bottom: 8px;
}
.b-partner .r-header .e-status {
  font-size: 11px;
  line-height: 22px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 500;
  color: #000000;
  display: inline-block;
  padding: 1px 15px 0;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  background: #daff45;
}
.b-partner .r-header .r-cities {
  font-size: 13px;
  line-height: 21px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  color: #afbec4;
  text-transform: uppercase;
  display: inline-block;
}
.b-partner .r-header .r-links {
  font-size: 13px;
  line-height: 21px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  text-transform: uppercase;
  margin: 24px 72px -4px 0;
}
.b-partner .r-header .r-links > li + li {
  margin-top: 18px;
}
.b-partner .r-content {
  font-size: 19px;
  line-height: 28px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 300;
  color: #000000;
  padding: 23px 28px 17px;
}
.b-partner .r-footer {
  padding: 0 28px 31px;
}
.b-partner .r-footer:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-partner .r-footer .l-left {
  float: left;
}
.b-partner .r-footer .l-right {
  float: right;
}
.b-partner .r-footer .r-achievements {
  margin: 7px 0;
}
.b-partner .r-footer .r-achievements:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-partner .r-footer .r-achievements > li {
  float: left;
  margin: 0 4px 0 0;
  background: no-repeat;
  width: 106px;
  height: 32px;
}
.b-partner .r-footer .r-counter {
  display: inline-block;
  color: #7e939b;
  margin: 0 32px 0 0;
}
.b-partner .r-footer .r-counter:before {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 50px no-repeat;
  margin: 0 6px 0 0;
}
.b-partner .r-footer .r-counter .e-num {
  font-size: 46px;
  line-height: 46px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -2px;
  margin: 0 7px 0 0;
}
.b-partner .r-footer .r-counter .e-text {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
}
.b-partner .r-footer .r-counter.n-employees:before {
  content: ' ';
  background-position: 0 -1800px;
  width: 16px;
  height: 19px;
}
.b-partner .r-footer .r-counter.n-certificates:before {
  content: ' ';
  background-position: 0 -1850px;
  width: 22px;
  height: 16px;
}
/* .b-partner-projects ****************************************************************************************************************************************/
.b-partner-projects h2 {
  text-align: center;
  margin-bottom: 28px;
}
.b-partner-projects .b-tabs {
  text-align: center;
}
.b-partner-projects .b-tabs .r-tabs-header {
  margin-bottom: 48px;
}
.b-partner-projects .b-tabs .r-tabs-header > li {
  margin: 0 7px 0 8px;
}
/* .b-partner-info ********************************************************************************************************************************************/
.b-partner-info {
  margin: 0 0 54px;
}
.b-partner-info .gl-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 52px 30px 0;
}
.b-partner-info .gl-wrap:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-partner-info .gl-wrap > .l-left {
  width: 600px;
  float: left;
}
.b-partner-info .gl-wrap > .l-right {
  float: right;
  width: 415px;
}
/* .b-partners-list *******************************************************************************************************************************************/
.b-partners-list .b-columns {
  margin: 45px -100px 0 0;
}
.b-partners-list .b-columns > li {
  padding: 24px 28px 40px;
  margin: 0 70px 70px 0;
}
.b-partners-list .b-columns > li h3 {
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  margin: 0 0 7px;
}
.b-partners-list .m-leader {
  position: relative;
}
.b-partners-list .m-leader:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  width: 128px;
  height: 128px;
  top: -5px;
  right: -5px;
  background: url(/img/content/partners/ribbon-seller.png) 0 0 no-repeat;
}
.b-partners-list .l-brief {
  text-transform: uppercase;
}
.b-partners-list .e-advanced {
  font-size: 12px;
  line-height: 23px;
  color: #000000;
  display: inline-block;
  background: #daff45;
  height: 23px;
  padding: 0 15px;
  margin: 0 20px 0 0;
}
.b-partners-list .e-city {
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 500;
  font-size: 14px;
  display: inline-block;
}
.b-partners-list .e-intro {
  min-height: 115px;
  font-size: 15px;
  line-height: 1.6em;
}
.b-partners-list .l-btn-cover {
  overflow: hidden;
}
.b-partners-list .l-btn-cover .m-blue-border {
  float: left;
}
.b-partners-list .l-btn-cover .m-blue {
  float: right;
}
.b-partners-list .l-img-wrapper {
  margin: 20px 0 55px 0;
  position: relative;
  height: 295px;
  width: 491px;
}
/* .b-error ***************************************************************************************************************************************************/
.b-error {
  position: relative;
}
.b-error .gl-wrap {
  padding: 89px 0 101px;
}
.b-error .l-wrap-align {
  display: table-cell;
  text-align: center;
  width: 1180px;
  vertical-align: middle;
}
.b-error .e-num {
  font-size: 112px;
  line-height: 100%;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 300;
  color: #2fc7f7;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -3px;
  margin: 0 20px 0 0;
}
.b-error .e-text {
  font-size: 42px;
  line-height: 52px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 300;
  color: #000000;
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  letter-spacing: -1px;
}
.play-container {
  width: 838px;
  height: 471px;
  border: 8px solid #fff;
  position: absolute;
  z-index: 99;
  margin-left: 172px;
  top: 132px;
}
.play-container iframe {
  width: 100%;
  height: 100%;
}
