

/* Start:/bitrix/components/bitrix24/site.redirect/templates/.default/style.css?14449884064024*/
@font-face
{
	font-family: "BlissProItalic";
	src: url("/bitrix/templates/landing/font/BlissProItalic/BlissProItalic.otf");
	src: url("/bitrix/templates/landing/font/BlissProItalic/BlissProItalic.otf?#iefix") format("embedded-opentype"),
	url("/bitrix/templates/landing/font/BlissProItalic/BlissProItalic.otf") format("woff"),
	url("/bitrix/templates/landing/font/BlissProItalic/BlissProItalic.otf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face
{
	font-family: 'OpenSansRegular';
	src: url('/bitrix/templates/landing/font/OpenSansRegular/OpenSansRegular.eot');
	src: local('Open Sans Regular'),
	url('/bitrix/templates/landing/font/OpenSansRegular/OpenSansRegular.woff') format('woff'),
	url('/bitrix/templates/landing/font/OpenSansRegular/OpenSansRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*START WindowPopup*/
.window-popup
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
}

.window-popup.loading
{
	cursor: progress;
}

.window-popup.hide
{
	display: none;
}

.window-popup.show
{
	display: block;
}

.window-popup .shadow
{
	background-color: rgba(2, 46, 85, 0.78);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s linear;
}

.window-popup.show .shadow
{
	opacity: 1;
}

.window-popup .content
{
	background-color: rgba(255, 255, 255, 0.95);
	position: relative;
	top: 150px;
	bottom: 0;
	right: 0;
	left: 0;
	transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
	margin: auto;
	opacity: 0;
	padding: 20px;
	transform: scale(0.6);
	box-sizing: border-box;
	display: table;
}

.window-popup.show .content
{
	opacity: 1;
	transform: scale(1);
}

.window-popup.redirect-anim .content
{
	transform: scale(0.1);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	transform: scale(0.1);
	opacity: 0.4;
}

.window-popup .close
{
	background-color: #28bef1;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	left: -45px;
	cursor: pointer;
}

.window-popup .close:after
{
	background: rgba(0, 0, 0, 0) url("/bitrix/components/bitrix24/site.redirect/templates/.default/../img/ent-sprite.png") no-repeat scroll -8px -127px;
	bottom: 0;
	content: "";
	display: block;
	height: 21px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 21px;
}

.window-popup .container-popup
{
	opacity: 1;
	transition: opacity 0.3s linear;
	height: 100%;
	position: relative;
	text-align: center;
}

.window-popup.loading .container-popup
{
	opacity: 0.3;
}

.window-popup .container-popup .title
{

}

.window-popup .container-popup .popup-logo,
.window-popup .container-popup .text
{
	display: inline-block;
	vertical-align: middle;
}

.window-popup .container-popup .text
{
	color: #3bc8f5;
	font-size: 45px;
	font-family: BlissProItalic;
}

.window-popup .container-popup .tooltip
{
	padding-bottom: 60px;
	margin: 45px auto 25px;
	position: relative;
	border-bottom: 1px solid rgba(145, 155, 163, 0.2);
	text-align: center;
	color: #61707b;
	font-size: 23px;
	line-height: 30px;
	font-family: OpenSansRegular;
}

.window-popup .container-popup .btn-container
{
	text-align: center;
	margin-top: 25px;
}

.window-popup .container-popup .btn
{
	font-size: 15px;
	line-height: 27px;
	color: #535c69;
	border-radius: 50px;
	padding: 9px 20px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: OpenSansRegular;
	transition: background-color 0.2s linear;
}

.window-popup .container-popup .btn.green-btn
{
	background-color: #bbed21;
}

.window-popup .container-popup .btn.green-btn:hover
{
	background-color: #d6fa4c;
}

.window-popup .container-popup .btn:not(.green-btn)
{
	text-decoration: underline;
}

/*END WindowPopup*/
/* End */


/* Start:/bitrix/templates/b24_en_new/css/reset.css?14002462422956*/
/*
 * jQuery x-Tools v1.3.3
 * https://github.com/x-three/x-tools
 *
 * Copyright 2013, Vladimir Volkov.
 * Licensed under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, hr,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
button, input, textarea, select {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
}

article, aside, figcaption, figure, footer, header, hgroup, mark, nav, section, time {
    display: block;
}

a {
    text-decoration: none;
}

html {
    width: 100%;
    height: 100%;
}

body {
    height: 100%;
    min-width: 1000px;
    line-height: normal;
    cursor: default;
}

:focus {
    outline: none;
}

blockquote, q {
    quotes: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th {
    text-align: left;
}

th, td {
    vertical-align: top;
}

address, cite {
    font-style: normal;
}

ol, ul, menu {
    list-style: none outside none;
}

li {
    display: block;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

sup, sub {
    position: relative;
    font-size: 0.58em;
    line-height: 1em;
}

sup {
    top: -0.6em;
}

sub {
    top: 0.6em;
}

a, button {
    cursor: pointer;
}

textarea {
    overflow: auto;
    resize: none;
}

input[type="file"] {
    margin: 0;
}

select {
    border: 1px solid;
}

input[type="radio"],
input[type="checkbox"] {
    vertical-align: text-top;
    position: relative;
    top: -0.2em;
    margin: 3px 3px 3px 0;
}

big {
    font-size: larger;
}

small {
    font-size: smaller;
}

/******************************************************************************/
*+html img {
    -ms-interpolation-mode: bicubic;
}

::-ms-clear {
    display: none;
}

button::-moz-focus-inner {
    padding:0;
    border:0;
}

/* Predefined Classes *********************************************************/
.e-heading {
    display: block;
}

ul.st-reset {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}

ul.st-reset > li {
    margin: 0;
    padding: 0;
    background: none;
}

.st-nobr {
    white-space: nowrap;
}

.st-invisible {
    position: absolute !important;
    display: block !important;
    visibility: hidden !important;
    z-index: -1000 !important;
}

.st-clear-after:after {
    content: " ";
    display: block;
    clear: both;
}
/* End */


/* Start:/bitrix/templates/b24_en_new/css/style.css?14436936827727*/
@font-face {
    font-family: 'Geometria Light';
    src: url('/bitrix/templates/b24_new/font/Brownfox_-_Geometria_Light.eot');
    src: url('/bitrix/templates/b24_new/font/Brownfox_-_Geometria_Light.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/b24_new/font/Brownfox_-_Geometria_Light.otf') format('opentype'),
    url('/bitrix/templates/b24_new/font/Brownfox_-_Geometria_Light.woff') format('woff'),
    url('/bitrix/templates/b24_new/font/Brownfox_-_Geometria_Light.ttf') format('truetype'),
    url('/bitrix/templates/b24_new/font/Brownfox_-_Geometria_Light.svg#geometria_lightlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geometria Medium';
    src: url('/bitrix/templates/b24_new/font/Brownfox_-_Geometria_Medium.eot');
    src: url('/bitrix/templates/b24_new/font/Brownfox_-_Geometria_Medium.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/b24_new/font/Brownfox_-_Geometria_Medium.otf') format('opentype'),
    url('/bitrix/templates/b24_new/font/Brownfox_-_Geometria_Medium.woff') format('woff'),
    url('/bitrix/templates/b24_new/font/Brownfox_-_Geometria_Medium.ttf') format('truetype'),
    url('/bitrix/templates/b24_new/font/Brownfox_-_Geometria_Medium.svg#geometria_mediummedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geometria';
    src: url('/bitrix/templates/b24_new/font/Brownfox_-_Geometria.eot');
    src: url('/bitrix/templates/b24_new/font/Brownfox_-_Geometria.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/b24_new/font/Brownfox_-_Geometria.otf') format('opentype'),
    url('/bitrix/templates/b24_new/font/Brownfox_-_Geometria.woff') format('woff'),
    url('/bitrix/templates/b24_new/font/Brownfox_-_Geometria.ttf') format('truetype'),
    url('/bitrix/templates/b24_new/font/Brownfox_-_Geometria.svg#geometriaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.b-sign-in .r-popup .r-fast ul > li.in a {
  background: #5ea9dd;
}
.b-sign-in .r-popup .r-fast ul > li.in a:hover {
  background: #86bfe6;
}
.b-sign-in .r-popup .r-fast ul > li.gp a {
  background: #5ea9dd;
}
.b-sign-in .r-popup .r-fast ul > li.gp a:hover {
  background: #86bfe6;
}
.b-sign-in .r-popup .r-fast ul > li.yt a {
  background: #5ea9dd;
}
.b-sign-in .r-popup .r-fast ul > li.yt a:hover {
  background: #86bfe6;
}
.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;
}

.bx-start-free-wrap {
  background-color: #fff;
  border-radius: 5px;
  padding: 7px !important;
  width: auto !important;
  right: 129px !important;
}
.b-page-heading .bx-start-free-wrap {
  right: 200px !important;
}
.bx-start-free-wrap-border {
  border: 2px solid #d5dde0;
  padding: 5px;
}

.bx-start-free-wrap .x-button.m-green {
  position: static;
}

.b-free-start-btn {
}

.bx-start-free-wrap-left .b-free-start {
  left: 0 !important;
  right: auto !important;
}
.m-short .e-title{
  max-width: 256px;
  overflow: hidden;
  text-overflow: ellipsis;
}


.bx-auth-green {
  background: #ade307 !important; 
  padding: 0px !important;
  height: 36px;
  width: 80px !important;
}
.bx-auth-green.is-hover {background: #a0e600 !important;}
.x-button.m-bx-white {
  background-color: #fff !important; 
  text-transform: none !important; 
  font-size: 22px !important;
  letter-spacing: 0px !important;
  margin-left: 20px;
}

.bx-main-cloud .gl-wrap {
  text-align: center;
}
.bx-main-cloud .gl-wrap:before{
  content: ' ';
  display: block;
  clear: both;
  background: url(/bitrix/templates/b24_en_new/img/index/buy/cloud-1.png);
  width: 802px;
  height: 75px;
  top: 86px;
  position: absolute;
  left: 159px;
}
.bx-main-cloud .gl-wrap .b-counter {
  float: none;
  margin-left: 0;
}
.bx-main-cloud .b-counter .r-text {
  float: none;
  text-align: center;
}

.bx-main-cloud .b-counter .r-text .l-wrap {
  font-size: 36px;
  display: inline-block;
  top: 15px;
}
.bx-main-cloud .b-free-start {
  position: relative;
  float: none;
  left: auto;
  display: inline-block;
  right: auto !important;
  top: -20px;
  margin-top: 0;
}
.bx-main-cloud .x-button.m-green{
  font-size: 19px;
  padding-left: 32px;
  padding-right: 32px;
}
.x-button.m-bx-white.is-hover{
  border-color: #28a9d2 !important;
  color: #2fc7f7 !important;
}
.x-button.m-bx-white.m-arrow:after{
  background: url(/bitrix/templates/b24_en_new/img/shared/icons.png) 0 -450px no-repeat !important; 
}
.x-button.m-bx-white .e-title {
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
}
.auth-ava {
  border-radius: 4px;
  border: 1px solid #fff;
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-left: -9px;
  margin-top: 4px;
  overflow: hidden;
  background: url(/bitrix/templates/b24_en_new/img/shared/icons.png) 0 -1943px no-repeat;
  position: relative;
}
.auth-ava-pointer {
  background: url(/bitrix/templates/b24_en_new/img/shared/icons.png) 0 -1896px no-repeat;
  width: 16px;
  height: 19px;
  display: inline-block;
  margin-left: 18px;
  position: relative;
}

.b-sign-in .r-popup > .e-heading {
  padding-right: 10px;
}

.b-sign-in li {
  color: #b0c0c7;
  text-transform: uppercase;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
}
.b-sign-in li a {
  line-height: 28px;
}
.b-sign-in .r-popup .r-form-layout .ge-link.red {
  float: left;
  color: #ff5252;
  border-color: #ffbbbb;
  line-height: 21px;
}
.b-sign-in .r-popup .r-form-layout .ge-link.green {
  float: left;
  color: #ade308;
  border-color: #e9f8bd;
  line-height: 21px;
}
.b-sign-in .r-popup .r-form-layout .ge-link.grey {
  float: left;
  color: #b0c0c7;
  border-color: #eceff1;
  line-height: 21px;
}
.b-sign-in li .text {
  text-transform: none;
  font-size: 14px;
  line-height: 21px;
}
.b-sign-in li .black {
  color: #000;
}
#js-index-companies .b-free-start .x-button {
  padding-top: 15px !important;
}
.search-page .search .x-text input {
  height: 40px!important;
  padding: 0px 20px!important;
}

.b-hdesk.b-reviews .gl-wrap {
  padding-bottom: 0px;
}

.b-hdesk.g-article ul > li {
  margin: 0px;
}
.b-hdesk.b-registration-webinar .x-select {min-width: 250px}
.b-hdesk.b-registration-webinar .x-text {width: 700px}

#c-content .b-page-heading .like-h1 {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    height: 149px;
    line-height: 48px;
    margin: 0;
}
.h2-like-h1{
  font-size: 47px;
  line-height: 48px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000000;
  position: relative;
  left: -3px;
  letter-spacing: -1px;
}
.h1-like-h2 {
  font-size: 42px;
  line-height: 50px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000000;
  position: relative;
  left: -3px;
  letter-spacing: -1px;
  margin: 0 0 35px;
}
.h1-like-h3 {
  font-size: 30px;
  line-height: 42px;
  font-family: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000000;
  position: relative;
  left: -1px;
  letter-spacing: -1px;
  margin: 0 0 18px;
}
.b-news .h1-like-h2 {
  text-align: center;
  margin-bottom: 52px;
}

.b-text-page .h1-like-font-5 {
  color: rgb(106, 130, 140);
  cursor: default;
  font-family: 'Helvetica Neue', Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: 26px;
  margin: 0 0 26px;
  left: 0;
  letter-spacing: 0;
 }
/* End */


/* Start:/bitrix/templates/b24_en_new/css/mixins.css?14002462421449*/
/* CSS3 *******************************************************************************************************************************************************/
/* Transform **************************************************************************************************************************************************/
/* Transition *************************************************************************************************************************************************/
/* IE Filter **************************************************************************************************************************************************/
/* .mx-font 1 *************************************************************************************************************************************************/
/* .mx-font 2 *************************************************************************************************************************************************/
/* .mx-font 3 *************************************************************************************************************************************************/
/* .mx-font 4 *************************************************************************************************************************************************/
/* .mx-font 5 *************************************************************************************************************************************************/

/* End */


/* Start:/bitrix/templates/b24_en_new/css/animation.css?14002462422779*/
/* CSS3 *******************************************************************************************************************************************************/
/* Transform **************************************************************************************************************************************************/
/* Transition *************************************************************************************************************************************************/
/* IE Filter **************************************************************************************************************************************************/
/* .mx-font 1 *************************************************************************************************************************************************/
/* .mx-font 2 *************************************************************************************************************************************************/
/* .mx-font 3 *************************************************************************************************************************************************/
/* .mx-font 4 *************************************************************************************************************************************************/
/* .mx-font 5 *************************************************************************************************************************************************/
/* fxRotateMinute *********************************************************************************************************************************************/
@-o-keyframes fxRotateMinute {
  from {
    -o-transform: rotate(0);
  }
  to {
    -o-transform: rotate(1turn);
  }
}
@-moz-keyframes fxRotateMinute {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(1turn);
  }
}
@-webkit-keyframes fxRotateMinute {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes fxRotateMinute {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
/* fxRotateHour ***********************************************************************************************************************************************/
@-o-keyframes fxRotateHour {
  from {
    -o-transform: rotate(0.25turn);
  }
  to {
    -o-transform: rotate(1.25turn);
  }
}
@-moz-keyframes fxRotateHour {
  from {
    -moz-transform: rotate(0.25turn);
  }
  to {
    -moz-transform: rotate(1.25turn);
  }
}
@-webkit-keyframes fxRotateHour {
  from {
    -webkit-transform: rotate(0.25turn);
  }
  to {
    -webkit-transform: rotate(1.25turn);
  }
}
@keyframes fxRotateHour {
  from {
    transform: rotate(0.25turn);
  }
  to {
    transform: rotate(1.25turn);
  }
}

/* End */


/* Start:/bitrix/templates/b24_en_new/css/form.css?144361632120734*/
/* CSS3 *******************************************************************************************************************************************************/
/* Transform **************************************************************************************************************************************************/
/* Transition *************************************************************************************************************************************************/
/* IE Filter **************************************************************************************************************************************************/
/* .mx-font 1 *************************************************************************************************************************************************/
/* .mx-font 2 *************************************************************************************************************************************************/
/* .mx-font 3 *************************************************************************************************************************************************/
/* .mx-font 4 *************************************************************************************************************************************************/
/* .mx-font 5 *************************************************************************************************************************************************/
/* .x-text & .x-password **************************************************************************************************************************************/
.x-text,
.x-password {
  display: block;
  position: relative;
  z-index: 0;
}
.x-text input,
.x-password input,
.x-text .e-placeholder,
.x-password .e-placeholder {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  background: url(/bitrix/templates/b24_en_new/img/shared/transparent.png);
  line-height: normal;
}
.x-text input,
.x-password input {
  width: 100%;
}
.x-text .e-placeholder,
.x-password .e-placeholder {
  position: absolute;
  z-index: -10;
}
.x-text .bg,
.x-password .bg {
  position: absolute;
  z-index: -20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* .x-textarea ************************************************************************************************************************************************/
.x-textarea {
  display: block;
  position: relative;
  z-index: 0;
}
.x-textarea textarea,
.x-textarea .e-placeholder {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  background: url(/bitrix/templates/b24_en_new/img/shared/transparent.png);
  line-height: normal;
  overflow: hidden;
}
.x-textarea textarea {
  width: 100%;
}
.x-textarea .e-placeholder {
  position: absolute;
  z-index: -10;
}
.x-textarea > .bg {
  position: absolute;
  z-index: -20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* .x-button **************************************************************************************************************************************************/
.x-button {
  -o-transition-property: background-image, background-color, color;
  -moz-transition-property: background-image, background-color, color;
  -webkit-transition-property: background-image, background-color, color;
  transition-property: background-image, background-color, color;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: inline-block;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
}
.x-button a,
.x-button button,
.x-button input {
  overflow: hidden;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url(/bitrix/templates/b24_en_new/img/shared/transparent.png);
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0;
  border-style: none !important;
}
.x-button .e-title {
  position: relative;
  display: block;
}
/* .x-button.m-blue *******************************************************************************************************************************************/
.x-button.m-blue {
  font-size: 13px;
  line-height: 18px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #ffffff;
  border-radius: 20px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  background: #2fc7f7;
  min-width: 60px;
  padding: 11px 23px;
  text-transform: uppercase;
}
.x-button.m-blue.is-hover {
  background: #68ddff;
}
.x-button.m-blue:active {
  background: #24b7e1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
}
/* .x-button.m-blue-big ***************************************************************************************************************************************/
.x-button.m-blue-big {
  font-size: 19px;
  line-height: 27px;
  font-family: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #ffffff;
  border-radius: 30px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  background: #2fc7f7;
  padding: 18px 42px 15px;
  text-transform: uppercase;
}
.x-button.m-blue-big:hover {
  background: #68ddff;
}
.x-button.m-blue-big:active {
  background: #24b7e1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
}
/* .x-button.m-blue-border ************************************************************************************************************************************/
.x-button.m-blue-border {
  font-size: 13px;
  line-height: 18px;
  font-family: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #2fc7f7;
  border-radius: 20px;
  behavior: url(/bitrix/templates/b24_en_new/css/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, color;
  -moz-transition-property: border-color, color;
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color;
  background: url(/bitrix/templates/b24_en_new/img/shared/transparent.png);
  text-transform: uppercase;
  padding: 9px 23px;
  border: 2px solid #2fc7f7;
}
.x-button.m-blue-border:hover {
  border-color: #68ddff;
  color: #68ddff;
}
.x-button.m-blue-border.m-arrow {
  padding-right: 36px;
}
.x-button.m-blue-border.m-arrow: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_en_new/img/shared/icons.png) 0 -450px no-repeat;
  width: 9px;
  height: 14px;
  position: absolute;
  right: 13px;
  top: 10px;
}
.x-button.m-blue-border.m-arrow:hover:after {
  background-image: url(/bitrix/templates/b24_en_new/img/shared/icons-hover.png);
}
.x-button.m-blue-border.m-back {
  padding-left: 36px;
}
.x-button.m-blue-border.m-back: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_en_new/img/shared/icons.png) 0 -950px no-repeat;
  width: 9px;
  height: 14px;
  position: absolute;
  left: 13px;
  top: 10px;
}
.x-button.m-blue-border.m-back:hover:after {
  background-image: url(/bitrix/templates/b24_en_new/img/shared/icons-hover.png);
}
/* .x-button.m-green ******************************************************************************************************************************************/
.x-button.m-green {
  font-size: 13px;
  line-height: 18px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #ffffff;
  border-radius: 20px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  background: url(/bitrix/templates/b24_en_new/img/form/button-green.png) 0 0 repeat-x;
  min-width: 60px;
  padding: 11px 23px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(45, 77, 0, 0.26);
}
.x-button.m-green:hover {
  background-image: url(/bitrix/templates/b24_en_new/img/form/button-green-hover.png);
}
.x-button.m-green:active {
  background-image: url(/bitrix/templates/b24_en_new/img/form/button-green-active.png);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
}
/* .x-button.m-green-big **************************************************************************************************************************************/
.x-button.m-green-big {
  font-size: 19px;
  line-height: 27px;
  font-family: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #ffffff;
  border-radius: 30px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  background: url(/bitrix/templates/b24_en_new/img/form/button-green-big.png) 0 0 repeat-x;
  padding: 18px 42px 15px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(45, 77, 0, 0.26);
}
.x-button.m-green-big:hover {
  background-image: url(/bitrix/templates/b24_en_new/img/form/button-green-big-hover.png);
}
.x-button.m-green-big:active {
  background-image: url(/bitrix/templates/b24_en_new/img/form/button-green-big-active.png);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
}
/* .js-style-form *********************************************************************************************************************************************/
.js-style-form .x-text input,
.js-style-form .x-password input,
.js-style-form .x-text .e-placeholder,
.js-style-form .x-password .e-placeholder {
  font-size: 18px;
  line-height: 23px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #6a828c;
  height: 50px;
  padding: 15px 20px 12px;
  top: 0;
}
.js-style-form .x-text textarea,
.js-style-form .x-password textarea {
  font-size: 18px;
  line-height: 23px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #6a828c;
  padding: 15px 20px 12px;
  top: 0;
}
.js-style-form .x-text .bg,
.js-style-form .x-password .bg {
  border-radius: 5px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -pie-watch-ancestors: 1;
  border: 2px solid #d5dde0;
  background: #ffffff;
}
.js-style-form .x-text.is-hover .bg,
.js-style-form .x-password.is-hover .bg,
.js-style-form .x-text.is-focus .bg,
.js-style-form .x-password.is-focus .bg {
  box-shadow: 0 0 5px rgba(47, 199, 247, 0.75);
  border-color: #9be7ff;
}
.js-style-form .x-text input.m-error ~ .bg,
.js-style-form .x-password input.m-error ~ .bg {
  border-color: #f6b7ac;
  box-shadow: 0 0 5px rgba(246, 183, 172, 0.75);
}
.js-style-form .x-text input[disabled] ~ .bg,
.js-style-form .x-password input[disabled] ~ .bg {
  background: #f5f8f9;
  box-shadow: none;
  border-color: #d5dde0;
}
.js-style-form .x-text input,
.js-style-form .x-password input,
.js-style-form .x-text .e-placeholder,
.js-style-form .x-password .e-placeholder {
  height: 50px;
  padding: 15px 20px 12px;
  top: 0;
}
.js-style-form .x-textarea {
  padding: 15px 20px 12px;
}
.js-style-form .x-textarea textarea,
.js-style-form .x-textarea .e-placeholder {
  height: 138px;
}
.js-style-form .x-textarea .e-placeholder {
  top: 20px;
}
/* .x-select **************************************************************************************************************************************************/
.x-select {
  display: block;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  cursor: pointer;
}
.x-select select {
  display: none;
  position: absolute;
  z-index: -20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.x-select.m-mobile select {
  z-index: 10;
  display: block;
}
.x-select .e-title {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  line-height: normal;
  white-space: nowrap;
}
.x-select:before {
  content: ' ';
  position: absolute;
  z-index: -10;
}
.x-select > .bg {
  position: absolute;
  z-index: -20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.x-select.is-active {
  z-index: 50;
}
.x-select-drop {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
/* .x-select **************************************************************************************************************************************************/
.x-select {
  display: inline-block;
  height: 50px;
  padding: 0 50px 0 20px;
  min-width: 156px;
  /*&:hover {
        .e-title {
            color: #91b1bf;
        }

        .icon {
            background-image: url(/bitrix/templates/b24_en_new/img/shared/icons-hover.png);
        }

        > .bg {
            border-color: #dfe5e8;
        }
    }*/
}
.x-select .e-title {
  font-size: 17px;
  line-height: 26px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #6a828c;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: block;
  position: relative;
  top: 12px;
}
.x-select:before {
  -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_en_new/img/shared/icons.png) 0 -1200px no-repeat;
  width: 15px;
  height: 10px;
  top: 50%;
  right: 17px;
  margin-top: -3px;
}
.x-select > .bg {
  border-radius: 5px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  -o-transition-property: border-color, box-shadow;
  -moz-transition-property: border-color, box-shadow;
  -webkit-transition-property: border-color, box-shadow;
  transition-property: border-color, box-shadow;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #f1f5f6;
  border: 2px solid #d5dde0;
}
.x-select:hover > .bg {
  box-shadow: 0 0 5px rgba(47, 199, 247, 0.75);
  border-color: #9be7ff;
}
.x-select-drop {
  border-radius: 0 0 5px 5px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  z-index: -30;
  border: 1px #d5dde0;
  border-style: none solid solid;
  margin: -4px 0 0;
}
.x-select-drop .r-list > li {
  font-size: 17px;
  line-height: 26px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #6a828c;
  -o-transition-property: color, background-color;
  -moz-transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #e5ecef;
  padding: 7px 19px;
}
.x-select-drop .r-list > li + li {
  border-top: 1px solid #d5dde0;
}
.x-select-drop .r-list > li:first-child {
  padding-top: 11px;
}
.x-select-drop .r-list > li:hover {
  background: #f1f5f6;
  color: #91b1bf;
}
/* .x-text.m-calendar *****************************************************************************************************************************************/
.x-text.m-calendar {
  display: inline-block;
  vertical-align: middle;
  padding-right: 42px;
  width: 132px;
}
.x-text.m-calendar .bg {
  background: #f1f5f6;
}
.x-text.m-calendar .e-handle {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 46px;
}
.x-text.m-calendar .e-handle:before {
  content: ' ';
  background: url(/bitrix/templates/b24_en_new/img/shared/icons.png) 0 -1250px no-repeat;
  width: 28px;
  height: 26px;
  position: absolute;
  z-index: -10;
  top: 11px;
  right: 14px;
}
.x-text.m-calendar .ui-datepicker {
  border-radius: 3px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  background: #ffffff;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 100%;
  width: 230px;
  border: 1px solid #c9dadf;
}
.x-text.m-calendar .ui-datepicker-header {
  border-radius: 3px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  background: #2fc7f7;
  margin: -1px -1px 0;
}
.x-text.m-calendar .ui-datepicker-header:after {
  content: ' ';
  display: block;
  clear: both;
}
.x-text.m-calendar .ui-datepicker-prev,
.x-text.m-calendar .ui-datepicker-next {
  display: block;
  width: 33px;
  height: 35px;
  border: 1px none #42cbf8;
}
.x-text.m-calendar .ui-datepicker-prev .ui-icon,
.x-text.m-calendar .ui-datepicker-next .ui-icon {
  position: absolute;
  background: url(/bitrix/templates/b24_en_new/img/shared/icons.png) 0 50px no-repeat;
  top: 12px;
  width: 8px;
  height: 11px;
  text-indent: -9999px;
  overflow: hidden;
}
.x-text.m-calendar .ui-datepicker-prev {
  float: left;
  border-right-style: solid;
}
.x-text.m-calendar .ui-datepicker-prev .ui-icon {
  left: 12px;
  background-position: 0 -1300px;
}
.x-text.m-calendar .ui-datepicker-next {
  float: right;
  border-left-style: solid;
}
.x-text.m-calendar .ui-datepicker-next .ui-icon {
  right: 12px;
  background-position: 0 -1350px;
}
.x-text.m-calendar .ui-datepicker-title {
  font-size: 15px;
  line-height: normal;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  top: 10px;
  overflow: hidden;
  text-align: center;
}
.x-text.m-calendar .ui-datepicker-calendar thead {
  display: none;
}
.x-text.m-calendar .ui-datepicker-calendar td {
  font-size: 14px;
  line-height: 32px;
  color: #2fc7f7;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.x-text.m-calendar .ui-datepicker-calendar td.ui-datepicker-other-month span {
  display: block;
  background: #f0f2f4;
  color: #cbd3da;
  width: 32px;
  height: 32px;
}
.x-text.m-calendar .ui-datepicker-calendar td a {
  display: block;
  width: 32px;
  height: 32px;
}
.x-text.m-calendar .ui-datepicker-calendar td a.ui-state-active {
  background: #2fc7f7;
  color: #ffffff;
}
.x-text.m-calendar .ui-datepicker-calendar td + td {
  border-left: 1px solid #e5e9ed;
}
.x-text.m-calendar .ui-datepicker-calendar tr + tr > td {
  border-top: 1px solid #e5e9ed;
}
/* .b-checkbox ************************************************************************************************************************************************/
.b-checkbox {
  font-size: 17px;
  line-height: normal;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}
.x-checkbox {
  border-radius: 3px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  background: url(/bitrix/templates/b24_en_new/img/shared/transparent.png);
  display: inline-block;
  position: relative;
  top: -2px;
  z-index: 0;
  vertical-align: middle;
  cursor: pointer;
  width: 17px;
  height: 18px;
  border: 2px solid #d5dde0;
  margin: -10px 11px -10px 0;
}
.x-checkbox input {
  display: none;
}
.x-checkbox .icon {
  background: url(/bitrix/templates/b24_en_new/img/shared/icons.png) 0 -1400px no-repeat;
  width: 13px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 2px;
  display: none;
}
.x-checkbox.is-active .icon {
  display: block;
}
/* .b-radio ***************************************************************************************************************************************************/
.b-radio {
  font-size: 17px;
  line-height: normal;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}
.x-radio {
  border-radius: 14px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  background: url(/bitrix/templates/b24_en_new/img/shared/transparent.png);
  display: inline-block;
  position: relative;
  top: -2px;
  z-index: 0;
  vertical-align: middle;
  cursor: pointer;
  width: 14px;
  height: 14px;
  border: 2px solid #d5dde0;
  margin: -10px 11px -10px 0;
}
.x-radio input {
  display: none;
}
.x-radio .icon {
  background: url(/bitrix/templates/b24_en_new/img/shared/icons.png) 0 -1500px no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 2px;
  display: none;
}
.x-radio.is-active .icon {
  display: block;
}
.x-button.m-grey {
  font-size: 13px;
  line-height: 18px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #ffffff;
  border-radius: 20px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  background-color: #c8d3d8;
  min-width: 60px;
  padding: 11px 23px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(45, 77, 0, 0.26);
}
.x-button.m-grey:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
}
.x-button.m-green-high {
  background: url(/bitrix/templates/b24_en_new/img/form/button-green-big.png) 0 0 repeat-x !important;
}
.x-button.m-green-high:hover {
  background-image: url(/bitrix/templates/b24_en_new/img/form/button-green-big-hover.png) !important;
}
.x-button.m-green-high:active {
  background-image: url(/bitrix/templates/b24_en_new/img/form/button-green-big-active.png) !important;
}

/* End */


/* Start:/bitrix/templates/b24_en_new/css/main.css?145596974723205*/
/* 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: "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #6a828c;
  position: relative;
  min-width: 1260px;
  padding: 74px 0 0;
}
h1 {
  font-size: 47px;
  line-height: 48px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000;
  position: relative;
  left: -3px;
  letter-spacing: -1px;
}
h2 {
  font-size: 42px;
  line-height: 50px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000;
  position: relative;
  left: -3px;
  letter-spacing: -1px;
  margin: 0 0 35px;
}
h3 {
  font-size: 30px;
  line-height: 42px;
  font-family: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000;
  position: relative;
  left: -1px;
  letter-spacing: -1px;
  margin: 0 0 18px;
}
h4 {
  font-size: 21px;
  line-height: 32px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000;
  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_en_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: #000;
}
.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_en_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_en_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_en_new/img/shared/gradient-line.png", sizingMethod='scale');
}
.gl-wrap {
  position: relative;
  width: 1180px;
  margin: 0 auto;
}
.ge-link {
  font-size: 13px;
  line-height: 21px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  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_en_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: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  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_en_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_en_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;
}
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: #fff;
  min-width: 1260px;
  z-index: 2000;
  border-bottom: 1px solid #eaf0f3;
}
#b-header .r-logo {
  background: url(/bitrix/templates/b24_en_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_en_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(/bitrix/templates/b24_en_new/css/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_en_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_en_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: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000;
  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(/bitrix/templates/b24_en_new/css/PIE.htc);
  color: #000;
  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(/bitrix/templates/b24_en_new/css/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: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  border-radius: 6px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  position: absolute;
  z-index: 0;
  top: 100%;
  right: -78px;
  width: 363px;
  padding: 23px 31px 0;
  margin: 22px 0 0;
  background: #fff;
  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_en_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_en_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: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000;
  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(/bitrix/templates/b24_en_new/css/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: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000;
  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: #fff;
  text-transform: uppercase;
}
.b-sign-in .r-popup .r-fast ul > li a {
  border-radius: 5px;
  behavior: url(/bitrix/templates/b24_en_new/css/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(/bitrix/templates/b24_en_new/css/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_en_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_en_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_en_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-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_en_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: #fff;
}
#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(/bitrix/templates/b24_en_new/css/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: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #fff;
  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(/bitrix/templates/b24_en_new/css/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_en_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(/bitrix/templates/b24_en_new/css/PIE.htc);
  border: 2px solid #839199;
  position: absolute;
  bottom: 71px;
  left: 629px;
  padding: 6px 78px 7px 10px;
  color: inherit;
}
.b-designed-by:hover {
  color: #fff;
}
.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_en_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(/bitrix/templates/b24_en_new/css/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_en_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_en_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.xi a {
  background-position: -2px -290px;
}
.b-buy-modal {
  font-size: 16px;
  line-height: 26px;
  font-family: "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #6a828c;
}
.b-buy-modal .x-text {
  border-radius: 5px;
  behavior: url(/bitrix/templates/b24_en_new/css/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;
}
a.ge-modal-img {
  border-bottom: none;
}
.gl-wrap .bx_breadcrumbs {
  padding-top: 20px;
}
.gl-wrap .bx_breadcrumbs ul li span {
  color: #aaa;
  font-family: "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-size: 15px;
  line-height: 26px;
}
.gl-wrap .bx_breadcrumbs ul li a {
  background: url("/bitrix/components/bitrix/breadcrumb/templates/.default/images/breadcrumbs_arrow.png") no-repeat scroll right center;
  color: #555;
  display: block;
  font-size: 15px;
  opacity: 0.5;
  padding: 0 15px;
  text-decoration: none;
}

/* End */


/* Start:/bitrix/templates/b24_en_new/css/shared.css?143531579441407*/
/* CSS3 *******************************************************************************************************************************************************/
/* Transform **************************************************************************************************************************************************/
/* Transition *************************************************************************************************************************************************/
/* IE Filter **************************************************************************************************************************************************/
/* .mx-font 1 *************************************************************************************************************************************************/
/* .mx-font 2 *************************************************************************************************************************************************/
/* .mx-font 3 *************************************************************************************************************************************************/
/* .mx-font 4 *************************************************************************************************************************************************/
/* .mx-font 5 *************************************************************************************************************************************************/
/* .b-counter-section *****************************************************************************************************************************************/
.b-counter-section {
  position: relative;
  z-index: 0;
  padding: 40px 0;
  color: #000000;
}
.b-counter-section.m-bg-gray {
  background: #f1f5f6;
}
.b-counter-section .gl-wrap:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-counter-section .b-counter {
  float: left;
  margin: 0;
  margin-left: 125px;
}
.b-counter-section .r-note {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 21px;
  font-family: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  background: url(/bitrix/templates/b24_en_new/img/shared/note.png) 0 0 no-repeat;
  width: 227px;
  position: absolute;
  bottom: -5px;
  right: -3px;
  padding: 20px 22px;
}
.b-counter-section .r-note .e-heading {
  text-transform: uppercase;
  margin: 0 0 8px;
}
.b-counter-section .r-note .e-text {
  font-size: 19px;
  line-height: 25px;
  font-family: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #6a828c;
  margin: 0 0 9px;
}
.b-counter-section.m-low {
  padding-top: 21px;
  padding-bottom: 21px;
}
#c-content.n-index .b-counter-section {
  padding-top: 23px;
  padding-bottom: 23px;
}
/* .b-counter *************************************************************************************************************************************************/
.b-counter {
  position: relative;
  z-index: 0;
  margin: 0 0 28px;
}
.b-counter:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-counter .r-number {
  border-radius: 6px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 54px;
  line-height: 63px;
  font-family: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #7e939b;
  height: 80px;
  padding: 7px 15px 6px 65px;
  margin: 0 25px 0 0;
  border: 2px solid #7e939b;
  letter-spacing: -1px;
  float: left;
}
.b-counter .r-number:before {
  content: ' ';
  background: url(/bitrix/templates/b24_en_new/img/shared/counter-icons.png) 0 50px no-repeat;
  position: absolute;
}
.b-counter .r-number sup {
  font-size: 19px;
  line-height: normal;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  letter-spacing: 0;
  top: -29px;
}
.b-counter .r-number .e-odometer {
  position: relative;
  top: -1px;
  display: inline-block;
  background: inherit;
}
.b-counter .r-number .e-odometer .odometer-digit {
  text-align: center;
  margin-right: -1px;
}
.b-counter .r-number .e-odometer .odometer-value {
  display: block;
  position: relative;
  left: -1px;
  width: 100%;
}
.b-counter .r-number .e-odometer .odometer-formatting-mark {
  display: inline-block;
  width: 12px;
}
.b-counter .r-text {
  font-size: 19px;
  line-height: 28px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #7e939b;
  float: left;
}
.b-counter .r-text .l-wrap {
  position: relative;
  top: -1px;
  display: table-cell;
  height: 80px;
  vertical-align: middle;
}
.b-counter .r-text.m-light {
  font-family: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
.b-counter .r-text.m-light b {
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-weight: normal;
  color: #000000;
}
.b-counter.n-companies .r-number:before {
  background-position: 0 0;
  width: 37px;
  height: 23px;
  top: 29px;
  left: 20px;
}
.b-counter.n-tasks .r-number {
  padding-left: 60px;
}
.b-counter.n-tasks .r-number:before {
  background-position: 0 -50px;
  width: 18px;
  height: 32px;
  top: 23px;
  left: 25px;
}
.b-counter.n-calendar .r-number {
  letter-spacing: -2px;
}
.b-counter.n-calendar .r-number:before {
  background-position: 0 -100px;
  width: 32px;
  height: 29px;
  top: 25px;
  left: 19px;
}
.b-counter.n-clients .r-number:before {
  background-position: 0 -150px;
  width: 24px;
  height: 28px;
  top: 26px;
  left: 24px;
}
.b-counter.n-partners .r-number:before {
  background-position: 0 -200px;
  width: 24px;
  height: 28px;
  top: 26px;
  left: 24px;
}
.b-counter.n-phone .r-number {
  font-size: 29px;
  padding-right: 25px;
}
.b-counter.n-phone .r-number:before {
  background-position: 0 -250px;
  width: 22px;
  height: 24px;
  top: 28px;
  left: 28px;
}
/* .b-free-start **********************************************************************************************************************************************/
.b-free-start {
  float: right;
  width: 520px;
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0;
  margin-top: -23px;
  /*position: relative;
    top: 9px;
    left: -6px;*/
}
.b-free-start .x-text input,
.b-free-start .x-text .e-placeholder {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 15px;
}
.b-free-start .x-button {
  border-radius: 4px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 12px 18px 13px;
  min-width: 0;
  /*
        width: 159px;
        */
  font-size: 14px;
}
/* .b-page-heading ********************************************************************************************************************************************/
.b-page-heading {
  background: #2fc7f7;
}
.b-page-heading .gl-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 550px;
  height: 149px;
}
.b-page-heading .gl-wrap > .x-button {
  border-radius: 4px;
  box-shadow: 0 1px 3px #26a6d1;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -23px;
  padding: 15px 18px 13px;
  min-width: 0;
}
.b-page-heading h1 {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  height: 149px;
}
.b-page-heading .b-free-start .x-text {
  border-color: #ffffff;
}
.b-page-heading.m-clouds-1 {
  background-image: url(/bitrix/templates/b24_en_new/img/shared/page-heading-clouds-1-2.png);
  background-position: center 29px;
  background-repeat: no-repeat;
}
.b-page-heading.m-clouds-2 .gl-wrap {
  background: url(/bitrix/templates/b24_en_new/img/shared/page-heading-clouds-2.png) 380px 51% no-repeat;
}
.b-page-heading.m-clouds-3 .gl-wrap {
  background: url(/bitrix/templates/b24_en_new/img/shared/page-heading-clouds-3.png) 324px 45% no-repeat;
}
.b-page-heading.m-clouds-4 .gl-wrap {
  background: url(/bitrix/templates/b24_en_new/img/shared/page-heading-clouds-4.png) 440px 40% no-repeat;
}
.b-page-heading.m-clouds-5 .gl-wrap {
  background: url(/bitrix/templates/b24_en_new/img/shared/page-heading-clouds-5.png) 326px 45% no-repeat;
}
.b-page-heading.m-clouds-6 .gl-wrap {
  background: url(/bitrix/templates/b24_en_new/img/shared/page-heading-clouds-6.png) 568px 18% no-repeat;
}
/* .b-page-menu ***********************************************************************************************************************************************/
.b-page-menu {
  position: relative;
  z-index: 0;
}
.b-page-menu .l-wrap {
  background: #2fc7f7;
  border-top: 1px solid #6ed7f9;
  border-bottom: 1px solid transparent;
}
.b-page-menu .r-list {
  position: relative;
  z-index: 0;
  padding: 17px 0 20px;
  width: 1180px;
  margin: 0 auto;
}
.b-page-menu .r-list:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-page-menu .r-list > li {
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
  float: left;
}
.b-page-menu .r-list > li a {
  border-radius: 15px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  -pie-watch-ancestors: 4;
  display: block;
  color: #00518f;
  padding: 6px 13px 7px;
  border: 1px solid transparent;
}
.b-page-menu .r-list > li a:hover {
  color: #0c7cae;
}
.b-page-menu .r-list > li.is-active a {
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  border-color: #9de4fb;
  color: #ffffff;
}
.b-page-menu.m-fixed {
  z-index: 99;
}
.b-page-menu.m-fixed .l-wrap {
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top-color: transparent;
  border-bottom-color: #f2f5f6;
}
.b-page-menu.m-fixed .r-list > li.is-active a {
  color: #000000;
  border-color: #787878;
}
/* .b-slider **************************************************************************************************************************************************/
.b-slider {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.b-slider > .l-wrap {
  width: 1062px;
  position: relative;
  margin: 0 auto;
}
.b-slider .r-list {
  position: relative;
  width: 17700px;
}
.b-slider .r-list:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-slider .r-list > li {
  background: #ffffff;
  position: relative;
  z-index: 0;
  float: left;
  width: 290px;
  margin: 0 32px;
}
.b-slider .r-list > li + li + li + li {
  visibility: hidden;
}
.b-slider .e-arrow {
  border-radius: 50%;
  behavior: url(/bitrix/templates/b24_en_new/css/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;
  background: url(/bitrix/templates/b24_en_new/img/shared/transparent.png);
  position: absolute;
  top: 118px;
  width: 60px;
  height: 60px;
  border: 2px solid #2fc7f7;
  text-indent: -9999px;
  overflow: hidden;
}
.b-slider .e-arrow: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_en_new/img/shared/icons.png) 0 50px no-repeat;
  width: 15px;
  height: 26px;
  position: absolute;
  top: 16px;
}
.b-slider .e-arrow.n-prev {
  left: -59px;
}
.b-slider .e-arrow.n-prev:before {
  background-position: 0 -600px;
  left: 20px;
}
.b-slider .e-arrow.n-next {
  right: -59px;
}
.b-slider .e-arrow.n-next:before {
  background-position: 0 -650px;
  right: 20px;
}
.b-slider .e-arrow:hover {
  border-color: #68ddff;
}
.b-slider .e-arrow:hover:before {
  background-image: url(/bitrix/templates/b24_en_new/img/shared/icons-hover.png);
}
.b-slider.m-count-1 .e-arrow,
.b-slider.m-count-2 .e-arrow,
.b-slider.m-count-3 .e-arrow {
  display: none;
}
.b-slider.m-count-2 > .l-wrap {
  width: 708px;
}
.b-slider.m-count-1 > .l-wrap {
  width: 354px;
}
/* .b-slider.n-people *****************************************************************************************************************************************/
.b-slider.n-people .r-photo {
  background: 50% 50% no-repeat;
  display: block;
  position: relative;
  width: 108px;
  height: 108px;
  margin: 0 auto 20px;
}
.b-slider.n-people .r-photo i {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/bitrix/templates/b24_en_new/img/shared/photo-mask.png);
}
.b-slider.n-people .e-name {
  font-size: 13px;
  line-height: 21px;
  font-family: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000000;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 1px;
}
.b-slider.n-people .e-company {
  font-size: 19px;
  line-height: 28px;
  font-family: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #6a828c;
  display: block;
  text-align: center;
}
.b-slider.n-people .e-arrow {
  top: 22px;
}
/* .b-slider.n-projects ***************************************************************************************************************************************/
.b-slider.n-projects {
  text-align: center;
  margin: 0 0 50px;
}
.b-slider.n-projects > .l-wrap {
  width: 990px;
  padding-left: 36px;
  padding-right: 36px;
}
.b-slider.n-projects .r-list > li {
  margin-left: 20px;
  margin-right: 20px;
}
.b-slider.n-projects .r-image {
  background: 50% 50% no-repeat;
  display: block;
  position: relative;
  width: 158px;
  height: 158px;
  margin: 0 auto 27px;
}
.b-slider.n-projects .r-image i {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/bitrix/templates/b24_en_new/img/shared/project-mask.png);
}
.b-slider.n-projects .e-heading {
  font-size: 13px;
  line-height: 21px;
  font-family: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000000;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 4px;
}
.b-slider.n-projects .e-arrow {
  top: 96px;
}
/* .b-content-header ******************************************************************************************************************************************/
.b-content-header {
  position: relative;
  z-index: 0;
  text-align: center;
  margin: 0 0 44px;
}
.b-content-header:before,
.b-content-header:after {
  background: no-repeat;
  position: absolute;
  z-index: -10;
}
.b-content-header h2 {
  margin-bottom: 0;
}
.b-content-header .e-text {
  font-size: 19px;
  line-height: 28px;
  font-family: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  display: block;
  margin: 8px 0 0;
}
.b-content-header .e-text.st-mt-high {
  margin-top: 32px;
}
#c-content > .b-content-header {
  margin-top: 44px;
}
/* .b-contacts ************************************************************************************************************************************************/
.b-contacts {
  border-radius: 6px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  border: 2px solid #e5ecef;
  width: 580px;
  padding: 17px 28px 21px;
  margin: 0 auto;
  text-align: left;
  line-height: 30px;
}
.b-contacts:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-contacts ul.r-col {
  margin: 0;
  padding: 0;
  float: left;
  width: 290px;
}
.b-contacts ul.r-col > li {
  position: relative;
  background: none;
  margin: 0;
  padding: 0 0 0 30px;
}
.b-contacts ul.r-col > li.m-address:before {
  content: ' ';
  background: url(/bitrix/templates/b24_en_new/img/shared/icons.png) 0 -2200px no-repeat;
  width: 12px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: 2px;
}
.b-contacts ul.r-col > li.m-tel:before {
  content: ' ';
  background: url(/bitrix/templates/b24_en_new/img/shared/icons.png) 0 -2250px no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 7px;
  left: 0;
}
/* .b-content-footer ******************************************************************************************************************************************/
.b-content-footer {
  position: relative;
  z-index: 0;
  margin: 44px 0 69px;
}
.b-content-footer h3 {
  margin-bottom: 0;
  text-align: center;
}
.b-content-footer .e-text {
  display: block;
  margin: 0 0 45px;
}
/* .b-tabs ****************************************************************************************************************************************************/
.b-tabs {
  text-align: left;
}
.b-tabs .r-tabs-header {
  display: inline-block;
  margin: 0 0 40px;
}
.b-tabs .r-tabs-header:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-tabs .r-tabs-header > li {
  border-radius: 20px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  font-size: 13px;
  line-height: 16px;
  font-family: "Geomteria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #2fc7f7;
  -o-transition-property: border-color, color;
  -moz-transition-property: border-color, color;
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: url(/bitrix/templates/b24_en_new/img/shared/transparent.png);
  border: 2px solid #2fc7f7;
  padding: 10px 33px;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  float: left;
  /*cursor: pointer;*/
  border-color: #c8d3d8;
  color: #c8d3d8;
}
.b-tabs .r-tabs-header > li a {
  color: #c8d3d8;
  padding-bottom: 12px;
  padding-top: 12px;
}
.b-tabs .r-tabs-header > li:hover {
  border-color: #68ddff;
  color: #68ddff;
}
.b-tabs .r-tabs-header > li:hover a {
  border-color: #68ddff;
  color: #68ddff;
}
.b-tabs .r-tabs-header > li.is-active {
  border-color: #2fc7f7;
  color: #2fc7f7;
  cursor: default;
}
.b-tabs .r-tabs-header > li.is-active a {
  color: #2fc7f7;
  cursor: default;
}
.b-tabs .r-tabs-content {
  text-align: left;
  margin: 0;
}
.b-tabs .r-tabs-content > li {
  margin: 0;
  padding: 0;
  background: none;
}
.b-tabs .r-tabs-content > li + li {
  display: none;
}
/* .b-content-menu ********************************************************************************************************************************************/
.b-content-menu {
  text-align: center;
  margin: 0 0 40px;
}
.b-content-menu > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.b-content-menu > li a {
  border-radius: 20px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  font-size: 13px;
  line-height: 16px;
  font-family: "Geomteria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #2fc7f7;
  -o-transition-property: border-color, color;
  -moz-transition-property: border-color, color;
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: url(/bitrix/templates/b24_en_new/img/shared/transparent.png);
  position: relative;
  display: block;
  border: 2px solid #2fc7f7;
  padding: 10px 33px;
  text-transform: uppercase;
}
.b-content-menu > li a:hover {
  border-color: #68ddff;
  color: #68ddff;
}
.b-content-menu > li.is-active a {
  border-color: #c8d3d8;
  color: #c8d3d8;
  cursor: default;
}
.b-content-menu > li.m-arrow a {
  padding-right: 44px;
}
.b-content-menu > li.m-arrow 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_en_new/img/shared/icons.png) 0 -450px no-repeat;
  width: 9px;
  height: 14px;
  position: absolute;
  right: 14px;
  top: 10px;
}
.b-content-menu > li.m-arrow a:hover:after {
  background-image: url(/bitrix/templates/b24_en_new/img/shared/icons-hover.png);
}
/* .b-tariff-table ********************************************************************************************************************************************/
.b-tariff-table {
  font-size: 14px;
  line-height: 26px;
  color: #475155;
  position: relative;
  z-index: 0;
  width: 920px;
  margin: 0 auto;
  text-align: left;
}
.b-tariff-table .e-col-heading {
  font-size: 23px;
  line-height: 30px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000000;
  display: block;
}
.b-tariff-table .e-price {
  font-size: 19px;
  line-height: 30px;
  font-family: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #2fc7f7;
  display: block;
}
.b-tariff-table .e-row-heading {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  display: block;
}
.b-tariff-table .e-row-heading + small {
  margin-top: 8px;
}
.b-tariff-table .e-info {
  font-size: 13px;
  color: #000000;
  font-family: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  text-transform: uppercase;
}
.b-tariff-table .e-info a {
  border-bottom-style: none;
}
.b-tariff-table a {
  position: relative;
  z-index: 10;
}
.b-tariff-table small {
  font-size: 13px;
  line-height: 18px;
  display: block;
}
.b-tariff-table big {
  font-size: 19px;
  line-height: 28px;
  font-family: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000000;
  display: inline-block;
}
.b-tariff-table big b {
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-weight: normal;
}
.b-tariff-table .i-positive,
.b-tariff-table .i-negative {
  background: url(/bitrix/templates/b24_en_new/img/shared/icons.png) 0 50px no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 0 7px;
}
.b-tariff-table .i-positive {
  background-position: 0 -500px;
}
.b-tariff-table .i-negative {
  background-position: 0 -550px;
}
.b-tariff-table .x-button {
  z-index: 10;
  margin-bottom: 13px;
}
.b-tariff-table .r-star {
  position: relative;
  z-index: 10;
}
.b-tariff-table .r-star .l-wrap {
  font-size: 14px;
  line-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin: -77px -67px 0 0;
  background: url(/bitrix/templates/b24_en_new/img/index/tariff-star.png) no-repeat;
  width: 113px;
  height: 111px;
  text-align: center;
  visibility: hidden;
}
.b-tariff-table .r-star .l-wrap big {
  font-size: 35px;
  line-height: 33px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000000;
  display: block;
  margin: 34px 0 0;
}
.b-tariff-table table td {
  padding: 22px 10px 17px;
}
.b-tariff-table table td.td-section-heading {
  font-size: 19px;
  line-height: 28px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #6e828c;
  background: #f3f6f8;
  text-align: center;
}
.b-tariff-table table td:first-child {
  padding-left: 0;
  width: 210px;
}
.b-tariff-table table td + td {
  text-align: center;
}
.b-tariff-table table td.m-bdt-none {
  border-top: none !important;
}
.b-tariff-table table tr + tr > td,
.b-tariff-table table tbody + tbody > tr:first-child > td {
  border-top: 1px solid #e5ecef;
}
.b-tariff-table table tbody.js-more-content .e-price {
  display: inline-block;
  line-height: 26px;
}
.b-tariff-table .i-border {
  border-radius: 6px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  position: absolute;
  z-index: 4;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid #e5ecef;
  display: none;
}
.b-tariff-table .i-hover {
  border-radius: 6px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  -o-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid #2fc7f7;
  visibility: hidden;
}
.b-tariff-table[hover="0"] .i-hover,
.b-tariff-table[hover="-1"] .i-hover {
  display: none;
}
.b-tariff-table.m-side {
  width: 375px;
  margin: 0 40px 0 0;
  float: left;
}
.b-tariff-table.m-ta-center td {
  text-align: center;
}
.b-tariff-table.m-border-left .i-border {
  left: 0;
  right: auto;
}
/* .b-columns *************************************************************************************************************************************************/
ul.b-columns {
  margin: 0 -100px 0 0;
}
ul.b-columns:after {
  content: ' ';
  display: block;
  clear: both;
}
ul.b-columns > li {
  border-radius: 6px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e5ecef;
  width: 555px;
  margin: 0 70px 0 0;
  padding: 24px 62px 40px 28px;
  background: none;
  float: left;
}
ul.b-columns.m3 > li {
  width: 373px;
  margin-right: 32px;
  padding-right: 28px;
}
/* .b-item-list *********************************************************************************************************************************************/
.b-item-list {
  text-align: center;
  margin: 0 -20px;
}
.b-item-list > li {
  position: relative;
  z-index: 0;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 370px;
  margin: 0 16px;
}
.b-item-list > li .i-icon {
  border-radius: 50%;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  display: block;
  position: relative;
  z-index: -10;
  width: 86px;
  height: 86px;
  border: 2px solid #2fc7f7;
  margin: 0 auto 32px;
}
.b-item-list > li:after {
  content: ' ';
  background: 0 50px no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: -10;
  top: 20px;
  left: 50%;
  margin: 0 0 0 -25px;
}
.b-item-list > li + li + li + li {
  margin-top: 40px;
}
.b-item-list .e-heading {
  font-size: 15px;
  line-height: 23px;
  font-family: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #272727;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 27px;
}
.b-item-list .e-text {
  font-size: 14px;
  line-height: 21px;
  color: #475155;
  border-radius: 6px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  position: relative;
  background: #f2f5f7;
  padding: 23px 24px 29px;
  min-height: 147px;
}
.b-item-list .e-text:before {
  content: ' ';
  background: url(/bitrix/templates/b24_en_new/img/shared/icons.png) 0 -700px no-repeat;
  width: 22px;
  height: 11px;
  position: absolute;
  top: -11px;
  left: 50%;
  margin: 0 0 0 -11px;
}
/* .b-item-list.n-security ************************************************************************************************************************************/
.b-item-list.n-security > li:after {
  background-image: url(/img/content/security/icons.png);
}
.b-item-list.n-security > li.n1:after {
  background-position: 0 0;
}
.b-item-list.n-security > li.n2:after {
  background-position: 0 -50px;
}
.b-item-list.n-security > li.n3:after {
  background-position: 0 -100px;
}
.b-item-list.n-security > li.n4:after {
  background-position: 0 -150px;
}
.b-item-list.n-security > li.n5:after {
  background-position: 0 -200px;
}
.b-item-list.n-security > li.n6:after {
  background-position: 0 -250px;
}
.b-item-list.n-security > li.n7:after {
  background-position: 0 -300px;
}
/* .b-back-link ***********************************************************************************************************************************************/
.b-back-link {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* x-modal ****************************************************************************************************************************************************/
#xm-container {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: scroll;
}
#xm-content-wrapper {
  position: relative;
  z-index: 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#xm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #002c30;
}
#xm-content {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin: 75px 0;
  text-align: left;
}
/* .b-modal ***************************************************************************************************************************************************/
.b-modal {
  border-radius: 9px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  position: relative;
  background: #ffffff;
  padding: 30px;
}
.b-modal img {
  border-radius: 8px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  display: block;
  background: #e4ebf2;
}
.b-modal .xm-close,
.b-modal .xm-arrow {
  -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_en_new/img/shared/modal.png) 0 80px no-repeat;
  width: 48px;
  height: 80px;
  position: absolute;
}
.b-modal .xm-close:hover,
.b-modal .xm-arrow:hover {
  background-image: url(/bitrix/templates/b24_en_new/img/shared/modal-hover.png);
}
.b-modal .xm-close {
  background-position: 0 0;
  top: -22px;
  right: -22px;
}
.b-modal .xm-arrow {
  top: 50%;
  margin-top: -23px;
}
.b-modal .xm-arrow.n-prev {
  left: -25px;
  background-position: 0 -80px;
}
.b-modal .xm-arrow.n-next {
  right: -25px;
  background-position: 0 -160px;
}
/* .b-pagination **********************************************************************************************************************************************/
.b-pagination {
  background: #f1f5f6;
  padding: 25px 0;
}
.b-pagination .gl-wrap:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-pagination .e-text {
  font-size: 19px;
  line-height: 28px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #7e939b;
  display: block;
  float: right;
  position: relative;
  top: 12px;
}
.b-pagination .r-list {
  float: left;
}
.b-pagination .r-list:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-pagination .r-list > li {
  font-size: 17px;
  line-height: 26px;
  font-family: "Geomteria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  float: left;
}
.b-pagination .r-list > li a {
  background: url(/bitrix/templates/b24_en_new/img/shared/transparent.png);
  display: block;
  height: 26px;
  padding: 13px 0 11px;
  width: 40px;
  color: #0d77ae;
  text-align: center;
}
.b-pagination .r-list > li a:hover {
  color: #2fc7f7;
}
.b-pagination .r-list > li.is-active a {
  color: #afbcc2;
  cursor: default;
}
.b-pagination .r-list > li.n-first a,
.b-pagination .r-list > li.n-prev a,
.b-pagination .r-list > li.n-next a,
.b-pagination .r-list > li.n-last a {
  border-radius: 5px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  position: relative;
  z-index: 0;
  border: 2px solid #d5dde0;
  color: #6a828c;
  padding: 11px 0 9px;
}
.b-pagination .r-list > li.n-first a:before,
.b-pagination .r-list > li.n-prev a:before,
.b-pagination .r-list > li.n-next a:before,
.b-pagination .r-list > li.n-last a:before {
  content: ' ';
  -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_en_new/img/shared/icons.png) 0 50px no-repeat;
  width: 9px;
  height: 15px;
  position: absolute;
  top: 16px;
}
.b-pagination .r-list > li.n-first a:hover,
.b-pagination .r-list > li.n-prev a:hover,
.b-pagination .r-list > li.n-next a:hover,
.b-pagination .r-list > li.n-last a:hover {
  border-color: #dfe5e8;
  color: #91b1bf;
}
.b-pagination .r-list > li.n-first a:hover:before,
.b-pagination .r-list > li.n-prev a:hover:before,
.b-pagination .r-list > li.n-next a:hover:before,
.b-pagination .r-list > li.n-last a:hover:before {
  background-image: url(/bitrix/templates/b24_en_new/img/shared/icons-hover.png);
}
.b-pagination .r-list > li.n-first,
.b-pagination .r-list > li.n-prev {
  margin-right: 12px;
}
.b-pagination .r-list > li.n-next,
.b-pagination .r-list > li.n-last {
  margin-left: 12px;
}
.b-pagination .r-list > li.n-first a {
  padding-right: 18px;
  padding-left: 48px;
  width: auto;
}
.b-pagination .r-list > li.n-first a:before {
  left: 20px;
  background-position: 0 -1100px;
}
.b-pagination .r-list > li.n-prev a {
  width: 45px;
}
.b-pagination .r-list > li.n-prev a:before {
  left: 17px;
  background-position: 0 -1100px;
}
.b-pagination .r-list > li.n-next a {
  width: 45px;
}
.b-pagination .r-list > li.n-next a:before {
  right: 17px;
  background-position: 0 -1150px;
}
.b-pagination .r-list > li.n-last a {
  padding-left: 18px;
  padding-right: 48px;
  width: auto;
}
.b-pagination .r-list > li.n-last a:before {
  right: 20px;
  background-position: 0 -1150px;
}
/* .b-switch **************************************************************************************************************************************************/
.b-switch {
  position: relative;
}
.b-switch > * {
  display: inline-block;
  vertical-align: middle;
}
.b-switch .r-bar {
  border-radius: 13px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  position: relative;
  top: -1px;
  margin: 0 12px;
  width: 48px;
  height: 27px;
  padding: 0 6px;
  background: #d5dde0;
}
.b-switch .r-bar .e-handle {
  position: absolute;
  top: 4px;
  margin: 0 0 0 6px;
  background: url(/bitrix/templates/b24_en_new/img/shared/icons.png) 0 -1450px no-repeat;
  width: 19px;
  height: 32px;
  cursor: pointer;
}
.b-switch .r-bar input {
  display: none;
}
.b-switch.m-left .e-link.m-left,
.b-switch.m-right .e-link.m-right {
  color: inherit;
  cursor: default;
}
.b-switch.m-small {
  font-size: 17px;
  line-height: 26px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #758b94;
}
.b-switch.m-big {
  font-size: 36px;
  line-height: px;
  font-family: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000000;
  left: -3px;
}
.b-switch.m-big .r-bar {
  top: 1px;
}
/* .b-image-slider ********************************************************************************************************************************************/
.b-image-slider {
  position: relative;
}
.b-image-slider .r-list {
  position: relative;
  width: 491px;
  height: 295px;
}
.b-image-slider .r-list > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.b-image-slider .r-list > li + li {
  display: none;
}
.b-image-slider .r-list > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.b-image-slider:hover .e-arrow {
  opacity: 1;
}
.b-image-slider .e-arrow {
  border-radius: 50%;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  -o-transition-property: opacity, border-color;
  -moz-transition-property: opacity, border-color;
  -webkit-transition-property: opacity, border-color;
  transition-property: opacity, border-color;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -30px;
  background: url(/bitrix/templates/b24_en_new/img/shared/transparent.png);
  width: 60px;
  height: 60px;
  border: 2px solid #2fc7f7;
  opacity: 0;
}
.b-image-slider .e-arrow: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_en_new/img/shared/icons.png) 0 50px no-repeat;
  width: 15px;
  height: 26px;
  position: absolute;
  top: 16px;
}
.b-image-slider .e-arrow:hover {
  border-color: #68ddff;
}
.b-image-slider .e-arrow:hover:before {
  background-image: url(/bitrix/templates/b24_en_new/img/shared/icons-hover.png);
}
.b-image-slider .e-arrow.n-prev {
  left: 20px;
}
.b-image-slider .e-arrow.n-prev:before {
  background-position: 0 -600px;
  left: 20px;
}
.b-image-slider .e-arrow.n-next {
  right: 20px;
}
.b-image-slider .e-arrow.n-next:before {
  background-position: 0 -650px;
  right: 20px;
}
.b-image-slider .r-pagination {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  text-align: center;
}
.b-image-slider .r-pagination > li {
  border-radius: 50%;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #d6e1e6;
  margin: 0 3px 0 4px;
  cursor: pointer;
}
.b-image-slider .r-pagination > li.is-active {
  box-shadow: 0 0 2px #f0efe7;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  background: #2fc6f7;
  color: #ffffff;
  cursor: default;
}
html.ie8 .b-image-slider .e-arrow {
  opacity: 1;
  display: block;
}
/* .b-bulleted-list *******************************************************************************************************************************************/
ul.b-bulleted-list {
  margin: 12px 0 26px;
  padding: 0;
}
ul.b-bulleted-list > li {
  margin: 0;
  padding: 0 0 0 20px;
  background: url(/bitrix/templates/b24_en_new/img/shared/list-marker-very-small.png) 1px 11px no-repeat;
}
ul.b-bulleted-list.m-big > li {
  background-image: url(/bitrix/templates/b24_en_new/img/shared/list-marker-small.png);
}
/* .b-switch-more *********************************************************************************************************************************************/
.b-switch-more {
  font-size: 19px;
  line-height: 28px;
  font-family: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  position: relative;
  z-index: 10;
  display: inline-block;
}
.b-switch-more .r-bar {
  border-radius: 13px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin: -10px 12px;
  width: 48px;
  height: 27px;
  padding: 0 6px;
  background: #d5dde0;
}
.b-switch-more .r-bar .e-handle {
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0 0 0 6px;
  background: url(/bitrix/templates/b24_en_new/img/shared/icons.png) 0 -1450px no-repeat;
  width: 19px;
  height: 32px;
  cursor: pointer;
}
.b-switch-more.m-right .e-link.m-right,
.b-switch-more.m-left .e-link.m-left {
  color: #758b94;
  cursor: default;
}
.b-switch-more.is-show .r-bar .e-handle {
  left: 29px;
}
.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;
}
.navigation {
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  margin-top: 25px;
}
.navigation .navigation-arrows .disabled,
.navigation .navigation-arrows a {
  padding: 0 11px;
}
.navigation .navigation-pages span,
.navigation .navigation-pages a {
  padding: 0 11px;
}
.navigation .navigation-pages .navigation-title {
  padding-left: 0;
}
.navigation a {
  border-bottom: none;
}
div.forum_post_form input[type="submit"],
div.forum-block-container input[type="submit"],
div.forum-info-box-inner input[type="submit"],
.p-support input[type="submit"] {
  background-color: #ddd;
  border: 2px outset buttonface;
  padding: 2px;
}
div.forum_post_form select,
div.forum-block-container select,
div.forum-info-box-inner select,
.p-support select {
  border-color: #a9a9a9;
  padding: 3px;
  font-size: 14px;
}
.blog-post-edit input,
.forum-form input,
.p-support input[type="text"],
.p-support textarea {
  border: 1px solid #a9a9a9;
  padding: 2px;
}
.p-support a {
  border-bottom: none;
}
.p-support .task-list-table td {
  vertical-align: middle;
}
.p-support div.support-lamp-red,
.p-support div.support-lamp-green,
.p-support div.support-lamp-green-s,
.p-support div.support-lamp-yellow,
.p-support div.support-lamp-grey {
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 3px !important;
  margin-right: 5px;
}
.p-support .task-list-table th {
  padding-bottom: 8px;
  padding-left: 25px;
}
.p-support textarea {
  height: 300px;
}
.b-modal img {
  max-height: 600px;
}

