.vimeoFrame {width:800px; height:450px; overflow:hidden; margin:0 auto;}
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-ExtraBold.eot');
    src: url('fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-ExtraBold.woff') format('woff'), url('fonts/OpenSans-ExtraBold.ttf') format('truetype'), url('fonts/OpenSans-ExtraBold.svg#webfont') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemi';
    src: url('fonts/opensans-semibold-webfont.eot');
    src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-semibold-webfont.woff') format('woff'),
        url('fonts/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSans-Light.eot');
    src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Light.woff') format('woff'), url('fonts/OpenSans-Light.ttf') format('truetype'), url('fonts/OpenSans-Light.svg#webfont') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansNormal';
    src: url('fonts/OpenSans-Normal.eot');
    src: url('fonts/OpenSans-Normal.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Normal.woff') format('woff'), url('fonts/OpenSans-Normal.ttf') format('truetype'), url('fonts/OpenSans-Normal.svg#webfont') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamPro-Black.otf')  format('opentype'),
        url('fonts/GothamPro-Black.woff') format('woff'),
        url('fonts/GothamPro-Black.ttf')  format('truetype'),
        url('fonts/GothamPro-Black.svg#GothamPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamPro-Medium.otf')  format('opentype'),
    url('fonts/GothamPro-Medium.woff') format('woff'),
    url('fonts/GothamPro-Medium.ttf')  format('truetype'),
    url('fonts/GothamPro-Medium.svg#GothamPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

html,
body,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
p,
blockquote,
form,
fieldset,
legend,
table,
td,
th {
    margin: 0;
    padding: 0;
}
frame {
    border: none;
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.row:after {
    content: '';
    display: table;
    clear: both;
}
html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-size: 90%;
    -ms-text-size-adjust: 90%;
    -webkit-text-size-adjust: 90%;
    font-family:'Open Sans', Helvetica, Arial, sans-serif;
    min-width: 970px;
}
/*Special for ME and IE*/
_:-ms-lang(x), _:-webkit-full-screen, body
{ 
    overflow-x: hidden;
}
img {
    border: 0;
}
p,
dl {
    margin-bottom: 1.2em;
}
p.compact {
    margin-bottom: 0.5em;
}
ul {
    list-style-type: none;
}
ul.dash,
ol {
    margin-bottom: 2em;
}
ul.dash li,
ol li {
    margin-bottom: 0.75em;
}
ul.dash li li,
ol li li {
    margin-bottom: 0.5em;
}
ul.dash > li {
    text-indent: -1.55em;
    padding-left: 1.75em;
}
ul.dash > li:before {
    content: '\2014\a0\a0';
    color: #ced1d1;
}
ol > li {
    margin-left: 2.5em;
}
ul.dash ul,
ul.dash ol,
ol ol,
ol ul.dash {
    margin: 0.5em 0 1.5em 0;
    text-indent: 0;
}
p + ul,
p + ol {
    margin-top: -0.5em;
}
table {
    border-collapse: collapse;
}
table td,
table th {
    text-align: left;
    padding: 0.4em 0.5em;
    vertical-align: top;
}
table th {
    font-weight: normal;
}
.table_data {
    margin-bottom: 3em;
}
.table_data th {
    vertical-align: bottom;
    font-weight: bold;
}
.table_data .o {
    background: #f6f8fa;
}
.table_data .b_b {
    border-bottom: 1px solid #eee;
}
.table_data .b_l {
    border-left: 1px solid #eee;
}
.table_data .b_r {
    border-right: 1px solid #eee;
}
table td.n {
    text-align: right;
}
table th.c,
table td.c {
    text-align: center;
}
table td.vm {
    vertical-align: middle;
}
.table_data .n-value {
    margin-right: 30%;
}
.table_data .n-value_small {
    margin-right: 50%;
}
.table_data .n-value_larger {
    margin-right: 15%;
}
.table_data .n-value_nobr {
    float: right;
    white-space: nowrap;
}
.table_fill {
    width: 100%;
}
b,
strong {
    font-weight: bold;
}
sup,
sub {
    position: relative;
    top: -0.5em;
    font-size: 75%;
    vertical-align: baseline;
}
sub {
    top: 0.1em;
}
ins {
    text-decoration: none;
}
hr {
    border: 0;
}
h1,
h2, .h2,
h3,
h4,
h5 {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
h1 {
    font-size: 343%;
    line-height: 1.0;
    margin: 0 0 .35em;
    color: #d51521;
}
h2, .h2 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: .5em;
}
h3 {
    font-size: 18px;
    line-height: 1.3 !important;
    margin-bottom: 0.35em;
    margin-top: 1.5em;
}
h4 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: .2em;
}
h5 {
    font-size: 18px;
    line-height:1.4em;
    margin-bottom: .4em;
}
.h2 {
    display: block;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
    margin-top: 0;
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b2b2b2;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #b2b2b2;
}
blockquote {
    margin-left: 1.5em;
    margin-bottom: 1em;
}
.layer-sub-navigation .navigation__item a{
    border-bottom-style: dotted;
    cursor: pointer;
}

a,
.pseudo {
    text-decoration: none;
    border-bottom: 1px solid;
}
.pseudo {
    border-bottom-style: dotted;
    cursor: pointer;
}

a,
a.no-visited:visited,
.no-visited a:visited,
.pseudo,
.pseudo:visited {
    color: #00739f;
    border-color: #00739f;
    border-color: rgba(0, 115, 159, 0.3);
}

a.alt,
.pseudo.alt,
.pseudo:visited.alt,
a.no-visited:visited.alt,
.no-visited a:visited.alt {
    color: #000000;
    border-color: #000000;
    border-color: rgba(0, 0, 0, 0.3);
}
.alt-links a,
.alt-links .pseudo,
.alt-links .pseudo:visited {
    color: #000000;
    border-color: #000000;
    border-color: rgba(0, 0, 0, 0.3);
}
.alt-links.no-visited a,
.alt-links.no-visited a,
.alt-links.no-visited a:visited,
.alt-links.no-visited a:visited {
    color: #000000;
    border-color: #000000;
    border-color: rgba(0, 0, 0, 0.3);
}
a.alt:hover,
.pseudo.alt:hover,
.alt-links a:hover,
.alt-links .pseudo:hover {
    color: #d51521 !important;
    border-color: #d51521 !important;
    border-color: rgba(213, 21, 33, 0.3) !important;
}
/*a:visited {
    color: #a36cc6;
    border-color: #a36cc6;
    border-color: rgba(163, 108, 198, 0.3);
}*/
a:hover,
.pseudo:hover {
    color: #d51521 !important;
    border-color: #d51521 !important;
    border-color: rgba(213, 21, 33, 0.3) !important;
}
a.link-selected,
.pseudo.link-selected,
.link-selected a,
.link-selected .pseudo {
    border-bottom: none;
    color: #d51521;
    cursor: text;
}
.g-clear {
    zoom: 1;
}
.g-clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.g-hidden {
    display: none !important;
}
.g-opacity-animated {
    opacity: 0 !important;
}
.g-centered {
    text-align: center !important;
}
.cols {
    position: relative;
    clear: both;
    padding-bottom: 1px;
}
.cols:after {
    clear: both;
    display: table;
    content: '';
}
.col {
    position: relative;
    float: left;
    min-height: 1px;
}
.col_5 {
    width: 5%;
}
.col_10 {
    width: 10%;
}
.col_12 {
    width: 12%;
}
.col_15 {
    width: 15%;
}
.col_17 {
    width: 17%;
}
.col_20 {
    width: 20%;
}
.col_22 {
    width: 22%;
}
.col_25 {
    width: 25%;
}
.col_30 {
    width: 30%;
}
.col_33 {
    width: 33.3%;
}
.col_35 {
    width: 35%;
}
.col_40 {
    width: 40%;
}
.col_45 {
    width: 45%;
}
.col_50 {
    width: 49.9%;
}
.col_60 {
    width: 60%;
}
.col_70 {
    width: 70%;
}
.col_80 {
    width: 80%;
}
.col_100 {
    width: 100%;
}
.col_right {
    float: right;
}
.col_left {
    float: left;
}

.layer {
    width: 100%;
    min-width: 970px;
    max-width: 1200px;
    padding: 1px 25px;
    margin: 0 auto;
    line-height: 1.5;
    position: relative;
}
.layer._header {
    max-width: 1250px;
}
.lang-switcher__item .contact-phone-mobile {
    display: none;
    background: url(/themes/promodo-ru/img/sprite-ua.svg) no-repeat -205px -28px/350px;
    width: 24px;
    height: 24px;
    border: none;
}
.layer_index {
    padding: 1px 0;
}
.layer_header {
    padding-top: 12px;
    line-height: normal;
    z-index:100;
    position: relative;
}
.layer_fixed-header {
    position: fixed;
    top: 0;
    z-index: 100;
}
.layer_contacts {
    margin-top: 60px;
}
.layer_suppress-contacts-space {
    padding-bottom: 60px;
    margin-bottom: 0;
}
.layer_footer {
    padding-top: 55px;
    padding-bottom: 20px;
}
.layer_blue {
    color: #ffffff;
    padding: 0 60px;
}
.layer_bordered {
    border: 1px solid #d1d2d4;
    -ms-border-radius: 6px;
    border-radius: 6px;
    behavior: url(PIE.htc);
    background-color: #ffffff;
}
.layer_team.layer_with-top-bubbles:before {
    z-index: 0;
}
.layer__arrow-down_blue {
    background-image: url(icons.png);
    background-position: -281px -285px;
    cursor:pointer;
    width: 37px;
    height: 42px;
    position: absolute;
    z-index: 2;
    bottom: -21px;
    left: 50%;
    margin-left: -19px;
}
.layer__arrow-down_grey {
    background-image: url(icons.png);
    background-position: -240px -170px;
    width: 38px;
    height: 46px;
    position: absolute;
    z-index: 2;
    bottom: -21px;
    left: 50%;
    margin-left: -19px;
}
.layer_with-top-bubbles:before,
.layer_with-bottom-bubbles:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    height: 6px;
    width: 100%;
    left: 0;
    background: transparent url("bubbles_horizon.png") no-repeat center top;
    background-size: 100% 6px;
    margin: 0 auto;
}
.layer_with-top-bubbles:before {
    top: -6px;
}
.layer_with-bottom-bubbles:after {
    bottom: 0px;
}
.layer_with-top-waves:before,
.layer_with-bottom-waves:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    height: 47px;
    width: 100%;
    left: 0;
    background: transparent url("wave_and_fish_horizon.png") no-repeat center top;
    background-size: 100% 47px;
    margin: 0 auto;
}
.layer_with-top-waves:before {
    top: -47px;
}
.layer_with-bottom-waves:before {
    bottom: 0; /*было -20рх*/
}
.layer-wrapper {
    width: 100%;
    background-color: #f6f6ef;
    position: relative;
    min-width: 970px;
}
.layer-wrapper_to-white {
    background-color: transparent;
    /*.gradient(@light, @white, @light);*/
    background: #f6f6ef;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f6f6ef 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6ef), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f6ef 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f6ef 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6f6ef 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f6f6ef 0%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6ef', endColorstr='#ffffff', GradientType=0);
    /* IE6-8 */
}
.layer-wrapper_from-white {
    background-color: transparent;
}
.layer-wrapper_from-white:after {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 160px;
    bottom: 0;
    left: 0;
    /*.gradient(@light, @light, @white);*/
    background: #ffffff;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6ef 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f6f6ef));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6ef 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6ef 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6ef 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6ef 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6ef', GradientType=0);
    /* IE6-8 */
}
.layer-wrapper_blue {
    margin-top: 20px;
    background: #0086ad url("bg-blue.jpg") repeat;
}
.layer-partners {
    margin-top: 20px;
    background: url("bg-partners.jpg") repeat;
    height: 720px;
}
.layer-partners.single-partner {
    height: 380px;
}
.layer-partners.colored-part {
    /*height: 540px;*/
    height: auto;
}
.layer-wrapper_gray {
    background: #0086ad url("bg-gray.jpg") repeat;
}
.layer-wrapper_tree {
    margin-top: 20px;
    height: 748px;
    position: relative;
}
.layer-wrapper_yellow-circles {
    position: relative;
    padding-top: 20px;
}
.layer-wrapper_yellow-circles:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 346px;
    background: rgba(0, 0, 0, 0) url("yellow_circles.png") repeat 39px 23px;
}

.layer-wrapper_partners:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: calc(100% + 75px);
    background: url("pr-bg2.png") repeat;
    top: -75px;
}
.svg-triangle.layer-wrapper_partners:before {
    display: none;
}

.partners-benefits {
    position: relative;
    background: -webkit-linear-gradient(top,rgba(255,255,255,0), rgba(255,255,255,.7));
    background: -o-linear-gradient(bottom,rgba(255,255,255,0), rgba(255,255,255,.7));
    background: -moz-linear-gradient(bottom,rgba(255,255,255,0), rgba(255,255,255,.7));
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.7));
}

.layer-wrapper_partners {
    text-align: center;
}

.layer-wrapper_partners .ico.key {
    width: 213px;
    height: 90px;
    background-position: -196px -1190px;
    display: inline-block;
    background-image: url(/themes/default/css/icons.png);
    background-repeat: no-repeat;
}

.layer-wrapper_partners h1 {
    color: #000;
    text-align: center;
    padding-top: 0px;
    margin-bottom: 40px;
    margin-top: 40px;
    position: relative;
}

.layer-wrapper_partners.single-partner-event h1 {
    padding-bottom: 20px;
    margin-bottom: 0;
    width: 80%;
    font-size: 3em;
    line-height: 1.2;
}

.layer-wrapper_partners.single-partner-event .notice {
    padding: 1em 0;
}

.layer-wrapper_partners .notice p {
    margin-bottom: 40px;
}

.layer-wrapper_partners > h2 {
    position: relative;
    font-size: 29px;
}

.closest-ev {
    margin-top: 80px;
}

.closest-ev .seminar__place {
    font-size: 14px;
}

.closest-ev .seminar__address {
    color: #fff;
}

.closest-ev .seminar__addr {
    font-size: 10px;
    opacity: 0.6;
    text-transform: uppercase;
}

.sub-navigation {
    /*width: 100%;*/
}
.layer-sub-navigation {
    background: rgba(255, 255, 255, 0);
    position: relative;
    z-index: 100;
}
.layer-sub-navigation .promodo-logo {
    display: none;
}

.layer-sub-navigation .layer .col .second-nav {
    visibility: hidden;
}

.layer-sub-navigation.layer-wrapper_fixed-top .layer .col .second-nav {
    visibility: visible;
}

.layer-wrapper_fixed-top {
    position: fixed;
    width: 100%;
    top: 0;
    background: #ffffff;
    opacity: 0.9;
    z-index: 100;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    behavior: url(PIE.htc);
}
.layer-wrapper_fixed-top .sub-navigation {
    padding-top: 15px;
    padding-bottom: 15px;
}
.layer-wrapper_fixed-top .promodo-logo {
    display: block;
}
.layer_header-fixed .navigation,
.layer_header-fixed .button_small,
.layer_header-fixed .like-btn,
.layer_header-fixed .lang-switcher,
.layer_header-fixed .promodo-logo {
    visibility: hidden;
}

.layer_header-fixed.layer_header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 102;
    padding: 0;
}
.layer_header-fixed.layer_header .cols {
    position: absolute;
    right: 25px;
    top: 12px;
    display: inline-block;
    width: 150px;
}

.layer_header-fixed.layer_header ul.lang-switcher.no-visited {
    display: none;
}
.layer_header-fixed.layer_header .button_small {
    visibility: visible;
}
.page-fader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1000;
    opacity: 0.65;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    filter: alpha(opacity=65);
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.page-fader_transparent {
    background: transparent;
}
.popup-container {
    width: 75%;
    min-width: 750px;
    max-width: 900px;
    min-height: 450px;
    margin: auto;
    position: fixed;
    z-index: 1001;
    left: 0;
    /*right: 0;*/
    top: 100px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-border-radius: 6px;
    border-radius: 6px;
    behavior: url(PIE.htc);
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.popup-container_video {
    min-width: 0;
    min-height: 0;
    width: 640px;
    height: 360px;
    left:0;
    right:0;
}
.popup-video {
    width: 800px;
    height: 450px;
    overflow: hidden;
}
.popup-container_video_small {
    min-width: 0;
    min-height: 0;
    width: 640px;
    height: 360px;
    left: 0;
    right: 0;
}
.popup-container_bubble {
    width: 235px;
    height: auto;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
    position: absolute;
    /*right: 55px;*/
    /*background-color: #fff;*/
    background-color:transparent;
    padding: 20px 24px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    behavior: url(PIE.htc);
    /* -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
     box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);*/
    box-shadow: none;
}

.popup-container_bubble:before {
    /*display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: -13px;
    margin-left: -14px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 14px 13px 14px;
    border-color: transparent transparent #ffffff transparent;*/
}
.popup-container__header {
    font-size: 214%;
    position: absolute;
    top: -1.8em;
    left: 2px;
    margin-top: 0;
    color: #ffffff;
}
.popup-container .popup-container__header_compact {
    font-size: 129%;
    top: -2.5em;
    margin: 0;
}
.popup-container__close-btn {
    font-size: 286%;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    position: absolute;
    color: #ffffff;
    cursor: pointer;
    top: -27px;
    text-shadow: 0 0 5px #ccc;
    line-height: 0.5;
    right: 0;
}
.popup-container__close-btn:hover {
    color: #d51521;
}
.layer-wrapper_tree .notice {
    position: relative;
    z-index: 2;
    padding: 1em 0 3.3em;
}
.team-tree {
    text-align: center;
    width: 861px;
    height: 700px;
    position: absolute;
    padding: 0 28px;
    left: 50%;
    margin-left: -430px;
    z-index: 1;
}
.team-tree__title {
    margin-bottom: 45px;
    font-size: 49px;
}
.team-tree__branch {
    width: 270px;
    height: 270px;
    -ms-border-radius: 135px;
    border-radius: 135px;
    behavior: url(PIE.htc);
    /*  background-color: #e6e6e0;*/
    background-color: rgba(224, 224, 216, 1);
    position: absolute;
    left: 50%;
    top: 0px;
}
.team-tree__branch-1 {
    margin-left: -135px;
}
.team-tree__branch-2 {
    margin-left: -273px;
    top: 158px;
}
.team-tree__branch-3 {
    margin-left: 3px;
    top: 158px;
}
.team-tree__branch-4 {
    margin-left: -320px;
    top: 372px;
}
.team-tree__branch-5 {
    margin-left: 50px;
    top: 372px;
}
.team-tree__branch-6 {
    margin-left: -135px;
    top: 416px;
}
.team-tree__branch-7 {
    margin-left: -135px;
    top: 200px;
}
.team-tree__trunk {
    width: 91px;
    height: 210px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    behavior: url(PIE.htc);
    position: absolute;
    top: -110px;
    bottom: 0;
    left: 50%;
    margin-left: -47px;
    background-color: rgba(224, 224, 216, 1);
}
.team-tree__horizontal_top_trunk_block {
    position: relative;
    margin: 0 auto;
    width: 870px;
}
.team-tree__horizontal_top_trunk,
.team-tree__horizontal_bottom_trunk {
    position: absolute;
    height: 300px;
    width: 100%;
}
.team-tree__horizontal_top_trunk:after,
.team-tree__horizontal_top_trunk:before,
.team-tree__horizontal_bottom_trunk:before,
.team-tree__horizontal_bottom_trunk:after {
    content: '';
    width: 310px;
    height: 50px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    behavior: url(PIE.htc);
    position: absolute;
    top: 46px;
    bottom: 0;
    background-color: rgba(224, 224, 216, 1);
}
.team-tree__horizontal_top_trunk:before,
.team-tree__horizontal_bottom_trunk:before {
    left: 0;
}
.team-tree__horizontal_top_trunk:after,
.team-tree__horizontal_bottom_trunk:after {
    right: 0;
}
.team-tree__horizontal_bottom_trunk:before,
.team-tree__horizontal_bottom_trunk:after {
    top: 209px;
}
.team-tree__trunk_bottom {
    background: transparent url("trunk.png") no-repeat 0 0;
    position: absolute;
    height: 466px;
    width: 312px;
    left: 50%;
    margin-left: -157px;
    top: 41px;
}
.team-tree__roots {
    width: 861px;
    height: 187px;
    /*  background-image: url('team-tree-roots.png');*/
    position: absolute;
    z-index: 0;
    left: 50%;
    margin-left: -430px;
}
.team-tree__roots_first {
    top: 89px;
}
.team-tree__roots_second {
    top: 252px;
}
.team-tree__icons {
    position: absolute;
    width: 395px;
    height: 420px;
    left: 50%;
    top: 374px;
    margin-left: -197px;
    background-image: url('tree-icons.png'), url('tree-icons2.png');
    background-repeat:no-repeat;
    background-position: 0px 37px, center 0px;
}
.team-tree__content {
    z-index: 1;
    position: relative;
    top: 102px;
    left: 50%;
    margin-left: -240px;
    width: 480px;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.team-tree__content p {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 21px;
}
.team-tree__top {
    height: 230px;
}
.team-tree__lets-discussion {
    font-size: 129%;
    line-height: 1.35;
    margin-top: 125px;
    margin-bottom: 1.9em;
}
.ie9 .team-tree__lets-discussion {
    margin-top: 5.5em;
}
.team-tree__persons {
    position: relative;
    width: 856px;
    left: 50%;
    margin-left: -430px;
    margin-bottom: 3.2em;
    padding: 0 28px;
}
.team-tree__person {
    width: 115px;
    height: 115px;
    position: relative;
    float: left;
    margin: 0 22px;
    z-index: 1;
    /* padding-bottom: 3em;*/
    -ms-border-radius: 1000px;
    border-radius: 1000px;
    behavior: url(PIE.htc);
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.person__popover {
    width: 115px;
    height: 115px;
    padding: 3px;
    /*  background-color: #fff;*/
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    position: relative;
    -ms-border-radius: 75px;
    border-radius: 75px;
    behavior: url(PIE.htc);
    cursor: pointer;
}
.person__image {
    -ms-border-radius: 75px;
    border-radius: 75px;
    behavior: url(PIE.htc);
    position: relative;
    width: 125px;
    height: 125px;
    background-position: -15px -15px;
}
.person__description {
    background-color: #fff;
    display: none;
    margin-top: 1em;
}
.person__position {
    margin-bottom: 0.9em;
}
.person__name {
    font-size: 129%;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.36;
    margin-bottom: 0.55em;
}
.person__close {
    display: none;
    position: absolute;
    z-index: 1;
    top: -9px;
    right: 8px;
    cursor: pointer;
}
.team-tree__person_active {
    z-index: 2;
}
.team-tree__person_active .person__popover {
    width: 150px;
    height: auto;
    padding: 7px;
    margin-top: -19px;
    margin-left: -19px;
    cursor: default;
    -ms-border-radius: 1000px 1000px 125px 125px;
    border-radius: 1000px 1000px 125px 125px;
    behavior: url(PIE.htc);
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
    background-color: #fff;
}
.team-tree__person_active .person__image {
    width: 150px;
    height: 150px;
    background-position: 0px 0px;
}
.team-tree__person_active .person__description {
    display: block;
}
.team-tree__person_active .person__close {
    display: block;
}
.team-tree-fotorama {
    overflow: visible;
    position: relative;
    z-index: 2;
    padding-top: 54px;
}
.team-tree-fotorama > ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 323px;
}
.team-tree-fotorama > ul:after {
    content: '';
    display: table;
    clear: both;
}
.team-tree-fotorama .fotorama__nav-wrap {
    padding: 0;
    padding-top: 18px;
    position: relative;
    z-index: 1;
}
.team-tree-fotorama .fotorama__stage {
    position: relative;
    z-index: 2;
}
.team-tree-fotorama .fotorama__stage,
.team-tree-fotorama .fotorama__stage__frame {
    overflow: visible;
}
.team-tree-fotorama .fotorama__arr--prev {
    left: -25px;
    z-index: 1;
}
.team-tree-fotorama .fotorama__arr--next {
    right: -25px;
    z-index: 1;
}
.team-tree-fotorama .fotorama__dot {
    border-color: #0086ad;
    width: 8px;
    height: 8px;
}
.team-tree-fotorama .fotorama__active .fotorama__dot {
    background-color: #0086ad;
}
.team-tree-fotorama .fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 10px;
    height: 10px;
}
.social__icon {
    background-image: url(icons.png);
    display: block;
    float: left;
    margin-right: 10px;
}
.social__icon_twitter {
    background-position: -396px -408px;
    width: 24px;
    height: 24px;
}
.social__icon_vk {
    background-position: -371px -408px;
    width: 24px;
    height: 24px;
}
.social__icon_facebook {
    background-position: -421px -408px;
    width: 24px;
    height: 24px;
}
.social__icon_email {
    background-position: 0px -436px;
    width: 24px;
    height: 24px;
}
.i-close-btn {
    background-image: url(icons.png);
    background-position: -379px -38px;
    width: 32px;
    height: 37px;
}
.video {
    text-align: center;
    margin-bottom: 5.4em;
    padding-top:5.7em;
    position: relative;
    z-index: 1;
}
.video__item {
    padding-top: 170px;
    margin: 0 18px;
    position: relative;
    display: inline-block;
    width: 240px;
    text-align: left;
}
.video__link {
    text-transform: uppercase;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.video__link:after {
    display: block;
    content: '';
    position: absolute;
    top: 36px;
    left: 77px;
    background-image: url(icons.png);
    background-position: -5px 0px;
    width: 77px;
    height: 78px;
    opacity: .7;
}
.video__link:hover:after {
    opacity: 1;
}
.video__image {
    display: block;
    width: 240px;
    height: 160px;
    margin-bottom: 0.8em;
    position: absolute;
    top: 0;
}
.video__image img {
    display: block;
    position: relative;
    width: 238px;
    height: 158px;
    border: 1px solid #9d9fa2;
    -ms-border-radius: 5px;
    border-radius: 5px;
    behavior: url(PIE.htc);
}
.vacancy-benefits-list {
    text-align: justify;
    padding: 15px 9% 40px 9%;
}
.vacancy-benefits-list:after {
    display: inline-block;
    width: 100%;
    content: '.';
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.vacancy-benefits {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 1.35;
    width: 185px;
    margin: 160px 0 0;
    position: relative;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 129%;
}
.vacancy-benefits > .before {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    top: -163px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    height: 150px;
    border: 2px solid #d51521;
    border: 2px solid rgba(213, 21, 33, 0.7);
    background-color: #ffffff;
    -ms-border-radius: 150px;
    border-radius: 150px;
    behavior: url(PIE.htc);
}
.vacancy-benefits__icon-projects > .after {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    top: -120px;
    left: 72px;
    background-image: url(icons.png);
    background-position: 0px -158px;
    width: 38px;
    height: 67px;
}
.vacancy-benefits__icon-training > .after {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    top: -115px;
    left: 60px;
    background-image: url(icons.png);
    background-position: -59px -226px;
    width: 60px;
    height: 55px;
}
.vacancy-benefits__icon-salary > .after {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    top: -118px;
    left: 65px;
    background-image: url(icons.png);
    background-position: 0px -226px;
    width: 58px;
    height: 58px;
}
.vacancy-benefits__icon-officially > .after {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    top: -122px;
    left: 73px;
    background-image: url(icons.png);
    background-position: -240px 0px;
    width: 42px;
    height: 64px;
}
.vacancy-benefits__cfix {
    margin-left: -0.75em;
}
.vacancy-list {
    text-align: center;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.9em;
}
.vacancy-list__item {
    padding-top: 162px;
    margin-bottom: 2em;
}
.vacancy-list__city {
    color: #9d9fa2;
    font-size: 71%;
    margin-bottom: 0.8em;
}
.vacancy-list__title {
    line-height: 1.5;
    min-height: 46px;
}
.vacancy-list__icon {
    display: block;
    width: 226px;
    height: 141px;
    /*background-color: #f6f6ef;*/
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -113px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    behavior: url(PIE.htc);
}
.vacancy-list__icon:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 160px;
    height: 140px;
    background-size: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.job_list__icon.vacancy-list__icon-1,
.vacancy-list__icon-1:before {
    background-image: url(work-01.svg);
    background-position: 50% 33%;
    /*width: 130px;*/
    /*height: 80px;*/
    /*margin-left: -46px;*/
    /*margin-top: -34px;*/
}
.job_list__icon.vacancy-list__icon-2,
.vacancy-list__icon-2:before {
    background-image: url(work-02.svg);
    background-position: 50% 33%;
    /*width: 130px;*/
    /*height: 80px;*/
    /*margin-left: -46px;*/
    /*margin-top: -34px;*/
}
.job_list__icon.vacancy-list__icon-3,
.vacancy-list__icon-3:before {
    background-image: url(work-03.svg);
    background-position: 50% 33%;
    /*width: 130px;*/
    /*height: 80px;*/
    /*margin-left: -46px;*/
    /*margin-top: -34px;*/
}
.job_list__icon.vacancy-list__icon-4,
.vacancy-list__icon-4:before {
    background-image: url(work-04.svg);
    background-position: 50% 33%;
    /*width: 130px;*/
    /*height: 80px;*/
    /*margin-left: -46px;*/
    /*margin-top: -34px;*/
}
.job_list__icon.vacancy-list__icon-5,
.vacancy-list__icon-5:before {
    background-image: url(work-05.svg);
    background-position: 50% 33%;
    /*width: 130px;*/
    /*height: 80px;*/
    /*margin-left: -46px;*/
    /*margin-top: -34px;*/
}
.job_list__icon.vacancy-list__icon-6,
.vacancy-list__icon-6:before {
    background-image: url(work-06.svg);
    background-position: 50% 33%;
    /*width: 95px;*/
    /*height: 63px;*/
    /*margin-left: -47.5px;*/
    /*margin-top: -31.5px;*/
}
.job_list__icon.vacancy-list__icon-7,
.vacancy-list__icon-7:before {
     background-image: url(work-07.svg);
     background-position: 50% 33%;
     /*width: 86px;*/
     /*height: 71px;*/
     /*margin-left: -47.5px;*/
     /*margin-top: -35.5px;*/
 }
.job_list__icon.vacancy-list__icon-8,
.vacancy-list__icon-8:before {
    background-image: url(work-08.svg);
    background-position: 50% 33%;
    /*width: 130px;*/
    /*height: 80px;*/
    /*margin-left: -46px;*/
    /*margin-top: -34px;*/
}
.job_list__icon.vacancy-list__icon-9,
.vacancy-list__icon-9:before {
    background-image: url(work-09.svg);
    background-position: 50% 33%;
    /*width: 130px;*/
    /*height: 80px;*/
    /*margin-left: -46px;*/
    /*margin-top: -34px;*/
}
.job_list__icon.vacancy-list__icon-10,
.vacancy-list__icon-10:before {
    background-image: url(work-10.svg);
    background-position: 50% 33%;
    /*width: 130px;*/
    /*height: 80px;*/
    /*margin-left: -46px;*/
    /*margin-top: -34px;*/
}
.job_list__icon.vacancy-list__icon-11,
.vacancy-list__icon-11:before {
    background-image: url(work-11.svg);
    background-position: 50% 33%;
    /*width: 130px;*/
    /*height: 80px;*/
    /*margin-left: -46px;*/
    /*margin-top: -34px;*/
}
.job_list__icon.vacancy-list__icon-12,
.vacancy-list__icon-12:before {
    background-image: url(work-12.svg);
    background-position: 50% 33%;
    /*width: 130px;*/
    /*height: 80px;*/
    /*margin-left: -46px;*/
    /*margin-top: -34px;*/
}
.job_list__icon.vacancy-list__icon-13,
.vacancy-list__icon-13:before {
    background-image: url(work-13.svg);
    background-position: 50% 33%;
    /*width: 130px;*/
    /*height: 80px;*/
    /*margin-left: -46px;*/
    /*margin-top: -34px;*/
}
.job_list__icon.vacancy-list__icon-14,
.vacancy-list__icon-14:before {
    background-image: url(work-14.svg);
    background-position: 50% 33%;
    /*width: 130px;*/
    /*height: 80px;*/
    /*margin-left: -46px;*/
    /*margin-top: -34px;*/
}
.job_list__icon.vacancy-list__icon-15,
.vacancy-list__icon-15:before {
    background-image: url(work-15.svg);
    background-position: 50% 33%;
    /*width: 130px;*/
    /*height: 80px;*/
    /*margin-left: -46px;*/
    /*margin-top: -34px;*/
}
.job_list__icon.vacancy-list__icon-16,
.vacancy-list__icon-16:before {
    background-image: url(work-16.svg);
    background-position: 50% 33%;
    /*width: 130px;*/
    /*height: 80px;*/
    /*margin-left: -46px;*/
    /*margin-top: -34px;*/
}
.job_list__icon.vacancy-list__icon-17,
.vacancy-list__icon-17:before {
    background-image: url(work-17.svg);
    background-position: 50% 33%;
    /*width: 130px;*/
    /*height: 80px;*/
    /*margin-left: -46px;*/
    /*margin-top: -34px;*/
}
.button_vacancy {
    /*  margin-bottom: 4.3em;*/
    margin: 3.2em 0 1em 0;
}
.g-centered .button_vacancy {
    margin-top: 0.2em;
}
.pride-list {
    padding: 0 4%;
    text-align: center;
}
.pride {
    text-align: center;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    width: 272px;
    margin-bottom: 5.5em;
}
.pride_circle {
    width: 150px;
    height: 150px;
    border: 1px solid #d51521;
    -ms-border-radius: 1000px;
    border-radius: 1000px;
    behavior: url(PIE.htc);
    z-index: 1;
    position: relative;
}
.pride__count {
    margin-top: 1.1em;
    font-size: 240%;
    color: #d51521;
    line-height: 1;
}
.pride__text {
    font-size: 114%;
    height: 4.5em;
    padding-top: 3px;
}
.pride__text-one-line {
    margin-top: 14px;
}
.pride__image {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}
.pride__image_with-cover {
    width: 137px;
    height: 179px;
    padding: 3px 11px 22px 10px;
    text-align: left;
    left: 50%;
    margin-left: -68px;
}
.pride__cover {
    background: transparent url('periodical_cover_bg.png') no-repeat;
    width: 137px;
    height: 179px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.pride_with-image {
    padding-top: 180px;
    position: relative;
}
.pride_forest-image .pride__image {
    top: -42px;
}
.pride_with-image__text {
    font-size: 129%;
}
.history {
    /*  margin: 0 3.5% 1.6em;*/
    margin: 0 auto 1.6em;
    width: 923px;
}
.history__year {
    position: relative;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 100%;
    border-top: 1px dotted #939598;
    margin-left: 45px;
    padding: 1.6em 110px 1.6em 0;
    color: #414042;
}
.history__year-number {
    color: #9d9fa2;
    position: absolute;
    display: block;
    left: -37px;
    top: 15px;
}
.history__year-ico {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -27px;
    background-image: url(icons.png);
    background-position: -233px -408px;
    width: 20px;
    height: 27px;
}
.history__team {
    border: 2px solid #e6e7e8;
    width: 50px;
    height: 50px;
    -ms-border-radius: 1000px;
    border-radius: 1000px;
    behavior: url(PIE.htc);
    position: absolute;
    top: 30px;
    right: 1px;
    line-height: 3.2;
    text-align: center;
}
.history__team-ico {
    display: inline-block;
    margin-right: 0.2em;
    vertical-align: middle;
    background-image: url(icons.png);
    background-position: -447px -123px;
    width: 10px;
    height: 12px;
}
.history__event td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}
.history__event-icons {
    width: 190px;
    float: left;
    padding-right: 1.5em;
}
.history__event-icon {
    width: 50px;
    height: 50px;
    border-width: 1px;
    border-style: solid;
    -ms-border-radius: 1000px;
    border-radius: 1000px;
    behavior: url(PIE.htc);
    position: relative;
    float: right;
}
.history__start {
    color: #bc1521;
}
.history__event-icon-e1 {
    border-color: #ef4136;
    margin-left: 10px;
}
.history__event-icon-e1:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -291px -436px;
    width: 21px;
    height: 18px;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -10.5px;
}
.history__event-icon-e2 {
    border-color: #ef4136;
    margin-left: 10px;
}
.history__event-icon-e2:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -248px -436px;
    width: 18px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -9px;
}
.history__event-icon-e3 {
    border-color: #eed34a;
    margin-left: 10px;
}
.history__event-icon-e3:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -178px -436px;
    width: 22px;
    height: 22px;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -11px;
}
.history__event-icon-e4 {
    background-color: #75c7e5;
    border-color: #75c7e5;
    margin-left: 10px;
}
.history__event-icon-e4:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -157px -436px;
    width: 20px;
    height: 23px;
    top: 50%;
    left: 50%;
    margin-top: -11.5px;
    margin-left: -10px;
}
.history__event-icon-e5 {
    border-color: #c0cb23;
    margin-left: 10px;
}
.history__event-icon-e5:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -434px -386px;
    width: 22px;
    height: 21px;
    top: 50%;
    left: 50%;
    margin-top: -10.5px;
    margin-left: -11px;
}
.history__event-icon-e6 {
    border-color: #eed34a;
    margin-left: 10px;
}
.history__event-icon-e6:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -416px -386px;
    width: 17px;
    height: 21px;
    top: 50%;
    left: 50%;
    margin-top: -10.5px;
    margin-left: -8.5px;
}
.history__event-icon-e7 {
    border-color: #c0cb23;
    margin-left: 10px;
}
.history__event-icon-e7:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -362px -285px;
    width: 16px;
    height: 23px;
    top: 50%;
    left: 50%;
    margin-top: -11.5px;
    margin-left: -8px;
}
.history__event-icon-e8 {
    border-color: #c0cb23;
    margin-left: 10px;
}
.history__event-icon-e8:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -334px -436px;
    width: 26px;
    height: 18px;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -13px;
}
.history__event-icon-e9 {
    border: none;
    margin-right: -6px;
    margin-left: -6px;
    background-image: url(icons.png);
    background-position: -283px -128px;
    width: 60px;
    height: 60px;
}
.history__event-icon-e10 {
    border-color: #eed34a;
    margin-left: 10px;
}
.history__event-icon-e10:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -359px -331px;
    width: 17px;
    height: 27px;
    top: 50%;
    left: 50%;
    margin-top: -13.5px;
    margin-left: -8.5px;
}
.history__event-icon-e11 {
    border: none;
    margin-right: -6px;
    margin-left: -6px;
    margin-top: 6px;
    background-image: url(icons.png);
    background-position: -163px -88px;
    width: 60px;
    height: 67px;
}
.history__event-icon-e12 {
    border-color: #eed34a;
    margin-left: 10px;
}
.history__event-icon-e12:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -359px -331px;
    width: 17px;
    height: 27px;
    top: 50%;
    left: 50%;
    margin-top: -13.5px;
    margin-left: -8.5px;
}
.history__event-icon-e13 {
    border: none;
    margin-right: -6px;
    margin-left: -6px;
    margin-top: -11px;
    background-image: url(icons.png);
    background-position: -39px -158px;
    width: 60px;
    height: 67px;
}
.history__event-icon-e14 {
    border: none;
    margin-top: -8px;
    background-image: url(icons.png);
    background-position: -100px -158px;
    width: 69px;
    height: 67px;
}
.history__event-icon-e15 {
    border: none;
    background-image: url(icons.png);
    background-position: -120px -226px;
    width: 50px;
    height: 53px;
}
.history__event-icon-e16 {
    border-color: #c0cb23;
    margin-left: 10px;
}
.history__event-icon-e16:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -85px -408px;
    width: 23px;
    height: 27px;
    top: 50%;
    left: 50%;
    margin-top: -13.5px;
    margin-left: -11.5px;
}
.history__event-icon-e17 {
    border-color: #eed34a;
    margin-left: 10px;
}
.history__event-icon-e17:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -109px -408px;
    width: 21px;
    height: 27px;
    top: 50%;
    left: 50%;
    margin-top: -13.5px;
    margin-left: -10.5px;
}
.history__event-icon-e18 {
    border-color: #ef4136;
    margin-left: 10px;
}
.history__event-icon-e18:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -288px -408px;
    width: 21px;
    height: 26px;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -10.5px;
}
.history__event-icon-e19 {
    border-color: #ef4136;
    margin-left: 10px;
}
.history__event-icon-e19:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -313px -436px;
    width: 20px;
    height: 18px;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -10px;
}
.history__event-icon-e20 {
    border-color: #c0cb23;
    margin-left: 10px;
}
.history__event-icon-e20:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -379px -436px;
    width: 26px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -13px;
}
.history__event-icon-e21 {
    border: none;
    margin-right: -6px;
    margin-left: -6px;
    background-image: url(icons.png);
    background-position: -170px -158px;
    width: 60px;
    height: 66px;
}
.history__event-icon-e22 {
    border: none;
    background-image: url(icons.png);
    background-position: 0px -88px;
    width: 69px;
    height: 69px;
}
.history__event-icon-e23 {
    border: none;
    -ms-border-radius: 0;
    border-radius: 0;
    behavior: url(PIE.htc);
    background-image: url(icons.png);
    background-position: -283px -64px;
    width: 53px;
    height: 63px;
}
.history__text {
    vertical-align: middle;
    line-height: 1;
}
.history__year_start {
    border-top: none;
}
.history__year_start .history__year-ico {
    margin-left: -9px;
    top: -24px;
    background-image: url(icons.png);
    background-position: -397px -374px;
    width: 18px;
    height: 24px;
}
.history__year_start .history__year-number {
    top: 63px;
}
.its-just-beginning {
    text-align: center;
    color: #d51521;
    font-size: 129%;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-top: 0.2em;
}
.fotorama__wrap {
    margin: 0 auto;
}
.fotorama {
    /*width: 800px;*/
    margin: 0 auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /*  padding: 0 20px;*/
}
.fotorama__nav-wrap {
    padding: 37px 0;
}
.fotorama__nav--thumbs {
    /*overflow: visible;*/
    padding: 0 4px;
}

.fotorama__thumb {
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4) !important;
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4) !important;
}
.imgs .fotorama__thumb-border {
    background-color: transparent;
    border: 10px solid #fff !important;
    -ms-border-radius: 15px;
    border-radius: 15px;
    behavior: url(PIE.htc);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 80px !important;
    margin-left: -10px;
    margin-top: -5px !important;
}
.ie8 .fotorama__thumb-border {
    behavior: none;
    margin-left: -5px !important;
    margin-top: 0 !important;
    border: 5px solid #0086ad !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.fotorama__stage {
    padding: 1px 0;
}
.fotorama__custom-img {
    text-align: center;
}
.imgs .fotorama__stage__frame.fotorama__loaded--img .fotorama__img {
    border: 15px solid #fff !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
    behavior: url(PIE.htc) !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-box-shadow: 0 0 1px #9d9fa2 !important;
    -moz-box-shadow: 0 0 1px #9d9fa2 !important;
    box-shadow: 0 0 1px #9d9fa2 !important;
}
.fotorama__arr:focus {
    border-radius: inherit;
}
.fotorama__arr:focus:after {
    display: none;
}
.fotorama__arr {
    border:0;
    background-image: url('icons.png');
    width: 24px;
    height: 44px;
}
.fotorama__arr--prev {
    left: 20px;
    background-position: -115px -285px;
    width: 24px;
    height: 44px;
}
.fotorama__arr--next {
    right: 20px;
    background-position: -344px -128px;
    width: 24px;
    height: 44px;
}
.imgs .fotorama__nav:before,
.imgs .fotorama__nav:after {
    width: 80px !important;
    visibility: hidden;
    height: 120px;
    top: -15px;
}
.fotorama__shadows--left:before,
.fotorama__shadows--right:after {
    visibility: visible;
}
.fotorama__nav:before {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2Y2ZjZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZWYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #f6f6ef 0%, #f6f6ef 25%, rgba(246, 246, 239, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f6f6ef), color-stop(25%, #f6f6ef), color-stop(100%, rgba(246, 246, 239, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #f6f6ef 0%, #f6f6ef 25%, rgba(246, 246, 239, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #f6f6ef 0%, #f6f6ef 25%, rgba(246, 246, 239, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #f6f6ef 0%, #f6f6ef 25%, rgba(246, 246, 239, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, #f6f6ef 0%, #f6f6ef 25%, rgba(246, 246, 239, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6ef', endColorstr='#00f6f6ef', GradientType=1);
    /* IE6-8 */
}
.fotorama__nav:after {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZlZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2Y2ZjZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(246, 246, 239, 0) 0%, #f6f6ef 75%, #f6f6ef 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(246, 246, 239, 0)), color-stop(75%, #f6f6ef), color-stop(100%, #f6f6ef));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(246, 246, 239, 0) 0%, #f6f6ef 75%, #f6f6ef 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(246, 246, 239, 0) 0%, #f6f6ef 75%, #f6f6ef 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(246, 246, 239, 0) 0%, #f6f6ef 75%, #f6f6ef 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(246, 246, 239, 0) 0%, #f6f6ef 75%, #f6f6ef 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f6f6ef', endColorstr='#f6f6ef', GradientType=1);
    /* IE6-8 */
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
    left: -25px;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
    right: -25px;
}
.search-marketing {
    padding: 4em 0 11em 0;
    background: url("bg-search.png") no-repeat center 17px;
    text-align: center;
    position: relative;
}
.search-marketing__how-it-works {
    position: relative;
    width: 47%;
    margin: 0 auto;
    padding-bottom: 3em;
    font-family: "OpenSansNormal";
    font-size: 13px;
}

.search-marketing__how-it-works h3 {
    font-size: 30px;
}
.search-marketing__how-it-works strong{
    font-family: "OpenSans";
}

.search-marketing__how-it-works_header{
    height: 5%;
    position: relative;
    padding-top: .9em;
}
.search-marketing:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: url("bg-tab-line.png") no-repeat center top;
}
.service-tabs {
    height: 8em;
    margin-top: -8em;
    font-size: 86%;
    text-align: center;
}
.service-tabs__tab {
    position: relative;
    display: inline-block;
    height: 100%;
    padding: 5.5em 15px 0 15px;
    margin: -2px 3px 0 3px;
    text-align: center;
    border: 1px solid #e5e6e1;
    cursor: pointer;
    -ms-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    behavior: url(PIE.htc);
    background-color: #f6f6ef;
}
.service-tabs__tab_selected {
    color: #ffffff;
    cursor: default;
}
.service-tabs__tab_shop.service-tabs__tab_selected {
    background-color: #c0cb23;
}
.service-tabs__tab_prj.service-tabs__tab_selected {
    background-color: #eed34a;
}
.service-tabs__tab_sme.service-tabs__tab_selected {
    background-color: #78c2d7;
}
.service-tabs__tab_int.service-tabs__tab_selected {
    background-color: #e1897a;
}
.service-tabs__tab:hover .pseudo {
    color: #d51521;
    border-color: #d51521;
    border-color: rgba(213, 21, 33, 0.3);
}
.service-tabs__tab:hover .service-tabs__icon_cart {
    background-position: -165px -408px;
}
.service-tabs__tab:hover .service-tabs__icon_ipad {
    background-position: -63px -408px;
}
.service-tabs__tab:hover .service-tabs__icon_chart {
    background-position: -416px -212px;
}
.service-tabs__tab:hover .service-tabs__icon_globe {
    background-position: -379px -187px;
}
.service-tabs__title {
    display: block;
    font-family: "OpenSansNormal";
    font-size: 0.8rem;
}
.service-tabs__icon {
    display: block;
    background-image: url(icons.png);
    position: absolute;
    left: 50%;
    top: 25px;
    border: none;
}
.service-tabs__icon_cart {
    background-position: -131px -408px;
    width: 33px;
    height: 27px;
    margin-left: -16.5px;
}
.service-tabs__icon_ipad {
    background-position: -375px -374px;
    width: 21px;
    height: 27px;
    margin-left: -10.5px;
}
.service-tabs__icon_chart {
    background-position: -416px -241px;
    width: 34px;
    height: 28px;
    margin-left: -17px;
}
.service-tabs__icon_globe {
    background-position: -379px -295px;
    width: 27px;
    height: 35px;
    margin-left: -13.5px;
}
.service-tabs__tab_selected .service-tabs__icon_cart,
.service-tabs__tab_selected:hover .service-tabs__icon_cart {
    background-position: -199px -408px;
}
.service-tabs__tab_selected .service-tabs__icon_ipad,
.service-tabs__tab_selected:hover .service-tabs__icon_ipad {
    background-position: -41px -408px;
}
.service-tabs__tab_selected .service-tabs__icon_chart,
.service-tabs__tab_selected:hover .service-tabs__icon_chart {
    background-position: -416px -183px;
}
.service-tabs__tab_selected .service-tabs__icon_globe,
.service-tabs__tab_selected:hover .service-tabs__icon_globe {
    background-position: -379px -223px;
}
.layer-stack {
    position: relative;
    width: 100%;
}
/*.layer-stack_shop .projects-tabs__tab_selected:after */
.layer-stack_shop .service__icon{
    background-color: #c0cb23; /*here*/
}
.layer-stack_shop .projects-tabs__tab_selected,
.layer-stack_shop .project-video,
.layer-stack_shop .expertise-video,
.layer-stack_shop .project-stat__circle {
    border-color: #c0cb23;
    border-color: rgba(192, 203, 35, 0.8);
}
/*.layer-stack_prj .projects-tabs__tab_selected:after */
.layer-stack_prj .service__icon{
    background-color: #eed34a;
}
.layer-stack_prj .projects-tabs__tab_selected,
.layer-stack_prj .project-video,
.layer-stack_prj .expertise-video,
.layer-stack_prj .project-stat__circle {
    border-color: #eed34a;
    border-color: rgba(238, 211, 74, 0.8);
}
/*.layer-stack_sme .projects-tabs__tab_selected:after*/
.layer-stack_sme .service__icon{
    background-color: #78c2d7;
}
.layer-stack_sme .projects-tabs__tab_selected,
.layer-stack_sme .project-video,
.layer-stack_sme .expertise-video,
.layer-stack_sme .project-stat__circle {
    border-color: #78c2d7;
    border-color: rgba(120, 194, 215, 0.8);
}
/*.layer-stack_int .projects-tabs__tab_selected*/
.layer-stack_int .service__icon{
    background-color: #e1897a;
}
.layer-stack_int .projects-tabs__tab_selected,
.layer-stack_int .project-video,
.layer-stack_int .expertise-video,
.layer-stack_int .project-stat__circle {
    border-color: #e1897a;
    border-color: rgba(225, 137, 122, 0.8);
}
.service-cols {
    margin: 22px 0 75px 0;
}

.service {
    position: relative;
    padding: 0 15px 15px;
}

.service_padded {
    padding: 0 15px;
}
.service__icon {
    width: 118px;
    height: 118px;
    -ms-border-radius: 59px;
    border-radius: 59px;
    behavior: url(PIE.htc);
    margin-bottom: 20px;
    margin-left: -59px;
    position: relative;
    left: 50%;
}
.service__icon:after {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    left: 50%;
    top: 50%;
}
.service__icon_plus:after {
    background-position: -237px -285px;
    width: 43px;
    height: 43px;
    margin-top: -22px;
    margin-left: -22px;
}
.service__icon_binoculars:after {
    background-position: -328px -189px;
    width: 36px;
    height: 34px;
    margin-top: -17px;
    margin-left: -18px;
}
.service__icon_user:after {
    background-position: -240px -122px;
    width: 40px;
    height: 47px;
    margin-top: -24px;
    margin-left: -20px;
}
.service__icon_users:after {
    background-position: -160px -980px;
    width: 65px;
    height: 50px;
    margin-top: -24px;
    margin-left: -30px;
}
.service__icon_cart_new:after {
    background-position: -218px -980px;
    width: 64px;
    height: 60px;
    margin-top: -27px;
    margin-left: -35px;
}
.service__icon_point:after {
    background-position: -278px -990px;
    width: 47px;
    height: 60px;
    margin-top: -27px;
    margin-left: -29px;
}
.service__icon_curve:after {
    background-position: -325px -990px;
    width: 65px;
    height: 60px;
    margin-top: -29px;
    margin-left: -31px;
}
.service__icon_monitor:after {
    background-position: -160px -1019px;
    width: 65px;
    height: 70px;
    margin-top: -30px;
    margin-left: -31px;
}
.service__icon_diamond:after {
    background-position: -416px 0px;
    width: 44px;
    height: 30px;
    margin-top: -15px;
    margin-left: -22px;
}
.service__icon_zoom:after {
    background-position: -140px -285px;
    width: 42px;
    height: 44px;
    margin-top: -22px;
    margin-left: -21px;
}
.service__icon_chart:after {
    background-position: -283px -189px;
    width: 44px;
    height: 36px;
    margin-top: -18px;
    margin-left: -22px;
}
.service__icon_cart:after {
    background-position: -198px -405px;
    width: 35px;
    height: 30px;
    margin-top: -18px;
    margin-left: -19px;
}
.service__icon_cursor:after {
    background-position: -240px -226px;
    width: 43px;
    height: 48px;
    margin-top: -24px;
    margin-left: -22px;
}
.service__head {
    text-align: center;
    font-size: 17px;
    margin-bottom: 0.6em;
    min-height: 44px;
}
.chief-cite {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: right;
    padding-top: 70px;
}
.chief-cite__post {
    font-size: 129%;
}
.chief-cite__name {
    font-size: 343%;
    line-height: 1;
}
.chief-picture {
    text-align: left;
    padding-left: 20px;
    z-index: 2;
}
.tools-cols, .tools-cols-4  {
    margin: 240px 0 0 0px;
}
.tools-cols:before {
    display: block;
    content: '';
    position: absolute;
    width: 629px;
    height: 259px;
    left: 50%;
    top: -203px;
    margin-left: -354px;
    background: url(../i/dotted-s-path.png);
}
.tools-cols-4:before {
    display: block;
    content: '';
    position: absolute;
    width: 977px;
    height: 385px;
    left: 50%;
    top: -247px;
    margin-left: -514px;
    background: url(/themes/default/i/dotted_path_big.png);
}
.projects-tabs {
    padding: 12px 0 20px 0;
    font-size: 86%;
    margin: 40px auto;
    width:auto;
    min-width:650px;
    max-width:750px;
    height: 61px;
    background: #f6f6ee;
    border-radius: 8px;
}
.projects-tabs__tab {
    position: relative;
    display: inline-block;
    /*float: left;*/
    padding: 10px 18px;
    margin: 0 5px 0 6px;
}

.projects-tabs__tab_selected {
    border-width: 1px;
    border-style: solid;
    border-color: #DCE286;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-family: "OpenSans",Helvetica, Arial, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    color: #000;
    behavior: url(PIE.htc);
    background: #fff;
}
.projects-tabs__tab_selected:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -7px;
    width: 13px;
    height: 8px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAYAAADwdn+XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowOEFERjM1MzNFM0YxMUU0QjkyRUU0OTY4RDlDRDk5MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowOEFERjM1NDNFM0YxMUU0QjkyRUU0OTY4RDlDRDk5MCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4QURGMzUxM0UzRjExRTRCOTJFRTQ5NjhEOUNEOTkwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4QURGMzUyM0UzRjExRTRCOTJFRTQ5NjhEOUNEOTkwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+CpQv9wAAAN1JREFUeNpiPHPVX4CRkXWmhmLHAy4OZQZiwL//vxhu3CsV+PHz8UbG////M5y9FqDGyiJ8VU2hmYWDTQqv5v///zDce9LD8PHzqdr/DP9aGEAGgDDQJaoXbyb+/P7zyX9c4N+/3//vPGr7D1RbCcRgfXADIC4JAhqS8PP7j8f4NJfDNGMYADVEGd0QkObbj1pAmkuQNWM1AGzI1UClizfjgYY8gmh+2AzSXIyuGYTBgYgNAANWgYWF/yYnuzzb56+XioBC/cZaGzDU4TQAaog8kPIB4qnYNIMAQIABAFFN+pSczcPfAAAAAElFTkSuQmCC);
    background-position: 0px -1px;
}
.projects-tabs .sel_span{
    font-family: "OpenSans",Helvetica, Arial, sans-serif;
    font-size: 1em;
    border-bottom: 1px solid;
    text-transform: uppercase;
    color: #0086ad;
    border-color: #0086ad;
    border-color: rgba(0, 134, 173, 0.3);
}
.project-video {
    position: relative;
    left: 50%;
    margin-left: -455px;
    width: 910px;
    height: 422px;
    border: 5px solid #fff;
    -ms-border-radius: 5px;
    border-radius: 5px;
    behavior: url(PIE.htc);
}
.project-cols {
    margin: 45px 60px 30px 60px;
}
.project-stat {
    /*
    &__circle + &__circle {
      margin-left: -20px;
      z-index: 1;
    }
    */
}
.project-stat__circle {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    padding-top: 20px;
    border: 2px solid #fff;
    -ms-border-radius: 50px;
    border-radius: 50px;
    behavior: url(PIE.htc);
    background: #fff;
    z-index: 2;
}
.project-stat__circle_last {
    margin-left: -20px;
    z-index: 1;
}
.project-stat__percent {
    font-size: 121%;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.expertise-cols {
    margin: 40px 0 25px 0;
}
.expertise-video {
    border: 5px solid #fff;
    -ms-border-radius: 5px;
    border-radius: 5px;
    behavior: url(PIE.htc);
    display: inline-block;
    position: relative;
    height: 130px;
}
.expertise-video:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(icons.png);
    background-position: 0px 0px;
    width: 87px;
    height: 87px;
    margin-top: -44px;
    margin-left: -44px;
    opacity: .7;
}
.expertise-video:hover:after {
    opacity: 1;
}
.with-form h1 {
    margin-top: 0.94em;
    margin-bottom: 1.2em;
    text-align: center;
    color: #000;
    line-height: 1;
}
form.zf {
    width: 700px;
    padding: 2.6em 6em 3.5em;
    margin: 2em auto 3.8em;
    -webkit-box-shadow: 0 25px 70px rgba(68, 83, 101, 0.2);
    -moz-box-shadow: 0 25px 70px rgba(68, 83, 101, 0.2);
    box-shadow: 0 25px 70px rgba(68, 83, 101, 0.2);
    -ms-border-radius: 5px;
    border-radius: 5px;
    behavior: url(PIE.htc);
    position: relative;
    background-color: #ffffff;
}
form.zf {
    font-family: "OpenSansNormal", Helvetica, Arial, sans-serif;
    color: #445365;
}
form.zf dl {
    margin-bottom: 0.7em;
}
form.zf label {
    font-size: 114%;
    color: #445365;
    font-weight: 100;
}
#resumeForm form.zf label {
    display: inline !important;
}
#resumeForm #site, #partnersForm #site, #partnersForm #c_site {
    height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

#partnersForm .zf .error {
    border-left: 1px solid #c9ced2 !important;
    border-top: 1px solid #c9ced2 !important;
    border-bottom: 1px solid #c9ced2 !important;
    background:inherit !important;
}

#partnersForm .zf label.error {
    border: none !important;
    color: red;
}
#partnersForm form.zf input.error[type="text"],
#partnersForm form.zf textarea.error {
    background: #f9f9f9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f9f9f9 0%, #fff 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ffffff)) !important;
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #fff 100%) !important;
    background: -o-linear-gradient(top, #f9f9f9 0%, #fff 100%) !important;
    background: -ms-linear-gradient(top, #f9f9f9 0%, #fff 100%) !important;
    background: linear-gradient(to bottom, #f9f9f9 0%, #fff 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=0);
}

#partnersForm form.zf input[type="text"]:focus,
#partnersForm form.zf textarea:focus {
    border: 1px solid #c9ced2 !important;
    box-shadow: none !important;
}

.seminar-form form.zf label {
    display: inline !important;
}
.seminar-thanks {
    padding-bottom: 150px;
}
.seminar-thanks p.notice_p_b span {
    padding-bottom: 0.8em;
    font-weight: bold;
    font-size: 15px;
    color: #010101;
}
form.zf input[type="text"],
form.zf input[type="number"],
form.zf input[type="password"],
form.zf textarea {
    font-size: 129%;
    padding: 0.45em;
    margin: 0;
    width: 100%;
    display: block;
    border: 1px solid #c9ced2;
    background: #f9f9f9;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=0);
    /* IE6-8 */
    transition: border 0.4s, box-shadow 0.4s;
}
form.zf input[type="text"]:focus,
form.zf input[type="number"]:focus,
form.zf input[type="password"]:focus,
form.zf textarea:focus {
    border: 1px solid #0098dd;
    -webkit-box-shadow: 0 0 3px rgba(0, 152, 221, 0.35);
    -moz-box-shadow: 0 0 3px rgba(0, 152, 221, 0.35);
    box-shadow: 0 0 3px rgba(0, 152, 221, 0.35);
    outline: none;
    transition: border 0.4s, box-shadow 0.4s;
}
form.zf textarea {
    resize: vertical;
}
form.zf .zf-invalid input[type="text"],
form.zf .zf-invalid input[type="number"],
form.zf .zf-invalid input[type="password"],
form.zf .zf-invalid textarea {
    font-size: 129%;
    padding: 0.45em;
    margin: 0;
    width: 100%;
    display: block;
    border: 1px solid #e4090d;
    background: #f9f9f9;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=0);
    /* IE6-8 */
}
form.zf .zf-invalid input[type="text"]:focus,
form.zf .zf-invalid input[type="number"]:focus,
form.zf .zf-invalid input[type="password"]:focus,
form.zf .zf-invalid textarea:focus {
    border: 1px solid #e4090d;
    -webkit-box-shadow: 0 0 3px rgba(228, 9, 13, 0.35);
    -moz-box-shadow: 0 0 3px rgba(228, 9, 13, 0.35);
    box-shadow: 0 0 3px rgba(228, 9, 13, 0.35);
}
form.zf textarea {
    height: 4.3em;
}
.zf__label {
    width: 10em;
    float: left;
    margin-top: 0.6em;
}
/*------------------- Partners Form -----------------------*/
#panel2{
    display: none;
}
.tabs2 {
    /*background-color: #f6f6ef;*/
    padding: 5% 12.96%;
    text-align: center;
}
.tabs2 a {
    font-size: 17px;
    font-weight: 900;
    color: #000;
    text-decoration: none;
    padding: 5px 10px;
    border: 0;
    position: relative;
}

.tabs2 a.active {
    background-color: #fcfcfa;
    border: 1px solid #d6d6cf;
    border-radius: 5px;
    color: #d51521;
}
.tabs2 a:hover {
    border-color: #d6d6cf !important;
}
.tabs2 a.active:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -7px;
    width: 16px;
    height: 7px;
    background: url(icons.png) no-repeat -423px -1249px;
}
.tabs2 a:before {
    content: '';
    width: 19px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(icons.png);
    background-repeat: no-repeat;
    margin-right: 10px;
}
.tabs2 li:first-child {

}
.tabs2 li:first-child a:before {
    background-position: -268px -436px;
}
.tabs2 li:first-child+li a:before {
    background-position: -423px -1224px;
}

#partnersPopup {
    display: none;
}

#fancybox-wrap.partnersPopup #fancybox-close {
    text-indent: -9999px;
    background: url(icons.png) no-repeat -379px -41px;
    width: 32px;
    height: 33px;
    right: 10px;
    top: 10px;
}

.tabs2 li {
    display: inline-block;
}
#partnersForm #type {
    height:0;
    padding:0;
    border:0;
}

.success_message {
    padding: 3.5em 12.96% 3.5em;
    text-align:center;
}
#partnersForm form.zf {
    width: 540px;
    padding: 0.5em 12.96% 3.5em;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -ms-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/themes/default/css/PIE.htc);
    position: relative;
    background-color:transparent;
}
#partnersForm {
    background-image: url("/themes/default/css/bubbles_horizon_large.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #f6f6ef;
}
#partnersForm .zf__label {
    float: none;
    width: 100%;
}
#partnersForm .zf label {
    display: block !important;
    font-size: 0.8em;
}
#partnersForm .zf__field {
    margin-left: 0;
    width: 100%;
}

#partnersForm form.zf .zf-buttons {
    margin-left: 0;
}

#partnersForm form.zf .zf-buttons input[type="submit"], #partnersForm form.zf .zf-buttons .fb-btn {
    width: 100%;
    margin-bottom: 8px;
}
.button.fb-btn {
    border: 1px solid #465785;
    padding: 1em 2em;
    background: #677ec0;
    background: -moz-linear-gradient(top, #677ec0 0%, #576ca8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #677ec0), color-stop(100%, #576ca8));
    background: -webkit-linear-gradient(top, #677ec0 0%, #576ca8 100%);
    background: -o-linear-gradient(top, #677ec0 0%, #576ca8 100%);
    background: -ms-linear-gradient(top, #677ec0 0%, #576ca8 100%);
    background: linear-gradient(to bottom, #677ec0 0%, #576ca8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#677ec0',endColorstr='#576ca8',GradientType=0);
    box-shadow: none;
}
.button.fb-btn:visited {
    border-color: #465785 !important;
}

.button.fb-btn:hover {
    border-color: #465785 !important;
    -webkit-box-shadow: 0px 0px 6px rgba(70, 87, 133, 0.5);
    -moz-box-shadow: 0px 0px 6px rgba(70, 87, 133, 0.5);
    box-shadow: 0px 0px 6px rgba(70, 87, 133, 0.5);
}
/*------------------- End Partners Form -----------------------*/
.zf__field {
    margin-left: 11.75em;
    width: 21.2em;
}
.zf__completion-info {
    margin-top: 1.6em;
    margin-left: 10.2em;
    font-size: 114%;
}
.zf__comment {
    font-size: 93%;
    color: #9d9fa2;
}
.zf__attach-file {
    margin-top: 2em;
}
.zf__attach-file .zf__comment {
    margin-top: 0.4em;
}
form.zf .zf-buttons {
    margin-left: 11.3em;
    margin-top: 2em;
}
form.zf .zf-buttons input[type="submit"] {
    color: #fff;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.sticky-header {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    transition: opacity 0.15s ease-in-out;
    font-size: 129%;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 1em 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}
.ie8 .sticky-header {
    border-bottom: 1px solid #9d9fa2;
}
.sticky-header.stuck {
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=90);
    position: fixed;
    top: 0;
    z-index: 3;
}
.sticky-wrapper {
    height: 0 !important;
}
.ie9 .layer-wrapper_to-white,
.ie9 .layer-wrapper_from-white:after,
.ie9 .button,
.ie9 .button:active,
.ie9 .info-button,
.ie9 .info-button:active,
.ie9 .section_to-white:before {
    filter: none;
}
.promodo-logo {
    position: absolute;
    top: 1px;
    padding: 2px 18px 0 0;
    z-index: 1;
    font-size: 100%;
    margin: 0;
}
.promodo-logo a {
    border: none;
    display: inline-block;
    width: 122px;
    height: 22px;
    background: url("../img/sprite.png") no-repeat 0 0;
}
.promodo-logo a.logo-white {
    background-position: -1px -32px;
}
.promodo-logo_fixed {
    position: fixed;
    top: 13px;
}
.navigation {
    margin-left: 140px;
}
.navigation__item {
    line-height: 28px;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-right: 1em;
}
.layer_header .navigation__item_selected a{
    color: #000000;
    text-decoration: none;
    border:none;
}
.sub-navigation {
    margin-left: 184px;
    z-index: 101;
}
.sub-navigation .navigation__item,
.sub-navigation .navigation__item_contacts {
    font-family: "OpenSansSemi", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: none;
    font-size: 86%;
    line-height: 2;
    letter-spacing: normal;
    padding: 1px 6px;
    position: relative;
    margin-right: 0.2em;
}

.sub-navigation .navigation__item_selected {
    border: 1px solid #d6d6d6;
    -ms-border-radius: 5px;
    border-radius: 5px;
    behavior: url(PIE.htc);
    padding: 0px 7px;
    background-color: #fff;
}
.sub-navigation .navigation__item_selected:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -7px;
    margin-left: -7px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #d6d6d6 transparent transparent transparent;
}
.sub-navigation .navigation__item_selected:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -6px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
}
.sub-navigation  .partners.navigation__item i {
    display: none;
}
.sub-navigation .partners.navigation__item_selected {
    padding-left: 60px;
}
.sub-navigation .partners.navigation__item_selected i {
    width: 40px;
    height: 16px;
    position: absolute;
    left: 12px;
    top: 2px;
    background: url(icons.png) no-repeat -417px -1198px;
}
.lang-switcher {
    margin-right: 0.5em;
}
.lang-switcher__item {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-size: 86%;
    line-height: 30px;
    margin-right: 0.5em;
}
.like-btn {
    cursor: pointer;
    display: inline-block;
    margin-right: 0.8em;
    background-image: url(icons.png);
    background-position: -99px -1080px;
    width: 28px;
    height: 28px;
}
.button {
    cursor: pointer;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: inline-block;
    padding: 1em 3.7em;
    border: 1px solid #ab181f;
    outline: 0;
    position: relative;
    z-index: 1;
    -ms-border-radius: 25px;
    border-radius: 25px;
    behavior: url(PIE.htc);
    color: #ffffff;
    text-shadow: 0 1px 0 #000;
    -webkit-box-shadow: inset 0px 1px 0px #ff5656;
    -moz-box-shadow: inset 0px 1px 0px #ff5656;
    box-shadow: inset 0px 1px 0px #ff5656;
    /*.gradient(@red, #c2131e, #fd0101);*/
    background: #fd0101;
    /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkMDEwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMjEzMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fd0101 0%, #c2131e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd0101), color-stop(100%, #c2131e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fd0101 0%, #c2131e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fd0101 0%, #c2131e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fd0101 0%, #c2131e 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fd0101 0%, #c2131e 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd0101', endColorstr='#c2131e', GradientType=0);
    /* IE6-8 */
}
.button:hover {
    color: #ffffff !important;
    border-color: #ab181f !important;
    -webkit-box-shadow: 0px 0px 6px rgba(253, 1, 1, 0.5);
    -moz-box-shadow: 0px 0px 6px rgba(253, 1, 1, 0.5);
    box-shadow: 0px 0px 6px rgba(253, 1, 1, 0.5);
}
.button:visited {
    color: #ffffff !important;
    border-color: #ab181f !important;
}
.button:active {
    /*.gradient(@red, #fd0101, #c2131e);*/
    background: #c2131e;
    /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyMTMxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDAxMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c2131e 0%, #fd0101 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c2131e), color-stop(100%, #fd0101));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c2131e 0%, #fd0101 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c2131e 0%, #fd0101 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c2131e 0%, #fd0101 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #c2131e 0%, #fd0101 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2131e', endColorstr='#fd0101', GradientType=0);
    /* IE6-8 */
}
.button_small {
    font-size: 86%;
    -ms-border-radius: 20px;
    border-radius: 20px;
    behavior: url(PIE.htc);
    padding: 0.38em 1.6em;
    text-shadow: none;
}
.button_with-tail {
    padding: 0.5em 1.2em;
    position: relative;
    margin-top: 2em;
    text-shadow: none;
}
.button_with-tail:active {
    background: #fd0101;
    /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkMDEwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMjEzMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fd0101 0%, #c2131e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd0101), color-stop(100%, #c2131e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fd0101 0%, #c2131e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fd0101 0%, #c2131e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fd0101 0%, #c2131e 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fd0101 0%, #c2131e 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd0101', endColorstr='#c2131e', GradientType=0);
    /* IE6-8 */
}
.button_with-tail:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    background-image: url(icons.png);
    background-position: -446px -93px;
    width: 14px;
    height: 15px;
    top: -14px;
    left: 2.2em;
}
.button.zf-disabled {
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
    cursor: default;
}
.ie8 .button {
    -ms-border-radius: none !important;
    border-radius: none !important;
    behavior: url(PIE.htc) !important;
}
.ie8 .button.zf-disabled {
    cursor: default;
    border-color: gray;
    background-color: silver;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='silver', endColorstr='gray', GradientType=0);
    /* IE6-8 */
}
.ie8 .button.zf-disabled:hover {
    border-color: gray !important;
}
.address {
    width: 119px;
    position: relative;
    margin-top: 32px;
    font-size: 86%;
    font-family: "OpenSansNormal";
}

.layer.layer_contacts.layer_with-top-bubbles .cols{
    display: flex;
    justify-content: space-between;
}
.layer.layer_contacts.layer_with-top-bubbles .cols .col.address a {
    color: #000;
}
.layer.layer_contacts.layer_with-top-bubbles .cols .col_15 {
   width: 0px;
}
.address__icon {
    display: block;
    position: absolute;
    z-index: 2;
    top: -52px;
    background-image: url(icons.png);
}
.address__icon_kiev {
    background-position: -121px -331px;
    width: 30px;
    height: 40px;
    left: 38px;
}
.address__icon_kharkov {
    background-position: -86px -331px;
    width: 34px;
    height: 40px;
    left: 36px;
}
.address__icon_moscow {
    background-position: -188px -331px;
    width: 33px;
    height: 40px;
}
.address__icon_linkoln {
    background-position: -152px -331px;
    width: 35px;
    height: 40px;
    left: 34px;
}
.address__icon_almati{
    background-position: -208px -924px;
    width: 43px;
    height: 42px;
    left: 36px;
}
.address__icon_belgorod {
    background-position: -333px -1926px;
    width: 43px;
    height: 44px; 
    left: 34px;
}
.address__icon_lviv {
    background-position: -12px -2022px;
    width: 36px;
    height: 42px;
    left: 29px;
}
.address__icon_vegas {
    background-position: -413px -1968px;
    width: 42px;
    height: 43px;
    top: -55px;
    left: 23px;
}
.sitemap {
    padding-right: 20px;
}
.sitemap__header {
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 114%;
    margin-top: 1.4em;
    margin-bottom: 0.3em;
}
.sitemap__nav {
    font-size: 86%;
    line-height: 1.4;
}
.sitemap__nav_secondary {
    margin-left: 1.6em;
    margin-top: 0.3em;
}
.sitemap__item {
    margin-bottom: 0.4em;
}
.fb-box {
    border: 1px solid #9d9fa2;
    -ms-border-radius: 6px;
    border-radius: 6px;
    behavior: url(PIE.htc);
    padding: 20px;
}
.copyright {
    padding-left: 20px;
    margin: 1.4em 0 0.7em;
    font-size: 86%;
}
.made-in-studio {
    padding-left: 20px;
    font-size: 86%;
}
.social-btns {
    text-wrap: none;
    text-align: center;
}
.social-btn {
    margin-right: 4px;
    display: inline-block;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    background-image: url(icons@2x.png);
    background-size: 234px;
    transition: transform .2s ease-in-out;
    -webkit-transition: transform .2s ease-in-out;
}
.social-btn:hover {
    transform: scale(1.1);;
    -webkit-transform: scale3d(1.1);
}
.social-btn__facebook {
    background-position: 0px -148px;
}
.social-btn__youtube {
    background-position: -72px -148px;
}
.social-btn__dribbble {
    background-position: -35px -183px;
}
.social-btn__behance {
    background-position: 0px -183px;
}

.social-btn a {
    display: block;
    border: 0;
}

.seminar__address .icon {
    width: 24px;
    height: 34px;
    margin: 0 auto 10px;
    background: url(icons@2x.png) no-repeat -173px -124px;
    background-size: 260px;
    display: block;
}
.social-btn__twitter {
    margin-top: 1px;
    width: 75px;
}
.index-promo {
    margin-top: 2.5em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    min-height: 550px;
    width: 970px;
    position: relative;
    z-index: 0;
    background-image: url(spinner.gif);
    background-color:#F6F6EF;
    background-repeat: no-repeat;
    background-position: center 165px;
}
.index-promo__header {
    color: #d51521;
    position: absolute;
    z-index: 2;
    top: -60px;
    width: 100%;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
}
.index-promo__header2 {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 475px;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
}
.index-promo__text {
    position: absolute;
    z-index: 2;
    top: 555px;
    font-size: 129%;
    font-weight: bold;
    width: 100%;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
}
.index-promo__video-container {
    width: 1000px;
    height: 550px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.index-promo__video {
    display: none;
    margin: 0 auto;
}
.index-promo__video-controls {
    width: 970px;
    height: 550px;
    margin-left: 50%;
    position: absolute;
    top: 0;
    left: -500px;
    z-index: 2;
}
.index-promo__no-video {
    display: none;
    width: 970px;
    height: 550px;
    margin: auto;
    padding-top: 250px;
    position: relative;
    text-align: center;
}
.index-promo__cover {
    position: absolute;
    z-index: 1;
    width: 970px;
    height: 533px;
    top: 0px;
    -webkit-box-shadow: inset 2px 2px 30px #f6f6ef;
    -moz-box-shadow: inset 2px 2px 30px #f6f6ef;
    box-shadow: inset 2px 2px 30px #f6f6ef;
}

.index-promo .video-wrapper {
    width: 970px;
    height: 533px;
    overflow: hidden;
    margin: auto;
}
.index-promo__animation {
    width: 970px;
    height: 533px;
    overflow: hidden;
    margin: auto;
}
.index-promo__play-btn,
.index-promo__vimeo-play-btn
{
    display: block;
    position: absolute;
    z-index: 1;
    width: 102px;
    height: 102px;
    top: 136px;
    left: 442px;
    background-color: #d41315;
    cursor: pointer;
    /*opacity: 0;*/
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -ms-border-radius: 103px;
    border-radius: 103px;
    behavior: url(PIE.htc);
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
.index-promo__play-btn:before,
.index-promo__vimeo-play-btn:before {
    display: block;
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    top: 33px;
    left: 42px;
    border-style: solid;
    border-width: 19.5px 0 19.5px 27px;
    border-color: transparent transparent transparent #ffffff;
    z-index: 10;
}
.index-promo__transition {
    -webkit-transition-property: top, opacity;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    transition-property: top, opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}
.index-promo__animated-circle {
    width: 51px;
    height: 51px;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    -ms-border-radius: 51px;
    border-radius: 51px;
    behavior: url(PIE.htc);
    top: 400px;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition-property: width, height, top, left, opacity, -webkit-transform, background-color;
    -webkit-transition-duration: 0.4s, 0.4s, 0.4s, 0.4s, 0.2s, 0.2s, 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-property: width, height, top, left, opacity, transform, background-color;
    transition-duration: 0.4s, 0.4s, 0.4s, 0.4s, 0.2s, 0.2s, 0.2s;
    transition-timing-function: ease-out;
}
.index-promo__animated-circle_1 {
    background-color: #f1e58d;
    border-color: #f1e58d;
    left: 127px;
    -webkit-transition-delay: 0.6s, 0.6s, 0.6s, 0.6s, 0.6s, 2.2s, 2.2s;
    transition-delay: 0.6s, 0.6s, 0.6s, 0.6s, 0.6s, 2.2s, 2.2s;
}
.index-promo__animated-circle_2 {
    background-color: #f0a5bb;
    border-color: #f0a5bb;
    left: 293px;
    -webkit-transition-delay: 0.8s, 0.8s, 0.8s, 0.8s, 0.8s, 2.6s, 2.6s;
    transition-delay: 0.8s, 0.8s, 0.8s, 0.8s, 0.8s, 2.6s, 2.6s;
}
.index-promo__animated-circle_3 {
    background-color: #d41315;
    border-color: #d41315;
    left: 453px;
    -webkit-transition-delay: 1s, 1s, 1s, 1s, 1s, 3s, 3s;
    transition-delay: 1s, 1s, 1s, 1s, 1s, 3s, 3s;
}
.index-promo__animated-circle_4 {
    background-color: #4eadde;
    border-color: #4eadde;
    left: 619px;
    -webkit-transition-delay: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s, 1.4s, 1.4s;
    transition-delay: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s, 1.4s, 1.4s;
}
.index-promo__animated-circle_5 {
    background-color: #cbec97;
    border-color: #cbec97;
    left: 787px;
    -webkit-transition-delay: 0.4s, 0.4s, 0.4s, 0.4s, 0.4s, 1.8s, 1.8s;
    transition-delay: 0.4s, 0.4s, 0.4s, 0.4s, 0.4s, 1.8s, 1.8s;
}
.index-promo_video-loaded .index-promo__video {
    display: block;
}
.index-promo_video-played {
    background-image: none;
}
.index-promo_video-played .index-promo__header {
    display: block;
    top: 0;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}
.index-promo_video-played .index-promo__header2 {
    top: 279px;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    background-color: #f6f6ef;
    padding-bottom: 24px;
    padding-top: 41px;
}
.index-promo_video-played .index-promo__text {
    top: 400px;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    background-color: #f6f6ef;
}
.index-promo_animated .index-promo__cover {
    display: none;
}
.index-promo_animated .index-promo__animated-circle {
    top: 136px;
    background-color: #ffffff;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    width: 102px;
    height: 102px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.index-promo_animated .index-promo__animated-circle.index-promo__animated-circle_main {
    background-color: #d41315;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.index-promo_animated .index-promo__animated-circle_1 {
    left: 101px;
}
.index-promo_animated .index-promo__animated-circle_2 {
    left: 267px;
}
.index-promo_animated .index-promo__animated-circle_3 {
    left: 427px;
}
.index-promo_animated .index-promo__animated-circle_4 {
    left: 593px;
}
.index-promo_animated .index-promo__animated-circle_5 {
    left: 761px;
}
.index-promo_video-with-controls .index-promo__play-btn {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}
.index-promo__video-controls {
    display: none;
}
.index-promo_video-with-controls .index-promo__video-controls {
    display: block;
}
.index-promo__youtube-video {
    position: absolute;
    width: 800px;
    height: 450px;
    top: 0;
    left: 50%;
    margin-left: -400px;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    z-index: 2;
    background-color:#f6f6ef;
}
.index-promo__youtube-video .popup-container__close-btn {
    top: -27px;
    text-shadow: 0 0 5px #cccccc;
    line-height: 0.5;
    right: 0;
}
.index-promo__youtube-video .popup-container__close-btn:hover {
    text-shadow: 0 0 5px #ffffff;
}
.index-promo__youtube-inner {
    width: 800px;
    height: 450px;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.notice {
    width: 62%;
    padding: 2em 0;
    margin: 0 auto;
    text-align: left;
}
.notice h1,
.notice h2,
.notice h3,
.notice h4 {
    text-align: center;
}
.notice_wide {
    width: 76%;
}
.notice_wider {
    width: 70%;
}
.notice_xwide {
    width: 86%;
}
.notice_narrow {
    width: 45%;
}
.notice_service {
    padding-bottom: 0;
    margin-bottom: -5px;
    z-index: 2;
}
.notice_tools {
    position: relative;
}
.notice_max {
    width: 100%;
    text-align: center;
}
.notice_team {
    position: relative;
    z-index: 2;
    height: 190px;
    padding: 28px 0;
}
.notice__text {
    text-align: center;
    font-size: 129%;
}
.notice__text_smaller {
    font-size: 114%;

}
.notice__text_small {
    font-size: 13px;
    font-family: "OpenSansNormal";
}
.notice__text_bold {
    font-weight: bold;
}
.notice__text_sans {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.notice__text_extra-wide {
    margin: 0 -5em;
}
.notice__header {
    margin-bottom: 20px;
    padding-top: 80px;
    position: relative;
    text-align: center;
    color: #313130;
}
h3.notice__header.no-icon {
    padding-top: 20px;
}
h3.notice__header {
    padding-top: 80px;
}
.notice__header_2 {
    padding-top: 60px;
}
.notice__header_2:before {
    top: 0 !important;
}
.notice__header:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    left: 50%;
    top: 30px;
    margin-left: -20px;
}
.notice__header_stop {
    padding-top: 120px;
}
.notice__header_stop:before {
    background-position: -60px -285px;
    width: 54px;
    height: 45px;
    margin-left: -27px;
}
.notice__header_solution {
    padding-top: 90px;
}
.notice__header_solution:before {
    background-position: -256px -331px;
    width: 30px;
    height: 39px;
    margin-left: -15px;
    top: 20px;
}
.notice__header_flag:before {
    background-position: -379px -150px;
    width: 33px;
    height: 36px;
}
.notice__header_business-solution:before {
    background-position: -416px -328px;
    width: 28px;
    height: 28px;
    margin-left: -14px;
    top: 15px;
}
.notice__header_complex-approach {
    padding-top: 100px;
}
.notice__header_complex-approach:before {
    background-position: -319px -374px;
    width: 56px;
    height: 30px;
    margin-left: -28px;
}
.notice__header_educ-activity {
    padding-top: 60px;
}
.notice__header_educ-activity:before {
    background-position: -76px -436px;
    width: 39px;
    height: 23px;
    margin-left: -20px;
    top: 10px;
}
.notice__header_fish{
    padding-bottom: 0.5em;
}

.notice__header_fish:before {
    background-position: -310px -408px;
    width: 37px;
    height: 25px;
    margin-left: -19px;
}
.notice__header_command:before {
    background-position: -116px -436px;
    width: 40px;
    height: 23px;
    margin-left: -20px;
}
.notice__header_work {
    padding-top: 100px;
}
.notice__header_work:before {
    background-position: -222px -331px;
    width: 33px;
    height: 40px;
    margin-left: -17px;
    top: 20px;
}
.notice__header_workdays:before {
    background-position: -416px -93px;
    width: 29px;
    height: 29px;
    margin-left: -15px;
    top: 20px;
}
.notice__header_pride:before {
    background-position: -206px -374px;
    width: 30px;
    height: 31px;
    margin-left: -15px;
    top: 15px;
}
.notice__header_history:before {
    background-position: -416px -357px;
    width: 39px;
    height: 28px;
    margin-left: -20px;
}
.notice__header_expertise:before {
    background-position: -379px -259px;
    width: 33px;
    height: 35px;
    margin-left: -17px;
}
.notice__header_projects:before {
    background-position: -416px -62px;
    width: 41px;
    height: 30px;
    margin-left: -21px;
}
.notice__header_tools {
    position: absolute;
    width: 100%;
    text-align: center;
}
.notice__header_tools:before {
    background-position: -322px -331px;
    width: 36px;
    height: 38px;
    margin-left: -18px;
    top: 20px;
}
.notice__header_cart {
    padding-top: 100px;
    padding-bottom: 35px;
}
.notice__header_cart:before {
    background-position: -254px -408px;
    width: 33px;
    height: 27px;
    margin-left: -17px;
}
.notice__header_speakers:before {
    background-position: -416px -123px;
    width: 30px;
    height: 29px;
    margin-left: -15px;
}
.notice__header_info:before {
    background-position: -447px -31px;
    width: 12px;
    height: 22px;
    margin-left: -6px;
}
.notice__header_who:before {
    background-position: -267px -436px;
    width: 23px;
    height: 20px;
}
.notice__header_insite:before {
    background-position: -34px -374px;
    width: 26px;
    height: 33px;
    margin-left: -13px;
}
.notice__header_programm:before {
    background-position: -416px -299px;
    width: 28px;
    height: 28px;
    margin-left: -14px;
}
.notice__header_google:before {
    background-position: -284px -226px;
    width: 46px;
    height: 46px;
    margin-left: -23px;
}
.notice__header_yandex:before {
    background-position: -331px -226px;
    width: 46px;
    height: 46px;
    margin-left: -23px;
}
.notice__header_like {
    padding-top: 50px;
}
.notice__header_like:before {
    background-position: 0px -374px;
    width: 33px;
    height: 33px;
    margin-left: -17px;
    top: 2px;
}
.notice__header_eye {
    padding-top: 65px;
}
.notice__header_eye:before {
    background-position: -416px -153px;
    width: 40px;
    height: 29px;
    margin-left: -20px;
    top: 7px;
}
.notice__header_folder:before {
    background-position: -277px -374px;
    width: 41px;
    height: 30px;
    margin-left: -21px;
}
.notice__header_ipad {
    padding-top: 100px;
}
.notice__header_ipad:before {
    background-position: -63px -408px;
    width: 21px;
    height: 27px;
    margin-left: -11px;
}
.notice__header_chart {
    padding-top: 100px;
}
.notice__header_chart:before {
    background-position: -416px -212px;
    width: 34px;
    height: 28px;
    margin-left: -17px;
}
.notice__header_globe {
    padding-top: 100px;
}
.notice__header_globe:before {
    background-position: -379px -187px;
    width: 27px;
    height: 35px;
    margin-left: -14px;
}
h3.notice__header_work {
    padding-top: 85px;
    font-size: 30px;
}
h3.notice__header_work:before {
    top: 15px;
}
.notice__header_flag {
    font-size: 30px;
}
.t-event {
    width: 100%;
    text-transform: uppercase;
    font-size: 79%;
    color: #9d9fa2;
    margin: 0;
}
.t-event-wrapper {
    background-color: #ffffff;
    position: relative;
    border: 1px solid #d1d2d4;
    -ms-border-radius: 6px;
    border-radius: 6px;
    behavior: url(PIE.htc);
    padding: 0.6em;
    margin-top: -2em;
    margin-bottom: 1em;
}
.t-event td {
    padding: 1em 1em;
}
.text-with-ref-obj {
    margin-top: 3.3em;
    margin-bottom: 3em;
}
.obj-with-ref {
    position: relative;
}
.obj-with-ref__reference {
    position: absolute;
    color: #d51521;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 114%;
    left: 50%;
    margin-left: -25%;
}
.obj-with-ref__reference_top {
    top: -2em;
}
.obj-with-ref__reference_top:after {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 0.6em;
    background-color: #d51521;
    top: 90%;
    left: 50%;
}
.obj-with-ref__reference_bottom {
    bottom: -2.5em;
}
.obj-with-ref__reference_bottom:after {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 0.6em;
    background-color: #d51521;
    bottom: 90%;
    left: 50%;
}
.conference-header {
    text-align: center;
    padding-top: 1em;
    color: #fff;
}
.conference-header {
    text-decoration: none;
    color: #fff;
    border-bottom: 0;
}
.notice__header_fish {
    text-decoration: none;
    color: #000;
    border-bottom: 0;
}
.conference-mustache {
    width: 67%;
    margin: 0 auto;
}
.conference-mustache img {
    width: 100%;
}
.conference {
    padding: 0 30px 1em 30px;
    text-align: center;
}
.conference__date {
    margin: auto;
    position: relative;
    padding: 15px 10px;
    width: 86px;
    height: 86px;
    background-color: #ffffff;
    color: #0086ad;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    -ms-border-radius: 43px;
    border-radius: 43px;
    behavior: url(PIE.htc);
    text-align: center;
}
.conference__day {
    font-size: 357%;
    line-height: 40px;
}
.conference__month {
    font-size: 86%;
}
.conference__title {
    text-align: center;
    margin: 1.3em 0 1.1em 0;
}
.conference__title a {
    color: #ffffff;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
}
.conference__description {
    text-align: left;
    font-family: "OpenSansNormal";
    font-size: 0.8rem;
}
.article {
    padding: 0 20px 2em 0px;
    margin-bottom: 2em;
}
/*.article:last-child {
  padding-right: 0;
}*/
.article__date {
    color: #9d9fa2;
    text-transform: uppercase;
    font-size: 72%;
    font-family: "OpenSansNormal";
}
.article__title {
    text-transform: uppercase;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.periodicals {
    margin-top: 5em;
    margin-bottom: 2em;
}
.periodicals__header {
    font-size: 171%;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 20px;
    margin-bottom:.4em;
}
.periodicals__counter {
    color: #f00;
    position: absolute;
    font-size: 50%;
    margin-left: 5px;
}
.periodicals__seminar {
    padding-right: 10px;
}
.periodicals__seminar .key {
    width: 40px;
    height: 16px;
    display: block;
    left: 12px;
    top: 2px;
    margin-bottom: 5px;
    background: url(/themes/default/css/icons.png) no-repeat -417px -1198px;
}
.periodicals__webinar {
    padding-right: 10px;
}
.periodicals__journal {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.periodicals__journal-cover {
    border: none;
    /*display: inline-block;*/
    margin-top: 10px;
}
.periodicals__journal-cover img {
    -ms-border-radius: 4px;
    border-radius: 4px;
    behavior: url(PIE.htc);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    position: relative;
}
.periodicals__item {
    background-color: #fff;
    border: 1px solid #d1d2d4;
    -ms-border-radius: 5px;
    border-radius: 5px;
    behavior: url(PIE.htc);
    position: relative;
    padding: 15px 15px 15px 20px;
    margin-bottom: 10px;
}
.periodicals__date {
    color: #9d9fa2;
    text-transform: uppercase;
    font-size: 71%;
}
.periodicals__title {
    text-transform: uppercase;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.approach-list {
    text-align: center;
    padding-bottom: 2.5em;
}
.approach-list:after {
    display: inline-block;
    width: 100%;
    content: '.';
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.approach {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 93%;
    width: 10%;
    position: relative;
    margin-top: 110px;
}
.approach a > .before {
    display: block;
    content: '';
    position: absolute;
    top: -110px;
    left: 50%;
    margin-left: -46px;
    width: 93px;
    height: 93px;
    border: 1px solid #d51521;
    -ms-border-radius: 46px;
    border-radius: 46px;
    behavior: url(PIE.htc);
}
.approach > a:after {
    display: block;
    content: '';
    position: absolute;
    top: -82px;
    left: 50%;
    background-image: url("icons.png");
    margin-left: 8px;
}
.approach_icon-usability > a:after {
    background-position: -392px -713px;
    width: 59px;
    height: 40px;
    top: -87px;
    margin-left: -30px;
}
.approach_icon-analytics > a:after {
    background-position: -389px -771px;
    width: 64px;
    height: 31px;
    top: -82px;
    margin-left: -32px;
}
.approach_icon-search > a:after {
    background-position: -379px 0px;
    width: 36px;
    height: 37px;
    margin-left: -18px;
}
.approach_icon-adsense > a:after {
    background-position: -287px -331px;
    width: 34px;
    height: 38px;
    margin-left: -17px;
}
.approach_icon-email > a:after {
    background-position: -379px -331px;
    width: 36px;
    height: 34px;
    margin-left: -18px;
}
.approach_icon-consulting > a:after {
    background-position: -416px -31px;
    width: 30px;
    height: 30px;
    top: -79px;
    margin-left: -15px;
}
.approach_icon-education > a:after {
    background-position: -237px -374px;
    width: 39px;
    height: 31px;
    top: -79px;
    margin-left: -20px;
}
.approach_icon-social > a:after {
    background-position: 0px -408px;
    width: 40px;
    height: 27px;
    top: -78px;
    margin-left: -20px;
}
.approach_icon-media > a:after {
    background-position: -416px -153px;
    width: 40px;
    height: 29px;
    top: -79px;
    margin-left: -20px;
}
.solution-list {
    text-align: justify;
    padding: 0 12% 3.6em 12%;
}
.solution-list:after {
    display: inline-block;
    width: 100%;
    content: '.';
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.solution {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 100%;
    width: 160px;
    position: relative;
    margin-top: 160px;
}
.solution .before {
    display: block;
    content: '';
    position: absolute;
    top: -108px;
    left: 60px;
    top: -142px;
    left: 20px;
    width: 120px;
    height: 120px;
    -ms-border-radius: 60px;
    border-radius: 60px;
    behavior: url(PIE.htc);
}
.solution .after {
    display: block;
    content: '';
    position: absolute;
    top: -108px;
    left: 60px;
}
.solution_icon-cart .before {
    background-color: #c0cb23;
}
.solution_icon-cart .after {
    background-image: url(icons.png);
    background-position: 0px -285px;
    width: 59px;
    height: 45px;
    top: -102px;
    left: 47px;
}
.solution_icon-ipad .before {
    background-color: #eed34a;
}
.solution_icon-ipad .after {
    background-image: url(icons.png);
    background-position: -337px -64px;
    width: 39px;
    height: 56px;
}
.solution_icon-chart .before {
    background-color: #78c2d7;
}
.solution_icon-chart .after {
    background-image: url(icons.png);
    background-position: -183px -285px;
    width: 53px;
    height: 43px;
    top: -104px;
    left: 55px;
}
.solution_icon-globe .before {
    background-color: #e1897a;
}
.solution_icon-globe .after {
    background-image: url(icons.png);
    background-position: -240px -65px;
    width: 41px;
    height: 56px;
}
.seminar {
    /*height: 550px;*/
    padding: 50px 0;
}
.colored-part .seminar {
    height: auto;
}
.seminar__header-wrapper {
    width: 570px;
    height: 306px;
    line-height: 306px;
    position: relative;
    margin: 17px auto 0;
    background-color: #ffffff;
    border: 1px solid #ffe26a;
    -ms-border-radius: 5px;
    border-radius: 5px;
    behavior: url(PIE.htc);
}
.seminar__header {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-weight:bold;
    text-decoration:none;
    border:none;
    margin-bottom: 0.3em;
    color: #414141;
    font-size: 32px;
    line-height: 38px;
    padding: 0px 50px 0px 50px;
}
.seminar__header.archive_header {
    width: 80%;
    font-size: 3em;
    line-height: 1.2;
}
.seminar__projector {
    width: 580px;
    position: relative;
    margin: 0 auto;
}
.seminar__address {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #414141;
    line-height: 1.3;
}
.seminar__place {
    font-size: 125%;
    line-height: 2.0;
    text-transform: none;
}
.seminar__social {
    width: 300px;
    margin: -15px auto 20px;
}
.seminar__social #date{
    font-size: 18px;
    font-weight: bold;
}
.seminar__social-icon{
    border: none;
    background-image: url("icons.png");
    display: inline-block;
    margin-right: 8px;
}
.seminar__social-icon_fb {
    background-position: -43px -331px;
    width: 42px;
    height: 42px;
}
.seminar__social-icon_vk {
    background-position: -319px -285px;
    width: 42px;
    height: 42px;
}
.seminar__social-icon_tw {
    background-position: 0px -331px;
    width: 42px;
    height: 42px;
}
.fixed-width-seminar {
    width: 651px;
    text-align: center;
}

.sdrop {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 80px;
    width: 20.5%;
    height: 279px;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.single-partner-event .sdrop:before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 279px;
    background: transparent url("seminar-drop.png") no-repeat left top;
    opacity: 0.6;
}
.sdrop__inner {
    width: 170px;
    margin-left: 27px;
    margin-top: 110px;
    text-align: center;
    line-height: 1.2;
}
.sdrop__day {
    font-size: 214%;
}
.sdrop__price-label {
    font-size: 71%;
    text-transform: uppercase;
    color: #9d9fa2;
    margin-top: 25px;
}
.sdrop__price {
    font-size: 129%;
    line-height: 1.5;
}
.sdrop__button {
    margin-top: 10px;
}
.speakers {
    margin: 2em 0;
}
.speaker {
    margin-top: 0em;
    margin-bottom: 4em;
    padding: 0 1em;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
}
.speaker__photo {
    display: block;
    margin: 0 auto 1em auto;
    -ms-border-radius: 52px;
    border-radius: 52px;
    max-width: 103px;
    behavior: url(PIE.htc);
}
.speaker__name {
    margin-bottom: 0.8em;
}
.speaker__about {
    color: #9d9fa2;
    font-size: 71%;
    text-transform: uppercase;
}
.programm {
    width: 50%;
    margin: 1em auto;
    text-align: center;
}
.programm__subscr-btn {
    padding-top: 2em;
    padding-bottom: 4em;
}
.programm__subscr-btn .button {
    padding-left: 2.4em;
    padding-right: 2.4em;
}
.ppoint {
    margin-bottom: 2em;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.ppoint_coffee,
.ppoint_projector {
    margin-top: 70px;
    position: relative;
}
.ppoint_coffee:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -35px;
    background-image: url(icons.png);
    background-position: -25px -436px;
    width: 32px;
    height: 24px;
    margin-left: -16px;
}
.ppoint_projector:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -35px;
    background-image: url(icons.png);
    background-position: -201px -436px;
    width: 46px;
    height: 20px;
    margin-left: -23px;
}
.ppoint__time {
    color: #d51521;
    font-size: 129%;
    margin-bottom: 0.8em;
}
.ppoint__speaker {
    margin-top: 0.2em;
    font-size: 71%;
    color: #9d9fa2;
    text-transform: uppercase;
}
.ppoint__description {
    font-size: 129%;
    color: #414141;
}
.address-map {
    border: 1px solid #000;
}
.address-map__map {
    width: 100%;
    height: 450px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    behavior: url(PIE.htc);
}
.uni-case {
    position: relative;
    border: 1.5px solid #d51521;
    -ms-border-radius: 30px;
    border-radius: 30px;
    behavior: url(PIE.htc);
    margin: 1.6em auto 0.4em;
    padding: 7px 0;
    width: 18em;
    text-align: center;
    font-size: 19px;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.uni-case__link {
    position: relative;
    display: inline-block;
    margin-left: 30px;
}
.uni-case__link:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -348px -408px;
    width: 22px;
    height: 25px;
    left: -30px;
}

.cases__header {
    background: url("bg-logo-promodo.png") no-repeat center bottom;
    padding: 41px 0 65px;
}
.cases__header h1 {
    color: #000000;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0.45em;
    text-align: center;
    width: 100%;
}
.cases__description {
    margin: 0 auto 1.6em;
    text-align: center;
    width: 66%;
    font-size: 0.9em;
    line-height: 1.6em;
}

h1.case-promo-header {
    text-align: center;
    margin: 1.1em 10% 1.1em;
    color: #000000;
}
.case-screen {
    position: relative;
}
.case-screen__cover-wrapper {
    margin-top: -30px;
    padding: 30px 30px 0px;
    height: 234px;
    overflow: hidden;
    position: relative;
}
.case-screen__cover {
    display: block;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -ms-border-radius: 4px;
    border-radius: 4px;
    behavior: url(PIE.htc);
    position: relative;
}
.case-screen__btn {
    position: absolute;
    z-index: 1;
    bottom: -32px;
    left: 50%;
    margin-left: -32px;
    background-image: url(icons.png);
    background-position: -88px 0px;
    width: 64px;
    height: 77px;
    cursor: pointer;
}
.case-card {
    padding: 3.2em 7em;
}
.case-card .col {
    padding: 1em 1em 0 1.6em;
}
.case-card .case-task_wrapped {
    background: #F6F6F3;
    -ms-border-radius: 6px;
    border-radius: 6px;
    behavior: url(PIE.htc);
    margin: 0 3%;
}

.case-task_wrapped.bottomArrow:after{
    content: '';
    display: inline-block;
    position: relative;
    background: url("/themes/default/css/arrow_text.png") no-repeat;
    width: 33px;
    height: 40px;
    top: 26px;
    left: 97px;
    margin-top: -68px;
    margin-left: -45%;
    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}
.case-card p {
    margin-bottom: 1.6em;
}
.case-card .team_el dt {
    font-size: 100%;
    margin-bottom:0px !important;
}
.case-card .team_el dd {
    color: #9d9fa2;
    text-transform: uppercase;
    font-size: 71%;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 1.4em;
}
.case-tools {
    padding: 0 2em 2em 2em;
}
.case-tools_first {
    padding: 1em 2em 1em 2em;
}
.case-tools .col {
    padding-left: 60px;
}
.case-tools__g:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -379px -76px;
    width: 36px;
    height: 36px;
    margin-left: -46px;
    margin-top: -4px;
}
.case-tools__ya:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -331px -226px;
    width: 46px;
    height: 46px;
    margin-left: -56px;
    margin-top: -14px;
}
.case-tools__fold:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -344px -173px;
    width: 21px;
    height: 15px;
    margin-left: -31px;
    margin-top: 6px;
}
.case-tools__like:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -361px -436px;
    width: 17px;
    height: 16px;
    margin-left: -27px;
    margin-top: 6px;
}
.case-tools__eye:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -153px -72px;
    width: 20px;
    height: 15px;
    margin-left: -30px;
    margin-top: 6px;
}

/*!*/
.case-solution-list {
    padding: 7em 5% 0;
    text-align: justify;
}
.case-solution-list:after {
    display: inline-block;
    width: 100%;
    content: '.';
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.case-solution-item-link-block {
    margin: 5.3em 0;
}
.case-solution-item-link {
    font-family:'OpenSans';
    border: 1px solid #00739f;
    -ms-border-radius: 24px;
    border-radius: 24px;
    display: block;
    position: relative;
    margin: 0 auto;
    height: 48px;
    line-height: 45px;
    width: 157px;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    padding-left: 18px;
    letter-spacing: 0.05em;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}
.case-solution-item-link:after {
    display: block;
    content: '';
    position: absolute;
    background-image: url(/themes/default/css/icons.png);
    background-position: -233px -879px;
    width: 13px;
    top: 20px;
    height: 7px;
    background-size: 244px;
    right: 12px;
}
.case-solution-item-link-close:after {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}
.case-approach-list {
    display: none;
    position: relative;
    margin-top: -35px;
    z-index: 10;
}
.case-approach-list .layer_blue {
    padding: 0 5em;
}
.case-approach-list .approach-list {
    padding: 8.5em 0 7.5em;
    text-align: justify;
}
.case-approach-list .approach a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.case-approach-list .approach a > .before {
    border: 0 none;
    background-color: #ffffff;
}
/*?*/




.kpi {
    background: #ffffff;
    border: 1px solid #d1d2d4;
    -ms-border-radius: 6px;
    border-radius: 6px;
    behavior: url(PIE.htc);
    position: relative;
    width: 28em;
    margin: 1em auto;
    padding: 2em;
}
.kpi__with-icon {
    position: relative;
    font-size: 129%;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.kpi__with-icon:before {
    display: block;
    content: '';
    position: absolute;
    left: -2em;
    margin-left: -10px;
}
.kpi__with-icon_shop:before {
    background-image: url(icons.png);
    background-position: -135px -374px;
    width: 36px;
    height: 32px;
}
.kpi__with-icon_reg:before {
    background-image: url(icons.png);
    background-position: -98px -374px;
    width: 36px;
    height: 32px;
}
.kpi__with-icon_addon:before {
    background-image: url(icons.png);
    background-position: -61px -374px;
    width: 36px;
    height: 32px;
}
ul.list {
    padding-left: 1.5em;
}
ul.list li {
    margin-bottom: 0.8em;
    position: relative;
}
ul.list li:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    background-position: -446px -109px;
    width: 13px;
    height: 13px;
    margin-left: -1.4em;
    margin-top: 0.26em;
}
.list-with-ticks {
    margin: 1em auto 2em;
    padding-left: 4em;
    padding-right: 4em;
}
.list-with-ticks .col {
    padding: 1em 2em;
    position: relative;
    z-index: 1;
}
.list-with-ticks .col:before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    background-image: url(icons.png);
    background-position: -171px -226px;
    width: 68px;
    height: 51px;
    margin-left: -30px;
    margin-top: -20px;
}
.more-projects {
    width: 870px;
    margin: 0 auto 1.2em;
    padding-left: 1em;
}
.more-projects.deka{
    margin: 0 auto 9.2em;
}
.more-projects__item {
    width: 290px;
    height: 290px;
    background-color: #ffffff;
    -ms-border-radius: 150px;
    border-radius: 150px;
    behavior: url(PIE.htc);
    position: relative;
    text-align: center;
}
.more-projects__item_center {
    margin: 0 -1em;
}
.more-projects__logo {
    display: block;
    margin: 80px auto 10px;
}
.deka .more-projects__logo{
    margin: 44px auto 32px;
}
.more-projects__conversion {
    display: inline-block;
    position: relative;
    width: 103px;
    height: 103px;
    background-color: #ffe26a;
    -ms-border-radius: 55px;
    border-radius: 55px;
    behavior: url(PIE.htc);
    border: 3px solid #ffffff;
    text-align: center;
    color: #414141;
    padding-top: 22px;
    z-index: 2;
}
.more-projects__conversion.border_circule_green,
.more-projects__ctr.border_circule_ylw{
    background: #fff;
    border: 2px solid #e6eaa7;
    z-index: 1;
}
.more-projects__ctr.border_circule_ylw{ border: 2px solid #f8edb4;}
.more-projects__conversion-value {
    font-size: 129%;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.border_circule_ylw .more-projects__conversion-label,
.border_circule_green .more-projects__conversion-label {
    font-size: 90%;
    font-family: "OpenSansLight", Helvetica, Arial, sans-serif;
}
.border_circule_ylw .more-projects__conversion-value,
.border_circule_green .more-projects__conversion-value {
    font-size:159%;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.long-value {
    text-indent: -12px;
}

.indent10 {
    text-indent: -10px;
}

.long-value em {
    font-style: normal;
    font-size: 82% !important;
}

.more-projects__ctr {
    display: inline-block;
    position: relative;
    width: 103px;
    height: 103px;
    background-color: #ffe26a;
    -ms-border-radius: 55px;
    border-radius: 55px;
    behavior: url(PIE.htc);
    border: 3px solid #ffffff;
    text-align: center;
    color: #414141;
    padding-top: 22px;
    z-index: 1;
    margin-left: -23px;
}
.more-projects__ctr-value {
    font-size: 129%;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.discuss-btn {
    text-align: center;
    margin-top: 2.4em;
}
.section_bordered {
    border: 1px solid #d1d2d4;
    -ms-border-radius: 6px;
    border-radius: 6px;
    behavior: url(PIE.htc);
    position: relative;
    background-color: #fff;
    margin-bottom: 80px;
}
.g-gray {
    color: #9d9fa2;
}
.section h3 {
    margin-bottom: 1.2em;
}
.section_to-white {
    position: relative;
    z-index: 1;
    background-color: transparent;
}
.section_to-white:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0px;
    width: 100%;
    height: 1px;
    /*    background: url("bg-tab-line.png") no-repeat center top;*/
}
.section_to-white > .before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 110px;
    top: 0;
    left: 0;
    /*.gradient(@light, @white, @light);*/
    background: #f6f6ef;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f6f6ef 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6ef), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f6ef 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f6ef 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6f6ef 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f6f6ef 0%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6ef', endColorstr='#ffffff', GradientType=0);
    /* IE6-8 */
}
.section_with-bottom-bubbles:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    height: 6px;
    width: 100%;
    left: 0;
    background: transparent url("bubbles_horizon.png") no-repeat center top;
    background-size: 100% 6px;
    margin: 0 auto;
    bottom: 0px;
}
.chart-h {
    text-align: center;
    margin-bottom: -25px;
}
.kpi-data {
    margin: 0 auto 1em;
    min-width: 780px;
}
.kpi-data th,
.kpi-data td {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /*border-bottom: 1px solid #fff;*/
    padding: 0.2em 1.6em 0.2em 0.6em;
}
.kpi-data th {
    font-weight: bold;
    vertical-align: bottom;
    padding-bottom: 0.6em;
}
.kpi-data .b_b {
    border-top: 1px solid #eee;
}
.kpi-data tr:hover > td {
    background: rgba(242, 180, 187, 0.3);
    border-color: #fae8ea;
}
.kpi-data td {
    vertical-align: middle;
}
.kpi-data .width_10 {
    width: 10px;
}
.kpi-data .width_20 {
    width: 20px;
}
.kpi-data .width_60 {
    width: 60px;
}
.kpi-data .num {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 129%;
}
.kpi-data .num_big {
    font-size: 214%;
    line-height: 1.2;
}
.kpi-data .num_main {
    color: #d51521;
}
.kpi-bars {
    margin-bottom: 2.6em;
}
.kpi-bar {
    width: 80%;
    margin-bottom: 1.6em;
}
.kpi-bar__bar {
    background-color: #8dc63f;
    color: #ffffff;
    width: 50%;
    position: relative;
    padding: 0.6em;
}
.kpi-bar__bar_gray {
    background-color: #f6f6ef;
    border: 1px solid #9d9fa2;
    color: #9d9fa2;
}
.kpi-bar__bar_red {
    background-color: #f37255;
}
.kpi-bar__bar_olive {
    background-color: #d7e8b0;
    color: #414141;
}
.kpi-bar__label {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 71%;
    text-transform: uppercase;
    white-space: nowrap;
}
.kpi-bar__value {
    position: absolute;
    top: 0.3em;
    left: 100%;
    margin-left: 0.5em;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 129%;
    line-height: 1;
    color: #000000;
    white-space: nowrap;
}
.kpi-bar__value_big {
    font-size: 214%;
    top: 0;
}
.kpi-bar__value_red {
    color: #d51521;
}
.before-after-gallary {
    margin: -40px auto 0;
}
.before-after-gallary .fotorama__arr {
    top: 30%;
}
.before-after-gallary .fotorama__nav-wrap {
    padding: 0;
    position: absolute;
    top: 434px;
}
.before-after-gallary .fotorama__dot {
    width: 33px;
    height: 33px;
    background-color: transparent;
    border: 1px solid #9d9fa2;
    color: #9d9fa2;
    -ms-border-radius: 33px;
    border-radius: 33px;
    behavior: url(PIE.htc);
    font-size: 20px;
    line-height: 33px;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
}
.before-after-gallary .fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 33px;
    height: 33px;
    background-color: transparent;
    border: 1px solid #d51521;
    -ms-border-radius: 33px;
    border-radius: 33px;
    behavior: url(PIE.htc);
    color: #d51521;
}
.before-after-gallary .fotorama__nav--dots .fotorama__nav__frame {
    width: 45px;
    height: 60px;
}
.bag-slide__image {
    margin-bottom: 70px;
}
.bag-slide__notice {
    width: 70%;
    margin: auto;
    text-align: center;
}
.fotorama__arr--disabled {
    opacity: 0.1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    filter: alpha(opacity=10);
}

/*
.briefcase-handle {
  position: absolute;
  z-index: 0;
  border-top:38px solid #e0e0d8;
  border-left:38px solid #e0e0d8;
  border-right:38px solid #e0e0d8;
  border-radius: 60px 60px 0 0;
  width: 272px;
  height: 90px;
  top: 0;
  left: 50%;
  margin-left: -136px;
}*/
.briefcase h2 {
    margin: 30px 0 25px 0;
}

.layer-wrapper_half-to-white {
    background-color: transparent;
    /*.gradient(@light, @white, @light);*/
    background: #f6f6ef;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f6f6ef 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6ef), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f6ef 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f6ef 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6f6ef 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f6f6ef 0%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6ef', endColorstr='#ffffff', GradientType=0);
    /* IE6-8 */
}
.conference__header {
    background: transparent url("../i/microphone.png") no-repeat center 36px;
    padding: 127px 0 174px;
}
.conference__header_title {
    color: #000000;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0.5em;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.conference__header_desc {
    margin: 0 auto 1.6em;
    font-family:"OpenSansNormal";
    text-align: center;
    width: 53%;
    font-size: 13px;
}
.conference__header_bottom {
    height: 126px;
}
.optimization-wrapper {
    background: transparent url("opt_bg.png") repeat -15px 0;
    color: #FFFFFF;
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
    line-height: 1.5;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.smm-wrapper {
    background: transparent url("smm_bg.png") repeat -15px 0;
    color: #FFFFFF;
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
    line-height: 1.5;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.conference-layer {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTBlMTQiIHN0b3Atb3BhY2l0eT0iMC4yMyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.23) 0%, rgba(10,14,20,0.23) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.23)), color-stop(100%,rgba(10,14,20,0.23))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.23) 0%,rgba(10,14,20,0.23) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.23) 0%,rgba(10,14,20,0.23) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.23) 0%,rgba(10,14,20,0.23) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.23) 0%,rgba(10,14,20,0.23) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bffffff', endColorstr='#3b0a0e14',GradientType=0 ); /* IE6-8 */
}
.conference-layer-inner {
    margin: 0 auto;
    text-align: center;
    width: 970px;
}
.optimization_date {
    background: transparent url("../i/conf-date-bg.png") no-repeat center 47px;
    font-size: 24px;
    line-height: 40px;
    padding: 43px 0 15px;
    text-align: center;
}
.optimization_date span {
    -webkit-box-shadow: 0 30px 40px 0 rgba(6, 94, 148, 0.4);
    -moz-box-shadow: 0 30px 40px 0 rgba(6, 94, 148, 0.4);
    box-shadow: 0 30px 40px 0 rgba(6, 94, 148, 0.4);
    display: block;
    margin: 0 auto;
    width: 140px;
}
/*.optimization_title {
  background: transparent url("../i/optimization-logo.png") no-repeat 125px 20px;
    font-size: 60px;
    margin: 0 0 0 0.4em;
    text-align: center;
}*/
/*.optimization_title {
  background: transparent url("optimization-logo.png") no-repeat 125px 20px;
  font-family: "OpenSans",Helvetica,Arial,sans-serif;
  font-weight: bold;
  margin: 0.45em 0 0 1.5em;
  background-position: 150px 11px;
  font-size: 3.4em;
}*/

.smm_title {
    background: transparent url("optimization-logo.png") no-repeat 125px 20px;
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
    font-weight: bold;
    margin: 0.45em 0 0 1.5em;
    background-position: 150px 11px;
    font-size: 3.4em;
}
.conference_description {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.1em;
    margin: 0 auto 16px;
    padding: 3px 0 0;
    text-align: center;
    width: 56%;
}
.info-button {
    cursor: pointer;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    display: inline-block;
    padding: 1em 1.9em;
    border: 0 none;
    position: relative;
    z-index: 1;
    -ms-border-radius: 25px;
    border-radius: 25px;
    behavior: url(PIE.htc);
    color: #ffffff;
    text-shadow: 0 1px 0 #000;
    -webkit-box-shadow: inset 0px 1px 0px #72defd;
    -moz-box-shadow: inset 0px 1px 0px #72defd;
    box-shadow: inset 0px 1px 0px #72defd;

    /*.gradient(@blue);*/
    background: rgb(0,192,246);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzBmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGFmZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,192,246,1) 0%, rgba(0,175,225,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,192,246,1)), color-stop(100%,rgba(0,175,225,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,192,246,1) 0%,rgba(0,175,225,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,192,246,1) 0%,rgba(0,175,225,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,192,246,1) 0%,rgba(0,175,225,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,192,246,1) 0%,rgba(0,175,225,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0f6', endColorstr='#00afe1',GradientType=0 ); /* IE6-8 */
}

.info-button:hover {
    color: #ffffff !important;
    border-color: #72defd !important;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 192, 247, 0.5);
    -moz-box-shadow: 0px 0px 6px rgba(0, 192, 247, 0.5);
    box-shadow: 0px 0px 6px rgba(0, 192, 247, 0.5);
}
.info-button:visited {
    color: #ffffff !important;
    border: 0 none;
}
.info-button:active {
    background: rgb(0,175,225); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWZlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGMwZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,175,225,1) 0%, rgba(0,192,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,175,225,1)), color-stop(100%,rgba(0,192,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,175,225,1) 0%,rgba(0,192,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,175,225,1) 0%,rgba(0,192,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,175,225,1) 0%,rgba(0,192,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,175,225,1) 0%,rgba(0,192,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afe1', endColorstr='#00c0f6',GradientType=0 ); /* IE6-8 */
}
.conference-lectors-title {
    font-size: 23px;
    line-height: 30px;
    margin: 1.58em auto 1.4em;
    width: 180px;
}
.conference-lectors-cols {
    margin: 0 9.3em 6.2em;
}
.conference-lectors-cols img {
    -ms-border-radius: 53px;
    border-radius: 53px;
    -webkit-box-shadow: 0 10px 20px 10px rgba(6, 94, 148, 0.5);
    -moz-box-shadow: 0 10px 20px 10px rgba(6, 94, 148, 0.5);
    box-shadow: 0 10px 20px 10px rgba(6, 94, 148, 0.5);
}
.conference-lectors-cols .lector-name {
    display: block;
    font-size: 1em;
    line-height: 0.5em;
    margin: 0.9em 0 0;
}
.conference-info-cols {
    margin: 0 274px;
}
.conference-info-ico {
    background: transparent url("icons.png") no-repeat 0 0;
    height: 88px;
    margin: 0 auto;
    width: 88px;
    -webkit-box-shadow: 0 40px 30px 0px rgba(6, 94, 148, 0.5);
    -moz-box-shadow: 0 40px 30px 0px rgba(6, 94, 148, 0.5);
    box-shadow: 0 40px 30px 0px rgba(6, 94, 148, 0.5);
    -ms-border-radius: 55px;
    border-radius: 55px;
}
.lectures_ico {
    background-position: 0 -460px;
}
.stream_ico {
    background-position: -90px -460px;
}
.stream4_ico {
    background-position: -318px -460px;
}
.master_classes_ico {
    background-position: -180px -460px;
}
.conference-info-title {
    font-size: 0.95em;
    margin: 1.2em 0 0;
    text-transform: uppercase;
}
.conference-cost {
    margin: 5.4em 0 0;
}
.conference-cost-date {
    text-transform: uppercase;
}
.conference-cost-price {
    font-size: 5.5em;
    line-height: 1em;
    margin-left: 0.5em;
}
.price-currency {
    font-size: 1.4em;
    margin-left: 0.8em;
}
.conference-registration {
    margin: 2.9em 0 4.5em;
}
.registration-button {
    border-radius: 2em;
    font-size: 1.3em;
    padding: 0.9em 4.3em 1.1em;
    -webkit-box-shadow: 0 20px 20px 10px rgba(6, 94, 148, 0.5);
    -moz-box-shadow: 0 20px 20px 10px rgba(6, 94, 148, 0.5);
    box-shadow: 0 20px 20px 10px rgba(6, 94, 148, 0.5);
}
.registration-button:hover {
    color: #ffffff !important;
    border-color: #ab181f !important;
    -webkit-box-shadow: 0px 0px 6px rgba(253, 1, 1, 0.5), 0 20px 20px 10px rgba(6, 94, 148, 0.5);
    -moz-box-shadow: 0px 0px 6px rgba(253, 1, 1, 0.5), 0 20px 20px 10px rgba(6, 94, 148, 0.5);
    box-shadow: 0px 0px 6px rgba(253, 1, 1, 0.5), 0 20px 20px 10px rgba(6, 94, 148, 0.5);
}
.conference__social .seminar__social-icon_fb {
    background-position: -272px -459px;
}
.conference-contacts {
    margin: 0.6em 0 0;
    padding: 0 0 1.9em;
}
.conference__place {
    font-size: 1.2em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.smm-wrapper {
    background: transparent url("../i/smm_bg.png") repeat -15px 0;
    color: #FFFFFF;
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
    line-height: 1.5;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.smm_date {
    background: url("../i/conf2-date-bg.png") no-repeat scroll center 47px rgba(0, 0, 0, 0);
    font-size: 24px;
    line-height: 40px;
    padding: 43px 0 21px;
    text-align: center;
}
.smm_date span {
    color: #36353a;
    -webkit-box-shadow: 0 30px 40px 0 rgba(123, 17, 42, 0.4);
    -moz-box-shadow: 0 30px 40px 0 rgba(123, 17, 42, 0.4);
    box-shadow: 0 30px 40px 0 rgba(123, 17, 42, 0.4);
    display: block;
    margin: 0 auto;
    width: 170px;
}
.smm_logo {
    background: url("../i/smm-logo.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 79px;
}
.smm_description {
    font-size: 1.2em;
    line-height: 1.4em;
    padding-top: 6px;
    width: 62%;
}
.smm-wrapper .conference-lectors-cols img {
    -webkit-box-shadow: 0 10px 20px 10px rgba(123, 17, 42, 0.5);
    -moz-box-shadow: 0 10px 20px 10px rgba(123, 17, 42, 0.5);
    box-shadow: 0 10px 20px 10px rgba(123, 17, 42, 0.5);
}
.smm-wrapper .conference-info-ico {
    -webkit-box-shadow: 0 10px 20px 10px rgba(123, 17, 42, 0.5);
    -moz-box-shadow: 0 10px 20px 10px rgba(123, 17, 42, 0.5);
    box-shadow: 0 41px 15px -5px rgba(134, 6, 42, 0.5);
}

.registration-button-red {
    -webkit-box-shadow: 0 20px 20px 10px rgba(123, 17, 42, 0.5);
    -moz-box-shadow: 0 20px 20px 10px rgba(123, 17, 42, 0.5);
    box-shadow: 0 20px 20px 10px rgba(123, 17, 42, 0.5);
}
.registration-button-red:hover {
    color: #ffffff !important;
    border-color: #ab181f !important;
    -webkit-box-shadow: 0px 0px 6px rgba(253, 1, 1, 0.5), 0 20px 20px 10px rgba(123, 17, 42, 0.5);
    -moz-box-shadow: 0px 0px 6px rgba(253, 1, 1, 0.5), 0 20px 20px 10px rgba(123, 17, 42, 0.5);
    box-shadow: 0px 0px 6px rgba(253, 1, 1, 0.5), 0 20px 20px 10px rgba(123, 17, 42, 0.5);
}
.past-conference {
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
    margin: 0 auto 125px;
    text-align: center;
    width: 970px;
}
.past-conference__ico {
    background-image: url("icons.png");
    background-position: -272px -505px;
    height: 40px;
    margin: 43px auto 24px;
    width: 26px;
}
.past-conference h2 {
    margin: 0 auto;
    width: 55%;
}
.past-conference__description {
    font-size: 1em;
    line-height: 1.4em;
    margin: 22px auto 78px;
    width: 55%;
}
.past-conference__list {
    padding: 0 0 0 30px;
}
.past-conference__item {
    background: url("dot.png") repeat-y scroll right 0 rgba(0, 0, 0, 0);
    float: left;
    width: 303px;
}
.past-conference__item:nth-child(3) {
    background: none;
}
.past-conference__item-logo {
    height: 205px;
}
.past-conference__item-title {
    margin: 2.2em 0 1.2em;
}
.past-conference__item-title a {
    border-bottom: 1px solid #accfdd;
    color: #00739d !important;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.2em;
    text-decoration: none;
}
.past-conference__item-title a:hover {
    border-bottom: none;
}
.past-conference__item-description {
    font-family: Helvetica,Arial,sans-serif;
    color: #262626;
    font-size: 0.9em;
    height: 16.3em;
    line-height: 1.55em;
    padding: 0 3em;
}
.past-conference__materials {
    padding: 0 0 0 46px;
}
.past-conference__materials li {
    color: #999999;
    display: block;
    float: left;
    font-size: 0.8em;
    margin: 0 19px 0 0;
}
.past-conference__materials li span {
    background: url("icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
}
.past-conference__materials .past-conference__video-ico {
    background-position: -407px -436px;
    height: 16px;
    margin: 0 7px 0 0;
    width: 16px;
}
.past-conference__materials .past-conference__presentations-ico {
    background-position: -426px -434px;
    height: 16px;
    margin: 0 4px 0 0;
    width: 17px;
}
.past-conference__more {
    margin: 35px 0 0;
}
.past-conference__more .button {
    padding: 1em 2em;
}
.conference__notice {
    padding: 3.4em 0 2.5em;
}
.conference__notice .discuss-btn {
    margin-top: 2em;
}

.optimization-wrapper .navigation a,
.optimization-wrapper .navigation a:visited,
.smm-wrapper .navigation a,
.smm-wrapper .navigation a:visited {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.optimization-wrapper .navigation a:hover {
    color: #ffffff !important;
    border-bottom: none;
}
.optimization-wrapper .navigation__item_selected {
    color: #ffffff;
}
.optimization-wrapper .layer-wrapper_fixed-top .navigation a,
.optimization-wrapper .layer-wrapper_fixed-top .navigation a:visited,
.smm-wrapper .layer-wrapper_fixed-top .navigation a,
.smm-wrapper .layer-wrapper_fixed-top .navigation a:visited {
    color: #0086ad;
    border-color: #0086ad;
    border-color: rgba(0, 134, 173, 0.3);
}
.optimization-wrapper .layer-wrapper_fixed-top .navigation a:hover {
    color: #d51521 !important;
    border-color: #d51521 !important;
    border-color: rgba(213, 21, 33, 0.3) !important;
}

.optimization-wrapper .lang-switcher a,
.optimization-wrapper .lang-switcher a:visited,
.smm-wrapper .lang-switcher a,
.smm-wrapper .lang-switcher a:visited {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.optimization-wrapper .lang-switcher a:hover {
    border-bottom: none;
}
.smm-wrapper .lang-switcher a:hover {
    color: #0086ad !important;
    border-bottom: 0 none;
}
.optimization-wrapper .sub-navigation .navigation__item_selected a,
.optimization-wrapper .sub-navigation .navigation__item_selected a:visited,
.smm-wrapper .sub-navigation .navigation__item_selected a,
.smm-wrapper .sub-navigation .navigation__item_selected a:visited {
    font-size:86%;
    color: #0086ad;
    border-bottom: 0 none;
}
.optimization-wrapper .sub-navigation .navigation__item_selected a:hover,
.smm-wrapper .sub-navigation .navigation__item_selected a:hover {
    color: #da1318 !important;
    border-bottom: 0 none;
}
.past-conference-info {
    padding:67px 266px 0;
}
.video_ico {
    background-position:0 -551px;
    height:120px;
    width:100px;
}
.past-conference-wrapper .stream_ico, .past-conference-wrapper .lectures_ico {
    margin-top: 32px;
}
/*.past-conference-wrapper .past-conference__title {
  font-family: "OpenSans",Helvetica,Arial,sans-serif;
  font-weight: bold;
  margin: 0.45em 0 0 1.5em;
  background-position: 150px 11px;
  font-size: 3.4em;
}*/
.past-conference-wrapper .past-conference__more {
    margin: 2em 0 4.5em;
}
.past-conference-lectors {
    width: 970px;
    margin: 57px auto 0;
}
/*
.past-conference-lectors-ico {
  background: url("icons.png") no-repeat scroll -408px -460px rgba(0, 0, 0, 0);
  height: 28px;
  width: 30px;
  margin: 0 auto 34px;
}
.past-conference-lectors h2 {
width: 50%;
margin: 0 auto;
text-align: center;
}
*/
.speakers-section {
    padding-bottom: 105px;
}
.speakers-slider {
    width: 920px;
    margin: 0 auto;
}
.notice__header_past-conference {
    margin-bottom: 0.15em;
}
.notice__header_past-conference:before {
    background-position: -409px -491px;
    width: 37px;
    height: 28px;
    margin-left: -19px;
}
.past-conference__photo_list {
    /*  width: 1002px;*/
    width: 970px;
    margin: 0 auto 50px;
}
.past-conference__photo_item {
    position: relative;
    float: left;
    width: 194px;
    height: 194px;
    border-left: 2px solid #000000;
    border-bottom: 3px solid #000000;
}
.past-conference__photo_item:nth-child(5n+1) {
    width: 192px;
    border-left: 0 none;
}
/*.past-conference__photo_item:nth-child(n+11) {
  height: 192px;
  border-bottom: 0 none;
}*/
/*.past-conference__photo_item:nth-last-child(-n+5) {
  height: 192px;
  border-bottom: 0 none;
}*/
.last_line_images {
    height: 192px;
    border-bottom: 0 none;
}
.past-conference__photo_item a {
    display: block;
    height: 192px;
    width: 192px;
    transition: all 0.2s ease-in-out 0s;
}
.past-conference__photo_item a:hover:before {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
}
.past-conference__photo_item a:hover:after {
    display: block;
    content: '';
    height: 21px;
    width: 21px;
    background: url("icons.png") no-repeat scroll -409px -521px rgba(0, 0, 0, 0);
    position: absolute;
    right: 12px;
    top: 11px;
}
.past-conference__photo_item a img {
    height: 192px;
    width: 192px;
}
.past-conference__photo_item .past-conference__photo_link {
    display: block;
    background-color: #000000;
    color: #ffffff !important;
    text-align: center;
    padding: 95px 0 0;
    font-size: 22px;
}
.past-conference__photo_item a.past-conference__photo_link:before, .past-conference__photo_item a.past-conference__photo_link:hover:before {
    display: block;
    content: '';
    background: url("icons.png") no-repeat scroll -447px -408px rgba(0, 0, 0, 0);
    height: 7px;
    width: 12px;
    position: absolute;
    top: 109px;
    left: 156px;
}
.past-conference__photo_item a.past-conference__photo_link:after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    background-image: none;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
}
.past-conference__photo_item a.past-conference__photo_link:hover {
    background-color: #da1318;
}
.past-conference__photo_item a.past-conference__photo_link:hover:after {
    background-color: rgba(0, 0, 0, 0);
}
.past-conference__photo_link_all:before {
    display: block;
    content: '';
    height: 36px;
    width: 36px;
    background: url("icons.png") no-repeat scroll -102px -550px rgba(0, 0, 0, 0);
    position: absolute;
    left: 81px;
    top: 46px;
}
.notice__header_past-conference_video {
    padding-bottom: 19px;
}
.notice__header_past-conference_video:before {
    background-position: -140px -550px;
    width: 36px;
    height: 36px;
    margin-left: -19px;
}
.past-conference__video {
    margin: 0 0 44px 102px;
}
.past-conference__video_item {
    display: block;
    width: 220px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 40px
}
.past-conference__video_link:after {
    display: block;
    content: '';
    position: absolute;
    top: 35px;
    left: 67px;
    background-image: url(icons.png);
    background-position: 0px 0px;
    width: 87px;
    height: 87px;
    opacity: .7;
}
.past-conference__video_link:hover:after {
    opacity: 1;
}
.past-conference__video_image {
    display: block;
    height: 146px;
    width: 220px;
    margin-bottom: 0.1em;
}
.past-conference__video_download {
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
    color: #00739f !important;
    margin: 9px 0 0 23px;
    font-size: 0.7em;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0.06em;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
}
.pc-pres-name, .pc-pres-about {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
.pc-pres-name {
    text-transform: uppercase;
    display: block;
}
.pc-pres-about {
    color: #8d8d8f;
    font-weight: normal;
    font-family: 'OpenSansSemi';
}
.past-conference__video_download:before {
    display: block;
    content: '';
    height: 16px;
    width: 16px;
    background-image: url(icons.png);
    background-position: -444px -436px;
    position: absolute;
    bottom: -1px;
    left: -23px;
}
.past-conference-section {
    padding-bottom: 57px;
}
.notice__header_past-conference_feedback:before {
    background-position: -177px -550px;
    width: 37px;
    height: 31px;
    margin-left: -19px;
}

.past-conference_feedback_list {
    width: 970px;
    margin: 0 auto;
    padding-top: 42px;
    padding-bottom: 60px;
}
.past-conference_feedback_item {
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
    text-align: center;
    width: 674px;
    margin: 0 auto;
}
.past-conference_feedback_item_text {
    color: #313133;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0.5em 0 0.7em;
}
.past-conference_feedback_item_photo {
    width: 90px;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: -95px;
}
.past-conference_feedback_item_photo img {
    max-width: 100%;
    border-radius: 50%;
}
.past-conference_feedback_list .fotorama__stage__frame,
.past-conference_feedback_list.fotorama .fotorama__stage {
    overflow: visible;
}
.past-conference_feedback_item_author {
    color: #8d8d8f;
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.past-conference_feedback_notice {
    padding-bottom: 0;
}
.past-conference_feedback_list .fotorama__arr {
    top: 16px;
}
.past-conference_event {
    margin-top: 0;
    padding-bottom: 2.8em;
}
.past-conference_event .conference-mustache img {
    width: auto;
}
.notice__header_past-conference_event:before {
    background-position: -215px -550px;
    width: 26px;
    height: 40px;
    margin-left: -14px;
    top: 9px;
}
.past-conference_event .cols {
    padding: 20px 222px 0;
}
.past-conference_event .conference-mustache {
    width: 30%;
}
.past-conference_event .notice {
    padding-bottom: 1.2em;
}
.past-conference_event .conference__title {
    margin-bottom: 0.7em;
}
.past-conference_event .button {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 0 0 29.5em;
    padding: 1em 2.4em;
}
/*.optimization-wrapper .layer-wrapper_fixed-top {
  background: transparent url("../i/opt_bg.png") repeat -15px 0;
}*/

.cases__header {
    background: url("bg-logo-promodo.png") no-repeat center bottom;
    padding: 41px 0 65px;
}
.cases__header h1 {
    color: #000000;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0.45em;
    text-align: center;
    width: 100%;
}
.cases__description {
    margin: 0 auto 1.6em;
    text-align: center;
    width: 66%;
    font-size: 0.9em;
    line-height: 1.6em;
}
.case-solution-list {
    padding: 7em 5% 0;
    text-align: justify;
}
.case-solution-list:after {
    display: inline-block;
    width: 100%;
    content: '.';
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.case-solution-item-link-block {
    margin: 5.3em 0 5.3em -1em;
}
.case-solution-item-link {
    font-family:'OpenSans';
    border: 1px solid #00739f;
    -ms-border-radius: 24px;
    border-radius: 24px;
    display: block;
    position: relative;
    margin: 0 auto;
    height: 48px;
    line-height: 45px;
    width: 157px;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    padding-left: 24px;
    letter-spacing: 0.05em;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}
.case-solution-item-link:after {
    display: block;
    content: '';
    position: absolute;
    background-image: url(/themes/default/css/icons.png);
    background-position: -233px -879px;
    width: 13px;
    top: 20px;
    height: 7px;
    background-size: 244px;
    right: 12px;
}
.case-solution-item-link-close:after {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}
.case-solution-item-link:hover:after {
    background-position: -440px -472px;
}

.case-approach-list {
    display: none;
    position: relative;
    margin-top: -35px;
    z-index: 10;
}
.case-approach-list .layer_blue {
    padding: 0 5em;
}

/*.case-approach-list .layer_blue:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #3ca7c9;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -30px;
}*/
.case-approach-list .approach-list {
    padding: 8.5em 0 7.5em;
    text-align: justify;
}
.case-approach-list .approach a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.case-approach-list .approach a > .before {
    border: 0 none;
    background-color: #ffffff;
}

.smm-wrapper .smm-past-conference-info .conference-info-ico {
    -webkit-box-shadow: 0 40px 30px 0px rgba(123, 17, 42, 0.5);
    -moz-box-shadow: 0 40px 30px 0px rgba(123, 17, 42, 0.5);
    box-shadow: 0 40px 30px 0px rgba(123, 17, 42, 0.5);
}
.weekdays-company {
    padding: 1px 0 8px;
}
.our-pride {
    padding-bottom: 1.2em;
}
.quick-facts-block {
    float: none;
    margin: 0 auto;
    clear: both;
}
.quick-facts-block .pride__image {
    top: -15px;
}
/*.notice__header_certificates {
  margin: 0 3.5em;
}*/
.notice__header_certificates:before {
    background-position: -269px -627px;
    width: 34px;
    height: 33px;
    margin-left: -12px;
}
.certificates-list {
    margin: 2em 2em 0;
}
.certificates__image {
    text-align: center;
}
.certificates-list .col {
    margin-bottom: 55px;
    height: 202px;
}
.certificates__image a{
    border: none;
}
.certificates__image.cert-yandex-direct {
    margin: 0 !important;
}
.certificates__image.cert-yandex-direct img{
    margin-top: 1.5em;
    max-width: 100px;
}
.certificates__image.certificates__google-analytics img{
    margin-top: 1.5em;
    max-width: 100px;
}
.certificates__google-partner img {
    margin-top: 25px;
}
.certificates__cert-directhit img{
    margin-top: -23px;
}
.certificates__seo img {
    margin-top: 8px;
}
.cert-directhit img {
    height: 124px;
    margin-left: 25px;
}
.certificates-list .cert-vrk img {
    width: 140px;
}
.notice__header_sport-results:before {
    background-position: 0px -673px;
    width: 73px;
    height: 32px;
    margin-left: -58px;
}
.sport-results-list {
    margin: 2em auto 4em;
    width: 740px;
}
.sport-results__image {
    text-align: center;
}
.sport-results__text {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: 21px 95px 0;
    text-align: center;
    font-size: 19px;
    line-height: 24px;
}
.sport-results__type {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #8d8d8f;
    margin-bottom: 7px;
}

.certificates-slides {
    padding-bottom: 100px;
}

.client-short {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    color: #999;
    margin-bottom: -15px;
}
/*
.history table {

}
.history tr {
  border-bottom: 2px dashed #c2c2c2;
}
.history td {
  font-family: "OpenSansNormal", Helvetica, Arial, sans-serif;
  padding: 0;
}
*/
.history__year-event-block {
    border-bottom: 2px dashed #c2c2c2;
    font-family: "OpenSansNormal", Helvetica, Arial, sans-serif;
    padding: 44px 0 26px;
}
.history__year-event-block.last{
    border-bottom:none;
    padding-bottom: 15px;
}

.history .history__year-block {
    font-family: "OpenSansLight", Helvetica, Arial, sans-serif;
    width: 115px;
    font-size: 35px;
    line-height: 35px;
    color: #7d8388;
    float: left;
}
.history .history__event-block {
    position: relative;
    padding: 0 0 0 60px;
    float: left;
}
.history .history__team-block {
    float: right;
    position: relative;
    width: 104px;
    text-align: right;
    font-size: 35px;
    line-height: 35px;
    color: #d41420;
}
.history .history__team-block-ico {
    background-image: url(icons.png);
    background-position: -116px -710px;
    content: '';
    display: block;
    float: right;
    height: 33px;
    width: 12px;
    margin-right: 11px;
}
.history__team-block-count {
    display: block;
    float: right;
}
.history__event-icon-block {
    background-image: url(icons.png?v=1);
    position: absolute;
    border: none;
}
.history__event-icon-start {
    background-position: -77px -672px;
    width: 47px;
    height: 34px;
    top: 0;
    left: 3px;
}
.history__event-start {
    position: relative;
    font-size: 28px;
    line-height: 34px;
    display: block;
    float: left;
    margin-right: 29px;
}
.history__event-start:before {
    background-image: url(icons.png);
    background-position: -449px -484px;
    content: '';
    display: block;
    position: absolute;
    height: 11px;
    width: 11px;
    top: 17px;
    left: 79px;
}
.history__event-text-bg {
    display: block;
    position: relative;
    float: left;
    margin: -7px 32px 0;
    text-align: center;
}
.history__event-text-bg:before {
    background-image: url(history-info-bg.png);
    background-position: 0 0;
    content: '';
    display: block;
    width: 32px;
    height: 75px;
    position: absolute;
    top: -7px;
    left: -32px;
}

.history__event-text-bg:after {
    background-image: url(history-info-bg.png);
    background-position: 0 86px;
    content: '';
    display: block;
    width: 32px;
    height: 75px;
    position: absolute;
    top: -7px;
    right: -32px;
}
.history__event-text-bg-inner {
    background-color: #f0f9fe;
    display: block;
    width: 184px;
    padding: 10px 0 11px;
    color: #525a62;
    font-size: 13px;
    line-height: 15px;
}
.history__event-text-bg-second {
    margin-left: 39px;
}
.history__event-text-bg-inner:before {
    background: url(history-info-bg2.png) repeat-x -9px 0;
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    top: -5px;
}
.history__event-text-bg-inner:after {
    background: url(history-info-bg2.png) repeat-x 0 -6px;
    content: '';
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    bottom: -20px;
}
.history__event-text-block {
    font-size: 14px;
    line-height: 18px;
    display: block;
    padding-top: 5px;
}
.history__event-icon-town {
    background-position: -126px -672px;
    width: 46px;
    height: 33px;
    top: 0;
    left: 3px;
}
.history__event-text-bold {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
}
.history__event-icon-top10 {
    background-position: -174px -672px;
    width: 28px;
    height: 43px;
    top: 0;
    left: 8px;
}
.history__event-icon-top1 {
    background-position: -145px -1169px;
    background-repeat: no-repeat;
    width: 28px;
    height: 43px;
    top: 0;
    left: -55px;
}
.history__event-icon-sport {
    background-position: -85px -1173px;
    background-repeat: no-repeat;
    width: 53px;
    height: 43px;
    top: 0;
    left: -68px;
}
.history__event-icon-sport-basket {
    background-position: -111px -1173px;
    background-repeat: no-repeat;
    width: 26px;
    height: 43px;
    top: 0;
    left: -60px;
}
.history__event-icon-advert {
    background-position: -429px -1459px;
    background-repeat: no-repeat;
    width: 31px;
    height: 31px;
    top: 0;
    left: -60px;
}
.history__event-icon-rock {
    background-position: 100% -1504px;
    background-repeat: no-repeat;
    width: 20px;
    height: 33px;
    top: 0;
    left: -60px;
}
.history__event-col {
    display: block;
    float: left;
    position: relative;
}
.history__event-col_250 {
    width: 250px;
    margin-right: 120px;
}
.history__event-col_215 {
    width: 215px;
}
.history__event-icon-conf {
    background-position: -203px -681px;
    width: 33px;
    height: 46px;
    top: -6px;
    left: -55px;
}
.history__event-icon-research {
    background-position: -127px -1855px;
    width: 30px;
    height: 40px;
    top: -6px;
    left: -55px;
}
.history__event-icon-school {
    background-position: -122px -1904px;
    width: 42px;
    height: 30px;
    top: 0;
    left: -55px;
}
.history__event-icon-dm {
    background-position: -196px -1855px;
    width: 38px;
    height: 40px;
    top: -8px;
    left: -55px;
}
.history__event-icon-folder {
    display: inline-block;
    background-position: -162px -1868px;
    position: relative;
    width: 32px;
    height: 30px;
    top: 10px;
    left: 0;
}
.history__event-icon-plant-a-tree {
    background-position: -14px -1839px;
    display: block;
    position: absolute;
    height: 130px;
    width: 104px;
    top: 0;
    right: -200px;
}
.history__event-icon-clutch {
    height: 35px;
    width: 95px;
    background-position: -128px -1940px;
    right: -110px;
    top: -5px;
}
.history__event-icon-awwwards {
    height: 24px;
    width: 143px;
    background-position: -12px -1994px;
    left: 310px;
    top: 4px;
}
.history__event-icon-key-gp {
    display: inline-block;
    position: relative;
    left: 0;
    top: 4px;
    height: 22px;
    width: 44px;
    margin-right: 5px;
    background-position: -155px -1990px;
}
.history__event-vert-items-block.top_one_2018 {width: 400px;}
.history__event-icon-club {
    background-position: -371px -682px;
    width: 49px;
    height: 31px;
    top: 8px;
    left: -67px;
}
.history__event-icon-promomush {
    background-position: -238px -681px;
    width: 42px;
    height: 34px;
    top: -3px;
    left: -60px;
}
.history__event-text-item {
    float: left;
    margin-right: 10px;
}
.history__event-text-bg-inner105 {
    width: 101px;
}
.history__event-text-bg-department {
    margin-top: -9px;
}

.history__event-text-bg-one-line-small.email-marketing .history__event-text-bg-inner {
    width: 123px;
}
.history__event-text-bg-one-line-small.email-marketing {
    right: -110px;
    margin-top: -25px;
}
.history__event-text-bg-inner-dev {
    line-height: 30px;
}
.history__crisis-year-block {
    position: relative;
    min-height: 110px;
}
.history__crisis-year-block:after {
    background: url(icons.png) no-repeat -421px -641px;
    content: '';
    display: block;
    position: absolute;
    height: 55px;
    width: 35px;
    top: 47px;
    left: -3px;
}
.history__crisis-year-block span {
    display: block;
    position: absolute;
    font-size: 10px;
    line-height: 14px;
    width: 70px;
    top: 49px;
    left: 38px;
}
.history__event-item-partners-block {
    margin-top: 35px;
    width: 265px;
}
.history__event-icon-partner {
    background: url(icons.png) no-repeat -280px -661px;
    display: block;
    position: absolute;
    height: 35px;
    width: 32px;
    top: 3px;
    left: -53px;
}
.history__event-icon-adw-partner {
    background: url(icons.png) no-repeat 0px -707px;
    display: block;
    position: absolute;
    height: 44px;
    width: 41px;
    top: 1px;
    right: -46px;
}
.history__event-vert-items-block {
    position: relative;
    float: left;
    width: 266px;
}
.history__event-icon-ya-partner {
    background: url(icons.png) no-repeat -42px -706px;
    display: block;
    position: absolute;
    height: 44px;
    width: 34px;
    top: 23px;
    right: 30px;
}
.history__event-icon-adw-certif {
    background: url(icons.png) no-repeat -78px -708px;
    display: block;
    position: absolute;
    height: 44px;
    width: 38px;
    top: 25px;
    right: -11px;
}
.history__event-item-first-optim-block {
    margin-top: 30px;
}
.history__event-item-first-optim-block .history__event-icon-conf {
    top: -16px;
}
.history__event-item-first-optim-block .history__event-text-block {
    margin-left: 28px;
}
.history__event-icon-optim {
    background: url(icons.png) no-repeat -439px -520px;
    display: block;
    position: absolute;
    height: 23px;
    width: 21px;
    top: 3px;
    left: -29px;
}
.history__event-conf-num {
    display: block;
    position: absolute;
    bottom: -12px;
    left: -10px;
    font-size: 11px;
    color: #b2b2b2;
}
.history__event-vert-items-right-block {
    width: 170px;
    float: left;
    margin-left: 107px;
}
.history__event-icon-hand {
    background: url(icons.png) no-repeat -315px -662px;
    display: block;
    position: absolute;
    height: 39px;
    width: 54px;
    top: 2px;
    left: -70px;
}
.history__event-item-conf-list-block {
    margin: 27px 0 26px 28px;
}

.history__event-item-conf-list-block.no-margin {
    margin-left: 0;
}

.history__event-item-conf-list-block .history__event-text-block {
    margin-bottom: 10px;
}
.history__event-icon-sem {
    background: url(icons.png) no-repeat -437px -543px;
    display: block;
    position: absolute;
    height: 25px;
    width: 23px;
    top: 2px;
    left: -31px;
}
.history__event-icon-smm {
    background: url(icons.png) no-repeat -437px -569px;
    display: block;
    position: absolute;
    height: 23px;
    width: 23px;
    top: 2px;
    left: -31px;
}
.history__event-icon-key {
    background: url(icons.png) no-repeat -213px -1418px;
    display: inline-block;
    position: relative;
    height: 18px;
    width: 38px;
    margin-right: 5px;
}
.history__event-icon-georgia {
    background: url(icons.png) no-repeat -213px -1438px;
    position: absolute;
    height: 45px;
    width: 45px;
    margin-right: 5px;
    left: -61px;
}
.history__event-icon-behance {
    background: url(icons.png) no-repeat -263px -1416px;
    position: absolute;
    height: 30px;
    width: 37px;
    left: -61px;
}
.history__event-icon-cluster {
    background: url(icons.png) no-repeat -263px -1449px;
    position: absolute;
    height: 40px;
    width: 40px;
    left: -61px;
    top: -5px;
}
.history__event-icon-google {
    background: url(icons.png) no-repeat -312px -1424px;
    position: absolute;
    height: 48px;
    width: 48px;
    left: -65px;
    top: -7px;
}
.allgood {
    margin-left: -60px;
    margin-top: 15px;
}
.history__event-icon-saveheart {
    background: url(icons.png) no-repeat -372px -1459px;
    position: absolute;
    height: 38px;
    width: 40px;
    left: -61px;
    top: -5px;
}
.history__event-icon-gpartner {
    background: url(icons.png) no-repeat -365px -1418px;
    position: absolute;
    height: 35px;
    width: 95px;
    left: 300px;
    top: -2px;
}
.history__event-icon-gpartner.history__event-icon-pgp {
    background-position: -92px -1501px;
    left: 370px;
}
.history__event-icon-ypartner {
    background: url(icons.png) no-repeat -365px -1418px;
    position: absolute;
    height: 39px;
    width: 33px;
    left: 300px;
    top: -2px;
}
.history__event-icon-ypartner.history__event-icon-pgp {
    background-position: -192px -1501px;
    left: 545px;
}
.history__event-icon-bing {
    background: url(icons.png) no-repeat -365px -1418px;
    position: absolute;
    height: 30px;
    width: 90px;
    left: 300px;
    top: -2px;
}
.history__event-icon-bing.history__event-icon-pgp {
    background-position: -230px -1504px;
    left: 370px;
}
.history__event-icon-8p {
    background: url(icons.png) no-repeat 0px -1175px;
    display: block;
    position: absolute;
    height: 23px;
    width: 20px;
    top: 2px;
    left: -31px;
}
.history__event-icon-owox {
    background: url(icons.png) no-repeat -29px -1175px;
    display: block;
    position: absolute;
    height: 23px;
    width: 23px;
    top: 2px;
    left: -31px;
}
.history__event-icon-iprof {
    background: url(icons.png) no-repeat -56px -1175px;
    display: block;
    position: absolute;
    height: 23px;
    width: 23px;
    top: 2px;
    left: -31px;
}
/*.history__event-item-conf-list-block .history__event-icon-optim {
  top: 71px;
  left: -29px;
}
.history__event-conf-list-num-1 {
  bottom: 67px;
  left: -10px;
}
.history__event-conf-list-num-2 {
  bottom: 35px;
  left: -10px;
}
.history__event-conf-list-num-3 {
  bottom: -1px;
  left: -10px;
}*/
.history__event-vert-items-block-2011 {
    margin-left: 47px;
}
.history__event-vert-items-block-2011 .history__event-icon-promomush {
    left: -1px;
}
.history__event-vert-items-block-2011 .history__event-text-item {
    margin-left: 59px;
}
.history__event-text-bg-one-line:before {
    background: url(history-info-bg3.png) no-repeat 0 0;
    height: 54px;
}
.history__event-text-bg-one-line:after {
    background: url(history-info-bg3.png) repeat-x 0 -54px;
    height: 54px;
}
.history__event-text-bg-one-line .history__event-text-bg-inner {
    padding: 8px 0;
}
.history__event-vert-items-block-2011 .history__event-text-bg {
    margin-top: 30px;
}
.history__event-icon-posadiderevo {
    background: url(icons.png) no-repeat 0 -750px;
    display: block;
    position: absolute;
    height: 130px;
    width: 102px;
    top: 102px;
    right: 43px;
}
.history__event-icon-posadiderevo-2 {
    background: url(icons.png) no-repeat  -233px -1620px;
    display: block;
    position: absolute;
    height: 130px;
    width: 108px;
    top: 95px;
    right: 50px;
}
.history__event-item-block .history__event-icon-town {
    left: -62px;
}
.history__event-icon-megaphone {
    background: url(icons.png) no-repeat -305px -627px;
    display: block;
    position: absolute;
    height: 34px;
    width: 40px;
    top: 5px;
    left: -61px;
}
.history__event-vert-items-block-2012 {
    margin-left: 107px;
}
.history__event-vert-items-block-2014 {
    margin-left: 107px;
    width: 210px;
}
.top_one {
    width: 315px;
}
.history__event-line-block-2012 .history__event-text-block.best-report {
    margin-left: 0px;
    margin-right: 49px;
}
.history__event-vert-items-block-2012 .history__event-icon-town, .history__event-vert-items-block-2014 .history__event-icon-town {
    left: -61px;
}
.history__event-line-block {
    margin: 0 0 35px;
}
.history__event-line-block.mg-bototm {
    margin: 0 0 10px;
}
.block-2014 .history__event-line-block {
    margin: 0 0 20px;
}
.history__event-text-bg-one-line-small {
    margin-top: -4px;
}
.history__event-text-bg-one-line-small .history__event-text-bg-inner {
    width: 83px;
}
.history__event-icon-rulivles {
    background: url(icons.png) no-repeat -104px -750px;
    display: block;
    position: absolute;
    height: 105px;
    width: 102px;
    top: -11px;
    right: 101px;
}
.history__event-icon-christmas-tree {
    background: url(icons.png) no-repeat -345px -1620px;
    display: block;
    position: absolute;
    height: 130px;
    width: 108px;
    top: 95px;
    right: -70px;
}
.history__event-text-conf-block {
    position: relative;
}
.history__event-line-block-2012 {
    margin-top: 42px;
}
.history__event-line-block-2012 .history__event-icon-conf,
.history__event-line-block-2013 .history__event-icon-conf {
    top: -12px;
    left: -57px;
}
.history__event-line-block-2012 .history__event-text-block,
.history__event-line-block-2013 .history__event-text-block {
    float: left;
    margin: 0 29px;
}
.history__event-line-block-2013 {
    margin-top: 0;
    margin-bottom: 51px;
}
.history__event-line-block-2013 .history__event-conf-stat {
    float: none;
    clear: left;
    padding: 16px 0 0;
    margin-left: 0;
}
.history__event-line-block .history__event-icon-top10 {
    left: -55px;
}
.history__event-icon-1c {
    background: url(icons.png) no-repeat -371px -644px;
    display: block;
    position: absolute;
    height: 22px;
    width: 49px;
    top: 5px;
    left: -61px;
}

.history__event-icon-iforum {
    background: url(icons.png) no-repeat -371px -667px;
    display: block;
    position: absolute;
    height: 14px;
    width: 45px;
    top: 6px;
    left: -56px;
}
.history__event-line-block > .history__event-icon-iforum {
    left: -61px;
}
.gray-text {
    color: #bcc5c9;
}
.block-2015 img {
    margin-left: -70px;
}
.start-block {
    margin: 39px auto 0;
    width: 285px;
    text-align: center;
}
.start-bullet {
    display: block;
    float: left;
    background-color: #898a8e;
    margin: 0 6px;
}
.start-bullet-4 {
    height: 4px;
    width: 4px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin-top: 10px;
}
.start-bullet-5 {
    height: 5px;
    width: 5px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
}
.start-bullet-6 {
    height: 6px;
    width: 6px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-top: 9px;
}
.start-bullet-8 {
    height: 8px;
    width: 8px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-top: 8px;
}
.start-bullet-10 {
    height: 10px;
    width: 10px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: 7px;
}
.start-bullet-12 {
    height: 12px;
    width: 12px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin-top: 6px;
}
.start-bullet-14 {
    height: 14px;
    width: 14px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    margin-top: 5px;
}
.start-bullet-ico {
    background: url(icons.png) no-repeat -397px -374px;
    display: block;
    height: 24px;
    width: 18px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.start-text {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    margin: 3px 0 0;
    font-size: 16px;
    color: #ce1525;
}




/*
РїРѕС‡РµРјСѓ-С‚Рѕ РїРѕС‚РµСЂСЏР»Рё РІ Р±РѕР»РµРµ РїРѕР·РґРЅРёС… РєРѕРјРјРёС‚Р°С…
*/
.layer-wrapper_grey-circles {
    position: relative;
    padding-top: 20px;
    padding-bottom: 88px;
}
.layer-wrapper_grey-circles:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 346px;
    background: transparent url("grey_circles.png") repeat 39px 23px;
}

.sub-navigation .navigation__item_selected a{
    border:none;
    color: #d51521;
}

.notice__text_tiny{
    font-size: 93%;
    line-height: 1.6;
}

.article .article__text {
    width:90%;
    margin-top: 36px;
}

.webinar__header-wrapper{
    width: 650px;
    height: 355px;
    font-size: 26pt;
    font-weight: bold;
    line-height: 45px;
    padding: 48px 150px 0 150px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    background-image: url(laptop.png);
}
#play-button{
    background-image: url(play.png);
    width:109px;
    height:109px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-bottom: none;
    top: 110px;
    cursor:pointer;
    z-index:100;
}
.webinar__social {
    position: absolute;
    width: 540px;
    left: 380px;
    top: 372px;
}
.webinars__social {
    position: absolute;
    width: 650px;
    left: 50%;
    top: 378px;
    margin-left: -325px;
}
.webinars__social img {
    display: inline-block;
    width: 42px;
    margin-left: 20px;
    border-radius: 21px;
}
.webinars__social span {
    font-family: "OpenSans";
    font-weight: bold;
    position: relative;
    width: 60px;
    left: 8px;
    display: inline-block;
    bottom: 8px;
}

.webinar__social #web_date{
    font-family: "OpenSans";
    display:inline-block;
    height: 42px;
    margin-top: 12px;
    font-weight: bold;
    vertical-align: top;
}

.briefcase-content {
    position: relative;
    z-index: 1;
}
.briefcase-content ul {
    width: 770px;
    height: 380px;
    border-radius: 20px;
    background: #e0e0d8;
    margin:0 auto;
    overflow: hidden;
    text-transform: uppercase;
}
.briefcase-content ul li{
    float: left;
    padding: 117px 30px 50px;
    width: 192px;
    height: 100%;
}
.briefcase-content ul li:nth-child(even){
    background: #ebebe3;
    width: 193px;
}
.briefcase_icon-cart  .before{
    display: block;
    background-image: url(icons.png);
    background-position: 0px -460px;
    width: 59px;
    height: 45px;
    margin: 10px auto 50px;
}

.briefcase_icon-ipad   .before {
    display: block;
    background-image: url(icons.png);
    background-position: -59px -460px;
    width: 39px;
    height: 55px;
    margin: 0 auto 50px;
}
.briefcase_icon-chart  .before{
    display: block;
    background-image: url(icons.png);
    background-position: -98px -460px;
    width: 53px;
    height: 43px;
    margin: 6px auto 56px;
}
.briefcase_icon-globe  .before {
    display: block;
    background-image: url(icons.png);
    background-position: -151px -460px;
    width: 41px;
    height: 55px;
    margin: 0 auto 50px;
}

.last-wrapper {background: rgb(246,246,238); /* Old browsers */
               /* IE9 SVG, needs conditional override of 'filter' to 'none' */
               background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
               background: -moz-linear-gradient(top,  rgba(246,246,238,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
               background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,238,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
               background: -webkit-linear-gradient(top,  rgba(246,246,238,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
               background: -o-linear-gradient(top,  rgba(246,246,238,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
               background: -ms-linear-gradient(top,  rgba(246,246,238,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
               background: linear-gradient(to bottom,  rgba(246,246,238,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
               filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6ee', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.request-holder {
    padding: 40px 25px;
    text-align: center;
}
.request-holder h3{
    font-size: 129%;
    line-height: 1.3;
    margin: 10px 0 40px 0;
}
.all-services h1 {
    color: #000;
    text-align: center;
    margin: 40px 0 40px 0;
    line-height: 1.3;
}
.all-services .notice__text {
    width: 430px;
    margin: 0 auto 60px;
}
.under-contacts {
    background: url("border-task.png") no-repeat center 0 #F6F6EF;
    margin-bottom: -60px;
    padding-bottom: 60px;
}

.blog-main {
    padding: 66px 25px 66px;
    overflow: hidden;
}
.blog-main h3 {
    font-size: 110%;
    margin: 1.3em 0 1.3em;
}
.big-fish-layer {
    background: transparent url("bg-big-fish.png") no-repeat center 5px;
    height: 460px;
    transition: height 0.5s ease, background-position 0.5s ease;
}
.big-fish-layer h1 {
    color:#000;
}
.big-fish-layer .notice {
    margin: 100px auto;
}
.layer__arrow-down_blue-gray {
    background-image: url(icons.png);
    background-position: -133px -716px;
    width: 38px;
    height: 25px;
    position: absolute;
    z-index: 2;
    bottom: -21px;
    left: 50%;
    margin-left: -19px;
    cursor: pointer;
}
.layer__arrow-down_blue-gray:before {
    background-image: url(icons.png);
    background-position: -173px -716px;
    width: 17px;
    height: 10px;
    display: block;
    position: absolute;
    content: '';
    cursor: pointer;
    left: 11px;
    top: 1px;
}
.compact .layer__arrow-down_blue-gray:before {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.layer__arrow-down_blue {
    background-image: url(icons.png);
    background-position: -419px -1031px;
    width: 38px;
    height: 25px;
    position: absolute;
    z-index: 2;
    bottom: -21px; /*41*/
    left: 50%;
    margin-left: -19px;
    cursor: pointer;
}
.layer__arrow-down_blue:before {
    background-image: url(icons.png);
    background-position: -173px -716px;
    width: 17px;
    height: 10px;
    display: block;
    position: absolute;
    content: '';
    cursor: pointer;
    left: 11px;
    top: 1px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.compact_main .layer__arrow-down_blue:before {
    /*-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);*/
}
.big-fish-layer.compact {
    background-position: 0 200px;
    height: 150px;
}
.big-fish-layer.compact  .notice {
    margin: 0 auto;
    transition: margin 0.5s ease;
}
.single_article_content {
    margin: 2em 2.2em 0 0;
}
.author {
    margin: 2.6em 0 0;
}
.author span {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-size: 130%;
    margin: 1.3em 0 1.3em;
}

.author img {
    width: 140px;
    border-radius: 50%;
}

.big-fish-layer.compact  .notice__text {
    display: none;
    transition: display 0.5s ease;
}
.tags {
    margin: 0 0 40px 0;
}
.tags a{
    font-size: 10px;
    font-weight: bold;
    color:#00739f;
    text-transform:uppercase;
}
.authors {
    margin: 0 0 40px 0;
}
.authors .title,.tags .title  {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-size: 132%;
    line-height: 1.1;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.authots a{
    font-size: 15px;
    color:#00739f;
}
.authors p{
    font-size: 10px;
    font-weight: bold;
    color:#8d8d8f;
    margin: 10px 0 2px 0;
    text-transform:uppercase;
}
.post_h1{
    font-size: 48px;
    color:black;
    /* height:100px;*/
    text-align:center;
    margin: 26px 0 80px 0  !important;
    font-weight: bold;
}
.author span{
    font-weight: bold;
    font-size: 16px;
}

.author p{
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 75%;
    color: #8d8d8f;
    /*text-transform: uppercase;*/
    padding: 15px 0 6px 0;
    line-height: 1.5em;
}
.another_posts .article {
    padding:0;
    clear: both;
    margin-bottom: 50px;
}

@media(max-height: 880px){
    .another_posts .article:last-child {
        display: none;
    }

}

.another_posts .article .box-bordered:after {
    content: '';
    width: 24px;
    height: 14px;
    position: absolute;
    bottom: -14px;
    left: 30px;
    background: url(icons.png) no-repeat -238px -1061px;
}
.another_posts .article span{
    font-size: 14px;
    color:#2c85aa;
    border-bottom:1px #2c85aa dashed;
}
.another_posts_header {
    font-weight: bold;
    font-size: 27px;
    margin: 0px 0 25px 0;
    font-family: "OpenSans";
}
.col .another_posts_header {
    font-family: "OpenSans";
}
.another_posts .box-bordered {
    border:1px solid #dddddd;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    position: relative;
}
.another_posts .box-bordered:after {

}
.an-author-photo, .an-author {
    display: inline-block;
    vertical-align: middle;
}
.an-author-photo {
    width: 120px;
}
.an-author {
    width: 185px;
}
.an-sidebar {
    overflow: visible;
}
.an-author-photo img {
    margin-right: 16px;
    border-radius: 50%;
    border: 1px solid #dddddd;
}
.an-author .an-author-name {
    font-weight: bold;
    font-size: 14px;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    margin-bottom: 2px;
}
.an-author .an-author-position {
    font-size: 13px;
    color: #8d8d8d;
}
.another_posts .article .article__text {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    height: 145px;
}
.another_posts.end {
    left: 0 !important;
}
.another_posts .article .article__text p {
    margin-bottom: 0;
}
.single_article_content h2{
    font-weight: bold;
    font-size: 1.3em;
    /*  letter-spacing: 0.04em;*/
    margin-bottom: 1em;
}
.single_article_content em{
    font-style:italic;
    color:#999999;
    font-size: 13px;
    margin-bottom: 26px;
}
.single_article_content p, .article__text p {
    /* font-size: 87%;
      font-weight: bold;*/
    font-family: 'OpenSansNormal', Helvetica, Arial, sans-serif;
    font-size: 89%;
    letter-spacing: 0.02em;
    line-height: 1.7em;
    margin-bottom: 1.5em;
}
p.article__date {
    font-family: 'OpenSansNormal', Helvetica, Arial, sans-serif;
    font-size: 68%;
    color: #8d8d8f;
}
.single_article_content ul {
    list-style: none;
    margin-bottom: 1.5em;
}
.single_article_content li {
    font-family: 'OpenSansNormal', Helvetica, Arial, sans-serif;
    font-size: 89%;
    letter-spacing: 0.02em;
}
.single_article_content li:before {
    content: "·";
    font-size: 30px;
    vertical-align: middle;
    line-height: 20px;
    margin-right: 0.3em;
}

.webinar_content,.seminar_content{
    width: 80%;
    background-color:white;
    padding-top: 60px;
}
#seminar_information{
    width:100%;
    background-color:#f6f6ef;
    padding-top: 60px;
    padding-bottom: 80px;

}
#entity_program{
    background-color:#fff;
    padding-top: 60px;
    padding-bottom: 80px;
    margin: 0px auto;
    text-align: center;
    font-size: 13px;
    width: 65%;
}

#entity_program p{
    font-size: 14.4px;
    /*font-family: "openSans", Arial, sans-serif;*/
}
.webinar_content h2,.seminar_content h2,#seminar_information h2{
    font-family: "OpenSans";
    font-weight:bold;
    font-size:48px;
    text-align:center;
}
.webinar_content:before ,.seminar_content:before,#seminar_information .layer:before,.subscribe_block .layer:before{
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    height: 7px;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0) url("bubbles_horizon.png") no-repeat center top;
    background-size: 100% 6px;
    margin: 0 auto;
    margin-top: -66px;
}
.webinar_content  p,.seminar_content p{
    font-size:13px;
    width: 65%;
    margin:0 auto;
}
.seminar_content #presenter_info{
    margin-top:3px;
}
.webinar_content  #cont_block, #seminar_information   .cont_block{
    font-family: "OpenSansNormal";
    width:70%;
    margin:0 auto;
    /*text-align:center;*/
}

#seminar_information   .cont_block {
    line-height: 1.8;
}

#seminar_information .cont_block .circle-list {
    list-style-type: circle;
    margin-left: 20px;
    margin-top: 0;
}

.webinar_content  #cont_block ul {
    list-style-type: disc;
}
#webinar_info{
    background-image: url(../i/icons1.png);
    background-position: -15px -35px;
    width: 37px;
    height: 37px;
    z-index: 2;
    margin:0 auto 14px auto;
    display: block;
}
#for_who{
    background-image: url(../i/icons1.png);
    background-position: -15px -215px;
    width: 37px;
    height: 37px;
    z-index: 2;
    margin: 35px auto 20px auto;
    display: block;
}
#insite{
    background-image: url(../i/icons1.png);
    background-position: -15px -176px;
    width: 37px;
    height: 37px;
    z-index: 2;
    margin: 35px auto 20px auto;
    display: block;
}
.coffee{
    background-image: url(../i/icons1.png);
    background-position: -15px 0px;
    width: 37px;
    height: 37px;
    z-index: 2;
    margin: 57px auto 9px auto;
    display: block;
}
.coffee.lanch {
    background-position: -19px -482px;
}
.table{
    background-image: url(../i/icons1.png);
    background-position: -15px -290px;
    width: 39px;
    height: 37px;
    z-index: 2;
    margin: 57px auto 9px auto;
    display: block;
}
.fourchette{
    background-image: url(../i/icons1.png);
    background-position: -25px -391px;
    width: 26px;
    height: 40px;
    z-index: 2;
    margin: 57px auto 9px auto;
    display: block;
}
.wineglass {
    background-image: url(../i/icons1.png);
    background-position: -20px -336px;
    width: 37px;
    height: 37px;
    z-index: 2;
    margin: 57px auto 9px auto;
    display: block;
}
.wineglass.dinner {
    background-position: -11px -435px;
    width: 60px;
}
.clock_top{
    background-image: url(../i/clock.png);
    width: 29px;
    height: 28px;
    z-index: 2;
    margin: 0px auto 22px auto;
    display: block;
}

.pres_i{
    background-image: url(../i/icons1.png);
    background-position: -15px -243px;
    width: 51px;
    height: 37px;
    z-index: 2;
    margin: 28px auto 12px auto;
    display: block;
}
#webinars_info{
    background-image: url(../i/webinars_info.png);
    float:left;
    width: 43px;
    height: 43px;
    z-index: 2;
    margin:0 42px 14px auto;
    display: block;
}
#webinars_youtube{
    background-image: url(../i/youtube.png);
    width: 42px;
    height: 42px;
    display: inline-block;
    margin-right: 20px;
    border:none;
}
#presenter_info{
    background-image: url(../i/icons1.png);
    background-position: -15px -80px;
    width: 37px;
    height: 42px;
    z-index: 2;
    margin: 91px auto 28px auto;
    display: block;
}
#another_webinars_info{
    background-image: url(../i/icons1.png);
    background-position: -15px -132px;
    width: 45px;
    height: 42px;
    z-index: 2;
    margin: 0 auto 28px auto;
    display: block;
}
#presenters{
    margin:0 auto;
    padding-bottom:50px;
    width:450px;
}
.seminar_content #presenters{
    width:920px;
    margin-top: 60px;
    display: block;
}
.presenter{
    /*    float:left;
        width:50%;
    */
}
.single_presenter{
    width:50%;
    margin:0 auto;
}
.seminar_content .presenter{
    /*    width:33%;
        height: 215px;
        margin-bottom: 65px;*/
}
.presenter .name,.single_presenter .name,.two_presenters .name,
.partners-speakers .name {
    font-family: "OpenSans";
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 18px 0 10px 0;
    font-weight: bold;
}
.presenter .presenter_info,.single_presenter .presenter_info,
.two_presenters .presenter_info,
.partners-speakers .presenter_info {
    font-family: "OpenSans";
    font-size: 10px;
    text-transform: uppercase;
    color: #8D8D8F;
    width: 170px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.partners-speakers .presenter_info {
    width: 140px;
}
.presenter img ,.single_presenter img,.two_presenters img{
    margin: 0 auto;
    clear: both;
    display: block;
    width:110px;
    border-radius:60px;
}
#another_webinars{
    margin-top: 52px;
    padding: 0 10% 0 10%;
}
#another_webinars:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.archive .web{
    height:250px;
}
.web{
    width:25%;
    float:left;
}
.past-partners .web, .layer-partners.single-partner .web {
    width: auto;
    float: none;
    height: auto;
}
.past-partners .web .ico {
    display: block;
    width: 15%;
    float: left;
}
.past-partners .web .ico:before {
    content: '';
    display: block;
    margin-top: 20px;
    width: 105px;
    height: 50px;
    background-image: url(/themes/default/css/icons.png);
    background-repeat: no-repeat;
    background-position: -2px -685px;
    background-size: 260px;
}
.past-content {
    width: 83%;
    margin-left: 2%;
    float: left;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#another_webinars .web:last-child .past-content {
    border-bottom: 0;
}

.past-partners .about {
    width: auto;
    margin: 0 0 10px;
    font-size: inherit;
}

.past-partners .presenters-imgs {
    margin-left: 7px;
    margin-top: 10px;
}
#another_webinars .web a{
    font-family: "OpenSans";
    font-size: 18px;
    color:#00739d;
    width: 200px;
    padding-right:20px;
    display: block;
    text-decoration: underline;
    border-bottom:none;
    font-weight: bold;
    margin-bottom: 9px;
}
.past-partners #another_webinars .web a {
    width: auto;
    margin-top: 10px;
}
.past-partners #another_webinars .web .gallery a {
    float: left;
    width: 120px;
    height: 120px;
    padding-right:0;
    margin-right: 1px;
}

@media(max-width:1440px){
    .past-partners #another_webinars .web .gallery a {
        width: 100px;
        height: 100px;
    }
}

.past-partners .gallery img {
    width: 100%;
}
.past-partners .gallery .vimeo img {
    position: absolute;
    z-index: 0;
    width: auto;
    height: 100%;
}
.seminar-cover {
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 20px;
}
.play-opacity {
    opacity: .8;
}
.gallery .vimeo {
    position: relative;
    overflow: hidden;
}
.gallery .vimeo:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 1;
}
.gallery .vimeo:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 25px solid white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    margin-top: -16px;
    z-index: 2;
}
#another_webinars .web span{
    font-family: "OpenSans";
    font-size: 10px;
    text-transform: uppercase;
    color: #8D8D8F;
    display: block;
    font-weight:bold;
}
#another_webinars .web .past-content > span {
    display: inline;
    padding-right: 10px;
}
.under-contacts:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    height: 7px;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0) url("task_top_border.png") no-repeat center top;
    background-size: 100% 6px;
    margin: 0 auto;
    margin-top: -3px;
}
.nav-section .webinar{
    position:absolute;
    top: 47px;
}
.webinar_content  .webinar{
    position:absolute;
    top: 407px;
    background: rgba(0, 0, 0, 0) url("seminar-drop.png") no-repeat;
}
.webinar_content .presenter {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.webinar_content #presenters {
    text-align: center;
    font-size: 0;
}

/*Past Conference*/




/******************/


.layer_404 {
    height: 118px;
}
.layer_404:before {
    background: rgba(0, 0, 0, 0) url("404-circle.png") repeat-x 0 top;
    display: block;
    content: '';
    float: left;
    width: 50%;
}
.layer_404:after {
    background: rgba(0, 0, 0, 0) url("404-circle.png") no-repeat 0 top;
    display: block;
    content: '';
    float: right;
    width: 50%;

}




.blog-menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.blog-menu ul.cols {
    margin: 0 -15px;
}
.blog-menu li {
    display: block;
    float: left;
    margin: 0 0 0 12px;
}
.blog-menu li:first-child {
    margin-left: 0px;
}
.blog-menu a, .blog-menu span {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    /*  letter-spacing: 0.05em;*/
    line-height: 26px;
    letter-spacing: -0.5px;
    word-spacing: 0;
}
.blog-menu a {

}
.blog-menu span {
    border: 1px solid #ccd54f;
    -ms-border-radius: 6px;
    border-radius: 6px;
    /*  letter-spacing: 0.01em;*/
    padding: 7px 7px;
}
.blog-list-block {
    margin: 34px auto 35px auto;
    width: 100%
}
.blog-post-block {
    border: 1px solid #d1d2d4;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(2, 3, 3, 0.15);
    -moz-box-shadow: 0px 0px 3px 1px rgba(2, 3, 3, 0.15);
    box-shadow: 0px 0px 3px 1px rgba(2, 3, 3, 0.15);
    float: left;
    width: 32%;
    margin: 0 0 20px 0;
    padding: 25px;
}
.blog-post-block:nth-child(3n){margin-right:0;}
.blog-post-block.blog_post_video {
    height: 404px !important;
}
.blog-post-title {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    margin: 19px 14px 0;
    text-transform: uppercase;
    min-height: 45px;
    overflow: hidden;
}
.blog-post-preview {
    font-family: 'OpenSansNormal', Helvetica, Arial, sans-serif;
    color: #333333;
    font-size: 13px;
    line-height: 18px;
    margin: 4px 14px 18px;
    /*  padding: 0 0 22px;
      border-bottom: 1px solid #e8e8e9;
      position: relative;*/
    height: 52px;
    overflow: hidden;
}
/*.blog-post-preview:after {
 display: block;
 content: '';
 position: absolute;
 background-image: url(icons.png);
 background-position: -448px -498px;
 height: 10px;
 width: 12px;
 bottom: -10px;
 left: 12px;
}*/
.blog-post-author {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;

    position: relative;
    color: #999999;
    text-transform: uppercase;
    font-size: 10px;
    margin: 0 14px 0;
    padding: 18px 0 0;
}
.blog-post-author:before {
    content: '';
    position: absolute;
    background: url(devider.png) 0px -8px;
    height: 17px;
    width: 100%;
    top: -1px;
    left: 0px;
}
.blog-post-category {
    font-family: 'OpenSansNormal', Helvetica, Arial, sans-serif;
    font-size: 9px;
    margin: 4px 14px 9px;
    text-transform: uppercase;
}
.blog-post-category a {
    border-bottom: 0 none;
}
.next-button {
    margin: 0 45px 50px 0;
    text-align: center;
}
.button-load {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    display: block;
    margin: 0 auto;
    border: 1px solid #83b6cb;
    -ms-border-radius: 20px;
    border-radius: 20px;
    color: #0674a3;
    width: 134px;
    text-transform: uppercase;
    line-height: 26px;
    font-size: 13px;
}
.button-load:visited {
    border: 1px solid #83b6cb;
    color: #0674a3;
}

/*Services*/
.title__header{
    padding: 41px 0 65px;
}
.title__header h1{
    color: #000000;
    display: inline-block;
    line-height: 1;
    margin-bottom: 21px;
    text-align: center;
    width: 100%;
}
.bsn_t{
    padding-bottom: 1px;
    background: url("bisness_nichi.png") no-repeat center top;
}

.bsn:after{
    background:transparent url("bubbles_horizon.png") no-repeat center top;
}
.single_article_content li {
    font-family: 'OpenSansNormal', Helvetica, Arial, sans-serif;
    font-size: 89%;
    letter-spacing: 0.02em;
}
.serv_descrip{
    font-family: "OpenSansNormal";
    font-size: 13px;
    width: 507px;
    text-align: center;
}
.layer_buisness{
    margin: 0 auto;
    width: 970px;

    height:500px;
}
/*.layer_with-bottom-bubbles:after {
  background:transparent url("bubbles_horizon.png") no-repeat center top;
  background-size: 100% 6px;
}*/
.business_box{
    overflow: hidden;
    height: 385px;
    width: 762px;
    background: #e0e0d8;
    border-radius: 21px;
    position: relative;
    margin: 0 0 0 76px;
}
.business_box .case-solution:first-child{
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
}
.business_box .case-solution:last-child{
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
}
.business_box a{
    width: 95px;
    display: inline-block;
    position: relative;
    top: 104px;
    left: -20px;
}
.case-solution {
    display: block;
    float:left;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 100%;
    width: 190.5px;
    height: 385px;
    position: relative;
    /* margin-top: 199px;*/
}
div.case-solution:nth-child(even){
    background: #ebebe3;
}
.case-solution_icon-cart{
    background-image: url(icons.png);
    background-position: -203px -728px;
    width: 61px;
    position: absolute;
    top: 120px;
    height: 55px;
    left: 70px;
}
.case-solution_icon-ipad{
    background-image: url(icons.png);
    background-position: -260px -733px;
    width: 48px;
    position: absolute;
    top: 120px;
    height: 55px;
    left: 70px;
}
.case-solution_icon-chart{
    background-image: url(icons.png);
    background-position: -207px -782px;
    width: 55px;
    position: absolute;
    top: 120px;
    height: 55px;
    left: 70px;
}
.case-solution_icon-globe{
    background-image: url(icons.png);
    background-position: -203px -844px;
    width: 57px;
    position: absolute;
    top: 120px;
    height: 55px;
    left: 70px;
}
.case-solution_icon-globe a{
    left: -57px;
    width: 154px;
}
/*Clients_service*/
.logo_rozetka{
    background: url("rozetka-ua.png") no-repeat top center;
    margin: 0 auto;
    height: 80px;
}
.logo_allo{
    background: url("allo_icon.png") no-repeat top center;
    margin: 25px auto;
    height: 131px;
}
.logo_modnokasta{
    background: url("modnakasta.png") no-repeat top center;
    margin: 40px auto;
    height: 131px;
}
.layer_reklama{
    width: 100%;
    background: #f6f6ee;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(255,255,255,1) 1%, rgba(246,246,246,1) 35%, rgba(246,246,240,1) 97%, rgba(246,246,240,1) 97%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(1%,rgba(255,255,255,1)), color-stop(35%,rgba(246,246,246,1)), color-stop(97%,rgba(246,246,240,1)), color-stop(97%,rgba(246,246,240,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(255,255,255,1) 1%,rgba(246,246,246,1) 35%,rgba(246,246,240,1) 97%,rgba(246,246,240,1) 97%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(255,255,255,1) 1%,rgba(246,246,246,1) 35%,rgba(246,246,240,1) 97%,rgba(246,246,240,1) 97%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(255,255,255,1) 1%,rgba(246,246,246,1) 35%,rgba(246,246,240,1) 97%,rgba(246,246,240,1) 97%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 1%,rgba(255,255,255,1) 1%,rgba(246,246,246,1) 35%,rgba(246,246,240,1) 97%,rgba(246,246,240,1) 97%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f0',GradientType=0 ); /* IE6-9 */

}
.screen_rozetka img{
    margin:10px auto 0px;display:block; border-top-left-radius:6px;border-top-right-radius:15px;
}
.layer_statistic{
    border-bottom: 1px solid #eaeaea;
    width: 970px;
    margin: 0 auto;
}

.statistic_list{
    display: block;
    /* margin: 0 0 0 160px;*/
    text-align: center;
}
.layer_statistic .statistic_list{
    display: block;
    /*flex-direction:row-reverse;
    justify-content: center;
    flex-wrap:wrap;*/
    text-align: center;
    margin: 55px 0;
    position: relative; /*не было*/
}

.team-tree__person-section {
    position: absolute;
    left:0;
    width: 810px;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.team-tree__person-section.active {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.jcarousel-wrapper {
    margin: 0px auto;
    position: relative;
    width: 810px;
}
.statistic_tab{
    /*display: inline-block;*/
    float: right;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border:1px solid red;
    margin-right: 14px;
}
.statistic_tab.green{
    border:1px solid #d5dc6e;
}
.statistic_tab.green b{
    display: inline-block;
    margin: 0px auto 0;
    text-align: center;
    color: #d5dc6e;
}
.statistic_tab.yellow{
    border:1px solid #efd655;
}
.statistic_tab.yellow b{
    display: inline-block;
    margin: 0px auto 0;
    text-align: center;
    color: #efd655;
}

.statistic_tab.blue{
    border:1px solid #78c2d7;
}
.statistic_tab.red{
    border:1px solid #e49689;
}
.statistic_tab.red b{
    display: inline-block;
    margin: 0px auto 0;
    text-align: center;
    color: #e49689;
}
.statistic_tab .before{
    display: block;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-size: 2.2em;
    margin: 0px auto 0;
    text-align: center;
    color: #000;
}

.statistic_tab .before span {
    font-size: 16px;
}
.link_discrip{
    font-family: "OpenSansNormal",Helvetica,Arial,sans-serif;
    font-size: 0.88em;
    display: inline-block;
    width: 125px;
    margin-top: 18px;
    text-align: center;
    color: #9e9e9e;
}
.advertising_brand_list {
    margin: 0 auto;
    width: 920px;
}
.advertising_brand_list .advertising_brand_block:last-child{
    /*   border-bottom: none;*/

}
/*.advertising_brand_block{
    border-bottom: 1px solid #eaeaea;
    display: inline-flex;
    justify-content:space-around;
    align-items:center;
}*/
/*.advertising_brand_item.last_item{
    float: right;
}*/
/*.advertising_brand_item{
    display: inline-block;
    float: left;
    height: 100%;
}*/
.logo_brand{
    display: inline-block;
    /*    margin: 40px auto;*/
    /*width: 185px;*/
}

.logo_brand img{
    vertical-align: middle;
}
.url_brand{
    /* text-align: center;*/
    /*    margin: 62px;
        margin-left: 97px;*/
}
.url_brand a{
    text-align: center;
    font-size: 1.1em;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    margin-left: 4px;
}
.brand_discription, .normal_ff{
    display: block;
    width: 452px;
    background: #f6f6f3;
    border-radius: 10px;
    padding: 20px 40px;
    margin: 0 auto;
    position: relative;
    top: 21px;
    left: 0px;
}
.brand_discription:before{
    content: '';
    position: absolute;
    width: 72px;
    height: 72px;
}
.brand_discription.white{
    background: #fff;
}
.leftArrow:before{
    background: url("arrow_text.png") no-repeat;
    top: 15px;
    left: -22px
}
.topArrow:before{
    background: url("arrow_text.png") no-repeat;
    /*top: -26px;*/
    left: 32px;
    width: 40px;
    height: 40px;
    margin-top: -45px;
    /*margin-left: -45%;*/
    transform:rotate(90deg);
    -moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
}
.brand_discription .brand_text{
    font-size: 0.9em;
    width: 375px;
    font-family: "OpenSansNormal",Helvetica, Arial, sans-serif;
    float: right;
    display: block;
}
.brand_discription .quote_brand{
    color: #d41420;
    display: block;
    font-size: 2.5em;
    font-family: "OpenSans";
    font-style: italic;
    transform:rotate(180deg);
    float: left;
    width: 19px;
    position: absolute;
    top: -4px;
    left: 16px;
}
.brand_discription.brand_discription-large{
    width: 100%;
}

.layer_statistic .brand_discription.brand_discription-large{
    margin-bottom:3em;
    margin-top: 2em;
}
.brand_discription.brand_discription-large .brand_text{
    width: 700px;
    text-align: left;
}
.brand_discription.brand_discription-large .brand_text a{
    text-decoration: none;
    border-bottom:1px dashed;
    font-size: 0.9em;
    margin-left: 5px;
    font-family: "OpenSans";
}


.citrus{
    /*background: url("../i/citrus_icon.png") no-repeat left center;*/
}
.regus{
    /*background: url("../i/regus_icon.png") no-repeat;*/
}
.karcher{
    /*background: url("../i/karcher_icon.png") no-repeat left center;*/
}
.slon{
    /*background: url("../i/slon_icon.png") no-repeat left center;*/
}
.url_brand.gismetio{
    /*background: url("../i/gismetio_icon.png") no-repeat left center;*/
}
.statistic_list.small_statistic{
    /* width: 500px;*/
    margin: 0;
}
.small_statistic .statistic_tab{
    width: 102px;
    height: 102px;
    /* margin: 27px 2px;*/
    float:right;
    line-height: 1.4;
}
.small_statistic .statistic_tab .before{
    font-size: 1.5em;
}
.small_statistic .statistic_tab .link_discrip{
    font-size: 0.8em;
    width: 90px;
    top: -5px;
    left: 0px;
}
/*Nichi*/
.layer_title_niches{
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,rgba(246,246,240,1)), color-stop(7%,rgba(246,246,240,1)), color-stop(39%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -moz-linear-gradient(top, rgba(246,246,240,1) 7%, rgba(246,246,240,1) 7%, rgba(246,246,246,1) 39%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -o-linear-gradient(top, rgba(246,246,240,1) 7%,rgba(246,246,240,1) 7%,rgba(246,246,246,1) 39%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(246,246,240,1) 7%,rgba(246,246,240,1) 7%,rgba(246,246,246,1) 39%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(246,246,240,1) 7%,rgba(246,246,240,1) 7%,rgba(246,246,246,1) 39%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.header_block_shop{
    padding: 3em 0 3em 0;
    background: url("bg_nichi.png") no-repeat center 7px;
    position: relative;
    text-align: center;
    color: #000;
}
.layer_title_niches .discuss-btn{
    margin-top: 1em;
}
.layer_title_niches h1{
    color: #000;
    padding-bottom: 10px;
}
.header_block_prj{
    padding: 3em 0 3em 0;
    background: url("bg_prj.png") no-repeat center 35px;
    position: relative;
    text-align: center;
    color: #000;
}
.header_block_sme{
    padding: 3em 0 3em 0;
    background: url("/themes/default/css/bg_buisness.png") no-repeat center -43px;
    position: relative;
    text-align: center;
    color:#000;
}
.header_block_int{
    padding: 3em 0 3em 0;
    background: url("bg_int.png") no-repeat 10px 0px;
    position: relative;
    text-align: center;
    color:#000;
}
.service .service__header{
    text-align: center;
    font-size: 129%;
    margin-bottom: 0.6em
}
.niches .notice__header{
    padding-bottom: 42px;
}
.logo_rozetka.niches{
    margin-bottom: 51px;
}
.brand_services{
    display: inline-block;
    border-radius: 12px;
    background: #F1DEC7;
    font-size: 0.7em;
    font-family: "OpenSansNormal",Helvetica, Arial, sans-serif;
    padding: 3px 10px;
    margin-right: 5px;
}
.niches_brand_services{
    text-align: center;
    padding-top:43px;
}
.logo_modnokasta .niches_brand_services{
    padding-top:109px;
}
.logo_allo .niches_brand_services{
    padding-top:89px;
}
.service__icon_relationships:after {
    background-position: -354px -801px;
    width: 39px;
    height: 36px;
    margin-top: -19px;
    margin-left: -24px;
}
.service__icon_experience:after {
    background-position: -359px -903px;
    width: 43px;
    height: 43px;
    margin-top: -24px;
    margin-left: -22px;
}
.service__icon_communication:after {
    background-position: -353px -834px;
    width: 42px;
    height: 37px;
    margin-top: -20px;
    margin-left: -25px;
}
.service__icon_basket:after {
    background-position: 0px -284px;
    width: 61px;
    height: 47px;
    margin-top: -24px;
    margin-left: -32px;
}
.service__icon_tools:after {
    background-position: -360px -871px;
    width: 42px;
    height: 34px;
    margin-top: -16px;
    margin-left: -19px;
}
.service__icon_circle:after {
    background-position: 0px -1124px;
    width: 42px;
    height: 42px;
    margin-top: -20px;
    margin-left: -22px
}
.service__icon_coins:after {
    background-position: -42px -1126px;
    width: 50px;
    height: 40px;
    margin-top: -19px;
    margin-left: -22px;
}
.service__icon_startegy:after {
    background-position: -95px -1126px;
    width: 48px;
    height: 40px;
    margin-top: -19px;
    margin-left: -20px;
}
.service__icon_focus:after {
    background-position: -305px -1126px;
    width: 48px;
    height: 40px;
    margin-top: -16px;
    margin-left: -23px;
}
.service__icon_region:after {
    background-position: -135px -1123px;
    width: 38px;
    height: 43px;
    margin-top: -19px;
    margin-left: -22px;
}
.service__icon_season:after {
    background-position: -175px -1121px;
    width: 41px;
    height: 43px;
    margin-top: -19px;
    margin-left: -21px;
}
.service__icon_locale:after {
    background-position: -220px -1122px;
    width: 41px;
    height: 43px;
    margin-top: -19px;
    margin-left: -21px;
}
.service__icon_clock:after {
    background-position: -260px -1122px;
    width: 46px;
    height: 43px;
    margin-top: -21px;
    margin-left: -22px;
}
.approach-list.nch {
    padding-top: 0;
    padding-bottom: 81px;
}
.title__header.nch{
    padding-bottom: 45px;
    padding-top: 57px;
}
/*lp_seo*/
.lp{
}
.lp-layer{
    margin: 0 auto;
    line-height: 1.5;
    position: relative;
    font-family: "OpenSansNormal";
    /*, Helvetica, Arial, sans-serif;*/
    font-weight: normal;
    padding: 1px 25px;
    width: 970px;
}
.text-header{
    line-height: 0.5em;
    margin-left: 384px;
    letter-spacing: 0.02em;
    word-spacing: 0.06em;
    font-size: 80%;
    padding-top:10px;
}
.text-header h5{
    font-family: "OpenSans";
}
.phone-header{
    font-size: 106%;
    margin-left: 65px;
    padding-top:15px;
    font-family:"OpenSans";
}
.header-lp{
    border-bottom: 1px solid #d1d1d1;
    background-color: #fff;
    padding-bottom: 16px;
}
.logo-big{
    margin: 0 18px 0 19px;
}
.lnd_layer{
    padding-bottom: 30px;
    padding-top: 27px;
    background-color: #fff;
    width: 970px;
}
.lnd_layer_list{
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 40px;

}
.lnd_title{
    padding-left: 13px;
    font-family: "OpenSans";
}
.lnd_title h1{
    color: #00739f;
    line-height: 0.9em;
}
.lnd_descrip{
    font-size: 2em;
    font-weight: normal;
    padding-left: 17px;
    line-height: 1em;
}
.lp-inner_slider{

}
.lp-slider{
    padding: 0;
}
.lp-lnd_list{

}
.lnd_list_title{
    padding-bottom: 9px;
}
.lnd_list_title h1{
    font-size: 3em;
    line-height: 1.2em;
}
.lnd-list li{
    padding-bottom: 22px;
}
.strategy-icon{
    background: url('inbox-icon.png') 0 18px no-repeat;
    padding-left: 82px;
}
.expert-icon{
    background: url('expert-icon.png') 0 18px no-repeat;
    padding-left: 82px;
}
.search-icon{
    background: url('search-icon.png') 0 18px no-repeat;
    padding-left: 82px;
}

.lnd-item_title{
    font-size: 2em;
    color: #00739f;
}

.lnd-item_text{
    font-size: 1.5em;
    line-height: 1.1em;
}
.finish_line{
    background: url("finish-line.png") no-repeat;
    height: 100%;
}
.lp-inner_slider.fotorama{
    width: 970px;
    height: 480px;
    position: relative;
}
.lp-slide{
    position: relative;
    width: 970px;
    height: 480px;
}
.lp-slide button{
    position: absolute;
    top:0;
    right:0;
    height: 20px;
}
.lp_logo{
    position: absolute;
    height: 60px;
    width: 330px;
    border-bottom: 1px solid #d6201d;
    padding-bottom: 3px;
    top: 84px;
    left: 133px;
    z-index: 10000;
}
.lp_logo.gismetio{
    top: 58px;
    padding-bottom: 28px;
}
.lp_logo.techno {
    top: 107px;
    padding-bottom: 4px;
    height: 35px;
    border-bottom: 1px solid #ef8388;
}
.lp_logo.tabletki{
    top: 58px;
    left: 113px;
    padding-bottom: 6px;
    height: 114px;
    border-bottom: 1px solid #d72324;
}

.lp_descrip{
    position: absolute;
    font-size: 1.39em;
    width: 301px;
    line-height: 1.3em;
    height: 97px;
    top: 156px;
    left: 133px;
}
.lp_descrip.gismetio{
    color: #fff;
}
.lp_descrip.tabletki{
    color: #000;
    top: 193px;
    left: 116px;
}
.lp-statistic_result{
    position: absolute;
    font-size: 11em;
    color:#f00507;
    width: 318px;
    height: 186px;
    top: 185px;
    left: 121px;
    font-family: "OpenSans";
    opacity: 0.8;
}
.lp-statistic_result + span{
    position: absolute;
    top: 266px;
    left: 313px;
    font-size: 4em;
    color: #f00507;
    /*background: -moz-linear-gradient(#f00507,#950009);*/
}
.lp-statistic_result.gismetio{
    color: #5cd9ff;
}
.lp-statistic_result.gismetio + span{
    color: #5cd9ff;
    left: 406px;
    opacity: 0.8;
}
.lp-statistic_result.techno{
    color: #ff5e06;
}
.lp-statistic_result.techno + span{
    color: #ff5e06;
    left: 397px;
    opacity: 0.8;
}
.lp-statistic_result.tabletki{
    color: #c8111b;
    opacity: 0.9;
    top: 215px;
    left: 108px;
}
.lp-statistic_result.tabletki + span{
    color: #c8111b;
    left: 385px;
    top: 296px;
    opacity: 0.9;
}

.lp_form{
    position: absolute;
    width: 414px;
    height: 423px;
    border-radius: 3px;
    top: 35px;
    right: 43px;;
    background: #eee6e6;
    -moz-box-shadow:0 0 10px #fff;
    -webkit-box-shadow:0 0 10px 5 #fff;
    opacity: 0.6;
    z-index: 1000;
}

.lp_consult {
    font-family: "OpenSans";
    font-size: 1.88em;
    color: #fff;
    width: 365px;
    position: absolute;
    line-height: 1.1em;
    right: 46px;
    top: 57px;;
    text-shadow: 3px 6px 5px #968e86;
    z-index: 10000;
}
.lp_regist{
    position: absolute;
    display: block;
    width:325px;
    height:312px;
    top: 144px;
    right: 82px;
    z-index: 1000;
}
.lp_regist input::-webkit-input-placeholder {font-size: 1.2em;color: #b9b9b9;}
.lp_regist input::-moz-placeholder {font-size: 1.2em; color: #b9b9b9;}
.lp_regist input{
    width: 315px;
    height: 50px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding-left: 26px;
    box-shadow: inset 2px 5px 4px -1px #dbdbdb;
    -webkit-box-shadow:inset 2px 5px 4px -1px #dbdbdb;
    -moz-box-shadow:inset 2px 5px 4px -1px #dbdbdb;
    border: none;
    cursor: default;
}
.lp_regist input[type=submit]{
    height:51px;
    width:313px;
    border-radius:3px;
    margin-top: 11px;
    padding-right:23px;
    background: -webkit-linear-gradient(#f00507 9%, #c9111b 86%);
    background: -o-linear-gradient(#f00507 9%, #c9111b 86%);
    background: linear-gradient(#f00507 9%, #c9111b 86%);
    box-shadow: 1px 1px 2px 1px #b04446;
    -webkit-box-shadow: 1px 1px 2px 1px #b04446;
    -moz-box-shadow: 1px 1px 2px 1px #b04446;
    cursor: pointer;
    color: #fff;
    font-family: "OpenSans";
    font-size: 1.3em;
    text-shadow:  3px 3px 1px #180001;
    -webkit-text-shadow:3px 3px 1px #180001;
    -moz-text-shadow:3px 3px 1px #180001;
}
.lp_regist input[type=submit]:hover{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,#f00507), color-stop(86%,#950009)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f00507 9%,#950009 86%); /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #f00507 9%, #950009 86%); /* FF3.6+ */
}
.lp_regist input:focus{
    box-shadow: none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}
.lp-layer-outer {
    position: relative;
    margin: 0 auto;
    width: 970px;
}
.form_frame iframe{
    width: 476px;
    height: 471px;
    top: -14px;
    right: -16px;
    position: absolute;
}
/*.fotorama__stage{
  height: 516px !important;
}*/
/*Social activity*/
.social-activity{
    background: url("title_soc_activity.png") no-repeat center bottom;
    position: relative;
    text-align: center;
    padding: 9em 0 9em 0;
}

.social-activity.heart {
    background: none;
    padding: 3.7em 0 3em 0;
}
.heart .info-holder {
    padding-top: 3.3em;
    margin: 0 -50px;
    position: relative;
}

.social-activity h1{
    padding-bottom:5px;
    color:#000;
}
.activity_about_project{
    padding-bottom: 6em;
}
.activity_about_project h1{
    color:#000;
}
.activity_project_text{
    font-family: "OpenSansNormal";
    font-size: 0.9em;
    width: 607px;
    margin: 26px auto;
    text-align: center;
}
.layer_forest{
    height: 702px;
    width: 100%;
    background: url("bg_forest.png") repeat-x bottom;
}
.logo_forest_activity{
    height: 82px;
    width: 48px;
    background: url("tree_icon.png") no-repeat left;
    margin: -30px auto;
    float: left;
}
.title_forest_activity{
    display: block;
    margin-top: 98px;
    /*  width: 480px;
      margin: 0 auto;
    */
    /* clear: both; */;
}
.title_forest_activity h1{
    color:#00749f;;
}
.block_forest_activity{
    width: 449px;
    margin: 0 auto;

}
.certificates-block{
    padding-top: 30px;
    border-top: 1px solid #e6e8e9;
    margin-top: 23px;
}
li.cert-google-analytics{
    margin: 0px -18px 0 31px;
}
.certificates-slides li{
    float: left;
    width: 180px;
    height: 120px;
    text-align: center;
}

.certificates-slides li.cert-ya-direct {
    margin: 0 15px;
}

.certificates-slides li img {
    max-height: 120px;
}

.certificates-slides ul{
    margin:0 auto;
    width:1000px;
    height:120px;
    padding: 0 40px;
}
.cert-google-partner{
    margin: 18px 54px 0 62px !important;
}
.cert-bing-ads{
    margin: 2px 30px 0px 85px !important;
}
.cert-seo-2005{
    margin:  2px 30px 0px 54px !important;
}
.cert-shopify{
    margin:  2px 30px 0px 54px !important;
}
.certificates__seo{
    margin:  2px 30px 0px 54px !important;
}
.cert-yandex-direct{
    margin:0px 35px 0px -15px !important;
}
.cert-google-adwords{
    margin:0px 40px 0px 9px !important;
}
.cert-best-search{
    margin:0px 34px 0px 0px !important;
}
.g-star {
    margin-right: 30px;
}
.g-advert {
    margin: 0 25px;
}
.section_to-shadow {
    position: relative;
    z-index: 1;
    background-color: transparent;
}
.section_to-shadow:before {
    display: block;
    content: '';
    z-index: 2;
    top: 0px;
    background: url("bg_shadow_line.png") no-repeat center top;

    height: 6px;
}
.programItem{
    width: 850px;
    text-align:center;
    margin: 0 auto;
    font-family:'OpenSans';
}
.programItem .program_name{
    font-size: 21px;
    font-weight: bold;
    line-height: 28px;
}
.period .clock,.period .break{
    font-size: 17px;
    font-weight: bold;
    /*color: #F00;*/
    margin-bottom: 15px;
    color: #D41420;
}
.programItem .pres_name:first-child{
    color: #333333;
}
.programItem .pres_name{
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #A3A5A7;
}
.programItem .pres_name.first-name {
    color: #333333;
    margin-bottom: 5px;
}
.programItem .period img {
    /*border: 1px solid #A3A5A7;*/
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.p-col {
    width: 50%;
    float: left;
}
.p-col .programItem {
    width: 530px;
}
.p-colums {
    overflow: hidden;
    margin: 20px 0;
    position: relative;
}
.two-pres {
    width: 410px;
    margin: 0 auto;
    overflow: hidden;
}
.two-pres>div{
    width: 50%;
    float: left;
}
.offset-tb-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.col-title {
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #c80019;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 15px;
}
.center-devider {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #d9d9d9;
    left: 50%;
}
.center-devider:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius:50%;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    top: 0px;
    left: -5px;
}
.center-devider:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius:50%;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    bottom: 0px;
    left: -5px;
}
.center-text {
    text-align: center;
}
.long-time {
    margin-top: 10px;
}
.chrono-ticket {
    width: 620px;
    margin: 0 auto 20px;
    overflow: hidden;
}
.chrono-date li, .chrono-price li {
    width: 33.333%;
    float: left;
    text-align: center;
    color: #d0d0d0;
}
.chrono-date li.current, .chrono-price li.current {
    color: #333333;
}
.chrono-date, .chrono-price {
    overflow: hidden;
}
.chrono-price li {
    font-size: 18px;
    font-weight: bold;
}
.chrono-date li {
    font-size: 11px;
}
.progress {
    height: 6px;
    background-color: #d6d8cf;
    width: 100%;
    margin: 10px 0;
    position: relative;
    border-radius: 3px;
    -moz-box-shadow:    inset 0 1px 1px rgba(0,0,0, .1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0, .1);
    box-shadow: inset 0 1px 1px rgba(0,0,0, .1);
}
.progress > div {
    float: left;
    height: 100%;
    width: 33.33%;
}
.progress > div:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #d6d8cf;
    border-radius: 50%;
    top: -2px;
}
.progress > div:last-child:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #d6d8cf;
    border-radius: 50%;
    top: -2px;
    right: 0;
}
.period-1:after, .active2 .period-2:after {
    background-color: #ce172b;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 3px 0 0 3px;
}
.active2 .period-1:before, .active2 .period-2:before {
    background-color: #ce172b !important;
}
.period-2 {}
.period-3 {}
#presenters:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#program{
    margin-bottom: 80px;
}
.subscribe_block{
    padding-top: 60px;
    background-color:#F6F6EF;
}
.activity_page .subscribe_block{
    padding-top: 0;
    background-color:#F6F6EF;
}
#subscribe{
    height: 50px;
    width: 405px;
    display: block;
    float: left;
    font-size: 20px;
    padding-left: 4px;
}
#subscribe_top .button{
    letter-spacing:0;
}
#subscribe_top{
    width: 585px;
    text-align:center;
    margin: 0 auto;
    margin-top: 29px;
    margin-bottom: 180px;
}
#auditory{
    background: transparent url("../i/discuss.png") no-repeat ;
    width:40px;
    height:40px;
    margin: -48px auto 14px auto;
    display:block;
}
#web #nav-section-1 .video__item {

    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-bottom: none;
    top: 110px;
    cursor: pointer;
    z-index: 99;
}
#web .video__link:after{
    background-image: url(play.png);
    background-position: 0px 0px;
    opacity: 1;
    top:0;
    width: 109px;
    height: 109px;
}
.title__header .title_with_subtitle {
    margin-bottom: 0.35em;
}
.title__header h2.subtilte {
    text-align: center;
    font-size: 1.3em;
}

.subscribe_block .zf {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    border: 0 none;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 3.5em 0 0;
    padding: 0 0 0;
}
.subscribe_block form.zf input[type="text"] {
    padding: 0.7em 0.45em;
    float: left;
    width: 400px;
    height: 50px;
}
#subscribe_top .button{
    float: left;
    margin-left: -120px;
    padding: 1.1em 2.7em;
    font-size: 90%;
}
.layer_with-bottom-bubbles_large:after {
    background: transparent url("bubbles_horizon_large.png") no-repeat center top;
    height: 20px;
}
.layer-wrapper_activity_blue, .layer-wrapper_main_blue {
    margin-top: 0;
    padding-bottom: 75px;
}
.layer-wrapper_activity_blue .conference__description, .layer-wrapper_main_blue .conference__description {
    text-align: center;
}
.layer-wrapper_activity_blue .conference__title, .layer-wrapper_main_blue .conference__title {
    margin: 4.1em 0 0.5em;
    font-size: 30px;
}
.layer-partners {
    overflow: hidden;
    text-align: center;
}
.pr-partners {
    padding-top: 100px;
    margin-top: 35px;
}
.layer-partners .notice {
    padding: 0;
    width: 71%;
}
.layer-partners .notice.notice_var2 {
    width: 68%;
}

.layer-partners .notice.notice_var2 p {
    margin-bottom: 1.5em;
}
.layer-partners .notice p {
    font-size: 20px;
    font-family: 'OpenSansLight';
}
.pr-btns a:first-child + a {
    padding: 1em 2em;
    margin-left: 20px;
}
.pr-speakers img {
    width: 80px;
    border-radius: 50%;
}
.pr-speakers span {
    display: block;
}
.pr-speakers h4 {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    margin: 80px 0 20px;
}
.pr-speakers li {
    display: inline-block;
    margin: 0 18px;
}
.pr-speakers .name {
    font-size: 12px;
    font-weight: 800;
}
.pr-speakers .presenter_info {
    font-size: 10px;
    opacity: 0.8;
}
.pr-partners:before {
    background-image: url(icons.png);
    background-position: -194px -1188px;
    display: block;
    content: '';
    width: 217px;
    position: absolute;
    top: 8px;
    height: 88px;
    left: 50%;
    margin-left: -107px;
}

.layer-partners.single-partner .pr-partners:before {
    display: none;
}

.layer-partners.single-partner .pr-partners {
    padding-top: 30px;
}
.conference__semcamp:after {
    background-image: url(icons.png);
    background-position: -309px -713px;
    display: block;
    content: '';
    width: 81px;
    position: absolute;
    top: 8px;
    height: 88px;
    left: 50%;
    margin-left: -41px;
}
.conference__optimization:after {
    background-image: url(icons.png);
    background-position: -261px -894px;
    display: block;
    content: '';
    width: 90px;
    position: absolute;
    top: 8px;
    height: 89px;
    left: 50%;
    margin-left: -45px;
}
.conference__smm:after {
    background-image: url(icons.png);
    background-position: -261px -804px;
    display: block;
    content: '';
    width: 90px;
    position: absolute;
    top: 8px;
    height: 89px;
    left: 50%;
    margin-left: -45px;
}
.layer-wrapper_activity_blue .conference:before {
    display: block;
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    top: -10px;
    left: 50%;
    margin-left: -45px;
    -webkit-box-shadow: 0 40px 30px 0px rgba(6, 94, 148, 0.5);
    -moz-box-shadow: 0 40px 30px 0px rgba(6, 94, 148, 0.5);
    box-shadow: 0 40px 30px 0px rgba(6, 94, 148, 0.5);
    -ms-border-radius: 55px;
    border-radius: 55px;
}
.activity__periodicals {
    margin-top: 1.5em;
}
.activity__periodicals .periodicals__header {
    margin-bottom: 0.6em;
}
.activity__layer {
    padding-bottom: 5.4em;
}
.layer_with-large-padding {
    padding-bottom: 4em;
}
.notice__header_soc-activity:before {
    background-position: 0px -880px;
    width: 36px;
    height: 29px;
    margin-left: -19px;
}
.notice__header_subheader {
    margin: 0;
    margin-bottom: 0.1em;
    position: relative;
    text-align: center;
    box-sizing:border-box;
}
/*.notice__header_subheader.rozetka{
  width: 450px;
  margin-left: 357px;
  height: 40px;
}*/
.notice__header_subheader:before {
    background-position: 0px -880px;
    width: 36px;
    height: 29px;
    margin-left: -18px;
}
.notice__header_subheader a {
    /*  text-decoration: none;
      border-bottom: 0 none;*/
    /* margin-left: 60px;*/
    margin-left: 20px;
}
.notice__header_subheader img{
    /* float: left;*/
    vertical-align:middle;
}
.notice-large {
    padding-bottom: 3em;
}
/*.ruli-v-les:before {
    background-image: url(icons.png);
    background-position: -38px -880px;
    display: block;
    content: '';
    width: 66px;
    height: 40px;
    margin: 10px 0 0 -214px;
    position: absolute;
    left: 50%;
}
.ruli-v-les-block {
    background: url("../i/bg-ruli.jpg") repeat-x 0 top;
    text-align: center;
    margin: 3.5em 0 2.9em;
    height: 400px;
    position: relative;
}
.ruli-v-les_title{
    margin-top: 7em;
}*/
.posadi-derevo-block {
    background: url("../i/bg-ruli.png") repeat-x 0 bottom #ddefef;
    position: relative;
    text-align: center;
    margin: 3.5em 0 2.9em;
    height: 400px;
    min-width: 970px;
}


/*.ruli-v-les-block:before, .posadi-derevo-block:before {
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  display: block;
  content: '';
  position: absolute;
  height: 399px;
  width: 100%;
  top: 0;
  left: 0;
}*/

.ruli-v-les-block img, .posadi-derevo-block img  {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -320px;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.45);
    -ms-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}
.ruli-v-les-block img {
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.soc-activity-desc {
    font-family: "OpenSansNormal";
    text-align: center;
    padding: 0 0 5.6em 0;
    border-bottom: 1px solid #eaeaea;
    width: 920px;
    margin-top:3px;
}
.soc-activity-desc p {
    margin: 1.7em 11em 0;
    /*  font-size: 0.8em;*/
    font-size: 0.9em;
    line-height: 1.85em;
}
.posadi-derevo {
    margin: 60px 0 0;
}
.posadi-derevo:before {
    background-image: url(icons.png);
    background-position: -109px -861px;
    display: block;
    content: '';
    position: absolute;
    width: 44px;
    height: 77px;
    left: 50%;
    margin: -30px 0 0 -375px;
}

.video__link-large:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(icons.png);
    background-position: 0px -922px;
    width: 109px;
    height: 109px;
    opacity: .7;
    margin: -57px 0 0 -53px;
}
.substrate_white {
    display: block;
    position: absolute;
    height: 399px;
    width: 100%;
    top: 136px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
}
.substrate_white:after {
    display: block;
    content: '';
    position: relative;
    top: 52%;
    left: 76%;
    background-image: url(/themes/default/css/gardener.png);
    width: 249px;
    height: 194px;
    opacity: 1;
}
.posadi-derevo-block:after, .ruli-v-les-block:after {
    bottom: -1px;
}

.rozetka_box{
    background: #F6F6F3;
    border-radius: 10px;
    width: 245px;
    float: right;
    font-family:'OpenSansNormal';
    line-height: 60px;
    text-align: center;
    bottom: 49px;

    position: relative;
}
.rozetka_box:after{
    content: '';
    background: url("arrow_text.png") no-repeat;
    position: absolute;
    left: -21px;
    top:10px;
    width: 30px;
    height: 72px;
}

.rozetka_box img{
    display: inline-block;
    position: relative;
    top: 14px;
}
/*.ruli-v-les-block_screen{
  margin-top: 0px;
}
.ruli-v-les-block .reward{
    background: url("reward.png") no-repeat;
    width: 79px;
    height: 30px;
    color: #fff;
    display: inline-block;
    position: relative;
    left: 405px;
    top: 58px;
    font-family: "OpenSansNormal";
    font-size: 0.8em;
    font-weight: bold;
}
.ruli-v-les-block .short_list{
  background: url("short_list.png") no-repeat;
  width: 97px;
  height: 30px;
  color: #fff;
  display: inline-block;
  position: relative;
  left: 322px;
  top: 80px;
  font-family: "OpenSansNormal";
  font-size: 0.8em;
  font-weight: bold;
}*/
/*.ruli_v_les_screen.oscar{
  background: url("oscar.png") no-repeat;
  width: 124px;
  height: 131px;
  position: absolute;
  left: 63.5%;
  top: 31%;
}*/
/* new styles start */
.social-activity.forest,
.social-activity.tree{
    background:#f6f6ee url(bg-social-activity-tree.png) repeat-x 0 100%;
    padding:3.7em 0 3.0em;
}
.social-activity.forest{
    background:#f6f6ee url(ruli_bg_new.png) no-repeat 50% 100%;
    -webkit-background-size:100% auto;
    background-size:100% auto;
}

.social-activity.save-heart {
    background: transparent url("../i/bg-saveheart.png") repeat-x 0 bottom;
    background-size: 450px;
}

.social-activity.tree h1{margin-bottom:0.2em;}
.social-activity.forest h1{margin-bottom:0.2em;}
.social-activity.save-heart h1{margin-bottom:0.2em;}
.social-activity_heading{
    display:inline-block;
    position:relative;
}
*+ html .social-activity_heading{display:inline;}
.forest .social-activity_heading .ico{
    display:inline-block;
    background-image: url(/themes/default/css/icons.png);
    background-position: -38px -880px;
    width:66px;
    height:40px;
    margin:0 15px 0 0;
}
*+ html .social-activity_heading .ico{display:inline;}
.social-activity_heading .bubble_rozetka{
    position:absolute;

    overflow:hidden;
    right:-280px;
    top:-10px;

    width:266px;
    height:70px;
}
.social-activity_heading_holder{
    text-align:center;
    margin-bottom:0.2em;
}
.social-activity .social-list{
    display:inline-block;
    vertical-align:middle;
    padding-right:10px;
}
*+ html .social-activity .social-list{display:inline;}
.social-activity .social-list li{
    display:inline-block;
    margin:0 3px;
}
*+ html .social-activity .social-list li{display:inline;}
.social-activity .social-list a,
.social-activity .social-list a{
    display:block;
    text-indent:-9999px;
    overflow:hidden;
    width:42px;
    height:41px;
    border:none;
}
.social-activity .social-list .facebook{background:url(social-icons.png) no-repeat 0 -1px;}
.social-activity .social-list .vkontakte{background:url(social-icons.png) no-repeat -52px -1px;}
.social-activity .social-list .twitter{background:url(social-icons.png) no-repeat -103px -1px;}
.social-activity .social-list .youtube{
    background:url(social-icons.png) no-repeat -156px 0;
    width:43px;
    height:42px;
}
.social-activity.forest .info-holder,
.social-activity.tree .info-holder{
    padding-top:3.3em;
    margin:0 -50px;
    position:relative;
}
.social-activity.forest .info-holder .info,
.social-activity.tree .info-holder .info{
    display:inline-block;
    font:bold 17px/22px 'OpenSans', Arial, Helvetica, sans-serif;
    color:#020203;
}
.project-tree-img{
    display:block;
    margin:0 auto;
    box-shadow:0 5px 38px rgba(41,41,21,0.15);
    -webkit-box-shadow:0 5px 38px rgba(41,41,21,0.15);
}
.project-forest-img{
    display:block;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.45);
    -ms-border-radius: 7px 7px 0 0;
    margin:0 auto;
    border-radius: 10px 10px 0 0;
}
.project-save-heart-img {
    display: block;
    margin: 0 auto;
    box-shadow:0 5px 38px rgba(41,41,21,0.15);
    -webkit-box-shadow:0 5px 38px rgba(41,41,21,0.15);
    -moz-box-shadow:0 5px 38px rgba(41,41,21,0.15);
    -ms-box-shadow:0 5px 38px rgba(41,41,21,0.15);
    -o-box-shadow:0 5px 38px rgba(41,41,21,0.15);
}
.activity_about_project.tree{
    padding-bottom:0;
    overflow:hidden;
    padding-top:1.45em;
}
.activity_about_project.tree .activity_project_text{margin-bottom:3.8em;}
.social-activity-visual{
    width:100%;
    position:relative;
}
.social-activity-visual .btn-play{
    position:absolute;
    top:50%;
    left:50%;
    text-indent:-9999px;
    background:url(bg-btn-play.png);
    width:117px;
    height:117px;
    margin:-58px 0 0 -58px;
}
.social-activity-visual img{
    display:block;
    width:100%;
    height:auto;
}
.video__link-large.white:after{
    background:url(bg-btn-play.png) no-repeat;
    width:117px;
    height:117px;
    opacity:1;
}
.activity_results{padding:4em 0 1.8em;}
.activity_results_heading{
    text-align:center;
    color:#000;
    font-size:343%;
    line-height:1.0;
    margin-bottom:1em;
}
.activity_results_list{
    text-align:center;
    font-family:OpenSansNormal;
}

.activity_results_list .save-heart:before {
    margin: -80px 0 0 -30px;
}

.activity_results_list_item{
    width:220px;
    vertical-align:top;
    display:inline-block;
    padding-top:170px;
    position:relative;
    margin:0 20px 50px;
}
*+ html .activity_results_list_item{display:inline;}
.activity_results_list_item .ico{
    position:absolute;
    top:0;
    left:50%;
    background:url(bg-activity-result-icons.png) no-repeat;
}
.activity_results_list_item .num{
    display:block;
    font:bold 50px/60px 'OpenSans', Arial, Helvetica, sans-serif;
    color:#313133;
}
.activity_results_list_item .num .green{color:#aac836;}
.activity_results_list_item.tree .ico{
    width:130px;
    height:139px;
    margin-left:-65px;
    top:5px;
}
.activity_results_list_item.participants .ico{
    background-position:-250px -13px;
    width:172px;
    height:126px;
    margin-left:-86px;
    top:22px;
}
.activity_results_list_item.likes .ico{
    background-position:-525px -32px;
    width:190px;
    height:105px;
    margin-left:-95px;
    top:42px;
}
.activity_results_list_item.forest .ico{
    background-position:0 -173px;
    width:166px;
    height:102px;
    margin-left:-83px;
    top:42px;
}
.activity_photos{padding:5em 0 10em;}
.activity_photos_heading{
    text-align:center;
    color:#000;
    font:bold 48px/48px 'OpenSans', Arial, Helvetica, sans-serif;
    position:relative;
    padding-top:60px;
    margin-bottom:0.7em;
}
.activity_photos_heading:before{
    content:"";
    position:absolute;
    background:url(bg-photo-ico.png) no-repeat;
    width:37px;
    height:28px;
    top:0;
    left:50%;
    margin-left:-19px;
}
/* new styles end */

/* vacancy popup */
#fancybox-wrap #fancybox-content, #fancybox-wrap #fancybox-outer {
    border-radius: 5px;
}
#fancybox-wrap #fancybox-close {
    color: #ffffff;
    cursor: pointer;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 286%;
    font-weight: bold;
    position: absolute;
    line-height: 0.5;
    right: 0;
    text-shadow: 0 0 5px #cccccc;
    top: -38px;
    border: none;
}
#subscriber-popup{
    background-color: #f6f6ef;
    background-image: url("/themes/default/css/subscriber_popup.png");
    border-radius: 20px;
    font-family: "OpenSansNormal";
    font-size: 20px;
    height: 190px;
    padding: 70px 0;
    text-align: center;
    width: 400px;

}
/*#subscriber-popup:after{
        background:url(bg-btn-play.png) no-repeat;
    width:117px;
    height:117px;
    opacity:1;
}*/
#vacancy-popup {
    background-color: transparent;
    background: #f6f6ef;
    background: -moz-linear-gradient(top, #f6f6ee 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6ee), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f6f6ee 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f6f6ee 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f6f6ee 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f6f6ee 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6ee', endColorstr='#ffffff', GradientType=0);
    padding: 39px 57px 39px 65px;
    width: 780px;
}

#vacancy-popup h4 {
    font: 30px/37px "OpenSans",Helvetica,Arial,sans-serif;
    margin-bottom: 38px;
}

#vacancy-popup .vacancy_item {
    font: 17px/21px "OpenSans",Helvetica,Arial,sans-serif;
}
#vacancy-popup .vacancy_item p {
    font: 12px/19px "OpenSansNormal",Helvetica,Arial,sans-serif;
    margin: 0;
}
#vacancy-popup .vacancy_city {
    background: url('icons.png') -421px -823px no-repeat;
    padding-left: 44px;
}
#vacancy-popup .vacancy_employment {
    background: url('icons.png') -420px -867px no-repeat;
    padding-left: 51px;
}
#vacancy-popup .vacancy_langs {
    background: url('icons.png') -406px -909px no-repeat;
    padding-left: 66px;
    height: 40px;
}

#vacancy-popup hr {
    height: 1px;
    background: #dbdbd6;
    margin: 38px 0;
}

#vacancy-popup li {
    margin: 17px 0 17px -24px;
    position: relative;
    padding-left: 24px;
    font: 13px/17px "OpenSansNormal",Helvetica,Arial,sans-serif;
}
#vacancy-popup li:before {
    position: absolute;
    height: 20px;
    background: url(icons.png) -405px -819px no-repeat;
    width: 20px;
    content: "";
    margin-left: -24px;
}

#vacancy-popup .regs {
    padding: 0 74px 0 7px;
}
#vacancy-popup .resp {
    width: 255px;
    padding-left: 13px;
}
#vacancy-popup .resp .button {
    padding: 0.9em 1em;
    margin: 23px 0;
}
.magazine_layer .notice{
    text-align:center;
}
.magazine_layer .notice h1{
    margin-top: 44px;
    margin-bottom:21px;
    color: #000;
}
.magazine_layer .notice a{
    margin-top: 12px;
    padding: 1em 2.5em;
    margin-bottom: 37px;
}
.magazine_layer .video-rev {
    display: inline-block;
    position: relative;
    margin: 30px 0;
}
.magazine_layer .video-rev .show-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 6;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.magazine_layer .video-rev .show-popup:after {
    margin: 0;
}
.title-video-rev {
    position: absolute;
    color: #fff;
    text-align: center;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
.mgzn .fotorama{
    /*width:700px;*/
}
.mgzn .fotorama__thumb-border{
    width: 98px !important;
    border: 2px solid red !important;
    border-radius: 0 !important;
    margin-left: 0 !important;
    margin-top: 21px !important;
    height: 138px !important;
}
.mgzn .fotorama__stage__frame.fotorama__loaded--img .fotorama__img{
    border:none !important;

}
.webinar__header-wrapper td{
    font-family: "OpenSans";
    padding: 0px 150px 42px 170px;
    text-align:center;
    vertical-align:middle;
    font-size: 32px;
    line-height:38px;
}
.official{
    background-image: url(../i/icons1.png);
    background-position: -45px -28px;
    width: 37px;
    height: 37px;
    z-index: 2;
    margin: 57px auto 9px auto;
    display: block;
}
.official.registration {
    background-position: -18px -524px;
}
.left_slider{
    left:50px;
    position:absolute;
}
.blog-main strong{
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    font-weight:bold;
}
.blog-main img{
    max-width: 100%;
    height: auto;
}
.pseudo_none{
    display: block;
    height: 25px;
    border:none;
}
.left_slider  .pseudo{
    display: block;
    height: 30px;
}
.ruler1:before{
    content: '';
    width: 15px;
    margin-top: 15px;
    position: absolute;
    border-bottom: 1px solid #F00;
    left: -40px;
}
.ruler2:before,.ruler4:before{
    content: '';
    margin-top: 10px;
    height: 5px;
    width: 5px;
    position: absolute;
    border-bottom: 1px solid #F00;
    left: -40px;
}
.ruler3:before{
    content: '';
    width: 10px;
    margin-top: 15px;
    position: absolute;
    border-bottom: 1px solid #F00;
    left: -40px;
}
.left_slider  .navigation__item_selected{

    color:#fff;
}
.left_slider  .navigation__item_selected  .pseudo,.left_slider  .navigation__item_selected  .pseudo:hover{
    width: 200px;
    background-color: #D51521;
    displaY: block;
    margin-left: -43px;
    color: #FFF !important;
    padding-left: 45px;
    border-radius: 0 15px 15px 0;
}
.left_slider  .navigation_on-page  .navigation__item_selected .pseudo{
    color:#fff;
    z-index:9999;
}

#another_webinars{
    clear: both;
}

@media screen and (max-width:1200px) {
    #another_webinars .web a{
        padding-right:35px;
    }
    .approach-list .approach a{
        font-size:11px;
    }
    .approach-list .approach {
        /*padding-left:15px;*/
    }
    .approach a>.before {
        display: block;
        content: '';
        position: absolute;
        top: -103px;
        width: 80px;
        height: 80px;
        border: 1px solid #D51521;
        -ms-border-radius: 46px;
        border-radius: 46px;
        behavior: url(/themes/default/css/PIE.htc);
        margin-left: -40px;
    }
}
@media (max-width:1100px){
    .vacancy-list__title {
        min-height: 64px;
    }
}

.layer .screen_rozetka img{
    margin:27px auto 1px;
    display:block;
    border-top-left-radius:6px;
    border-top-right-radius:15px;
    -webkit-box-shadow: 15px 0 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 30px rgba(0,0,0,0.2);
    -ms-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    position: relative;
    z-index: 1;
}
.video__link_wout_video{
    text-transform: uppercase;
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
    font-weight: bold;
    cursor:default;
}
.pagination>li>a.prev_page:before{
    content: '';
    display: block;
    background: url("/themes/default/css/icons.png") no-repeat -439px -996px;
    width: 20px;
    height: 30px;

}

.breadcrumbs_block{
    display: block;
    padding-top: 1em;
}
.breadcrumbs_block .current{
    font-family: "OpenSans";
    color:#000;
    border: none;
}

.breadcrumbs_block .separator{
    display: inline-block;
    content: "";
    background: url('icons.png') no-repeat -1px -1px;
    width: 3px;
    height: 3px;
    vertical-align: middle;
    margin: 4px;
}

.main_cols {

}
.active_webinar_name{
    font-family: "OpenSans";
    color: #414141;
    text-decoration:none;
    border:none;
}
.slides-item a{
    border: none;
}
.sitemap .sitemap__header {
    font-family: "OpenSans";
    font-size: 0.8rem;
}

.soc-text {
    font-family: "OpenSans";
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.sitemap .sitemap__nav{
    font-family: "OpenSansNormal";
    font-size: 0.8rem;
}
.magazine_mgz{
    height: 261px;
    display: block;
    z-index: 2;
    z-index: 999;
    margin: -339px auto 87px auto;
}
.team-tree-fotorama .fotorama__arr {
    opacity: 1 !important;
    display: block !important;;
}
.team-tree-fotorama .fotorama__arr--disabled {
    opacity: .1 !important;
}
.min_padding{
    padding: 66px 25px 20px;
}
.index-promo__text.index-promo__transition{
    font-family: "OpenSans";
}
.notice .notice__header_complex-approach + .notice__text {
    font-family:"OpenSansNormal";
    font-size: 13px;
    padding-top: 10px;
}
.notice__header_complex-approach + .notice__text{
    font-family: "OpenSans";
    padding-top: 10px;
}
.case-promo-header a{
    padding-bottom: 3px;
    display: inline-block;
    margin: 0 auto;

}
.activity_photos_heading:before {
    content: "";
    position: absolute;
    background: url(bg-photo-ico.png) no-repeat;
    width: 37px;
    height: 28px;
    top: 0;
    left: 50%;
    margin-left: -19px;
}

.periodicals__header a{
    padding-bottom: 2px;
    display: inline-block;
    margin: 0 auto;
}

.seminars-partners {
    text-align: center;
}
.seminars-partners li {
    display: inline-block;
    margin: 20px 18px;
    width: 220px;
}
.seminars-partners li a {
    border-bottom: 0;
}

#events {
    margin-bottom: 50px;
    margin-top: 10px;
    text-align: center;
}
#events li {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    min-height: 340px;
    vertical-align: top;
}

.ev-wrap {
    width: 350px;
    margin: 0 auto;
}
#events .ev-indent, #events .ev-place, #events .ev_price {
    display: block;
    position: relative;
    color: #8d8d8f;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
}

#events .ev-title {
    font-size: 19px;
    font-weight: 800;
}
#events .ev_price {
    font-size: 12px;
}
#events .ev-place {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 14px;
}

#events .ev-wrap .ico {
    display: inline-block;
    background-image: url(icons.png);
    background-repeat:no-repeat;
    margin-bottom: 20px;
}

#events .p-web .ev-wrap .ico {
    background-position: -198px -1283px;
    width:92px;
    height:90px;
}
#events .p-part .ev-wrap .ico {
    width:190px;
    height:90px;
    background-position: 0px -1212px;
}
#events .p-conf .ev-wrap .ico {
    background-position: -260px -894px;
    width:92px;
    height:90px;
}

#events .p-conf .ev-indent:after, #events .p-web .ev-indent:after {
    display: block;
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    top: -116px;
    left: 50%;
    margin-left: -45px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.closest-ev > li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    text-align: center;
}

.closest-ev .key {
    width: 105px;
    height: 55px;
    display: inline-block;
    background-image: url(/themes/default/css/icons.png);
    background-repeat: no-repeat;
    background-position: -2px -685px;
    margin-bottom: 20px;
    background-size: 260px;
}

.event__date, .presenters-names {
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 10px;
}
.presenters-names {
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0.6;
}

.event__date {
    display: inline-block;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 19px;
    color: #ffffff;
    background-color: #dc0d1c;
    position: relative;
}

.event__date:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 30px;
    right: -11px;
    background: url(/themes/default/css/icons.png) no-repeat -424px -1274px;
}

.event__title {
    width: 340px;
    margin: 15px auto;
}

.event__title a {
    font-size: 19px;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

#sm-video {
    text-align: center;
}

.presenters-imgs li {
    display: inline-block;
    margin-left: -7px;
}
.presenters-imgs img {
    border-radius: 50%;
    width: 60px;
}

.partners-benefits h3 {
    font-size: 18px;
    text-align: center;
    padding-top: 5px;
    margin: 50px 0 70px;
}
.no-key .partners-benefits h3 {
    margin: 0px 0 70px;
}

.partners-speakers .fotorama__arr {
    top: 20%;
}

.benefits li {
    float: left;
    width: 20%;
    text-align: center;
    padding-bottom: 30px;
}

.b-content {
    width: 80%;
    margin: 0 auto;
}
.benefits .ico {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/themes/default/css/icons.png);
    background-repeat: no-repeat;
}

.benefits header {
    line-height: 100px;
    margin-bottom: 60px;
}
.ico.communication {
    width: 86px;
    height: 80px;
    background-position: -109px -1420px;
}
.ico.access {
    width: 63px;
    height: 93px;
    background-position: -109px -1311px;
}
.ico.bigfish-news {
    width: 100px;
    height: 71px;
    background-position: 0px -1420px;
}
.ico.closest-events {
    width: 113px;
    height: 82px;
    background-position: -300px -1311px;
}
.ico.participation {
    width: 87px;
    height: 79px;
    background-position: 00px -1311px;
}


.partners-speakers .speakers-slider ul.cols {
    padding: 0 40px;
}
.partners-speakers ul {
    padding-bottom: 100px;
}
.partners-speakers li {
    float: left;
    width: 25%;
}

.partners-speakers li img {
    width: 100px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.partners-speakers .notice__header {
    margin-top: 40px;
}
.partners-speakers .notice p {
    color: #545451;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}
.more_pres {
    display: inline-block;
    width: 100px;
}
#nameWrap {
    text-align: center;
    padding-top: 25px;
}
#name {
    width: 435px;
    text-align: center;
}
#questions {
    margin-top: 30px;
    border-top: 1px #ccc solid;
}
#questions td {
    padding: 25px 0 25px 0;
    border-bottom: 1px #ccc solid;
    vertical-align: top;
}
#questions td.tdCenter {
    width: 440px;
    text-align: center;
}

#questions td label {
    padding: 10px;
    margin: 0 10px;
}
#saveWrap {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cert-box {
    display: block;
    height: 100%;
    width: 90%;
    margin: 0 auto;
}
.cert-box a {
    display: block;
    height: 100%;
    width: 100%;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}


/*thanks page */
.buble_header{
    padding: 5.6em;
    background: url("bubble_bg.png") no-repeat center bottom;

}
.layer_thanks{
    padding-top: 7em;
    padding-bottom: 7em;
    text-align: center;
    background-color:#f6f6ef;
}
.layer_thanks h1{
    font-size: 1.9rem;
    color: #313130;
    padding-bottom:1em;
}
.layer_thanks p{
    padding-bottom:3em;
}

.fish-icon {
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
}
.fish-icon-main {
    position: absolute;
    right: 5px;
    bottom: 10px;
    width: 30px;
}
.post-video-bg {
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-size: cover;
}
.post-video-thumb {
    margin-top: 15px;
}
.inter-position {
    font-size: 9px;
    color: #41729c;
    margin: 0;
}

/* Bigfish on main page */
.fish-button-holder {
    position: fixed;
    right: -201px;
    margin-top: -105px;
    top: 50%;
    z-index: 35;
    -webkit-transition: right ease-out 0.3s;
    -moz-transition: right ease-out 0.3s;
    -o-transition: right ease-out 0.3s;
    transition: right ease-out 0.3s;
}

.fish-bg {
    position: absolute;
    width: 130px;
    height: 130px;
    right: 56px;
    top: 43px;
    background-size: 230px;
    background-position: 100% 0;
}

.fish-button {
    height: 215px;
    width: 300px;
    position: relative;
    text-align: center;
    background: url(fish.svg) 0px 0px no-repeat;
    cursor: pointer;
}

.fish-button:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 215px;
}

.fish-button-holder:hover {
    right: 40px;
}
.play-fish {
    width: 32px;
    height: 36px;
    margin-right: -70px;
    background: url(fish-play.svg);
    background-size: 32px;
    display: inline-block;
    vertical-align: middle;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(50%,-50%);
    -webkit-transform: translate(50%,-50%);*/
    -webkit-transition: transform ease-out 0.3s;
    -moz-transition: transform ease-out 0.3s;
    -o-transition: transform ease-out 0.3s;
    transition: transform ease-out 0.3s;
}
.fish-button-holder .fish-button .play-fish:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.category-link {
    text-align: center;
    text-transform: uppercase;
}
.category-link a {
    border: 0;
    margin-right: -65px;
    display: block;
}
.category-link p {
    color: #0076A4;
    margin-top: -50px;
    line-height: 1.2;
}

.category-link p span {
    display: block;
    color: #E31F26;
    font-family: 'OpenSans';
    font-weight: bold;
    font-size: 125%;
}
.category-link:hover svg.fish-cloud path  {
    fill:#00BFD6;
}
.category-link:hover p {
    color: #00BFD6;
}

/*VESTI KZ*/

.case-card .col.vesti_tast {
    padding: 1em 1em 1em 1.6em ;
}

.case-card .col.vesti_tast:after {
    margin-top: 13px;
}

.vesti-tools .first-optim {
    display: block;
    width: 48%;
    float: left;
}

.vesti-tools .first-optim:nth-child(even){
    float: right;
}

.vesti-tools .first-optim .marker{
    min-height: 320px;
}

.vesti-tools .first-optim .marker h4, h5 {
    margin-bottom: 20px;
}
/* СТИЛИ ДЛЯ ТАБЛИЦ */
.cntr-case-table {
    display: inline-block;
    text-align: center;
    width: 550px;
    height: auto;
    background: #F6F6EE;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    padding: 30px 30px;
}

.case-table {
    width: 100%;
    height: auto;
}

.case-table tr:first-child {
    border-bottom: 1px dotted #949494;
}

.case-table tr, th, td {
    line-height: 1;
    text-align: center;
}

.case-table tr th {
    text-align: center;
    line-height: 1;
    width: 30%;
}

.case-table th {
    padding: 0 0 20px 0;
    text-align: center;
    vertical-align: middle;
}

.case-table tr td {
    text-align: center;
    padding: 15px 0 0 0;
    line-height: 1;
    width: 30%;
}

.case-table tr td:first-child, .case-table tr th:first-child {
    width: 40%;
}

.case-table tr td:not(:first-child){
    color: #646560;
}
/* END TABLE*/

/*tengrinews KZ*/

.tengrinews-tools {
    margin-bottom: 0;
}

.tengrinews-tools .list-with-ticks {
    padding: 0;
}

.tengrinews-tools .list-with-ticks .col {
    text-align: center;
}

.tengrinews-tools .list-with-ticks .col:before{
    margin-left: 20px;
}

/* END tengrinews KZ */

/* Search */

.item-search {
    text-indent: -9999px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/sprite-ua.svg") no-repeat -117px 0/300px;
    border: none !important;
    position: absolute;
    left: -30px;
    top: 6px;
}

.item-search:before {
    content: '';
    display: none;
    width: 18px;
    height: 20px;
    background: url(search-gray.svg) no-repeat;
    background-size: 18px;
    position: absolute;
    left: -35px;
    top: 8px;
}

.small-nav .item-search:before {
    background: url(search-gray.svg) no-repeat;
    background-size: 17px;
}

#top-search {
    position: relative;
    background-color: #444444 !important;
    width: 100%;
    z-index: -10;
    opacity: 0;
    top: -12px;
    left: 0;
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    transition: opacity .25s linear;
}

.search-input-unfold {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: height .25s .2s;
    -moz-transition: height .25s .2s;
    transition: height .25s .2s;
    -webkit-perspective: 1600;
    -moz-perspective: 1600;
    perspective: 1600px;
}

#top-search.open {
    opacity: 1;
    z-index: 10;
}

.search-input-unfold.open {
    height: 120px;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
}

#top-search>form>input[type=text] {
    border: none !important;
    background-color: transparent !important;
    width: 100%;
    font-size: 30px;
    line-height: 80px;
    padding-top: 20px !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
    outline: 0;
}

.search-input-unfold form {
    background: #fff;
    height: 120px;
    position: relative;
    -webkit-transform: rotateX(-100deg);
    -moz-transform: rotateX(-100deg);
    -ms-transform: rotateX(-100deg);
    -o-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear;
}

.search-input-unfold.open form {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
    border-bottom: 1px inset rgba(0,0,0,0.2);
}

.pro-icon-search:before {
    content: '';
    display: inline-block;
    background: url(search-gray.svg) no-repeat;
    background-size: 60px;
    width: 60px;
    height: 60px;
}

#top-search i {
    position: absolute;
    top: 50%;
    width: 60px !important;
    height: 60px !important;
    margin-top: -30px !important;
}

#top-search i.pro-icon-search {
    left: 20px;
}

#top-search i.close-search {
    right: 20px;
    cursor: pointer;
}

.close-search:before {
    content: '';
    display: inline-block;
    background: url(close-gray.svg) no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    margin-top: 15px;
}

.searchform input:not([type=submit]):not([type=file]) {
    border: 1px solid #dedede;
    padding: 12px 15px;
    margin: 0;
    width: 100%;
    outline: 0;
}

#search-results {
    margin: 20px 0 30px;
}

.pad-top {
    padding-top: 108px;
    transition: opacity .25s linear;
}

.layer_header-fixed.layer_header .cols-search {
    top: 3px;
}

.layer-wrapper_fixed-top.pad-top .promodo-logo_fixed {
    position: absolute;
}

.layer_header.layer_header-fixed .clients-search::before,
.layer_header.layer_header-fixed .reviews-search::before {
    /*left: 50px;*/
    left: -25px;
}

/* SEARCH PAGE */

.main-search {
    padding: 30px 0;
}

h5.h5_search:before {
    display: none !important;
}

.main-search .cntr {
    position: relative;
}

.main-search .cntr .search-ic {
    display: inline-block;
    width: 250px;
    height: 250px;
    background: url(main-search.png) no-repeat 50% 50% / cover;
    position: relative;
}

.main-search .cntr .search-result {
    font-size: 14px;
    font-family: "OpenSansNormal", Helvetica, Arial, sans-serif;
    color: #000;
    margin-left: -35px;
    position: absolute;
    top: 140px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);

}

.main-search .cntr .search-title {
    display: inline-block;
    font-family: 'OpenSans', sans-serif;
    /*font-weight: bold;*/
    font-size: 40px;
    position: absolute;
    top: 70px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    margin-left: -35px;
}

.main-search .cntr .search-title span {
    color: #b9b9b7;
}

.search-tools .section {
    padding: 30px 0;
}

.search-tools .notice {
    padding: 10px 0;
}

.search-tools h5.notice__header_solution {
    margin: 0;
    font-size: 30px;
    padding-top: 0;
}

.search-tools h5.notice__header_solution::before {
    width: 40px;
    height: 32px;
    background-position: 0 175px;
}

.search-tools h5.board::before {
    width: 42px;
    height: 42px;
    background-position: -46px 175px;
}

.search-tools h5.notice__header_solution span {
    color: red;
}
.search-tools .cols {
    /*display: inline-block;*/
    text-align: center;
}

.search-tools .cols .col_33 {
    /*width: 33%;*/
    /*display: inline-block;*/
    /*text-align: center;*/
    float: left;
}

.search-tools .search__title {
    text-align: center;
    margin-top: 30px;
    position: relative;
}
.search-tools .search__title .search__icon {
    display: block;
    width: 240px;
    height: 210px;
    position: relative;
    margin-bottom: 20px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}

.search-tools .search__title .search__icon img {
    height: 100%;
    width: 100%;
}

.search-tools .section_to-white:before {
    height: 50px;
}

.search-tools .section-search-post .search__title {
    text-transform: uppercase;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin: 20px 10px 0 10px;
    min-height: 64px;
}

.search-tools .col_33.result_center {
    display: inline-block;
    float: none;
}

/*.search-tools .search__title .search__icon::before {*/
/*content: '';*/
/*display: inline-block;*/
/*width: 240px;*/
/*height: 205px;*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*-webkit-transform: translate(-50%, -50%);*/
/*-moz-transform: translate(-50%, -50%);*/
/*-ms-transform: translate(-50%, -50%);*/
/*-o-transform: translate(-50%, -50%);*/
/*transform: translate(-50%, -50%);*/
/*!*background: url(search-img.jpg) no-repeat 50% 50%;*!*/
/*}*/

.search-tools .search__title .search-case {
    display: inline-block;
    width: 80px;
    height: 30px;
    text-align: center;
    background: #FF0000;
    color: #fff;
    line-height: 2;
    position: absolute;
    top: 20px;
    left: 30px;
}

.search-tools .search__title .search-case::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: -15px;
    top: 0px;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #ff0000 transparent transparent transparent;
}
.search-tools .search__title .search-case::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: -15px;
    top: 15px;
    border-style: solid;
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #ff0000;
}

.search-tools .search__title .approach {
    width: auto;
}

/* END Search */
.zf_mt0 {
    margin-top: 0;
    line-height: 1.4;
}
.sem-tab {
    width: 600px;
    margin: 0 auto;
}

/* =====================    НОВЫЙ АНОНС */
h2.h2_soon {
    text-align: center;
    font-size: 60px;
    line-height: 1;
    position: relative;
    margin-bottom: 50px;
}
/*h2.h2_soon:before {*/
/*content: '';*/
/*display: inline-block;*/
/*width: 100%;*/
/*height: 2px;*/
/*background: #d4d4d2;*/
/*position: absolute;*/
/*top: -40px;*/
/*left: 0;*/
/*}*/
.sem-tab-new {
    border: none;
    /*width: 750px;*/
    width: 786px;
    padding: 1em 2em !important;
    margin: 20px auto 50px auto;
    background: transparent;
}

.sem-tab-new  .t-event__img {
    padding: 0;
}

.sem-tab-new .t-event .t-event__img .event__img {
    text-decoration: none;
    display: inline-block;
    width: 250px;
    height: 64px;
    background: url("pp_logo.png") no-repeat center center;
    background-size: 100%;
    border-bottom: none;
}

.sem-tab-new  .t-event td {
    font-size: 130%;
    line-height: 1.4;
    font-family: "OpenSansNormal", sans-serif;
    padding-right: 0;
}

.sem-tab-new  .t-event .t-event__title a {
    text-decoration: underline;
    color: #00739f;
    font-family: "OpenSansNormal", sans-serif;
}

.sem-tab-new  .t-event .t-event__title a.reg {
    color: #e31f26;
    font-size: 80%;
    text-decoration: none;
    font-family: "OpenSansNormal", sans-serif;
}

.sem-tab-new .t-event td:last-child {
    text-transform: none;
    width: 150px;
}

/* ================================= КОНЕЦ НОВОГО АНОНСА  */

/* ============    АНИМАЦИЯ В СВГ */

path.mountain {
    fill: none;
    fill-opacity: 1;
    stroke: #CC2128;
    stroke-opacity: 1;
    stroke-width: 4;
    stroke-linejoin: round;
    stroke-linecap: butt;
    fill-rule: nonzero;
    opacity: 1;
}

#mark1-a {
    transform-origin: 12.5px 38px;
    -webkit-transform-origin: 12.5px 38px;
    transform: scale(0);
    -webkit-transform: scale(0);
}

#mark1-b {
    cursor: pointer;
    transform: translate(252.7px, 28px);
    -webkit-transform: translate(252.7px, 28px);
}

.loaded.anim-mark {
    animation-delay: 4.55s, 4.86s;
    animation-name: scalemark, rotatemark;
    animation-duration: 0.3s, 6s;
    animation-iteration-count: 1, infinite;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards, none;

    -webkit-animation-delay: 4.55s, 4.86s;
    -webkit-animation-name: scalemark, rotatemark;
    -webkit-animation-iteration-count: 1, infinite;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s, 6s;
    -webkit-animation-fill-mode: forwards, none;
}

@keyframes rotatemark {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    3% {
        transform: rotate(28deg);
        -webkit-transform: rotate(28deg);
    }
    9% {
        transform: rotate(-28deg);
        -webkit-transform: rotate(-28deg);
    }
    13.4% {
        transform: rotate(14deg);
        -webkit-transform: rotate(14deg);
    }
    16.6% {
        transform: rotate(-14deg);
        -webkit-transform: rotate(-14deg);
    }
    20% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes rotatemark {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    3% {
        transform: rotate(28deg);
        -webkit-transform: rotate(28deg);
    }
    9% {
        transform: rotate(-28deg);
        -webkit-transform: rotate(-28deg);
    }
    13.4% {
        transform: rotate(14deg);
        -webkit-transform: rotate(14deg);
    }
    16.6% {
        transform: rotate(-14deg);
        -webkit-transform: rotate(-14deg);
    }
    20% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}

@keyframes scalemark {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes scalemark {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.mountains {
    transform-origin: 0px 151px;
    -webkit-transform-origin: 0px 151px;

    transform: scale(1, 1) translateY(0);
    transition: transform 1s ease 1s;
    -webkit-transform: scale(1, 1) translateY(0);
    -webkit-transition: transform 1s ease 1s;
}

.clicked .mountains {
    transform: scale(1, 0) translateY(151px);
    transition: transform 1s ease 0s;
    -webkit-transform: scale(1, 0) translateY(151px);
    -webkit-transition: transform 1s ease 0s;
}

.underline {
    transform-origin: 175px 0px;
    -webkit-transform-origin: 175px 0px;
    transition: transform 1s ease 0s;
    -webkit-transition: transform 1s ease 0s;

    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
}

.clicked .underline {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

#header {
    transform: translate(45px, 165px);
    transition: transform 1s ease 0s;
    -webkit-transform: translate(45px, 165px);
    -webkit-transition: transform 1s ease 0s;
}

.clicked #header {
    transform: translate(45px, 65px);
    transition: transform 1s ease 1s;
    -webkit-transform: translate(45px, 65px);
    -webkit-transition: transform 1s ease 1s;
}

.fact1 {
    transform: translate(-150px, 175px);
    transition: transform 1s ease 0s;
    -webkit-transform: translate(-150px, 175px);
    -webkit-transition: transform 1s ease 0s;
}

.clicked .fact1 {
    transform: translate(-150px, 85px);
    transition: transform 1s ease 1.2s;
    -webkit-transform: translate(-150px, 85px);
    -webkit-transition: transform 1s ease 1.2s;
}

.fact2 {
    transform: translate(-150px, 185px);
    transition: transform 1s ease 0s;
    -webkit-transform: translate(-150px, 185px);
    -webkit-transition: transform 1s ease 0s;
}

.clicked .fact2 {
    transform: translate(-150px, 105px);
    transition: transform 1s ease 1.4s;
    -webkit-transform: translate(-150px, 105px);
    -webkit-transition: transform 1s ease 1.4s;
}

.fact3 {
    transform: translate(-150px, 195px);
    transition: transform 1s ease 0s;
    -webkit-transform: translate(-150px, 195px);
    -webkit-transition: transform 1s ease 0s;
}

.clicked .fact3 {
    transform: translate(-150px, 125px);
    transition: transform 1s ease 1.6s;
    -webkit-transform: translate(-150px, 125px);
    -webkit-transition: transform 1s ease 1.6s;
}

#thepopup {
    transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
}

#nav-section-1 {
    z-index: 10;
}

/*  ================================== КОНЕЦ АНИМАЦИИ СВГ */

.notice_overflow {
    overflow: hidden;
}

.normal_ff ul.list li {
    margin-bottom: 30px;
}

.normal_ff ul.list li:last-child {
    margin: 0;
}

.life-enthusiast__tools .before-after-gallary.georgia_slide .fotorama__stage {
    height: 360px !important;
}

@media (max-width: 1024px){
    .layer-partners .notice.notice_var2 {
        width: 85%;
    }
    .layer_header-fixed .item-search:before {
        left: 44px;
    }
}

span.bold {
    font-weight: 900;
}

.sub-service .layer {
    padding: 1px 15px;
}

.second-nav.nav-service {
    margin-left: 125px;
}

.second-nav.nav-service li a {
    font-size: 90%;
}

.layer_header-fixed .service-search:before {
    /*left: 43px;*/
    left: -25px;
}

.header-contacts {
    padding-bottom: 20px;
}

.layer-contacts {
    padding: 50px 0;
    background: #fff;
}

.contacts-place .cols {
    width: 100%;
    margin-bottom: 50px;
}

.contacts-place {
    width: 800px;
    margin: 0 auto;
}

.place-img {
    width: 150px;
    height: 150px;
    float: left;
    margin-right: 50px;
    background: #e31f26;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.place-descr {
    width: calc(100% - 200px);
    float: left;
}

.place-block {
    padding: 20px 30px 20px 0;
    border-bottom: 1px solid #cccccc;
}

.place-block h3 {
    display: inline-block;
    margin: 0;
    color: #00739f;
    text-align: left;
    font-family: "OpenSansLight", sans-serif;
    font-size: 28px;
}

.place-block a {
    float: right;
    border-bottom: 1px dashed;
    padding-top: 8px;
}

.place-block a.contact-phone {
    float: none;
    color: #e23e3c;
    border: none;
    font-weight: bold;
    line-height: 2;
    padding: 0;
}

.place-block  span {
    display: block;
    line-height: 2;
}
.place-block .place-addr {
    /*display: inline-block;*/
    font-weight: bold;
    /*position: relative;*/

}

.place-block .address-place {
    position: relative;
    display: inline-block;
    min-width: 200px;
    float: right;
}

.place-block .address-place .address__icon {
    top: 5px;
    left: -60px;
}

.layer_maps {
    width: 100%;
}
.layer_maps .map_block {
    width: 100%;
    height: 500px;
}
/* Аналитика новая */
.analytics-marketing {
    padding-bottom: 0;
    /*background-size: 90%;*/
    background: none !important;
}
.analytics-marketing:after {
    display: none;
}
.service-content-analytics {
    width: 70%;
}

.service-content-analytics p {
    text-align: center;
}

.tools_discuss {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 130px;
}

.tools_discuss h5 {
    margin: 0 0 40px;
}

.tools_discuss a {
    margin-bottom: 20px;
}

.notice_service_analytics .service-cols {
    margin: 50px 0 0;
    padding-bottom: 5px;
}
.notice_service_analytics .approach {
    display: inline-block;
    width: 30%;
    margin-right: 40px;
    padding: 80px 30px 40px;
    text-align: center;
    background-color: #f8f8f5;
    border: 3px solid #e7e7e5;
    border-bottom: 0;
    border-radius: 10px 10px 0 0 ;
    margin-top: 0;
    transition: all ease 0.8s;
}
.notice_service_analytics .approach:hover {
    background: #fff;
    box-shadow: 0 0 47px 3px rgba(0, 0, 0, 0.2);
    /*cursor: pointer;*/
}
.notice_service_analytics .approach:last-child{
    margin-right: 0;
}
.hide_block {
    display: none;
}
.notice_service_analytics .approach .link_package {
    display: block;
    border: none;
    /*min-height: 48px;*/
    margin-bottom: 20px;
    text-transform: none;
    color: #00739f;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    /*font-size: 18px;*/
    font-size: 28px;
    line-height: 24px;
    position: relative;
}
.notice_service_analytics .approach .link_package .before {
    border: none;
}
/* ICONS NEW */
.notice_service_analytics .approach > .package_icon {
    display: inline-block;
    width: 130px;
    height: 120px;
    top: 20px;
    position: absolute;
    transform: translate(-50%);
    /*background: url("icons_analytics.svg");*/
    background: url("sprite_pockets.png") no-repeat;
}
.notice_service_analytics .approach_icon-base > .package_icon {
    /*width: 55px;*/
    /*height: 50px;*/
    background-position: 0px 0px;
    /*background-position: -111px -1571px;*/

}
.notice_service_analytics .approach_icon-extended > .package_icon {
    background-position: -130px 0px;
    /*transform: translate(-50%);*/
}
.notice_service_analytics .approach_icon-advanced > .package_icon {
    background-position: -260px 0px;
    /*transform: translate(-50%);*/
}

.analytics-marketing a.button {
    margin-bottom: 35px;
}
.analytics-marketing a.button:after {display: none;}
.notice_service_analytics .approach p {
    color: #111;
    font-family: "OpenSansNormal";
    font-size: 13px;
    /*font-weight: 400;*/
    line-height: 21px;
    /*text-align: left;*/
    text-transform: none;
}
.notice_service_analytics {
    text-align: center;
}
.notice_service_analytics .button_packages {
    margin-bottom: 30px;
}
.package_page .info_package {
    position: relative;
    color: #8c8c8c;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    margin-top: 30px;
}
.package_page .info_package:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("icons.png") no-repeat 0 -1545px;
    position: absolute;
    top: -3px;
    left: -35px;
}
.notice_service_analytics .search-marketing__how-it-works_header {
    font-size: 30px;
}

.notice_service_analytics .approach p.package_price,
.package_page p.package_price,
.package_options + p.package_price {
    color: #898989;
    font-size: 15px;
    line-height: 24px;
}
.notice_service_analytics .approach p.package_price span.bold,
.package_page p.package_price span.bold,
.package_options + p.package_price span.bold {
    color: #111;
    font-size: 24px;
}
.notice_service_analytics .approach p.package_price span.bold span,
.package_page p.package_price span.bold span,
.package_options + p.package_price span.bold span {
    color: #111;
    font-size: 36px;
}

.compare_packages {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 61.6px 8.4px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.compare_packages table {
    width: 100%;
    /*height: 400px;*/
}

.compare_packages table th,
.compare_packages table td {
    width: 150px;
    padding: 20px 0;
    text-align: center;
    line-height: 2;
}
.compare_packages table th {
    font-family: 'OpenSans';
    font-size: 16px;
    padding-top: 40px;
}
.compare_packages table td {
    font-family: 'OpenSansNormal';
    font-size: 15px;
}
.compare_packages table th:first-child,
.compare_packages table td:first-child {
    width: 50%;
    text-align: left;
    padding-left: 20px;
}


.compare_packages table tr:nth-child(even){
    background: rgba(238,238,238, 0.5);
}

.pack_check, .no_pack_check {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url("icons.png") no-repeat 0 -1650px;
}
.no_pack_check {
    background-position: 0 -1624px;
}
.package_box {
    display: inline-block;
    position: relative;
    top: -2px;
    left: 0;
}
.info_package {
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url("info.png") no-repeat 50% 50% / cover;
    opacity: 0.4;
    transition: opacity ease 0.6s;
    vertical-align: middle;
}
.info_package:hover {
    opacity: 1;
}
.package_box:hover .text_package {
    /*display: block;*/
}
.text_package {
    display: none;
    width: 320px;
    /* min-height: 50px; */
    height: auto;
    position: absolute;
    bottom: 35px;
    left: -146px;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(232,232,232,.8);
    border-radius: 5px;
    font-size: 12px;
    text-align: left;
    color: #b5b0b0;
    cursor: help;
    z-index: 10;
    line-height: 1.2;
}
.text_package_active {
    display: block;
}
.text_package:before {
    content: "";
    position: absolute;
    z-index: 100;
    bottom: -8px;
    left: 50%;
    margin-left: -10px;
    border-top: 8px solid rgba(232,232,232,.8);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
}
.text_package:after {
    content: "";
    position: absolute;
    z-index: 100;
    bottom: -8px;
    left: 50%;
    margin-left: -10px;
    border-top: 8px solid rgba(232,232,232, 0.1);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
}

.with_note.note_active {
    background: #f6f6ee;
}

.package_table {
    height: 725px;
    overflow: hidden;
    transition: height 0.5s ease;
}
.on_show_table {
    cursor: pointer;
    color: #00739f;
}
.on_show_table:hover {
    color: #d51521;
}
.package_table.show_table {
    height: 2192px;
}


/* PACKAGE PAGE */
.package_page {
    padding: 60px 0;
    text-align: center;
    position: relative;
}
.package_page h1 {
    margin-bottom: 30px;
}
.package_page h5 {
    color: black;
    font-family: "OpenSansNormal";
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}
/*.package_page_start {*/
/*background: url("start_bg.png") no-repeat center 25px;*/
/*}*/
.package_page_base {
    background: url("start_bg.png") no-repeat center 25px;
    -webkit-background-size:350px;
    background-size:350px;
}
.package_page_extended {
    background: url("base_bg.png") no-repeat center 25px;
    -webkit-background-size:350px;
    background-size:350px;
}
.package_page_advanced {
    background: url("advanced_bg.png") no-repeat center 25px;
    -webkit-background-size:350px;
    background-size:350px;
}
/*.package_page_base_bq {*/
/*background: url("base_bq_bg.png") no-repeat center 25px;*/
/*}*/
/*.package_page_advanced_bq {*/
/*background: url("advanced_bq_bg.png") no-repeat center 25px;*/
/*}*/
.package_line {
    display: inline-block;
    width: 46px;
    height: 2px;
    background: #d51427;
    margin: 35px 0;
}
.package_discription ul li {
    position: relative;
    margin-bottom: 10px;
    color: #111;
    font-family: "OpenSansNormal";
    font-size: 13px;
    line-height: 30px;
    display: flex;
}
.package_discription ul {
    /*list-style-image:  url('/images/cases/freudhouse/marker.png');*/
    /*list-style-position: inside;*/
}

.package_discription ul li:first-letter {
    text-transform: lowercase !important;
    display: block;
}
.package_discription ul li:last-child {
    margin-bottom: 0;
}

.package_discription ul li:before {
    content: '';
    display: inline-block;
    position: relative;
    background: url('/images/cases/freudhouse/marker.png') no-repeat;
    width: 21px;
    height: 15px;
    top: 10px;
    left: -10px;
}
.package_discription ul ul {
    list-style: disc;
    padding-left: 30px;
    margin: -10px 0 10px;
}
.package_discription ul ul li:before {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    top: 7px;
    left: -10px;
}
.package_discription ul ul li {
    line-height: 1.5 !important;
    /*display: inline-block;*/
    float: none;
}
.package_discription ul ul li:first-child {
    line-height: 1.5 !important;
}

.package_options {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 0;
    color: #adad9a;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 35px;
    list-style: none;
}
.package_options.another_options {}
.package_options.another_options:before {
    height: 430px;
}
.package_options.before_none,
.package_options.another_options.before_none{
    /*padding-left: 150px;*/
    padding-left: 0;
}
.package_options.before_none:before,
.package_options.another_options.before_none:before {
    display: none;
    /*width: 150px;*/
    /*height: 600px;*/
    /*left: -20px;*/
}
.etc_package {
    margin: 0 0 25px;
    text-align: left;
    padding-left: 120px;
}

.etc_package .package_options_base {
    margin-bottom: 40px;
    display: none;
}
.etc_package .package_options li {
    padding-left: 0;
}

.base_package  {
    display: inline-block;
    font-family: "OpenSans";
    font-size: 16px;
    color: #000;
    text-align: left;
    cursor:pointer;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.package_plus {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-left: -27px;
    background: url(icons.png) no-repeat -25px -1624px;
}
.package_plus.hide {
    background-position: -55px -1624px;
}
.package_plus {
    text-align: center;
    cursor: default;
}

.base_package:hover {
    color: #d51521 !important;
}
.package_options_base {
    margin-top: 25px;
}

.package_options li {
    padding: 0 0 0 120px;
    margin:0 0 40px;
}
.package_options li:last-child {
    margin-bottom: 0;
}
.package_options li a {

    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
}
.package_options li p {
    font-family: "OpenSansNormal";
    font-size: 13px;
    line-height: 21px;
    color: #000;
    text-transform: none;
}

.notice_service_analytics .package_lists .link_package {
    margin-bottom: 25px !important;
}
.notice_service_analytics .package_lists.approach-list:after {
    display: none;
}
.notice_service_analytics a.button {
    margin-bottom: 35px;
}

.options_page .package_options li {
    margin-bottom: 20px;
}

.options_page .base_package,
.options_page .package_plus {
    color: #000;
}
.sub-service .services_col.col {
    float: none;
    text-align: center;
}
.layer-sub-navigation.layer-wrapper_fixed-top .layer .col .nav-service {
    margin-left: 0;
    text-align: center;
    display: inline-block;
}
.nav-service .navigation__item {
    display: inline-block;
    line-height:1.5;
    font-size: 90%;
    min-height: 40px;
    text-align: left;
}



/*Конец новой АНАЛИТИКИ*/
h3.notice_analytics {
    font-size: 30px;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.notice__header_complex:before {
    content: '';
    width: 38px;
    height: 45px;
    background-position: -402px -1502px;
}
.notice__header_flag_white:before {
    content: '';
    width: 38px;
    height: 45px;
    background-position: 86% 92%;
}
.notice__header_star:before {
    content: '';
    width: 38px;
    height: 45px;
    background-position: 77% 92%;
}

.activity-save-heart .save-heart:before {
    /*background-position: -369px -1456px;*/
    height: 43px;
    margin: 10px 0 0 -160px;
}

.layer-partners.new_partners {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
}

.layer-partners.new_partners .partners-speakers .name {
    font-size: 14px;
}
.layer-partners.new_partners .partners-speakers .presenter_info {
    font-size: 10px;
    font-family: "OpenSansNormal";
    color: #fff;
}
.layer-partners.new_partners .partners-speakers .presenter_info a {
    font-size: 10px;
    font-family: "OpenSansNormal";
    color: #ccc;
    border: none;
}

.layer-partners.new_partners .speaker_partner {
    margin: 30px 0;
}

.speakers-slide .cols + .cols .speaker {
    margin-bottom: 0 !important;
}
#presenters .fotorama__arr--next,
#presenters .fotorama__arr--prev {
    top: 37% !important;
}

/* НОВЫЕ СЕМИНАРЫ сентябрь 2016 */
.seminars_events {
    width: 100%;
    margin-bottom: 70px;
    padding: 0 100px;
}

.seminars_events .event_sem {
    width: 40%;
    float: left;
}
.seminars_events .event_sem_full {
    width: 100%;
    padding: 0 190px;
    text-align: center;
}
.seminars_events .event_sem_full div {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.seminars_events .event_sem.event_sem_full .t-event__title{margin: 10px 60px 0;}
.seminars_events .event_sem.event_sem_full .sem_event_img img {width: 120px;}
.seminars_events .event_sem.event_sem_full .t-event__place .reg {
    text-transform: uppercase;
    margin-top: 15px;
}
.seminars_events .event_sem .sem_event_img a {border: none;}
.seminars_events .event_sem .sem_event_img img {
    width: 130px;
    height: auto;
}
.seminars_events .event_sem .t-event__title {
    display: inline-block;
    margin-top: 15px;
}
.seminars_events .event_sem .t-event__title a {
    font-size: 16px;
    line-height: 1.6;
    font-family: "OpenSansNormal", sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 115, 159, 0.3);
}

.seminars_events .event_sem a.reg {
    display: inline-block;
    color: #e31f26;
    font-size: 14px;
    text-decoration: none;
    font-family: "OpenSansNormal", sans-serif;
    border: none;
}
.seminars_events.t-event .t-event__place{
    display: inline-block;
    font-family: "OpenSans", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-transform: none;
    margin: 10px 0 0;
}

.seminars_events.t-event .t-event__place span {
    color: #9d9fa2;
    font-family: "OpenSansNormal", sans-serif;
}

.case_download {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px dashed !important;
}
.case_download:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: 0;
    background: url(icons.png) no-repeat -435px -1372px;;
}
.case_download:hover:before{
    background-position: -435px -1393px;
}

/*  НОВОСТИ  */

.big-news-layer {
    background: transparent url("bg-big-news.png") no-repeat center -30px;
    height: 220px;
    background-size: 240px;
}

.big-news-layer.layer_with-bottom-waves:before {
    background: transparent url("news_horizon.png") no-repeat center top;
    bottom: -30px;
}

.big-news-layer #hide-big-fish {
    /*bottom: 8px;*/
}

.big-news-layer h1 {
    margin-top: 30px;
    color: #000;
}
.news_category {
    /*padding: 45px 0 40px;*/
}

.news_box {
    display: block;
    float: left;
    width: 32%;
    margin: 10px 1% 10px 0;
    padding: 25px;
    vertical-align: top;
    background-color: white;
    border: 0.393701px solid #d1d2d4;
    border-radius: 5px;
    box-shadow: 0 0 7px rgba(2, 3, 3, 0.15);
}

/*.qwerty:nth-child(odd){*/
/*height: 525px;*/
/*}*/
/*.qwerty:nth-child(even){*/
/*height: 280px;*/
/*}*/

.news_box:nth-child(3n){
    margin-right: 0;
}

.news_title {
    margin: 0 0 15px;
}

.news_title a {
    color: #0674a3;
    font-family: "OpenSans";
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid ;
}

.news_box .news_post_img {
    margin: -25px -25px 20px -25px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    height: 230px;
}

.news_box img {

    /*margin: -25px -25px 20px -25px;*/
}
.news_box a {
    border-bottom: none;
}
.news_box a img {
    width: 100%;
    /*height: 100%;*/
    /*height: 230px;*/
    border-radius: 5px 5px 0 0;
    transition: transform 1s;
}
.news_box a:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.news_box p {
    color: #666;
    font-family: "OpenSansNormal";
    font-size: 13px;
    line-height: 15px;
}
.news_box .blog-post-author {
    margin: 0 0 20px;
    padding-top: 20px;
}

.news_box .blog-post-author .an-author-photo {
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 15px;
}
.news_box .blog-post-author span {
    text-transform: none;
}
.news_box .blog-post-author .an-author-photo + div,
.news_author_etc_news .blog-post-author .an-author-photo + div {
    display: inline-block;
    width: calc(100% - 70px);
    vertical-align: middle;
}
.news_author_etc_news .blog-post-author .an-author-photo + div {
    width: calc(100% - 140px);
}
.news_box .blog-post-author .an-author-photo img,
.news_author_etc_news .blog-post-author .an-author-photo img {
    width: 100% !important;
    margin: 0;
    border-radius: 50%;
}

.news_box h4 {
    display: inline-block;
    color: #666;
    font-family: "OpenSans";
    font-size: 10px;
    line-height: 21px;
    text-transform: uppercase;
}

.news_date {
    color: #666;
    font-family: "OpenSans";
    font-size: 10px;
    line-height: 21px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
}
.news_date::after {
    content: '';
    display: inline-block;
    width: 70%;
    height: 1px;
    background: rgba(153,153,153, 0.5);
    position: absolute;
    top: 9px;
    right: 0;
}
.news_cat a {
    font-family: "OpenSansNormal";
    font-size: 10px;
    line-height: 22px;
    text-transform: uppercase;
    color: #00739f;
    margin: 0 11px;
    position: relative;
    border-bottom: none;
}
.news_cat a:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 14px;
    /*background: #666;*/
    background: rgba(153,153,153, 0.5);
    position: absolute;
    top: 0;
    left: -14px;
}
.news_cat a:last-child {
    margin-right: 0;
}
.news_cat a:first-child {
    margin-left: 0;
}
.news_cat a:first-child:before {
    display: none;
}
#news-block + div {
    text-align: center;
}
#load-news {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #0674a3;
    font-family: "OpenSans";
    font-size: 12px;
    line-height: 1;
    padding: 10px 25px;
    border-radius: 20px;
    border: 1px solid;
}

/*.news_category a {*/
/*border: 1px solid #ccd54f;*/
/*-ms-border-radius: 6px;*/
/*border-radius: 6px;*/
/*padding: 7px 7px;*/
/*}*/
.news_category .blog-menu {
    /*display: inline-block;*/
    /*text-align: center;*/
    /*width: auto;*/
    /*margin: 0 auto;*/
}
.news_category .blog-menu ul.cols {
    /*margin: 0 -20px;*/
    margin: 0;
    /*width: 100%;*/
    /*display: inline-block;*/
}

.layer-sub-navigation .layer .col .second-nav.blog-nav {
    visibility: visible;
    /*padding: 17px 0 13px 0;*/
}

.blog_news_nav.layer-wrapper_fixed-top .promodo-logo_fixed {
    top: 17px;
}
.blog_news_wrapp .layer_header-fixed .button_small {
    margin-top: 4px;
}
.blog_news_wrapp .layer_header-fixed .item-search:before {
    top: 11px;
}

.layer-sub-navigation .layer .col .second-nav.blog-nav a {
    /*line-height: 28px;*/
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    /*text-transform: uppercase;*/
    /*font-size: 14px;*/
}
.center-col {
    text-align: center;
    float: none;
}
.center-col ul {
    margin: 0;
    display: inline-block;
}
.layer-sub-navigation .layer .col .second-nav.blog-nav li {
    margin: 0 1em;
}

.layer-sub-navigation .layer .col .second-nav.blog-nav .new_option {
    display: inline-block;
    /*width: 35px;*/
    width: 30px;
    height: 18px;
    /*background: url(icons.png) no-repeat -424px -1355px;*/
    background: url(new_icon.svg) no-repeat 50% 50%;
    position: absolute;
    right: -25px;
    top: -10px;
}

/* СТРАНИЦА НОВОСТИ  */
.news_page_title h1 {
    margin: 65px 0;
    color: #d51521;
    font-family: "OpenSans";
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
}
.news_page_title h3 {
    color: #333;
    font-family: "OpenSans";
    font-size: 110%;
    margin: 1.3em 0 1.3em;
    line-height: 15px;
    text-transform: none;
}
.news_page_title p {
    color: #333;
    font-family: "OpenSansNormal";
    font-size: 89%;
    letter-spacing: 0.02em;
    line-height: 1.7em;
    margin-bottom: 1.5em;
}
.news_page_title ul {
    list-style: disc;
    padding-left: 20px;
}
.news_page_title ol li {
    font-family: "OpenSansNormal";
}
.news_page_title strong,
.news_page_title b {
    font-family: "OpenSans";
}
.news_page_title {
    display: inline-block;
    width: calc(100% - 345px);
    float: left;
    padding: 0 15px 60px 0;
}
.news_author_etc_news {
    display: inline-block;
    width: 345px;
    padding: 10px;
    position: relative;
}
.news_author_etc_news .blog-post-author {
    padding: 0;
    margin: 0;
}
.news_author_etc_news .blog-post-author .an-author-photo {
    margin-right: 15px;
}
.post_author.blog-post-author:before {
    display: none;
}
.news_author_etc_news .blog-post-author h4 {
    color: #666;
    font-family: "OpenSans";
    font-size: 10px;
    line-height: 22px;
}
.news_author_etc_news .blog-post-author span {
    color: #999;
    font-family: "OpenSansNormal";
    font-size: 10px;
    line-height: 21px;
    border-bottom: none;
    text-transform: none;
}
.news_author_etc_news .blog-post-author .about_author_news {
    margin: 45px 0 35px;
    color: #999;
    font-family: "OpenSansNormal";
    font-size: 10px;
    line-height: 15px;
    text-transform: none;
}
h4.news_tags {
    color: #333;
    font-family: "OpenSans";
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin: 0 0 10px 0;
}
h4.news_tags:before,
h4.news_tags:after {
    content: '';
    display: inline-block;
    width: 35%;
    height: 1px;
    background: rgba(153,153,153, 0.5);
    position: absolute;
    left: 0;
    top: 13px;
}
h4.news_tags:after {
    left: 65%;
}

.news_author_etc_news .news_cat {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(153,153,153, 0.5);
}
.similar_news h3 {
    color: #333;
    font-family: "OpenSans";
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 35px 0 40px 0;
}
.similar_post_news.article .news_post_img {
    height: 200px;
    /*height: auto;*/
    overflow: hidden;
}
.similar_post_news a {
    border-bottom: none;
}
.similar_post_news a img {
    width: 100%;
    transition: transform 1s;
}
.similar_post_news a:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.similar_news .an-author-photo{
    width: 50px;
    height: 50px;
}

.similar_post_news .similar_title {
    display: inline-block;
    color: #00739f;
    font-family: "OpenSans";
    font-size: 12px;
    line-height: 22px;
    margin: 15px 0;
}

.similar_news .blog-post-author {
    padding-top: 30px;
}

.similar_post_news.article {
    padding-bottom: 25px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(153,153,153, 0.5);
}
.similar_post_news:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.similar_description {
    margin-bottom: 25px;
}
.similar_description p {
    margin: 0;
}

.breadcrumbs_block.breadcrumbs_news a {
    color: #666;
    opacity: 0.5;
    border-bottom: 1px solid #666;
}
.breadcrumbs_block.breadcrumbs_news .current {
    color: #000000;
    border-bottom: none;
}
.share .next_news {
    color: #0674a3;
    font-family: "OpenSans";
    font-size: 12px;
    line-height: 2;
    text-transform: uppercase;
    position: relative;
    border: none;
    vertical-align: baseline;
    height: auto;
    float: right;
    margin: 5px 50px 0 0;
}
.share .next_news:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 18px;
    background: url(icons.png) no-repeat -432px -1315px;
    position: absolute;
    left: 170px;
    top: 2px;
}
.share .next_news:hover:after {
    background-position: -432px -1332px;
}

/*
.news_author_etc_news .news_cat_tags a {
    font-family: "OpenSansNormal";
    font-size: 10px;
    line-height: 22px;
    text-transform: uppercase;
    color: #00739f;
    margin: 0 11px;
    position: relative;
    border-bottom: none;
}
.news_author_etc_news .news_cat_tags a:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 14px;
    background: rgba(153,153,153, 0.5);
    position: absolute;
    top: 0;
    left: -14px;
}
.news_author_etc_news .news_cat_tags a:nth-child(2)::before {
    display: none;
}
.news_author_etc_news .news_cat_tags a:nth-child(2) {
    margin-left: 0;
}
.news_author_etc_news .news_cat_tags a:last-child {
    margin-right: 0;
}
*/
.programItem__desc {
    margin-top: 15px;
}
p.pres_info {
    font-size: 10px;
    color: #A3A5A7;
}
.history__event-icon-sport-fb {
    width: 44px;
    height: 48px;
    background-position: -416px -1099px;
    top: -7px;
    left: -58px;
}

.activity_page .subscribe_block form.zf input[type="text"]{
    font-size: 125%;
}

.hide_button {
    display: none;
}
.traineeship p {
    margin-bottom: 10px;
    font-size: 13px;
}

.traineeship #vacancy-popup li {
    margin:0 0 15px 0;
}
.traineeship #vacancy-popup li:last-child{
    margin: 0;
}
/* НОВАЯ ПОДПИСКА  */
.subscription {
    width: 100%;
    height: auto;
    background: url("subscription.jpg") no-repeat 50% 50% / cover;
    margin: 0;
    padding: 30px 0;
}
.subscription_wrap {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    /*padding: 75px 85px;*/
    padding: 35px 50px;
    width: 92%;
    min-height: 298px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 50%;
    font-size: 0;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
.subscription_wrap:after {
    content: '';
    display: inline-block;
    border-right: 1px dashed #c9ced2;
    height: 260px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form_email {
    display: inline-block;
    width: 45%;
    margin-left: 5%;
    vertical-align: top;
}
.discuss_box {
    display: inline-block;
    text-align: center;
    width: 50%;
    vertical-align: top;
}
.discuss_box .icon_email {
    display: inline-block;
    width: 65px;
    height: 54px;
    background: url("icon_email.png") no-repeat 50% 50%;
}
.discuss_box h4 {
    color: #000;
    font-family: "OpenSans";
    font-size: 20px;
    margin: 30px 0 0;
}
.discuss_box a {
    width: 312px;
    padding: 16px 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    margin: 37px 0 0;
    font-size: 14px;
    line-height: 1;
    text-shadow: 0 2px 0 rgba(10, 14, 20, 0.3);
}
#pp-form-block {
    text-align: center;
}

#pp-form-block h3 {
    color: black;
    font-family: "OpenSans";
    font-size: 17px;
    margin-bottom: 15px;
    word-spacing: 1px;
    line-height: 1 !important;
}
#pp-form-block p {
    color: black;
    font-family: "OpenSansNormal";
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.icons_box {
    display: inline-block;
    width: 100%;
}
.email_icons {
    color: black;
    font-family: "OpenSansNormal";
    font-size: 14px;
    line-height: 18px;
    position: relative;
    margin-right: 60px;
    padding-left: 30px;
    display: inline-block;
}
.email_icons:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 24px;
    background: url(icons.png) no-repeat -385px -1099px;
    position: absolute;
    top: -4px;
    left: -5px;
}
.email_icons.email_events {
    margin-right: 0;
    padding-left: 20px;
}
.email_icons.email_events:before {
    width: 20px;
    height: 24px;
    background-position: -368px -1099px;
    top: -4px;
}
.email_icons.email_articles:before {
    width: 30px;
    height: 28px;
    background-position: -341px -1099px;
    top: -8px;
}
#pp-form-block .pp-field,
#guide_form  .pp-field {
    margin-top: 25px;
}
#guide_form  .pp-field {
    display: inline-block;
    width: 334px;
    text-align: center;
}
#pp-form-block .pp-field .em_button,
#guide_form .pp-field .guide_button {
    display: inline-block;
    width: 312px;
    /*height: 48px;*/
    padding: 17px 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    font-family: "OpenSans";
    text-transform: uppercase;
    text-shadow: 0 2px 0 rgba(10, 14, 20, 0.3);
    font-size: 14px;
    color: #fff;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: none;
    outline: none;
    background-image: linear-gradient(to top, #7d7d7d 0%, #a8a8a8 100%);
    box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.2);
    cursor: pointer;
}
#pp-form-block .pp-field .em_button:hover,
#guide_form  .pp-field .guide_button:hover {
    color: #fff !important;
}
#pp-form-block .pp-field .em_button.active,
#guide_form .pp-field .guide_button.active {
    /*background-image: linear-gradient(to top, #d21520 0%, #fd0000 100%);*/
    background: -moz-linear-gradient(top, #fd0101 0%, #c2131e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd0101), color-stop(100%, #c2131e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fd0101 0%, #c2131e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fd0101 0%, #c2131e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fd0101 0%, #c2131e 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fd0101 0%, #c2131e 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd0101', endColorstr='#c2131e', GradientType=0);
    box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.2);
}
#pp-form-block .pp-field #pp-email,
#guide_form .pp-field #guide-email,
#guide_form .pp-field #guide-name {
    width: 100%;
    height: 42px;
    background-color: white;
    border: 1px solid #c9ced2;
    border-radius: 5px;
    box-shadow: inset 2.5px 4.3px 10px #f9f9f9;
    padding-left: 25px;
    font-size: 16px;
    font-family: "OpenSansNormal";
}
#pp-form-block .pp-field #pp-email.error,
#guide_form .pp-field #guide-email.error {
    color: #fd0101;
    border-color:#fd0101;
}
#pp-form-block .pp-field #pp-email.error::-webkit-input-placeholder,
.vacancy_subscribe input[type="text"].error::-webkit-input-placeholder,
#guide_form .pp-field #guide-email.error::-webkit-input-placeholder{color: #fd0101;}
#pp-form-block .pp-field #pp-email.error::-moz-placeholder,
.vacancy_subscribe input[type="text"].error::-moz-placeholder,
#guide_form .pp-field #guide-email.error::-moz-placeholder{color: #fd0101;}
#pp-form-block .pp-field #pp-email.error:-ms-input-placeholder,
.vacancy_subscribe input[type="text"].error:-ms-input-placeholder,
#guide_form .pp-field #guide-email.error:-ms-input-placeholder{color: #fd0101;}
.popup_success_box,
.guide_success_box {
    display: none;
    text-align: center;
    width: 100%;
    color: #000;
}
.popup_success_box .icon_success,
.guide_success_box .icon_success {
    display: inline-block !important;
    width: 47px;
    height: 47px;
    background: url("icon_success.png") no-repeat 50% 50%;
}
.popup_success_box h4,
.guide_success_box h4 {
    color: #000;
    font-family: "OpenSans";
    font-size: 20px;
    line-height: 1;
    margin: 30px 0 25px 0;
}
.popup_success_box p,
.guide_success_box p {
    color: #000;
    font-family: "OpenSansNormal";
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}
.popup_success_box p:last-child,
.guide_success_box p:last-child {
    margin: 0;
}
.popup_success_box p span,
.guide_success_box p span {
    font-family: "OpenSans";
}
.popup_success_box #second_email,
.guide_success_box #second_email{
    outline: none;
    border: none;
    font-family: "OpenSansNormal";
    font-size: 12px;
    color: #00739f;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
    word-spacing: 2px;
    letter-spacing: 1px;
}
#second_email::-webkit-input-placeholder {
    color: #00739f;
    text-transform: uppercase;
    text-decoration: underline;
}
#second_email::-moz-placeholder {
    color: #00739f;
    text-transform: uppercase;
    text-decoration: underline;
}
#second_email:-ms-input-placeholder {
    color: #00739f;
    text-transform: uppercase;
    text-decoration: underline;
}
/* КОНЕЦ ПОДПИСКИ  */
p.notice__solution {
    padding: 0 0 20px 50px;
    text-align: left;
    position: relative;
}
p.notice__solution:before {
    background-position: -256px -331px;
    width: 30px;
    height: 39px;
    display: block;
    content: '';
    position: absolute;
    background-image: url(icons.png);
    left: 10px;
    top: 10px;
}
p.field-error{
    margin: 0;
    color: #ff0000;
}
.seminar-praktikum-kiev p {margin-bottom: 5px;}
.centering-x {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
.sub-navigation.activity-sub-navigation {margin-left: 0;}
.video_hr {
    width: 100%;
    height: 500px;
    background: url('video_hr1.png') no-repeat 50% 40% / cover;
}
#nav-section-3.layer {
    max-width: 100% !important;
    padding: 0 !important;
}
#nav-section-3.layer .index-promo__vimeo-play-btn {
    margin: -15px 0 0 0;
    top:50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#nav-section-3.layer .index-promo__vimeo-play-btn:before {transition:transform ease 1s;}
#nav-section-3.layer .index-promo__vimeo-play-btn:hover:before {transform: scale3d(1.3, 1.3, 1.3);}
#nav-section-3.layer .vacancy-benefits-list {
    min-width: 970px;
    max-width: 1200px;
    padding: 15px 5% 40px 5%;
    margin: 40px auto 0;
}
/* НОВЫЙ ФОРмАТ КЕЙСА */
.new_case {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 900px;
    background: url('/images/cases/flint/flint_bg.png') repeat 50% 50% / contain;
    position: relative;
}
.new_case .logo_flint {
    text-decoration: none;
    border: none;
    display: inline-block;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.new_case_team {
    padding: 80px 0 40px;
    background: #fff;
    text-align: center;
}
.new_case_team .team {
    display: inline-block;
    max-width: 1200px;
    margin: 0 auto;
}
.new_case_team .team_col {
    display: block;
    float: left;
    width: 340px;
    text-align: left;
    padding: 0 25px;
}
.team_col p,
.team_col ul li {
    color: black;
    font-family: "OpenSansNormal";
    font-size: 13px;
    line-height: 21px;
}
.team_col ul {
    list-style: disc;
    margin-left: 20px;
}
.teem_block {
    display: inline-block;
    text-align: left;
}
.teem_block h5 {
    padding-left: 145px;
    margin: 30px 0 70px;
}
.case_info_bg {
    display: inline-block;
    width: 100%;
    height: 270px;
    background: url('/images/cases/flint/case_info_bg.jpg') no-repeat 0 0 / cover;
    position: relative;
}
.case_info {
    position: relative;
    padding-bottom: 100px;
}
.case_decision {
    padding-bottom: 130px;
}
.new_h2 {
    color: #fec631;
    font-family: "OpenSans";
    font-size: 74px;
    line-height: 1.5;
    text-align: center;
    display: inline-block;
    padding: 20px 45px 0;
    border: 10px solid #fec631;
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translate(-50%);
    min-width: 850px;
    text-transform: uppercase;
}
.case_info_text {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 160px;
}
.case_info_text p {
    text-align: center;
    color: black;
    font-family: "OpenSansNormal";
    font-size: 13px;
    line-height: 21px;
    margin: 0;
}
.info_box {
    margin: 50px 0 0 0;
    position: relative;
    min-height: 330px;
}
.info_box.info_second {
    min-height: auto;
}
.box_text {
    display: inline-block;
    text-align: left;
    padding: 20px 20px 20px 70px;
    border: 10px solid #fec631;
    float: right;
    margin-right: 120px;
}
.box_text.box_text_left {
    float: left;
    margin: 0 0 0 120px;
    padding: 20px 120px 20px 25px;
}
.box_text.box_text_2 {
    padding: 20px 35px 20px 25px;
}
.box_text h3 {
    color: #fec631;
    font-family: "OpenSans";
    font-size: 37px;
    line-height: 61px;
}
.box_text ul li,
.box_text p {
    font-family: "OpenSansLight";
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 40px;
}
.box_text p {
    padding-left: 0;
    text-align: left;
}
.box_text ul li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background:  #fec631;
    position: absolute;
    left: 25px;
    top: 11px;
}
.box_img {
    display: inline-block;
    position: absolute;
    left: 85px;
    top: 50px;
}
.box_img.box_img_scale {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH";
    left: auto;
    right: 60px;
    top: 0;
}
.box_img.box_img_right {
    left: auto;
    right: 20px;
    top: 110px;
}
.box_img.box_img_left {
    left: 20px;
    top: 110px;
}
.info_box span {
    display: inline-block;
    font-style: italic;
    float: right;
    margin: 50px 120px 0 0;
    color: black;
    font-family: "OpenSansNormal";
    font-size: 13px;
    line-height: 21px;
}
.case_info_bg.case_decision_bg {
    background: url('/images/cases/flint/case_decision_bg.jpg') no-repeat 50% 50% / cover;
}
.case_info_bg.case_results_bg {
    background: url('/images/cases/flint/case_results_bg.jpg') no-repeat 50% 50% / cover;
}
.case_decision .new_h2 {
    min-width: auto !important;
}
.case_decision .box_img.box_img_right {
    top: -60px;
}
.h4_icon {
    color: black;
    font-family: "OpenSans";
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    position: relative;
    padding-top: 100px;
    margin-bottom: 25px;
}
.h4_icon:before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%);
    background: url("icons.png") no-repeat;
}
.icon_tools:before {
    background-position: -27px -1646px;
}
.icon_books:before {
    background-position: -138px -1646px;
}
.icon_conclusion:before {
    background-position: -100px -1646px;
}
.icon_solution:before {
    background-position: -191px -1780px;
    height: 44px;
}
.icon_date:before {
    background-position: -155px -1780px;
}
.icon_moyo_tools:before {
    background-position: -188px -1745px;
}
.icon_conclusion:before {
    background-position: -99px -1643px;
}
.icon_moyo_conclusion:before {
    background-position: -155px -1745px;
}
.flint_slide.before-after-gallary .fotorama__arr {
    height: 50px;
    top: 50% !important;
    transform: translateY(-50%);
}
.flint_slide .fotorama__arr--next {
    background-position: -175px -1628px;
}
.flint_slide .fotorama__arr--prev {
    background-position: -203px -1628px;
}
.case_info_text h5 {
    color: black;
    font-family: "OpenSans";
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}
.box_text2 {
    display: inline-block;
    color: #fec631;
    font-family: "OpenSans";
    font-size: 60px;
    line-height: 61px;
    border: 10px solid #fec631;
    padding: 8px 15px;
    background: #fff;
    position: absolute;
    top: 140px;
    right: -70px;
}
.box_text2 span {
    font-size: 39px;
    line-height: 53px;
    display: block;
}

/* =======================
                            КОНЕЦ НОВЫЙ ФОРмАТ КЕЙСА
                                                        =====================*/
.no_border {
    border: none !important;
}
#nav-section-3.layer.past-conference-section {
    max-width: 1200px !important;
}

/*
   NEW POSADIDEREVO CASE
*/

.new_posadi {
    display: inline-block;
    width: 100%;
    height: 590px;
    text-align: center;
    position: relative;
    background: url("/images/cases/new_posadiderevo/posadi_main.png") no-repeat 50% 50%;
    /*background-size: contain;*/
}
.tac, .posadi_img {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.tac img, .posadi_img img {
    max-width: 100%;
    min-width: 970px;
    display: inline-block;
}
.text_box {
    max-width: 830px;
    margin: 0 auto;
    /*text-align: center;*/
}

.text_box p {
    text-align: left;
    font-family: "OpenSansNormal";
    font-size: 13px;
    color: #313130;
}
.text_box p b {
    font-weight: bold !important;
    color: #000 !important;
}

.project-posadi-img {
    display: block;
    margin: 0 auto;
}
.new_posadiderevo_block .video__link-large:after {
    margin-top: -33px;
}

.new_posadiderevo.posadi-derevo:before {
    background-position: 0 -1682px;
    width: 72px;
    height: 80px;
    margin: -20px 0 0 -355px;
}

.social-activity.posadi {
    background: #f6f6ee url("posadi-back2.png") no-repeat center bottom ;
    padding: 5em 0;
}
.activity_results_list.posadi_list .activity_results_list_item {
    padding-top: 130px !important;
}
.activity_results_list.posadi_list .activity_results_list_item .ico {
    margin-left: 0 !important;
    transform: translate(-50%);
}
.activity_results_list.posadi_list .activity_results_list_item .ico.ico_posadi_1,
.activity_results_list.posadi_list .activity_results_list_item .ico.ico_posadi_2,
.activity_results_list.posadi_list .activity_results_list_item .ico.ico_posadi_3 {
    background-position: -195px -186px;
    width: 70px;
    height: 90px;
    margin-left: 0;
    top: 22px;
}
.activity_results_list.posadi_list .activity_results_list_item .ico.ico_posadi_3 {
    background-position: -267px -186px;
}
.activity_results_list.posadi_list .activity_results_list_item .ico.ico_posadi_2 {
    display: inline-block;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #b0dd41 url("man.png") no-repeat 50% 15px !important;
}
.new_posadi_before.layer_with-top-bubbles:before {
    top: -10px !important;
}

.img_gif {
    max-width: 1400px;
    height: 750px;
    margin: -5px auto 0 auto;
    background: #80c600;
}
.img_gif .new_box_img {
    padding: 0;
    text-align: center;
    height:auto;
    width: 50%;
}
.img_gif .new_box_img img {
    width: 50%;
    float: none;
}
.img_gif .from_mobile,
.img_gif .new_box {
    float: left;
    width: 50%;
    height: 100%;
    padding: 150px 100px;
    text-align: left;
}
.img_gif .from_mobile h3,
.img_gif .new_box h3 {
    /*text-transform: uppercase;*/
    color: #fff;
    font-size: 36px;
    line-height: 1;
    word-spacing: -2px;
    margin: 0 0 30px 0;
    font-family: "OpenSansSemi";
}
.img_gif .from_mobile ul {
    margin-bottom: 30px;
}
.img_gif .new_box p,
.img_gif .new_box ul li {
    font-family: "OpenSansNormal" !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #fff;
}
.img_gif .from_mobile p,
.img_gif .from_mobile ul li {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.img_gif .new_box ul li {margin-bottom: 0;}
.img_gif .from_mobile ul li {margin-bottom: 5px;}
.img_gif .from_mobile ul li:last-child {margin-bottom: 0;}

.img_gif img {float: right;}

.img_gif .new_box {
    padding: 50px 60px 50px 100px !important;
}
.img_gif .new_box h3 {
    text-transform: none;
}
.img_gif .new_box.new_box_2 {
    padding: 115px 100px !important;
}
.img_gif .new_box .with_arr {
    position: relative;
    display: inline-block;
}
.img_gif .new_box.new_box_2 .with_arr:after {
    content: '';
    display: inline-block;
    width: 109px;
    height: 141px;
    background: url("../../../images/cases/new_posadiderevo/arrow.png") no-repeat 50% 50%;
    position: absolute;
    right: -130px;
    top: 8px;

}
.img_gif .new_box .with_arr li {
    position: relative;
    padding-left: 25px;
}
.img_gif .new_box .with_arr li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 0;
}

.video_box_new {
    width: 1200px;
    height: 676px;
    margin: 0 auto 50px auto;
}
.video_box_new iframe {
    width: 100%;
    height: 100%;
}
.img_from_mac {
    height: 498px;
}
@media (max-width: 1280px) and (max-height: 720px){
    .img_from_mac {
        height: 498px;
    }
    .img_from_mac_2 {
        height: 466px;
    }
    .img_from_mac_3 {
        height: 750px;
    }
    .img_from_mac_4 {
        height: 867px;
    }
    .img_gif .new_box.new_box_2 .with_arr li br {
        /*display: none;*/
    }
}
@media (max-width: 1280px) {

    .lang-switcher__item a.desktop-number {
        display: none;
    }
    .lang-switcher__item a.contact-phone-mobile {
        display: block;
    }
}


@media (max-width: 1100px){
    .img_gif {
        display: block !important;
        height: auto !important;
        max-height: none !important;
    }
    .img_gif .from_mobile,
    .img_gif .new_box.new_box_2 {
        padding: 50px 100px;
    }
    .img_gif .new_box,
    .img_gif .new_box_img,
    .img_gif .from_mobile {
        display: block;
        width: 100%;
        float: none !important;
    }
    .img_gif .new_box_img {
        margin-top: -5px;
    }
    .video_box_new {
        width:700px;
        height: 500px;
    }
    .img_gif .new_box.new_box_2 .with_arr {
        display: inline-block !important;
        text-align: left;
    }
    .img_gif .new_box.new_box_2 .with_arr:after {
        right: -120px;
        top: -1px;
    }
    .img_gif .new_box.new_box_2 {
        text-align: center;
    }
}


/*  ==============   GUIDES ====================   */
.guides-layer h1 {
    color: #000;
}

#load-guides {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #0674a3;
    font-family: "OpenSans";
    font-size: 12px;
    line-height: 1;
    padding: 15px 35px;
    border-radius: 20px;
    border: 1px solid;
    transition: all ease 0.4s;
}
#load-guides:hover {
    background: #d51521;
    color: #fff !important;
}

#guide_form .pp-field input::-webkit-input-placeholder {color: #000000;}
#guide_form .pp-field input::-moz-placeholder {color: #000000;}
#guide_form .pp-field input:-ms-input-placeholder {color: #000000;}

.guides_box {
    display: block;
    width: 24%;
    /*float: left;*/
    margin: 10px 1% 30px 0;
    min-height: 385px;
}
.guides_box:nth-child(4n) {
    margin-right: 0;
}
.guides_img {
    display: inline-block;
    width: 226px;
    max-height: 346px;
    background-size: cover;
    position: relative;
    margin-bottom: 20px;
}
.guides_img a {
    border:none;
    display: inline-block;
}
.guides_img a img {
    transition: transform 1s ease;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 343px;
}
.guides_img a:hover {
    border:none;
    color: #fff;
}
.guides_img a:hover img {
    transform: scale3d(1.05, 1.05, 1.05);

}
.guides_box .guides_img a:hover img {
    box-shadow: 0 11px 48.6px 5.4px rgba(140, 140, 140, 0.32);
}
/*
.guides_box:nth-child(odd) .guides_img a:hover img {
    box-shadow: 0 11px 48.6px 5.4px rgba(137, 23, 23, 0.32);
}
.guides_box:nth-child(even) .guides_img a:hover img {
    box-shadow: 0 11px 48.6px 5.4px rgba(37, 62, 114, 0.32);
}
*/
.promodo_logo {
    display: inline-block;
    width: 70px;
    height:13px;
    background: url("promodo_logo_white.png") no-repeat 50% 50% / cover;
    margin-bottom: 20px;
}
.guide_name {
    position: absolute;
    left: 27px;
    top: 215px;
}
.guide_page p, .guide_name p {
    margin: 0;
}
.guide_name p > a,
.guide_page .guide_name p {
    color: #fff;
    font-family: "OpenSansSemi";
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}
.guide_name p > a:hover {
    color: #fff !important;
}
.guides_box .case_download.duide_download {
    display: inline-block;
    border-bottom: 1px solid !important;
    margin: 0 0 0 30px;
    font-family: "OpenSansSemi";
    font-size: 12px;
    letter-spacing: 1px;
    word-spacing: 2px;
}
.guide_page {
    width: 100%;
    height:100%;
    padding: 50px 145px;
}
.guide_page .guides_img {
    width: 100%;
    height: auto;
    max-height: none;
    margin: 0;
}
.guide_page .guides_img img {
    height: 400px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.guide_page .guides_img .guide_name {
    top: 245px;
}
.guide_page p a {
    color: #09719e;
    font-family: "OpenSansSemi";
    font-size: 12px;
    line-height: 22px;
    text-decoration: underline;
    text-transform: uppercase;
    border: none;
    position: relative;
    padding-left: 40px;
}
.guide_page p #second_email {
    font-family: "OpenSansSemi";
    padding: 0;
}
.guide_page p .back_guide:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 18px;
    background: url(icons.png) no-repeat -432px -1315px;
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(-1);
}
.guide_page p .back_guide:hover:after {
    background-position: -432px -1332px;
}
.guide_breadcrumbs {
    padding: 0 0 0 145px !important;
    margin: 15px 0 0 0 !important;
}
.guide_page .guide_left_side {
    width: 50%;
    float: left;
}
.guide_page .guide_right_side {
    width: 50%;
    float: right;
    padding-top: 35px;
}
.guide_page .guide_right_side .form_email {
    padding-top: 30px;
}
.guide_page h3 {
    color: #000;
    font-family: "OpenSansSemi";
    font-size: 25px;
    letter-spacing: 2px;
    word-spacing: 2px;
    margin: 15px 0 10px;
}
.guide_page h3 br {
    display: none !important;
}

.guide_page  .guide_success_box {
    padding-top: 50px;
}
.guide_page  .guide_success_box p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px !important;
}

/*  ==============  END  GUIDES ====================   */

/* --------- SEMINAR APRIL 2017 */

.layer-wrapper.promodo-partners-2017 .seminar {
    width: 100%;
    /*height: 523px;*/
    height:auto;
    margin: 0;
    padding: 0;
    /*position: relative;*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.layer-wrapper.promodo-partners-2017 .seminar .seminar-width {
    display: none;
    /*width: 600px;*/
    width: 31.6%;
    position: absolute;
    left: 50%;
    top: 390px;
    /*top: 50%;*/
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
.layer-wrapper.promodo-partners-2017 .seminar .seminar-cover {
    top:400px;
}
.layer-wrapper.promodo-partners-2017 .seminar .video__link-white {
    top: 434px;
}
.layer-wrapper.promodo-partners-2017 .seminar .video__link-white:after {
    margin: 0 auto;
}
.layer-wrapper.promodo-partners-2017 .seminar .seminar-width p {
    text-align: justify;
    margin: 0;
    font-size: 14px;
}
.layer-wrapper.promodo-partners-2017 .seminar .seminar__projector {
    width: 450px;
    position: absolute;
    left: 50%;
    bottom: 35px;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    text-align: center;
}
.layer-wrapper.promodo-partners-2017 .seminar .seminar__address {
    margin-top:15px;
    width: 70%;
}
.layer-wrapper.promodo-partners-2017 .seminar .seminar__address p {
    margin: 0;
    line-height: 1;
}
.single-partner-event.promodo-partners-2017 .seminar__place {
    font-size: 14px;
}

.seminar_april_2017 .zf__field {
    margin: 0 auto;
    width: 350px;
}

form.zf.seminar_april_2017 .zf-buttons {
    display: block;
    text-align: center;
    margin: 20px 0 ;
}
form.zf.seminar_april_2017 .zf-buttons a {
    display: inline-block;
}

.with-form.seminar-2017 h1 {
    margin: 30px 0;
}

.seminar-date-start {
    margin: 0;
    font-family: "OpenSansSemi";
    font-size: 14px;
    color: #999999;
}
.promodo-partners-october-2017 .seminar-date-start{
    color: #fa1f26;
}

.promodo-partners-october-2017 .sem_button {
    background: #fa1f26;
}

.seminar-burger {
    display: inline-block;
    height: 100px;
}

.seminar_content_2017.seminar_content p {
    width: 70%;
}

.layer-wrapper.promodo-partners-2017 .seminar .video__link-white {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
/* ВИДЕО ОТЗЫВЫ К СЕМИНАРУ  */
.video_feeds {
    width: 1000px;
    margin: 50px auto;
    text-align: center;
}
.video_feeds .video_feed {
    display: inline-block;
    position: relative;
    width: 32%;
    height: 180px;
    margin: 20px 15px 0 0;
}
.video_feeds .video_feed:nth-child(1){
    background: url('/upload/seminars/feeds/vladimirskaya_feed.jpg') no-repeat 50% 50% / cover;
}
.video_feeds .video_feed:nth-child(2){
    background: url("/upload/seminars/feeds/gukovec_feed.jpg") no-repeat 0 50% / cover;
}
.video_feeds .video_feed:nth-child(3){
    background: url('/upload/seminars/feeds/voloha_feed.jpg') no-repeat 50% 50% / cover;
}
.video_feeds .video_feed:nth-child(4){
    background: darkred url('/upload/seminars/feeds/nabiulina_feed.jpg') no-repeat 50% 50% / cover;
}
.video_feeds .video_feed:nth-child(5){
    background: url('/upload/seminars/feeds/nehay_feed.jpg') no-repeat 50% 50% / cover;
}
.video_feeds .video_feed:nth-child(6){
    background: url("/upload/seminars/feeds/tunik_feed.jpg") no-repeat 0 50% / cover;
}

.video_feeds .video_feed:nth-child(-n+3){
    margin-top: 0;
}
.video_feeds .video_feed:nth-child(3),
.video_feeds .video_feed:nth-child(6){
    margin-right: 0;
}
.video_feeds .video_feed .video__link:after {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@media (max-width:1720px){
    .layer-wrapper.promodo-partners-2017 .seminar .seminar-cover {
        top: 360px;
    }
    .layer-wrapper.promodo-partners-2017 .seminar .video__link-white {
        top: 394px;
    }
}

@media (max-width:1600px){
    .seminar-burger {
        height: 100px;
    }
    .layer-wrapper.promodo-partners-2017 .seminar .seminar-cover {
        top: 300px;
    }
    .layer-wrapper.promodo-partners-2017 .seminar .video__link-white {
        top: 334px;
    }
    .layer-wrapper.promodo-partners-2017 .seminar .seminar__projector {
        bottom: 20px;
    }
}

@media (max-width:1450px){
    .seminar-burger {
        height: 90px;
    }
    .layer-wrapper.promodo-partners-2017 .seminar .seminar__address {
        margin-top: 10px;
    }
    .layer-wrapper.promodo-partners-2017 .seminar .seminar-cover {
        top: 270px;
    }
    .layer-wrapper.promodo-partners-2017 .seminar .video__link-white {
        top: 300px;
    }
}

@media (max-width:1366px){
    .layer-wrapper.promodo-partners-2017 .seminar .seminar-cover {
        top: 270px;
    }
    .layer-wrapper.promodo-partners-2017 .seminar .seminar__projector {
        bottom: 25px;
    }
    .layer-wrapper.promodo-partners-2017 .seminar .seminar__address {
        margin-top: 10px;
    }
}

@media (max-width:1280px) {
    .seminar-width {
        display: none;
    }
    .layer-wrapper.promodo-partners-2017 .seminar .seminar__projector {
        bottom: 15px;
    }
    .seminar-burger {
        height: 100px;
    }
    .layer-wrapper.promodo-partners-2017 .seminar .seminar-cover {
        top: 250px;
    }
    .layer-wrapper.promodo-partners-2017 .seminar .video__link-white {
        top: 280px;
    }
}
@media (max-width:1100px){
    .layer-wrapper.promodo-partners-2017 .seminar .video__link-white {
        top: 232px;
    }
    .layer-wrapper.promodo-partners-2017 .seminar .seminar-cover {
        top: 220px;
        width: 300px;
        left: 50%;
        margin: 0;
        transform: translateX(-50%);
    }
    .layer-wrapper.promodo-partners-2017 .seminar .seminar__projector {
        bottom: 5px;
    }
}
@media (max-width:970px){
    .layer-wrapper.promodo-partners-2017 .seminar .video__link-white {
        top: 200px;
    }
    .layer-wrapper.promodo-partners-2017 .seminar .seminar-cover {
        top: 190px;
        width: 300px;
        left: 50%;
        margin: 0;
        transform: translateX(-50%);
    }
    .layer-wrapper.promodo-partners-2017 .seminar .seminar__projector {
        bottom: 5px;
    }
}

/* ====   END SEMINAR APRIL 2017 */

/* ПОД УСЛУГИ */
.sub_service {
    position: relative;
    height: 470px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #cc2e25;
    background-size: cover;
    margin-top: -75px;
    color: #fff;
    padding-top: 150px;
}
.sub_service .notice {
    padding: 0;
}
.sub_service .notice h1 {
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-family: "OpenSans";
    font-size: 42px;
    line-height: 48px;
}
.sub_service .notice .parent_icon {
    display: inline-block;
    position: relative;
    margin: 0 0 5px;
    padding-top: 60px;
}
.sub_service .notice .parent_icon:before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/images/sub_services/icon_subservice.png");
}
.sub_service .notice .parent_icon.usability-parent:before {
    width: 65px;
    background-position: -4px -822px;
}
.sub_service .notice .parent_icon.consulting-parent:before {
    background-position: -4px -872px;
}
.sub_service .notice .parent_icon.social-parent:before {
    background-position: -4px -773px;
}
.sub_service .notice .parent_icon.search-parent:before {
    background-position: -4px -732px;
}
.sub_service .notice .parent_icon a {
    color: white;
    font-family: "OpenSans";
    font-size: 13px;
    border-color: #fff;
    text-transform: uppercase;
}
.sub_service .notice .parent_icon a:hover {
    color: rgba(0,0,0, 0.8) !important;
    border-color: rgba(0,0,0, 0.8) !important;
}
.sub_service_preview {
    padding: 40px 0;
}
.sub_service_preview  .preview_text_short {
    text-align: left;
}
.sub_service_preview  .preview_text_short .sub_preview,
.sub_service_preview  .preview_text_short .sub_content {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.sub_service_preview  .preview_text_short .sub_content {margin: 0;}

.sub_service_preview  .preview_text_short .sub_preview .h4 {
    display: block;
    font-family: "OpenSans";
    font-size: 18px;
    line-height: 24px;
    margin: 30px 0 20px;
    text-align: left;
}
.sub_service_preview  .preview_text_short .sub_preview p {
    font-family: "OpenSansNormal";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}
.sub_service_preview  .preview_text_short .sub_content {
    color: #fff;
    font-family: "OpenSans";
    font-size: 13px;
    text-transform: uppercase;
    padding: 50px;
    background: #d4141f;
    border-radius: 5px;
    min-height: 272px;
}
.sub_service_preview  .preview_text_short .sub_content .h4 {
    display: block;
    color: #fff;
    font-family: "OpenSans";
    font-size: 30px;
    text-transform: none;
    margin-bottom: 15px;
    text-align: left;
}
.sub_service_preview  .preview_text_short .sub_content ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
}
.sub_service_preview  .preview_text_short .sub_content ul li a {
    color: #fff;
    border-bottom: none;
}
.sub_service_preview  .preview_text_short .sub_content ul li a:hover {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}
.sub_service_preview  .preview_text_short .sub_content ul li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 6px;
    left: 0;
}
.sub_service_preview.yuzabiliti-audit-saita,
.sub_service_preview.prodvizheniye-youtube-kanala {padding-bottom: 0;}
.sub_service_preview.virusnij-marketing .sub_options,
.sub_service_preview.analiz-konkurentov .sub_options,
.sub_service_preview.yuzabiliti-audit-saita .sub_options {
    margin-top: 70px;
}
h2.sub_service_h2 {
    font-size: 30px;
    line-height: 40px;
    color: #d4141f;
    font-family: "OpenSans";
    margin: 75px 0 70px;
    text-align: center;
}
.sub_options .clearfix {
    width: 100%;
    text-align: center;
    vertical-align: top;
}
.sub_options .clearfix div {
    display: inline-block;
    width: 32%;
    margin-right: 1%;
    padding: 40px;
    background: rgba(0,115,159, 0.5);
    min-height: 270px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: left;
    vertical-align: top;
}
.sub_options .clearfix div p,
.sub_options .clearfix div p.bold {
    color: #fff;
    font-family: "OpenSansNormal";
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
}
.sub_options .clearfix div p.bold {
    font-family: "OpenSans";
    color: #fff !important;
}
.sub_options .clearfix div p:last-child {margin: 0;}
.sub_options .clearfix div:nth-child(3),
.sub_options .clearfix div:last-child {margin-right: 0;}

.sub_options p {
    color: black;
    font-family: "OpenSansNormal";
    font-size: 14px;
    line-height: 24px;
}
.sub_options p.notice {padding: 0;}
.sub_service_content {
    padding-bottom: 50px;
}
.list_steps {
    position: relative;
}
.list_steps .step_sub {
    position: relative;
    padding-left: 45px;
    margin-bottom: 50px;
}
.list_steps  {
    border-left: 2px dotted #b7b7b7;
}
.list_steps .step_sub:first-child {padding-top: 10px;}
.list_steps .step_sub:last-child {padding-bottom: 10px;}
.list_steps .step_sub div:last-child {
    display: flex;
    padding-left: 100px;
}
.list_steps .step_sub:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 5px solid #d4141f;
    position: absolute;
    border-radius: 50%;
    left: -11px;
    top: 50%;
    transform: translateY(-50%);
}
.list_steps .sub_steps {
    display: flex;
    float: left;
    margin-right: 30px;
    position: absolute;
    color: #d4141f;
    font-family: "OpenSans";
    font-size: 16px;
    line-height: 22px;
    padding-left: 30px;
    top: 50%;
    transform: translateY(-50%);

}
.list_steps .sub_steps:before {
    color: #d4141f;
    font-family: "OpenSans";
    font-size: 30px;
    line-height: 22px;
    position: absolute;
    left: 0;
    top: 0;
}
.list_steps .sub_steps.step_1:before {
    content: '1';
}
.list_steps .sub_steps.step_2:before {
    content: '2';
}
.list_steps .sub_steps.step_3:before {
    content: '3';
}
.list_steps .sub_steps.step_4:before {
    content: '4';
}
.list_steps .sub_steps.step_5:before {
    content: '5';
}
.list_steps .sub_steps.step_6:before {
    content: '6';
}
.list_steps .sub_steps.step_7:before {
    content: '7';
}
.list_steps .sub_steps.step_8:before {
    content: '8';
}
.list_steps .sub_steps.step_9:before {
    content: '9';
}
.list_steps .sub_steps.step_10:before {
    content: '10';
}

.technical_audit .box_audit {
    padding: 50px 50px 50px 170px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 40px;
    box-shadow: 3.5px 11.5px 36.8px 9.2px rgba(0, 0, 0, 0.07);
}
.technical_audit .box_audit:before {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 55px;
    transform: translateY(-50%);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}
.technical_audit .box_audit.first_audit:before {
    background-image: url("/images/sub_services/audit1.svg");
}
.technical_audit .box_audit.second_audit:before {
    background-image: url("/images/sub_services/audit2.svg");
}

.sub_service_video .video_box {
    width: 100%;
    height:400px;
}
.sub_service_video .video_box iframe {
    border: none;
    width: 100%;
    height:100%;
}
.tools_box {
    width: 100%;
    text-align: center;
}
.efficiency .tools,
.sub_services_tools .tools,
.sub_services_another .tools{
    display: inline-block;
    text-align: left;
    float: left;
    width: 48%;
    min-height: 350px;
    margin-right: 4%;
    padding: 50px 30px;
    margin-bottom: 30px;
    box-shadow: 3.5px 11.5px 36.8px 9.2px rgba(0, 0, 0, 0.07);
}
.efficiency .tools:nth-child(even),
.sub_services_tools .tools:nth-child(even),
.sub_services_another .tools:nth-child(even){
    margin-right: 0;
}
.sub_services_tools .tools .h4 {
    text-align: left;
    color: #d4141f;
    font-family: "OpenSans";
    font-size: 16px;
    line-height: 22px;
    min-height: 44px;
    margin-bottom: 25px;
}
.sub_services_tools .tools {
    font-family: "OpenSansNormal";
    font-size: 13px;
    line-height: 21px;
}
.sub_services_tools .tools div {
    min-height: 84px;
    margin-bottom: 45px;
}
.sub_services_tools .tools p img {
    margin-right: 40px;
}
.efficiency {
    text-align: center;
}
.efficiency img {
    margin-bottom: 50px;
}
.efficiency .tools {
    box-shadow: none;
    height: auto;
    min-height: 64px;
    padding: 0;
}
.efficiency .tools span {
    color: #d4141f;
}
.conclusion {
    position: relative;
    margin: 30px 0;
    background-color: #ebebeb;
    padding: 30px 35px;
    border-left: 5px solid #d4141f;
}
.sub_services_another {
    margin-bottom: 75px;
}
.sub_services_another .tools {
    box-shadow: none;
    min-height: 82px;
    background-color: #ebebeb;
    padding: 30px;
}
.sub_services_another .tools:last-child {
    float: none;
    margin: 0 auto;
}
.sub_services_another .tools .another_sub {
    font-family: "OpenSans";
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
}
.another_sub:before {
    content: '';
    display: inline-block;
    width: 51px;
    height: 40px;
    position: absolute;
    background-size: 59px;
    left: -60px;
    background-repeat: no-repeat;
    background-image: url("/images/sub_services/icon_subservice.png");
}
.another_sub:not(.big_sub):before {
    top: -10px;
}
.another_sub.sub_ic_search:before {
    background-position: -4px -5px;
    height: 44px;
}
.another_sub.sub_ic_play:before {
    background-position: -4px -95px;
}
.another_sub.sub_ic_virus:before {
    width: 51px;
    height: 44px;
    background-position: -4px -51px;
    top: -10px;
}
.another_sub.sub_ic_uxui:before {
    background-position: -4px -135px;
    height: 46px;
}
.another_sub.sub_ic_konkurent:before {
    background-position: -4px -182px;
    height: 44px;
}
.another_sub.sub_ic_content:before {
    background-position: -4px -227px;
    height: 44px;
}
.another_sub.sub_ic_reklama:before {
    background-position: -4px -275px;
    height: 42px;
}
.another_sub.sub_ic_youtube:before {
    background-position: -4px -322px;
    height: 44px;
}

.sub_services_another .tools div {
    padding-left: 60px;
}
.box-razvitiye-ploshchadki {
    padding-top: 10px;
}
.discuss_subs {
    padding: 60px 0;
    margin-top: 70px;
    background: #d4141f;
    text-align: center;
}
.discuss_subs .h4 {
    color: white;
    font-family: "OpenSans";
    font-size: 19px;
    margin: 0 0 40px;
    padding-top: 85px;
    position: relative;
}
.discuss_subs .h4:before {
    content: '';
    display: inline-block;
    width: 65px;
    height: 54px;
    background-image: url("/images/sub_services/sub_disc.png");
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);

}
.discuss_subs .button.button_small {
    text-shadow: 0.6px 1.9px 0 rgba(10, 14, 20, 0.3);
    color: #fff !important;
    font-family: "OpenSans";
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 15px 75px;
    border-color: #fff !important;
    background: transparent;
    box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    transition: all ease 0.5s;
}
.discuss_subs .button.button_small:hover {
    background: #fff !important;
    color: #d4141f !important;
}
@media screen and (max-width: 1160px){
    .sub_services_tools .tools_box .tools {
        min-height: 395px;
    }
    .sub_services_tools .efficiency .tools_box .tools {
        min-height: 64px;
    }
    .sub_services_tools .sub_options .clearfix div {
        width: 48%;
        min-height: 250px;
    }
    .sub_services_another .tools div {
        min-height: 45px;
    }
    .another_sub.sub_ic_search:before,
    .another_sub.sub_ic_play:before,
    .another_sub.sub_ic_uxui:before {
        top: 0;
    }
    .sub_service_preview.kontent-marketing .preview_text_short .sub_options .clearfix div {
        min-height: 315px;
    }
    .notice_service_analytics .approach {
        width: 31%;
        margin-right: 20px;
    }
    .notice_service_analytics .approach .link_package {
        font-size: 24px;
    }
    .notice_service_analytics .approach p:not(.package_price) {
        min-height: 106px !important;
    }
    .package_table {
        height: 715px;
    }
    .second-nav.nav-service li a {
        font-size: 80%;
    }
}


/* ПОД УСЛУГИ */


/* КАРЬЕРА */
body.body-career {
    font-size: 14px;
}
body.body-career a:hover,
body.body-career a:visited{
    text-decoration: none;
    outline: none;
}
body.body-career .navigation__item {
    font-size: 14px;
    line-height: 28px;
    /*letter-spacing: 2px;*/
    letter-spacing: 0.1em;
    word-spacing: 5px;
}
body.body-career .lang-switcher__item, body.body-career .button_small {
    font-size: 12px;
}
.button.to_vacancy {
    position: static;
    z-index: 0;
}
.layer-wrapper.career_header {
    background: transparent;
    z-index: 1;
}
.layer-wrapper.career_header:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 170%;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.88) 12%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0.61) 39%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.49) 51%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.24) 76%, rgba(0,0,0,0.09) 91%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(12%, rgba(0,0,0,0.88)), color-stop(25%, rgba(0,0,0,0.75)), color-stop(39%, rgba(0,0,0,0.61)), color-stop(50%, rgba(0,0,0,0.5)), color-stop(51%, rgba(0,0,0,0.49)), color-stop(60%, rgba(0,0,0,0.4)), color-stop(76%, rgba(0,0,0,0.24)), color-stop(91%, rgba(0,0,0,0.09)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.88) 12%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0.61) 39%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.49) 51%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.24) 76%, rgba(0,0,0,0.09) 91%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.88) 12%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0.61) 39%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.49) 51%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.24) 76%, rgba(0,0,0,0.09) 91%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.88) 12%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0.61) 39%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.49) 51%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.24) 76%, rgba(0,0,0,0.09) 91%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.88) 12%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0.61) 39%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.49) 51%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.24) 76%, rgba(0,0,0,0.09) 91%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    position: absolute;
    top: 0;
    left:0;
    z-index:5;
}
.layer-wrapper.career_header .layer_header a {
    color: #fff;
    border-color: rgba(255,255,255, 0.3);
}
.career_header .layer_header .navigation__item_selected a {
    /*color: #000;*/
    color: #d51521;
}
.career_header .layer_header .lang-switcher__item .selected {
    color: #d51521;
}
.top_career {
    position: relative;
    height: 430px;
    background-image: url("/images/career/career.jpg");
    background-position: center center;
    background-size: cover;
    margin-top: -75px;
}
@media screen and (max-width: 1024px){
    .top_career .notice {
        width: 72%;
    }
}
.top_career h2 {
    color: #fff;
    padding: 110px 0 0 0;
    margin: 0 0 40px;
}
.top_career p {
    font-size: 16px;
    color: #fff;
}
#vacancy .h2 {
    font-size: 48px;
}
.vacancy_subscribe {
    padding: 50px 0;
    background: #f6f6f3;
    position: relative;
    z-index:0;
}
.vacancy_subscribe .error_msg {
    margin:0;
    font-weight: bold;
    color: red;
    display: none;
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
.vacancy_subscribe:after {
    content: '';
    display: inline-block;
    width: 1006px;
    height: 192px;
    background: url("/images/career/subscribe_bg.png") no-repeat 50% 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index:1;
}
.vacancy_subscribe h6 {
    color: black;
    font-family: "OpenSans";
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 30px;
}
.vacancy_subscribe form {
    display: inline-block;
    position: relative;
    z-index: 50;
}
.vacancy_subscribe input[type="text"] {
    height: 42px;
    padding-left: 25px;
    width: 392px;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c9ced2;
    box-shadow: inset 2.5px 4.3px 10px #f9f9f9;
    font-size: 16px;
    font-family: "OpenSansNormal";
}
.vacancy_subscribe input[type="text"].error {
    color: #fd0101;
    border-color: #fd0101;
}

.vacancy_subscribe button.button {
    display: inline-block;
    width: 310px;
    /* height: 48px; */
    padding: 17px 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    font-family: "OpenSans";
    text-transform: uppercase;
    text-shadow: 0 2px 0 rgba(10, 14, 20, 0.3);
    font-size: 14px;
    color: #fff;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border: none;
    outline: none;
    background-image: linear-gradient(to top, #7d7d7d 0%, #a8a8a8 100%);
    box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.2);
    cursor: pointer;
}
.vacancy_subscribe button.button.active {
    /*background-image: linear-gradient(to top, #d21520 0%, #fd0000 100%);*/
    background: -moz-linear-gradient(top, #fd0101 0%, #c2131e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd0101), color-stop(100%, #c2131e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fd0101 0%, #c2131e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fd0101 0%, #c2131e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fd0101 0%, #c2131e 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fd0101 0%, #c2131e 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd0101', endColorstr='#c2131e', GradientType=0);
    box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.2);
}
.preview_career {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 600px;
}
.work_box {
    width: 100%;
    height: 100%;
}
.career_work, .career_work_big {
    display: block;
    width: 25%;
    height: 50%;
    float: left;
    background: #d4141f;
    color: #fff;
}
.career_work:nth-child(2),
.career_work:nth-child(5){
    background: #ff3b3c;
}
.career_work:nth-child(3),
.career_work:nth-child(4),
.career_work:nth-child(6){
    background: transparent;
    overflow: hidden;
}
.career_work_big {
    width: 50%;
    overflow: hidden;
}
.career_work_wrap .number {
    font-size: 60px;
    line-height: 60px;
    font-family: "OpenSans";
}
.subject {
    font-size: 24px;
    line-height: 36px;
    font-family: "OpenSansNormal";
}
.career_list {
    display: inline-block;
    text-align: left;
    padding: 50px 35px;
}
.career_list li {
    position: relative;
    margin-bottom: 45px;
    padding-left: 70px;
    font-family: "OpenSans";
    font-size: 16px;
    line-height: 22px;
}
.career_list li:last-child {
    margin: 0;
}
.career_list .icon:before {
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    position: absolute;
}

.language_ic:before {
    background: url("/images/career/1.svg") no-repeat;
    background-size: 100%;
    left: 0;
    top: -5px;
}
.seminar_ic:before {
    background: url("/images/career/2.svg") no-repeat;
    left: 10px;
    top: -5px;
}
.sport_ic:before {
    background: url("/images/career/3.svg") no-repeat;
    background-size: 100%;
    left: 0;
    top: 3px;
}
.corp_ic:before {
    background: url("/images/career/4.svg") no-repeat;
    left: 0;
    top: -5px;
}
.project_ic:before {
    background: url("/images/career/5.svg") no-repeat;
    background-size: 100%;
    left: 0;
    top: -5px;
}

.career_work .video_hr {
    height: 100%;
    position: relative;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
.career_work .video_hr .index-promo__play-btn,
.career_work .video_hr .index-promo__vimeo-play-btn {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 0;
}
.kitchen {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("/images/career/kitchen.png") no-repeat 50% 50% / cover;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
.kitchen:hover,
    /*.video_hr:hover,*/
.play_zone:hover {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}
.play_zone {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("/images/career/play.png") no-repeat 50% 50% / cover;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
.career_work h5 {
    color: #fff;
    font-family: "OpenSansNormal";
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    margin: 0;
    position: absolute;
    left: 50px;
    bottom: 50px;
}

#job-tabs table {
    width: 100%;
    margin-bottom: 50px;
}
#job-tabs table tr {
    border-bottom: 1px solid rgba(0,0,0, 0.2);
}
#job-tabs table td {
    vertical-align: middle;
    padding:5px 10px;
    text-transform: none;
}
#job-tabs table td:nth-child(3),
#job-tabs table td:nth-child(4){
    color: #838383;
    font-family: "OpenSansNormal";
    font-size: 13px;
    text-align: center;
}
#job-tabs table td:nth-child(3) span,
.vacancy-view h1 span {
    padding: 5px 7px;
    background-color: #f22c2e;
    border-radius: 3px;
    color: #fff;
    font-family: "OpenSansSemi";
    font-size: 12px;
    /*text-transform: uppercase;*/
}
#job-tabs table td a {
    border-bottom: none;
    font-family: "OpenSansSemi";
    font-size: 16px;
    color: #2368bc;
}
#job-tabs table td.close_vacancy a {
    color: #5f5f5f;
}
.job_list__icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: 140%;
}

#job-tabs{
    width: 640px;
    margin: 0 auto;
}
#job-tabs .tabs{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}
#job-tabs .tabs:after{
    content: '';
    display: block;
    clear: both;
    height: 0;
}
#job-tabs .tabs .tab {
    cursor: pointer;
    display: inline-block;
    font-family: "OpenSansSemi";
    font-size: 16px;
    color: #2368bc;
    margin-right: 35px;
}
#job-tabs .tabs .tab:not(.active) {
    border-bottom: 0.6px dotted #2368bc;
}
#job-tabs .tabs .tab:last-child{margin: 0;}
#job-tabs .tabs .tab:hover,
#job-tabs .tabs .tab.active {
    color: #f10609;
}
#job-tabs .tabs .tab:not(.active):hover {
    border-bottom-color: #f10609;
}
#job-tabs .content .tab-content{
    display: none;
}
#job-tabs .content .tab-content.active{
    display: block;
}
.main-bg {
    background: #f6f6ef;
}
.vacancy-view {
    text-align: center;
}
.vacancy-view h1 {
    display: inline-block;
    color: #d51427;
    font-family: "OpenSans";
    font-size: 48px;
    line-height: 48px;
    margin: 70px 0 50px;
    position: relative;
}

.vacancy-view h1 span {
    padding: 7px 10px;
    position: absolute;
    top: 5px;
    right: -55px;
    line-height: 1;
}

h1.close_h1 {
    color: #929292;
    margin: 20px 0 50px;
}
p.close_p {
    color: black;
    font-family: "OpenSans";
    font-size: 16px;
    margin: 20px 0 0 0;
}
.padding_0 {
    padding: 0 !important;
}
.job_places p {
    margin: 0;
    font-family: "OpenSansNormal";
    font-size: 12px;
    text-align: left;
    /*line-height: 1.2;*/
    position: relative;
}
.job_places p span {
    display: block;
    font-family: "OpenSans";
    font-size: 14px;
}
.job-list {
    text-align: left;
    width: 270px;
}
.job-list h5 {
    font-family: "OpenSans";
    font-size: 18px;
    margin: 0 0 25px;
}
.job-list ul {
    display: inline-block;
    margin: 0;
}
.job-list li {
    margin-bottom: 20px;
    font-family: "OpenSansNormal";
    font-size: 14px;
}
.job-list li:last-child {margin: 0;}

.send_resume {
    padding: 50px 0;
    display: inline-block;
    text-align: center;
}
.send_resume p {
    margin-bottom: 25px;
    font-size: 14px;
    font-family:'OpenSansNormal';
}
.send_resume a.button {
    font-size: 14px;
}
.send_resume a.job_email,
.send_resume a.job_phone {
    border-bottom: none;
    font-family: "OpenSans";
    font-size: 16px;
    color: #000;
}
.send_resume a:hover {
    text-decoration: none;
}
.send_resume a.job_email {
    margin-right: 55px;
    color: #407ac3;
}
.vacancy_subscribe .popup_success_box {
    position: relative;
    z-index: 50;
}
body.career .layer.layer_footer .sitemap .sitemap__header,
body.career .sitemap__item, .career_sitemap__nav {
    font-family: 'OpenSansNormal';
    font-size: 13px;
    line-height: 17px;
}

/* КАРЬЕРА */
/*PROMODO PARTNERS OCTOBER 2017*/
.promodo-partners-october-2017 {
    background: #f6f6ef url("/images/pp_october_bg.png") no-repeat 50% 0%;
    background-size: cover;
}
.promodo-partners-october-2017 #nav-section-1 {
    text-align: center;
    padding-bottom: 75px;
}
.promodo-partners-october-2017 .seminar__header {
    width: auto;
    color: black;
    font-family: "Gotham Pro";
    font-size: 102px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
}
.promodo-partners-october-2017 .seminar__header_span {
    display: inline-block;
    color: black;
    font-family: "Gotham Pro";
    font-size: 226px;
    font-weight: 900;
    line-height: 1;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    margin: -20px 0 0 -20px;
}
.promodo-partners-october-2017 div .from_safari {
    display: block;
    width: 568px;
    height: 134px;
    position: absolute;
    background: #f8b333;
    left: 50%;
    top: 30px;
    margin: 0 0 0 -6px;
    transform: translateX(-50%);
    /*z-index: -5;*/
}
.promodo-partners-october-2017 .seminar-width {
    width: 582px;
    display: block;
    text-align: left;
    margin: 0 auto;
}
.promodo-partners-october-2017 .seminar-width p {
    text-align: left;
}
.promodo-partners-october-2017 .sem_addr {
    position: relative;
    z-index: 5;
    margin-bottom: 5px;
}
/*.promodo-partners-october-2017 .sem_addr:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 6px;
    background: #f8b333;
    position: absolute;
    left: 0;
    top: 35px;
    z-index: -5;
}*/
.promodo-partners-october-2017 .seminar__address {
    width: 70%;
}
.promodo-partners-october-2017 .sdrop__inner {
    margin-top: 80px;
}
.promodo-partners-october-2017 .sdrop__inner .sdrop__button {
    line-height: 1.6;
}
.seminar_october_2017 #sub {
    background: #fa1f26;
}
.pp_buttons .pp_btn {
    font-family: "Gotham Pro";
    font-size: 23px;
    font-weight: 900;
    text-transform: uppercase;
    background: #fa1f26;
    margin: 0;
}
.pp_buttons .pp_btn:nth-child(2){
    background: #000;
    border-color: #000 !important;
    margin-left: 160px;
    box-shadow: inset 0px 1px 0px #000;
}
.pp_buttons .pp_btn:nth-child(2):hover {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
#advantages {
    background: #fff;
    padding: 70px 0;
}
#advantages h2 {
    color: black;
    font-family: "Gotham Pro";
    font-size: 60px;
    font-weight: 500;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
#advantages h2::after {
    content: '';
    display: inline-block;
    width: 106px;
    height: 6px;
    background: #000;
    position: absolute;
    left: 50%;
    top: 90px;
    transform: translate(-50%);
}
#advantages div {
    width: 100%;
    margin: 50px auto 80px;
    text-align: center;
}
#advantages div.pp_buttons {
    margin: 0;
}
#advantages ul {
    display: inline-block;
    max-width: 1500px;
    text-align: center;
    padding: 0 2%;
}
#advantages ul li {
    display: block;
    width: 30%;
    float: left;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top;
}
#advantages ul li:last-child{
    margin: 0;
}
#advantages ul li span {
    display: block;
    position: relative;
    min-height: 170px;
}
#advantages ul li span img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#advantages ul li h5 {
    color: black;
    font-family: "Gotham Pro";
    font-size: 3em;
    font-weight: 900;
    margin: 50px 0;
}
#advantages ul li p {
    text-align: left;
}
#seminar-map {
    width: 100%;
    height: 580px;
}

.promodo-partners-october-2017 .seminar-date-start {
    margin: 0 0 50px;
}

.promodo-partners-october-2017 .seminar-width p {
    margin-bottom: 10px;
}
.promodo-partners-october-2017 .seminar-width p:last-child {
    margin: 0;
}
.promodo-partners-october-2017 .seminar-width {
    margin-bottom: 50px;
}
/*PROMODO PARTNERS OCTOBER 2017*/

/* FLINT STAR */

.new_case.flint_star {
    height: 900px;
    background: url('/images/cases/flint_star/flint.png') repeat 50% 50% / cover;
}
.new_case.flint_star .logo_case {
    width: 630px;
    height: 420px;
}
.new_case.flint_star .uni-case {
    color: #fff;
    margin-top: 115px;
}
.new_case_team.new_case_star {
    padding: 55px 0 95px;
}
.new_case_team.new_case_star .team_col {
    width: 400px;
    position: relative;
}
.new_case_team.new_case_star .team_col img {
    position: absolute;
    right: -120px;
    top: -50px;
}
.flint_star_team .teams {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    margin-left: 30px;
}
.teem_bg {
    width: 100%;
    height: 349px;
}
.flint_star_team .team_promodo {
    float: left;
}
.flint_star_team .team_snack {
    float: right;
}
.flint_star_team .teams h5:not(.team_h5) {
    margin: 0 0 35px;
    padding-left: 0;
}
h5.team_h5 {
    padding-left: 128px;
}
.flint_star_team ul, .flint_star_team ul li {
    display: inline-block;
}
.flint_star_team ul li {
    margin-right: 0;
    vertical-align: top;
}
.flint_star_team .team_promodo ul li:nth-child(2){
    margin-left: 0;
}
.flint_star_team .team_promodo ul li:nth-child(2) h6,
.flint_star_team .team_promodo ul li:nth-child(2) p {
    padding-left: 30px;
}
.flint_star_team .team_promodo ul li:nth-child(3){
    margin-left: 40px;
}
.flint_star_team .team_promodo ul li:nth-child(4) h6,
.flint_star_team .team_promodo ul li:nth-child(4) p {
    padding-left: 20px;
}
.flint_star_team .team_promodo ul li:last-child {margin: 0;}
.flint_star_team h6 {
    color: #61878d;
    font-family: "OpenSans";
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 25px;
    min-height: 32px;
}
.flint_star_team span,
.flint_star_team p {
    color: black;
    font-family: "OpenSansNormal";
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    margin-bottom: 0;
}
.flint_star_team .team_snack h5 {
    padding-left: 20px !important;
}
.flint_star_team .team_snack ul li {
    padding-left: 20px;
}
.flint_star_team span {
    margin-right: 35px;
}
.flint_star_team span:last-child{margin: 0;}
.flint_star_team .teams {
    margin-bottom: 50px;
}
.flint_star_team .teams .team_promodo {
    margin-right: 65px;
}
.case_star .new_h2.new_bottom {
    top: 0;
    position: relative;
    font-size: 55px;
    min-width: 0;
    border-radius: 10px 10px 40px 10px;
    padding: 25px 15px 30px;
    margin: 0 0 15px;
    line-height: 1;
}
.case_star .new_h2.new_bottom span:not(.after-h2) {
    display: block;
    width: 12px;
    height: 30px;
    background: #fec631;
    position: absolute;
    left: 108px;
    bottom: -30px;
    border-radius: 0 10px 0 0;
    z-index: 2;
}
.case_star .new_h2.new_bottom span:not(.after-h2):nth-child(2) {
    display: block;
    width: 11px;
    height: 38px;
    /*background: red;*/
    background: #fec631;
    position: absolute;
    left: 197px;
    bottom: -34px;
    border-radius: 4px 0 2px 0;
    z-index: 2;
    transform: rotate(55deg);
}
.case_star .new_h2.new_bottom:before {
    content: '';
    width: 80px;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: 110px;
    border-bottom: 10px solid #fec631;
    background: #fff;
    z-index: 1;
}
.case_star .new_h2.new_bottom:after {
    content: '';
    width: 34px;
    height: 40px;
    background: #fff;
    /*border-bottom: 12px solid #fec631;*/
    transform: rotate(-45deg);
    position: absolute;
    left: 176px;
    bottom: -24px;
    z-index: 0;
}
.case_star .after-h2 {
    position: absolute;
    width: 454px;
    height: 241px;
    right: -220px;
    top: -170px;
    z-index: 0;
    background: url("/images/cases/flint_star/star-2.png") no-repeat 50% 50% / contain;
}
.case_star .case_info_text {
    padding: 80px 0 65px;
}
.star_target {
    width: 100%;
    height: 354px;
    background: url("/images/cases/flint_star/target_bg.png") no-repeat 0 0 / cover;
    padding-top: 40px;
    color: #c5dce2;
    position: relative;
}
.star_target h3 {
    color: #c5dce2;
    font-family: "OpenSans";
    font-size: 37px;
    text-transform: uppercase;
    margin: 0 0 50px;
    text-align: center;
    line-height: 1 !important;
}
.star_target div:not(.clearfix){
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}
.star_target .clearfix div {
    padding-left: 120px;
    float: left;
    vertical-align: top;
}
.star_target .clearfix div:nth-child(2){
    float: right;
    padding-left: 0;
    margin-right: 30px;
}
.star_target .clearfix div ul {
    list-style: disc;
}
.star_target h4 {
    color: #c5dce2;
    font-family: "OpenSans";
    font-size: 18px;
    line-height:1;
    margin: 0 0 30px;
}
.star_target .clearfix div ul li {
    color: #c5dce2;
    font-family: "OpenSansLight";
    font-size: 16px;
    line-height: 26px;
}
.star_target .clearfix div ul li span {
    font-family: "OpenSans";
}
.star_target .vs {
    position: absolute;
    left: 50%;
    top: 73px;
    transform: translate(-50%);
    width: 69px;
    height: 41px;
    background: url("/images/cases/flint_star/vs.png") no-repeat 50% 50%;
}
.star_target img {
    position: absolute;
    right: 45px;
    bottom: 0;
}
.star_target.second_target {
    height: 240px;
}
.case_star .box_img_scale{
    transform: scale(1);
    right: 20px;
    top: 110px;
}
.icon_people:before {
    width: 48px;
    background-position: -110px -1676px;
}
.icon_cam:before {
    background-position: -158px -1676px;
}
.icon_videocam:before {
    background-position: -159px -1711px;
}
.icon_shield:before {
    background-position: -193px -1679px;
}
.icon_final:before {
    background-position: -195px -1714px;
}
.case_star .fotorama__wrap {
    margin-top: 0;
}
.case_star.case_results .new_h2.new_bottom {
    position: relative;
    z-index: 2;
    min-width: 0;
    left: 0;
    transform: translate(0);
}
.case_star.case_results {
    text-align: center;
    padding-bottom: 50px;
}
.case_star.case_results h3 {
    margin-bottom: 50px;
}
.star_results {
    width: 100%;
    height: 2336px;
    padding-top: 80px;
    background: url('/images/cases/flint_star/results.png') no-repeat 0 0 / cover;
}
.result_first {
    display: inline-block;
    text-align: center;
}
.result_first div {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
.result_first div p {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1;
    color: #fec631;
    font-family: "OpenSansSemi";
    margin: 0;
}
.result_first div span {
    font-family: "OpenSans";
    font-size: 46px;
    line-height: 1;
    color: #fec631;
    text-transform: uppercase;
}
.result_first div h4 {
    color: #fec631;
    font-family: "OpenSans";
    font-size: 96px;
    line-height: 1;
    text-transform: uppercase;
    margin: -14px 0 0;
}
.result_first div:nth-child(3) {
    margin: 0;
}
.result_first div:nth-child(3) span{
    font-size: 57px;
    line-height: 0.8;
}
.star_results .cntr.with-circle {position: relative;}
.star_results .cntr.with-circle:after {
    content: '';
    display: inline-block;
    width: 33px;
    height: 33px;
    background: #fec631;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    bottom: -20px;
    left: 60%;
}
.sm-icons {
    display: inline-block;
    text-align: center;
    margin-bottom: 90px;
}
.small-icon {
    display: inline-block;
    color: #c5dce2;
    font-family: "OpenSans";
    font-size: 21px;
    line-height: 35px;
    text-transform: uppercase;
    position: relative;
    margin-right: 130px;
    padding-top: 85px;
}
.small-icon:before {
    content: '';
    width: 68px;
    height: 62px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    background-image: url("icons.png");
}
.small-icon:nth-child(1):before {
    background-position: -85px -1714px;
}
.small-icon:nth-child(2):before {
    background-position: -85px -1782px;
}
.small-icon:nth-child(3):before {
    width: 59px;
    background-position: -1px -1762px;
}
.small-icon:nth-child(3){margin: 0;}
.star_results h2 {
    color: #c5dce2;
    font-family: "OpenSans";
    font-size: 55px;
    line-height: 89px;
    text-transform: uppercase;
    margin: 0;
}
.list-result h4 {
    color: #c5dce2;
    font-family: "OpenSans";
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 40px;
}
.list-result ul {
    width: 650px;
    margin: 0 auto;
    text-align: left;
    list-style: disc;
}
.list-result li {
    color: #c5dce2;
    font-family: "OpenSans";
    font-size: 18px;
    line-height: 26px;
}
.storms {
    position: absolute;
    bottom: 355px;
    left: 33%;
    width: 650px;
}
.star-gif {
    width: 510px;
    position: absolute;
    top: 220px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
.after-gif {
    position: absolute;
    right: 30px;
    bottom: 65px;
}
.first-slide {
    position: relative;
}
.after-slide {
    position: absolute;
    left: 70%;
    bottom: 220px;
}
.star-images {
    margin: 35px -140px;
    vertical-align: top;
}
.star-images img {
    vertical-align: top;
}
.star-images img:first-child {
    margin-right: 25px;
}
.star-img-1 {
    position: absolute;
    left: -150px;
    bottom: 100px;
}
.star-img-1.small-star {
    position: absolute;
    left: 10px;
    bottom: 100px;
    width: 50px;
}
@media screen and (max-width: 1366px){
    .after-slide {
        left: 75%;
    }
}
@media screen and (max-width: 1025px){
    .flint_star_team .teams {
        margin-left: 0;
    }
    .flint_star_team .teams .team_promodo {
        margin-right: 0;
    }
    .new_case_team.new_case_star .team_col img {
        right: -100px;
    }
    .star-images {
        margin: 35px 0;
    }
    .star-images img {
        width: 400px;
    }
    .big-star-img {
        width: 100%;
    }
    .star-img-1{
        left: -50px;
    }
    .star-img-1.small-star{
        left: 80px;
    }
}
@media screen and (max-width: 1000px){
    .flint_star_team .teams {
        margin-left: 0;
    }
    h5.team_h5 {
        padding-left: 88px;
    }
    .new_case_team.new_case_star .team_col img {
        right: -70px;
        top: -55px;
    }
    .case_star .box_img_scale {
        right: 80px;
    }
    .flint_star_team .teams .team_promodo {
        margin-right: 0;
    }
    .star-images {
        margin: 35px 0;
    }
    .star-images img {
        width: 100%;
    }
    .star-images img:first-child {
        margin: 0 0 20px 0;
    }
    .big-star-img {
        width: 100%;
    }
    .storms {
        bottom: 315px;
        left: 30%;
    }
    .star-img-1{
        left: -30px;
    }
    .star-img-1.small-star{
        left: 90px;
    }
    .after-slide {
        left: 80%;
    }
}
/* FLINT STAR */
/* NEW REVIEWS ON MAIN */
.main-reviews {
    padding: 75px 0 50px;
    width: 100%;
    position: relative;
    background: #fff url('../../../images/reviews/reviews-bg.png') no-repeat 100% 100% / contain;
    margin-bottom: 30px;
}
.page-reviews.main-reviews {
    background: #f6f6ef;
    margin: 0;
    padding: 35px 0;
}
.page-reviews.main-reviews .slick-dotted.slick-slider {margin-bottom: 0 !important;}
.main-reviews .slick-slider {min-height: 430px;}
.main-reviews .slick-slider .slick-dots {bottom: 0;}
.main-reviews h2 {
    text-align: center;
    margin: 0 0 50px;
}
.video-reviews-block, .text-reviews-block {
    float: left;
    width: 50%;
}
.video-reviews-block .video-reviews-container {
    width: 550px;
    height: 310px;
    outline: none;
    border: none;
    margin-bottom: 20px;
}
.video-reviews-block .video-reviews-container iframe {
    width: 100%;
    height: 100%;
}
.text-reviews-block {
    padding: 0 0 0 45px;
    margin-bottom: 20px;
}
.text-reviews-block .review-block {
    margin: 0;
    min-height: 360px;
    padding: 0 10px;
}
.review-block img {
    display: inline-block !important;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.review-block .clearfix {margin: 0 0 20px;}
.review-block .clearfix div {
    display:  inline-block;
    vertical-align: top;
    margin-left: 35px;
}
.video-reviews-block h3,
.text-reviews-block h3 {
    color: black;
    font-family: "OpenSans";
    font-size: 14px;;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.video-reviews-block h3 {
    margin: 30px 0 25px;
    text-align: left;
}
.video-reviews-block p,
.text-reviews-block p {
    color: black;
    font-family: "OpenSansNormal";
    font-size: 13px;
    line-height: 20px;
    min-height: 60px;
}
.text-reviews-block p:last-child {margin: 0;}
.text-reviews-block span {
    display: block;
    font-family: "OpenSansSemi";
    font-size: 14px;
    line-height: 1;
}
.review-block.slick-slide:focus,
.video-review-block.slick-slide:focus {
    outline: none;
    border: none;
}
.reviews-slide .slick-dots,
.video-review-slide .slick-dots {
    text-align: left;
    bottom: -50px;
}
.video-review-slide .slick-dots {bottom:-24px;}
.reviews-slide .slick-dots li button:before,
.video-review-slide .slick-dots li button:before {
    font-size: 14px;
}
.reviews-slide .slick-dots li.slick-active button:before,
.video-review-slide .slick-dots li.slick-active button:before,
.reviews-slide .slick-dots li button:hover:before,
.video-review-slide .slick-dots li button:hover:before {
    color: #e22026;
    opacity: 1;
}
.video-review-slide .slick-dots li:first-child {margin-left: -5px;}
.more-reviews {
    margin-left: 55px;
    text-transform: uppercase;
    color: #29739f;
    font-family: "OpenSans";
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}
.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {cursor: pointer;}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {position: absolute;}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.post_img {
    margin: -25px -25px 20px -25px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    height: 200px;
}
.post_img a img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
}
.post_img a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.post_title {
    margin: 0 0 15px;
    min-height: 42px;
}
.post_title a {
    color: #0674a3;
    font-family: "OpenSans";
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    border: none;
}
.blog-post-block p {
    color: #666;
    font-family: "OpenSansNormal";
    font-size: 13px;
    line-height: 15px;
    min-height: 45px;
}
.post-author {
    margin: 0 0 20px;
    padding: 20px 0 0;
    position: relative;
}
.post-author:before {
    content: '';
    position: absolute;
    background: url('/themes/default/css/devider.png') 0px -8px;
    height: 17px;
    width: 100%;
    top: -1px;
    left: 0px;
}
.post-author h4, .post-author span {
    color: #666;
    font-family: "OpenSans";
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.post-author span {
    display: inline-block;
    margin: 0;
    text-transform: none;
    color: #999;
    line-height: 1.3;
}
.post-author .author-photo {
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 15px;
    vertical-align: middle;
}
.post-author .author-photo img {
    width: 100%;
    margin: 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.post-author .author-photo + div {
    display: inline-block;
    width: calc(100% - 70px);
    vertical-align: middle;
}
.post_date {
    color: #666;
    font-family: "OpenSans";
    font-size: 10px;
    line-height: 21px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px
}
.post_date:after {
    content: '';
    display: inline-block;
    width: 70%;
    height: 1px;
    background: rgba(153,153,153, 0.5);
    position: absolute;
    top: 9px;
    right: 0;
}
.post_cat a {
    font-family: "OpenSansNormal";
    font-size: 10px;
    line-height: 22px;
    text-transform: uppercase;
    color: #00739f;
    margin: 0 11px;
    position: relative;
    border-bottom: none;
}
.post_cat a:first-child {margin-left: 0;}
.post_cat a:first-child:before {display: none;}
.post_cat a:last-child {margin-right: 0;}
.post_cat a:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 14px;
    background: rgba(153,153,153, 0.5);
    position: absolute;
    top: 0;
    left: -14px;
}
#fancybox-wrap {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
.soc-activity-block.new_posadiderevo .rozetka_box {
    right: -120px;
    bottom: 59px;
}
@media screen and (max-width: 1440px) {
    .main-reviews {
        background-size: cover;
    }
}
@media (max-width: 1366px){
    .promodo-partners-october-2017 #nav-section-1 {
        padding: 35px 0;
    }
    .promodo-partners-october-2017 .seminar__header {
        font-size: 72px;
    }
    .promodo-partners-october-2017 .seminar__header_span {
        font-size: 160px;
        margin-top: 0;
        margin-left: -15px;
        line-height: 120px;
    }
    .promodo-partners-october-2017 div .from_safari {
        display: block;
        width: 410px;
        height: 90px;
        position: absolute;
        background: #f8b333;
        left: 50%;
        top: 18px;
        margin: 0 0 0 -6px;
        transform: translateX(-50%);
    }
    .promodo-partners-october-2017 .seminar-width {
        width: 400px;
    }
    .promodo-partners-october-2017 .seminar-width p {
        font-size: 12px;
    }
    #advantages {
        padding: 50px 0;
    }
    #advantages div {
        margin: 50px auto;
    }
    #advantages h2 {
        font-size: 44px;
    }
    #advantages ul li h5 {
        margin-bottom: 30px;
        font-size: 38px;
    }
    #advantages ul li p {
        font-size: 13px;
        margin: 0;
    }
    .pp_buttons .pp_btn {
        font-size: 16px;
        padding: 0.7em 2.5em;
        border-radius: 30px;
    }
    .seminar__address p:first-child {
        font-size: 10px;
    }
    .promodo-partners-october-2017 .seminar-date-start {
        margin: 0 0 30px;
        font-size: 12px;
    }
    .promodo-partners-october-2017 .seminar-width {
        margin-bottom: 30px;
    }
    .seminar__place {
        font-size: 12px;
    }
}
@media(max-width: 1140px){
    .seminars_events .event_sem.event_sem_full {
        width: 100%;
        padding: 0 100px;
    }
    .seminars_events .event_sem {
        width: 45%;
    }
    .seminars_events .event_sem .sem_event_img {
        width: 140px;
    }
    .seminars_events .event_sem .sem_event_img img {
        width: 120px;
    }
    .seminar__address {
        width: 71%;
    }
}
@media screen and (max-width:1100px) {
    #advantages ul li h5 {font-size: 2.5em;}
    .subscription_wrap {padding: 35px;}
    .discuss_box h4 {font-size: 16px;}
    .email_icons {margin-right: 50px;}
    #pp-form-block h3 {font-size: 16px;}
    #pp-form-block p {font-size: 12px;}
    .soc-activity-block.new_posadiderevo .notice__header_subheader a{margin-left: -110px;}
    .soc-activity-block.new_posadiderevo .rozetka_box {right: -15px;}
    .soc-activity-block.new_posadiderevo.posadi-derevo:before {margin: -20px 0 0 -395px;}
}
@media screen and (max-width: 1024px) {
    .video-reviews-block .video-reviews-container {
        width: 484px;
        height: 274px;
    }
    .main-reviews .slick-slider{margin: 0;}
    .page-reviews .notice {
        width: 72%;
        padding: 0;
    }
    .video-review-block.slick-slide {min-height: 412px;}
    .video-reviews-block p br {display: none;}
    /*.video-review-slide .slick-dots {bottom: -38px;}*/
}
@media screen and (max-width: 991px){
    .blog-post-block {width: 31%;}
    .blog-menu a, .blog-menu span {font-size: 9px;}
    .blog-menu li {margin: 0 0 0 10px;}
    .single_article_content {margin: 2em 1em 0 0;}
}
@media screen and (max-width: 767px){
    #fancybox-wrap {position: absolute !important;}
}

.layer.client_layer_top {
    max-width: 1410px;
}
ul.navigation.no-visited.cols.servises_nav {
    left: 90px;
}
ul.navigation.second-nav.nav-service.sub-navigation.no-visited.cols {
    left: -75px;
}
a.button.button_small {
    width: 240px;
    padding: 7px 13px;
}
_:-ms-lang(x), _:-webkit-full-screen, a.button.button_small {
    width: 250px;
}
.layer_header-fixed.layer_header .cols.search-icon-control {
    width: 240px;
}
_:-ms-lang(x), _:-webkit-full-screen, .layer_header-fixed.layer_header .cols.search-icon-control {
    width: 250px;
}
ul.navigation.no-visited.cols.servises_nav {
    left: 18px;
    top: 2px;
}
.col.col_right .button.button_small:after {
    content: attr(full-name);
}
@media (max-width: 1150px){
    .col.col_right .button.button_small {
    width: 100%;
}   
   .col.col_right .button.button_small:after {
    content: attr(small-name);
} 
ul.navigation.second-nav.nav-service.sub-navigation.no-visited.cols {
    left: 0px;
}
.notice__header_command:before {
     margin-left: 0px;
}
.notice__header_command:before {
    margin-left: 0px;
}
}
.layer_header-fixed.layer_header .cols {
    width: 240px;
}

.service__text_block-scroll {
    max-height: 755px;
    padding: 20px;
    margin: 100px 0;
    overflow-y: scroll;
}

.service__text_block-scroll h2.notice__header {
    font-size: 42px;
    padding: 0;
}

.service__text_block-scroll ul {
    list-style-type: disc;
    padding-left: 40px;
}