@import url("../fonts/stylesheet.css");

html {
    height: 100%;
}

body {
    margin: 0;
    color: #708096;
    font: 25px/36px 'Circular Std Book', sans-serif;
    background: #fff;
    min-width: 320px;
    height: 100%;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

a {
    color: #3accff;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #17a1d2;
}

* {
    outline: none;
}

input, textarea, select, button {
    font: 100% 'Circular Std Book', sans-serif;
    vertical-align: middle;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
    display: block;
}

p {
    margin: 0 0 21px;
}

big {
    font-size: 16px;
}

small {
    font-size: 12px;
}

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

#header {
    position: relative;
    padding: 26px 0;
}

.header_tools-login {
    display: inline-block;
    vertical-align: top;
    padding: 8px 26px;
    background: rgba(0, 0, 0, .13);
    border-radius: 50px;
    color: #fff;
}

.header_tools-login:hover {
    color: #fff;
}

.header_tools-sign-up {
    display: inline-block;
    vertical-align: top;
    padding: 8px 19px;
    background: #fff;
    border-radius: 50px;
    color: #4a5473;
    margin: 0 0 0 15px;
}

.header_tools-sign-up:hover {
    color: #4a5473;
}

.header_tools {
    float: right;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 0 0;
}

.header_tools-lang {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 8px -5px 0 17px;

}

.header_tools-lang-drop {
    position: absolute;
    top: 100%;
    right: -7px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .17);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .17);
    min-width: 30px;
    display: none;
    margin: 6px 0 0;
    line-height: 12px;
}

.header_tools-lang-drop img {
    vertical-align: top;
}

.header_tools-lang-drop_item {
    padding: 8px 0;
}

.header_tools-lang-drop--list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.header_tools-lang-drop--list img {
    vertical-align: top;
}

.header_tools-lang-opener {
    display: block;
    padding: 0 17px 0 0;
    position: relative;
}

.header_tools-lang-opener:before {
    content: '';
    position: absolute;
    background: url(../images/deco01.png) no-repeat;
    width: 8px;
    height: 5px;
    top: 50%;
    right: 0;
    margin-top: -3px;
}

.logo {
    margin: 0 0 0 7px;
    width: 152px;
    height: 39px;
    overflow: hidden;
    display: block;
    background: url(../images/logo.png) no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    float: left;
}

.logo a {
    height: 100%;
    display: block;
}

.top_nav {
    margin: 0 260px;
    padding: 17px 0;
    list-style: none;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.top_nav_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 24px;
}

.top_nav-link {
    color: #fff;
}

.top_nav-link:hover {
    color: rgba(255, 255, 255, .8);
}

