

@charset "UTF-8";

@import url('fonts.css');
@import url('animate.css');
@import url('slick.css');
@import url('slick-theme.css');
@import url('magnific-popup.css');

/*** Default styles ***/
#cleversite_clever_container{
    display: none !important;
}
html {
    height: 100%;
    font-size: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    font-family: Neuron, serif;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    background-color: #000;
    position: relative;
}

a {
    color: #fff;
    text-decoration: none;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
	outline: none;
}

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

textarea, button  {
    -webkit-appearance: none;
    border-radius: 0;
}

input:focus, textarea:focus, button:focus  {
    outline: none;
}

h4 {
    font-family: Neuron;
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-weight: 300;
}

.clr {
    clear: both;
}

b, strong {
    font-family: Neuron;
    font-weight: 500;
}

.slick-slide {
    outline: none;
}

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

img.j-fit {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

p:last-child {
    margin-bottom: 0 !important;
}

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

.m-block {
    padding: 80px 0;
}

/*** /Default styles ***/

#hello {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 50;
}

.hello__video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hello__video:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.canvas, .video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#header {
    width: 100%;
    padding: 45px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#header.m-fixed {
    padding: 30px 0 10px 0;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 100;
}

#header > .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: inherit;
    padding: 0 50px 0 190px;
}

#header > .container > * {
    display: table-cell;
    vertical-align: top;
}

#header.m-fixed > .container > * {
    vertical-align: middle;
}

.header__nav ul {
    margin: 0;
    padding: 0;
}

.header__nav ul li {
    margin-right: 20px;
    list-style: none;
    float: left;
}

.header__nav ul li:last-child {
    margin-right: 0;
}

.header__nav ul li a {
    font-family: PT-Sans;
    font-weight: 500;
    color: #fff;
}

.header__nav ul li.m-active a, .header__nav ul li a:hover {
    color: #5190fc;
}

.header__lang {
    width: 180px;
    font-weight: 500;
    padding-right: 10px;
}

.header__lang > div {
    line-height: 30px;
    padding: 0 24px 0;
    margin-top: 2px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    float: left;
}

.header__opt {
    width: 230px;
    font-size: 0;
    text-align: right;
}

.header__opt > div {
    display: inline-block;
    position: relative;
}

.header__opt > div > .m-tel {
    display: table;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out;
    transition: all 0s ease-out;
}

#header.m-fixed .header__opt > div > .m-tel {
    margin-bottom: 0;
}

.link:hover {
    background: rgb(50,137,230);
}

.link.m-call {
    max-width: 170px;
    font-weight: 500;
    line-height: 32px;
    border-radius: 25px;
    padding: 3px 20px 0;
}

#header.m-fixed .link.m-call {
    display: none;
}

#hello > .container {
    max-width: 80%;
    padding: 0;
    height: 100%;
    position: relative;
    z-index: 1;
}

.b-hello_wrp {
    max-width: calc(100% - 450px);
    height: 100%;
    font-size: 0;
    padding: 0 0 0 90px;
    position: relative;
    float: right;
}

.b-hello_wrp:before {
    content: "";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;
}