.static-circle
{
  position: relative;
  font-family: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.static-circle-item
{
  position: absolute;
  text-transform: uppercase;
  font-size: 10px;
  color: #000;
}

.static-circle-item.central
{
  font-size: 22px;
  left: 0;
  line-height: 30px;
  right: 0;
  text-align: center;
  text-transform: none;
  top: 296px;
}

.static-circle-item.n6,
.static-circle-item.n12
{
  text-align: center;
}

.static-circle-item.n1,
.static-circle-item.n2,
.static-circle-item.n3,
.static-circle-item.n4,
.static-circle-item.n5
{
  text-align: left;
}

.static-circle-item.n7,
.static-circle-item.n8,
.static-circle-item.n9,
.static-circle-item.n10,
.static-circle-item.n11
{
  text-align: right;
}

.static-circle-item.n1{top: 82px; left: 65%}
.static-circle-item.n2{top: 166px; left: 71.5%}
.static-circle-item.n3{top: 274px; left: 73.5%}
.static-circle-item.n4{top: 380px; left: 71.5%}
.static-circle-item.n5{top: 466px; left: 65%}
.static-circle-item.n6{top: 540px; left: 0; right: 0}
.static-circle-item.n7{top: 466px; right: 64%}
.static-circle-item.n8{top: 380px; right: 71%}
.static-circle-item.n9{top: 274px; right: 73%}
.static-circle-item.n10{top: 166px; right: 72%}
.static-circle-item.n11{top: 80px; right: 64%}
.static-circle-item.n12{top: 6px; left: 0; right: 0}
/* End */


/* Start:/bitrix/templates/b24_en_new/css/banner.css?140749149440956*/
/* CSS3 *******************************************************************************************************************************************************/
/* Transform **************************************************************************************************************************************************/
/* Transition *************************************************************************************************************************************************/
/* IE Filter **************************************************************************************************************************************************/
/* .mx-font 1 *************************************************************************************************************************************************/
/* .mx-font 2 *************************************************************************************************************************************************/
/* .mx-font 3 *************************************************************************************************************************************************/
/* .mx-font 4 *************************************************************************************************************************************************/
/* .mx-font 5 *************************************************************************************************************************************************/
/* fxRotateMinute *********************************************************************************************************************************************/
@-o-keyframes fxRotateMinute {
  from {
    -o-transform: rotate(0);
  }
  to {
    -o-transform: rotate(1turn);
  }
}
@-moz-keyframes fxRotateMinute {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(1turn);
  }
}
@-webkit-keyframes fxRotateMinute {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes fxRotateMinute {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
/* fxRotateHour ***********************************************************************************************************************************************/
@-o-keyframes fxRotateHour {
  from {
    -o-transform: rotate(0.25turn);
  }
  to {
    -o-transform: rotate(1.25turn);
  }
}
@-moz-keyframes fxRotateHour {
  from {
    -moz-transform: rotate(0.25turn);
  }
  to {
    -moz-transform: rotate(1.25turn);
  }
}
@-webkit-keyframes fxRotateHour {
  from {
    -webkit-transform: rotate(0.25turn);
  }
  to {
    -webkit-transform: rotate(1.25turn);
  }
}
@keyframes fxRotateHour {
  from {
    transform: rotate(0.25turn);
  }
  to {
    transform: rotate(1.25turn);
  }
}
/* .b-index-banner ********************************************************************************************************************************************/
.b-index-bnn {
  position: relative;
  z-index: 0;
  background: #2fc7f7;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  /*&:after {
        content: ' ';
        background: url(/bitrix/templates/b24_en_new/img/bnn/overlay.png) 50% 0 no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }*/
}
.b-index-bnn .e-bitrix {
  background: url(/bitrix/templates/b24_en_new/img/bnn/bitrix.png) 0 0 no-repeat;
  width: 142px;
  height: 142px;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
}
.b-index-bnn .gl-wrap {
  height: 552px;
  padding: 31px 0 0;
}
.b-index-bnn h2 {
  margin-bottom: 7px;
  color: #ffffff;
}
.b-index-bnn h2 a {
  color: inherit;
}
.b-index-bnn h2 a:hover {
  color: #caf1fd;
}
.b-index-bnn.m-transition .b-carousel > li,
.b-index-bnn.m-transition .b-carousel > li i {
  -o-transition: background-image 0.5s;
  -moz-transition: background-image 0.5s;
  -webkit-transition: background-image 0.5s;
  transition: background-image 0.5s;
}
.b-index-bnn .js-ie-fix,
.b-index-bnn .js-ie-fix-list > li {
  z-index: 0;
}
.b-index-bnn .js-ie-fix > i.ie,
.b-index-bnn .js-ie-fix-list > li > i.ie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  display: block;
}
.b-index-bnn.m-ready .r-details,
.b-index-bnn.m-ready .b-carousel {
  display: block;
}
/* .b-loader **************************************************************************************************************************************************/
.b-load-gap {
  width: 973px;
  height: 453px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #2fc7f7 url(/bitrix/templates/b24_en_new/img/main/loader-gap.jpg);
  margin-left: -487px;
  z-index: 10;
}
.b-loader {
  width: 29px;
  height: 29px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  z-index: 60;
  top: 274px;
  left: 50%;
  margin-left: -102px;
}
.b-loader > span {
  position: absolute;
  font-family: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-size: 20px;
  color: #fff;
  white-space: nowrap;
  left: 46px;
  top: 2px;
}
.b-loader:before,
.b-loader:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 100;
}
.b-loader:before {
  -o-animation: fxRotateMinute 500ms linear infinite;
  -moz-animation: fxRotateMinute 500ms linear infinite;
  -webkit-animation: fxRotateMinute 500ms linear infinite;
  animation: fxRotateMinute 500ms linear infinite;
  background-image: url(/bitrix/templates/b24_en_new/img/main/loader-arrow-min.png);
}
.b-loader:after {
  -o-animation: fxRotateHour 3000ms linear infinite;
  -moz-animation: fxRotateHour 3000ms linear infinite;
  -webkit-animation: fxRotateHour 3000ms linear infinite;
  animation: fxRotateHour 3000ms linear infinite;
  background-image: url(/bitrix/templates/b24_en_new/img/main/loader-arrow-h.png);
}
html.ie8 .b-loader,
html.ie9 .b-loader,
html.presto .b-loader {
  display: none;
}
/* .b-index-banner .r-details *********************************************************************************************************************************/
.b-index-bnn .r-details {
  border-radius: 50% 50% 0 0;
  background: url(/bitrix/templates/b24_en_new/img/shared/transparent.png);
  width: 600px;
  height: 300px;
  position: absolute;
  z-index: 50;
  bottom: 0;
  left: 50%;
  margin-left: -300px;
  text-align: center;
}
.b-index-bnn .r-details .e-button {
  font-size: 19px;
  line-height: 24px;
  font-family: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #ffffff;
  border-radius: 34px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  -pie-watch-ancestors: 2;
  display: inline-block;
  position: relative;
  top: 160px;
  opacity: 0;
  padding: 22px 66px 22px 46px;
  background: #2fc7f7;
  background: rgba(47, 199, 247, 0.9);
}
.b-index-bnn .r-details .e-button:after {
  content: ' ';
  background: url(/bitrix/templates/b24_en_new/img/shared/icons.png) 0 -750px no-repeat;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 38px;
  margin-top: -6px;
}
.b-index-bnn .r-details .e-button:hover {
  background: #68ddff;
  background: rgba(104, 221, 255, 0.9);
}
.b-index-bnn .r-details:hover .e-button {
  opacity: 1;
}
html.ie8 .b-index-bnn .r-details .e-button {
  opacity: 1;
  visibility: hidden;
}
html.ie8 .b-index-bnn .r-details:hover .e-button {
  visibility: visible;
}
/* .b-index-banner .r-free ************************************************************************************************************************************/
.b-index-bnn .r-free {
  font-size: 10px;
  line-height: 13px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #ffffff;
  border-radius: 19px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-transform: uppercase;
  text-align: left;
  position: absolute;
  bottom: 30px;
  right: -30px;
  height: 26px;
  background: #28a9d2;
  padding: 6px 5px 6px 33px;
  display: none;
  overflow: hidden;
}
.b-index-bnn .r-free .e-num {
  font-size: 17px;
  line-height: 28px;
  font-family: "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #28a9d2;
  font-weight: bold;
  border-radius: 50%;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -o-transition-property: color, border-color;
  -moz-transition-property: color, border-color;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
  border: 5px solid #28a9d2;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 28px;
  padding: 0 2px 0 0;
  background: #ffffff;
  text-align: center;
}
.b-index-bnn .r-free .e-text {
  display: block;
  float: right;
  padding: 0 19px 0 10px;
}
.b-index-bnn .r-free:hover {
  background: #0d799b;
}
.b-index-bnn .r-free:hover .e-num {
  border-color: #0d799b;
  color: #0d799b;
}
/* .b-index-banner .r-menu ************************************************************************************************************************************/
.b-index-bnn .r-menu {
  position: relative;
  z-index: 101;
  margin: 0 auto;
  display: inline-block;
}
.b-index-bnn .r-menu:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-index-bnn .r-menu li {
  font-size: 14px;
  line-height: 16px;
  color: #00518f;
  font-weight: bold;
  float: left;
}
.b-index-bnn .r-menu li + li {
  margin-left: 1px;
}
.b-index-bnn .r-menu li a {
  border-radius: 16px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  -o-transition-property: color, border-color;
  -moz-transition-property: color, border-color;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
  -pie-watch-ancestors: 1;
  display: block;
  color: inherit;
  border: 1px solid transparent;
  padding: 6px 12px 7px;
}
.b-index-bnn .r-menu li a:hover {
  color: #0c7cae;
}
.b-index-bnn .r-menu li.is-active a {
  border-color: #9bebfb;
  color: #ffffff;
}
/* .b-index-banner .e-arrow ***********************************************************************************************************************************/
.b-index-bnn .e-arrow {
  border-radius: 50%;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  position: absolute;
  top: 245px;
  width: 64px;
  height: 64px;
  background: #ffffff;
  text-indent: -9999px;
  overflow: hidden;
}
.b-index-bnn .e-arrow:before {
  content: ' ';
  background: url(/bitrix/templates/b24_en_new/img/shared/icons.png) 0 50px no-repeat;
  position: absolute;
  top: 18px;
  width: 15px;
  height: 26px;
}
.b-index-bnn .e-arrow.n-prev {
  left: 0;
}
.b-index-bnn .e-arrow.n-prev:before {
  background-position: 0 -100px;
  left: 22px;
}
.b-index-bnn .e-arrow.n-next {
  right: 0;
}
.b-index-bnn .e-arrow.n-next:before {
  background-position: 0 -150px;
  right: 22px;
}
.b-index-bnn .e-arrow:hover {
  background: #c1effd;
}
/* .b-index-banner .r-text ************************************************************************************************************************************/
.b-index-bnn .r-text {
  position: absolute;
  z-index: -60;
  top: 254px;
  left: 50%;
  width: 500px;
  height: 10px;
  margin-left: -250px;
  text-align: center;
}
.b-index-bnn .r-text > li {
  font-size: 19px;
  line-height: 27px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #ffffff;
  position: relative;
  width: 500px;
  height: 90px;
  vertical-align: middle;
  background: #2fc7f7;
  display: none;
}
.b-index-bnn .r-text > li.m-bold {
  font-size: 19px;
  line-height: 30px;
  font-family: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  top: 4px;
}
.b-index-bnn .r-text > li.m-big {
  font-size: 23px;
  line-height: 33px;
  font-family: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  top: -7px;
}
.b-index-bnn .r-text > li .e-heading {
  font-family: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000000;
  margin: 0 0 4px;
}
/* .b-clouds **************************************************************************************************************************************************/
.b-clouds {
  position: absolute;
  z-index: -50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.b-clouds > li {
  position: absolute;
  margin-left: 50%;
  background: no-repeat;
}
.b-clouds > li.m-type-1 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/clouds/cloud-1.png);
  width: 60px;
  height: 38px;
}
.b-clouds > li.m-type-2 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/clouds/cloud-2.png);
  width: 80px;
  height: 51px;
}
.b-clouds > li.m-type-3 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/clouds/cloud-3.png);
  width: 106px;
  height: 67px;
}
.b-clouds > li.n1 {
  top: 174px;
  left: 352px;
}
.b-clouds > li.n2 {
  top: 207px;
  left: -439px;
}
.b-clouds > li.n3 {
  top: 409px;
  left: 485px;
}
.b-clouds > li.n4 {
  top: 422px;
  left: -613px;
}
/* .b-carousel ************************************************************************************************************************************************/
.b-carousel {
  position: absolute;
  bottom: -27px;
  left: 50%;
  display: none;
  z-index: 9;
}
.b-carousel:before {
  content: ' ';
  background: url(/bitrix/templates/b24_en_new/img/bnn/path.png) no-repeat;
  width: 843px;
  height: 398px;
  position: absolute;
  z-index: 0;
  bottom: 24px;
  left: -422px;
}
.b-carousel > li {
  background: url(/bitrix/templates/b24_en_new/img/bnn/item.png) no-repeat;
  width: 102px;
  height: 102px;
  position: absolute;
  top: 100px;
  left: 0;
  margin: -51px 0 0 -51px;
  z-index: 100;
}
.b-carousel > li a {
  background: url(/bitrix/templates/b24_en_new/img/bnn/icons.png) 0 90px no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  z-index: 70;
  top: 6px;
  left: 6px;
  z-index: 100;
}
.b-carousel > li i {
  -o-transition: background-image 0.3s;
  -moz-transition: background-image 0.3s;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  background: 0 0 no-repeat;
  width: 105px;
  height: 160px;
  position: absolute;
  top: 2px;
  left: -1px;
  pointer-events: none;
  z-index: 100;
}
.b-carousel > li.is-active:before {
  content: '';
  width: 122px;
  height: 122px;
  background-color: transparent;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  z-index: 9;
  -webkit-transition: border-color 0.6s;
  -moz-transition: border-color 0.6s;
  -o-transition: border-color 0.6s;
  transition: background-color 0.6s;
}
.b-carousel > li.is-active:hover:before {
  background-color: #79ddfc;
}
.b-carousel > li.is-active:after {
  content: '';
  width: 102px;
  height: 102px;
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/item-active.png);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.b-carousel > li.is-active a {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/icons-active.png);
}
.b-carousel > li.is-active i {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/item-shadow.png);
}
.b-carousel > li.n1 a {
  background-position: 0 0;
}
.b-carousel > li.n2 a {
  background-position: 0 -90px;
}
.b-carousel > li.n3 a {
  background-position: 0 -180px;
}
.b-carousel > li.n4 a {
  background-position: 0 -270px;
}
.b-carousel > li.n5 a {
  background-position: 0 -360px;
}
.b-carousel > li.n6 a {
  background-position: 0 -450px;
}
.b-carousel > li.n7 a {
  background-position: 0 -540px;
}
.b-carousel > li.n8 a {
  background-position: 0 -630px;
}
.b-carousel > li.n9 a {
  background-position: 0 -720px;
}
.b-carousel > li.n10 a {
  background-position: 0 -810px;
}
.b-carousel > li.n11 a {
  background-position: 0 -900px;
}
.b-carousel > li.n12 a {
  background-position: 0 -990px;
}
.b-carousel > li.n13 a {
  background-position: 0 -1080px;
}
/* .b-banner-list *********************************************************************************************************************************************/
.b-bnn-list {
  position: absolute;
  z-index: 7;
  bottom: 0;
  left: 50%;
}
.b-bnn-list > li {
  -ms-transform-origin: 50% -127.36px;
  -o-transform-origin: 50% -127.36px;
  -moz-transform-origin: 50% -127.36px;
  -webkit-transform-origin: 50% -127.36px;
  transform-origin: 50% -127.36px;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
}
.b-bnn-list > li * {
  background: 50% 50% no-repeat;
  position: absolute;
  left: 50%;
}
/* .b-banner-list > li.n1 *************************************************************************************************************************************/
.b-bnn-list > li.n1 .r-list {
  z-index: 0;
  bottom: 0;
}
.b-bnn-list > li.n1 .r-list > li {
  bottom: 0;
  margin-bottom: -240px;
  visibility: hidden;
}
.b-bnn-list > li.n1 .r-list > li.n1 {
  z-index: 3;
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/1/img-1.png);
  width: 407px;
  height: 240px;
  left: -200px;
}
.b-bnn-list > li.n1 .r-list > li.n2 {
  z-index: 2;
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/1/img-2.png);
  width: 253px;
  height: 141px;
  left: -301px;
  margin-left: 180px;
}
.b-bnn-list > li.n1 .r-list > li.n3 {
  z-index: 1;
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/1/img-3.png);
  width: 229px;
  height: 141px;
  left: 80px;
  margin-left: -190px;
}
/* .b-banner-list > li.n2 *************************************************************************************************************************************/
.b-bnn-list > li.n2 .e-dots {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/2/dots.png);
  width: 43px;
  height: 10px;
  bottom: 183px;
  left: -243px;
  visibility: hidden;
}
.b-bnn-list > li.n2 .r-circle {
  bottom: 0;
  z-index: -10;
}
.b-bnn-list > li.n2 .r-circle > li {
  visibility: hidden;
}
.b-bnn-list > li.n2 .r-circle > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/2/circle-1.png);
  width: 141px;
  height: 140px;
  bottom: 56px;
  left: -242px;
}
.b-bnn-list > li.n2 .r-circle > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/2/circle-2.png);
  width: 229px;
  height: 229px;
  bottom: -90px;
  left: 16px;
}
.b-bnn-list > li.n2 .r-message {
  bottom: 0;
  z-index: 0;
}
.b-bnn-list > li.n2 .r-message > li {
  overflow: hidden;
  visibility: hidden;
}
.b-bnn-list > li.n2 .r-message > li.n1 {
  z-index: 1;
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/2/message.png);
  width: 398px;
  height: 136px;
  bottom: 97px;
  left: -192px;
}
.b-bnn-list > li.n2 .r-message > li.n1 .r-like {
  top: 106px;
  left: 126px;
}
.b-bnn-list > li.n2 .r-message > li.n1 .r-like > li {
  top: 0;
  left: 0;
  background: #ffffff url(/bitrix/templates/b24_en_new/img/bnn/2/like-icon.png);
  width: 7px;
  height: 8px;
  visibility: hidden;
}
.b-bnn-list > li.n2 .r-message > li.n1 .r-like > li.n1 {
  background-position: -10px 0;
}
.b-bnn-list > li.n2 .r-message > li.n1 .r-like > li.n2 {
  background-position: -20px 0;
}
.b-bnn-list > li.n2 .r-message > li.n1 .e-like-popup {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/2/like-popup.png);
  width: 151px;
  height: 89px;
  top: 45px;
  left: 93px;
  visibility: hidden;
}
.b-bnn-list > li.n2 .r-message > li.n2 {
  background: url(/bitrix/templates/b24_en_new/img/bnn/2/comment.png) no-repeat;
  width: 378px;
  height: 89px;
  top: -103px;
  left: -176px;
}
.b-bnn-list > li.n2 .r-message > li.n2 .e-like {
  background: #eaf3f8 url(/bitrix/templates/b24_en_new/img/bnn/2/like-icon.png) -15px -10px no-repeat;
  width: 10px;
  height: 10px;
  top: 13px;
  left: 194px;
  visibility: hidden;
}
.b-bnn-list > li.n2 .r-message > li.n2 .e-like i {
  background: #eaf3f8 url(/bitrix/templates/b24_en_new/img/bnn/2/like-icon.png) -10px 0 no-repeat;
  width: 7px;
  height: 8px;
  position: absolute;
  top: 1px;
  left: auto;
  right: -9px;
}
.b-bnn-list > li.n2 .r-message > li.n2 .r-comment {
  top: 65px;
  left: 181px;
}
.b-bnn-list > li.n2 .r-message > li.n2 .r-comment > li {
  position: absolute;
  top: 0;
  background: #eaf3f8 url(/bitrix/templates/b24_en_new/img/bnn/2/comment-icon.png) 18px 0 no-repeat;
  width: 18px;
  height: 18px;
  visibility: hidden;
}
.b-bnn-list > li.n2 .r-message > li.n2 .r-comment > li.n1 {
  left: 0;
  background-position: 0 0;
}
.b-bnn-list > li.n2 .r-message > li.n2 .r-comment > li.n2 {
  left: 22px;
  background-position: -22px 0;
}
.b-bnn-list > li.n2 .r-message > li.n2 .r-comment > li.n3 {
  left: 44px;
  background-position: -44px 0;
}
/* .b-banner-list > li.n3 *************************************************************************************************************************************/
.b-bnn-list > li.n3 .r-circle {
  bottom: 0;
  z-index: -10;
  visibility: hidden;
}
.b-bnn-list > li.n3 .r-circle > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/3/circle-1.png);
  width: 141px;
  height: 140px;
  bottom: 104px;
  left: 145px;
}
.b-bnn-list > li.n3 .r-circle > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/3/circle-2.png);
  width: 183px;
  height: 183px;
  bottom: -48px;
  left: -335px;
}
.b-bnn-list > li.n3 .e-chart {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/3/chart.png);
  width: 325px;
  height: 170px;
  bottom: 26px;
  left: 3px;
  visibility: hidden;
  margin-left: -178px;
}
.b-bnn-list > li.n3 .r-task-wnd {
  z-index: 10;
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/3/task-list.png);
  width: 415px;
  height: 229px;
  bottom: 0;
  left: -265px;
  visibility: hidden;
  margin-bottom: -229px;
}
.b-bnn-list > li.n3 .r-task-wnd .r-counter {
  top: 20px;
  left: 91px;
}
.b-bnn-list > li.n3 .r-task-wnd .r-counter > li {
  background: #62a13d url(/bitrix/templates/b24_en_new/img/bnn/3/counter.png) 10px 0 no-repeat;
  width: 7px;
  height: 8px;
  top: 0;
  left: 0;
  visibility: hidden;
}
.b-bnn-list > li.n3 .r-task-wnd .r-counter > li.n1 {
  background-position: -10px 0;
}
.b-bnn-list > li.n3 .r-task-wnd .r-counter > li.n2 {
  background-position: 0 0;
}
.b-bnn-list > li.n3 .r-task-wnd .e-timer {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/3/timer.png);
  width: 64px;
  height: 18px;
  top: 142px;
  left: 207px;
  visibility: hidden;
}
.b-bnn-list > li.n3 .r-task-wnd .r-list {
  top: 142px;
  left: 18px;
}
.b-bnn-list > li.n3 .r-task-wnd .r-list > li {
  background: url(/bitrix/templates/b24_en_new/img/bnn/3/task-complete.png) 0 20px no-repeat;
  width: 381px;
  height: 20px;
  left: 0;
  visibility: hidden;
}
.b-bnn-list > li.n3 .r-task-wnd .r-list > li.n1 {
  top: 0;
  background-position: 0 0;
}
.b-bnn-list > li.n3 .r-task-wnd .r-list > li.n2 {
  top: 35px;
  background-position: 0 -20px;
}
/* .b-banner-list > li.n4 *************************************************************************************************************************************/
.b-bnn-list > li.n4 .e-dots {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/dots.gif);
  width: 50px;
  height: 14px;
  bottom: 97px;
  left: 176px;
  visibility: hidden;
}
.b-bnn-list > li.n4 .r-circle {
  z-index: -10;
  bottom: 0;
}
.b-bnn-list > li.n4 .r-circle > li {
  visibility: hidden;
}
.b-bnn-list > li.n4 .r-circle > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/4/circle-1.png);
  width: 134px;
  height: 133px;
  bottom: 109px;
  left: -217px;
}
.b-bnn-list > li.n4 .r-circle > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/4/circle-2.png);
  width: 229px;
  height: 229px;
  bottom: -164px;
  left: 18px;
}
.b-bnn-list > li.n4 .r-list {
  z-index: 10;
  bottom: 0;
}
.b-bnn-list > li.n4 .r-list > li {
  visibility: hidden;
}
.b-bnn-list > li.n4 .r-list > li.n1 {
  z-index: 1;
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/4/browser.png);
  width: 376px;
  height: 202px;
  bottom: 13px;
  left: -212px;
  margin-bottom: -215px;
}
.b-bnn-list > li.n4 .r-list > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/4/tablet.png);
  width: 248px;
  height: 168px;
  bottom: 24px;
  left: -380px;
  margin-left: 151px;
}
.b-bnn-list > li.n4 .r-list > li.n3 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/4/phone.png);
  width: 95px;
  height: 175px;
  bottom: -1px;
  left: 232px;
  margin-left: -152px;
}
/* .b-banner-list > li.n5 *************************************************************************************************************************************/
.b-bnn-list > li.n5 .r-circle {
  z-index: -10;
  bottom: 0;
}
.b-bnn-list > li.n5 .r-circle > li {
  visibility: hidden;
}
.b-bnn-list > li.n5 .r-circle > li.n1 {
  z-index: 1;
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/5/circle-1.png);
  width: 134px;
  height: 133px;
  bottom: 19px;
  left: 78px;
}
.b-bnn-list > li.n5 .r-circle > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/5/circle-2.png);
  width: 229px;
  height: 229px;
  bottom: -102px;
  left: -112px;
}
.b-bnn-list > li.n5 .e-avatar {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/5/circle-1.png);
  width: 134px;
  height: 133px;
  bottom: 134px;
  left: -292px;
  visibility: hidden;
  z-index: auto;
}
.b-bnn-list > li.n5 .e-avatar span {
  z-index: 2;
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/5/avatar.png);
  width: 71px;
  height: 71px;
  top: 31px;
  left: 31px;
  visibility: hidden;
}
.b-bnn-list > li.n5 .e-file-list {
  z-index: 1;
  background: url(/bitrix/templates/b24_en_new/img/bnn/5/file-list.png) 0 0 no-repeat;
  width: 249px;
  height: 207px;
  top: -136px;
  left: -239px;
  visibility: hidden;
}
.b-bnn-list > li.n5 .r-menu {
  z-index: 2;
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/5/menu.png);
  width: 414px;
  height: 64px;
  bottom: 172px;
  left: -159px;
  visibility: hidden;
}
.b-bnn-list > li.n5 .r-menu .e-button {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/5/button.png);
  width: 22px;
  height: 28px;
  top: 17px;
  left: 260px;
  visibility: hidden;
}
.b-bnn-list > li.n5 .r-menu .e-popup {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/5/popup.png);
  width: 305px;
  height: 157px;
  top: 63px;
  left: 161px;
  visibility: hidden;
}
/* .b-banner-list > li.n6 *************************************************************************************************************************************/
.b-bnn-list > li.n6 .e-circle {
  z-index: -10;
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/6/circle.png);
  width: 165px;
  height: 165px;
  bottom: 44px;
  left: 110px;
  visibility: hidden;
}
.b-bnn-list > li.n6 .e-disk {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/6/disk.png);
  width: 93px;
  height: 93px;
  bottom: 68px;
  left: -99px;
  visibility: hidden;
}
.b-bnn-list > li.n6 .r-user {
  bottom: 0;
}
.b-bnn-list > li.n6 .r-user > li {
  visibility: hidden;
}
.b-bnn-list > li.n6 .r-user > li.n1 {
  z-index: 2;
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/6/user-1.png);
  width: 137px;
  height: 152px;
  bottom: 37px;
  left: -305px;
}
.b-bnn-list > li.n6 .r-user > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/6/user-2.png);
  width: 175px;
  height: 126px;
  bottom: 106px;
  left: 49px;
}
.b-bnn-list > li.n6 .r-user > li.n3 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/6/user-3.png);
  width: 194px;
  height: 90px;
  bottom: 9px;
  left: 65px;
}
.b-bnn-list > li.n6 .r-dots {
  z-index: 0;
  bottom: 0;
}
.b-bnn-list > li.n6 .r-dots > li {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/dots.gif);
  width: 50px;
  height: 14px;
  visibility: hidden;
}
.b-bnn-list > li.n6 .r-dots > li.n1 {
  bottom: 108px;
  left: -165px;
}
.b-bnn-list > li.n6 .r-dots > li.n2 {
  bottom: 144px;
  left: 3px;
}
.b-bnn-list > li.n6 .r-dots > li.n3 {
  bottom: 67px;
  left: 18px;
}
.b-bnn-list > li.n6 .r-file {
  z-index: 1;
  bottom: 0;
}
.b-bnn-list > li.n6 .r-file > li {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/6/file.png);
  width: 55px;
  height: 63px;
  opacity: 0.66;
  visibility: hidden;
}
.b-bnn-list > li.n6 .r-file > li.n1 {
  z-index: 1;
  bottom: 37px;
  left: -49px;
  margin: 0 0 0 -174px;
}
.b-bnn-list > li.n6 .r-file > li.n2 {
  bottom: 150px;
  left: 190px;
  margin: 0 0 -113px -239px;
}
.b-bnn-list > li.n6 .r-file > li.n3 {
  bottom: 4px;
  left: 225px;
  margin: 0 0 33px -274px;
}
html.ie8 .b-bnn-list > li.n6 .r-file > li {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=66%);
}
/* .b-banner-list > li.n7 *************************************************************************************************************************************/
.b-bnn-list > li.n7 .r-circle {
  z-index: -10;
  bottom: 0;
}
.b-bnn-list > li.n7 .r-circle > li {
  visibility: hidden;
}
.b-bnn-list > li.n7 .r-circle > li.n1 {
  z-index: 1;
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/7/user.png);
  width: 174px;
  height: 173px;
  bottom: 62px;
  left: -322px;
}
.b-bnn-list > li.n7 .r-circle > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/7/circle.png);
  width: 229px;
  height: 229px;
  bottom: -107px;
  left: -234px;
}
.b-bnn-list > li.n7 .r-popup {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/7/popup.png);
  width: 282px;
  height: 114px;
  bottom: 81px;
  left: -178px;
  visibility: hidden;
  margin-left: -150px;
}
.b-bnn-list > li.n7 .r-popup .e-button {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/7/button.png);
  width: 92px;
  height: 36px;
  position: absolute;
  top: 66px;
  left: 177px;
  visibility: hidden;
}
.b-bnn-list > li.n7 .r-calendar {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/7/calendar.png);
  width: 395px;
  height: 236px;
  bottom: 0;
  left: -127px;
  visibility: hidden;
  margin-bottom: -236px;
}
.b-bnn-list > li.n7 .r-scheduler {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/7/scheduler.png);
  width: 316px;
  height: 178px;
  bottom: 0;
  left: 74px;
  visibility: hidden;
}
.b-bnn-list > li.n7 .r-column {
  bottom: 0;
  left: 230px;
  margin-left: -66px;
}
.b-bnn-list > li.n7 .r-column > li {
  width: 17px;
  height: 51px;
  bottom: 0;
  left: 0;
  visibility: hidden;
}
.b-bnn-list > li.n7 .r-column > li.n1 {
  background: url(/bitrix/templates/b24_en_new/img/bnn/7/column-red.png);
}
.b-bnn-list > li.n7 .r-column > li.n2 {
  background: url(/bitrix/templates/b24_en_new/img/bnn/7/column-green.png);
}
/* .b-banner-list > li.n8 *************************************************************************************************************************************/
.b-bnn-list > li.n8 .e-type {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/8/type.png);
  width: 231px;
  height: 26px;
  bottom: 190px;
  left: -110px;
  visibility: hidden;
}
.b-bnn-list > li.n8 .r-circle {
  bottom: 0;
}
.b-bnn-list > li.n8 .r-circle > li {
  visibility: hidden;
}
.b-bnn-list > li.n8 .r-circle > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/8/circle-1.png);
  width: 179px;
  height: 179px;
  bottom: -106px;
  left: -347px;
}
.b-bnn-list > li.n8 .r-circle > li.n2 {
  z-index: auto;
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/8/circle-2.png);
  width: 139px;
  height: 139px;
  bottom: 94px;
  left: -264px;
}
.b-bnn-list > li.n8 .r-circle > li.n2 .e-user {
  z-index: 10;
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/8/user.png);
  width: 93px;
  height: 93px;
  top: 23px;
  left: 24px;
  visibility: hidden;
}
.b-bnn-list > li.n8 .r-circle > li.n3 {
  z-index: 10;
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/8/yandex.png);
  width: 253px;
  height: 251px;
  bottom: -121px;
  left: 49px;
}
.b-bnn-list > li.n8 .r-window {
  z-index: 0;
  bottom: 0;
}
.b-bnn-list > li.n8 .r-window > li {
  bottom: 0;
  visibility: hidden;
}
.b-bnn-list > li.n8 .r-window > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/8/window-2.png);
  width: 246px;
  height: 123px;
  left: -276px;
  margin-bottom: -123px;
}
.b-bnn-list > li.n8 .r-window > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/8/window-1.png);
  width: 405px;
  height: 173px;
  left: -192px;
  margin-bottom: -173px;
}
/* .b-banner-list > li.n9 *************************************************************************************************************************************/
.b-bnn-list > li.n9 .e-phone {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/9/phone.png);
  width: 99px;
  height: 175px;
  bottom: 10px;
  left: 207px;
  visibility: hidden;
  margin-left: -67px;
}
.b-bnn-list > li.n9 .r-circle {
  z-index: -10;
  bottom: 0;
}
.b-bnn-list > li.n9 .r-circle > li {
  visibility: hidden;
}
.b-bnn-list > li.n9 .r-circle > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/9/circle-1.png);
  width: 174px;
  height: 173px;
  bottom: 75px;
  left: -219px;
}
.b-bnn-list > li.n9 .r-circle > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/9/circle-2.png);
  width: 229px;
  height: 229px;
  bottom: 38px;
  left: 61px;
}
.b-bnn-list > li.n9 .r-user {
  z-index: 0;
  top: -165px;
  left: -301px;
}
.b-bnn-list > li.n9 .r-user > li {
  left: 0;
  width: 57px;
  height: 57px;
  visibility: hidden;
}
.b-bnn-list > li.n9 .r-user > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/9/user-1.png);
  top: 0;
}
.b-bnn-list > li.n9 .r-user > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/9/user-2.png);
  top: 46px;
}
.b-bnn-list > li.n9 .r-user > li.n3 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/9/user-3.png);
  top: 90px;
}
.b-bnn-list > li.n9 .r-window {
  z-index: 0;
  bottom: 0;
}
.b-bnn-list > li.n9 .r-window > li {
  visibility: hidden;
}
.b-bnn-list > li.n9 .r-window > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/9/window-1.png);
  width: 350px;
  height: 141px;
  bottom: 21px;
  left: -274px;
}
.b-bnn-list > li.n9 .r-window > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/9/window-2.png);
  width: 283px;
  height: 128px;
  bottom: 104px;
  left: -223px;
}
.b-bnn-list > li.n9 .r-window > li.n3 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/9/window-3.png);
  width: 285px;
  height: 215px;
  bottom: 6px;
  left: -46px;
}
.b-bnn-list > li.n9 .r-progress {
  top: 60px;
  left: 54px;
}
.b-bnn-list > li.n9 .r-progress > li {
  background: url(/bitrix/templates/b24_en_new/img/bnn/9/progress.png) 0 8px no-repeat;
  width: 85px;
  height: 8px;
  top: 0;
  left: 0;
  visibility: hidden;
}
.b-bnn-list > li.n9 .r-progress > li.n1 {
  background-position: 0 -8px;
}
.b-bnn-list > li.n9 .r-progress > li.n2 {
  background-position: 0 -16px;
}
.b-bnn-list > li.n9 .r-progress > li.n3 {
  background-position: 0 -24px;
}
/* .b-banner-list > li.n10 ************************************************************************************************************************************/
.b-bnn-list > li.n10 .r-circle {
  z-index: 0;
  bottom: 0;
}
.b-bnn-list > li.n10 .r-circle > li {
  visibility: hidden;
}
.b-bnn-list > li.n10 .r-circle > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/10/circle-1.png);
  width: 183px;
  height: 182px;
  bottom: -92px;
  left: 180px;
}
.b-bnn-list > li.n10 .r-circle > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/10/circle-2.png);
  width: 183px;
  height: 183px;
  bottom: 47px;
  left: -134px;
}
.b-bnn-list > li.n10 .r-window {
  z-index: 0;
  bottom: 0;
}
.b-bnn-list > li.n10 .r-window > li {
  bottom: 0;
  visibility: hidden;
}
.b-bnn-list > li.n10 .r-window > li.n1 {
  z-index: 1;
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/10/window-1.png);
  width: 331px;
  height: 225px;
  left: -34px;
  margin-bottom: -225px;
}
.b-bnn-list > li.n10 .r-window > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/10/window-2.png);
  width: 187px;
  height: 141px;
  left: -120px;
  margin-left: 91px;
}
.b-bnn-list > li.n10 .e-phone {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/10/phone.png);
  width: 99px;
  height: 175px;
  bottom: 13px;
  left: -295px;
  visibility: hidden;
}
.b-bnn-list > li.n10 .e-dots {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/dots-inverse.gif);
  width: 50px;
  height: 14px;
  bottom: 110px;
  left: -195px;
  visibility: hidden;
}
/* .b-banner-list > li.n11 ************************************************************************************************************************************/
.b-bnn-list > li.n11 .r-window {
  z-index: 0;
  bottom: 0;
}
.b-bnn-list > li.n11 .r-window > li {
  visibility: hidden;
}
.b-bnn-list > li.n11 .r-window > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/11/window.png);
  width: 364px;
  height: 222px;
  bottom: 0;
  left: -293px;
  margin-bottom: -222px;
}
.b-bnn-list > li.n11 .r-window > li.n2 {
  z-index: 1;
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/11/popup-1.png);
  width: 313px;
  height: 93px;
  bottom: 113px;
  left: -312px;
  margin: 0 0 -40px -35px;
}
.b-bnn-list > li.n11 .r-window > li.n3 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/11/popup-2.png);
  width: 317px;
  height: 210px;
  bottom: 0;
  left: -22px;
}
/* .b-banner-list > li.n12 ************************************************************************************************************************************/
.b-bnn-list > li.n12 .r-circle {
  z-index: -10;
  bottom: 0;
}
.b-bnn-list > li.n12 .r-circle > li {
  visibility: hidden;
}
.b-bnn-list > li.n12 .r-circle > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/12/circle-1.png);
  width: 183px;
  height: 183px;
  bottom: -92px;
  left: 130px;
}
.b-bnn-list > li.n12 .r-circle > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/12/circle-2.png);
  width: 174px;
  height: 172px;
  bottom: -58px;
  left: -154px;
}
.b-bnn-list > li.n12 .r-circle > li.n3 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/12/circle-3.png);
  width: 150px;
  height: 148px;
  bottom: 51px;
  left: -231px;
}
.b-bnn-list > li.n12 .r-phone {
  z-index: 0;
  bottom: 0;
}
.b-bnn-list > li.n12 .r-phone > li {
  visibility: hidden;
}
.b-bnn-list > li.n12 .r-phone > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/12/phone-2.png);
  width: 114px;
  height: 172px;
  bottom: 42px;
  left: -291px;
  margin-left: 26px;
}
.b-bnn-list > li.n12 .r-phone > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/12/phone-1.png);
  width: 129px;
  height: 223px;
  bottom: 9px;
  left: -246px;
  margin-left: -26px;
}
.b-bnn-list > li.n12 .e-tablet {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/12/tablet.png);
  width: 265px;
  height: 182px;
  bottom: 0;
  left: -39px;
  margin-bottom: -182px;
  visibility: hidden;
}
.b-bnn-list > li.n12 .e-platform {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/12/platform.png);
  width: 92px;
  height: 33px;
  bottom: 201px;
  left: -40px;
  visibility: hidden;
}
/* .b-banner-list > li.n13 ************************************************************************************************************************************/
.b-bnn-list > li.n13 .r-circle {
  z-index: -10;
  bottom: 0;
  visibility: hidden;
}
.b-bnn-list > li.n13 .r-circle > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/13/circle-1.png);
  width: 174px;
  height: 173px;
  bottom: -69px;
  left: -347px;
}
.b-bnn-list > li.n13 .r-circle > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/13/circle-2.png);
  width: 188px;
  height: 188px;
  bottom: 30px;
  left: 135px;
}
.b-bnn-list > li.n13 .r-window {
  z-index: 0;
  bottom: 0;
}
.b-bnn-list > li.n13 .r-window > li {
  visibility: hidden;
}
.b-bnn-list > li.n13 .r-window > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/13/window-1.png);
  width: 388px;
  height: 166px;
  bottom: 0;
  left: -88px;
  margin-bottom: -166px;
}
.b-bnn-list > li.n13 .r-window > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/13/window-2.png);
  width: 420px;
  height: 212px;
  bottom: 0;
  left: -216px;
  margin-bottom: -212px;
}
.b-bnn-list > li.n13 .e-popup {
  background-image: url(/bitrix/templates/b24_en_new/img/bnn/13/popup.png);
  width: 171px;
  height: 213px;
  bottom: 17px;
  left: -318px;
  visibility: hidden;
}