.container {
    max-width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.header-wrapper {
    padding: 0 0 1px;
    text-align: center;
    background: rgb(8, 14, 123);
    background: -moz-linear-gradient(-45deg, rgba(8, 14, 123, 1) 15%, rgba(162, 58, 255, 1) 85%);
    background: -webkit-linear-gradient(-45deg, rgba(8, 14, 123, 1) 15%, rgba(162, 58, 255, 1) 85%);
    background: linear-gradient(135deg, rgba(8, 14, 123, 1) 15%, rgba(162, 58, 255, 1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#080e7b', endColorstr='#a23aff', GradientType=1);
}

.header-wrapper_with-padding {
    padding-bottom: 140px;
}

.page-title {
    font: 500 46px/50px 'Dosis', 'Roboto Condensed', 'Arial Narrow', sans-serif;
    margin: 35px auto;
    max-width: 660px;
    color: #fff;
    padding: 0 20px;
}
.page-title a {
    color: #ffffff;
    text-decoration: none;
}
.page-title a:hover {
    text-decoration: underline;
}

.footer-wrap {
    padding: 98px 0 84px;
    border-bottom: 2px solid #eff3f9;
}

.footer-wrap-text {
    float: left;
    width: 50%;
    font: 600 30px/48px 'Dosis', 'Roboto Condensed', 'Arial Narrow', sans-serif;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #8994b0;
}

.footer-wrap-text p {
    margin: 0;
}

.footer-wrap-text--title {
    color: #4a5572;
}

.footer-wrap-tools {
    float: right;
    width: 50%;
    text-align: right;
    padding: 24px 0 0;
}

.footer-wrap-tools .btn + .footer-wrap-tools .btn {
    margin-left: 20px;
}

.footer-frame {
    padding: 68px 0 20px;
}

.footer-column {
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 0;
}

.footer-title {
    margin: 0 0 22px;
    color: #46506c;
    font: bold 18px/27px 'Circular Std', sans-serif;
}

.footer-menu {
    margin: 0;
    padding: 6px 0 0;
    list-style: none;
    font-size: 18px;
    line-height: 26px;
}

.footer-menu_item {
    margin: 0 0 4px;
}

.footer-menu_link {
    color: #708096;
}

.footer-socials {
    margin: 0;
    padding: 6px 0 0;
    list-style: none;
    font-size: 18px;
    line-height: 26px;
}

.footer-socials_item {
    margin: 0 0 4px;
}

.footer-socials_link {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 33px;
    color: #708096;
}

.footer-socials_link.tw:before {
    content: '';
    position: absolute;
    background: url(../images/ico08.png) no-repeat;
    width: 23px;
    height: 22px;
    top: 0;
    left: 0;
}

.footer-socials_link.fb:before {
    content: '';
    position: absolute;
    background: url(../images/ico09.png) no-repeat;
    width: 23px;
    height: 22px;
    top: 0;
    left: 0;
}

.footer-socials_link.lin:before {
    content: '';
    position: absolute;
    background: url(../images/ico10.png) no-repeat;
    width: 23px;
    height: 22px;
    top: 0;
    left: 0;
}

.copy {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 40px;
}

.footer-information-wrap img {
    display: inline-block;
    margin: 0 20px 20px 0;
    vertical-align: middle;
}

.text-content {
    font-size: 18px;
    line-height: 26px;
    color: #333;
    padding: 50px 20px;
}




.nav-opener {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 20px;
}

.nav-opener span {
    display: block;
    width: 27px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2px 0 0 -13px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.nav-opener span:before,
.nav-opener span:after {
    content: '';
    position: absolute;
    width: 100%;
    background: #fff;
    height: 3px;
    left: 0;
    top: -8px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.nav-opener span:after {
    top: 8px;
}

.menu-active .nav-opener span {
    background: none;
}

.menu-active .nav-opener span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 8px 0 0;
}

.menu-active .nav-opener span:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -8px 0 0;
}

.mobile-menu {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100vh;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 80px 20px 10px;
    background: rgb(8, 14, 123);
    background: -moz-linear-gradient(-45deg, rgba(8, 14, 123, 1) 15%, rgba(162, 58, 255, 1) 85%);
    background: -webkit-linear-gradient(-45deg, rgba(8, 14, 123, 1) 15%, rgba(162, 58, 255, 1) 85%);
    background: linear-gradient(135deg, rgba(8, 14, 123, 1) 15%, rgba(162, 58, 255, 1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#080e7b', endColorstr='#a23aff', GradientType=1);
    color: #fff;
    z-index: 44;
    display: none;
}

.mobile-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 19px;
    line-height: 27px;
}

.mobile-menu-list_item {
    margin: 0 0 30px;
}

.mobile-menu-list_link {
    color: #fff;
}

.mobile-lang {
    margin: 0;
    padding: 2px 0 28px;
    list-style: none;
}

.mobile-lang_item {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    margin: 0 33px 0 0;
}

.mobile-lang_item.active .mobile-lang_link {
    opacity: 1;
}

.mobile-lang_item.active .mobile-lang_link img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.mobile-lang_link {
    opacity: .5;
}

.mobile-menu-tools {
    padding: 20px 0 10px;
    position: relative;
}

.mobile-menu-tools:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, .22);
}

.mobile-menu-btn-holder {
    padding: 10px 0;
}

.page-description {
    font: 18px/26px 'Circular Std Book', sans-serif;
    margin: 0 auto 50px;
    max-width: 660px;
    color: #fff;
    padding: 0 20px;
}

.page-description_big,
.page-description_features {
    margin-bottom: 130px;
}

.section {
    padding: 100px 0;
}
.section_light {
    background-color: white;
}
.section_dark {
    background-color: #F6F7F8;
}
.section_with-border {
    border-bottom: 1px solid #eff3f9;
}

.panel-screenshot {

}
.panel-screenshot__image {
    display: block;
    width: 100%;
    max-width: 1034px;
    margin: -180px auto 0;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}

.feature {

}
.feature__info {
    display: flex;
    margin-bottom: 30px;
}
.feature__title {
    font: 600 30px/100% 'Dosis', 'Roboto Condensed', 'Arial Narrow', sans-serif;
    text-transform: uppercase;
    width: 50%;
    margin: 0;
    padding: 0 50px 0 90px;
    box-sizing: border-box;
    position: relative;
}
.feature__title .ico {
    position: absolute;
    left: 0;
    top: -18px;
}
.feature__description {
    width: 50%;
}
.feature__description :last-child {
    margin-bottom: 0;
}
.feature__steps {
    display: flex;
}
.feature__steps-list {
    width: 50%;
    box-sizing: border-box;
    padding-right: 50px;
    padding-left: 40px;
}
.feature__steps-image {
    text-align: center;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
}
.feature__steps-image img {
    width: 100%;
    max-width: 491px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    border-radius: 3px;
}

.steps {
    font-size: 17px;
    line-height: 24px;
}

.steps__item {
}

.step {
    position: relative;
    padding: 35px 30px 35px 50px;
    border-bottom: 1px solid #E3E6EE;
}
.step:last-child {
    border-bottom: 0 none;
}
.step__index {
    position: absolute;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #DDD4FB no-repeat center center;
    font-size: 14px;
    border-radius: 15px;
    font-weight: bold;
}
.step__index_empty {
    color: transparent;
    background-image: url(../images/ico/ico-empty-step.png);
    background-position: 55% 45%;
}
.step__title {
    display: block;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #4D5771;
}
.step_inline .step__index {
    margin-top: -3px;
}
.step_inline .step__title {
    display: inline;
    line-height: 24px;
    font-weight: normal;
}
.step_inline .step__description {
    display: inline;
    line-height: 24px;
}
.step__description {

}

.ico {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    width: 66px;
    height: 66px;
}
.ico_easy-to-integrate {
    background-image: url(../images/about/easy_to_integrate.png);
}

.ico_encrypted-code {
    background-image: url(../images/about/encrypted_code.png);
}
.ico_advanced-sdk {
    background-image: url(../images/about/advanced_sdk.png);
}
.ico_zero-impact {
    background-image: url(../images/about/zero-impact.png);
}
.ico_flexible-solution {
    background-image: url(../images/about/flexible-solution.png);
}

.blog-promo {
    height: 450px;
    background: no-repeat center center;
    background-size: contain;
}

.blog-story,
.story-comments {
    background: white;
    padding: 65px 115px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.blog-story {
    margin-top: -220px;
}
.story-comments {
    margin-top: 40px;
}

.blog-story__overview,
.blog-story__overview p {
    font-size: 26px;
    line-height: 38px;
    color: #4A5572;
}

.blog-story__body,
.blog-story__body p {
    font-size: 19px;
    line-height: 30px;
    color: #708096;
}
.blog-story__body p {
    margin-right: 26px;
}
.blog-story__body h2,
.blog-story__body h3 {
    font: bold 52px/66px 'Dosis', 'Roboto Condensed', 'Arial Narrow', sans-serif;
    color: #4A5572;
    text-transform: uppercase;
}
.blog-story__body h2 {
    font-size: 24px;
    line-height: 31px;
}
.blog-story__body h3 {
    font-size: 18px;
    line-height: 22px;
}
.blog-story__body :last-child {
    margin-bottom: 0;
}

.header-wrapper + .section_story {
}
.blog-wrapper {
    display: flex;
    width: 100%;
}
.blog-wrapper__posts {
    box-sizing: border-box;
    width: 70%;
}
.blog-wrapper__aside {
    box-sizing: border-box;
    width: 30%;
    margin-left: 55px;
}

.blog-list {
    margin-right: -25px;
}
.blog-list__item {
    display: inline-block;
    width: 50%;
    padding: 0 25px 25px 0;
    box-sizing: border-box;
    vertical-align: top;
}
.blog-list__item_primary {
    display: block;
    width: auto;
}

.blog-post {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.09);
    padding: 40px 40px 45px;
}
.blog-post__image {
    height: 300px;
    background: no-repeat center center;
    background-size: cover;
    margin: -40px -40px 50px -40px;
}
.blog-post__overview {
    max-height: 108px;
    overflow: hidden;
}
.blog-list__item_primary .blog-post__overview {
    max-height: none;
    overflow: auto;
}
.blog-post__overview p {
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 12px;
}
.blog-post__overview p:last-child {
    margin-bottom: 0;
}
.blog-post__title {
    font: bold 24px/31px 'Dosis', 'Roboto Condensed', 'Arial Narrow', sans-serif;
    text-transform: uppercase;
    margin: 18px 0 12px;
}
.blog-post__title-link {
    color: #4A5572;
    text-decoration: none;
}
.blog-post__link-more {
    font-size: 17px;
    line-height: 27px;
    margin-top: 18px;
    display: inline-block;
}
.blog-post__info {

}
.blog-post__info-item {
    display: inline-block;
    background-color: #EFF3F8;
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
    padding: 2px 10px;
    border: 1px solid #E1E6EC;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 10px 10px 0;
}
.blog-post__info-item_calendar:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../images/ico/ico-calendar.png) no-repeat center center;
    background-size: 8px 8px;
    margin-right: 5px;
}