.b-hello_wrp:after {
    content: "";
    width: 200%;
    height: 100%;
    background: rgba(30, 34, 37, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.b-hello_wrp > div {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 1px);
    position: relative;
    z-index: 1;
}

.b-hello_wrp > div > * {
    position: relative;
}

.b-hello_wrp > div > span {
    font-weight: 600;
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
}

.b-hello_wrp > div > p {
    max-width: 475px;
    font-size: 22px;
    font-weight: 300;
    margin: 50px 0 30px;
}

.hello-logo {
    position: absolute;
}

.hello__play {
    position: absolute;
}
.hello__play-right{
    right: 10%; 
}
.hello__play-right .m-play{
    margin: -20px 0 0 -27px;
}
.hello__play .m-top, .hello__play .m-bottom {
    width: 100%;
    font-family: PT-Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 0;
}

.hello__play .m-top {
    top: 40px;
}

.hello__play .m-bottom {
    bottom: 40px;
}

.hello__play .m-bottom  > span {
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-bottom: 1px dotted;
    cursor: pointer;
}

.hello__play .m-bottom  > span:hover {
    opacity: 0.9;
}

.hello__play .m-close {
    width: 15px;
    height: 15px;
    background: url(../img/ic_delete.svg) no-repeat center;
    background-size: contain;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.hello__play .m-close:hover {
    transform: rotate(90deg);
    transform-origin: center center;
}

.link {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    font-weight: 300;
    font-size: 18px;
    line-height: 59px;
    padding: 3px 15px 0;
    text-align: center;
    background: #459fff;
    border-radius: 2px;
}

.hello_wrp__bottom .link {
    letter-spacing: 0.1em;
}

.link.m-w320px {
    max-width: 320px;
}

.link.m-w440px {
    max-width: 420px;
}

.hello_wrp__bottom .m-download {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 40px;
    margin-left: 55px;
    position: relative;
}

.hello_wrp__bottom .m-download:before {
    content: "";
    width: 24px;
    height: 21px;
    margin-top: -11px;
    background: url(../img/ic_download.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
}

.hello_wrp-more {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    padding-left: 60px;
    position: absolute;
    bottom: 20px;
    z-index: 1;
}

.hello_wrp__bottom .m-download:hover, .hello_wrp-more:hover {
    opacity: 0.8;
}

.hello_wrp-more:before {
    content: "";
    width: 32px;
    height: 12px;
    margin-top: -8px;
    background: url(../img/ic_more.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
}

.hello-logo {
    width: 380px;
    margin-right: 160px;
    position: absolute !important;
    top: 0;
    right: 100%;
    z-index: 1;
}

.hello-logo:hover {
    opacity: 0.8;
}

.hello__play {
    width: 380px;
    height: 214px;
    background: #000 no-repeat center;
    background-size: cover;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.29);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.29);
    box-shadow: 0 6px 12px rgba(0,0,0,.29);
    overflow: hidden;
    position: fixed;
    bottom: 25px;
    z-index: 100;
}

.hello__play .m-play {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border-radius: 50%;
    background: url(../img/ic_play.png) #5190fc no-repeat 24px center;
    background-size: 20px;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    top: 50%;
    left: 50%;
}

.hello__play .m-play:hover, .adv_block-play:hover:before, .b-safety_wrp > a:hover:before {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#services {
    padding-top: 140px;
    height: calc(100vh + 240px);
    max-height: 1440px;
    background: #000;
    position: relative;
    padding-bottom: 240px;
    overflow: hidden;
}

#services > .container {
    position: relative;
}

/*#services .services__txt{*/
/*height: 100%;*/
/*}*/
/*#services .services__txt .b-services_nav{*/
/*height: 100%;*/
/*}*/
#services .slick-list{
    height: 100% !important;
}
.b-block_tit {
    font-weight: 600;
    font-size: 64px;
    line-height: 0.9;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.b-block_tit.m-middle {
    font-size: 50px;
}

.b-block_tit.m-small {
    font-size: 46px;
}

.b-block_tit.m-black {
    color: #000;
}

.b-block_tit.m-gray {
    color: #d3d2d3;
}

.b-block_tit.m-center {
    text-align: center;
}

.b-block_tit.m-w900px {
    max-width: 900px;
    margin: 0 auto;
}

.b-block_tit b {
    font-weight: 600;
    color: #5190fc;
}

.services__txt .b-block_tit {
    width: calc(100% - 770px);
    float: left;
}

.b-services_slider {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.b-services_slider,
.b-services_slider .slick-list,
.b-services_slider .slick-track,
.b-services_slider .slick-slide,
.b-services_slider .slick-slide > div,
.services_slider__item {
    height: 100%;
}

.services_slider__item {
    background: no-repeat center bottom;
    background-size: cover;
}

.b-services_nav {
    width: 600px;
    margin-right: 170px;
    float: right;
}

.b-services_nav .slick-track {
    transform: translate3d(0, 0, 0) !important;
    height: 100% !important;
}

.b-services_item {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}

.slick-slide:last-child .b-services_item {
    padding-bottom: 0;
}

.slick-slide {
    font-size: 0;
}

.slick-slide > div > div {
    font-size: 18px;
}

.services_item__img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: relative;
}

.services_item__img:before, .services_item__img:after {
    content: "";
    width: 100%;
    height: 100%;
    background: no-repeat center;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-current .services_item__img:before, .services_item__img:after {
    opacity: 0;
}

.slick-current .services_item__img:after {
    opacity: 1;
}

.services_item__img.m-sell:before, .services_item__img.m-sell:after {
    background-size: 47px;
}

.services_item__img.m-sell:before {
    background-image: url(../img/services/ic_1-1.png);
}

.services_item__img.m-sell:after {
    background-image: url(../img/services/ic_1-2.png);
}

.services_item__img.m-rent:before, .services_item__img.m-rent:after {
    background-size: 68px;
}

.services_item__img.m-rent:before {
    background-image: url(../img/services/ic_2-1.png);
}

.services_item__img.m-rent:after {
    background-image: url(../img/services/ic_2-2.png);
}

.services_item__img.m-montage:before, .services_item__img.m-montage:after {
    background-size: 85px;
}

.services_item__img.m-montage:before {
    background-image: url(../img/services/ic_3-1.svg);
}

.services_item__img.m-montage:after {
    background-image: url(../img/services/ic_3-2.svg);
}
.services_item__img.m-learning:before {
    background-image: url(../img/services/icon_4_cyan_white.png);
    -webkit-background-size: 70%;
    background-size: 70%;
}

.services_item__img.m-learning:after {
    background-image: url(../img/services/icon_4_cyan.png);
    -webkit-background-size: 70%;
    background-size: 70%;
}

.services_item__txt {
    width: calc(100% - 110px);
    padding-left: 150px;
}

.services_item__txt > * {
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.services_item__txt > span {
    display: block;
    font-weight: 600;
    font-size: 1.875rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.slick-current .services_item__txt > span {
    color: #5190fc;
}

.services_item__txt > p {
    font-family: PT-Sans;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.6);
}

.slick-current .services_item__txt > p {
    color: rgba(255, 255, 255, 1);
}

.b-safety {
    padding: 40px 0;
    position: relative;
}

.b-safety_wrp {
    height: 640px;
    margin-top: -230px;
    padding: 60px 9.15%;
    background: url(../img/bg/safety.jpg) #fff no-repeat top left;
    background-size: cover;
    border-radius: 4px;
    -webkit-box-shadow: 0px 29px 51px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 29px 51px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 29px 51px 0px rgba(0, 0, 0, 0.24);
    position: relative;
    overflow: hidden;
}

.b-safety_wrp.m-white {
    height: auto;
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 40px;
    background: #fff;
    margin-bottom: 100px;
    padding-left: 6.59%;
    padding-right: 6.59%;
}

.b-safety_wrp.m-default {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0;
}

.b-safety_wrp.m-white:after {
    content: "";
    width: 430px;
    height: 501px;
    background: no-repeat center top;
    position: absolute;
    bottom: 0;
    right: 0;
}

.b-safety_marg {
    width: 100%;
    position: absolute;
    top: -240px;
    left: 0;
}

.b-safety_wrp.m-map {
    display: table;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 120px;
    overflow: visible;
}

.b-safety_wrp.m-map:after {
    width: 340px;
    /*height: 510px;*/
    background-image: url(../img/case.png);
    top: -65px;
    right: 130px;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.b-safety_wrp.m-default:after { 
    display: none;
}

.b-safety_wrp > a {
    display: block;
    max-width: 290px;
    font-size: 24px;
    color: #010101;
    line-height: 1.2;
    text-transform: uppercase;
    padding-top: 3px;
    position: relative;
    padding-left: 90px;
    margin-top: 60px;
}

.b-safety_wrp > a:before {
    content: "";
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background: url(../img/ic_play.png) #5190fc no-repeat 24px center;
    background-size: 17px;
    border-radius: 50%;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    top: 50%;
    left: 0;
}

.b-safety_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: 500;
    font-size: 23px;
    line-height: 1.1;
    text-transform: uppercase;
    padding: 20px 90px;
    border-radius: 0 0 4px 4px;
    background: rgba(81, 144, 252, 0.9);
    position: absolute;
    bottom: 0;
    left: 0;
}

.b-safety_bottom.m-new {
    max-width: 500px;
    font-weight: 100;
    font-size: 20px;
    padding: 0;
    margin: 20px 0;
    background: none;
    position: relative;
}

.b-safety_bottom > span {
    max-width: 275px;
    position: relative;
}

.b-safety_bottom > span.m-ic {
    padding-left: 65px;
}

.b-safety_bottom > span.m-ic:before {
    content: "";
    width: 60px;
    height: 100%;
    background: no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.b-safety_bottom > span.m-ic_1:before {
    background-image: url(../img/safety/1.svg);
}

.b-safety_bottom > span.m-ic_2:before {
    background-image: url(../img/safety/2.svg);
}

.b-safety_bottom > span.m-ic_3:before {
    background-image: url(../img/safety/3.svg);
}

.b-safety_bottom > span.m-num {
    font-weight: 300;
    font-size: 64px;
}

.b-safety_bottom.m-new > span.m-num {
    font-size: 38px;
}

.b-block_sub {
    font-family: Rubik;
    font-weight: 100;
    font-size: 24px;
    color: rgba(255,255,255, .7);
    text-align: center;
    
}

.b-block_sub.m-light {
    font-weight: 100;
}

.b-block_sub.m-left {
    text-align: left;
}

.b-block_sub.m-small {
    font-size: 18px;
}

.b-block_sub.m-opacity {
    color: rgba(255, 255, 255, 1);
}

.b-block_sub.m-black {
    color: #000;
}

.safety_wrp__left .b-block_sub {
    margin: 25px 0 0;
    color: #000;
}

.safety_wrp__left .link {
    margin-top: 40px;
}

#advantages, #advantages > * {
    position: relative;
}

#advantages {
    background: url(../img/bg/advantages_bg.jpg) no-repeat bottom center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

#advantages .b-block_tit {
    position: relative;
}

.b-adv_block {
    height: 864px;
    background: url(../img/advantages_block.png) no-repeat center top;
    background-size: contain;
    margin-top: -110px;
}

.adv_block-play {
    width: 180px;
    height: 180px;
    margin: -90px 0 0 -90px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
}

.adv_block-play:before {
    content: "";
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background: url(../img/ic_play.png) #5190fc no-repeat 24px center;
    background-size: 17px;
    border-radius: 50%;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    top: 50%;
    left: 50%;
}

.adv_block__item {
    max-width: 270px;
    font-family: Rubik;
    line-height: 1.2;
    position: absolute;
}

.adv_block__item.m-left {
    max-width: 335px;
    top: 435px;
    left: 55px;
}

.adv_block__item.m-right {
    top: 270px;
    right: 180px;
}

.adv_block__item.m-bottom {
    bottom: -45px;
    right: 370px;
}

.adv_block__item > span {
    display: block;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.adv_block__item > p {
    font-size: 18px;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.3;
}

#skills {
    background: url(../img/bg/skills.jpg) no-repeat center top;
    background-size: cover;
    min-height: 66vw;
    padding-top: 350px;
    position: relative;
}

.b-skills_wrp {
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 100px auto 0;
}

.skills_wrp__item {
    flex: 50%;
    max-width: 470px;
    font-family: Rubik;
    line-height: 1.2;
    margin-top: 80px;
    position: relative;
    padding: 0 25px 0 80px;
}

.skills_wrp__item:nth-child(-n + 2) {
    margin-top: 0;
}

.skills_wrp__item:before {
    content: "";
    width: 46px;
    height: 100%;
    background: no-repeat center top;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.skills_wrp__item.m-skill_1:before {
    background-image: url(../img/skills/1.png);
}

.skills_wrp__item.m-skill_2:before {
    background-image: url(../img/skills/2.png);
}

.skills_wrp__item.m-skill_3:before {
    background-image: url(../img/skills/3.png);
}

.skills_wrp__item.m-skill_4:before {
    background-image: url(../img/skills/4.png);
}

.skills_wrp__item > span {
    display: block;
    font-weight: 500;
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.skills_wrp__item > p {
    font-weight: 100;
    font-size: 18px;
    line-height: 1.2;
    opacity: 0.7;
}

.b-skills_wrp.m-how .skills_wrp__item > p {
    font-weight: 300;
}

#portfolio {
    padding-bottom: 510px;
    background: url(../img/bg/projects.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.b-projects_slider {
    margin-top: 70px;
}

.b-projects_item {
    position: relative;
}

.projects_item__wrp {
    height: 468px;
    background: no-repeat center;
    background-size: cover;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: relative;
}

.b-projects_item:hover .projects_item__wrp {
    -webkit-box-shadow: 1px 1px 30px 0px rgba(69, 159, 255, 0.75);
    -moz-box-shadow: 1px 1px 30px 0px rgba(69, 159, 255, 0.75);
    box-shadow: 1px 1px 30px 0px rgba(69, 159, 255, 0.75);
}

.projects_item__wrp:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.projects_item__wrp > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    text-align: center;
    padding: 0 15px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: 0;
}

.b-projects_item:hover .projects_item__wrp:before, .b-projects_item:hover .projects_item__wrp > div {
    opacity: 1;
}

.projects_item__wrp > div > span {
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 10px;
}

.projects_item__wrp > div > p {
    font-weight: 100;
    font-size: 18px;
    font-family: Rubik;
    line-height: 1.4;
}

.b-projects_item > span {
    display: block;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 15px 0;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.b-projects_item:hover > span {
    color: #5190fc;
}

.safety_wrp__left {
    max-width: 460px;
    float: left;
}

.b-safety_wrp.m-map .safety_wrp__left {
    max-width: 525px;
}

.safety_wrp__left.m-full {
    display: table-cell;
    max-width: calc(100% - 620px);
    vertical-align: middle;
    float: none;
}

.b-shadow {
    background: -webkit-linear-gradient(top, rgb(0, 27, 46) 0%, rgb(1, 27, 48) 70%, rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(top, rgb(0, 26, 41) 0%, rgb(0, 23, 38) 70%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgb(0, 26, 41) 0%, rgb(0, 23, 38) 70%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgb(0, 26, 41) 0%, rgb(0, 23, 38) 70%, rgba(0,0,0,0) 100%);
    background: linear-gradient(top, rgb(0, 26, 41) 0%, rgb(0, 23, 38) 70%, rgba(0,0,0,0) 100%);
    position: relative;
    z-index: 1;
}

#safety {
    background: #001d2b;
}

#how {
    padding-top: 0;
    background: url(../img/bg/how.jpg) no-repeat center;
    background-size: cover;
}

.b-skills_wrp.m-how .skills_wrp__item:before {
    font-family: Rubik;
    font-weight: 500;
    font-size: 74px;
    line-height: 1;
    background: none;
    margin-top: -5px;
}

.b-skills_wrp.m-how .skills_wrp__item.m-skill_1:before {
    content: "1";
}

.b-skills_wrp.m-how .skills_wrp__item.m-skill_2:before {
    content: "2";
}

.b-skills_wrp.m-how .skills_wrp__item.m-skill_3:before {
    content: "3";
}

.b-skills_wrp.m-how .skills_wrp__item.m-skill_4:before {
    content: "4";
}

.b-skills_wrp.m-how .skills_wrp__item:after {
    content: "";
    width: 50px;
    height: 17px;
    background: url(../img/ic_how.png) no-repeat center;
    background-size: contain;
    position: absolute;
    opacity: 0.7;
}

.b-skills_wrp.m-how .skills_wrp__item.m-skill_4:after {
    display: none;
}

.b-skills_wrp.m-how .skills_wrp__item.m-skill_1:after {
    top: 25px;
    right: -130px;
}

.b-skills_wrp.m-how .skills_wrp__item.m-skill_2:after {
    bottom: -15px;
    left: -3px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.b-skills_wrp.m-how .skills_wrp__item.m-skill_3:after {
    top: 25px;
    right: -60px;
}

.b-skills_wrp.m-how .skills_wrp__item.m-skill_3:after {
    top: 25px;
    left: -175px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#numbers {
    color: #162643;
    padding: 70px 0;
    background: #fff;
    border-bottom: 1px solid #c8c8c8;
}

.b-numbers_wrp {
    display: flex;
    justify-content: space-between;
}

.b-numbers_item {
    max-width: 335px;
    padding: 0 15px;
}

.b-numbers_item > span {
    display: block;
    font-weight: 600;
    font-size: 34px;
    max-width: 320px;
    line-height: 1;
    margin-bottom: 15px;
}

.b-numbers_item > span > b {
    font-size: 64px;
    font-weight: 600;
}

.b-numbers_item > p {
    font-weight: 100;
    font-size: 20px;
    line-height: 1.2;
}

.b-numbers_item > p > b {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

#new {
    color: #162643;
    padding-top: 120px;
    background: #fff;
    position: relative;
}

#new:before, #new:after {
    content: "";
    position: absolute;
    background: no-repet center;
    background-size: contain;
}

#new:before {
    width: 660px;
    height: 540px;
    margin-top: -270px;
    background-image: url(../img/new_before.png);
    top: 50%;
    left: 0;
}

#new:after {
    width: 256px;
    height: 259px;
    background-image: url(../img/new_after.png);
    top: -100px;
    right: 35px;
}

#new > .container {
    position: relative;
    z-index: 1;
}

.autolock {
    width: 680px;
    height: 660px;
    margin-bottom: -50px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 51px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 1px 51px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 1px 51px 0px rgba(0, 0, 0, 0.14);
    float: left;
}

.anim-on .autolock img {
    -webkit-animation: outbox-anim 1s ease-in-out forwards;
    -moz-animation: outbox-anim 1s ease-in-out forwards;
    -o-animation: outbox-anim 1s ease-in-out forwards;
    animation: outbox-anim 1s ease-in-out forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.autolock img {
    height: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    margin-bottom: 0;
}

.b-new_txt {
    width: calc(100% - 680px);
    padding: 150px 0 0 80px;
    float: left;
}

.b-new_txt > span {
    font-weight: 600;
    font-size: 64px;
    line-height: 0.8;
    text-transform: uppercase;
}

.b-new_txt > p {
    font-weight: 100;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 10px;
}

.b-safety_bottom.m-new b {
    font-weight: 500;
    font-size: 46px;
}

#team {
    padding: 130px 0 70px;
    background: url(../img/bg/team.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.team__wrp {
    display: flex;
    justify-content: space-between;
    max-width: 880px;
    font-family: Rubik;
    margin: 40px auto;
}

.team__wrp > div {
    display: flex;
    align-items: center;
}

.team__wrp > div > span {
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
}

.team__wrp > div > span.m-num {
    font-size: 86px;
    margin-right: 25px;
}

#people {
    display: flex;
    align-items: center;
    min-height: calc(100vh + 450px);
    padding-bottom: 450px;
    background: url(../img/bg/people.jpg) repeat left top;
    background-size: cover;
    position: relative;
}

#people > .container {
    position: relative;
}

.b-people_wrp {
    display: flex;
    justify-content: space-between;
}

.people_wrp__item {
    font-family: Rubik;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
}

.people_wrp__item > span {
    display: block;
    font-size: 46px;
    margin-bottom: 5px;
}

.people_wrp__item > p {
    font-size: 24px;
    line-height: 1.3;
}

.b-people_tit {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    top: -35px;
    overflow: hidden;
}

.b-people_tit > span {
    display: table;
    position: relative;
    margin: 0 auto;
}

.b-people_link {
    position: relative;
    bottom: -30px;
    overflow: hidden;
}

.b-people_link .link {
    display: table;
    margin: 20px auto 0;
    position: relative;
}

.b-people_tit > span:before, .b-people_tit > span:after, .b-people_link .link:before, .b-people_link .link:after {
    content: "";
    width: 800px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 100%;
}

.b-people_tit > span:before, .b-people_link .link:before {
    margin-right: 50px;
    right: 100%;
}

.b-people_tit > span:after, .b-people_link .link:after {
    margin-left: 50px;
    left: 100%;
}

.b-people_opt {
    width: calc(100% + 120px);
    margin: 0 -60px;
    padding: 0 25px;
}

.b-people_item {
    width: calc(50% - 120px);
    font-size: 0;
    margin: 0 60px;
    float: left;
}

.b-people_item:before {
    content: "";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;
}

.b-people_item > * {
    display: inline-block;
    vertical-align: middle;
}

.people_item__img {
    width: 70px;
}

.people_item__txt {
    width: calc(100% - 71px);
    font-family: Rubik;
    font-size: 20px;
    line-height: 1.3;
    padding-left: 20px;
    font-weight: 100;
}

.b-people_border {
    margin-top: 80px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.b-logos {
    width: calc(100% + 40px);
    margin: 0 -20px;
}

.b-logos > div {
    width: calc(33.3333% - 40px);
    height: 130px;
    font-size: 0;
    text-align: center;
    margin: 15px 20px 0;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: relative;
    float: left;
}

.b-logos > div:hover {
    opacity: 0.8;
}

.b-logos > div:before {
    content: "";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;
}

.b-logos > div > a {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 1px);
    height: 100%;
}

.b-logos > div > a > img {
    width: auto;
    max-height: 100%;
}

.infoWindow {
    font-family: Neuron, sans-serif;
    color: #333;
    min-height: 50px;
    font-size: 16px;
    padding: 10px;
    opacity: 0.7;
}

.infoWindow strong {
    font-family: Neuron;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 5px;
    opacity: 1;
}

.map-header {
    position: absolute;
    top: 33% !important;
    color: #fff;
    font-weight: 600;
    font-size: 64px;
    line-height: 64px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
}

#map {
    position: relative;
}