/* End */


/* Start:/bitrix/templates/b24_en_new/css/content.css?145554541756779*/
/* 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(/bitrix/templates/b24_en_new/css/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_en_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: #fff;
  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_en_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_en_new/img/shared/lightbox-hover.png);
}
.ge-modal-link.m-video .i-hover {
  background-image: url(/bitrix/templates/b24_en_new/img/shared/modal-video-hover.png);
}
.show-play {
  background-image: url(/bitrix/templates/b24_en_new/img/shared/gradient-border.png);
}
.show-play.m-video .i-hover {
  background-image: url(/bitrix/templates/b24_en_new/img/shared/modal-video-hover.png);
  opacity: 1;
}
/* .ge-modal-link *********************************************************************************************************************************************/
.ge-modal-img {
  border-radius: 4px;
  behavior: url(/bitrix/templates/b24_en_new/css/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_en_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: #fff;
  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_en_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_en_new/img/shared/lightbox-hover.png);
}
.ge-modal-img.m-video .i-hover {
  background-image: url(/bitrix/templates/b24_en_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_en_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-left h3,
.b-text-list .gl-wrap .l-col-right h3 {
  margin-bottom: 32px;
}
.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_en_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_en_new/img/shared/cloud-2.png) no-repeat;
  width: 106px;
  height: 67px;
  position: absolute;
  top: 0;
  right: -147px;
}
.b-text-list .i-bg-cloud {
  position: absolute;
  z-index: -100;
  background: no-repeat;
}
.b-text-list .i-bg-cloud.m0 {
  background-image: url(/bitrix/templates/b24_en_new/img/shared/cloud-0.png);
  width: 53px;
  height: 34px;
}
.b-text-list .i-bg-cloud.m1 {
  background-image: url(/bitrix/templates/b24_en_new/img/shared/cloud-1.png);
  width: 65px;
  height: 41px;
}
.b-text-list .i-bg-cloud.m2 {
  background-image: url(/bitrix/templates/b24_en_new/img/shared/cloud-2.png);
  width: 106px;
  height: 67px;
}
/* .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.m-wide-text-3 .gl-wrap .l-col-left,
.b-text-list.m-wide-text-3 .gl-wrap .l-col-right {
  width: 670px;
}
.b-text-list.m-wide-text-3 .gl-wrap .l-col-left h2,
.b-text-list.m-wide-text-3 .gl-wrap .l-col-right h2 {
  width: 670px;
}
.b-text-list.m-wide-text-3 .gl-wrap .l-col-left {
  padding-right: 140px;
}
.b-text-list.m-wide-text-3 .gl-wrap .l-col-right {
  padding-right: 60px;
}
.b-text-list.m-wide-text-3 .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_en_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_en_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_en_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_en_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(/bitrix/templates/b24_en_new/css/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_en_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(/bitrix/templates/b24_en_new/css/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_en_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: #000;
  font-family: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  display: block;
  text-transform: uppercase;
  margin: 0 0 11px;
}
.b-reviews .r-text .e-position {
  font-size: 19px;
  line-height: 28px;
  font-family: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  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_en_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: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  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_en_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_en_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_en_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_en_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_en_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_en_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-text-page h4 {
  margin-top: 35px;
}
/* .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_en_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_en_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(/bitrix/templates/b24_en_new/css/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(/bitrix/templates/b24_en_new/css/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: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  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: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  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_en_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_en_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: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  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: #000;
}
.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: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000;
}
.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: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000;
  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_en_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: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000;
  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_en_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(/bitrix/templates/b24_en_new/css/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_en_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_en_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(/bitrix/templates/b24_en_new/css/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: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000;
  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_en_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: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  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_en_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: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  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(/bitrix/templates/b24_en_new/css/PIE.htc);
  background: 50% 50% no-repeat;
  width: 115px;
  height: 115px;
  display: block;
  margin: 0 auto 21px;
}
.b-event-list > li .e-heading {
  color: #000;
  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_en_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(/bitrix/templates/b24_en_new/css/PIE.htc);
  border: 2px solid #e5ecef;
  margin-bottom: 50px;
}
.b-app-list .r-header {
  font-size: 17px;
  line-height: 26px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  border-radius: 4px 4px 0 0;
  behavior: url(/bitrix/templates/b24_en_new/css/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: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  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: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
#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: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  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_en_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: 827px;
  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: #fff;
  left: 3px;
}
#b-enter-reg-content {
  border-radius: 6px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  width: 827px;
  margin: 0 auto 80px;
  background: #fff;
}
#b-enter-reg {
  display: block;
  padding: 10px 30px;
  min-height: 350px;
  /*
    color: #6f848e;
    */
}
#b-enter-reg h4 {
  font-size: 21px;
  color: #6f848e;
  font-family: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  margin: 0 0 30px 0;
}
#b-enter-reg h1 {
  font-family: "Geometria Medium";
  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(/bitrix/templates/b24_en_new/css/PIE.htc);
  padding: 40px 40px 30px 40px;
  background: #f2f4c4;
}
#b-enter-reg .title-cover .example {
  font-family: "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  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: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  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(/bitrix/templates/b24_en_new/css/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: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  margin: 0 0 22px;
}
#b-enter-reg .r-progress .e-text .e-url {
  font-family: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #005e94;
}
#b-enter-reg .r-progress .r-line {
  border-radius: 6px;
  behavior: url(/bitrix/templates/b24_en_new/css/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_en_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_en_new/img/form/progress.png) repeat-x;
}
#b-enter-reg .r-progress .e-percent {
  font-size: 30px;
  line-height: 38px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000;
  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_en_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(/bitrix/templates/b24_en_new/css/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_en_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: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000;
  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: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #afbec4;
  text-transform: uppercase;
  display: inline-block;
}
.b-partner .r-header .r-links {
  font-size: 13px;
  line-height: 21px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  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: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000;
  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_en_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: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  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: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  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: #000;
  display: inline-block;
  background: #daff45;
  height: 23px;
  padding: 0 15px;
  margin: 0 20px 0 0;
}
.b-partners-list .e-city {
  font-family: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  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: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  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: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000;
  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%;
}