.aside {

}
.aside__block {
    margin: 0 0 30px;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.09);
    padding: 40px;
}
.aside__block-title {
    font: bold 18px/22px 'Dosis', 'Roboto Condensed', 'Arial Narrow', sans-serif;
    text-transform: uppercase;
    margin: 0 0 25px;
    color: #626B83;
}
.follow-us {

}
.follow-us__link {
    display: inline-block;
    width: 51px;
    height: 51px;
    text-indent: -50000px;
    color: transparent;
    border-radius: 50%;
    margin-right: 20px;
    transition: opacity .2s ease;
}
.follow-us__link:hover {
    opacity: 0.8;
}
.follow-us__link_facebook {
    background: #34589A url(../images/ico/ico-facebook.png) no-repeat center center;
    background-size: 9px 18px;
}
.follow-us__link_linked-in {
    background: #007AB7 url(../images/ico/ico-linkedin.png) no-repeat center center;
    background-size: 15px 15px;
}
.follow-us__link_twitter {
    background: #46ABF0 url(../images/ico/ico-twitter.png) no-repeat center center;
    background-size: 18px 15px;
}


.vacancies {
    margin: 0 20px;
}
.vacancies__title {
    font: 500 30px/38px 'Dosis', 'Roboto Condensed', 'Arial Narrow', sans-serif;
    margin-bottom: 80px;
    text-transform: uppercase;
    text-align: center;
}
.vacancies__details {
    display: flex;
    width: 100%;
    vertical-align: top;
}
.vacancies__details-nav {
    min-width: 30%;
}
.vacancies__details-info {
    flex-grow: 1;
}
.vacancies_other {
    display: block;
    margin: 50px 0;
    padding: 30px;
    border-top: 1px solid #EFF3F9;
    border-bottom: 1px solid #EFF3F9;
    font-size: 17px;
    text-align: center;
    line-height: 32px;
}
.vacancies_other:before {
    display: inline-block;
    content: ' ';
    width: 32px;
    height: 32px;
    background: url(../images/about/ico-smile.png) no-repeat center center;
    vertical-align: middle;
    margin: -1px 5px 0 0;
}
.categories-list {
    font-size: 17px;
    line-height: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.categories-list__item {

}
.categories-list__item_current {
}
.categories-list__item-link {
    display: inline-block;
    padding: 14px 30px;
    color: #6A7A8E;
    min-width: 150px;
    border: 2px solid #FFF;
    border-radius: 25px;
}
.categories-list__item_current .categories-list__item-link {
    border-color: #7849ED;
}

.vacancies-list {
}
.vacancies-list__item {
    margin-bottom: 20px;
}
.vacancy-item {
    display: flex;
    width: 100%;
    padding: 30px 45px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
    box-sizing: border-box;
    border-radius: 12px;
}
.vacancy-item__info {
    min-width: 80%;
}
.vacancy-item_actions {

}
.vacancy-item__title {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 25px;
}
.vacancy-item__title-link {

}
.vacancy-item__tags {
    line-height: 20px;
    font-size: 10px;
}
.vacancy-item__tags-item {
    color: #6A7A8E;
    border: 1px solid #E1E6EC;
    border-radius: 9px;
    text-transform: uppercase;
    background-color: #EFF3F8;
    padding: 0 10px;
    margin-right: 5px;
    box-sizing: border-box;
}
.vacancy-item__tags_big {
    margin: 20px 0;
}
.vacancy-item__tags_big .vacancy-item__tags-item {
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 10px;
    margin: 0 10px 10px 0;
}
.vacancy-item__apply-link {
    display: inline-block;
    font: bold 16px/20px 'Dosis', 'Roboto Condensed', 'Arial Narrow', sans-serif;
    padding: 13px 20px;
    text-align: center;
    min-width: 135px;
    background-color: #7849ED;
    text-decoration: none;
    border-radius: 23px;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    transition: opacity .2s ease;
    border: 0;
    cursor: pointer;
}
.vacancy-item__apply-link:hover {
    color: #fff;
    opacity: .8;
}
.vacancy-text,
.vacancy-apply {
    background: white;
    padding: 65px 115px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: -220px;
}
.vacancy-text :first-child,
.vacancy-apply :first-child {
    margin-top: 0;
}

.vacancy-text__controls,
.vacancy-apply__controls {
    margin-top: 50px;
}


.vacancy-text,
.vacancy-text p,
.vacancy-text ul,
.vacancy-text ol {
    font-size: 16px;
    line-height: 21px;
    color: #708096;
}
.vacancy-text p,
.vacancy-text ol,
.vacancy-text ul {
    margin-right: 0;
}
.vacancy-text h2,
.vacancy-text h3 {
    font: bold 21px/28px 'Dosis', 'Roboto Condensed', 'Arial Narrow', sans-serif;
}
.vacancy-text h2 {
    font-size: 21px;
    line-height: 28px;
}
.vacancy-text h3 {
    font-size: 16px;
    line-height: 22px;
}

.about-metrics {
    font-family: 'Dosis', 'Roboto Condensed', 'Arial Narrow', sans-serif;
    font-weight: normal;
    display: flex;
    width: 100%;
}

.about-metrics__item {
    width: 33.3%;
    text-align: center;
    padding: 0 30px;
}
.about-metrics__item:last-child {
    margin-bottom: 0;
}

.about-metrics__item-value {
    font-size: 72px;
    line-height: 100%;
    margin-bottom: 20px;
    white-space: nowrap;
}

.about-metrics__item-details {
    font-size: 20px;
    line-height: 120%;
}

.about-who {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}
.about-who__title {
    width: 40%;
    box-sizing: border-box;
    padding-right: 50px;
    font: 600 30px/30px Dosis, 'Roboto Condensed', 'Arial Narrow', sans-serif;
    color: #708096;
    text-transform: uppercase;
}
.about-who__description {
    width: 60%;
    font: 22px/31px 'Circular Std Book', sans-serif;
}

.about-who-perks {
    display: flex;
    margin-top: 70px;
    margin-right: -20px;
}

.about-who-perks__item {
    width: 25%;
    box-sizing: border-box;
    padding-right: 20px;
}
.about-who-perks__item:last-child {
    margin-bottom: 0;
}
.about-who-perks__item:before {
    display: block;
    content: ' ';
    width: 66px;
    height: 66px;
    border-radius: 33px;
    background: #E8E1FC no-repeat center;
    background-size: 66px 66px;
    margin-bottom: 20px;
}
.about-who-perks__item_box:before {
    background-image: url(../images/about/ico-box.png);
}
.about-who-perks__item_heart:before {
    background-image: url(../images/about/ico-heart.png);
}
.about-who-perks__item_light:before {
    background-image: url(../images/about/ico-light.png);
}
.about-who-perks__item_flight:before {
    background-image: url(../images/about/ico-flight.png);
}
.about-who-perks__item_time:before {
    background-image: url(../images/about/ico-time.png);
}
.about-who-perks__item_docs:before {
    background-image: url(../images/about/ico-docs.png);
}
.about-who-perks__item_chair:before {
    background-image: url(../images/about/ico-chair.png);
}
.about-who-perks__item_photos:before {
    background-image: url(../images/about/ico-photos.png);
}
.about-who-perks__item-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 20px;
    color: #49546F;
    text-transform: uppercase;
}
.about-who-perks__item-description {
    font-size: 17px;
    line-height: 27px;
    color: #6A7A8E;
}