.b-map_info {
    width: 100%;
    margin-top: 0;
    position: absolute;
    bottom: -350px;
    left: 0;
    z-index: 1;
}

.b-sep {
    width: calc(100% + 140px);
    height: 1px;
    background: #d3d3d3;
    margin: 40px 0 50px -70px;
}

#footer .b-sep {
    background: rgba(255,255,255,0.4);
}

.b-sep.m-full {
    width: 100%;
    margin-left: 0;
}

.b-sep.m-big {
    width: 100%;
    margin: 80px 0;
}

.b-logos_slider .slick-prev {
    left: -25px;
}

.b-logos_slider .slick-next {
    right: -25px;
}

.logos_slider__item a {
    display: block;
    height: 80px;
    font-size: 0;
    text-align: center;
    padding: 0 25px;
}

.logos_slider__item a:before {
    content: "";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;
}

.logos_slider__item a > img {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 1px);
    max-height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.logos_slider__item a:hover > img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.m-mar40px {
    margin-bottom: 40px;
}

.m-top25px {
    margin-top: 25px;
}

#map .b-block_tit {
    width: 100%;
    position: absolute;
    top: 400px;
    left: 0;
    z-index: 1;
}

#sphere {
    color: #162643;
    padding-top: 400px;
    padding-bottom: 580px;
    padding-bottom: 623px;
    background: #f0f0f0;
    position: relative;
}