/* End */


/* Start:/bitrix/templates/b24_en_new/css/en.css?141753139423904*/
/* CSS3 *******************************************************************************************************************************************************/
/* Transform **************************************************************************************************************************************************/
/* Transition *************************************************************************************************************************************************/
/* IE Filter **************************************************************************************************************************************************/
/* .mx-font 1 *************************************************************************************************************************************************/
/* .mx-font 2 *************************************************************************************************************************************************/
/* .mx-font 3 *************************************************************************************************************************************************/
/* .mx-font 4 *************************************************************************************************************************************************/
/* .mx-font 5 *************************************************************************************************************************************************/
/* #b-header **************************************************************************************************************************************************/
html.m-lang-en #b-header .r-logo {
  background-image: url(/bitrix/templates/b24_en_new/img/en/main/logo.png);
  width: 148px;
  height: 28px;
}
html.m-lang-en #b-header .r-logo .e-wobbler {
  display: none;
}
/* .b-help-links **********************************************************************************************************************************************/
.b-help-links {
  padding: 44px 0 27px;
}
.b-help-links .b-content-header {
  margin: 0 0 31px;
}
.b-help-links .b-content-header:before {
  content: ' ';
  background-image: url(/bitrix/templates/b24_en_new/img/shared/cloud-1.png);
  width: 65px;
  height: 41px;
  top: -7px;
  left: 49px;
}
.b-help-links .b-content-header:after {
  content: ' ';
  background-image: url(/bitrix/templates/b24_en_new/img/shared/cloud-2.png);
  width: 106px;
  height: 67px;
  top: -14px;
  right: 58px;
}
.b-help-links .r-columns {
  display: table;
  /*margin: 0 30px;*/
}
.b-help-links .r-columns > li {
  display: table-cell;
}
.b-help-links .r-columns > li + li {
  padding-left: 80px;
}
.b-help-links .r-columns > li ul {
  margin-bottom: 36px;
}
.b-help-links .r-columns > li ul > li {
  margin-bottom: 12px;
  padding-left: 20px;
  background: url(/bitrix/templates/b24_en_new/img/shared/list-marker-gray.png) 1px 10px no-repeat;
}
/* .b-partner-contacts ****************************************************************************************************************************************/
.b-partner-contacts {
  padding: 44px 0 30px;
}
.b-partner-contacts .b-content-header {
  margin-bottom: 32px;
}
.b-partner-contacts .b-content-header:before {
  content: ' ';
  background-image: url(/bitrix/templates/b24_en_new/img/shared/cloud-1.png);
  width: 65px;
  height: 41px;
  top: -7px;
  left: 49px;
}
.b-partner-contacts .b-content-header:after {
  content: ' ';
  background-image: url(/bitrix/templates/b24_en_new/img/shared/cloud-2.png);
  width: 106px;
  height: 67px;
  top: -14px;
  right: 58px;
}
.b-partner-contacts .b-content-header .e-text {
  margin-top: 22px;
}
.b-partner-contacts .r-group-list > li {
  margin: 0 0 40px;
}
.b-partner-contacts .r-group-list > li h3 {
  border-bottom: 1px solid #eef2f4;
  padding-bottom: 9px;
  margin-bottom: 12px;
}
.b-partner-contacts .r-group-list > li .r-list > li:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-partner-contacts .r-group-list > li .r-list > li + li {
  margin-top: 22px;
}
.b-partner-contacts .r-group-list > li .r-list > li h4 {
  margin-bottom: 20px;
}
.b-partner-contacts .r-group-list > li .r-list > li .e-contacts {
  border-radius: 6px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  border: 2px solid #e5ecef;
  padding: 22px 28px 23px;
  width: 320px;
  float: right;
  margin: 7px 0 0 80px;
  color: #000000;
}
.b-partner-contacts .r-group-list > li .r-list > li .e-contacts strong {
  font-weight: normal;
  color: #6a828c;
}
.b-partner-contacts .r-group-list > li .r-list > li .e-text {
  overflow: hidden;
}
/* .b-references **********************************************************************************************************************************************/
.b-references {
  padding: 44px 0 70px;
}
.b-references .b-content-header {
  margin-bottom: 58px;
}
.b-references .r-list {
  width: 805px;
  margin: 0 auto;
}
.b-references .r-list > li {
  position: relative;
}
.b-references .r-list > li:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-references .r-list > li + li {
  margin-top: 72px;
}
.b-references .r-list > li:before {
  content: ' ';
  background: url(/bitrix/templates/b24_en_new/img/shared/cloud-2.png) no-repeat;
  width: 106px;
  height: 67px;
  position: absolute;
  top: -103px;
  right: -163px;
}
.b-references .r-list > li .r-header {
  position: relative;
  float: left;
  width: 160px;
  text-align: center;
}
.b-references .r-list > li .r-header .i-photo {
  display: block;
  position: relative;
  z-index: 0;
  background: 50% 50% no-repeat;
  width: 108px;
  height: 108px;
  margin: 0 auto 20px;
}
.b-references .r-list > li .r-header .i-photo:after {
  content: ' ';
  position: absolute;
  background: url(/bitrix/templates/b24_en_new/img/shared/photo-mask.png) no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-references .r-list > li .r-header .e-name {
  font-size: 13px;
  line-height: 21px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #000000;
  text-transform: uppercase;
  display: block;
  margin: 0 -10px 2px;
}
.b-references .r-list > li .r-header .e-position {
  font-size: 19px;
  line-height: 28px;
  font-family: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  display: block;
}
.b-references .r-list > li .r-content {
  border-radius: 6px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  font-size: 14px;
  line-height: 21px;
  color: #475155;
  position: relative;
  width: 584px;
  float: right;
  background: #f2f5f7;
  padding: 24px 20px 30px;
}
.b-references .r-list > li .r-content:before {
  content: ' ';
  background: url(/bitrix/templates/b24_en_new/img/shared/icons.png) 0 -1900px no-repeat;
  width: 12px;
  height: 24px;
  position: absolute;
  top: 44px;
  left: -12px;
}
.b-references .r-list > li .r-content h4 {
  margin-bottom: 10px;
}
.b-references .r-list > li .r-content .e-more {
  margin-top: 24px;
}
.b-references .r-list > li.m-odd:before {
  top: -115px;
  right: auto;
  left: -139px;
}
.b-references .r-list > li.m-odd .r-header {
  float: right;
}
.b-references .r-list > li.m-odd .r-content {
  float: left;
}
.b-references .r-list > li.m-odd .r-content:before {
  left: auto;
  right: -12px;
  background-position: 0 -1950px;
}
.b-references .r-list > li:first-child .r-header:before {
  content: ' ';
  background: url(/bitrix/templates/b24_en_new/img/shared/cloud-1.png) no-repeat;
  width: 65px;
  height: 41px;
  position: absolute;
  left: -141px;
  top: -35px;
}
.b-references .r-list > li:first-child + li .r-header:before {
  content: ' ';
  background: url(/bitrix/templates/b24_en_new/img/shared/cloud-1.png) no-repeat;
  width: 65px;
  height: 41px;
  position: absolute;
  right: -182px;
  top: -21px;
}
/* .b-installation ********************************************************************************************************************************************/
.b-installation {
  padding: 44px 0 63px;
}
.b-installation .b-content-header {
  margin-bottom: 32px;
}
.b-installation .b-content-header:before {
  content: ' ';
  background-image: url(/bitrix/templates/b24_en_new/img/shared/cloud-1.png);
  width: 65px;
  height: 41px;
  top: -7px;
  left: 49px;
}
.b-installation .b-content-header:after {
  content: ' ';
  background-image: url(/bitrix/templates/b24_en_new/img/shared/cloud-2.png);
  width: 106px;
  height: 67px;
  top: -14px;
  right: 58px;
}
.b-installation .b-content-header .e-text {
  margin-top: 22px;
}
.b-installation .r-app-list > li:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-installation .r-app-list > li + li {
  margin-top: 37px;
}
.b-installation .r-app-list > li h3 {
  padding-bottom: 9px;
  border-bottom: 1px solid #eef2f4;
  margin-bottom: 12px;
}
.b-installation .r-app-list > li h4 {
  margin-bottom: 20px;
}
.b-installation .r-app-list > li .e-heading {
  margin-bottom: 26px;
  color: #000000;
}
.b-installation .r-app-list > li .r-columns {
  margin: 0 -70px 0 0;
}
.b-installation .r-app-list > li .r-columns > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 66px 0 0;
}
.b-installation .r-app-list > li .r-columns > li ul > li {
  padding-left: 20px;
  background: url(/bitrix/templates/b24_en_new/img/shared/list-marker-small.png) 1px 10px no-repeat;
}
.b-installation .r-app-list > li .b-downloads {
  float: right;
  margin-top: 8px;
}
.b-installation .r-app-list > li .ge-link-2 {
  margin-top: 18px;
}
/* .b-downloads ***********************************************************************************************************************************************/
.b-downloads {
  width: 565px;
}
.b-downloads .r-list {
  border-radius: 6px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  border: 2px solid #e5ecef;
}
.b-downloads .r-list > li {
  font-size: 14px;
  line-height: 21px;
  color: #475155;
  padding: 23px 18px 21px;
}
.b-downloads .r-list > li:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-downloads .r-list > li + li {
  border-top: 1px solid #e5ecef;
}
.b-downloads .r-list > li .l-left {
  overflow: hidden;
}
.b-downloads .r-list > li .l-right {
  float: right;
  margin: 5px 0 0 18px;
}
.b-downloads .r-list > li .e-name {
  font-weight: bold;
  display: block;
  margin: 0 0 3px;
}
.b-downloads .r-list > li .e-info {
  color: rgba(71, 81, 85, 0.8);
  display: block;
}
.b-downloads .r-list > li div.e-download {
  padding-left: 43px;
}
.b-downloads .r-list > li div.e-download:before {
  content: ' ';
  background: url(/bitrix/templates/b24_en_new/img/shared/icons.png) 0 -2000px no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 6px;
  left: 9px;
}
.b-downloads .r-list > li div.e-download:hover:before {
  background-image: url(/bitrix/templates/b24_en_new/img/shared/icons-hover.png);
}
/* .b-main-features *******************************************************************************************************************************************/
.b-main-features {
  border-radius: 5px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  background: #f2f5f7;
  padding: 30px 40px 33px;
  width: 310px;
}
.b-main-features h3 {
  margin-bottom: 32px;
}
/* .b-side-menu ***********************************************************************************************************************************************/
.b-side-menu {
  border-radius: 6px;
  behavior: url(/bitrix/templates/b24_en_new/css/PIE.htc);
  width: 320px;
  border: 2px solid #e5ecef;
  padding: 21px 28px 23px;
  float: right;
  margin: 9px 0 50px 50px;
}
.b-side-menu h4 {
  margin: 0 0 19px;
}
.b-side-menu .r-list {
  margin: 0;
  padding: 0;
}
.b-side-menu .r-list > li {
  margin: 0;
  padding: 0;
  background: none;
}
.b-side-menu .r-list > li + li {
  margin-top: 12px;
}
/* .b-back-to-top *********************************************************************************************************************************************/
.b-back-to-top {
  text-align: right;
  margin: 40px 0 0;
}
.b-back-to-top a {
  font-size: 13px;
  line-height: 21px;
  font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 0 26px 0 0;
}
.b-back-to-top 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: ' ';
  position: absolute;
  top: 4px;
  right: -26px;
  background: url(/bitrix/templates/b24_en_new/img/shared/icons.png) 0 -2150px no-repeat;
  width: 14px;
  height: 9px;
}
.b-back-to-top a:hover:after {
  background-image: url(/bitrix/templates/b24_en_new/img/shared/icons-hover.png);
}
/* .b-index-bnn ***********************************************************************************************************************************************/
html.m-lang-en .b-index-bnn .e-bitrix {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/bitrix.png);
}
/* .ib-daily-scene .i-notebook ********************************************************************************************************************************/
html.m-lang-en .ib-daily-scene .i-notebook {
  background-image: url(/bitrix/templates/b24_en_new/img/en/index/daily-notebook.png);
}
/* .b-index-buy.n-inbox ***************************************************************************************************************************************/
html.m-lang-en .b-index-buy.n-inbox .i-image {
  background-image: url(/bitrix/templates/b24_en_new/img/en/index/buy-inbox.png);
  width: 413px;
}
/* .b-banner-list *********************************************************************************************************************************************/
html.m-lang-en .b-index-bnn .r-menu li + li {
  margin-left: 10px;
}
html.m-lang-en .b-bnn-list > li.n1 .r-list > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/1/img-1.png);
}
html.m-lang-en .b-bnn-list > li.n1 .r-list > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/1/img-2.png);
}
html.m-lang-en .b-bnn-list > li.n1 .r-list > li.n3 {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/1/img-3.png);
}
html.m-lang-en .b-bnn-list > li.n2 .r-message > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/2/message.png);
}
html.m-lang-en .b-bnn-list > li.n2 .r-message > li.n1 .e-like-popup {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/2/like-popup.png);
}
html.m-lang-en .b-bnn-list > li.n2 .r-message > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/2/comment.png);
}
html.m-lang-en .b-bnn-list > li.n2 .r-message > li.n2 .e-like {
  left: 215px;
}
html.m-lang-en .b-bnn-list > li.n3 .e-chart {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/3/chart.png);
}
html.m-lang-en .b-bnn-list > li.n3 .r-task-wnd {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/3/task-list.png);
}
html.m-lang-en .b-bnn-list > li.n3 .r-task-wnd .e-timer {
  left: 181px;
}
html.m-lang-en .b-bnn-list > li.n3 .r-task-wnd .r-list > li {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/3/task-complete.png);
}
html.m-lang-en .b-bnn-list > li.n4 .r-list > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/4/browser.png);
  bottom: -1px;
}
html.m-lang-en .b-bnn-list > li.n4 .r-list > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/4/tablet.png);
  bottom: 12px;
  left: -330px;
}
html.m-lang-en .b-bnn-list > li.n5 .e-file-list {
  background: url(/bitrix/templates/b24_en_new/img/en/bnn/5/file-list.png) 0 0 no-repeat;
}
html.m-lang-en .b-bnn-list > li.n5 .r-menu {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/5/menu.png);
  width: 256px;
  bottom: 164px;
  left: -41px;
}
html.m-lang-en .b-bnn-list > li.n5 .r-menu .e-popup {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/5/popup.png);
  width: 282px;
  left: -14px;
}
html.m-lang-en .b-bnn-list > li.n5 .r-menu .e-button {
  display: none;
}
html.m-lang-en .b-bnn-list > li.n7 .r-popup {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/7/popup.png);
}
html.m-lang-en .b-bnn-list > li.n7 .r-popup .e-button {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/7/button.png);
}
html.m-lang-en .b-bnn-list > li.n7 .r-calendar {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/7/calendar.png);
  width: 325px;
  height: 232px;
}
html.m-lang-en .b-bnn-list > li.n7 .r-scheduler {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/7/scheduler.png);
  width: 244px;
  height: 179px;
}
html.m-lang-en .b-bnn-list > li.n7 .r-column {
  bottom: 48px;
  left: 169px;
  margin-left: -40px;
}
html.m-lang-en .b-bnn-list > li.n7 .r-column > li {
  width: 14px;
  height: 32px;
  bottom: 0;
  left: 0;
  visibility: hidden;
}
html.m-lang-en .b-bnn-list > li.n7 .r-column > li.n1 {
  background: url(/bitrix/templates/b24_en_new/img/en/bnn/7/column-red.png);
}
html.m-lang-en .b-bnn-list > li.n7 .r-column > li.n2 {
  background: url(/bitrix/templates/b24_en_new/img/en/bnn/7/column-green.png);
}
html.m-lang-en .b-bnn-list > li.n8 .r-circle > li.n3 {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/8/yandex.png);
}
html.m-lang-en .b-bnn-list > li.n8 .r-window > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/8/window-2.png);
}
html.m-lang-en .b-bnn-list > li.n9 .r-window > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/9/window-1.png);
}
html.m-lang-en .b-bnn-list > li.n9 .r-window > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/9/window-2.png);
}
html.m-lang-en .b-bnn-list > li.n9 .r-window > li.n3 {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/9/window-3.png);
  width: 295px;
}
html.m-lang-en .b-bnn-list > li.n9 .r-progress {
  top: 49px;
  left: 10px;
}
html.m-lang-en .b-bnn-list > li.n9 .r-progress > li {
  background: url(/bitrix/templates/b24_en_new/img/en/bnn/9/progress.png?1) 0 12px no-repeat;
  width: 127px;
  height: 12px;
  top: 0;
  left: 0;
  visibility: hidden;
}
html.m-lang-en .b-bnn-list > li.n9 .r-progress > li.n1 {
  background-position: 0 -12px;
}
html.m-lang-en .b-bnn-list > li.n9 .r-progress > li.n2 {
  background-position: 0 -24px;
}
html.m-lang-en .b-bnn-list > li.n9 .r-progress > li.n3 {
  background-position: 0 -36px;
}
html.m-lang-en .b-bnn-list > li.n10 .r-window > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/10/window-1.png);
  height: 216px;
}
html.m-lang-en .b-bnn-list > li.n10 .r-window > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/10/window-2.png);
}
html.m-lang-en .b-bnn-list > li.n10 .e-phone {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/10/phone.png);
}
html.m-lang-en .b-bnn-list > li.n11 .r-window > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/11/window.png);
}
html.m-lang-en .b-bnn-list > li.n11 .r-window > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/11/popup-1.png);
  width: 268px;
  left: -267px;
}
html.m-lang-en .b-bnn-list > li.n11 .r-window > li.n3 {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/11/popup-2.png);
}
html.m-lang-en .b-bnn-list > li.n12 .r-phone > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/12/phone-2.png);
}
html.m-lang-en .b-bnn-list > li.n12 .r-phone > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/12/phone-1.png);
}
html.m-lang-en .b-bnn-list > li.n12 .e-tablet {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/12/tablet.png);
}
html.m-lang-en .b-bnn-list > li.n13 .r-window > li.n1 {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/13/window-1.png);
}
html.m-lang-en .b-bnn-list > li.n13 .r-window > li.n2 {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/13/window-2.png);
}
html.m-lang-en .b-bnn-list > li.n13 .e-popup {
  background-image: url(/bitrix/templates/b24_en_new/img/en/bnn/13/popup.png);
}
/* .b-circle-banner *******************************************************************************************************************************************/
html.m-lang-en .b-circle-banner.n1 > li.n1:before {
  background-image: url(/bitrix/templates/b24_en_new/img/en/what-is-this/1.png);
  width: 429px;
  height: 273px;
  right: 147px;
}
html.m-lang-en .b-circle-banner.n1 > li.n2:before {
  background-image: url(/bitrix/templates/b24_en_new/img/en/what-is-this/2.png);
  width: 442px;
  height: 323px;
  left: 142px;
}
html.m-lang-en .b-circle-banner.n1 > li.n3:before {
  background-image: url(/bitrix/templates/b24_en_new/img/en/what-is-this/3.png);
  width: 542px;
  height: 257px;
  top: -37px;
}
html.m-lang-en .b-circle-banner.n1 > li.n4:before {
  background-image: url(/bitrix/templates/b24_en_new/img/en/what-is-this/4.png);
  width: 592px;
  height: 259px;
}
html.m-lang-en .b-circle-banner.n2 > li.n1:before {
  background-image: url(/bitrix/templates/b24_en_new/img/en/what-is-this/5.png);
  width: 564px;
  height: 253px;
}
html.m-lang-en .b-circle-banner.n2 > li.n2:before {
  background-image: url(/bitrix/templates/b24_en_new/img/en/what-is-this/6.png);
  width: 391px;
  height: 297px;
}
html.m-lang-en .b-circle-banner.n2 > li.n3:before {
  background-image: url(/bitrix/templates/b24_en_new/img/en/what-is-this/7.png);
  width: 428px;
  height: 367px;
}
html.m-lang-en .b-circle-banner.n2 > li.n4:before {
  background-image: url(/bitrix/templates/b24_en_new/img/en/what-is-this/8.png);
  width: 360px;
  height: 211px;
  top: -112px;
  left: 161px;
}
html.m-lang-en .b-circle-banner.n3 > li.n1:before {
  background-image: url(/bitrix/templates/b24_en_new/img/en/what-is-this/9.png);
  width: 475px;
  height: 320px;
}
html.m-lang-en .b-circle-banner.n3 > li.n2:before {
  background-image: url(/bitrix/templates/b24_en_new/img/en/what-is-this/10.png);
  width: 364px;
  height: 263px;
}
html.m-lang-en .b-circle-banner.n3 > li.n3:before {
  background-image: url(/bitrix/templates/b24_en_new/img/en/what-is-this/11.png);
  width: 486px;
  height: 369px;
}
html.m-lang-en .b-circle-banner.n3 > li.n4:before {
  background-image: url(/bitrix/templates/b24_en_new/img/en/what-is-this/12.png);
  width: 615px;
  height: 330px;
  top: -58px;
}
/* .b-index-meet **********************************************************************************************************************************************/
html.m-lang-en .ir-layers {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
}
html.m-lang-en .ir-layers > li {
  position: absolute;
  background: no-repeat;
}
html.m-lang-en .ir-layers > li.n1 {
  z-index: 3;
  background-image: url(/bitrix/templates/b24_en_new/img/en/index/meet/layer-1.png);
  width: 603px;
  height: 354px;
  bottom: 193px;
  left: -402px;
}
html.m-lang-en .ir-layers > li.n2 {
  z-index: 2;
  background-image: url(/bitrix/templates/b24_en_new/img/en/index/meet/layer-2.png);
  width: 787px;
  height: 462px;
  bottom: 68px;
  left: -440px;
}
html.m-lang-en .ir-layers > li.n2 .i-shadow {
  background: url(/bitrix/templates/b24_en_new/img/en/index/meet/shadow-1.png) no-repeat;
  width: 614px;
  height: 378px;
  position: absolute;
  top: 27px;
  left: 76px;
}
html.m-lang-en .ir-layers > li.n3 {
  z-index: 1;
  background-image: url(/bitrix/templates/b24_en_new/img/en/index/meet/layer-3.png);
  width: 1403px;
  height: 433px;
  bottom: 0;
  left: -682px;
}
html.m-lang-en .ir-layers > li.n3 .i-shadow {
  background: url(/bitrix/templates/b24_en_new/img/en/index/meet/shadow-2.png) no-repeat;
  width: 707px;
  height: 386px;
  position: absolute;
  bottom: 47px;
  left: 331px;
}
.b-loader {
  margin-left: -81px;
}
.b-load-gap {
  background: #2fc7f7 url(/bitrix/templates/b24_en_new/img/main/loader-gap.jpg);
}