.about-photos {
    display: flex;
    margin-right: -5px;
}
.about-photos__group {
    flex: 1;
    display: flex;
}
.about-photos__group_left {
    width: 40%;
    flex: 1 1 40%;
    display: flex;
    flex-wrap: wrap;
}
.about-photos__group_left .about-photos__item_empty {
    width: 50%;
    flex: 1 1 50%;
}
.about-photos__group_main {
    flex: 1 1 40%;
    width: 40%;
}
.about-photos__group_main .about-photos__item_empty {
    width: 100%;
    flex: 1 1 100%;
}
.about-photos__group_right {
    width: 20%;
    flex: 1 1 20%;
    display: flex;
    flex-direction: column;
}
.about-photos__group_right .about-photos__item_empty {
    height: 50%;
    flex: 1 1 50%;
}
.about-photos__item {

}
.about-photos__item_1-1,
.about-photos__item_1-2,
.about-photos__item_2-1,
.about-photos__item_2-2 {
    width: 50%;
    flex: 1 1 50%;
}
.about-photos__item_1-3,
.about-photos__item_2-3 {
    height: 50%;
    flex: 1 1 50%;
}
.about-photos__item_main {
    width: 40%;
    flex: 1 2 40%;
}
.about-photo {
    display: block;
    margin: 0;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
    transition: opacity .3s ease;
}
.about-photo:hover {
    opacity: 0.7;
}
.about-photo_embed {
    position: relative;
}
.about-photo_embed:after {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3) url(../images/about/play-video.png) no-repeat center center;
    background-size: 72px 72px;

}
.about-photos__item_main.about-photo_embed:after {
    background-size: 145px 145px;
}
.about-photo img {
    display: block;
    margin: 0;
    width: 100%;
}


