html {
    height:100%;
    font-size:100%;
    line-height: initial;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -webkit-font-smoothing: antialiase;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: ProximaNova, Sans-serif, Arial;
    font-size:1em;
    font-style:normal;
    font-weight:normal;
    color: rgba(51, 51, 51, 1);
    height:100%;
    background:#FFF;
    margin:0;
}
a, img, input, textarea, select {
    outline:none;
}
label {
    cursor:pointer;
}
img {
    border:0;
    vertical-align:bottom;
}
form {
    margin:0;
}
header, nav, section, article, aside, footer {
    display:block;
}
a {
    text-decoration: underline;
    color:rgba(0, 0, 0, 1);
}
a:hover {
    text-decoration:none;
}
textarea, input, select, button {
    resize:none;
    outline:none;
}
table {
    border-collapse: collapse;
}
h1, h2, h3, h4, h5 {
    margin-top:0;
    font-weight:normal;
    font-family: Prata, Sans-serif, Arial;
}

h1 {
    font-size: 64px;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proxima_nova_bold.woff2') format('woff2'),
         url('../fonts/proxima_nova_bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proxima_nova_regular.woff2') format('woff2'),
         url('../fonts/proxima_nova_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proxima_nova_light.woff2') format('woff2'),
         url('../fonts/proxima_nova_light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proxima_nova_extrabold.woff2') format('woff2'),
         url('../fonts/proxima_nova_extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Prata';
    src: url('../fonts/prata-regular.woff2') format('woff2'),
         url('../fonts/prata-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "icon_font";
    src: url("../fonts/icon_font2.woff") format("woff2"),
        url("../fonts/icon_font.woff") format("woff");
    font-weight: normal;
    font-style: normal
}


.gallery-frame img,
.cards-item img,
.animation {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*!* METERIALIZE REDEFINE *!*/

strong {
    font-weight: bold;
}

/* END */

/* LOAD MORE BUTTON */

.load-more-button {
    width: 100%;
    display: flex;
    justify-content: center;
}

.load-more-button .button,
.load-more-button button {
    width: 306px;
    cursor: pointer;
}

.button,
.load-more-button button {
    font-family: ProximaNova;
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    height: 56px;
    background: #fc2c38;
    border-radius: 8px;
    color: #FFFFFF;
    box-sizing: border-box;
    padding:0 20px;
    outline:none;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.04);
    text-align:center;
    position: relative;
}

.button:hover,
.load-more-button button:hover {
    background:#eb0030;
}

.button:active,
.load-more-button button:active {
    top:1px;
}

.button:focus,
.load-more-button button:focus,
.button:active,
.load-more-button button:active {
    background:#eb0030;
    box-shadow: inset 0 2px 0 0 rgba(0,0,0,0.04);
}

.button {
    cursor:pointer;
}

a.button {
    line-height: 54px;
    text-decoration: none;
    display:inline-block;
    cursor: pointer;
}

.button-small {
    border-radius: 4px;
    height:48px;
    font-size:17px;
    line-height: 1em;
}

a.button-small {
    line-height:48px;
}

.button-full-width {
    width:100%;
}

/* END OF LOAD MORE BUTTON */

.button-style {
    text-decoration: none;
    border-radius: 4px;
    padding: 12px 48px;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
    cursor: pointer;
    position: relative;
}

.button-style-red {
    background-color: #fc2c38;
    color: #fff;
}

.button-style-white {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: rgba(255, 255, 255, 1);
    color: rgba(51, 51, 51, 1);
}

.button-style-gray {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: #f0f0f0;
    color: rgba(51, 51, 51, 1);
}

.button-style-gray:hover {
    background-color: #ebebeb;
}

.button-style-red:hover {
    background:#eb0030;
}

.button-style-white:hover {
    background:rgba(0, 0, 0, 0.04);
}

.button-style:active {
    top:1px;
}

.button-style-gray:focus,
.button-style-gray:active {
    background:#f0f0f0;
    box-shadow: inset 0 2px 0 0 rgba(0,0,0,0.04);
}

.button-style-red:focus,
.button-style-red:active {
    background:#eb0030;
    box-shadow: inset 0 2px 0 0 rgba(0,0,0,0.04);
}

/* CONTENT CONSTRUCTOR >>> */

.content-wrapper {
    position: relative;
    overflow: hidden;
}

.block__padding-header {
    padding-top: 180px;
}

.block__padding-header__without-submenu {
    padding-top: 140px;
}

.content-wrapper .gallery-scroller:last-child,
.content-wrapper .halves:last-child,
.content-wrapper .highlight:last-child {
    margin-bottom: 0;
}

.section-wrapper {
	margin:0 auto;
    max-width:1560px;
    width: 100%;
}

.block {
    margin-bottom: 30px;
}

.section {
    margin-bottom: 50px;
    padding:0;
}

/* <<< CONTENT CONSTRUCTOR */

/* TYPOGRAPFY >>> */

.title {
    font:64px/80px Prata, Sans-serif, Arial;
    color:rgba(51, 51, 51, 1);
    margin-bottom: 30px;
}

.subtitle {
    font:39.9px/1.2em Prata, Sans-serif, Arial;
    color:rgba(51, 51, 51, 1);
    margin-bottom: 24px;
}

.subtitle a {
    color:inherit;
}

.subsubtitle {
    font:bold 32px/1.2em ProximaNova, Sans-serif, Arial;
    color:rgba(51, 51, 51, 1);
    margin-bottom: 24px;
}

.small-title {
    font:bold 24px/1.2em ProximaNova, Sans-serif, Arial;
    color:rgba(51, 51, 51, 1);
    margin-bottom: 24px;
}

.date {
    font-size: 17px;
    color: rgba(153, 153, 153, 1);
}

.text {
    font-size: 17px;
    color:rgba(51, 51, 51, 1);
    line-height: 1.2em;
}

.text-small {
    font-size: 15px;
}

.lighten {
    filter: alpha(opacity=48);
    opacity: 0.48;
}

.text.light {
    color:rgba(153, 153, 153, 1);
}

.text.light a {
    color:rgba(51, 51, 51, 1);
}

.text-alt {
    color:rgba(153, 153, 153, 1);
}

.more {
    font-size: 19.9px;
    color: #fc2c38;
    text-decoration: none;
}

.more u {
    text-decoration: none;
}

.more:hover u {
    text-decoration: underline;
}

.curl {
    text-decoration: none;
}

.curl-text {
    text-decoration: underline;
}

.curl:hover .curl-text {
    text-decoration: none;
}

/* <<< TYPOGRAPFY */

/* ELEMENTS >>> */

a.link-without-style {
    text-decoration: none;
}

.logo {
    display:block;
    height: 48px;
    width: 155px;
    flex-grow: 0;
}

.logo-small {
    display:inline-block;
    width: 110px;
    height:32px;
    background: url(../images/logo-small.svg);
}

.header.header-dark .logo * {
    fill: #fff !important;
}

.box-label {
    display: inline-block;
    margin-right: -0.38em;
    line-height: 30px;
    font-size:10px;
    color:#FFF;
    padding:0 12px;
    background: #CCC;
    text-transform: uppercase;
}

.box-label.black {
    background:#000;
}

.box-label.red {
    background:#fc2c38;
}

/* <<< ELEMENTS */


/* ICONS */
/* TODO почему не использовать шрифт? */
[class*="icon-"] {
    display:inline-block;
    vertical-align: middle;
}
.icon-ot-megafon {
    width:80px;
    height:80px;
    background: url(../images/icon-ot-megafon.png);
    background-size:100% 100%;
}
.icon-ot-vk {
    width:80px;
    height:80px;
    background: url(../images/icon-ot-vk.png);
    background-size:100% 100%;
}
.icon-ot-grant {
    width:80px;
    height:80px;
    background: url(../images/icon-ot-grant.png);
    background-size:100% 100%;
}
.icon-ot-ok {
    width:80px;
    height:80px;
    background: url(../images/icon-ot-ok.png);
    background-size:100% 100%;
}
.icon-ot-beacon {
    width:80px;
    height:80px;
    background: url(../images/icon-ot-beacon.png);
    background-size:100% 100%;
}
.icon-ot-search-heart {
    width:80px;
    height:80px;
    background: url(../images/icon-ot-search-heart.png);
    background-size:100% 100%;
}
.icon-ot-hands {
    width:80px;
    height:80px;
    background: url(../images/icon-ot-hands.png);
    background-size:100% 100%;
}
.icon-vk-mid {
    width:120px;
    height:120px;
    background: url(../images/icon-vk-mid.svg);
    background-size:100% 100%;
}
.icon-dobro-mid {
    width:120px;
    height:120px;
    background: url(../images/icon-dobro-mid.svg);
    background-size:100% 100%;
}
.icon-ok-mid {
    width:120px;
    height:120px;
    background: url(../images/icon-ok-mid.svg);
    background-size:100% 100%;
}
.icon-cm-mid {
    width:120px;
    height:120px;
    background: url(../images/icon-cm-mid.svg);
    background-size:100% 100%;
}
.icon-mm-mid {
    width: 120px;
    height: 120px;
    background: url(../images/icon-mm-mid.png);
    background-size:100% 100%;
}
.icon-yla {
    width:50px;
    height:50px;
    background: url(../images/icon-yla.png);
    background-size:100% 100%;
}
.icon-delivery {
    width:50px;
    height:50px;
    background: url(../images/icon-delivery.png);
    background-size:100% 100%;
}
.icon-project-mail {
    width:113px;
    height:86px;
    background: url(../images/icon-mail.svg);
}
.icon-project-games {
    width:100px;
    height:100px;
    background: url(../images/icon-games.svg);
}
.icon-project-commerce {
    width:100px;
    height:97px;
    background: url(../images/icon-commerce.svg);
}
.icon-project-business {
    width:100px;
    height:100px;
    background: url(../images/icon-business.svg);
}
.icon-project-media {
    width:100px;
    height:100px;
    background: url(../images/icon-media.svg);
}
.icon-project-social {
    width:100px;
    height:100px;
    background: url(../images/icon-social.svg);
}
.icon-project-maps {
    width:100px;
    height:100px;
    background: url(../images/icon-maps.svg);
}
.icon-project-messengers {
    width:100px;
    height:100px;
    background: url(../images/icon-messengers.svg);
}
.icon-project-mail-small {
    width:28px;
    height:28px;
    background: url(../images/icon-mail-small.svg);
}
.icon-project-commerce-small {
    width:28px;
    height:28px;
    background: url(../images/icon-commerce-small.svg);
}
.icon-project-social-small {
    width:28px;
    height:28px;
    background: url(../images/icon-social-small.svg);
}
.icon-project-messenger-small {
    width:28px;
    height:28px;
    background: url(../images/icon-messenger-small.svg);
}
.icon-project-game-small {
    width:28px;
    height:28px;
    background: url(../images/icon-game-small.svg);
}
.icon-project-biznes-small {
    width:28px;
    height:28px;
    background: url(../images/icon-biznes-small.svg);
}
.icon-project-geo-small {
    width:28px;
    height:28px;
    background: url(../images/icon-geo-small.svg);
}
.icon-project-media-small {
    width:28px;
    height:28px;
    background: url(../images/icon-media-small.svg);
}
.icon-arrow {
    width:16px;
    height:16px;
    background: url(../images/icon-arrow-down-small.svg);
}
.icon-arrow-right {
    width:16px;
    height:16px;
    background: url(../images/icon-arrow-right.svg);
}
.icon-vk {
    width:16px;
    height:16px;
    background: url(../images/icon-vk.svg);
}
.icon-facebook {
    width:16px;
    height:16px;
    background: url(../images/icon-facebook.svg);
}
.icon-instagram {
    width:16px;
    height:16px;
    background: url(../images/icon-instagram.svg);
}
.icon-ok {
    width:16px;
    height:16px;
    background: url(../images/icon-ok.svg);
}
.icon-twitter {
    width:16px;
    height:16px;
    background: url(../images/icon-twitter.svg);
}
.icon-habr {
    width:16px;
    height:16px;
    background: url(../images/icon-habr.svg);
}
.icon-youtube {
    width:16px;
    height:16px;
    background: url(../images/icon-youtube.svg);
}
.icon-pdf {
    width:21px;
    height:24px;
    background: url(../images/icon-pdf.svg);
}
.icon-arrow2-left,
.icon-arrow2-right {
    width:35px;
    height:35px;
    background: url(../images/icon-arrow2-left.svg);
    background-size: 100% 100%;
}

.icon-arrow2-right {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-mail-search {
    width:49px;
    height:49px;
    background:url(/static/redesign/images/icon-mail-search.svg)
}

.icon-pro-mailru {
    width:24px;
    height:24px;
    background:url(/static/redesign/images/icon-pro-mailru.svg)
}

.icon-pro-mapsme {
    width:24px;
    height:24px;
    background:url(/static/redesign/images/icon-pro-mapsme.svg)
}

.icon-pro-ok {
    width:24px;
    height:24px;
    background:url(/static/redesign/images/icon-pro-ok.svg)
}

.icon-pro-vk {
    width:24px;
    height:24px;
    background:url(/static/redesign/images/icon-pro-vk.svg)
}

.icon-pro-delivery {
    width:24px;
    height:24px;
    background:url(/static/redesign/images/icon-pro-delivery.svg)
}

.icon-pro-yla {
    width:24px;
    height:24px;
    background:url(/static/redesign/images/icon-pro-yla.svg)
}

.icon-pro-pandao {
    width:24px;
    height:24px;
    background:url(/static/redesign/images/icon-pro-pandao.svg)
}

.icon-pro-mediaprojects {
    width:24px;
    height:24px;
    background:url(/static/redesign/images/icon-pro-mediaprojects.svg)
}

.icon-pro-tamtam {
    width:24px;
    height:24px;
    background:url(/static/redesign/images/icon-pro-tamtam.svg)
}

.icon-close {
    width:16px;
    height:16px;
    background:url(/static/redesign/images/icon-close.svg);
    background-size:100% 100%;
}
.icon-download {
    width:16px;
    height:16px;
    background:url(/static/images/download.svg);
    background-size:100% 100%;
}

/* FOOTER */

.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #ddd;
    background: url("/static/redesign/images/img_footer.svg") no-repeat 100% 100%;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    max-width: 1560px;
    padding: 53px 0 65px 0px;
    justify-content: space-between;
}

.footer-sitemap {
    flex-grow: 1;
}

.social-block {
    width: 130px;
}

.social-block__title {
    margin-bottom: 16px;
    font-family: 'ProximaNova';
    font-size: 15px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
}

.social-block__content [class*="icon-"] {
    margin:0 11px 20px 0;
}

.footer-copyright {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.footer-copyright .logo * {
    fill: #75787b;
}

.footer-copyright > span,
.footer-copyright > a {
    font-family: 'ProximaNova';
    font-size: 15px;
    color: rgba(153, 153, 153, 1);
    margin-right: 40px;
}

.footer-sitemap .sitemap-rows li {
    margin-bottom: 13px;
}

.footer-sitemap .sitemap-rows li.sitemap-title {
    margin-bottom: 30px;
    font-family: 'ProximaNova';
    font-size: 17px;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    text-decoration: underline;
}

.footer-sitemap .sitemap-rows li.sitemap-title:hover {
    text-decoration: none;
}

.footer .sitemap-cols {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-template-rows: repeat(2, auto);
}

.footer .sitemap-cols-en {
    grid-template-columns: repeat(5, auto);
}

.footer .sitemap-col-6 {
    display: flex;
    justify-content: flex-end;
}

/* DECOR aka PEPYAKAS */

.image-decor-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.image-decor-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.image-decor-bottom {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/* SELECT */

.select-wrapper {
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background:#FFF;
    margin-right: -1px;
}

.select-wrapper ul {
    width: 100%;
}

.select-wrapper li {
    height: 40px;
    display: flex;
    align-items: center;
}

.select-wrapper li span {
    padding: 0;
    text-indent: 12px;
}

.select-wrapper input.dropdown-trigger {
    height: 100%;
    line-height: inherit;
    border: none !important;
    text-decoration: none;
    text-indent: 12px;
}

.select-wrapper .caret {
    fill: #999999;
}

/* END SELECT */

/* MAIN SLIDER >>> */

.main-page__header .header__submenu {
    background: #F9F9F9;
}

.main-page__header .header__submenu .header__border {
    z-index: initial;
}

.main-page__header .header__submenu-wrapper {
    display: none;
}

.step-on-up {
    margin-top:-60px;
    position: relative;
    z-index:1;
}

.under-header {
    margin-top:-180px;
}

.under-header .main_slider-slot {
    padding-top:81px;
    height: 664px;
}

.main_slider {
    margin-bottom:50px;
}

.main_slider .indicators .indicator-item {
    width: 24px;
    height: 24px;
    background-color: rgba(0,0,0,0.4);
}

.main_slider .indicators .indicator-item.active {
    background-color: rgba(0,0,0,0.8);
}

.main_slider-slot {
    height:665px;
    box-sizing: border-box;
    background: rgba(204,204,204,0.1);
    background: -moz-linear-gradient(top, rgba(204,204,204,0.1) 0%, rgba(204,204,204,0.12) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,204,204,0.1)), color-stop(100%, rgba(204,204,204,0.12)));
    background: -webkit-linear-gradient(top, rgba(204,204,204,0.1) 0%, rgba(204,204,204,0.12) 100%);
    background: -o-linear-gradient(top, rgba(204,204,204,0.1) 0%, rgba(204,204,204,0.12) 100%);
    background: -ms-linear-gradient(top, rgba(204,204,204,0.1) 0%, rgba(204,204,204,0.12) 100%);
    background: linear-gradient(to bottom, rgba(204,204,204,0.1) 0%, rgba(204,204,204,0.12) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc', GradientType=0 );
    display:flex;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.main_slider_item {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
}

.main_slider_item-active {
    display: block;
}

.main_slider-frame {
    width: 100%;
    height: 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 82px;
}

.main_slider-card {
    text-align: center;
    width:800px;
    margin:0 auto;
}

.main_slider-card-project {
    margin-bottom:50px;
}

.main_slider-card-project-name {
    margin-top: 17px;
    color:rgba(51, 51, 51, 1);
    font-weight:bold;
    font-size: 24px;
}

.main_slider-card-annonce {
    font-size:64px;
    line-height: 1em;
    font-family: Prata, Sans-serif, Arial;
    margin-bottom: 30px;
}

.main_slider-card-annonce .highlight {
    font-size: 132px;
    line-height: 0.9em;
    display:block;
}

.slider-messengers .main_slider-card-annonce,
.slider-games .main_slider-card-annonce,
.slider-business .main_slider-card-annonce {
    font-size:32px;
}

.slider-media .main_slider-card-annonce .highlight,
.slider-maps .main_slider-card-annonce .highlight,
.slider-portal .main_slider-card-annonce .highlight,
.slider-messengers .main_slider-card-annonce .highlight,
.slider-games .main_slider-card-annonce .highlight,
.slider-business .main_slider-card-annonce .highlight {
    margin-bottom: 30px;
}

.slider-messengers .main_slider-card,
.slider-maps .main_slider-card,
.slider-games .main_slider-card,
.slider-business .main_slider-card {
    width: 900px;
}

.main_slider-card-footer {
    margin-top:45px;
}

.main_slider-pager {
    display: flex;
    justify-content: center;
    margin-top:24px;
}

.main_slider-pager-item {
    width:175px;
    max-width:175px;
    margin-right: auto;
    text-align: center;
    text-decoration: none;
}

.main_slider-pager-item:last-child {
    margin-right: 0;
}

.main_slider-pager-item-pic {
    display:block;
}

.main_slider-pager-item-name {
    margin-top:15px;
    display:block;
    font-size:17px;
    line-height: 21px;
    text-decoration: underline;
}

.main_slider-pager-item:hover .main_slider-pager-item-name {
    text-decoration: none;
}

.main_slider-pager-item.active .main_slider-pager-item-name {
    font-weight: bold;
    text-decoration: none;
    color:#fc2c38;
}

.press-block .page-title {
    margin-bottom: 40px;
}

[class*="slider-decor-"]:after,
[class*="slider-decor-"]:before {
    content:'';
    display:block;
    width:50%;
    top:82px;
    bottom:0;
    position: absolute;
    z-index: 0;
}

[class*="slider-decor-"]:before {
    left:0;
}

[class*="slider-decor-"]:after {
    right:0;
}

[class*="slider-decor-"] {
    position: relative;
}

[class*="slider-decor-"] .main_slider-card {
    position: relative;
    z-index:1;
}

.slider-decor-1:before {
    background:url(../images/slider-decor-1-left.svg) -0px 100% no-repeat;
}

.slider-decor-1:after {
    background:url(../images/slider-decor-1-right.svg) 100% 100% no-repeat;
}

.slider-decor-2:before {
    background:url(../images/slider-decor-2-left.svg) -0px 100% no-repeat;
}

.slider-decor-2:after {
    background:url(../images/slider-decor-2-right.svg) 100% 100% no-repeat;
}

.slider-decor-3:before {
    background:url(../images/slider-decor-3-left.svg) -0px 100% no-repeat;
}

.slider-decor-3:after {
    background:url(../images/slider-decor-3-right.svg) 100% 100% no-repeat;
    background-size: auto 100%;
}

.slider-social .main_slider-card-annonce,
.slider-commerce .main_slider-card-annonce {
    white-space: nowrap;
    font-size:80px;
}

.slider-social .main_slider-card-annonce .highlight,
.slider-commerce .main_slider-card-annonce .highlight {
    font-size:100px;
    display:inline;
}

.slider-social .columns-item,
.slider-commerce .columns-item {
    text-align: left;
}

.slider-social .text,
.slider-commerce .text {
    font-size:20px;
    line-height:1.5em;
    font-family: Prata;
}

.elements {
    display: flex;
    align-items: center;
}
.elements-caption {
    margin-right: 16px;
    font-size:15px;
    font-weight: 300;
}
.elements-list {
    display:flex;
    align-items: center;
}
.elements-list-item {
    margin-right: 23px;
}
.elements-list-item:last-child {
    margin-right: 0;
}

/* <<< MAIN SLIDER */

/* MEDIA BLOCK >>> */

.text-big {
    font-size:20px;
    line-height: 1.5em;
}

.dashboard {
    display:flex;
}

.dashboard .news-list {
    width: 250px;
    min-width: 250px;
    margin-right: 38px;
}

.news-list-item {
    margin-bottom: 45px;
}

.news-list-item:last-child {
    margin-bottom: 0;
}

.news-list-item .date {
    display:block;
    margin-bottom: 8px;
}

.news-list-item-title {
    font-size: 15px;
    line-height: 1.2em;
    max-height: 2.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list-item-title a {
    text-decoration: none;
}

.cards {
    display:flex;
    justify-content: flex-start;
}

.cards-main {
    flex:650px 0;
    min-width: 650px;
    margin-right: 18px;
}

.cards-item {
    flex: 300px 0;
    width:300px;
    height:225px;
    margin:0 0 18px 18px;
    overflow: hidden;
    position: relative;
    display:block;
    text-decoration: none;
    color:inherit;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.cards-item__fade {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    transition: opacity 0.2s ease-in-out;
}

.cards-item:last-child {
    margin-bottom: 0;
}

.cards-item:hover .cards-item__fade {
    opacity: 0.3;
}

.cards-main .cards-item {
    width:100%;
    height:470px;
    margin-left:0;
}

.cards-list {
    margin:0 0 -18px -18px;
    display:flex;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.cards-item-content {
    position: absolute;
    left:24px;
    right:24px;
    bottom:24px;
    z-index: 2;
}

.cards-main .cards-item-content {
    left:40px;
    right:40px;
    bottom:40px;
}

.cards-item-title a {
    text-decoration: none;
    color:inherit;
}

.cards-item .date,
.cards-item-title,
.cards-item-text {
    color:#FFF;
}

.cards-item-title {
    font-size:20px;
    font-weight: bold;
    margin-top: 20px;
}

.cards-item-text {
    font-size:17px;
    margin-top: 15px;
    line-height: 1.2em;
    max-height: 3.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cards-main .cards-item-title {
    font-size:32px;
    margin-top:35px;
}

.cards-main .cards-item .date {
    font-size:20px;
}

.cards-item-head {
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
}

/* <<< MEDIA BLOCK */

/* CAREER BLOCK >>> */

.highlight-block,
.block.highlight,
.section.highlight {
    background:rgba(246, 246, 246, 1);
}

.block.highlight {
    background:#F0F0F0;
    padding:40px;
}

.halves > .section-wrapper,
.block.highlight > .section-wrapper,
.section.highlight > .section-wrapper {
    padding-top:50px;
    padding-bottom:50px;
}

.newspaper > .section-wrapper {
    display:flex;
}

.newspaper-content {
    flex:1 0;
    margin-right: 40px;
}

.newspaper-content > * {
    padding-bottom:55px;
    margin-bottom:55px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.newspaper-content > *:last-child {
    padding-bottom:0;
    margin-bottom:0;
    border-bottom: 0;
}

.newspaper .gallery {
    margin-left: 40px;
}

.gallery {
    width: 590px;
}

.gallery-slot {
    position: relative;
    overflow: hidden;
    width:inherit;
    height: 800px;
    display: flex;
}

.gallery-pager {
    margin-top: 20px;
}

.gallery-pager-item {
    display:inline-block;
    width: 13px;
    height: 13px;
    background:#c5c5c5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right:11px;
}

.gallery-pager-item.active {
    background:#fc2c38;
}

.gallery-frame {
    width:inherit;
    height:inherit;
    background:#000;
    display: flex;
    align-items: center;
    justify-content:center;
}

.gallery-frame img {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.gallery-frame-content {
    position: relative;
    z-index: 1;
    width:45%;
}

.gallery-frame-footer {
    font-size:19.9px;
}

.gallery-frame-content .page-title {
    margin-bottom: 20px;
}

.gallery-frame-content .title,
.gallery-frame-footer a,
.gallery-frame-footer {
    color:#FFF;
}

.gallery-frame:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.gallery-pager-item:last-child {
    margin-right: 0;
}

.about {
    display: flex;
}

.about-main {
    width:300px;
    margin-right: 35px;
}

.about-text {
    font-size:20px;
    line-height: 1.4em;
    flex:1 0;
}

.about-text :last-child {
    margin-bottom: 0;
}

.short-list {
    margin-bottom: -30px;
}

.short-list-item .text-alt {
    margin-bottom: 5px;
}

.short-list {
    margin-left: -1%;
}

.short-list-item {
    width:32%;
    display:inline-block;
    vertical-align: top;
    margin:0 0 30px 1%;
}

/* <<< CAREER BLOCK */

/* TEAM BLOCK >>> */

.team-widget {
    display: flex;
    flex-wrap: wrap;
}

.team-user {
    z-index: 20;
    margin:26px;
    width: 260px;
}

.team-user-photo {
    width: 164px;
    height: 164px;
    border-radius: 50%;
}

.team-user-photo-container {
    position: relative;
}

.team-decor-bubble-container {
    z-index: -1;
    width: 164px;
    height: 164px;
    position: absolute;
    left: 0;
    top: 0;
}

.team-decor-bubble {
    background-color: #fc2c38;
    margin: -10px 0 0 -10px
}

.team-user-name {
    color: #333333;
    text-decoration: none;
    font-family: 'Prata';
    font-style: normal;
    font-size: 32px;
    line-height: 40px;
    margin-top: 14px;
    font-weight: lighter;
}

.team-user-position {
    color: #999999;
    font-family: 'ProximaNova';
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 24px;
    max-width: 224px;
}

.user-detail-container{
    width: 100%;
    position: relative;
}

.decor {
    position: absolute;
    z-index: -2;
}

@media (max-width: 768px) {
    .decor{
        max-width: 200px;
    }
    .user-detail-container{
        min-height: 550px;
    }
}

@media (max-width: 768px) {
    .decor{
        max-width: 200px;
    }
}

@media (max-width: 375px) {
    .decor{
        max-width: 100px;
    }
}

.user-detail__name {
    font-size: 64px !important;
    line-height: 80px !important;
}

.user-detail-decor-center-right {
    position: absolute;
    z-index: -2;
    top: 270px;
    right: 0;
}

.user-detail-decor-left {
    position: absolute;
    z-index: -2;
    left: 0;
}

.user-detail-content {
    max-width: 840px;
    padding: 20px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 80px;
}

.user-detail-content p {
    line-height: 28px;
}

.user-detail-content > hr {
    border-top: solid 1px rgba(0, 0, 0, 0.12);
    margin: 60px 0px
}

.user-detail-content > h3 {
    margin-bottom:40px;
    font-size: 40px;
    line-height: 52px;
}

.user-detail-header {
    margin: 0 auto 0px;
    max-width: 840px;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas:
        "user-name user-photo"
        "user-detail user-photo";
}

.user-detail-name {
    padding-left: 20px;
    grid-area: user-name;
}

.user-detail-detail{
    padding-left: 20px;
    grid-area: user-detail;
    width: 400px;
    font-size: 20px;
    line-height: 28px;
}

.user-detail-photo{
    grid-area: user-photo;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-detail-photo-img {
    position: relative;
}

.user-detail-photo-decor {
    background-color: #fc2c38;
    margin-top: -30px;
    margin-right: -30px;
    z-index: -1;
    width: 164px;
    height: 164px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.user-detail-photo-img > img {
    border-radius: 50%;
    width: 308px;
    height: 308px;
}

/* <<< TEAM BLOCK */

/* CEO PAGE > */

.ceo__title-background {
    background-color: #030301;
    background-size: cover;
    width: 100%;
    height: 563px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.ceo__hr {
    border-top: solid 1px rgba(0, 0, 0, 0.12);
    max-width: 800px;
    margin: 0px auto;
}

.ceo__date-gray {
    margin-bottom: 0;
}

.ceo__date-red {
    color: #fc2c38;
    font-size: 140px;
    line-height: 120px;

}

.ceo__title-font-white{
    color: #FFFFFF;
}

.ceo__decor-left{
    top: -410px;
    left: 0;
}

.ceo__decor-right{
    right: 0;
    top: 100px;
}

.ceo__decor-left-codecup {
    top: 1160px;
    left: 0;
}

.ceo__decor-center-codecup {
    top:1200px;
    right: 300px;
}

.ceo__photo-img{
    height: 360px;
    margin-top: -40px
}

.ceo__name {
    grid-area: user-name;
}

.ceo__detail {
    grid-area: user-detail;
    width: 350px;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}

.ceo__block {
    display: flex;
    justify-content: space-between;
    margin: 80px auto;
    /*flex-wrap: wrap;*/
}

.ceo__regular-text{
    font-size: 20px;
    line-height: 28px;
}

.ceo__regular-text > p {
    margin-top: 0;
}

.ceo__regular-text > p:last-of-type {
    margin-bottom: 0;
}

.ceo__datetext-gray {
    margin: 0;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    color: #969696;
}

.ceo__datetext-black {
    margin: 0;
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    color: #333333;
}

.ceo__datetext-sub {
    font-size: 20px;
    line-height: 28px;
    color: #969696;
}

.ceo__dates-container{
    max-width: 430px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ceo__date-red_container {
    max-width: 500px;
}

.quote {
    position: absolute;
}

.ceo__list {
    list-style-image: url('/static/redesign/images/ceo_list_bullet.svg');
    padding-left: 17px;
}

.quote_left{
    top: 75px;
    left: 30px;
}

.quote_right{
    bottom: 75px;
    right: 30px;
}

.ceo__bio {
    max-width: 800px;
}

.ceo__bio_text {
    max-width: 300px;
    margin-right: 100px
}

.ceo__codecup {
    max-width: 100%;
    display:block;
    position: relative;
    /*justify-content: flex-end;*/
}

.ceo__codecup_img {
    overflow: hidden;
    width: 672px;
}

.ceo__codecup_img > img {
    margin-right: -36px;
}

.ceo__codecup-wrapper {
    width:800px;
    margin:0 auto;
}

.ceo__codecup-wrapper .ceo__codecup_img {
    position: absolute;
    right:0;
    top:0;
    width:50%;
    overflow: hidden;
}

.ceo__awards {
    max-width: 890px;
    margin-top: 160px;
    flex-wrap: nowrap;
}

.ceo__awards > img {
    width: 438px;
    margin-right: 72px;
}

.ceo__company_list {
    max-width: 410px;
}

.ceo__date-red_container{
    margin-right: 52px;
}

.ceo__university {
    width: 315px;
    margin-right: 72px
}

.ceo__forbes {
    width: 315px;
    margin-top: 74px;
}
/* < CEO PAGE */

/* COMPANY PROJECTS BASE */

.company-base {
    width: 100%;
}

.company-base .section-wrapper {
    padding-bottom: 80px;
}

.company-base__img-decor-1 {
    background: url("/static/redesign/images/img_decor_1.svg") no-repeat;
}

.company-base__img-decor-2 {
    background: url("/static/redesign/images/img_decor_2.svg") no-repeat;
    top: 1193px;
    left: -130px;
    height: 264px;
    width: 264px;
}

.company-base__img-decor-4 {
    background: url("/static/redesign/images/img_decor_4.svg") no-repeat;
    top: 1544px;
    height: 528px;
    width: 360px;
}

.company-base__img-decor-4-v2 {
    background: url("/static/redesign/images/img_decor_4.svg") no-repeat;
    top: 5500px;
    left: -130px;
    height: 528px;
    width: 470px;
}

.company-base__img-decor-5 {
    background: url("/static/redesign/images/img_decor_5.svg") no-repeat;
    top: 1896px;
    left: -155px;
    width: 403px;
    height: 420px;
}

.company-base__img-decor-6 {
    background: url("/static/redesign/images/img_decor_6.svg") no-repeat;
    left: 70px;
    width: 600px;
    height: 404px;
    bottom: 150px;
}

.company-base__img-decor-6-bottom {
    background: url("/static/redesign/images/img_decor_6.svg") no-repeat;
    left: 70px;
    width: 600px;
    height: 404px;
    bottom: -205px;
}

.company-base__img-decor-7 {
    background: url("/static/redesign/images/img_decor_7.svg") no-repeat;
    position: absolute;
    top: 4110px;
    height: 625px;
    width: 197px;
}

.company-base__img-decor-8 {
    background: url("/static/redesign/images/img_decor_8.svg") no-repeat;
    position: absolute;
    top: 6320px;
    height: 611px;
    width: 169px;
}

.company-base__content-wrapper {
    padding-left: 274px;
}

.company-base__main-text-wrapper {
    padding-right: 335px;
}

.company-base__main-text {
    margin: 0 40px 0 0;
    padding-bottom: 36px;
    border-bottom: 2px solid rgba(245, 245, 245, 1);
    font-size: 28px;
    line-height: 42px;
}

.company-base__text {
    font-size: 20px;
    line-height: 28px;
}

@media screen and (max-width: 1365px) {
    .company-base__content-wrapper {
        padding-left: 0;
    }

    [class*="__img-decor-"] {
        display: none;
    }

    .company-base__main-text {
        min-height: 485px;
    }

}

@media screen and (max-width: 1023px) {
    .company-base__main-text-wrapper {
        padding-right: 0;
    }

    .company-base__main-text {
        min-height: auto;
    }
}

.company-base__counter-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 840px;
}

.company-base__counter {
    font-family: ProximaNova;
    font-size: 28px;
    font-weight: bold;
    color: rgba(150, 150, 150, 1);
    text-align: left;
    line-height: 32px;
}

.company-base__counter__block {
    width: 300px;
    max-width: 100%;
}
.company-base__counter__block:first-child {
    margin-right: 84px;
}

.company-base__counter-container-with-text {
    max-width: 900px;
}

.company-base__counter-container-with-text .company-base__counter:first-child {
    margin-bottom: 40px;
}

.company-base__counter-container-with-text .company-base__counter__block:first-child {
    margin-right: 34px;
}

.company-base__counter-container-with-text .company-base__counter__block:last-child {
    padding-top: 20px;
    width: auto;
}

.company-base__counter-container__full-width {
    justify-content: space-between;
}

.company-base__counter b {
    font-size: 64px;
    font-family: 'Prata';
    color: rgba(51, 51, 51, 1);
    text-align: left;
    line-height: 80px;
    font-weight: normal;
}


.company-base__counter__style2 {
    color: rgba(51,51,51,1);
}

.company-base__counter__style2 b {
    font-size: 108px;
    line-height: 120px;
    color: #fc2c38;
    letter-spacing: 10px;
}

.company-base__counter__style2 span {
    font-size: 64px;
    line-height: 80px;
    color: #fc2c38;
}

.company-base__counter-big p {
    font-family: 'Prata';
    font-size: 64px;
    line-height: 68px;
}

.company-base__counter-big b {
    font-size: 132px;
    line-height: 85px;
}

.company-base__counter-container-with-text .company-base__text {
    max-width: 312px;
    font-size: 17px;
    line-height: 28px;
}

.company-base__counter-container__full-width .company-base__text {
    max-width: 421px;
}


.company-base__tabs {
    margin-left: -20px;
    margin-bottom: 50px;
    display: inline-block;
    width: auto;
}

@media screen and (max-width: 1365px) {
    .company-base__tabs {
        display: flex;
    }
}

/* COMPANY CAROUSEL */

.company-carousel {
    height: 620px;
    width: 355px;
    position: absolute;
    overflow: visible;
    right: 0;
    top: 140px;
    margin-bottom: 80px;
}

.company-carousel-inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.company-carousel .carousel-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.company-carousel img {
    height: 100%;
    width: 100%;
}

.company-carousel .carousel-item p {
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.company-carousel .carousel-item p img {
    visibility: hidden;
}

.company-carousel .indicators {
    text-align: left;
    margin-bottom: -70px;
    display: none;
}

.company-carousel .indicators .indicator-item {
    height: 14px;
    width: 14px;
    margin-right: 10px;
    background-color: rgba(214, 214, 214, 1);
}

.company-carousel .indicators .indicator-item.active {
    background-color: #fc2c38;
}

/* MAIN CAROUSEL */

.main-carousel {
    width: 590px;
    height: 850px;
    position: relative;
    overflow: visible;
    display: flex;
    margin-bottom: 40px;
}

.main-carousel-inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.main-carousel .carousel-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-carousel img {
    height: 100%;
}

.main-carousel .carousel-item p {
    margin: 0;
    max-width: 590px;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-carousel .carousel-item p img {
    visibility: hidden;
}

.main-carousel .indicators {
    margin-bottom: -70px;
}

.main-carousel .indicators .indicator-item {
    height: 14px;
    width: 14px;
    margin-right: 10px;
    background-color: rgba(214, 214, 214, 1);
}

.main-carousel .indicators .indicator-item.active {
    background-color: #fc2c38;
}

@media screen and (max-width: 1023px) {

    .main-carousel {
        position: inherit;
        width: 100vw;
        min-height: 100px;
        max-height: 80vh;
        height: 100vh;
        margin-top: 70px;
    }

    .main-carousel .indicators .indicator-item {
        height: 10px;
        width: 10px;
        margin-right: 5px;
    }

    .main-carousel .carousel-item p {
        height: auto;
    }

    .main-carousel .carousel-item img {
        width: 100vw;
    }

    .main-carousel .indicators {
        margin-bottom: -60px;
    }
}

/* TABS */

.tabs {
    height: auto;
}

.tabs .indicator {
    display: none;
}

.tabs .tab {
    height: 40px;
    padding: 0;
    margin: 0;
    text-transform: none;
}

.tabs .tab a {
    font-size: 17px;
    line-height: 38px;
    color: rgba(51, 51, 51, 1) !important;
    background: none !important;
    transition: none;
    border: 2px solid transparent;
    border-radius: 8px;
}

.tabs .tab a:hover {
    border-color:rgba(0, 0, 0, 0.12);
}

.tabs .tab a.active {
    font-weight: bold;
    text-decoration: none;
    border-color:#fc2c38;
}

/* VIDEO PREVIEW */

.video-preview {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.video-preview__controllers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.42);
    transition: background 0.2s ease-in-out;
    display: flex;
    cursor: pointer;
    text-decoration: none;
}

.video-preview__controllers__play {
    margin: auto;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(1,1,1,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding-left: 3px;
    transition: all 0.2s linear;
    cursor: pointer;
}

.video-preview__controllers:hover {
    background: none;
}

.video-preview__controllers:hover .video-preview__controllers__play {
    width: 42px;
    height: 42px;
    background-color: #fc2c38;
}

.video-preview__img {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*
    VIDEO-GRID
*/

.video-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 176px);
    grid-template-rows: repeat(4, 97px);
}

.video-grid__video-wrapper-main {
    grid-column: auto / span 4;
    grid-row: auto / span 4;
}

/* < VIDEO GRID */

/* VIDEO COLLAPSIBLE */

.horizontal-collapsible {
    display: flex;
    height: 100%;
    width: 100%;
}

.horizontal-collapsible__item {
    min-width: 40px;
    min-height: 40px;
    flex-grow: 0;
    position: relative;
    transition: all 0.5s ease-out;
}

.horizontal-collapsible__item > div {
    position: absolute;
    width: 100%;
    height: 100%;
}

.horizontal-collapsible__item__expand {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,0.3);
    color: #fff;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 12px;
    padding-right: 12px;
    text-decoration: none;
}

.horizontal-collapsible__item__expand__icon::before {
    content: "\f1a9";
}

.horizontal-collapsible__item-before .horizontal-collapsible__item__expand__icon::before {
    content:"\f1a8";
}

.horizontal-collapsible__item-active {
    flex-grow: 1;
}

.horizontal-collapsible__item-active .horizontal-collapsible__item__expand {
    display: none;
}


.horizontal-collapsible__item .video-preview__controllers {
    display: none;
}

.horizontal-collapsible__item-active .video-preview__controllers {
    display: flex;
    background: none;
}

.games__video-container {
    height: 100%;
    min-height: 300px;
}

/* < VIDEO COLLAPSIBLE */

/*
    BOTTOM_PRESS
*/

.bottom_press {
    background: white;
}

.content-item._news {
    width: 100%;
    padding: 53px 39px 61px 39px;
    border-top: 2px solid rgba(245, 245, 245, 1);
    border-bottom: 2px solid rgba(245, 245, 245, 1);
}

.content-item .content-title {
    font-family: 'Prata';
    font-size: 32px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    line-height: 36px;
    margin-bottom: 51px;
}

.content-item._news .blog-list {
    display: flex;
    justify-content: space-between;
    width: auto;
    overflow-x: auto;
}

.content-item._news .blog-list-item {
    width: 207px;
    flex-shrink: 0;
    margin-right: 50px;
}

.content-item._news .blog-list-item:last-child {
    margin-right: 0;
}

.content-item._news .blog-list-item {
    font-family: ProximaNova;
    font-size: 17px;
    line-height: 24px;
    color: rgba(153, 153, 153, 1);
    margin-bottom: 8px;
}

.content-item._news .blog-list-item__time {
    margin-bottom: 8px;
}

.content-item._news .blog-list-item > a {
    text-decoration: underline;
}

.content-item._news .blog-list-item > a:hover {
    text-decoration: none;
}

/* PORTAL */

.portal__counter-big-wrapper {
    margin-bottom: 50px;
}

.portal__mail-button-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 47px;
}

.portal__mail-button-container .button-style {
    margin: 0 20px 20px 0;
}

.portal__project-title {
    margin-left: -87px;
    display: flex;
    height: 86px;

}

.portal__project-title__text {
    font-family: 'Prata';
    font-size: 40px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    line-height: 56px;
}

.portal__project-title__icon {
    width: 87px;
}

.portal__project-cloud {
    margin-top: 62px;
}

.portal__project-search {
    margin-top: 80px;
}

.portal__project-text {
    max-width: 836px;
    padding-right: 80px;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 42px;
}

.project__application-links-container {
    padding-bottom: 70px;
    max-width: 836px;
    border-bottom: 2px solid rgba(245, 245, 245, 1);
}

@media screen and (max-width: 1365px) {
    .portal__project-title {
        margin-left: 0;
    }
}

/*
    GAMES
*/

.games__counter-container .company-base__counter {
    margin-top: -30px;
}

.games__counter-container .company-base__text {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
    max-width: 312px;
    font-size: 17px;
    line-height: 28px;
}

.games__video-counter-container {
    display: grid;
    grid-template-columns: 588px 240px;
    grid-column-gap: 82px;
    grid-row-gap: 82px;
    padding-top: 15px;
}

.games__counter-big {
    max-width: 240px;
    padding: 40px 0 0 0;
    margin: 0;
}

.games__counter-big img {
    max-width: 100%;
}

.games__counter-big p {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
}

.games__counter-big b {
    font-family: 'Prata';
    color: #fc2c38;
    font-size: 108px;
    line-height: 1em;
    font-weight: normal;
    padding: 0;
}

.games__counter-big span {
    font-weight: normal;
    color: #fc2c38;
    font-size: 64px;
    line-height: 1em;
    display: block;
}

.games__our-games {
    margin-bottom: 110px;
}

.games__blog {
    display: none;
    background-color: rgba(241, 241, 241, 1);
}

.games__blog .section-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.games__blog__container {
    display: grid;
    grid-template-columns: 206px auto auto;
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    max-width: 900px;
}

.games__blog__img {
    margin: auto;
    grid-row: 1 / span 3;
}

.games__blog__img img {
    width: 100%;
}

.games-blog__item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.games-blog__item__descr {
    display: none;
}

.games-blog__item__time {
    display: block;
    color: #999;
}

.games-blog__item__title {
    font-family: ProximaNova;
    font-size: 20px;
    line-height: 28px;
}

.games__blog__item-first {
    grid-row: 1 / span 3;
    border-bottom: none;
}

.games__blog__item-first .games-blog__item__descr {
    display: block;
}

.games__blog__item-first .games-blog__item__title {
    font-size: 1.5em;
    line-height: 1.7em;
}

@media screen and (max-width: 1023px) {
    .games__counter-container {
        grid-row-gap: 20px;
        grid-template-columns: auto;
        grid-template-rows: auto;
    }

    .games__counter-container .company-base__text {
        grid-row-start: auto;
        grid-row-end: auto;
        grid-column-start: auto;
        grid-column-end: auto;
        max-width: 100%;
    }

    .games__video-counter-container {
        grid-template-columns: auto;
    }
}

/* PROJECT DETAIL CONTAINER*/

.project-detail-container {
    /*max-width: 900px;*/
    /*display: grid;*/
    /*grid-template-columns: repeat(4, 210px);*/
    /*grid-column-gap: 60px;*/
    /*grid-row-gap: 80px;*/
}

/*.project-detail-block {*/
    /*grid-column: auto / span 2;*/
    /*font-size: 17px;*/
    /*line-height: 28px;*/
/*}*/

/*.project-detail-block__1fr {*/
    /*grid-column: auto / span 1;*/
/*}*/

/*.project-detail-block__3fr {*/
    /*grid-column: auto / span 3;*/
/*}*/

/*.project-detail-block__fullwidth {*/
    /*grid-column: auto / span 4;*/
/*}*/

/*.project-detail-block img {*/
    /*width: 100%;*/
/*}*/

/* WIDGET PROJECT LIST */

.project__item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
    justify-content: space-between;
    max-width: 830px;
}

.project__item:last-child {
    margin-bottom: 0;
}

.project__item__img-wrapper {
    width: 320px;
    margin-right: 60px;
    flex-shrink: 0;
}

.project__item__counter {
    margin-bottom: 60px;
}

.project__item__img-wrapper img {
    width: 100%;
}

.project__item__text {
    max-width: 450px;
}

.project__item__title {
    font-family: 'Prata';
    font-size: 40px;
    line-height: 1;
    margin-bottom: 16px;
}

.project__item__title img {
    max-height: 80px;
}

.project__item__title a {
    text-decoration: none;
}

.project__item__title a:hover {
    text-decoration: underline;
}

.project__item__descr {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 32px;
}

.project__item__apps {
    font-size: 15px;
    line-height: 24px;
}

.project__item-reverse {
    flex-direction: row-reverse;
}

.project__item-reverse .project__item__text {
    margin-right: 60px;
}

.project__item-reverse .project__item__img-wrapper {
    margin-right: 0;
}

.project-item-single {
    max-width: none;
    width: 930px;
    flex-wrap: nowrap;
}

.project-item-single .project__item__title {
    font-size: 64px;
    line-height: 80px;
    font-family: 'Prata';
    margin-bottom: 30px;
}

.project-item-single .project__item__img-wrapper {
    width: 506px;
}


/* ECOMMERCE */

.ecommerce__project-list {
    margin-top: 141px;
}

/* MAPS */

.maps__top-photo {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
    width: 338px;
    height: 732px;
    z-index: -1;
    overflow: hidden;
}

.maps__top-photo img {
    height: 100%;
}


.maps__counter-container {
    grid-template-columns: repeat(auto-fill, 187px);
    grid-column-gap: 84px;
}

.maps__counter-container .company-base__counter__block {
    max-width: 200px;
    margin: 0 40px 40px 0;
}

.maps__counter-container .company-base__counter {
    font-size: 17px;
    line-height: 24px;
    color: rgba(51, 51, 51, 1);
}

.maps__counter-container .company-base__counter b {
    font-size: 48px;
    line-height: 52px;
    font-weight: normal;
}

.maps__banner {
    background-color: rgba(246, 246, 246, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    /*max-width: 1366px;*/
    height: 600px;
    margin: 0 auto;
    background-image: url("/static/redesign/images/maps_banner_decor.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.maps__banner__img {
    width: 628px;
    max-width: 70%;
}

.maps__banner__buttons {
    width: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}

.maps__link-button {
    margin: 25px auto;
}


/* SOCIAL */

.project-list-social {
    margin-top: 40px;
}

.project-list-social .project__item {
    justify-content: flex-start;
}

.project-list-social .project__item__img-wrapper {
    width: 220px;
    margin-right: 84px;
}

.project-list-social .project__item-reverse {
    justify-content: flex-end;
}

.project-list-social .project__item-reverse .project__item__img-wrapper {
    margin-right: 0;
}

.project-list-social .project__item-reverse .project__item__text {
    margin-right: 84px;
}


/* MESSAGERS */

.messangers__counter-container {
    grid-template-columns: 100%;
}

.messegers__project-detail {
    font-size: 17px;
    line-height: 28px;
    max-width: 100%;
}

.messegers__project-detail .project__item {
    max-width: 100%;
}

.messegers__project-detail .project__item__img-wrapper {
    flex-grow: 1;
}

.messegers__magent__detail-up {
    display: flex;
}

.messegers__magent__detail-up__counter {
    flex-grow: 0;
    margin-right: 60px;
    margin-bottom: 40px;
}

.messegers__magent__detail-up__video {
    flex-grow: 1;
    max-width: 100%;
    margin-bottom: 40px;
}

.messegers__magent__detail-up__video img {
    width: 100%;
}

/* <<< CAREER BLOCK */

/* WIDGET DOCS */

.docs-small-container {
    column-count: 3;
    column-fill: balance;
}

.docs-small-item {
    display: flex;
    margin-bottom: 32px;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
}

.docs-small-lnk {
    font-family: ProximaNova;
    font-size: 15px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
}

.docs-small-icon {
    width: 28px;
    height: 28px;
    margin-right: 16px;
}

.docs-small-year-title {
    text-decoration: none;
    font-family: 'ProximaNova';
    color: #999999;
    font-size: 17px;
    line-height: 24px;
    margin-left: 40px;
    margin-bottom: 26px;
}

/* MANAGERS PAGE */

.managers-title {
    font-size: 64px;
    line-height: 80px;
    margin-top: 40px;
    margin-bottom: 45px;
    font-weight: lighter;
}


.managers-people-container {
    margin: 0 auto;
}

.managers-decor {
    position: absolute;
    z-index: -2;
}

.decor-bottom-right {
    bottom: -130px;
    right: 0;
    z-index: 2;
}

.decor-top-left {
    top: 0;
    left: 0;
}

.decor-center {
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
}

.managers-container {
    width: 100%;
    position: relative;
}

.managers-documents-block {
    background-color: #F6F6F6;
    padding: 40px 40px 50px;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    width: 95%;
}

.managers-documents-block > hr {
    border-top: solid 1px rgba(0, 0, 0, 0.12);
    margin: 40px;
}

.managers-documents-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom:40px;
}

/* >>> HISTORY */

.history__title-background {
    background: url("../../redesign/images/history-background.png") no-repeat center 0;
    background-size: cover;
    width: 100%;
    height: 563px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.history__title-background-no-cover {
    background-size: inherit;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.history__title-block {
    height:383px;
    text-align: center;
}

.history__content .section-wrapper {
    width: 100%;
    max-width: 801px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid rgba(245, 245, 245, 1);;
}
.history__title-block .section-wrapper {
    border-bottom: none;
}

.history__content-article .section-wrapper {
    width: 800px;
    text-align: left;
}

.history__content-basic .section-wrapper {
    text-align: center;
}

.history__content-signature .section-wrapper {
    padding-right: 400px;
    padding-top: 30px;
    box-sizing:border-box;
}

.history__title-block {
    color: #fff;
}

.history__title-block__title {
    margin-bottom: 50px;
    font-size:64px;
    line-height: 80px;
}

.history__title-block__subtitle {
    font-size:32px;
    font-weight:bold;
    font-family: ProximaNova, sans-serif, Arial;
    margin-bottom: 16px;
}

.history__title-block__text {
    font-size: 20px;
}

.history__content .section-wrapper.history__direction-list-wrapper {
    border-bottom: none;
}

.history__direction-list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-column-gap: 132px;
    grid-row-gap: 103px;
}

.history__direction-list__item__header {
    font-size: 24px;
    line-height: 52px;
    font-weight: bold;
}

.history__direction-list__item__icon {
    width: 48px;
    margin-left: -82px;
    margin-right: 26px;
}

.history__direction-list__item__icon-wide {
    width: 100px;
    margin-left: -132px;
    margin-top: 15px;
}

.history__direction-list__item__text {
    font-size: 17px;
    line-height: 28px;
}

.history__title-block-cols  .section-wrapper {
    display:flex;
    max-width: 1290px;
    justify-content: center;
    padding-top:30px;
}

.history__title-block-cols-item {
    width:500px;
    text-align: left;
    margin:0 50px;
}

/* >>> HISTORY PEPYAKAS */

.history__img-decor-1 {
    background: url("/static/redesign/images/img_decor_9.svg") no-repeat;
    top: 607px;
    left: -184px;
    height: 797px;
    width: 357px;
}

.history__img-decor-2 {
    background: url("/static/redesign/images/img_decor_10.svg") no-repeat;
    top: 1061px;
    height: 628px;
    width: 176px;
}

.history__img-decor-3 {
    background: url("/static/redesign/images/img_decor_11.svg") no-repeat;
    left: 100px;
    width: 463px;
    height: 371px;
    bottom: 950px;
}

/* >>> HISTORY TIMELINE */

#history {
    height: 712px;
    margin-top: 60px;
    width: 100%;
    position: relative;
    background-color: rgba(246, 246, 246, 1);
}
.history-controlers-list {
    font-size: 0;
    overflow: hidden;
    height: 52px;
    background-color: rgba(231, 231, 231, 1);
}
.history-controlers-list ul {
    position: relative;
    left: -200px;
    transition: left 0.5s ease-out;
}
.history-controlers-list a {
    text-decoration: none;
    height: 100%;
    display: inline-block;
    width: 80px;
}
.history-controlers-list li {
    width: 120px;
    display: inline-block;
    font-size: 17px;
    line-height: 48px;
    text-align: center;
    height: 52px;
}

.history-controlers-list__item-active a {
    border: 2px solid rgba(253, 65, 76, 1);
    border-radius: 8px;
}

.history-controlers-current {
    font-family: "PFBeauSansPro-Book",Arial;
    font-size: 40px;
    color: #FFFFFF;
    background-color: #0256a4;
    float: left;
    z-index: 9999;
    position: relative;
    overflow: hidden;
    background: -webkit-linear-gradient(bottom, #004c92 0%, #004c92 31px, #0256a4 32px, #0256a4 100%);
    background: -moz-linear-gradient(bottom, #004c92 0%, #004c92 32px, #0256a4 32px, #0256a4 100%);
    background: linear-gradient(bottom, #004c92 0%, #004c92 31px, #0256a4 32px, #0256a4 100%);
    -webkit-box-shadow: 0px 3px 0px rgba(2, 66, 126, 1);
    -moz-box-shadow: 0px 3px 0px rgba(2, 66, 126, 1);
    box-shadow: 0px 3px 0px rgba(2, 66, 126, 1);
}
.history-controlers-arrows {
    width: 100%;
    height: 62px;
    display: block;
    position: relative;
    z-index: 100;
}
.history-controlers-arrows a {
    display: block;
    float: left;
    padding: 4px 10px;
    color: #9fa6ac;
    text-decoration: none;
    font-family: "PFBeauSansPro-Book",Arial;
    font-size: 24px;
    margin-top: 18px;
}
.history-controlers-arrows a:hover span {
    background-position: 0 -19px;
}
.history-controlers-arrows .prev span {
    background: url(/static/markup/images/left-arrows.png) 0 0 no-repeat;
    display: block;
    width: 10px;
    height: 18px;
}
.history-controlers-arrows .next span {
    background: url(/static/markup/images/right-arrows.png) 0 0 no-repeat;
    display: block;
    width: 10px;
    height: 18px;
}
.history-controlers-arrows .prev { float: left; margin-left: 16px; }
.history-controlers-arrows .next { float: right; margin-left: 108px; margin-right: 16px; }

#history-area {
    width: 100%;
    height: 712px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
    background-color: #f0f2f4;
}
.history-years {
    height: 712px;
    cursor: pointer !important;
    position: absolute;
    z-index: 95;
    -webkit-transition: left .5s ease-out;
    -moz-transition: left .5s ease-out;
    transition: left .5s ease-out;
    margin: 0;
}
.history-years.noanim {
    cursor: move !important;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.history-years:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
}
.history-years > li {
    float: left;
    height: 100%;
}
.history-years > li:nth-child(1) {
    padding-left: 250px;
}

.history-way {
    height: 130px;
}

.history-way-commerce,
.history-way-messengers {
    padding-left: 150px;
}

.history-way-email {
    margin-top: 33px;
}

.history-event {
    float: left;
    font-size: 14px;
    position: relative;
    width: 400px;
    color: #3a4651;
    height: 100%;
    overflow: visible;
    display: flex;
    align-items: center;
}
.history-event:after {
    border: 4px solid #39B2DE;
    content: "";
    display: block;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: calc(50% - 6px);
    left: 0;
    background-color: #F0F2F4;
}
.history-event p {
    margin-left: 20px;
    max-width: 300px;
    padding: 8px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
}

.history-event p:before {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    bottom: calc(50% - 10px);
    left: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:10px solid #fff;
}

.history-way-commerce .history-event:after {
    border-color: #C74C64;
}

.history-way-social .history-event:after {
    border-color: #CA570D;
}

.history-way-messengers .history-event:after {
    border-color: #8AA242;
}

.history-way-games .history-event:after {
    border-color: #7250A1;
}

.history-lines {
    width: 100%;
    height: 712px;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 90;
}
.history-lines_line {
    height: 130px;
    border-bottom: 1px solid rgba(235, 232, 232, 1);
}

.history-lines-email {
    height: 98px;
}
.history-blur {
    width: 200px;
    height: 712px;
    z-index: 104 !important;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f0f2f4;
    -webkit-filter: blur(2px);
    filter: blur(2px);
}
#history-points {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    width: 146px;
    z-index: 105;
    background-color: rgba(246, 246, 246, 1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 712px;
}
#history-points li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 130px;
    padding: 0 8px 0 21px;
    font-size: 15px;
    line-height: 24px;
}

#history-points li:first-child {
    margin-top: 33px;
}

#history-points li img {
    flex-grow: 0;
    margin-bottom: 16px;
}

#history-points .history-points-commerce {
    background: url("../images/hist_line_2.png") no-repeat scroll 4px 0;
}
#history-points .history-points-social {
    background: url("../images/hist_line_3.png") no-repeat scroll 0 0;
}
#history-points .history-points-messengers {
    background: url("../images/hist_line_4.png") no-repeat scroll 0 0;
}
#history-points .history-points-games {
    background: url("../images/hist_line_5.png") no-repeat scroll 0 0;
}

.history-controlers-current article {
    line-height: 62px;
    font-size: 24px;
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.history-years > li {
    position: relative;
}
.history-divider {
    opacity: 0.25;
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
}
.history-divider p {
    text-align: center; margin-top: 340px; margin-left: -40px; color: #647483; font-size: 30px; font-weight: 300; font-family: "PFBeauSansPro-Reg", Arial;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#history-area > .history-years.ui-draggable + div.help-icon { opacity: 1; width: 100px; height: 70px; position: absolute; z-index: 120; top: 50%; margin: -64px 0 0 60px; left: 50%; }
#history-area > .history-years.ui-draggable.noanim + div.help-icon { opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.history-blur > .history-years.ui-draggable + div.help-icon { display: none; }


/* <<< HISTORY TIMELINE */

/* <<< HISTORY */

/* >>> EDUCATION */

.education__title-background {
    background: url("../../redesign/images/education-background.png") no-repeat center 0;
    background-size: cover;
    width: 100%;
    height: 563px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.timeline__counter_container,
.education__counter_container {
    justify-content: space-between;
}


.timeline__counter_container .company-base__counter__block,
.education__counter_container .company-base__counter__block {
    width: auto;
    max-width: 300px;
    margin-right: 0;
    margin-bottom: 40px;
}

.timeline__counter_container .company-base__counter__block {
    margin-right: 80px;
}

.education__geeebrains-block {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    background-color: rgba(243, 243, 243, 1);
    margin-bottom: 60px;
    padding: 60px 50px;
    display: flex;
}

.education__geeebrains-block__logo-wrapper {
    height: 86px;
    margin: 0 40px 0 0;
}

.education__geeebrains-block__text {
    padding: 0;
    margin: 0;
    margin-top: -10px;
}

.education__wide-block {
    width: 1010px;
}

/* <<< EDUCATION */

/* >>> EDUCATION PEPYAKAS */

.education__img-decor-1 {
    background: url("/static/redesign/images/img_decor_9.svg") no-repeat;
    top: 607px;
    left: -184px;
    height: 797px;
    width: 357px;
}

.education__img-decor-2 {
    background: url("/static/redesign/images/img_decor_10.svg") no-repeat;
    top: 1061px;
    height: 628px;
    width: 176px;
}

/* <<< EDUCATION PEPYAKAS */

/* >>> DOBRO */

.dobro__title-background {
    background: url("../../redesign/images/dobro-background.png") no-repeat center 0;
    background-size: cover;
    width: 100%;
    height: 563px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.dobro__counter-wrapper {
    padding-bottom: 40px;
}

.dobro__second-text {
    margin-left: -212px;
}

.dobro__second-text__img-wrapper {
    float: left;
    width: 172px;
    height: 100%;
    margin-top: 10px;
}

.dobro__second-text__text {
    padding-left: 212px;
}

.dobro__second-text__img-wrapper img {
    width: 172px;
}

.top-block {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size:cover;
    padding:70px 0;
    box-sizing: border-box;
    min-height: 563px;
    display: flex;
    margin-bottom: 64px;
    position: relative;
    overflow: hidden;
}

.top-block.under-header {
    padding-top:210px;
}

.top-block-item {
    width: 800px;
    text-align: center;
    margin-left:20px;
    margin-right: 20px;
}

.top-block-item:first-child {
    margin-left: 0;
}

.top-block-item:last-child {
    margin-right: 0;
}

.top-block-cols .top-block-item {
    width: 500px;
    text-align: left;
}

.top-block > .section-wrapper {
    display: flex;
    max-width: 1290px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.top-block-bio > .section-wrapper {
    max-width: 800px;
}

.top-block-bio .top-block-item {
    max-width: 400px;
    text-align: left;
}

.top-block-frame {
    display: flex;
    width:100%;
    justify-content: center;
}

.top-block-title,
.top-block-text {
    color:#FFF;
}

.top-block-dark-text .top-block-title,
.top-block-dark-text .top-block-text {
    color:rgba(51, 51, 51, 1);
}

.top-block-title {
    margin-bottom: 50px;
    font-size: 64px;
    line-height: 1.2em;
}

.top-block-text {
    font-size: 20px;
    line-height: 1.5em;
}

.top-block-pic {
    right:0;
    left:0;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: 50% 50%;
    z-index: 1;
    position: absolute;
    top:0;
    bottom:0;
}

.dobro {
    margin-top: 64px;
}

.dobro-block {
    margin-bottom: 100px;
}

.videoplayer-large .video-grid {
    display:flex;
    width:1056px;
    margin:0 auto;
    flex-flow: wrap row;
}

.videoplayer-large .video-preview {
    width:190px;
    height:105px;
    margin:20px 20px 0 0;
}

.videoplayer-large .video-preview:nth-child(2) {
    margin-left: 0;
}

.videoplayer-large .video-grid__video-wrapper-main {
    width:inherit;
    height:594px;
    margin:0;
}

.videoplayer-large .video-preview,
.videoplayer-large .video-grid__video-wrapper-main {
    grid-column: none;
    grid-row: none;
}

.dobro-project-list-item {
    position: relative;
}

.dobro-project-list-item:first-child > .section-wrapper {
    padding-top:48px;
    border-top:1px solid rgba(0, 0, 0, 0.12);
}

.dobro-project-list-item > .section-wrapper {
    display:flex;
    flex-flow: wrap row;
    border-bottom:1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 48px;
    padding-bottom:48px;
}

.dobro-project-list-item-content > .notes-list-item:last-child {
    margin-bottom: 0;
}

.notes-list:last-child {
    margin-bottom: -65px;
}

.dobro-project-list-item-pic {
    margin-right: 40px;
}

.dobro-project-list-item-control {
    margin-left: 40px;
    align-self: center;
}

.dobro-project-list-item-text {
    flex:1;
    display:flex;
    flex-direction: column;
    justify-content: center;
}

.dobro-project-list-item-text .text {
    font-size:24px;
    line-height: 1.5em;
}

.dobro-project-list-item-text .subsubtitle {
    margin-bottom: 15px;
}

.dobro-project-list-item-content {
    display:none;
    margin-top: 80px;
    min-width: 100%;
}

.modal-l-window .dobro-project-list-item-content {
    margin-top: 0;
    display:block;
}

.dobro-header .subtitle {
    margin-bottom: 60px;
}

.dobro-header .subsubtitle {
    margin-bottom: 50px;
}

.features-list-item-pic {
    width:50%;
    float: right;
    text-align: right;
}

.features-logo {
    display:inline-block;
    text-align: left;
}

.features-logo,
.features-list-item-pic img {
    width:80%;
    max-width: 600px;
}

.features-list-item-text {
    width:50%;
}

.features-list-item-pic,
.features-list-item-text {
    position: relative;
    z-index: 1;
}

.features-list-item-text .text {
    font-size:20px;
    line-height: 1.5em;
}

.features-list-item-text .text-alt {
    font-size:17px;
}

.features-list-item-text .text-alt a {
    color:inherit;
}

.features-list-item {
    position: relative;
}

.features-list-item:after {
    clear: both;
    content:'';
    display:block;
    height:0;
    visibility: hidden;
}

.features-list-item .pip-decor-1 {
    position: absolute;
    left:0;
    bottom:-100px;
}

.features-list-item .pip-decor-2 {
    position: absolute;
    right:0;
    top:0;
}

.features-list-item .pip-decor-3 {
    position: absolute;
    left:0;
    top:100%;
    margin-top: -100px;
}

.dobro-detail .pip-decor-4 {
    position: absolute;
    right:0;
    bottom:-50px;
}

.dobro-project-list-item-content .pip-decor-5 {
    position: absolute;
    right:0;
    bottom:50px;
    z-index: -1;
}

.pip-decor-1 {
    display:block;
    width:297px;
    height:365px;
    background:url(../images/decor-1.svg) no-repeat;
    background-size: 100% 100%;
}

.pip-decor-2 {
    display:block;
    width:294px;
    height:458px;
    background:url(../images/decor-2.svg) no-repeat;
    background-size: 100% 100%;
}

.pip-decor-3 {
    display:block;
    width:327px;
    height:516px;
    background:url(../images/decor-3.svg) no-repeat;
    background-size: 100% 100%;
}

.pip-decor-4 {
    display:block;
    width:455px;
    height:362px;
    background:url(../images/decor-4.svg) no-repeat;
    background-size: 100% 100%;
}

.pip-decor-5 {
    display:block;
    width:448px;
    height:433px;
    background:url(../images/decor-5.svg) no-repeat;
    background-size: 100% 100%;
}

.dobro-detail {
    position: relative;
}

.dobro-detail.highlight {
    padding:0;
}

.dobro-detail.highlight > .section-wrapper {
    padding-top:64px;
    padding-bottom: 64px;
}

.dobro-detail .subtitle {
    margin-bottom: 50px;
}

.dobro-detail .small-title {
    margin-bottom: 15px;
}

.detail-list {
    display:flex;
    flex-flow: wrap row;
}

.detail-list:last-child {
    margin-bottom: -40px;
}

.detail-list-item {
    width: 33.3%;
    box-sizing: border-box;
    padding-right: 50px;
    margin-bottom: 35px;
    position: relative;
}

.detail-list-item .text {
    font-size:20px;
    line-height: 1.5em;
}

.useful-links-list {
    display:flex;
    flex-flow: wrap row;
}

.useful-links-list-item {
    display:flex;
    width:33.3%;
    min-width: 33.3%;
    box-sizing: border-box;
    padding-right: 30px;
    margin-bottom: 30px;
}

.useful-links-list-item-pic {
    margin-right: 15px;
}

.useful-links-list-item-text {
    flex:1;
    line-height: 1.5em;
}

.notes-list {
    display:flex;
    flex-flow: wrap row;
}

.notes-list-item {
    width:33.3%;
    min-width: 33.3%;
    box-sizing: border-box;
    padding-right: 45px;
    margin-bottom: 65px;
}

.notes-list-item p {
    margin:0 0 20px;
}

.notes-list-item p:last-child {
    margin:0;
}

.notes-list-item-pic {
    position:absolute;
    right:0;
    max-width: 33.3%;
}

.notes-list-item-pic img {
    max-width: 100%;
    max-height: 300px;
}

.note-stat-alt {
    font-size:24px;
    font-weight:bold;
    font-family: ProximaNova;
}

.note-stat-main {
    font-family: Prata;
    font-size: 40px;
    color: #FF0034;
}

.note-pic {
    margin-bottom: 24px;
}

.note-text {
    font-size: 20px;
    line-height: 1.5em;
}

.note-text-biggest {
    font-size: 24px;
    line-height: 1.5em;
}

.note-double {
    width:66.6%;
    min-width: 66.6%;
}

.with-item-pic {
    min-height: 300px;
}

.note-v-middle {
    align-self: center;
}

.note-w-decor {
    width:100%;
    min-width: 100%;
    box-sizing: border-box;
    padding-right: 250px;
}

.block-control {
    margin-top: 24px;
}

.block-control-item {
    display:inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.modal-l {
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    position: fixed;
    z-index: 10000;
    display: block;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.modal-l-frame {
    background-color: rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-l-window {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    text-align: left;
    vertical-align: middle;
    margin: 0 auto;
    max-height: 100%;
    width: 680px;
    background: #FFFFFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.modal-l-window-content {
    flex:1;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-l-window .icon-close {
    width:20px;
    height:20px;
    position: absolute;
    right:20px;
    top:16px;
    cursor: pointer;
}

.modal-l-window-content,
.modal-l-window-footer,
.modal-l-window-header {
    padding:24px;
}

.modal-l.modal-opened {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
}

body.modal-opened {
    overflow: hidden;
}

.modal-l-window-header {
    border-bottom:1px solid rgba(0, 0, 0, 0.12);
}

/* <<< DOBRO */

/* >>> DOBRO PEPYAKAS */

.dobro__img-decor-1 {
    background: url("/static/redesign/images/img_decor_9.svg") no-repeat;
    top: 607px;
    left: -184px;
    height: 797px;
    width: 357px;
}

.dobro__img-decor-2 {
    background: url("/static/redesign/images/img_decor_10.svg") no-repeat;
    top: 1061px;
    height: 628px;
    width: 176px;
}

/* <<< DOBRO PEPYAKAS */

/* FACTS > */

.section-wrapper { /* >>>>>>>временно<<<<<<<<< */
    max-width: 1290px;
}

.facts-dashboard {
    display:flex;
    justify-content: space-between;
}

.facts-text {
    font-size:20px;
    line-height: 28px;
    width:34%;
}

.facts-year {
    width:32%;
}

.facts-count {
    width:22%;
    position: relative;
}

.facts-text-announce {
    margin-bottom: 20px;
}

.text-list {
    display:block;
    margin:0 0 16px;
    padding:0;
}
.text-list-item {
    margin: 0 0 10px 0;
    padding:0 0 0 25px;
    position: relative;
}

.text-list-item:before {
    content:'';
    display:block;
    position: absolute;
    left:0;
    top:0;
    width: 10px;
    height: 10px;
    border: 2px solid #fc2c38;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top:0.5em;
}

.facts-year-text {
    font-size:20px;
    font-weight: bold;
    width:50%;
    line-height: 1.35em;
}

.facts-year-content {
    display: flex;
    justify-content: space-between;
}

.facts-year-count {
    width:43%;
}

.facts-year-main {
    font-family: Prata;
    line-height: 163px;
    font-size: 200px;
    color: #fc2c38;
    display:block;
    text-align:center;
}

.facts-year-main-alt {
    font-size: 28px;
    color: #969696;
    margin-top:20px;
    display:block;
    text-align:center;
}

.facts-year .title {
    margin-bottom: 50px;
}

.facts-count .title {
    margin-bottom: 20px;
}

.facts-count-text {
    line-height: 32px;
    font-size: 28px;
    color: #969696;
    font-weight: 500;
}

.facts-count .title,
.facts-count-text {
    position: relative;
    z-index: 1;
}

.facts-count:before {
    content:'';
    display:block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    background: #FC2C38;
    position: absolute;
    left:-42px;
    top:-34px;
    z-index: -1;
}

.facts-puzzle-item {
    display:flex;
    align-items: center;
    margin-bottom: 50px;
}

.facts-puzzle-item:last-child {
    margin-bottom: 0;
}

.facts-puzzle-item-desc {
    flex-grow:1;
    padding-right: 150px;
}

.facts-puzzle-item-desc:first-child,
.facts-puzzle-item-pic:first-child {
    margin-right: 48px;
}

.facts-puzzle-title {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 32px;
    font-family: Prata;
}
.facts-puzzle-title .highlight {
    line-height: 120px;
    font-size: 108px;
    display:block;
}

.facts-puzzle-item .text {
    font-size: 20px;
    line-height: 28px;
}

.url-decoration-style {
    text-decoration: none;
    border-bottom:1px solid rgba(0, 0, 0, 0.24);
}

a > .url-decoration-style,
.url-decoration-style:hover {
    text-decoration: none;
    border-color:transparent;
}

.mix-url {
    text-decoration: none;
}

.mix-url [class*="icon-"]:first-child {
    margin-right: 14px;
}

.mix-url u {
    text-decoration: underline;
}

.mix-url:hover u {
    text-decoration: none;
}

.communication-block {
    display:flex;
}

.communication-block-item {
    flex: 1;
    padding:0 40px 0 0;
    margin:0 40px 0 0;
    border-right:1px solid rgba(0, 0, 0, 0.12);
    display:flex;
    align-items: center;
}

.communication-block-item-content {
    font-size:24px;
    line-height: 34px;
    flex:1;
}

.communication-block-item-control {
    white-space: nowrap;
    margin-left: 100px;
}

.communication-block-item-control .button {
    min-width: 230px;
}

.communication-block-item:last-child {
    padding-right: 0;
    margin-right: 0;
    border:0;
}

/* < FACTS */

/* FOR GAME DEVELOPER > */

.newspaper-column {
    display:flex;
}

.newspaper-column-secondary {
    width:410px;
    min-width: 410px;
    margin-right:60px;
}

.newspaper-column-secondary:last-child {
    margin-left:60px;
    margin-right: 0;
}

.newspaper-column .subtitle {
    margin-bottom: 32px;
}

.crawling-pic-frame {
    position: relative;
}

.crawling-pic {
    position: absolute;
    left:calc(50% + 50px + (1286px * 0.165));
    top:0;
    bottom:0;
    right:0;
    overflow: hidden;
    display:flex;
    align-items: flex-end;
    background-size:  cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.crawling-pic img {
    width:auto;
    height:100%;
}

.columns-count-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

[class*="columns-count-"] {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    column-fill: balance;
}

[class*="columns-count-"] p {
    display: inline-block;
    width: 100%;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
}

[class*="columns-count-"] .subtitle {
    margin-bottom: 40px;
}

.user-bio:after,
.user-bio:before,
[class*="snail-right"]:after,
[class*="snail-left"]:before {
    content:'';
    display:block;
    position: absolute;
    z-index:-1;
    background-repeat: no-repeat;
    background-size:auto 100%;
    pointer-events: none;
}

.snail-right:after {
    width:418px;
    height:538px;
    background-image: url(../images/snail-right_1.svg);
    right:0;
    bottom:0;
}

.snail-right2:after {
    width:211px;
    height:624px;
    background-image: url(../images/snail-right_2.svg);
    right:0;
    top:50%;
    margin-top:-312px;
}

.snail-right3:after {
    width: 720px;
    height: 495px;
    background-image: url(../images/snail-right_3.svg);
    background-size: 100% auto;
    background-position: -0px 100%;
    right:0;
    top:0;
}

.snail-right4:after {
    width: 233px;
    height: 555px;
    background-image: url(../images/snail-right_4.svg);
    background-size: 100% auto;
    background-position: -0px 100%;
    right:0;
    top:0;
}

.snail-left2:before {
    width:245px;
    height:438px;
    background-image: url(../images/snail-left_2.svg);
    left:0;
    bottom:0;
}

.snail-left2 {
    min-height: 438px;
}

.snail-right2 {
    min-height: 624px;
}

[class*="snail-"] {
    position: relative;
}

.snail-right-bottom {
    background-position: 100% 100%;
}

.user-bio:after,
.user-bio:before {
    z-index:2;
}

.user-bio {
    position: relative;
}

.user-bio:before {
    width:286px;
    height:757px;
    background-image: url(../images/user_detail_left_decor.svg);
    left:0;
    top:180px;
}

.user-bio:after {
    width:372px;
    height:350px;
    background-image: url(../images/user_detail_right_decor.svg);
    right:0;
    top:450px;
}

.user-bio .article,
.user-bio .news {
    position: relative;
    z-index: 3;
}

.for-startups .newspaper-column-main,
.for-business .newspaper-column-main,
.for-corporation .newspaper-column-main,
.for-game-developers .request-block {
    width:880px;
}

.for-business .text-list,
.for-corporation .text-list {
    display: inline-block;
}

.for-startups,
.for-corporation,
.for-business {
    margin-bottom: 80px;
}

.for-business p,
.for-corporation p {
    margin-top: 0;
}

.request-block-footer {
    padding-top:40px;
    margin-top:40px;
    border-top:1px solid rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
}

.request-block-footer-card {
    flex: 1 0 0;
    margin-right: 40px;
}

.request-block.highlight .request-block-footer {
    margin-left:-40px;
    margin-right: -40px;
    padding-left:40px;
    padding-right: 40px;
}

.request-block-footer .button {
    min-width: 230px;
}

.request-block-control .button {
    cursor: pointer;
}

.request-block-control .button span {
    font-weight: bold;
}

.stat-title {
    font-size: 40px;
    line-height: 52px;
    font-family: Prata;
    margin-bottom: 12px;
}

.stat-title-count {
    font-size:140px;
    line-height: 140px;
}

.stat-item {
    margin-bottom: 40px;
}

/* < FOR GAME DEVELOPER */

/* INTERN > */

.suggest-block {
    background:#fc2c38;
}

.suggest-block .section-wrapper {
    width:800px;
    padding:20px 0;
}

.suggest-block {
    color:#FFF;
    font-size:20px;
}

.suggest-block .columns {
    align-items: center;
}

.suggest-block .columns-item:last-child {
    text-align: right;
}

/* < INTERN */

/* PRESS > */

.contacts-block {
    display:flex;
    justify-content: space-between;
    flex-flow: wrap row;
    font-size: 20px;
}

.contacts-block-item {
    width:46%;
}

.contacts-block-item-way {
    font-weight: bold;
    margin-bottom:20px;
    color:#999999;
}

.contacts-block-item-name {
    display:block;
    font-weight: bold;
}

.contacts-block-item-card {
    display:flex;
    align-items: center;
    font-size:20px;
    line-height: 1.2em;
    color:#333333;
}

.contacts-block-item-text {
    color:#333333;
}

.contacts-block-item-text a {
    text-decoration: none;
    color:inherit;
}

.contacts-block-item-pic img {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.contacts-block-item-text {
    display: block;
    margin:0 0 0 30px;
    flex:1 0 0;
}

.hr-out-top.halves,
.hr-out-bottom.halves {
    padding-top:0;
    padding-bottom: 0;
}

.hr-out-top {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding-top:50px;
}

.hr-out-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom:50px;
}

.press-list .short-list {
    display:flex;
    flex-flow: wrap row;
    justify-content: space-between;
}

.press-list .short-list-item {
    width:19%;
}

.gallery-slider {
    margin-bottom: 40px;
    padding:40px;
    background: #F0F0F0;
    position: relative;
}

.gallery-slider [class*="icon-arrow2-"] {
    position:absolute;
    top:calc(50% - 18px);
}

.gallery-slider .icon-arrow2-left {
    left:4px;
}

.gallery-slider .icon-arrow2-right {
    right:4px;
}

.gallery-slider-list {
    margin-top: 25px;
    display:flex;
    flex-flow: wrap row;
}

.gallery-slider-list .gallery-slider-item {
    width:75px;
    margin-right: 25px;
}

.gallery-slider-item {
    display:block;
}

.gallery-slider-item img {
    width:100%;
}

.article-tags {
    font-size: 17px;
    color: rgba(153, 153, 153, 1);
}

.article-tags {
    display:flex;
    margin-bottom: 20px;
}

.article-tags-item {
    margin-right: 32px;
}

.narrow-wrapper .section-wrapper {
    width:800px;
}
.article .subtitle {
    margin-bottom: 50px;
}

.article q > span {
    display:flex;
    margin-top: 50px;
    font-size:20px;
    line-height: 1.2em;
}

.article q > span img {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.article q > span span {
    display: block;
    margin:0 30% 0 30px;
}

.article q > span :first-child {
    margin-left:0;
}

.article figure {
    background:#F0F0F0;
}

.article figure > span {
    font-size: 15px;
    color:#333333;
    padding:20px;
    display:block;
}

.article h3 {
    font-size:24px;
    font-weight:bold;
    font-family: ProximaNova;
    margin-bottom: 20px;
}

.article figure,
.article q,
.article p {
    margin: 0 0 20px 0;
}

.article .table-container {
    max-width: 100%;
    overflow-x: auto;
}

.article .block > .table-container {
    margin: 0 0 20px 0;
}

.article q {
    padding:65px 105px;
    background: #F0F0F0;
    font-size :24px;
    line-height: 1.5em;
    display:block;
}

.article q p {
    display:block;
    margin-bottom: 0;
}

.article q p:before {
    content:'“';
    margin-left:-75px;
    margin-top:53px;
    float:left;
}

.article q p:after {
    content:'”';
    float:right;
    margin-right:-75px;
    margin-top:53px;
}

.article q:before,
.article q:after {
    display:none;
}

.article q p:before,
.article q p:after {
    font-size:144px;
    line-height: 0em;
    display:inline-block;
    font-family: 'ProximaNova';
    color:#D4D4D4;
}

.article table {
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.article table tr:first-child {
    background: #f0f0f0;
}

.article table td,
.article table th {
    padding: 0 16px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.article table p {
    margin: 10px 0;
    font-size: 15px;
    line-height: 20px;
}

.press-detail__text {
    font-size: 20px;
    line-height: 28px;
}

.press-detail__text img {
    max-width: 100%;
    height: auto !important;
}

.press-detail__text ol,
.press-detail__text ul {
    padding-left: 40px;
}

.press-detail__text ul li {
    list-style-type: initial;
}

/* < PRESS */


/* НЕСОСТЫКОВКИ > */

.content-wrapper .company-menu {
    justify-content: flex-start;
    border-left: 0;
    border-right: 0;
}

.content-wrapper .company-menu:first-child {
    margin-top:-41px;
    margin-bottom: 30px;
}

.company-menu .section-wrapper .company-menu-list {
    padding:0;
}

/* CORP MEDIA > */

.share {
    margin-left: 15px;
    display: inline-block;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    position: relative;
    vertical-align: middle;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
}

.share__button {
    min-width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 7;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    line-height: 33px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.share__icon {
    width: 18px;
}

.share__text {
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    margin-left: 8px;
    vertical-align: middle;
}

.screen_small .share__text {
    display: none
}

.share:first-child {
    margin-left: 0
}

.share_ok {
    background: #ff7200
}

.share_ok:hover {
    background: #eb6900
}

.share_ok .share__button {
    font-size: 17px
}

.share_my {
    background: #117eda
}

.share_my:hover {
    background: #1074c9
}

.share_my .share__button {
    font-size: 20px
}

.share_fb {
    background: #0561af
}

.share_fb:hover {
    background: #0559a1
}

.share_fb .share__button {
    font-size: 18px
}

.share_vk {
    background: #4d75a2
}

.share_vk:hover {
    background: #476c95
}

.share_vk .share__button {
    font-size: 18px
}

.share_tw {
    background: #00bff3
}

.share_tw:hover {
    background: #00b0e0
}

.share_tw .share__button {
    font-size: 16px
}

.share_rss {
    background: #ffba00
}

.share_rss:hover {
    background: #ebab00
}

.share_rss .share__button {
    font-size: 16px
}

.share:hover {
    text-decoration: none
}

.share_small {
    margin: 4px
}

.share_scaling:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
    transition: transform 0.2s
}

.share_scaling:hover .share__button {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

.share_gray {
    background: #bebebe
}

.share_gray.share_ok:hover {
    background: #ff7200
}

.share_gray.share_my:hover {
    background: #117eda
}

.share_gray.share_fb:hover {
    background: #0561af
}

.share_gray.share_vk:hover {
    background: #4d75a2
}

.share_gray.share_tw:hover {
    background: #00bff3
}

.share_gray.share_rss:hover {
    background: #ffba00
}

.share_footer {
    color: #000;
    border: 2px solid;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: none !important
}

.share_footer .share__button {
    color: #000
}

.share_no-cursor {
    cursor: default
}

.share_square {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

.share_black {
    background: #000
}

.sharelist__items {
    display: inline-block;
    vertical-align: middle;
}

.sharelist__item {
    display: inline-block
}

.sharelist_inline {
    display: inline-block;
    vertical-align: middle
}

.sharelist__count {
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 2px solid #e6e6e6;
    vertical-align: middle;
}

.sharelist__count+.share {
    margin-left: 0
}

.sharelist_bordered .share {
    background: none
}

.sharelist_bordered .share_small_round .share__button {
    line-height: 21px
}

.sharelist_bordered .share__inner {
    display: none
}

.sharelist_bordered .share__button {
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    -ms-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    line-height: 30px;
    padding: 0 6px
}

.sharelist_bordered .share_ok:hover {
    background: #ff7200
}

.sharelist_bordered .share_ok:hover .share__button {
    border-color: #ff7200
}

.sharelist_bordered .share_my:hover {
    background: #117eda
}

.sharelist_bordered .share_my:hover .share__button {
    border-color: #117eda
}

.sharelist_bordered .share_fb:hover {
    background: #0561af
}

.sharelist_bordered .share_fb:hover .share__button {
    border-color: #0561af
}

.sharelist_bordered .share_vk:hover {
    background: #4d75a2
}

.sharelist_bordered .share_vk:hover .share__button {
    border-color: #4d75a2
}

.sharelist_bordered .share_tw:hover {
    background: #00bff3
}

.sharelist_bordered .share_tw:hover .share__button {
    border-color: #00bff3
}

.sharelist_bordered .share_rss:hover {
    background: #ffba00
}

.sharelist_bordered .share_rss:hover .share__button {
    border-color: #ffba00
}

.sharelist_bordered .share_square .share__button {
    line-height: 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.sharelist_bordered .share .icon_social_my {
    left: -1px
}

.sharelist_bordered_dark .share__button {
    border-color: #000;
    color: #000
}

.sharelist_media {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.sharelist_media .sharelist__items {
    margin: 0
}

.sharelist_media .share {
    display: block;
    margin: 10px 0 0;
    position: relative;
    background: #000
}

.sharelist_media .share:first-child {
    margin: 0
}

.sharelist_media .share_ok:hover {
    background: #ff7200
}

.sharelist_media .share_my:hover {
    background: #117eda
}

.sharelist_media .share_fb:hover {
    background: #0561af
}

.sharelist_media .share_vk:hover {
    background: #4d75a2
}

.sharelist_media .share_tw:hover {
    background: #00bff3
}

.sharelist_media .share_rss:hover {
    background: #ffba00
}

.sharelist_media .share__button {
    width: 28px;
    min-width: 28px;
    height: 28px;
    line-height: 25px;
    position: relative;
    padding: 0
}

.sharelist_media .share_my {
    font-size: 17px
}

.sharelist_media .share__inner {
    position: absolute;
    right: 40px;
    line-height: 28px
}

.sharelist_media .share__count {
    color: #fff;
    margin: 0
}

.sharelist_media .share__count:before,
.sharelist_media .share__count:after {
    content: none
}

   .sharelist_justify {
    margin: 0 -10px
}

.sharelist_justify .sharelist__text {
    display: block;
    margin-left: 10px;
    color: #333;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px
}

.screen_medium .sharelist_justify .sharelist__text {
    font-size: 17px;
    line-height: 24px
}

.screen_large .sharelist_justify .sharelist__text {
    font-size: 17px;
    line-height: 24px
}

.sharelist_justify .sharelist__items {
    display: table;
    width: 100%;
    text-align: center;
    table-layout: fixed;
    border-spacing: 10px
}

.sharelist_justify .sharelist__count {
    display: table-cell;
    padding: 0;
    margin: 0;
    border: none;
    background: #f0f0f0;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.sharelist_justify .sharelist__item {
    display: table-cell;
    height: 40px;
    vertical-align: middle
}

.sharelist_compact .sharelist__items {
    margin-left: 0
}

.sharelist_compact .share__inner {
    display: none
}

.sharelist_vertical {
    position: absolute;
    left: -38px
}

.sharelist_vertical .sharelist__items {
    margin: 0
}

.sharelist_vertical .share {
    display: block;
    margin: 10px 0 0;
    position: relative
}

.sharelist_vertical .share__button {
    min-width: 28px;
    height: 28px;
    line-height: 25px;
    position: relative;
    padding: 0
}

.sharelist_vertical .share__button:before {
    line-height: 28px;
    font-size: 15px
}

.sharelist_vertical .share_vk .share__button:before {
    font-size: 13px
}

.sharelist_vertical .share__inner {
    position: absolute;
    right: 35px;
    top: -3px
}

.sharelist_vertical .share__count {
    background: none;
    color: #787b80;
    padding: 6px 0;
    margin: 0
}

.sharelist_vertical .share__count:before,
.sharelist_vertical .share__count:after {
    content: none
}

.screen_large .sharelist_vertical .share .share__count {
    border: 0
}

.screen_medium .sharelist_vertical .share .share__count {
    border: 0
}

.screen_small .sharelist_vertical .share .share__count {
    border: 0
}

.sharelist_vertical .share__like {
    display: none
}

.sharelist_vertical .share:hover {
    padding: 3px;
    margin: 7px -3px -3px
}

.sharelist_vertical .share:hover .share__count {
    background: none;
    color: #fff
}

.sharelist_vertical .share:hover .share__inner {
    padding-right: 0;
    right: 38px;
    top: 0
}

.sharelist_small .icon_social_my {
    top: 1px
}

.sharelist_small .icon_social_ok {
    top: -1px
}

.sharelist_small .icon_social_vk {
    top: 0
}

.sharelist_small .icon_social_tw {
    top: 0
}

.sharelist_small .share,
.sharelist_small .share:first-child {
    margin: 4px
}

.sharelist_small .share:hover {
    padding: 4px;
    margin: 0
}

.sharelist_small .share__button {
    width: 26px;
    height: 26px;
    line-height: 26px
}

.sharelist_small .share_ok {
    font-size: 13px
}

.sharelist_small .share_my {
    font-size: 16px
}

.sharelist_small .share_fb {
    font-size: 14px
}

.sharelist_small .share_vk {
    font-size: 14px
}

.sharelist_small .share_tw {
    font-size: 12px
}

.sharelist_small .share_rss {
    font-size: 12px
}

.sharelist_timeline .share_ok {
    background: #bebebe
}

.sharelist_timeline .share_ok:hover {
    background: #ff7200
}

.sharelist_timeline .share_my {
    background: #bebebe
}

.sharelist_timeline .share_my:hover {
    background: #117eda
}

.sharelist_timeline .share_fb {
    background: #bebebe
}

.sharelist_timeline .share_fb:hover {
    background: #0561af
}

.sharelist_timeline .share_vk {
    background: #bebebe
}

.sharelist_timeline .share_vk:hover {
    background: #4d75a2
}

.sharelist_timeline .share_tw {
    background: #bebebe
}

.sharelist_timeline .share_tw:hover {
    background: #00bff3
}

.sharelist_timeline .share_rss {
    background: #bebebe
}

.sharelist_timeline .share_rss:hover {
    background: #ffba00
}

.sharelist_over-media {
    position: absolute;
    z-index: 20;
    top: 10px;
    left: 0;
    margin-top: -5px;
    padding: 0 30px 15px 5px
}

.sharelist_over-media .share:hover .share__inner {
    top: 9px
}

.sharelist_over-media .share:hover .share__count {
    color: #333
}

.sharelist_over-media .share__inner {
    top: 6px
}

@media not all and (min-resolution:.001dpcm) {
    @media {
        .sharelist_media {
            -webkit-transition: none;
            transition: none
        }
    }
}

.icon {
    font-family: "icon_font";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon_social_fb:before {
    content: "\fd"
}

.icon_social_instagram:before {
    content: "\fe"
}

.icon_social_my:before {
    content: "\ff"
}

.icon_social_ok:before {
    content: '\100'
}

.icon_social_tw:before {
    content: "\101"
}

.icon_social_vk:before {
    content: "\102"
}

/* < MEDIA */

/* >>> PAGINATOR */

.paginator-wrapper {
    margin: 0 0 50px 0;
}

.pages {
    width: 100%;
}

.paginator-link {
    display: inline-block;
    height: 40px;
    width:40px;
    border-radius: 6px;
    font-size: 15px;
    line-height: 38px;
    text-align:center;
    border: 2px solid transparent;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.paginator-link:hover {
    border-color: rgba(0, 0, 0, 0.12);
}

.paginator-link-active {
    border-color: #fc2c38 !important;
    text-decoration: none;
}

.paginator-link-disabled {
    opacity: 0.5;
    border: none !important;
    cursor: default;
}

/* <<< PAGINATOR */

/* CONTACTS > */

.contacts-list .press-graphics-list__item__text {
    padding:32px 24px 10px;
    color:#333333;
}

.contacts-list .press-graphics-list__item__title {
    font:bold 24px/1.2em ProximaNova, Sans-serif, Arial;
    margin-bottom: 24px;
}

.contacts-list-item-org {
    margin-bottom: 8px;
}

.contacts-list-item-address {
    line-height: 1.5em;
}

.contacts-list-item-org a,
.contacts-list-item-address a {
    text-decoration: none;
}

.contacts-list .press-graphics-list__item__image {
    display:block;
}

.halves {
    position: relative;
}

.halves .section-wrapper {
    z-index:1;
    position: relative;
}

.halves:after {
    content:'';
    display: block;
    position: absolute;
    left:50%;
    right:0;
    top:0;
    bottom:0;
    background:#F6F6F6;
}

.columns {
    display:flex;
    margin-left:-50px;
}

.columns-item {
    margin-left:50px;
    box-sizing: border-box;
}

.columns-equality > .columns-item {
    flex:1 0 0;
}

.columns-separated > .columns-item {
    padding: 0 50px 0 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.columns-separated > .columns-item:last-child {
    padding: 0;
    border-right: 0;
}

.columns-3 > .columns-item {
    flex:30% 0 0;
    margin-left: 3%;
}

.columns-3 {
    margin-left: -3%;
}

.columns-wrap {
    flex-flow: wrap row;
    margin-bottom: -60px;
}

.columns-wrap > .columns-item {
    margin-bottom: 60px;
}

.columns-right-column {
    margin-left: 0;
    display:grid;
    grid-template-columns: 70% 30%;
}

.columns-right-column > .columns-item {
    height:100%;
    margin-left: 0;
}

.columns-right-column > .columns-item:first-child {
    padding-right: 40px;
}

.halves .columns-right-column > .columns-item:first-child {
    background:#FFF;
}

.halves .columns-right-column > .columns-item:last-child {
    background:#F6F6F6;
}

.halves .columns-right-column {
    margin-top:-50px;
    margin-bottom: -50px;
}

.halves .columns-right-column > .columns-item {
    padding-top:50px;
    padding-bottom:50px;
}

.columns-right-column > .columns-item:last-child {
    padding-left:40px;
    padding-right: 40px;
    box-sizing: border-box;
}

.contact-card-alt {
    font-size:17px;
    color:#999999;
    margin-bottom: 10px;
}

.contact-card-item {
    color:#000;
    font-size:20px;
}

.contact-card-item a {
    color:inherit;
    text-decoration: underline;
}

.contact-card-item a:hover {
    text-decoration: none;
}

.contacts-main .subtitle {
    margin-bottom: 60px;
}

.contacts-second .subsubtitle {
    margin-bottom: 30px;
}

.contacts-second .contact-card {
    margin-bottom: 40px;
}

.contacts-second .contact-card:last-child {
    margin-bottom: 0;
}

.section + .gallery-scroller {
    margin-top: -50px;
}

.map-section {
    margin-left:40px;
    margin-right:40px;
}

.galery {
    height: 200px;
    overflow: hidden;
    position: relative;
    text-align:center
}

.galery UL{
    height: 200px;
    overflow: hidden;
    margin: auto;
    font-size:0;
    line-height:0
}

.galery UL:after{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height:0;
    height:0
}

.galery LI{
    float: left;
    cursor: pointer;
    position:relative
}

.galery_full .galery-left,
.galery_full .galery-right{
    display:block
}

.galery-left,
.galery-right {
    width: 40px;
    height: 80px;
    background: #fFF;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    display:none;
    box-sizing: border-box;
    padding-top: 28px;
    font-family: "mrg-icons";
    font-size: 24px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out
}

.galery-left:hover,
.galery-right:hover {
    background: #fc2c38;
}

.galery-left:hover:before,
.galery-right:hover:before {
    color:#FFF;
}

.galery-left{
    left:0;
    -webkit-border-radius:0 8px 8px 0;
    border-radius:0 8px 8px 0;
}

.galery-left::before {
    content: "\f1b8";
}

.galery-right::before,
.galery-left::before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out
}

.galery-right{
    right: 0;
    -webkit-border-radius:8px 0 0 8px;
    border-radius:8px 0 0 8px;
}

.galery-right::before {
    content: "\f1b6";
}

.wide-galery {
    margin-top: -50px;
}

/* < CONTACTS */

/* APPLICATION ICONS*/

.application-links__list {
    display: flex;
}

.desktop-links-container {
    padding-bottom: 20px;
}

.application-links-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 836px;
}

.application-links-container span {
    margin: 9px 0 20px 0;
    width: 200px;
    flex-shrink: 0;
}

.application-links-container a {
    width: 24px;
    height: 29px;
    margin: 0 10px 0 10px;
    float: left;
    display: block;
    position: relative;
    background: #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out
}

.application-links-container a i {
    width: 24px;
    height: 31px;
    display: block;
    background:url(/static/markup/images/icons-apps.png) no-repeat 0 0
}

.maps__banner .application-links-container a i {
    background-color: #f6f6f6;
}

.application-links-container a.stat-apps-ios i {
    background: url(/static/redesign/images/icon-ios.svg);
    background-size:100% 100%;
}

.application-links-container a.stat-apps-android i {
    background: url(/static/redesign/images/icon-android.svg);
    background-size:100% 100%;
}

.application-links-container a.stat-apps-windows i {
    background: url(/static/redesign/images/icon-windows.svg);
    background-size:100% 100%;
}

.application-links-container a.stat-apps-java i {
    background-position:-72px 0
}

.application-links-container a.stat-apps-symbian i {
    background-position:-96px 0
}

/* >>> EVENT ITEM */

.event__info_item {
    margin: 0px 20px;
}

.event__title {
    width: 100%;
    padding-bottom: 60px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
}

.event__top__container {
    min-height: 563px;
    position: relative;
    margin-top: -180px;
    padding-top: 180px;
    box-sizing: border-box;
}

.event__top__container .event__title-background {
    height:100%;
}

.event__top__container .event__title {
    height:auto;
    margin-bottom: 0;
    padding-bottom: 0
}

.header-wrapper {
    margin:0 auto;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 800px;
}

.events__subtitle {
    margin: auto;
    font-family: 'ProximaNova';
    font-size: 32px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    line-height: 44px;
    text-decoration: underline;
    margin-bottom: 24px;
}

.event__title-background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.event__title-background-fade {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.52);
}

.text-white {
    color: white !important;
}

.event__section-wrapper {
    margin: 0 auto;
    max-width: 800px;
}

.event-header-signup {
    margin-bottom: 48px;
    background-color: #fc2c38;
    width: 100%;
}

.event-header-btns{
    padding: 20px 0;
    width: 820px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.registration-button {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.12);
    min-width: 350px;
    max-width: 100% !important;
    text-align: center;
    padding: 16px 32px;
    border-radius: 5px;
    font-family: 'ProximaNova';
    font-size: 20px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
}

.event-info {
    margin-bottom: 22px;
    margin-right: 20px;
    font-family: 'ProximaNova';
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-description {
    display: block;
    margin-bottom: 52px;
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto;
    max-width: 824px;
    font-family: 'ProximaNova';
    font-size: 20px;
    color: rgb(51, 51, 51);
    text-align: left;
    line-height: 28px;
}

.event-description ul {
    padding-left: 40px;
}

.event-description ul > li {
    list-style-type: initial;
}

h3.event-title {
    margin-top: 0px !important;
    margin-bottom: 24px !important;
    font-family: 'ProximaNova';
    font-size: 24px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    line-height: 32px;
}

.event-speakers {
    margin: 0 auto -25px auto;
    max-width: 844px;
}

.event-speakers-container {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
}

.event-speaker {
    height: 320px;
    width: 223px;
    margin: 25px 22px;
    font-family: 'ProximaNova';
    font-size: 17px;
    color: rgba(153, 153, 153, 1);
}
.event-speaker-img {
    width: 164px;
    height: 164px;
    border-radius: 50%;
}

.event-speaker-img-container {
    position: relative;
    max-height: 164px;
    margin-bottom: 11px;
}

.event-speaker-name {
    font-family: 'Prata';
    color: #000;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 4px;
}

.event-speaker-bubble-container {
    z-index: -1;
    width: 164px;
    height: 164px;
    position: absolute;
    left: 0;
    top: 0;
}

.event-speaker-bubble {
    background-color: #fc2c38;
}

.event-schedule {
    margin: 52px auto;
    max-width: 800px;
    background-color: rgb(240, 240, 240);
    width: 100%;
    padding: 40px 40px 24px 40px;
}

.event-schedule-row {
    display: flex;
    font-family: 'ProximaNova';
    font-size: 17px;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
    margin-bottom: 16px;
}

.event-schedule-row-active {
    color: #fc2c38;
}

.event-schedule-row-future {
    color: rgba(51, 51, 51, 1);
}


.event-schedule-time {
    min-width: 98px;
    margin-right: 50px;
}

.event-schedule-desc {
    max-width: 500px;
}

.event-docs {
    margin: 0 auto;
    max-width: 824px;
    background-color: rgb(240, 240, 240);
    padding: 40px;
}

.event-docs-item {
    width: 98px;
    margin-right: 50px;
}

.event-docs-row {
    display: flex;
    font-family: 'Arial';
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
}

.event-docs-img {
    width: 48px;
    height: 48px;
    margin-right: 24px;
}

.event-info-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 820px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.event-info-container__item-wrapper {
    /*padding: 0 0 0 0;*/
    padding-bottom: 20px;
    max-width: 100%;
}

.event-info-footer {
    max-width: 824px;
    padding: 40px;
    background-color: rgba(249, 249, 249, 1);
}

.event-info-datenum {
    font-size: 72px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 78px;
    margin-right: 8px;
}
.event-info-datetime{
    display: flex;
    font-family: 'ProximaNova';
    color: rgba(51, 51, 51, 1);
}

.event-info-datetime-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 8px;
}

.event-info-date {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 2px;
 }

.event-info-time {
    font-size: 17px;
    line-height: 32px;
}

.event-subscribe-all {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 60px auto;
    font-family: 'ProximaNova';
    font-size: 15px;
    line-height: 20px;
}

.event-subscribe-all > img {
    margin-right: 17px;
}

.event-subscribe-all > a {
    margin-right: 17px;
    color: rgb(51, 51, 51) !important;
    text-decoration: underline;
    text-decoration-color: rgba(216, 216, 216, 1);
}

.event-upcoming {
    margin-top: 60px;
    width: 100%;
    background-color: rgb(240, 240, 240);
    padding: 52px 0 58px 0;
}

.event-upcoming-header {
    font-family: 'Prata';
    font-size: 28px;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    /*padding-left: 30px;*/
    margin-bottom: 30px;
}

.event-upcoming-container {
    display: flex;
    /*width: 100%;*/
    padding-bottom: 30px;
    height: 100%;
    position: relative;
    /*top: 30px;*/
    overflow-x: auto;
}

.event-upcoming-container .press-graphics-list__item-wrapper {
    margin-left: 3%;
    width:23%;
    margin-bottom: 0;
}

.event-upcoming-container .press-graphics-list__item-wrapper:first-child {
    margin-left: 0;
}

.scroll-patch {
    margin-bottom: -45px;
    position: relative;
}

.event__social-share {
    margin-top: 50px;
    margin-bottom: 60px;
}
/* <<< EVENT ITEM */
/* INTERN > */

.intern {
    position: relative;
    z-index: 2;
}

.intern .text {
    line-height: 1.6em;
}

.intern .subtitle {
    margin-bottom: 50px;
}

.intern-main-about {
    margin-top:50px;
    font-size:28px;
    font-weight: bold;
    margin-right: 30%;
}

.intern-about .facts-puzzle-title {
    display: flex;
    align-items: center;
}

.intern-about .facts-puzzle-item-desc {
    padding-right: 0;
}

.intern-about .facts-puzzle-title .highlight {
    margin-right: 30px;
}

.intern-about .communication-block-item-content {
    text-align: center;
}

.intern-how-content {
    display:flex;
    align-items: flex-end;
    position: relative;
    z-index:2
}

.intern-how-main {
    flex:60% 0 0;
    margin-right: 60px;
}

.intern-how-stat-count-big {
    font:200px/1em Prata, Sans-serif, Arial;
    color:#fc2c38;
}

.intern-how-stat-text-big {
    font-size: 28px;
    color:#969696;
    white-space: nowrap;
}

.intern-how-stat .columns {
    align-items: flex-end;
}

.intern-how-stat-count-middle {
    font:84px/1em Prata, Sans-serif, Arial;
    color:#333;
}

.intern-how-stat-text-middle {
    font-size: 28px;
    color:#969696;
    white-space: nowrap;
}

.intern-how-stat-alt-middle {
    font-size: 20px;
    font-weight: bold;
    color:#333;
}

.intern-projects .columns {
    justify-content: space-between;
    margin-left: 0;
}

.intern-projects .columns-item {
    margin-left: 0;
}

.intern-how.snail-right:after {
    z-index:1;
    bottom:100%;
    margin-bottom: -200px;
}

/* < INTERN */


/* > SHARES */

.shares__block {
    padding-top: 40px;
    padding-bottom: 60px;
    border-bottom: 2px solid #ddd;
}

.shares__block:last-child {
    border: none;
}

.shares__calculator {
    height: 1000px;
    overflow: hidden;
}

.shares__graphs {
    height: 1400px;
    overflow: hidden;
}

.shares__distribution > div {
    display: inline-block;
}

.shares__distribution__diagramm_wrapper {
    width: 40%;
    min-width: 280px;
}

.shares__distribution__diagramm_wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.shares__distribution__text {
    float: right;
    width: 40%;
    min-width: 280px;
}

.distribution__title {
    line-height: 32px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
}

/* < SHARES */


/* > IDENITY */

.identity .section-wrapper {
    border-bottom: 1px solid #ddd;
    max-width: 800px;
}

.identity.identity__down-block .section-wrapper {
    padding-top:39px;
}

.identity-photos {
    display:flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 80px;
}

.identity-photos > .section-wrapper {
    display: inline-block;
    width:auto;
}
.identity .identity__photos__header {
    font-family: ProximaNova;
    font-size: 40px;
    line-height: 52px;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
    margin-bottom: 28px;
}
.press-main__identity-preview .identity__photos__header {
    font-family: Prata;
    line-height: 24px;
    font-size: 20px;
    padding: 0 10px 36px 10px;
}
.identity .identity-photo-item{
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 134px;
}
.identity__section-header {
    font-family: ProximaNova;
    font-size: 40px;
    line-height: 52px;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
    margin-bottom: 28px;
}

.identity-photos__list{
    display: inline-flex;
    flex-flow: wrap row;
    justify-content: center;
}

.identity .identity-photos > .section-wrapper {
    /*max-width: 640px;*/
    padding:0;
}

.identity-photo-item__title a{
    color: #fafafa;
}

.identity .section-wrapper:last-child {
    border: none;
}

.identity__section-header__download{
    font-size: 20px;
    color: #FF1100;
    font-weight: normal;
    float:right;
}

.identity-photo-item {
    position: relative;
}

.identity-photo-item:hover .identity-photo-item__title {
    display: block;
}

.identity-photo-item__title {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-family: Proxima Nova;
    font-size: 20px;
    line-height: 28px;
    color: #fafafa;
}

.identity__underline {
    border-bottom: 0.5px solid currentColor;
    display: inline-block;
    line-height: 0.85;
    text-decoration: none;
}
.identity__photos{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.identity__photos .identity__section-header{
    display: flex;
    justify-content: space-between;
}
.identity__section-header__download__size{
    font-size: 20px;
    color: #999999;
    font-weight: normal;
    margin-left: 20px;
}
.identity-photo-item__title .download_icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-bottom: 5px;
}
.identity__upper-block {
    position: relative;
}

.identity__down-block {
    background: #fafafa;
}

.identity__gradient-background {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    bottom:0;
    z-index: -2;
    background: url("/static/redesign/images/identity_bg.png") 100% -0px no-repeat;
}

.identity__up {
    max-width: 460px;
    padding-bottom: 72px;
    position: relative;
}

.identity__logo-block {
    padding-top: 64px;
    padding-bottom: 72px;
    width: 100%;
}

.identity__main-text a {
    color: #fc2c38;
    text-decoration: none;
}

.identity__brendbook_button {
    margin-top: 40px;
    font-weight: bold;
}

.identity__main-text a:hover {
    text-decoration: underline;
}

.identity__logo-block__header-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.identity__download-logo-block {
    width: 328px;
    font-size: 20px;
    line-height: 28px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

.identity-photos__download__link {
    color: #fc2c38;
    margin-bottom: 28px;
    text-decoration: none;
}

.identity-photos__download__link:hover {
    text-decoration: underline;
}

.identity__logos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.identity__logo-wrapper {
    width: 400px;
    height: 170px;
    max-width: 100%;
    display: flex;
}

.identity__logo-wrapper__white {
    background: #fff;
    border: 1px solid rgba(219, 219, 219, 1);
}

.identity__logo-wrapper__black {
    background: #333333;
}

.identity__logo-wrapper__black * {
    fill: #fff !important;
}

.identity__logo {
    margin: auto;
    max-width: 100% !important;
    width: 247px !important;
    height: 80px !important;
}

.identity__colors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 40px;
}

.identity__color-description {
    width: 380px;
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 16px;
    display: flex;
    overflow: hidden;
    margin-bottom: 40px;
}

.identity__color-description__color-block {
    width: 45%;
    flex-shrink: 0;
}

.identity__color-description__description-block {
    padding: 24px 24px;
}

.identity__color-description__description-block__item {
    padding-bottom: 24px;
}

.identity__color-description__description-block__item:last-child {
    padding-bottom: 0;
}

.identity__color-description__description-block__item__title {
    font-weight: bold;
    font-size: 16px;
}

.identity__color-description__description-block__item__text {
    font-size: 20px;
}

.identity__color-description__description-block__item__text b {
    color: rgba(171, 171, 171, 1);
    font-weight: normal;
}

.identity__fonts__header {
    padding-bottom: 32px;
    border-bottom: 1px solid #ddd;
}

.identity__fonts__proxima__block {
    padding-bottom: 32px;
}

.identity__fonts__prata__block {
    padding: 64px 0;
}

.identity__fonts__font-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.identity__fonts__font-header__name {
    font-size: 40px;
    line-height: 48px;
}

.identity__fonts__font-header__author {
    font-size: 15px;
    margin-bottom: 20px;

}

.identity__fonts__font-for {
    margin-bottom: 20px;
}

.identity__fonts__samples {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 34px 0;
}

.identity__fonts__samples__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}

.identity__fonts__samples__big-block {
    width: 478px;
    max-width: 100%;
    height: 375px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.identity__fonts__samples__big-item {
    display: flex;
}

.identity__fonts__samples__proxima-big {
    font-size: 200px;
    line-height: 150px;
}

.identity__fonts__samples__big__annotation {
    font-size: 15px;
    color: rgba(167, 167, 167, 1);
    padding-left: 18px;
    height: 140px;
    display: flex;
    align-items: flex-end;
}

.identity__fonts__samples__small-item {
    font-size: 26px;
    line-height: 29px;
    padding-bottom: 24px;
}

.identity__fonts__samples__small-item:last-child {
    padding-bottom: 0;
}

.identity__proxima-light {
    font-weight: 300;
}

.identity__proxima-bold {
    font-weight: bold;
}

.identity__proxima-extrabold {
    font-weight: 800;
}

.identity__prata__regular {
    font-family: 'Prata';
}

.identity__fonts__samples__prata {
    font-size: 160px;
    line-heightheight: 200px;
}

.identity__fonts__samples__prata__divider {
    font-size: 260px;
    line-height: 260px;
    color: #fc2c38;
    padding: 0 20px 0 40px;
}

.identity__fonts__samples__alphabet {
    display: flex;
    flex-wrap: wrap;
    padding-top: 34px;
}

.identity__fonts__samples__alphabet__item {
    font-size: 28px;
    line-height: 29px;
    width: 88px;
    padding-bottom: 30px;
}

/* < IDENTITY */

/* > PRESS MAIN */

.press-main__section-wrapper {
    padding: 40px 0 25px 0;/*padding: 40px 0 46px 0;*/
}

.press-main__releases-preview .press-main__section-wrapper {
    padding-bottom:65px;
}

.press-main__section-header {
    font-family: 'Prata';
    line-height: 52px;
    font-size: 40px;
    padding-bottom: 36px;
}

.press-main__infograph-preview {
    background: #F6F6F6;
}

.press-main__infograph-preview .press-graphics-list {
    padding-bottom: 0;
}

.press-main__identity-preview__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.press-main__identity-preview__list__item {
    flex-shrink: 0;
    flex-grow: 1;
    margin-bottom: 40px;
}

.press-main__identity-preview__list__item .identity__download-logo-block {
    margin-top: 24px;
}
.identity-photos__header{
    display: flex;
    justify-content: space-between;
}

.press-main__identity-photo__list{
    display: flex;
}
.identity-photo-item {
    background-repeat: no-repeat;
    background-size: cover;
    width: 320px;
    height: 215px;
}
.press-main__identity-photo__list__header__title{
    font-family: 'Prata';
    line-height: 28px;
    font-size: 20px;
}
.identity-photos__download {
    font-family: 'Proxima Nova';
    line-height: 24px;
    font-size: 20px;
    padding: 0 10px 36px 10px;
}
.identity-photos__download__size{
    margin-left: 20px;
    color: #999999;
}

.press-main__identity-preview__list__header {
    font-family: 'Prata';
    line-height: 24px;
    font-size: 20px;
    padding: 0 10px 36px 10px;
}

.press-main__identity-preview__list__item__body {
    display: flex;
    height: 170px;
    align-items: center;
}

.press-main__identity-preview__logo {
    transition: all 0.1s ease-in-out;
}

.press-main__identity-preview__logo:hover {
    background: #333333;
}

.press-main__identity-preview__logo:hover * {
    fill: #fff !important;
}

.press-main__identity-preview__colors {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 16px;
    overflow: hidden;
    width: 280px;
    max-width: 100%;
}

.press-main__identity-preview__colors__item {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fafafa;
}

.press-main__identity-preview__fonts {
    font-size: 36px;
    display: flex;
    align-items: center;
}

.press-main__identity-preview__fonts__divider {
    font-size: 48px;
    line-height: 42px;
    padding: 0 12px;
    color:  #75787B;
}

.press-main__contacts__section-wrapper {
    padding: 40px 40px 0 40px;
    max-width: 800px;
    width: 100%;
    background: #F6F6F6;
    margin-bottom: 60px;
}

.press-main__contacts__header {
    padding-bottom: 40px;
}

.press-main__contacts__body {
    display: flex;
    flex-wrap: wrap;
}

.press-main__contacts__address-block {
    border-right: 1px solid #ddd;
    width: 100%;
    max-width: 380px;
    margin-right: 40px;
}

.press-main__contacts__body__block {
    margin-bottom: 40px;
}

.press-main__contacts__section-header {
    color: #999999;
    padding-bottom: 12px;
}

.press-main__contacts__text {
    padding-bottom: 24px;
}

.press-main__contacts__address__text {
    font-size: 20px;
    line-height: 28px;
}

.filter-form__filters {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.filter-form__filters .select-wrapper {
    border-right-color: transparent;
    -webkit-transition: z-index 0.3s cubic-bezier(1, 0.04, 1, 0.03);
    transition: z-index 0.3s cubic-bezier(1, 0.04, 1, 0.03);
}

.press-graphics__filters__form {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    max-width: 900px;
}

.filter-form__wrapper {
    width: 236px;
    padding-right: 1px;
}

.filter-form__filters input.filter-form__search {
    height: 40px;
    outline: none !important;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-right-color: transparent;
    flex-grow: 1;
    text-decoration: none;
    text-indent: 12px;
    -webkit-transition: z-index 0.3s cubic-bezier(1, 0.04, 1, 0.03);
    transition: z-index 0.3s cubic-bezier(1, 0.04, 1, 0.03);
    margin-right: -1px;
}

.filter-form__filters input.filter-form__search::placeholder {
    color: #999999;
}

.filter-form__filters .filter-form__submit {
    height: 40px;
    background: #F0F0F0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.04);
    border-radius: 0px 4px 4px 0px;
    width: 96px;
    font-family: ProximaNova;
    line-height: 37px;
    font-size: 18px;
    box-shadow: none;
    text-decoration: none;
    cursor: pointer;
    font-size:15px;
}

.filter-form__filters .filter-form__submit:hover,
.filter-form__wrapper .select-wrapper:hover,
.filter-form__filters input.filter-form__search:hover {
    border-color: rgba(0, 0, 0, 0.24);
}

.press-graphics__filters__subscribe {
    height: 40px;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.press-graphics-list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
    margin-left:-3%;
}

.press-graphics-list__not-found {
    font-size: 1.4em;
    margin-left: 3%;
}

.press-graphics-list__item-wrapper {
    display: block;
    width: 22%;
    margin:0 0 40px 3%;
    transition: padding 0.1s ease-in-out;
    text-decoration: none;
    background-color: #fff;
}

/*.event-upcoming-container .press-graphics-list__item-wrapper {
    margin-right: 30px;
}

.press-graphics-list__item-wrapper_first {
    margin-left: 30px;
}

.press-graphics-list__item-wrapper_last {
    padding-right: 30px;
}*/

.press-graphics-list__item {
    height: 440px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
}

.investors-calendar {
    height: 269px;
}

.investors-calendar__item__title {
    height: 85px;
    font-family: ProximaNova, Sans-serif, Arial;
}

.investors-calendar__item__info_type {
    margin: 0 0 8px 0;
    line-height: 24px;
    font-size: 17px;
    color: #999999;
}
.investors-calendar__item__host {
    margin: 0 0 24px 0;
    line-height: 24px;
    font-size: 17px;
}
.press-graphics {
    min-height: 600px;
}

.press-graphics .load-more-button {
    margin-bottom: 96px;
}

.press-graphics-list__item__text {
    padding: 0 32px;
    margin: 0;
    flex-grow: 2;
}
.ir-calendar-list__item__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.press-graphics-list__item__date {
    margin: 24px 0 10px 0;
    line-height: 24px;
    font-size: 17px;
    color: #999999;
}

.press-graphics-list__item__title {
    font-family: ProximaNova, Sans-serif, Arial;
    margin: 0 0 10px 0;
    line-height: 28px;
    font-size: 20px;
    font-weight: bold;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 85px;
    display:block;
}

.press-graphics__title__max-height {
    max-height: 335px;
}

.press-graphics-list__item__title a {
    text-decoration: none;
}

.press-graphics-list__item__signup {
    margin: 0 0 20px 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.press-graphics-list__item__signup-closed {
    color: black;
    font-weight: bold;
    margin-bottom: 21px;
}

.press-graphics-list__item__signup-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    background-color: #fc2c38;
    margin-bottom: 10px;
    height: 40px;
    width: 130px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    margin-right: 32px;
}

.press-graphics-list__item__signup-time {
    display: flex;
    align-items: flex-start;
    font-size: 17px;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
}

.press-graphics-list__item__signup-time b {
    color: black;
}

.press-graphics-list__item__image {
    flex-shrink: 0;
    overflow: hidden;
    height: 175px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.press-graphics-list__item__image img {
    width:100%;
}

.press-releases {
    padding-bottom: 80px;
}

.press-releases .load-more-button {
    margin-top: 80px;
}

.press-releases .page-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.press-releases .page-title h1 {
    margin: 0 20px 20px 0;
}

.press-releases__subscribe-block {
    display: flex;
    align-items: center;
}

.press-releases__subscribe-block > form {
    margin-right: 12px;
}

.press-releases-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.press-releases-list__item {
    padding: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    min-height: 225px;
    text-decoration: none;
    justify-content: flex-end;
    color:#FFF;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.press-releases-list__item-title {
    line-height: 28px;
    font-size: 20px;
    font-weight: bold;
    color: inherit;
    font-family: ProximaNova;
    margin-bottom: 0;
}

.press-releases-list__item-date {
    display: block;
    font-family: ProximaNova;
    line-height: 24px;
    font-size: 17px;
    margin-bottom: 16px;
    font-weight: normal;
}

.press-releases-list__item-date,
.press-releases-list__item-title {
    position: relative;
    z-index: 1;
}

.press-releases-list__item-big:first-child {
    grid-column: auto / span 2;
    grid-row: auto / span 2;
    padding: 50px 40px;
    height: auto;
}

.press-releases-list__item-big:first-child .press-releases-list__item-date {
    line-height: 32px;
    font-size: 20px;
    margin-bottom: 32px;
}

.press-releases-list__item-big:first-child .press-releases-list__item-title {
    line-height: 44px;
    font-size: 32px;
}

.press-releases-list__item::after {
    content:'';
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(81, 81, 81, 0.64);
    transition: opacity 0.2s ease-in-out;
}

.press-releases-list__item:hover:after {
    opacity: 0.4;
}

/* > PRESS MAIN BANNER */

.press__top-banner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #444;
    color: #fff;
}

.press__top-banner-dummy,
.press__top-banner-wrapper {
    height: 563px;
    max-height: 100vh;
}

.press__top-banner-dummy {
    margin-top: -182px;
    border: 1px solid red;
}

.top-banner {
    width: 100%;
    height: 100% !important;
}

.carousel-item {
    width: 100% !important;
    height: 100% !important;
}

.top-banner__item__inner {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}

.top-banner__item__content__fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.top-banner__item__content {
    width: 100%;
    margin-top: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    color: #fff;
    position: absolute;
}

.top-banner__item__content__time {
    line-height: 28px;
    font-size: 20px;
    color: #fff;
    padding-bottom: 28px;
}

.top-banner__item__content__title {
    line-height: 52px;
    font-size: 40px;
    width: 800px;
    max-width: 100%;
    text-align: center;
    padding-bottom: 28px;
}

.top-banner__item__content__title a {
    color:inherit;
    text-decoration: none;
}

.top-banner__item__content__link {
    font-size: 20px;
    text-decoration: none;
    color: #fc2c38;
}

.top-banner__item__content__link:hover {
    color: #fc2c38;
}

.top-banner__item__content__link u {
    text-decoration:none;
}

.top-banner__item__content__link:hover u {
    text-decoration:underline;
}

.top-banner .indicators .indicator-item {
    width: 14px;
    height: 14px;
    background: #fff;
    margin-left: 7px;
    margin-right: 7px;
}

.top-banner .indicators .indicator-item.active {
    background: #fc2c38;
}

/* < PRESS MAIN BANNER */

/*  < PRESS MAIN */

/* FEEDBACK > */

.feedback .title {
    margin-bottom: 60px;
}

.feedback-list {
    margin-left: -40px;
}

.feedback-list-item {
    display:inline-block;
    vertical-align: top;
    width:25%;
    margin-right:-0.27em;
    padding:0 0 60px 40px;
}
.feedback-list-item-name {
    font-size:32px;
    line-height: 1.2em;
    color:#333333;
    font-family: Prata, Sans-serif, Arial;
    margin-bottom: 10px;
}

.feedback-list-item-position {
    font-size:17px;
    line-height: 1.5em;
    color:#333333;
    margin-bottom: 10px;
}

.feedback-list-item-contact {
    font-size:20px;
}

.feedback-list-item-contact a {
    color:inherit;
    text-decoration: underline;
}

.feedback-list-item-contact a:hover {
    text-decoration: none;
}

.feedback-list-item-project {
    margin-bottom: 10px;
}

.project-card {
    display: flex;
    align-items: flex-start;
    flex-flow: wrap row;
}

.project-card-pic {

    min-width: 24px;
}

.project-card-pic .project-card-pic-empty,
.project-card-pic [class*="icon-"] {
    margin-right: 10px;
}

.project-card-pic-empty {
    display:inline-block;
    width:24px;
    height:24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background:#D8D8D8;
}

.project-card-name {
    flex:1;
    padding-top:4px;
    font-size:15px;
    color:#999999;
    min-width: 80%;
}


.feedback-contact .columns-item {
    margin-left: 50px;
    font-size:20px;
    line-height: 1.5em;
    color:#000;
    flex:1;
}

.feedback-contact .columns-item :last-child {
    margin-bottom: 0;
}

.feedback-contact-title {
    font-size:17px;
    color:#999999;
    margin-bottom: 14px;
    font-family: ProximaNova, Sans-serif, Arial;
    font-weight: normal;
}

.feedback-contact-about {
    flex: 1 0 0;
    padding: 0 50px 0 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    min-width:48%;
}

.feedback-contact-text {
    margin-bottom: 24px;
}

.feedback-contact-item .feedback-contact-text {
    margin-bottom: 0;
}

.feedback-contact .social-block {
    width:auto;
}

.feedback-contact .social-block .social-block__content [class*="icon-"] {
    margin-bottom: 0;
}

.feedback-contact {
    margin-bottom: 50px;
}

.feedback-control-text {
    max-width: 60%;
    font-size:17px;
    color:#333333;
}

.feedback-control-text a {
    text-decoration: underline;
}

.feedback-control-text a:hover {
    text-decoration: none;
}

.feedback-control .button {
    width:225px;
}

.feedback-control .columns {
    width: 80%;
    margin: 0 auto;
    align-items: center;
}

.feedback-control .columns-item:first-child {
    margin-left: 0;
}

/* < FEEDBACK */


/* >>> MODAL FORMS */

.modal-content {
    font-family: 'ProximaNova';
}

.modal__header {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 25px;
}

.modal.modal-auto-height .modal-footer,
.modal.modal-auto-height .modal-content {
    position: relative;
}

.modal.modal-auto-height {
    height:initial !important;
    margin: 0;
}

.modal.modal-auto-height .modal-content {
    height:auto !important;
}

.modal.modal-auto-height {
    left:50% !important;
    top:50% !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.modal-footer .button {
    margin-right: 10px;
}

.modal-responsive {
    width: 680px;
    max-width: 100%;
    max-height: 100%;
}

.modal-responsive .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: auto;
    padding: 24px;
}

.modal .icon-close {
    position: absolute;
    z-index: 1;
    right:20px;
    top:20px;
}

/* <<< MODAL FORMS */


/* >>> EVENT REGISTRATION */

.event-registration-form-wrapper {
    max-width: 680px;
}

.ev__form {
    width: 100%;
}

.event-registraion-form__join-button {
    margin: auto;
    background-color: #fc2c38 !important;
    color: #fff;
    border: 1px solid red;
    padding: 12px;
}

.event-registration-form input[type=checkbox] {
    position: initial;
    opacity: initial;
    pointer-events: initial;
    width: 16px;
    height: 16px;
    background: #000;
    color: #333;
}

.event-registration__checkbox-wrapper {
    display: inline-block;
    margin-right: 12px;
    border-radius: 4px;
}

.event-registration-form__inputs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.event-registration-form__inputs__input-wrapper {
    width: 304px;
    margin-bottom: 25px;
}

.event-registration-form__inputs__input-wrapper__fullwidth {
    width: 100%;
}

.event-registration__input-label {
    line-height: 24px;
    font-size: 17px;
    color: #333;
    padding-bottom: 5px;
    display: block;
}

.event-registration__input-error {
    color: #fc2c38;
    margin: 5px 0;
    width: 100%;
}

.event-registration-form__input {
    text-indent: 20px;
    width: 100%;
    outline: none;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    background: #fff;
}

.event-registration-form__inputs__input-wrapper.input-wrap_warning .event-registration-form__input {
    border: 1px solid red;
}

.event-registration-form__inputs__input-wrapper.input-wrap_warning .event-registration__checkbox-wrapper input[type='checkbox'] {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
    box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
}

textarea.event-registration-form__input {
    padding-top: 10px;
    height: 150px;
    vertical-align: top;
}

.event-registration-success-block__inner {
    display: flex;
    padding: 20px;
    font-size: 24px;
    justify-content: center;
    align-items: center;
}

.event-registration-success-block__icon {
    color: #28c75d;
    font-size: 48px;
    margin-right: 20px;
}

.event-registration-success-block__text {
    font-size: 24px;
}

.event-registraion-form .select-wrapper {
    border-radius: 4px;
}

/* <<< EVENT REGISTRATION */

.captcha-block {
    box-sizing: initial;
}

/* >>> PRESS FEEDBACK FORM */

.press-feedback-button {
    font-weight: bold;
}

.press-feedback-modal {
    width: 680px;
    max-height: 720px;
}

.press-feedback-modal__inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.press-feedback-modal__inputs_input-wrapper {
    margin-bottom: 20px;
}

.press-feedback-modal__inputs_input-wrapper_last {
    margin-bottom: 0;
}

.press-feedback-modal__inputs_input-label {
    line-height: 24px;
    font-size: 17px;
    color: #333;
    padding-bottom: 5px;
    display: block;
}

.press-feedback-form__input {
    text-indent: 20px;
    width: 304px;
    outline: none;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    background: #fff;
}

.inputs-fill-width .press-feedback-form__input,
.press-feedback-form__input__full-width {
    width: 100%;
}

textarea.press-feedback-form__input__full-width {
    padding-top: 10px;
    height: 200px;
}

/* <<< PRESS FEEDBACK FORMS */


/* >>> SUBSCRIBE NEWS FORMS */

.subscribe-news-block__input-wrapper {
    margin-bottom: 20px;
}

.subscribe-news-block__input-wrapper_last {
    margin-bottom: 0;
}

.subscribe-news-block__help-text {
    margin-top: 20px;
    color: #777;
    font-size:0.9em;
}

/* <<< SUBSCRIBE NEWS FORMS */


/* FORM */

.form-group__label {
    line-height: 24px;
    font-size: 17px;
    color: #333;
    padding-bottom: 5px;
    display: block;
}

.form-group__help {
    margin-bottom: 15px;
}

.form-group__error {
    color: red;
    display: none;
}

.form-group .form-group__input {
    margin-bottom: 4px;
}
.form-group__input {
    text-indent: 20px;
    width: 304px;
    outline: none;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    background: #fff;
    width: 100%;
}

.form__status__success {
    font-size: 20px;
    line-height: 28px;
    color: #28c75d;
    display: none;
}

.form__button {
    width: auto;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.04);
    text-align: center;
}

.form__button-submit {
    background: #fc2c38;
    color: #fff;
    margin-right: 10px;
}

.form__button-back {
    background: #fff;
    color: #333;
}

/* <<< SUBSCRIBE NEWS FORMS */

.editable_text_marker {
    display:inline-flex;
    align-items: center;
    justify-content: center;
    width:25px;
    height:25px;
    background: #fff;
    color:#333 !important;
    text-align: center;
    line-height: 15px;
    font-size:17px;
    font-weight: bold;
    font-family: Prata, Tahoma;
    -webkit-border-radius: 50%;
    border: 1px solid #333;
    border-radius: 50%;
    text-decoration: none;
    position: relative;
    z-index: 10000;
}

.main_slider .editable_text_marker {
    margin-left: 5px;
}

.content-wrapper .editable_text_marker {
    float:left;
    margin-top:-26px;
}

.carousel .editable_text_marker {
    margin-top:0;
}

/* >>> STRATEGY */

.strategy__upper-block {
    padding-top: 50px;
}

/* <<< STRATEGY */

.subscribe-bar.section.highlight > .section-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.without-poster {
    background-image: url(../images/snail_background.png);
    background-repeat: repeat;
    background-size:1370px auto;
}


/* nw > */

.form-row-name,
.small-text {
    font-size: 15px;
    line-height: 24px;
}

.base-text {
    font-size: 20px;
    line-height: 28px;
}

.mid-text {
    font-size: 24px;
    line-height: 32px;
}

.press-releases .title {
    margin-bottom: 20px;
}

.corp-tile-decor .blog-list-title {
    max-height: 136px;
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    width:100%;
}

.without-poster:after {
    opacity: 0;
}

.without-poster:hover:after {
    opacity: 0.4;
}

.without-poster {
    color:#333333;
}

.without-poster:nth-child(1) {
    background-position: -0px -0px;
}

.without-poster:nth-child(2) {
    background-position: -655px -0px;
}

.without-poster:nth-child(3) {
    background-position: -982px -0px;
}

.without-poster:nth-child(4) {
    background-position: -655px -247px;
}

.without-poster:nth-child(5) {
    background-position: -982px -247px;
}

.without-poster:nth-child(6) {
    background-position: -0px -494px;
}

.without-poster:nth-child(7) {
    background-position: -328px -494px;
}

.without-poster:nth-child(8) {
    background-position: -655px -494px;
}

.without-poster:nth-child(9) {
    background-position: -982px -494px;
}

.without-poster:nth-child(10) {
    background-position: -0px -741px;
}

.without-poster:nth-child(11) {
    background-position: -328px -741px;
}

.without-poster:nth-child(12) {
    background-position: -655px -741px;
}

.without-poster:nth-child(13) {
    background-position: -982px -741px;
}

.without-poster:nth-child(14) {
    background-position: -0px -988px;
}

.without-poster:nth-child(15) {
    background-position: -328px -988px;
}

.without-poster:nth-child(16) {
    background-position: -655px -988px;
}

.without-poster:nth-child(17) {
    background-position: -982px -988px;
}

@media screen and (max-width: 1350px) {
    .without-poster:nth-child(even),
    .without-poster:nth-child(odd) {
        background-position: -0px -0px;
    }

    .without-poster:nth-child(2) {
        background-position: -655px -0px;
    }

    .without-poster:nth-child(3) {
        background-position: -655px -247px;
    }

    .without-poster:nth-child(4) {
        background-position: -0px -494px;
    }

    .without-poster:nth-child(5) {
        background-position: -328px -494px;
    }

    .without-poster:nth-child(6) {
        background-position: -655px -494px;
    }

    .without-poster:nth-child(7) {
        background-position: -0px -741px;
    }

    .without-poster:nth-child(8) {
        background-position: -328px -741px;
    }

    .without-poster:nth-child(9) {
        background-position: -655px -741px;
    }

    .without-poster:nth-child(10) {
        background-position: -0px -988px;
    }

    .without-poster:nth-child(11) {
        background-position: -328px -988px;
    }

    .without-poster:nth-child(12) {
        background-position: -655px -988px;
    }

}

@media screen and (max-width: 1023px) {
    .without-poster:nth-child(even),
    .without-poster:nth-child(odd) {
        background-position: 100px -0px;
    }

    .without-poster:nth-child(1),
    .without-poster:nth-child(9) {
        background-position: -60vw -0px;
    }

    .without-poster:nth-child(2),
    .without-poster:nth-child(10) {
        background-position: calc(-110vw + 20px) -0px;
    }

    .without-poster:nth-child(3),
    .without-poster:nth-child(11) {
        background-position: -60vw -247px;
    }

    .without-poster:nth-child(4),
    .without-poster:nth-child(12) {
        background-position: calc(-110vw + 20px) -247px;
    }

    .without-poster:nth-child(5),
    .without-poster:nth-child(13) {
        background-position: -60vw -494px;
    }

    .without-poster:nth-child(6),
    .without-poster:nth-child(14) {
        background-position: calc(-110vw + 20px) -494px;
    }

    .without-poster:nth-child(7),
    .without-poster:nth-child(15) {
        background-position: -60vw -741px;
    }

    .without-poster:nth-child(8),
    .without-poster:nth-child(16) {
        background-position: calc(-110vw + 20px) -741px;
    }

}

@media screen and (max-width: 600px) {
    .without-poster:nth-child(even),
    .without-poster:nth-child(odd) {
        background-position: 100px -0px;
    }

    .without-poster:nth-child(1),
    .without-poster:nth-child(5),
    .without-poster:nth-child(9),
    .without-poster:nth-child(13) {
        background-position: 85% -0px;
    }

    .without-poster:nth-child(2),
    .without-poster:nth-child(6),
    .without-poster:nth-child(10),
    .without-poster:nth-child(14) {
        background-position: 85% -247px;
    }

    .without-poster:nth-child(3),
    .without-poster:nth-child(7),
    .without-poster:nth-child(11),
    .without-poster:nth-child(15) {
        background-position: 85% -494px;
    }

    .without-poster:nth-child(4),
    .without-poster:nth-child(8),
    .without-poster:nth-child(12),
    .without-poster:nth-child(16) {
        background-position: 85% -741px;
    }

}

.contact-block .subtitle {
    line-height: 52px;
    margin-bottom: 32px;
}

.contact-item {
    margin-bottom: 23px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-title {
    font-size: 17px;
    line-height: 24px;
    color: #999999;
    margin-bottom: 14px;
    font-family: ProximaNova, Sans-serif, Arial;
    font-weight: normal;
    margin-bottom: 12px;
}

.contact-block .section-wrapper {
    padding:40px;
}

.contact-text {
    font-size: 20px;
    line-height: 28px;
}

.contact-text a {
    text-decoration: none;
}

.narrow-content {
    max-width: 798px;
}

.person-card {
    display:flex;
}

.person-card-main {
    flex:1;
}

.person-card-main .title {
    margin-bottom: 40px;
}

.person-card-photo {
    position: relative;
    margin-left:45px;
}

.person-card-photo:after {
    content:'';
    display:block;
    background-color: #fc2c38;
    z-index: -1;
    width: 176px;
    height: 176px;
    border-radius: 50%;
    position: absolute;
    right: -37px;
    top: -17px;
}

.person-card-photo img {
    border-radius: 50%;
    width: 308px;
    height: 308px;
    position: relative;
}

.decor-narrow-content {
    position: relative;
}

.decor-narrow-content:before,
.decor-narrow-content:after {
    content:'';
    display:block;
    position: absolute;
    z-index: -2;
}

.decor-narrow-content:before {
    width:286px;
    height:757px;
    background: url(../images/user_detail_left_decor.svg) 100% -0px no-repeat;
    top:0;
    left:0;
}

.decor-narrow-content:after {
    width:372px;
    height:350px;
    background: url(../images/user_detail_right_decor.svg) -0px -0px no-repeat;
    top:325px;
    right:0;
}

.head-content {
    padding-bottom:60px;
    margin-bottom: 43px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.filter {
    margin-bottom: 50px;
}

.bar,
.fields-bar {
    display:flex;
}

.bar-text {
    flex:0;
    margin-right: 40px;
}

.bar-text .subtitle {
    white-space: nowrap;
    font-size:32px;
    margin-bottom: 0;
    line-height: 40px;
}

.bar-options {
    flex:0;
    display:flex;
    margin-left: 40px;
    align-items: center;
}

.bar-options-inline {
    white-space: nowrap;
}

.fields-bar {
    flex:1;
}

.bar-field {
    flex:1;
    margin-right: -1px;
    max-width: 240px;
    min-width: 180px;
}

.field-max {
    min-width: 0;
    max-width: 100%;
    flex:2;
}

.bar-field:last-child {
    margin-right: 0;
}

.bar-control {
    flex: auto 0;
    min-width: 0;
}

.bar-field .button,
.bar-field .form-field {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.bar-field:first-child .form-field {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.bar-field:last-child .button,
.bar-field:last-child .form-field {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-footer .button-small,
.form .button-small,
.bar-control .button-small {
    line-height: 40px;
}

.modal-footer .button-small,
.form .button-small,
.bar-control .button-small,
.form-field .select-wrapper,
.form-field-input,
body .form-field-input[type="password"],
body .form-field-input[type="email"],
body .form-field-input[type="text"] {
    height: 40px;
}

body textarea.form-field-input {
    height: 150px;
    vertical-align: top;
    padding-top:8px;
    padding-bottom:8px;
}

.modal-footer .button-small,
.form .button-small,
.form-field .select-wrapper input.select-dropdown,
.bar-control .button-small,
.form-field .select-wrapper,
.form-field,
.form-field-input {
    font-size: 15px;
    font-family: ProximaNova;
    box-shadow: none;
}

.form-field .select-wrapper li,
.form-field .select-wrapper input.select-dropdown {
    height: 38px;
}

.form-field .dropdown-content,
.form-field .select-wrapper,
.form-field {
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

body textarea.form-field-input,
body .form-field-input[type="password"],
body .form-field-input[type="email"],
body .form-field-input[type="text"],
.form-field-input,
.form-field-select,
.form-field .select-wrapper {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.12);
    min-height:inherit;
    width:100%;
    box-sizing: border-box;
    margin:0;
    -webkit-transition: none;
    transition: none;
    font-size: inherit;
    color: #999999;
    position: relative;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

body .form-field-input[type="password"],
body .form-field-input[type="email"],
body .form-field-input[type="text"],
body .form-field-select,
.form-field-input,
.form-field-select {
    padding:0 12px;
}

.form-field-select:hover,
.form-field .select-wrapper:hover,
body .form-field-input[type="text"]:hover:not([readonly]),
.form-field-input:hover:not([readonly]),
.form-field-input:hover,
body .form-field-input[type="text"]:focus:not([readonly]),
.form-field-input:focus:not([readonly]),
.form-field-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 3;
}

.form-field .select-wrapper:hover {
    z-index: 100;
}

.form-checkbox input:hover + .form-checkbox-frame,
.form-radio input:hover + .form-radio-frame,
.form-checkbox-input:hover + .form-checkbox-frame,
.form-radio-input:hover + .form-radio-frame,
.form-field-select:hover,
.form-field .select-wrapper:hover,
body .form-field-input:hover:not([readonly]),
.form-field-input:hover:not([readonly]),
.form-field-input:hover {
    border-color: rgba(0, 0, 0, 0.24);
}

body .form-field-input[type="text"]:focus:not([readonly]),
.form-field-input:focus:not([readonly]),
.form-field-input:focus {
    border-color: rgba(0, 0, 0, 0.48);
}

.form {
    display:block;
}

.form-control {
    margin-left: 190px;
    margin-top: 30px;
}

.form-row {
    margin-bottom: 20px;
    display:flex;
}

.form-row p:first-child {
    margin-top: 0;
}

.form-row p:last-child {
    margin-bottom: 0;
}

.form-cols-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left:-25px;
}

.form-cols-group .form-row {
    width:50%;
    padding-left:25px;
}

.form-cols .form-row {
    display:block;
}

.form-cols .form-row-name {
    width:auto;
    text-align: left;
    display: block;
    height:auto;
    margin-bottom: 5px;
}

.form-cols .form-field-short {
    max-width: 100%;
}

.form-row-name {
    width:170px;
    margin-right: 20px;
    align-self: flex-start;
    display:flex;
    height:40px;
    align-items:center;
    justify-content: flex-end;
}

.form-row-options .form-row-name {
    height:auto;
}

.form-row-field {
    flex:1;
}

.form-options {
    display:block;
}

.form-options-inline {
    display: flex;
    align-items: center;
}

.form-option {
    display:flex;
    align-items: center;
    color:#333;
    margin-bottom: 10px;
}

.form-option:last-child {
    margin-bottom: 0;
}

.form-options-inline .form-option {
    margin: 0 20px 0 0;
    display:inline-flex;
}

.form-option .form-checkbox,
.form-option .form-radio {
    margin-right: 12px;
    align-self: flex-start;
    margin-top: 3px;
}

.form-option-text {
    font-size: 17px;
    line-height: 24px;
}

.form-checkbox,
.form-radio {
    min-width: 16px;
    width:16px;
    height:16px;
    position: relative;
    display:inline-block;
    overflow: hidden;
    background:#FFF;
}

.form-radio {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.form-checkbox {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.form-checkbox-frame,
.form-radio-frame {
    display:block;
    width:inherit;
    height:inherit;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    box-sizing: border-box;
    border:1px solid rgba(0, 0, 0, 0.12);
}

.form-checkbox input[type="checkbox"],
.event-registration-form .form-radio input,
.form-checkbox-input,
.form-radio-input {
    font-size:40px;
    width: 30px;
    height:30px;
    position: absolute;
    left:-5px;
    top:-5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.form-checkbox input:checked + .form-checkbox-frame,
.event-registration-form .form-radio input:checked + .form-radio-frame,
.form-checkbox-input:checked + .form-checkbox-frame,
.form-radio-input:checked + .form-radio-frame {
    background: #FF0034;
}

.form-error .form-checkbox input:hover + .form-checkbox-frame,
.form-error .form-radio input:hover + .form-radio-frame,
.form-error .form-checkbox-input:hover + .form-checkbox-frame,
.form-error .form-radio-input:hover + .form-radio-frame,
body .form-error .form-field-input[type="password"],
body .form-error .form-field-input[type="email"],
body .form-error .form-field-input[type="text"],
body .form-error .form-field-input[type="password"]:focus:not([readonly]),
body .form-error .form-field-input[type="email"]:focus:not([readonly]),
body .form-error .form-field-input[type="text"]:focus:not([readonly]),
body .form-error .form-field-select,
.form-error .form-field-input,
.form-error .form-field-select,
.form-error .form-field .select-wrapper,
.form-error .form-checkbox-frame,
.form-error .form-radio-frame {
    border-color: #FF0034;
}

.form-error-text {
    color:#FF0034;
    margin-bottom: 20px;
    display: none;
    font-size: 15px;
    line-height: 24px;
}

.form-row-field .form-error-text {
    margin-top: 5px;
    margin-bottom: 0;
}

.form-checkbox input:not(:checked) + span,
.form-checkbox input:checked + span,
.form-checkbox-input:not(:checked) + span,
.form-checkbox-input:checked + span,
.form-radio-input:not(:checked) + span,
.form-radio-input:checked + span {
    padding-left: 0;
    height: inherit;
    line-height: 0;
}

.form-checkbox input + span:after,
.form-checkbox input + span:before,
.form-checkbox input:checked + span:after,
.form-checkbox input:checked + span:before,
.form-checkbox-input + span:after,
.form-checkbox-input + span:before,
.form-checkbox-input:checked + span:after,
.form-checkbox-input:checked + span:before,
.form-radio-input + span:after,
.form-radio-input + span:before,
.form-radio-input:checked + span:after,
.form-radio-input:checked + span:before {
    display: none;
}

.form-radio-input:checked + span:before {
    content:'';
    display:block;
    margin:5px 0 0 5px;
    background: #FFF;
    width:4px;
    height:4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.form-checkbox input:checked + span:before,
.form-checkbox input + span:not(.lever):before,
.form-checkbox input:not(.filled-in) + span:not(.lever):after,
.form-checkbox-input:checked + span:before,
.form-checkbox-input + span:not(.lever):before,
.form-checkbox-input:not(.filled-in) + span:not(.lever):after {
    border:0;
    top: 0;
    left:0;
    top:0;
}

.form-checkbox input:checked + span:not(.lever):before,
.form-checkbox input:checked + span:before,
.form-checkbox-input:checked + span:not(.lever):before,
.form-checkbox-input:checked + span:before {
    border:0;
    content:'';
    display:block;
    margin:4px 0 0 3px;
    width:8px;
    height:6px;
    background: url(../images/icon-checkbox.svg) -0px -0px no-repeat;
    position: static;
    -webkit-transform: none;
    transform: none;
}

.form-option-text-small {
    font-size: 11px;
    line-height: 12px;
}

.form-cols .form-row.form-option-text-small {
    display:block;
}

.form-radio + .form-option-text-small,
.form-checkbox + .form-option-text-small {
    padding-top:7px;
}

.form-field-short {
    max-width: 200px;
}

.form-toggle-text {
    margin: 10px 0;
}

.decor-narrow-content .title {
    margin-bottom: 40px;
}

.modal.modal-fixed-footer .modal-footer {
    z-index: 1;
}

/* < nw */