.b-sphere_wrp {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.b-sphere_wrp > div {
    padding-right: 15px;
}

.b-sphere_wrp > div > img {
    width: 55px;
    margin-bottom: 20px;
}

.b-sphere_wrp > div > span {
    display: block;
    font-family: Rubik;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.b-sphere_wrp > div > ul {
    margin: 0;
    padding: 0;
}

.b-sphere_wrp > div > ul li {
    font-size: 17px;
    font-family: PT-Sans;
    list-style: none;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

.b-sphere_wrp > div > ul li:last-child {
    margin-bottom: 0;
}

.b-sphere_wrp > div > ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #162643;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}

.b-certificate_wrp {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 70px auto 0;
}

.b-certificate_wrp > a {
    margin: 0 25px;
    box-shadow: 0 0 0 8px rgba(23, 23, 25, 0);
    -webkit-box-shadow: 0px 29px 51px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 29px 51px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 29px 51px 0px rgba(0, 0, 0, 0.14);
}

.b-certificate_wrp > a:hover {
    -webkit-box-shadow: 1px 1px 51px 0px rgba(69, 159, 255, 0.75);
    -moz-box-shadow: 1px 1px 51px 0px rgba(69, 159, 255, 0.75);
    box-shadow: 1px 1px 51px 0px rgba(69, 159, 255, 0.75);
}

.b-contacts_wrp {
    width: 100%;
    position: absolute;
    bottom: -540px;
    left: 0;
}

.b-contacts_block {
    display: flex;
    color: #333;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 29px 51px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 29px 51px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 29px 51px 0px rgba(0, 0, 0, 0.24);
    position: relative;
    overflow: hidden;
}

.b-contacts_block a {
    color: #162643;
}

.b-contacts_block .m-text {
    width: calc(100% - 510px);
    padding: 70px 6.59%;
}

.b-contacts_block .m-map {
    width: 510px;
}

.b-contacts_opt {
    width: calc(100% + 40px);
    margin: 15px -20px 0;
}

.b-contacts_opt > * {
    width: calc(50% - 40px);
    margin: 0 20px;
    float: left;
}

.b-contacts_opt > * > * {
    display: table;
}

.b-contacts_opt > * > .m-tel {
    font-weight: 600;
    font-size: 36px;
}

.b-contacts_opt > * > .m-mail {
    line-height: 43px;
}

.b-contacts_opt > * > .m-mail, .b-contacts_opt > * > .m-des {
    font-family: Rubik;
    font-weight: 100;
    font-size: 18px;
}

.b-contacts_opt > * > .m-sub {
    font-family: Rubik;
    font-weight: 100;
    font-size: 15px;
    opacity: 0.7;
}

.b-contacts_opt > * > .m-tit {
    font-family: Rubik;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

.b-contacts_opt--support.b-contacts_opt > * {
    width: calc(100% - 40px);
    margin: 0 20px;
    float: left;
}
.b-contacts_opt--support a span{
    color: #ff0000;
}

.b-contacts_opt--support a svg{
    max-width: 24px;
    height: 24px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 6px; 
}
.b-contacts_opt--support .support__block a:nth-child(3) svg{
    padding: 3px;
    border-radius: 6px;
}
.b-contacts_opt--support .support__block{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.b-soc {
    width: 100%;
    font-size: 0;
}

.b-soc > * {
    display: inline-block;
    width: 43px;
    height: 43px;
		position: relative;
    overflow: hidden;
}
a.b-soc__wh > img, a.b-soc__vb > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    transform: translate(-30px, -30px);
		max-width: unset;
}
a.b-soc__in > img{
	border-radius: 50%;
    width: 40px;
    top: 2px;
    left: 1px;
    position: absolute; 
}
a.b-soc__inst {
    top: -1px;
    width: 40px;
    height: 40px;
		border-radius: 50%;
}
a.b-soc__inst > img {
    border-radius: 117px;
    width: 50px;
    position: absolute;
    top: -5px;
    left: -5px;
    max-width: unset;		
}

a.b-soc__vk {
    top: -1px;
    width: 40px;
    height: 40px;
		border-radius: 50%;
    margin-left: 3px;
}
a.b-soc__vk > img {
    border-radius: 117px;
    width: 56px;
    position: absolute;
    top: -9px;
    left: -8px;
    max-width: unset;		
}

.b-soc.m-white > * {
    display: flex;
    align-items: center;
    width: 85px;
    height: 55px;
    padding: 0 15px !important;
    border-left: 1px solid #9fa7ad;
    opacity: 0.7;
    float: left;
}

.b-soc .m-in {
    padding: 6px;
}

.b-soc.m-white > *, .b-soc.m-white .m-in {
    padding: 0 3px;
}

.b-soc > a:hover {
    opacity: 0.8;
}

.m-top40px {
    margin-top: 40px;
}

.m-top15px {
    margin-top: 15px;
}

.b-contact_form {
    margin-top: 25px;
}

.b-input_wrp {
    display: table;
    width: calc(100% + 6px);
    margin: 0 -3px 6px;
}

.b-input {
    width: 100%;
    font-size: 0;
    margin-bottom: 6px;
}

.b-input_wrp .b-input {
    width: calc(50% - 6px);
    margin: 0 3px 0;
    float: left;
}

.b-input:last-child {
    margin-bottom: 0;
}

.b-input input, .b-input textarea {
    width: 100%;
    height: 55px;
    font-family: PT-Sans;
    font-weight: 100;
    font-size: 18px;
    color: #6b6d71;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    padding: 0 20px;
    -webkit-appearance: none;
}

.b-input input::-webkit-input-placeholder {color: #6b6d71;}
.b-input input::-moz-placeholder          {color: #6b6d71;}
.b-input input:-moz-placeholder           {color: #6b6d71;}
.b-input input:-ms-input-placeholder      {color: #6b6d71;}

.b-input textarea {
    height: 110px;
    padding-top: 20px;
    padding-bottom: 20px;
    resize: none;
}

.b-input textarea::-webkit-input-placeholder {color: #6b6d71;}
.b-input textarea::-moz-placeholder          {color: #6b6d71;}
.b-input textarea:-moz-placeholder           {color: #6b6d71;}
.b-input textarea:-ms-input-placeholder      {color: #6b6d71;}

.m-c_white {
    color: #fff !important;
}

.b-input input.m-error, .b-input textarea.m-error {
    border-color: red;
}

#footer {
    padding-top: 600px;
    padding-bottom: 40px;
    background: url(../img/bg/footer.jpg) no-repeat center;
    background-size: cover;
}

.footer__top {
    display: table;
    width: 100%;
}

.footer__top > * {
    display: table-cell;
    vertical-align: top;
}

.b-footer_logo {
    width: 335px;
}

.b-footer_logo img {
    max-width: 255px;
    margin-bottom: 15px;
}

.b-footer_logo p {
    font-family: PT-Sans;
    font-size: 16px;
    opacity: 0.9;
}

.b-footer_nav ul {
    display: table;
    width: 500px;
    padding: 0 0 0 40px;
    margin: 0 auto;
}

.b-footer_nav ul li {
    width: 50%;
    margin-top: 10px;
    list-style: none;
    float: left;
}

.b-footer_nav ul li:nth-child(-n + 2) {
    margin-top: 0;
}

.b-footer_nav ul li a, .b-footer_opt a.m-nav {
    font-family: PT-Sans;
    font-size: 18px;
}

.b-footer_nav ul li a:hover {
    color: #459fff;
}

.b-footer_opt {
    width: 520px;
    font-size: 18px;
    font-family: PT-Sans;
}

.footer_opt__txt span {
    max-width: 250px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    opacity: 0.7;
}

.b-footer_opt a.m-nav {
    display: table;
}

.footer_opt__txt {
    margin-top: 20px;
}

.footer_opt__txt > * {
    display: flex;
    align-items: center;
}

.footer_opt__txt > a {
    margin-bottom: 5px;
}

.footer_opt__txt > a, .footer_opt__txt .m-opt > a {
    display: table;
    color: #459fff;
    font-family: PT-Sans;
    opacity: 0.7;
}

.footer_opt__txt .m-opt > span {
    font-size: 14px;
    text-transform: uppercase;
}

.footer_opt__txt .m-opt {
    font-size: 18px;
}

.footer_opt__txt .m-half {
    font-size: 0;
}

.footer_opt__txt .b-soc {
    width: calc(100% - 143px);
    min-width: 182px;
    padding-left: 35px;
}

.footer__bottom {
    display: table;
    width: 100%;
}

.footer__bottom > * {
    display: table-cell;
    vertical-align: middle;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

#place-3d {
    display: table-cell;
    vertical-align: middle;
    width: 620px;
    margin: -70px 0 0 0;
    position: relative;
    right: -50px;
    z-index: 1;
}

#place-3d > div {
    position: relative;
}

.table-arrow {
    width: 16px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.table-arrow.m-left {
    left: 0;
}

.table-arrow.m-right {
    right: 0;
}

.b-how_bottom {
    font-family: Rubik;
    font-size: 26px;
    color: #666;
    text-align: center;
    margin-top: 70px;
}

.b-how_bottom > span {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}

.b-how_bottom > p {
    font-weight: 100;
}

.header__lang > div > a.m-message {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/ic_message.svg) no-repeat center;
    background-size: contain;
}

.header__lang > div > a.m-message:hover {
    opacity: 0.8;
}

.b-modal {
    max-width: 815px;
    color: #12161d;
    padding: 70px;
    margin: 8px auto;
	background-color: #fff;
	-webkit-box-shadow: 0 20px 60px rgba(36,37,39,.4);
	-moz-box-shadow: 0 20px 60px rgba(36,37,39,.4);
	box-shadow: 0 20px 60px rgba(36,37,39,.4);
    position: relative;
}

.b-modal.m-team {
    max-width: 1000px;
    padding: 0;
}

.b-modal.m-project {
    max-width: 78vw;
    text-align: left;
}

.b-modal.m-call {
    max-width: 475px;
    padding: 35px;
}

.b-modal.m-video {
    width: 70vw;
    max-width: inherit;
    padding: 0;
    background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.b-pop_tit {
    font-weight: 600;
    font-size: 46px;
    color: #162643;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}

.b-pop_tit.m-center {
    text-align: center;
}

.b-pop_tit.m-gray {
    color: rgba(31, 26, 28, 0.2);
}

.b-pop_tit.m-logo {
    margin-bottom: 30px;
}

.b-pop_tit.m-logo img {
    max-height: 85px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.b-pop_sub {
    font-weight: 100;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
    opacity: 0.7;
}

.b-modal.m-call .b-pop_tit {
    font-size: 32px;
}

.b-modal.m-call .b-pop_sub {
    font-size: 18px;
}

.b-input.m-form {
    display: table;
    width: 100%;
}

.b-input.m-form > * {
    float: left;
}

.b-input.m-form input {
    width: calc(100% - 60px);
    height: 50px;
    margin-right: 10px;
}

.b-input.m-form input::-webkit-input-placeholder {color: rgba(18, 22, 29, 0.6);}
.b-input.m-form input::-moz-placeholder          {color: rgba(18, 22, 29, 0.6);}
.b-input.m-form input:-moz-placeholder           {color: rgba(18, 22, 29, 0.6);}
.b-input.m-form input:-ms-input-placeholder      {color: rgba(18, 22, 29, 0.6);}

.b-input.m-form a {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/ic_arrow-right.svg) #5190fc no-repeat center;
    background-size: 15px;
    border-radius: 4px;
}

.b-input.m-form a:hover {
    background-color: #3781ff;
}

.j-services_slider, .j-services_nav, .j-projects_slider, .j-logos_slider {
    visibility: hidden;
}

.b-pop_wrp {
    display: flex;
    align-items: center;
}

.pop_wrp__img {
    width: 330px;
}

.pop_wrp__txt {
    width: calc(100% - 330px);
    padding: 20px 40px;
}

.pop_wrp__txt > span {
    display: block;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 5px;
}

.pop_wrp__txt > p {
    font-weight: 600;
    font-size: 25px;
}

.pop_wrp__txt > ul {
    margin: 0;
    padding: 0;
}

.pop_wrp__txt > ul li {
    font-weight: 100;
    font-family: Rubik;
    font-size: 20px;
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
    opacity: 0.7;
}

.pop_wrp__txt > ul li:last-child {
    margin-bottom: 0;
}

.scroll-top {
    display: none;
    width: 50px;
    height: 50px;
    background: url(../img/ic_arrow-up.svg) no-repeat center;
    background-size: contain;
    position: fixed;
    bottom: 30px;
    left: 40px;
    z-index: 100;
}

.scroll-top:hover {
    opacity: 0.8;
}

.scroll-top.m-active {
    display: block;
}

.m-max630px {
    max-width: 630px;
}

.b-project_gallery {
    width: calc(100% + 30px);
    margin: 35px -15px 50px;
}

.b-project_gallery > div {
    width: calc(25% - 30px);
    height: 210px;
    margin: 0 15px;
    overflow: hidden;
    float: left;
}

.b-project_ol {
    margin-top: 25px;
}

.b-project_ol ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
    counter-reset: num;
}

.b-project_ol ol li {
    font-family: PT-Sans;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    list-style: none;
    margin-bottom: 25px;
    padding-left: 60px;
    position: relative;
}

.b-project_ol ol li:last-child {
    margin-bottom: 0;
}

.b-project_ol ol li:before {
    content: counter(num) '';
    counter-increment: num;
    font-family: Neuron;
    font-weight: 600;
    font-size: 46px;
    color: rgba(31, 26, 28, 0.2);
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.b-project_ol ol li b, .b-project_ol ol li strong {
    font-family: PT-Sans;
    font-weight: 700;
}

.link.m-popup {
    max-width: 200px;
    font-weight: 100;
    line-height: 52px;
    margin-top: 30px;
}

.b-modal.m-career .pop_wrp__txt {
    padding-left: 70px;
    padding-right: 70px;
}

.b-modal.m-career .b-pop_des {
    margin: 15px 0 20px;
}

.b-modal.m-career .mfp-close {
    color: #fff;
}

#header > .container > .header__logo > img {
    display: none;
    width: 150px;
}

#header.m-fixed > .container > .header__logo > img.m-small {
    display: table-cell;
    width: 31px;
    cursor: pointer;
}

#header.m-fixed > .container > .header__logo {
    width: 100px;
}

.header__lang > .m-trigger {
    display: none;
    border-right: none;
    padding-right: 0;
}

.b-trigger {
    width: 23px;
    padding-top: 3px;
}

.trigger__item {
    width: 23px;
    height: 19px;
    cursor: pointer;
}

.icon-bar {
    display: block;
    width: 23px;
    height: 2px;
    border-radius: 0;
    background: #fff;
    position: relative;
    transition: all 500ms ease-in-out;
    margin: 5px 0 0 0 !important;
}

.trigger__item .icon-bar:nth-of-type(1) {
    margin-top: 0 !important;
}

.trigger__item .icon-bar:nth-of-type(2) {
    top: 1px;
}

.trigger__item .icon-bar:nth-of-type(3) {
    top: 2px;
}

.trigger__item .icon-bar {
    position:relative;
    transition:all 500ms ease-in-out;
}

.trigger__item.m-active .icon-bar:nth-of-type(1) {
    top: 8px;
    transform: rotate(45deg);
}

.trigger__item.m-active .icon-bar:nth-of-type(2) {
    background-color:transparent;
}

.trigger__item.m-active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}

#header > .container > .header__opt.m-tablet {
    display: none;
    text-align: center;
}

.header__opt.m-tablet > div > .m-tel {
    margin-bottom: 0;
    white-space: nowrap;
}

.header__lang ul {
    margin: 0;
    padding: 0;
}

.header__lang ul li {
    text-transform: capitalize;
    list-style: none;
}

.header__lang ul li.active {
    display: none;
}

.header__lang ul li a:hover {
    opacity: 0.8;
}

.header__lang ul span {
    text-transform: uppercase;
}

#projects {
    overflow: hidden;
}

.m-no_bottom {
    margin-bottom: 0;
}

.header__opt > div > span {
    font-family: Rubik;
    font-size: 14px;
    color: #fff;
    line-height: 17px;
    position: absolute;
    top: -19px;
    right: 0;
    opacity: 0.7;
}

.m-upper {
    text-transform: uppercase;
}

.adv_block-play span {
    width: 337px;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 25px;
    position: absolute;
    bottom: -25px;
    left: -35px;
    opacity: 0.9;
}

.b-projects_slider .slick-list {
    margin: 0 -2px;
}

.b-projects_slider .slick-slide {
    margin: 0 2px;
}

.m-darkblue {
    color: #162643;
}

.b-projects_slider .slick-prev, .b-projects_slider .slick-next {
    margin-top: -25px;
}

.b-projects_slider .slick-prev {
    left: 10px;
}

.b-projects_slider .slick-next {
    right: 10px;
}

.m-black_gray {
    color: #333;
}

.m-mar20px {
    margin-bottom: 20px;
}

.b-footer_copyright {
    opacity: 0.3;
}

#header.m-fixed .container {
    max-width: inherit;
    padding: 0 50px 0 80px;
}

.people__wrapper {
    width: 100%;
}

.people__shadow {
    width: 100%;
    height: 100%;
    background: url(../img/team_shadow.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.b-safety_wrp.m-how {
    top: -450px;
    display: table;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 50px;
}

#work {
    margin-top: -370px;
}

.b-pop_attent {
    font-family: Rubik;
    font-weight: 100;
    font-size: 18px;
    margin-top: 10px;
    opacity: 0.7;
}

.b-footer_presentation .hello_wrp__bottom .m-download {
    text-transform: inherit;
}

.footer_opt__txt .m-opt > a {
    font-size: 16px;
}

.m-max170px {
    max-width: 170px;
}

.b-captcha {
    display: table;
    margin-top: 10px;
    position: relative;
}

.b-captcha:before {
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid transparent;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.b-captcha.m-error:before {
    border-color: red;
}

.b-modal.m-presentation {
    max-width: 80%;
    padding: 0;
    background: transparent;
}

.b-block_tit.m-blue {
    color: #162643;
}

.container {
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.b-modal .video-container {
	-webkit-box-shadow: 0 20px 60px rgba(36,37,39,.4);
	-moz-box-shadow: 0 20px 60px rgba(36,37,39,.4);
	box-shadow: 0 20px 60px rgba(36,37,39,.4);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.b-pop_link {
    text-align: center;
    margin-top: 25px;
}

.b-pop_link a {
    max-width: 290px;
    font-weight: 500;
    line-height: 52px;
}

.mfp-close-btn-in .b-modal.m-video .mfp-close {
    color: #fff;
    top: -35px;
    right: -15px;
}

.gm-style-cc {
    display:none;
}

a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}
.gm-control-active.gm-fullscreen-control{
    display: none;
}
img.header__phone-icon {
    max-width: 18px;
}
.header__new-phone{
    float: right;
}
.header__new-phone, .header__new-phone > div {
    max-height: 22px;
    align-items: center;
    margin-right: 7px;
}
@media(max-width: 575px){
    .header__new-phone,.header__new-phone > div{
        display: flex!important;
    }
    .header__lang > div {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
    }
    #header > .container > .header__logo > img {
        display: table-cell;
        vertical-align: top;
    }
}
@media (min-width: 576px){ 
    .header__new-phone{
        display: none!important;
    }
    
}
@media (min-width: 600px) and (max-width: 767px){
    #hello #header > .container {
        padding: 0 35px;
    }
}
@media (max-width: 599px){
    #hello #header > .container {
        padding: 0 25px; 
    }
}
@media (min-width: 320px) and (max-width: 374px){
    #hello #header > .container {
        padding: 0 15px;
    }
    #hello #header .header__logo {
        width: 130px;
    }
    
}
.b-soc div img {
    width: 28px;
    margin-top: 8px;
    margin-left: 8px;
}

.mfp-close-btn-in .mfp-close{
    opacity: 1;
    background: #fff;
}
header#header *{
    user-select: none;
}
header#header .m-tel.callibri_phone_1 {
    user-select: all;
}