.popup-active {
    overflow: hidden;
}

.popup-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    display: none;
}

.popup-holder .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 300px;
    height: 100vh !important;
    background: #080e7b;
    background: -moz-linear-gradient(-45deg, #080e7b 15%, #a23aff 85%);
    background: -webkit-linear-gradient(-45deg, #080e7b 15%, #a23aff 85%);
    background: linear-gradient(135deg, #080e7b 15%, #a23aff 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#080e7b', endColorstr='#a23aff', GradientType=1);
}

.popup {
    position: absolute;
    left: 20px !important;
    top: 20px !important;
    bottom: 20px !important;
    right: 20px !important;
    overflow-y: auto;
    background: #fff;
    padding: 96px 50px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup_video {
    padding: 0;
    background: none;
}

.popup_image {
    padding: 10px;
    background: white;
}

.popup_image .close-popup,
.popup_video .close-popup {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: auto;
    left: auto;
    background-color: white;
    border-radius: 10px;
    border: 10px solid white;
    transform: scale(0.7);
}

.popup_video iframe {
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
    display: block;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup_image > img {
    display: block;
    margin: 0 auto;
}

.popup .container {
    max-width: 1260px;
}

.close-popup {
    position: absolute;
    top: 27px;
    left: 27px;
    width: 22px;
    height: 22px;
}

.close-popup:after, .close-popup:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    background: #464f6d;
    margin: -2px 0 0 -15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-popup:before {
    transform: rotate(-45deg);
}

.popup_header {
    text-align: center;
    margin: 0 0 79px;
    font-size: 19px;
    line-height: 24px;
}

.popup_header-title {
    text-transform: uppercase;
    margin: 0 0 23px;
    color: #3a4767;
    font: 600 35px/40px 'Dosis', 'Roboto Condensed', 'Arial Narrow', sans-serif;
    letter-spacing: .02em;
}

.form-row {
    margin-bottom: 31px;
}

.form-row.has-col {
    margin-left: -35px;
    margin-right: -35px;
}

.form-row:after {
    display: block;
    clear: both;
    content: '';
}

.form-col {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 35px;
}

.input-holder {
    display: block;
    padding: 0;
    min-height: 47px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input-holder.parent-focus {
    border-bottom-color: #4a5572;
    color: #4a5572;
}

.input_item {
    float: left;
    width: 100%;
    padding: 10px 0;
    background: none;
    min-height: 25px;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Circular Std', 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #4a5572;
    border: 0 none;
    border-bottom: 2px solid #cacfde;
}

.input_item--without-border {
    border-bottom: 0 none;
}

.input_item::-webkit-input-placeholder {
    color: #708096;
    opacity: 1;
}

.input_item:-moz-placeholder {
    color: #708096;
    opacity: 1;
}

.input_item::-moz-placeholder {
    color: #708096;
    opacity: 1;
}

.input_item:-ms-input-placeholder {
    color: #708096;
    opacity: 1;
}

.help-block {

}
.help-block .list-unstyled {
    list-style: none;
    margin: 0;
    font-size: 16px;
    padding: 0;
}
.help-block .list-unstyled li {

}
.input-file-holder {
    display: inline-block;
    font: bold 13px/20px 'Dosis', 'Roboto Condensed', 'Arial Narrow', sans-serif;
    padding: 6px 20px;
    text-align: center;
    min-width: 150px;
    background-color: #808080;
    text-decoration: none;
    border-radius: 16px;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    transition: opacity .2s ease;
    border: 0;
    cursor: pointer;
}
.input-file-holder:hover {
    color: #fff;
    opacity: .8;
}
.input-file-path {
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 10px;
    max-width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.input-file {
    display: none;
}

@media screen and (max-width: 1200px) {
    .about-metrics__item-value {
        font-size: 52px;
    }

    .about-metrics__item-details {
        font-size: 17px;
    }
}

@media screen and (max-width: 1000px) {
    .show-mobile {
        display: block;
    }

    .hide-mobile {
        display: none;
    }

    .page-title {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 36px;
    }

    .page-description_big {
        margin-bottom: 50px;
    }

    body {
        font-size: 17px;
        line-height: 27px;
    }

    #wrapper {
        padding: 0;
    }

    #header {
        left: 0;
        padding: 14px 0;
    }

    .header_tools,
    .top_nav {
        display: none;
    }

    .nav-opener {
        display: block;
    }

    .logo {
        width: 124px;
        height: 33px;
        margin: 0 0 0 2px;
        background: url(../images/logo-mob.png) no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .mobile-menu_wrap {
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
    }

    .menu-active {
        overflow: hidden;
    }

    .menu-active #header {
        z-index: 45;
    }

    .menu-active .mobile-menu {
        display: block;
        position: fixed;
    }

    .footer-wrap {
        padding: 84px 0 16px;
    }

    .footer-wrap-text {
        font-size: 18px;
        line-height: 27px;
        text-align: left;
    }

    .footer-wrap-tools {
        padding: 17px 0 0;
    }

    .footer-wrap-tools .btn {
        width: 100%;
        text-align: center;
        margin: 0 0 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footer-wrap-tools .btn + .btn {
        margin-left: 0;
    }

    .footer-frame {
        padding: 50px 0 0;
    }

    .footer-column {
        width: 50%;
        margin-bottom: 20px;
    }

    .footer-menu {
        font-size: 16px;
    }

    .copy {
        text-align: center;
        font-size: 13px;
        line-height: 16px;
        padding: 0 0 40px;
    }
}
@media screen and (max-width: 768px) {
    .feature__info {
        flex-direction: column;
    }
    .feature__title {
        margin-bottom: 40px;
    }
    .feature__title,
    .feature__description {
        width: auto;
    }
    .blog-story,
    .story-comments {
        padding: 65px;
    }
    .blog-story {
        margin-top: -150px;
    }
    .blog-promo {
        height: 300px;
    }
    .blog-wrapper {
        flex-direction: column;
        width: auto;
    }
    .blog-wrapper__posts {
        width: auto;
    }
    .blog-wrapper__aside {
        width: auto;
        margin-left: 0;
    }
    .blog-list {
    }
    .vacancies__details {
        flex-direction: column;
    }
    .vacancies__details-nav {
        margin-bottom: 50px;
    }
    .categories-list__item {
        display: inline-block;
    }
    .categories-list__item-link {
        min-width: unset;
        padding: 5px 20px;
    }
    .vacancy-text,
    .vacancy-apply {
        padding: 30px;
    }

    .about-metrics {
        flex-direction: column;
    }
    .about-metrics__item {
        width: auto;
        margin-bottom: 50px;
    }
    .about-who {
        flex-direction: column;
    }
    .about-who__title,
    .about-who__description {
        width: auto;
    }
    .about-who__title {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 425px) {
    .feature__steps {
        flex-direction: column;
    }
    .feature__steps-list,
    .feature__steps-image {
        width: auto;
    }
    .feature__steps-list {
        padding-left: 0;
        padding-right: 0;
    }
    .feature__title {
        font-size: 24px;
        padding-right: 0;
    }
    .blog-story,
    .story-comments {
        padding: 20px;
    }
    .blog-story {
        margin-top: -110px;
    }
    .story-comments {
        margin-top: 20px;
    }
    .blog-promo {
        height: 200px;
    }
    .section_story {
        padding-top: 70px;
    }
    .blog-story__overview,
    .blog-story__overview p {
        font-size: 18px;
        line-height: 23px;
        color: #4A5572;
    }

    .blog-story__body,
    .blog-story__body p {
        font-size: 16px;
        line-height: 21px;
        color: #708096;
    }
    .blog-story__body p {
        margin-right: 0;
    }
    .blog-story__body h2,
    .blog-story__body h3 {
        font: bold 21px/28px 'Dosis', 'Roboto Condensed', 'Arial Narrow', sans-serif;
    }
    .blog-story__body h2 {
        font-size: 21px;
        line-height: 28px;
    }
    .blog-story__body h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .header-wrapper_with-padding {
        padding-bottom: 50px;
    }
    .blog-list__item {
        display: block;
        width: auto;
    }
    .vacancy-text,
    .vacancy-apply {
        margin-top: -110px;
    }

    .vacancy-item {
        flex-direction: column;
    }
    .vacancy-item__title {
        margin-bottom: 15px;
    }
    .vacancy-item__actions {
        margin-top: 30px;
    }
    .section {
        padding: 50px 0;
    }
    .vacancies__title {
        margin: 0 0 50px;
    }

    .about-who-perks {
        margin-right: 0;
        flex-direction: column;
    }
    .about-who-perks__item {
        width: auto;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .about-who-perks + .about-who-perks {
        margin-top: 0;
    }

    .about-photos {
        flex-direction: column;
        margin-right: 0;
    }
    .about-photos__group_left,
    .about-photos__group_main,
    .about-photos__group_right,
    .about-photos__item_main {
        width: auto;
        flex-basis: auto;
    }

    .about-photos__group_right {
        flex-direction: row;
    }
}


.login-wrap {
    padding: 60px 50px 0;
}

.login-wrap--column {
    float: left;
    width: 50%;
    text-align: center;
}

.social-account {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 290px;
}

.social-account-title {
    margin: 0 0 42px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #3a4767;
    font-weight: 600;
    font-family: 'Dosis', 'Roboto Condensed', 'Arial Narrow', sans-serif;
}

.social-account-title span {
    color: #708096;
}

.social-account-btn-hollder {
    margin: 0 0 24px;
}

.btn {
    display: inline-block;
    vertical-align: top;
    font: bold 16px/20px 'Dosis', 'Roboto Condensed', 'Arial Narrow', sans-serif;
    padding: 20px 37px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: .08em;
    border: none;
    cursor: pointer;
}

.white-btn {
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    color: #4a5573;
}

.white-btn:hover {
    color: #4a5573;
}

.purple-btn {
    background: #7345f6;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.purple-btn:hover {
    color: #fff;
}

.restore-password-link {
    font-size: 18px;
    line-height: 36px;
}.form-error {
     display: block;
     font-size: 14px;
     margin: 20px auto;
     line-height: 19px;
     color: #9f0009;
 }

.form-error-global {
    position: absolute;
    text-align: center;
    top: 0;
    left: -65px;
    right: 0;
    margin: 70px auto 0;
    padding: 10px;
    max-width: 400px;
}

.form-error-global div {
    background-color: #DE1560;
    color: white;
    padding: 10px;
}

.login-form {
    display: inline-block;
    vertical-align: top;
    width: 280px;
    text-align: left;
}

.form-row.mb13 {
    margin-bottom: 13px;
}

.login-form-btn-holder {
    padding: 20px 0 0;
}

.block-btn {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.block-btn--icon {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    margin: -7px 5px;
}

.block-btn--icon img {
    vertical-align: middle;
}

.facebook-btn {
    background: #3c66be;
    color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.facebook-btn:hover {
    text-decoration: none;
    background: #214ba1;
    color: #fff;
}

.google-btn {
    background: #fff;
    color: #4a5572;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.google-btn:hover {
    text-decoration: none;
    background: #fdfdfd;
    color: #4a5572;
}

.github-btn {
    background: #343641;
    color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.github-btn:hover {
    text-decoration: none;
    background: #191b22;
    color: #fff;
}

.login-form-title {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #3a4767;
    font-weight: 600;
    font-family: 'Dosis', 'Roboto Condensed', 'Arial Narrow', sans-serif;
}

.centred-popup-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.centred-popup-main {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}

.centred-popup-main:before {
    content: '';
    position: absolute;
    top: 20px;
    height: 370px;
    left: 50%;
    border-left: 1px solid #cacfde;
}

.popup-footer {
    text-align: center;
    color: #708096;
    font-size: 18px;
    line-height: 36px;
    padding: 40px 0 30px;
}

@media screen and (max-width: 570px) {
    .form-error-global {
        left: 0;
        margin-top: 120px;
    }
}


@media screen and (max-width: 1000px) {
    .popup {
        padding: 20px 10px 10px;
    }

    .popup_video {
        padding: 0;
    }

    .login-wrap {
        padding: 0;
    }

    .login-form {
        width: 100%;
    }

    .login-wrap--column {
        float: none;
        width: 100%;
    }

    .centred-popup-main:before {
        display: none;
    }

    .login-form {
        width: auto;
        display: block;
        margin: 0 0 30px;
    }

    .login-form-btn-holder {
        padding: 0;
        text-align: center;
    }

    .social-account {
        width: auto;
        display: block;
    }

    .social-account-title {
        margin: 0 0 15px;
    }

    .close-popup {
        top: 10px;
        left: 10px;
    }

    .popup_header {
        margin-bottom: 20px;
    }

    .popup_header-title {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    .popup_header-text {
        font-size: 15px;
        line-height: 18px;
    }

    .login-form-title {
        margin-bottom: 15px;
    }

    .calculator-form {
        float: none;
        width: auto;
        padding: 0;
        margin: 0 0 20px;
    }

    .calculator-form--btn-holder {
        padding: 0;
        text-align: center;
    }

    .form-col {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .calculator-result {
        float: none;
        width: auto;
        height: 200px;
        padding: 20px 20px;
    }

    .calculator-result--amount {
        padding-top: 10px;
    }
}

.hide-all {
    display: none;
}

.gdpr-sign-form {
    max-width: 320px;
    padding: 30px;
    margin: 60px auto 20px;
    border-radius: 5px;
    background-color: #efefef;
    text-align: center;
}

.gdpr-sign-form .help-block {
    display: block;
    margin: 10px 0 20px;
    color: red;
}

.gdpr-sign-form .help-block.success {
    color: green;
    margin: 20px 0;
}

.gdpr-sign-form .input-holder {
    margin-bottom: 20px;
}