.red-line h2::before,.showcase-content_footer h3::after {
    content: "";
    background-color: red;
}

body,html,ol,ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

h1,h2,h3,h4,h5,h6,p {
    margin: 0;
}

h1{
  font-size:2em;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

.red-line h2::before {
    display: block;
    width: 8px;
    height: 34px;
    position: absolute;
    left: -13px;
    bottom: 9px;
    margin: auto;
}

@media screen and (max-width:500px) {
    .red-line {
        text-align: center;
    }

    .red-line h2::before {
        display: none;
    }
}

.section-content {
    position: relative;
    z-index: 1;
}

.section-content h2 {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

@media screen and (max-width:1200px) {
    .red-line h2::before {
        width: 8px;
        height: 31px;
        background-color: red;
        bottom: 4px;
    }

    .section-content h2 {
        margin-bottom: 0;
    }
}

.section-content p {
    font-weight: 300;
    letter-spacing: 2px;
}

.section-content span {
    color: #fff;
}

.section-img {
    margin: 60px auto;
}

@media screen and (max-width:1200px) {
    .section-img {
        margin: 20px;
    }

    .section-flex>a {
        width: 35%;
    }

    .section-flex>a img {
        width: 100%;
    }
}

.section-img a {
    margin: 0 20px;
}

.section-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width:800px) {
    .section-flex>a {
        width: 25%;
    }
}

@media screen and (max-width:500px) {
    .section-flex>a {
        width: 37.5%;
    }

    .section-flex>img {
        width: 50%;
        height: auto;
    }
}

.section-margin {
    margin: 40px 0;
}

.section-margin p {
    margin: 30px 0;
}

.section-margin .section-center {
    margin: 0 120px;
    position: relative;
}

@media screen and (max-width:1200px) {
    body>.section-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section-margin .section-center {
        margin: 0 60px;
    }
}

@media screen and (max-width:800px) {
    .section-margin .section-center {
        position: static;
        margin: 0;
    }

    .section-margin {
        margin: 0;
    }

    .section-margin p {
        margin: 20px;
    }

    .section-margin h2 {
        margin: 20px 20px 0;
    }

    .flex-text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.showcase-item {
    overflow: hidden;
    position: relative;
}

.showcase-container {
    position: relative;
    min-height: 620px;
}

.showcase-container .showcase-image {
    position: static;
}

.margin-bot .showcase-container-large {
    position: relative;
    min-height: 630px;
}

.margin-bot .showcase-container-large .showcase-image {
    position: absolute;
    bottom: 0;
}

.margin-bot .showcase-container-large>img {
    z-index: 1;
    position: absolute;
    left: 300px;
    top: 30px;
    height: 80%;
}

@media screen and (max-width:1200px) {
    .margin-bot .showcase-container-large>img {
        left: 100px;
    }
}

@media screen and (max-width:800px) {
    .margin-bot .showcase-container-large>img {
        position: static;
        margin: 10px 10%;
        height: 50%;
    }
}

.footer .showcase-container-large {
    position: relative;
    min-height: 630px;
}

.footer .showcase-container-large .showcase-image {
    position: absolute;
    bottom: 0;
}

.footer .showcase-container-large>img {
    z-index: 1;
    position: absolute;
    right: 200px;
    top: -30px;
}

@media screen and (max-width:1400px) {
    .margin-bot .showcase-container-large>img {
        left: 100px;
    }

    .footer .showcase-container-large>img {
        right: 100px;
    }
}

@media screen and (max-width:1200px) {
    .footer .showcase-container-large>img {
        right: 50px;
    }
}

@media screen and (max-width:1000px) {
    .margin-bot .showcase-container-large>img {
        left: 20px;
    }

    .footer .showcase-container-large>img {
        right: 20px;
    }
}

@media screen and (max-width:800px) {
    .footer .showcase-container-large>img {
        position: static;
        margin: 10px 10%;
    }
}

.showcase-container-medium {
    min-height: 500px;
    bottom: 100px;
}

.showcase-image {
    z-index: 1;
}

.showcase-image img {
    display: block;
    max-width: 100%;  margin: auto;
}

@media screen and (max-width:1500px) {
    .showcase-image {
        position: absolute !important;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 1500px;
    }
}

.showcase-content_c {
    position: absolute;
    top: 300px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
}

.showcase-content_c p{
  padding-top: 20px;
  font-size: 28px;
}

.showcase-content_rb {
    position: absolute;
    bottom: 20%;
    right: 20%;
    z-index: 1;
}

.showcase-content_rb h2 {
    font-size: 38px;
    text-align: right;
}

.owl-item,.title {
    text-align: center;
}

.showcase-content_rb h2::before {
    bottom: 53px;
    left: -18px;
    margin: auto;
    width: 12px;
    height: 30px;
}

@media screen and (max-width:1500px) {
    .showcase-content_rb {
        right: 100px;
    }
}

@media screen and (max-width:1200px) {
    .showcase-content_rb h2::before {
        bottom: 41px;
        left: -19px;
        margin: auto;
        width: 13px;
        height: 30px;
    }
}

@media screen and (max-width:800px) {
    .showcase-content_rb {
        position: static;
        margin-bottom: 50px;
    }

    .showcase-content_rb h2 {
        text-align: center;
    }
}

.showcase-content_footer {
    position: absolute;
    top: 30%;
    right: 35%;
    z-index: 6;
}

.showcase-content_footer h3::after {
    display: block;
    width: 12px;
    height: 30px;
    position: absolute;
    right: -16px;
    top: 7px;
    margin: auto;
}

@media screen and (max-width:1200px) {
    .showcase-content_footer h3::after {
        width: 10px;
        height: 27px;
        top: 2px;
    }
}

@media screen and (max-width:1024px) {
    .low_hide>h3 {
        font-size: 20px !important;
    }

    .img_max {
        width: 70%;
    }

    .img_max img {
        width: 100%;
    }
}

body,header {
    font-size: 36px;
}

@media screen and (min-width:801px) {
    .img_border img {
        box-shadow: 1px 1px 1px 1px rgba(150,150,150,.3);
    }

    .img_min {
        display: none;
    }
}

.margin-top {
    margin-top: 50px;
}

.margin-bot {
    margin-bottom: 400px;
}

@media screen and (max-width:500px) {
    .margin-top>img {
        width: 50%;
        height: auto;
    }

    .margin-bot>img {
        width: 40%;
        height: auto;
        margin-top: 0;
    }

    .carousel-wrapper {
        height: 550px;
    }
}

.bg-gray {
    background-color: #cdcdcd;
    padding: 40px 0 50px;
}

@media screen and (max-width:800px) {
    .showcase-content_footer {
        position: static;
        text-align: center;
        color: #000;
    }

    .low_hide,.showcase-content_footer h3::after {
        display: none;
    }

    .margin-bot {
        margin: 0;
    }

    .bg-gray {
        padding-bottom: 0;
    }

    .bg-darkgray .img_min img {
        width: 75%;
    }
}

.bg-darkgray {
    background-color: #555253;
}

.bg-darkgray .img_min {
    margin: 20px;
}

.bg-darkgray .section-flex {
    z-index: 2;
    position: absolute;
    bottom: -100px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bg-darkgray .section-flex .low_hide {
    position: relative;
    top: 60px;
    max-width: 250px;
}

@media screen and (max-width:1200px) {
    .bg-darkgray .section-flex .low_hide {
        max-width: 155px;
    }
}

@media screen and (max-width:1024px) {
    .bg-darkgray .section-flex .low_hide {
        max-width: 120px;
        left: -20px;
    }

    .bg-darkgray .section-flex .low_hide_left {
        left: 20px;
    }
}

@media screen and (max-width:800px) {
    .bg-darkgray .showcase-item {
        display: none;
    }

    .bg-darkgray .section-flex {
        position: static;
        text-align: center;
        width: 100%;
    }

    .bg-darkgray .section-flex img {
        margin: 10px;
    }

    .column-white {
        display: none;
    }
}

.column-gray,.column-white {
    position: absolute;
    left: 0;
    right: 0;
}

.column-white {
    top: 322px;
    bottom: -200px;
    background-color: #fff;
    z-index: -3;
}

.column-gray {
    background-color: #e7e7e7;
    top: 200px;
    bottom: -100px;
    z-index: -2;
}

@media screen and (max-width:800px) {
    .column-gray,.img_max {
        display: none;
    }
}

.owl-stage-outer {
    margin-top: 20px;
}

.owl-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.owl-dots .active {
    background-color: #000;
}

.owl-dot {
    margin: 20px 10px 30px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
}

.owl-item>div {
    width: 50%;
    margin: auto;
}

.owl-carousel {
    margin: 0;
}

@media screen and (min-width:801px) {
    .owl-stage {
        width: 100% !important;
        transform: none !important;
        padding: 0 !important;
    }

    .owl-controls {
        display: none;
    }

    .owl-item {
        margin: 0 !important;

        position: relative;
    }

    .owl-item>div {
        width: 100%;
    }

    .flex-carousel {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (min-width:801px) and (max-width:1200px) {
    .owl-item {
        width: 25vw !important;
        margin: 0 20px !important;
    }

    .owl-item img {
        width: 100%;
    }
}

.title {
    color: #fff;
    margin: auto;
}

.title h3 {
    font-weight: 300;
}

.title h1,.title h2 {
    font-weight: 700;
}

@media screen and (min-width:801px) {
    .right-align {
        text-align: right;
    }
}

.footer {
    line-height: 1.1;
    padding: 0;
    margin-bottom: -12px;
}

.footer .showcase-container-large {
    height: 800px;
}

h2 {
    font-size: 44px;
}

@media screen and (max-width:1200px) {
    .column-white {
        top: 200px;
    }

    .column-gray {
        top: 106px;
        left: -20px;
        right: -20px;
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 26px;
    }

    p {
        font-size: 24px;
    }
}

@media screen and (max-width:500px) {
    .footer .showcase-container-large {
        height: auto;
    }

    h1 {
        font-size: 26px !important;
    }

    h2 {
        font-size: 20px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    p {
        font-size: 14px !important;
        letter-spacing: normal !important;
    }

    .carousel-item p {
        font-size: 12px;
    }
}





@media screen and (max-width:800px){
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
}





article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,optgroup,strong {
	font-weight: 700;
}

dfn,em {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre,textarea {
	overflow: auto;
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

blockquote,q {
	quotes: none;
}

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

dd,dl,menu,ol,ul {
	margin: 0;
}

.b-article .b-list-elems,.b-list-elems,menu,ol,ul {
	padding: 0;
}

nav ol,nav ul {
	list-style: none;
}

.b-article .b-list-elems li,.b-list-elens li {
	line-height: inherit;
	margin: 0;
}

.b-article .b-list-elems li+li,.b-list-elens li+li {
	margin-top: .8em;
}

.b-article .b-list-unstyled,.b-list-unstyled {
	padding: 0;
	list-style-type: none;
}

.b-list-decimal {
	list-style-type: decimal;
}

.b-list-justify {
	text-align: justify;
	text-justify: newspaper;
	width: 100%;
}

.b-list-justify li {
	display: inline-block;
	vertical-align: top;
}

.b-list-justify li.jusfix {
	width: 100%;
	height: 0;
	font-size: 0;
	display: inline-block;
	position: relative !important;
	top: -10px;
}

input[type=text]:-moz-placeholder,textarea:-moz-placeholder {
	color: #7d7b6d;
}

input[type=text]::-moz-placeholder,textarea::-moz-placeholder {
	color: #7d7b6d;
}

input[type=text]::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #7d7b6d;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #7d7b6d;
}

label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bajjo-mainscreen:after,.bajjo-mainscreen:before,.clearfix:after,.clearfix:before,.mirtech-mainscreen:after,.mirtech-mainscreen:before {
	content: " ";
	display: table;
}

.b-modal-footer:after,.bajjo-mainscreen:after,.clearfix:after,.mirtech-mainscreen:after {
	clear: both;
}

.b-modal-footer:after,.b-modal-footer:before {
	content: " ";
	display: table;
}

.test-hidden {
	display: none !important;
	visibility: hidden;
}

.test-outline {
	outline: red solid 1px;
}

.test-bg {
	background: red;
}

.col-group {
	font-size: 0;
}

.col-group [class^=col-] {
	vertical-align: top;
	font-size: 14px;
	box-sizing: border-box;
}

.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9 {
	display: inline-block;
}

.col-1 {
	width: 8.33333%;
}

.col-2 {
	width: 16.66667%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.33333%;
}

.col-5 {
	width: 41.66667%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.33333%;
}

.col-8 {
	width: 66.66667%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.33333%;
}

.col-11 {
	width: 91.66667%;
}

.col-12 {
	width: 100%;
}

.col-offset-1 {
	margin-left: 8.33333%;
}

.col-offset-2 {
	margin-left: 16.66667%;
}

.col-offset-3 {
	margin-left: 25%;
}

.col-offset-4 {
	margin-left: 33.33333%;
}

.col-offset-5 {
	margin-left: 41.66667%;
}

.col-offset-6 {
	margin-left: 50%;
}

.col-offset-7 {
	margin-left: 58.33333%;
}

.col-offset-8 {
	margin-left: 66.66667%;
}

.col-offset-9 {
	margin-left: 75%;
}

.col-offset-10 {
	margin-left: 83.33333%;
}

.col-offset-11 {
	margin-left: 91.66667%;
}

.col-offset-12 {
	margin-left: 100%;
}

html {
	min-height: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {

}

a:hover {
	text-decoration: underline;
	color: #0390b3;
}

.root-layout {
	min-height: 100%;
}

.page-layout {
	position: relative;
  top:-116px;
	margin: 0 auto;
	max-width: 1980px;
}

.row {
	margin: 0 auto;
	padding: 0 24px;
	position: relative;
	max-width: 1440px;
	min-width: 982px;
	width: 100%;
	box-sizing: border-box;
}

.l-header {
	position: relative;
	z-index: 10;
}

.l-header.nb-row {
	margin: 0 0 36px;
}

.l-header .nb-row-cont {
	max-width: 1880px;
}

.b-aside {
	float: left;
}

.b-section {
	padding: 18px 0;
}

.b-list-inline {
	font-size: 0;
}

.b-list-inline li {
	display: inline-block;
}

.b-list-inline li:first-child {
	margin-left: 0;
}

.i-link {
	color: #3ec7c2;
	border-bottom: 1px solid #d7d7d7;
	text-decoration: none;
}

.i-link__pseudo {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dashed inherit;
}

.i-link__pseudo:hover {
	color: inherit;
	border-color: inherit;
}

[class*=" icon-"],[class^=icon-] {
	vertical-align: text-top;
}

.btn {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border: 0;
	padding: 0;
	margin: 0;
	outline: inherit;
	line-height: 1.428571429;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn.disabled,.btn.disabled:hover,.btn[disabled],.btn[disabled]:hover {
	box-shadow: none;
	cursor: default;
	opacity: .5;
}

a.btn {
	text-decoration: none;
}

.btn-basic {
	background: #FFF;
	border: 1px solid #dedede;
	border-radius: 3px;
	color: #383838;
}

.btn-basic:hover {
	background: #fafafa;
	color: #222;
}

.btn-basic:active {
	box-shadow: inset 0 2px 3px rgba(0,0,0,.125);
}

.btn-basic.disabled:hover,.btn-basic[disabled] {
	background: #FFF;
	color: #383838;
}

.btn-action {
	border: 1px solid #FFF;
	/*color: #FFF;*/
	border-radius: 25px;
	display: inline-block;
	font-weight: 400;
	font-size: 15px;
	transition: all .2s ease-in;
}

.btn-action:hover {
	background: #3ec7c2;
	border-color: #3ec7c2;
	color: #FFF;
}

.btn-action:active {
	background: #289e9a;
	border-color: #289e9a;
	color: #FFF;
}

.btn-action.disabled:hover,.btn-action[disabled]:hover {
	color: #FFF;
	background: #4a6da8;
	border: 1px solid #426092;
}

.btn-primary {
	border: 1px solid #3ec7c2;
	border-radius: 2em;
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	font-size: 15px;
	transition: all .1s ease-in;
}

.btn-primary:hover {
	background: #3ec7c2;
	color: #FFF;
}

.btn-primary:active {
	background: #289e9a;
	color: #FFF;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-small {
	padding: 8px 14px;
	font-size: 13px;
}

.btn-medium {
	padding: 10px 22px;
	line-height: 1.33;
	font-size: 15px;
}

.btn-large {
	padding: 18px 42px;
	line-height: 1.33;
	font-size: 16px;
}

.btn-group {
	font-size: 0;
}

.btn-group-right {
	text-align: right;
}

.btn+.btn {
	margin-left: 1em;
}

.align-vertical {
	display: table;
}

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

.b-section-hero {
	padding: 42px 0 18px;
	font: 500 56px futura-pt;
	text-align: center;
}

.b-section-hero span {
	color: #3ec7c2;
}

.section-extrahero {
	padding: 52px 0 32px;
	font: 600 58px/1em futura-pt;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}

.section-extrahero span {
	color: #3ec7c2;
	display: block;
}

.b-header-nav {
	padding: 10px 0 14px;
	line-height: 23px;
	font-size: 0;
	color: #000;
	position: relative;
	border-bottom: 1px solid #000;
	border-color: rgba(0,0,0,.4);
}

.b-logo {
	margin-bottom: 0;
	vertical-align: bottom;
}

.b-site-logo {
	font: 600 32px futura-pt,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-decoration: none;
	outline: 0;
	color: inherit;
}

.b-site-logo:hover {
	text-decoration: none;
}

.b-menu-primary {
	text-align: center;
	vertical-align: bottom;
}

.b-menu-primary__item {
	display: inline-block;
	font: 500 18px futura-pt;
}

.b-menu-primary a {
	color: inherit;
	padding: 22px 16px;
	text-decoration: none;
}

.b-menu-primary a:hover {
	color: #3ec7c2;
}

.b-menu-primary .current-menu-item a {
	text-decoration: none;
	cursor: default;
	color: #3ec7c2;
}

.header__fixed {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.b-header-contacts {
	font-family: futura-pt,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: right;
	vertical-align: bottom;
	position: absolute;
	right: 0;
	top: 21px;
	white-space: nowrap;
}

.b-header-contacts a {
	color: #000;
	text-decoration: none;
}

.b-header-contacts .phone {
	padding-left: 48px;
	font-size: 16px;
}

.b-header-contacts .email {
	font-size: 18px;
}

.b-header-contacts .email:hover {
	color: #3ec7c2;
}

.coverhero-section {
	background: url(../img/coverhero.jpg) center bottom no-repeat #00004b;
	background-size: cover;
	position: relative;
	font-size: 0;
	text-align: center;
	height: 700px;
}

.coverhero-title {
	margin-bottom: 16px;
	text-align: center;
}

.coverhero-tagline {
	display: inline-block;
	background: url(../img/tagline.png) center bottom no-repeat;
	height: 344px;
	width: 716px;
}

.svg .coverhero-tagline {
	background: url(../img/tagline.svg) center bottom no-repeat;
	background-size: 100%;
	max-width: 716px;
	width: 100%;
}

.coverhero-subtitle {
	font: 18px/24px futura-pt;
	color: #FFF;
}

.coverhero-achievements {
	position: absolute;
	left: 0;
	bottom: 32px;
	right: 0;
}

.achievements__item-link {
	display: block;
}

.achievements__item-link:hover {
	opacity: .7;
}

.achievements__item {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	color: #FFF;
	line-height: 22px;
	padding: 0 20px;
	box-sizing: border-box;
}

.achievements__item-title {
	font: 600 22px futura-pt,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.achievements__item-text {
	font-size: 18px;
	font-family: futura-pt,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.achievements__item-icon {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	height: 54px;
	width: 62px;
}

.section-works {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: -24px;
}

.section-works a {
	text-decoration: none;
}

.nb-row.section-works {
	padding-top: 62px;
}

.works-list {
	text-align: center;
	font-size: 0;
	margin: 0 auto;
	max-width: 1880px;
	padding: 0 10px;
}

.works-list__item {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 52px;
	width: 33.333333%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.works-list__item--wide {
	width: 50%;
}

.works-list__item-wrap {
	display: block;
	text-align: left;
}

.works-list__item-wrap:hover .works-list__item-data-title {
	color: #5788FF;
}

.works-list__item-wrap:hover .works-list__item-pic img {
	box-shadow: 0 12px 40px rgba(0,0,0,.3);
}

@media screen and (max-width:1280px) {
	.works-list__item {
		width: 50%;
	}
}

@media screen and (max-width:520px) {
	.works-list__item {
		padding: 0 0 52px;
		width: 100%;
	}
}

.works-list__footer {
	text-align: center;
	font-size: 24px;
	font-weight: 300;
}

.works-list__footer a {
	color: #5788FF;
}

.works-list__footer a:hover {
	color: #2e52a1;
}

.works-list__item-pic {
	margin-bottom: 16px;
}

.works-list__item-pic img {
	width: 100%;
	transition: box-shadow .4s ease-in;
}

.works-list__item-data {
	font-size: 15px;
	color: #848484;
}

.works-list__item-data-title {
	font: 300 32px futura-pt,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #000;
}

.hidden-large {
	display: none;
}

@media screen and (max-width:1280px) {
	.hidden-large {
		display: inline-block;
	}
}

.nb-row.nb-row__services {
	background: #F1F4F9;
	padding: 72px 20px;
	font-size: 0;
	text-align: center;
}

@media screen and (max-width:820px) {
	.nb-row.nb-row__services {
		padding-bottom: 42px;
	}
}

.nb-row.nb-row__services .col-item {
	padding: 0 40px;
	box-sizing: border-box;
	max-width: 680px;
}

@media screen and (max-width:820px) {
	.nb-row.nb-row__services .col-item {
		padding: 0 20px;
	}
}

@media screen and (max-width:520px) {
	.nb-row.nb-row__services .col-item {
		margin-bottom: 54px;
		width: 100%;
	}
}

.b-studio-services-elem {
	text-align: left;
	color: #000;
	font-size: 0;
}

.b-studio-services-elem h3 {
	font: 500 32px/36px futura-pt,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #0d45c3;
	margin-bottom: 8px;
}

.b-studio-services-text {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	padding: 0 0 0 20px;
	font-size: 15px;
	line-height: 24px;
	width: calc(100% - 120px);
	max-width: 480px;
}

@media screen and (max-width:820px) {
	.b-studio-services-text {
		padding-left: 0;
		width: 100%;
	}
}

.studio-services__pic {
	display: inline-block;
	vertical-align: top;
	width: 120px;
}

@media screen and (max-width:820px) {
	.studio-services__pic {
		margin-bottom: 24px;
		display: block;
	}
  .b-header-nav{
    padding-top: 0;
  }
}

.studio-services__pic img {
	vertical-align: middle;
}

.theme-light .b-header-nav {
	color: #FFF;
	border-color: #FFF;
	border-color: rgba(255,255,255,.8);
}

.theme-light .b-header-contacts a {
	color: #fff;
}

.theme-light .b-menu-primary__item a:hover,.theme-light .email:hover,.theme-light a.b-site-logo:hover {
	color: #000042;
}

.theme-light__invert .b-menu-primary__item a:hover,.theme-light__invert .email:hover,.theme-light__invert a.b-site-logo:hover {
	color: #3ec7c2;
}

.b-panel__wide {
	background: #efefef;
	padding: 16px 0 20px;
	margin: 0 24px 58px;
}

.b-pagehero-intro {
	text-align: center;
	margin: 0 auto;
	padding: 12px 0 0;
	font: 18px/28px open-sans;
	max-width: 1024px;
}

.b-work-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: top;
	overflow: hidden;
}

.b-work-item a {
	color: #000042;
	display: block;
	position: relative;
	text-decoration: none;
	margin: 0 0 1px 1px;
	outline: 0;
	background: #FAFAFA;
	text-align: center;
	padding: 24px;
}

.b-work-item a:hover {
	color: #0390b3;
	cursor: pointer;
	text-decoration: none;
}

.b-work-item a:focus {
	opacity: .8;
}

.b-work-item__data {
	padding: 14px 0 0;
	text-align: center;
	height: 68px;
}

.b-work-item__title {
	font: 400 26px/30px futura-pt;
}

.b-work-item__tagline {
	font-size: 14px;
	line-height: 21px;
	color: #000;
}

.b-work-item-pic {
	vertical-align: top;
	height: auto;
	max-width: 450px;
	width: 100%;
}

.work-item__title {
	font: 30px/32px futura-pt;
	font-weight: 500;
}

.work-item__tagline {
	font-size: 14px;
	line-height: 21px;
}

.work-item__overlay {
	position: absolute;
	left: 24px;
	bottom: 18px;
	right: 24px;
	z-index: 10;
	color: #FFF;
	text-align: center;
	text-shadow: 0 2px rgba(0,0,0,.2);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.worksgrid-archive {
	font-size: 0;
}

.worksgrid-archive .b-work-item-pic {
	position: absolute;
	left: 0;
	right: 0;
	width: 100px;
	height: 100px;
	top: 22px;
	border-radius: 50%;
}

.worksgrid-archive .b-work-item__title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 2px;
}

.work-archive__item {
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;
	width: 33.333%;
	position: relative;
	padding: 42px 46px 0 126px;
	height: 176px;
	text-decoration: none;
	color: #000042;
}

.work-archive__item:hover {
	opacity: .8;
	text-decoration: none;
}

.work-archive__item-pic {
	position: absolute;
	top: 32px;
	left: 0;
	right: 0;
	border-radius: 50%;
	height: 100px;
	width: 100px;
}

@media only screen and (min-width:1420px) {
	.work-archive__item,.worksgrid-section .col-4 {
		width: 25%;
	}
}

.we-need-to-go-deeper {
	text-align: center;
	margin: 0;
}

.work-archive--intro {
	font-size: 18px;
	line-height: 32px;
	margin: 0 auto;
	padding: 42px 0;
	max-width: 980px;
}

.clients-layout {
	padding: 42px 0 48px;
}

.clients-list {
	font-size: 0;
	margin: 0 -24px;
	text-align: center;
}

.clients-list--item {
	display: inline-block;
	vertical-align: middle;
	padding: 0 42px;
	height: 140px;
}

.clients-list--item-pic {
	display: table-cell;
	vertical-align: middle;
	height: 140px;
}

.clients-list--item img {
	vertical-align: top;
}

.section-header {
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0 16px;
	margin-bottom: 62px;
}

.section-header__title {
	font: 500 58px futura-pt,"Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom: 0;
}

.section-header__subtitle {
	font: 300 22px/28px futura-pt,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #848484;
}

.b-workpage-layout {
	margin-bottom: 42px;
}

.b-workpage-header {
	margin-bottom: 42px;
	text-align: center;
}

.b-workpage-header-hero {
	font: 500 48px futura-pt,"Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom: 0;
	font-weight: 400;
}

.b-workpage-header-type {
	font-size: 14px;
}

.b-workpage-intro {
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	margin: 0 auto 24px;
	max-width: 1024px;
}

.b-workpage-desc {
	background: #efefef;
	margin: 0 0 42px;
	padding: 16px 24px 20px;
	line-height: 24px;
}

.b-workpage-desc b {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}

.b-workpage-desc-wrap {
	margin: 0 auto;
	max-width: 1186px;
	width: 100%;
}

.b-workpage-desc .col-7 {
	padding-left: 42px;
}

.b-workpage-body {
	font-size: 15px;
	line-height: 26px;
	margin: 0 auto;
	padding: 0 12px;
	max-width: 1186px;
}

.b-workpage-body p {
	margin-bottom: 1em;
	max-width: 1200px;
}

.b-workpage-body em {
	display: block;
	text-align: center;
	margin: 0 auto 22px;
	font-style: normal;
}

.screen {
	margin: 32px auto 12px;
	position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	border-radius: 3px 3px 0 0;
	width: 850px;
}

.scr_top {
	width: 99%;
	height: 33px;
	background: url(../img/browser/safari_left.png) top left no-repeat;
	display: block;
	max-width: 850px;
}

.scr_right {
	width: 167px;
	height: 33px;
	background: url(../img/browser/safari_right.png) top left no-repeat;
	right: 0;
	top: 0;
	position: absolute;
}

.scr_img {
	display: block;
	width: 100%;
	max-width: 900px;
	line-height: 0;
	position: relative;
}

.scr_img img {
	width: 100%;
}

.scr_title {
	display: block;
	width: 100%;
	max-width: 900px;
	text-align: center;
	position: absolute;
	top: 2px;
	font: 10px Arial,Helvetica,sans-serif;
	z-index: 20;
}

.scr_link {
	display: block;
	position: absolute;
	top: 11px;
	left: 12px;
	font: 10px/26px Arial,Helvetica,sans-serif;
	color: #999;
}

.scr_link span {
	color: #666;
}

.fav {
	display: block;
	margin: 0 5px 0 0;
	float: left;
	padding-left: 17px;
}

.fav img {
	width: 10px;
	position: absolute;
	display: block;
	top: 8px;
	left: 1px;
}

.main_link {
	text-align: center;
	margin-bottom: 32px;
}

.main_favicon {
	display: block;
	padding: 2px 8px 0 0;
	float: left;
}

.b-workpage-roles {
	background: #efefef;
	padding: 18px 24px;
	border-bottom: 2px solid #dadada;
	margin: 0 auto 32px;
	max-width: 1186px;
	width: 100%;
	box-sizing: border-box;
}

.creators {
	display: inline-block;
	margin: 0 0 20px;
	font-size: 0;
	width: 100%;
}

ul.creators li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

ul.creators li .name {
	display: block;
	font-size: 14px;
	color: #000;
}

ul.creators li .duty {
	display: block;
	font-size: 13px;
	color: #8b8b8b;
}

.order {
	text-align: center;
}

.order h2 {
	font-weight: 400;
	margin: 0 0 15px;
}

.order p {
	margin: 5px 0 0;
	font-size: 15px;
}

.b-contacts-list {
	margin-bottom: 42px;
}

.b-contacts-list .g-extratext {
	color: #000;
	font-weight: 700;
	font-size: 20px;
	display: block;
}

.b-contacts-list .c_small {
	color: #848484;
	font-size: 12px;
	display: block;
}

.b-contacts-map {
	height: 560px;
	width: 100%;
}

.b-contacts-persons {
	margin-left: -42px;
}

.b-contacts-persons .col-6 {
	vertical-align: top;
	margin-bottom: 42px;
}

.b-contacts-persons__item {
	font-size: 14px;
	line-height: 23px;
	padding-left: 42px;
}

.b-contacts-persons__item .r_photo {
	float: left;
	margin: 6px -100% 0 0;
}

.b-contacts-persons__item .r_photo img {
	vertical-align: top;
}

.b-contacts-persons__item .person_info {
	margin-left: 164px;
}

.b-contacts-persons__item .person_name {
	font: 500 20px futura-pt;
	color: #000;
}

.b-contacts-persons__item .person_post {
	color: #848484;
	margin: 0 0 12px;
}

.b-post-page {
	margin-top: -20px;
}

.b-post-page .b-blog-layout {
	margin-bottom: 42px;
}

.b-blog-layout {
	display: block;
	padding: 42px 0 0;
	margin: 0 auto;
	transition: all .5s linear;
}

.b-post-entry {
	position: relative;
	padding: 0 0 68px 74px;
}

.b-post-header {
	padding-bottom: 18px;
}

.b-post-header__wide {
	margin-top: -37px;
	position: relative;
	z-index: 99;
}

.b-post-header-title {
	color: #FFF;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
}

.b-post-header-title .b-post-header-hero {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 0;
}

.b-post-header-hero {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 8px;
}

.b-post-permalink {
	text-decoration: none;
	border-bottom: 1px solid #cfedf8;
}

.b-post-permalink:hover {
	text-decoration: none;
}

.b-post-header-meta {
	font-size: 0;
	color: #9d9d9d;
}

.b-post-header-meta li {
	font-size: 13px;
	display: inline-block;
}

.b-post-header-meta li:before {
	content: '•';
	padding-right: 8px;
}

.b-post-header-meta li:first-child:before {
	display: none;
}

.b-post-header-meta li+li {
	padding-left: 8px;
}

.b-post-header-meta a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #e6e6e6;
}

.b-post-header-meta a:hover {
	color: #000;
	text-decoration: none;
}

.b-post-author {
	position: absolute;
	top: 6px;
	left: 0;
}

.b-post-body {
	font-size: 15px;
	line-height: 26px;
}

.b-post-body p {
	margin-bottom: 1em;
}

.b-post-body ul {
	margin: 1em 0 1em 2em;
}

.b-post-body ul li {
	margin-bottom: .35em;
}

.b-post-body ul li:before {
	content: '•';
	float: left;
	font-size: 20px;
	color: #3ec7c2;
	margin: 1px 0 0 -.8em;
}

.b-post-media {
	text-align: center;
	margin: 0 0 28px;
}

.b-post-media__wide {
	margin-bottom: 0;
	min-height: 112px;
}

.b-post-media__author {
	text-align: right;
	font-size: 12px;
	font-weight: 300;
	color: #b0b0b0;
	padding: 4px 12px 0 0;
}

.b-post-footer {
	text-align: center;
}

.b-post-footer-figure {
	display: inline-block;
	vertical-align: middle;
}

.b-post-footer-meta {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	padding-left: 24px;
}

@media only screen and (max-width:1224px) {
	.b-blog-layout {
		width: 83.33333%;
	}

	.b-post-header-title .b-post-header-hero {
		font-size: 22px;
		font-weight: 500;
		line-height: 25px;
	}
}

.b-author-figure {
	border-radius: 50%;
	vertical-align: top;
}

.b-author-name {
	font-size: 16px;
}

.b-author-role {
	font-size: 14px;
}

.nb-row {
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
}

.nb-row__colored {
	background: #efefef;
	padding-top: 42px;
}

.nb-row-cont {
	max-width: 1440px;
	margin: 0 auto;
}

.nb-row__colored-white {
	background: #fff;
}

.nb-row__colored-gray {
	background: #ededed;
}

.root-layout__work_manu .nb-row__main {
	position: relative;
	padding: 120px 0 144px;
	margin-top: -120px;
}

.root-layout__work_manu .b-workpage-desc {
	background: 0 0;
	padding: 0;
}

.root-layout__work_manu .wide-image {
	margin: 0 -20px 16px;
	position: relative;
	overflow: hidden;
	height: 400px;
}

.root-layout__work_manu .wide-image img {
	position: absolute;
	margin-left: -990px;
	left: 50%;
}

.root-layout__work_manu .btn-primary {
	color: #424242;
	border-color: #424242;
}

.root-layout__work_manu .btn-primary:hover {
	color: #FFF;
	background: #424242;
	border-color: #424242;
}

.root-layout__work_kgb .nb-row__cover {
	background: url(../assets/works/kgb-live/kgb-cover.jpg);
	padding-top: 114px;
	margin-top: -115px;
	height: 640px;
	-webkit-animation: kgbcover 55s infinite linear;
	animation: kgbcover 55s infinite linear;
}

.root-layout__work_kgb .nb-row__cover .b-workpage-header {
	padding-top: 165px;
}

@-webkit-keyframes kgbcover {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 0 -1036px;
	}
}

@keyframes kgbcover {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 0 -1036px;
	}
}

.work-item__gorelov {
	background: #f4f0e7;
}

.work-item__gorelov .work-item__overlay {
	text-shadow: none;
	color: #fff;
}

.work-item__gorelov .work-item--prev {
	position: absolute;
	bottom: 0;
	right: 0;
}

.work-item__gorelov .work-item__logo {
	left: 16px;
	top: 12px;
	right: auto;
	width: 100px;
}

.nb-row__hidden {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 40px;
	min-width: 960px;
}

.nb-row__hidden .nb-row-cont {
	z-index: 2;
	position: relative;
}

.nb-row__hidden:after,.nb-row__hidden:before {
	background: #FFF;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 24px;
}

.nb-row__hidden:before {
	left: 0;
}

.nb-row__hidden:after {
	right: 0;
}

.b-showcase-hero {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 946px;
}

.b-showcase-hero__pic {
	margin: -120px 0 26px;
}

.b-showcase-row {
	position: relative;
	padding: 42px 0 24px;
}

.b-showcase-row .offset-left {
	padding-left: 42px;
	box-sizing: border-box;
}

.b-showcase-row .offset-right {
	padding-right: 42px;
	box-sizing: border-box;
}

.b-showcase-row__extra {
	padding: 72px 0 42px;
}

.b-showcase-row .main_link .btn-primary {
	font-size: 24px;
	height: 80px;
	line-height: 78px;
	padding: 0 2em;
	border-radius: 3em;
}

.b-showcase-header {
	padding: 0 20px 26px;
}

.b-showcase-header-title {
	font: 500 30px futura-pt;
	margin-bottom: 6px;
}

.b-showcase-header-subtitle {
	font-weight: 400;
	font-size: 15px;
}

.b-showcase-header-text {
	padding-bottom: 24px;
	font-weight: 400;
	line-height: 32px;
}

.b-showcase-pic {
	text-align: center;
}

.b-showcase-text {
	text-align: left;
	padding: 20px 0 32px;
	font-size: 14px;
	line-height: 25px;
}

.b-showcase-text p+p {
	padding-top: .8em;
}

.b-showcase-text h4 {
	margin-bottom: 5px;
}

.row-fix {
	margin: 0 -20px;
}

.manu-image-fix {
	max-width: 620px;
}

.manu-elems-holder {
	position: relative;
	overflow: hidden;
	margin: 0 -20px;
	height: 306px;
}

.manu-elems-holder img {
	position: absolute;
	left: 50%;
	margin-left: -614px;
}

.bg-manu-chair {
	background: url(../assets/works/manu/manu-chair.jpg) bottom right no-repeat;
}

.image-stack {
	position: relative;
}

.image-stack .image-stack__float {
	margin: -50% 0 0 80px;
	position: relative;
}

.col-group-fixed {
	margin-top: -32px;
}

.col-group-fixed .col-6 {
	width: 450px;
}

.fixed-group__left {
	margin-left: -480px;
	padding-right: 24px;
	text-align: right;
}

.fixed-group__right {
	padding-left: 24px;
	margin-right: -480px;
	text-align: left;
}

@media screen and (max-width:1224px) {
	.col-group-fixed .col-6 {
		width: 100%;
	}

	.col-group-fixed .fixed-group-elem {
		margin: 0 0 24px;
		padding: 0;
		text-align: center;
	}
}

.b-browser-base {
	display: inline-block;
	font-size: 0;
	line-height: 1;
	box-shadow: 0 5px 20px rgba(0,0,0,.25),0 0 1px rgba(0,0,0,.3);
	border-radius: 6px 6px 0 0;
	margin: 0 0 20px;
}

.b-browser-base__responsive {
	margin: 0 20px;
}

.b-browser-base__responsive img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.b-browser-wrap {
	position: relative;
	overflow: hidden;
}

.b-browser-panel {
	background: #e8e8e8;
	box-shadow: inset 0 1px #f6f6f6;
	border-bottom: 1px solid #b3b3b3;
	position: relative;
	padding: 11px 12px;
	border-radius: 6px 6px 0 0;
	cursor: default;
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.b-browser-dot {
	background: #67676c;
	border: 1px solid #67676c;
	display: inline-block;
	margin-right: 6px;
	border-radius: 50%;
	height: 6px;
	width: 6px;
}

.b-browser-link {
	display: block;
}

.b-browser-link img {
	vertical-align: top;
}

.b-browser-split {
	position: relative;
}

.b-browser-split .split__front {
	position: relative;
	z-index: 2;
}

.b-browser-split .split__behinde {
	position: absolute;
	top: 0;
	left: 0;
}

.services-layout {
	max-width: 1000px;
	margin: 0 auto;
}

.b-services-item {
	padding: 24px 0;
	margin-bottom: 24px;
	border-bottom: 1px solid #FFF;
	position: relative;
	min-height: 240px;
}

.b-services-item-content {
	font-size: 16px;
	line-height: 26px;
}

.b-services-item-content h3 {
	font-size: 20px;
	margin-bottom: 4px;
}

.b-services-item-content p {
	padding-bottom: 8px;
}

.b-services-item-figure {
	position: absolute;
	top: 0;
}

.b-services-item__left {
	padding-left: 282px;
}

.b-services-item__left .b-services-item-figure {
	left: 0;
}

.b-services-item__right {
	padding-right: 282px;
}

.b-services-item__right .b-services-item-figure {
	right: 0;
}

.services-icon {
	border-radius: 50%;
	height: 240px;
	width: 240px;
}

.services-icon-light {
	background: #47cec9;
}

.services-icon-dark {
	background: #000042;
}

.show-section {
	padding: 42px 0;
}

.show-headline {
	display: block;
	margin-bottom: 42px;
	-webkit-font-smoothing: antialiased;
	max-width: 720px;
}

.show-headline__title {
	font: 600 52px futura-pt;
	margin: 0;
	transition: font-size .3s ease;
}

.show-headline__text {
	font-size: 18px;
	line-height: 32px;
}

.show-headline__text p {
	margin-top: 8px;
}

.col-group .v-item {
	vertical-align: middle;
}

.show-section__wide {
	margin: 0 0 32px;
}

@media screen and (max-width:1100px) {
	.show-headline__title {
		font-size: 42px;
	}

	.show-headline__text {
		font-size: 15px;
		line-height: 25px;
	}
}

.b-footer {
	background: #000027;
	color: #fff;
	height: 46px;
	font-size: 0;
	margin: -46px 0 0;
}

.b-footer [class^=col-] {
	padding: 14px 0 0;
	font: 15px futura-pt;
	min-width: 300px;
}

.g-btm-3 {
	margin-bottom: 26px;
}

@media screen and (max-width:1224px) {
	.achievements__item-icon {
		text-align: center;
		display: block;
		margin-bottom: 8px;
		width: 100%;
	}

	.achievements__item {
		text-align: center;
	}
}

@media screen and (max-width:1048px) {
	.b-work-item__data .b-work-item__title {
		font-size: 22px;
		line-height: 26px;
	}

	.b-menu-primary {
		text-align: left;
	}
}

.worksgrid-section {
  padding-top:40px;
	font-size: 0;
  font: 13px/1.428 open-sans,"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #404040;
  padding-left: 0!important;
  padding-right: 0!important;
}

.worksgrid--siblings {
	text-align: center;
	padding-bottom: 92px;
	background: #f4f4f4;
}

.worksgrid--siblings .b-work-item {
	min-width: 300px;
}

.worksgrid--siblings .b-work-item a {
	background: 0 0;
}

.worksgrid--siblings .b-work-item__data {
	height: auto;
}

.social-icon {
	display: inline-block;
	padding: 10px 12px;
	vertical-align: middle;
	position: relative;
	line-height: 0;
	top: -6px;
	opacity: .6;
}

.social-icon:hover {
	opacity: 1;
}

.b-header-contacts .email {
	padding-left: 48px
}

.b-header-contacts .email {
	font-size: 18px;
}

.b-header-contacts .email:hover {
	color: #3ec7c2;
}

.theme-light .b-menu-primary__item a:hover,.theme-light .email:hover,.theme-light a.b-site-logo:hover {
	color: #000042;
}

.theme-light__invert .b-menu-primary__item a:hover,.theme-light__invert .email:hover,.theme-light__invert a.b-site-logo:hover {
	color: #3ec7c2;
}

@media screen and (min-width:1280px) {

	.b-menu-primary.col-6 {
		width: 66.66667%;
	}
}

@media (max-width: 1000px) {
	.archive-panel a{
		font-size: 16px;
		padding: 16px 20px;
	}

}

@media (max-width: 520px) {
	.archive-panel a{
		font-size: 10px;
		padding: 10px 5px;
	}

  .nb-row {
    margin-left: 0;
    margin-right: 0;
}
  .l-header {
    text-align: center;
}
  .l-header .b-logo {
    width: 100%;
}
  .b-header-contacts{
    display: none;
}
  .l-header .b-menu-primary__item {
    font-size: 12px;
    margin-left: 20px;
}
  .l-header .b-menu-primary__item:first-child{
  margin-left: 0;
}
  .l-header .b-menu-primary a {
    padding: 0;
}
 .l-header .b-menu-primary {
    text-align: center;
    width: 100%;
}
.nb-row{
  min-width: 0!important;
}
.app--case{
  min-width: 0!important;
}