/* End */


/* Start:/bitrix/templates/.default/inc/site_selector/styles.css?14559697473984*/
/* CSS3 *******************************************************************************************************************************************************/
/* Transform **************************************************************************************************************************************************/
/* Transition *************************************************************************************************************************************************/
/* IE Filter **************************************************************************************************************************************************/
/* .mx-font 1 *************************************************************************************************************************************************/
/* .mx-font 2 *************************************************************************************************************************************************/
/* .mx-font 3 *************************************************************************************************************************************************/
/* .mx-font 4 *************************************************************************************************************************************************/
/* .mx-font 5 *************************************************************************************************************************************************/
/* .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: #fff;
}
.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?2) 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.la:before {
  background-position: 0 -51px;
}
.b-language a.kz:before {
  background-position: 0 -86px;
}
.b-language a.by:before {
  background-position: 0 -98px;
}
.b-language a.nl:before {
  background-position: 0 -63px;
}
.b-language a.br:before {
  background-position: 0 -75px;
}
.b-language a.sc:before {
  background-position: 0 -109px;
}
.b-language a.tc:before {
  background-position: 0 -109px;
}
.b-language a.in:before {
  background-position: 0 -122px;
}
.b-language a.eu:before {
  background-position: 0 -133px;
}
.b-language a:hover {
  border-radius: 5px;
  border-color: #c2ced3;
}
.b-language .e-handle {
  border-radius: 5px;
  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(/bitrix/templates/.default/inc/site_selector/PIE.htc);
  border-radius: 5px;
}
.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(/bitrix/templates/.default/inc/site_selector/PIE.htc);
}
.b-language .r-list > li a:hover {
  z-index: 1;
}

/* End */
/* /bitrix/components/bitrix24/site.redirect/templates/.default/style.css?14449884064024 */
/* /bitrix/templates/b24_en_new/css/reset.css?14002462422956 */
/* /bitrix/templates/b24_en_new/css/style.css?14436936827727 */
/* /bitrix/templates/b24_en_new/css/mixins.css?14002462421449 */
/* /bitrix/templates/b24_en_new/css/animation.css?14002462422779 */
/* /bitrix/templates/b24_en_new/css/form.css?144361632120734 */
/* /bitrix/templates/b24_en_new/css/main.css?145596974723205 */
/* /bitrix/templates/b24_en_new/css/shared.css?143531579441407 */
/* /bitrix/templates/b24_en_new/css/banner.css?140749149440956 */
/* /bitrix/templates/b24_en_new/css/content.css?145554541756779 */
/* /bitrix/templates/b24_en_new/css/en.css?141753139423904 */
/* /bitrix/templates/.default/inc/site_selector/styles.css?14559697473984 */
