/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: top .3s,right .3s,bottom .3s,left .3s;
    transition: top .3s,right .3s,bottom .3s,left .3s;
}

.noUi-state-drag * {
    cursor: inherit!important;
}

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    -webkit-box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
    box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

.noUi-connect {
    background: #3FB8AF;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 3px rgba(51,51,51,.45);
    box-shadow: inset 0 0 3px rgba(51,51,51,.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #AAA;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%,50%,0);
    transform: translate3d(-50%,50%,0);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
    padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    right: 120%;
}

/* em pure-hidden values */

/* pure-hidden-xs */

/* pure-hidden-md */

/* pure-hidden-lg */

@charset "UTF-8";

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Roboto-Regular.woff) format("woff");
}

@font-face {
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Roboto-Bold.woff) format("woff");
}

@font-face {
    font-family: 'RobotoCondensed';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/RobotoCondensed-Regular.woff) format("woff");
}

@font-face {
    font-family: 'RobotoCondensed-Bold';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/RobotoCondensed-Bold.woff) format("woff");
}

@font-face {
    font-family: 'Akrobat';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Akrobatblack.woff) format("woff");
}

@font-face {
    font-family: 'Akrobat-Bold';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Akrobatbold.woff) format("woff");
}

@font-face {
    font-family: 'Akrobat-ExtraBold';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Akrobatextrabold.woff) format("woff");
}

@font-face {
    font-family: 'Akrobat-Light';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Akrobatthin.woff) format("woff");
}

.abd-slider {
    position: relative;
    width: 623px;
    height: 340px;
}

.abd-slider > div {
    position: absolute;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    top: 0px;
    left: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.abd-slider div.abd-slider__cur {
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 0px;
    left: 0px;
    display: block;
    z-index: 20;
}

.abd-slider div.abd-slider__uncur {
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    -webkit-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
}

.content {
    -webkit-columns: 1;
    columns: 1;
}

.content h3 {
    font-size: 1.125rem;
    color: #000000;
    margin: 30px 0 24px 0;
}

.content p,
.content .about-section__text,
.content .services-content .row__body,
.services-content .content .row__body {
    color: #666666;
    font-size: 0.875rem;
}

.content div {
    padding-top: 1px;
    margin-top: -1px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
}

/* pure-md >768px*/

/*!
Pure v0.6.2
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/

/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.pure-button:focus,
a:active,
a:hover {
    outline: 0;
}

.pure-table,
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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;
}

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

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 {
    -webkit-box-sizing: content-box;
    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;
}

.pure-button,
input {
    line-height: normal;
}

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[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.pure-button,
.pure-form input:not([type]),
.pure-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend,
td,
th {
    padding: 0;
}

legend {
    border: 0;
}

.hidden,
[hidden] {
    display: none !important;
}

.pure-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.pure-g {
    letter-spacing: -.31em;
    text-rendering: optimizespeed;
    font-family: FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.opera-only :-o-prefocus,
.pure-g {
    word-spacing: -.43em;
}

.pure-u,
.pure-u-1,
.pure-u-1-1,
.pure-u-1-12,
.pure-u-1-2,
.pure-u-1-24,
.pure-u-1-3,
.pure-u-1-4,
.pure-u-1-5,
.pure-u-1-6,
.pure-u-1-8,
.pure-u-10-24,
.pure-u-11-12,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-2-24,
.pure-u-2-3,
.pure-u-2-5,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24,
.pure-u-3-24,
.pure-u-3-4,
.pure-u-3-5,
.pure-u-3-8,
.pure-u-4-24,
.pure-u-4-5,
.pure-u-5-12,
.pure-u-5-24,
.pure-u-5-5,
.pure-u-5-6,
.pure-u-5-8,
.pure-u-6-24,
.pure-u-7-12,
.pure-u-7-24,
.pure-u-7-8,
.pure-u-8-24,
.pure-u-9-24 {
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    display: inline-block;
    zoom: 1;
}

.pure-g [class*=pure-u] {
    font-family: sans-serif;
}

.pure-u-1-24 {
    width: 4.1667%;
}

.pure-u-1-12,
.pure-u-2-24 {
    width: 8.3333%;
}

.pure-u-1-8,
.pure-u-3-24 {
    width: 12.5%;
}

.pure-u-1-6,
.pure-u-4-24 {
    width: 16.6667%;
}

.pure-u-1-5 {
    width: 20%;
}

.pure-u-5-24 {
    width: 20.8333%;
}

.pure-u-1-4,
.pure-u-6-24 {
    width: 25%;
}

.pure-u-7-24 {
    width: 29.1667%;
}

.pure-u-1-3,
.pure-u-8-24 {
    width: 33.3333%;
}

.pure-u-3-8,
.pure-u-9-24 {
    width: 37.5%;
}

.pure-u-2-5 {
    width: 40%;
}

.pure-u-10-24,
.pure-u-5-12 {
    width: 41.6667%;
}

.pure-u-11-24 {
    width: 45.8333%;
}

.pure-u-1-2,
.pure-u-12-24 {
    width: 50%;
}

.pure-u-13-24 {
    width: 54.1667%;
}

.pure-u-14-24,
.pure-u-7-12 {
    width: 58.3333%;
}

.pure-u-3-5 {
    width: 60%;
}

.pure-u-15-24,
.pure-u-5-8 {
    width: 62.5%;
}

.pure-u-16-24,
.pure-u-2-3 {
    width: 66.6667%;
}

.pure-u-17-24 {
    width: 70.8333%;
}

.pure-u-18-24,
.pure-u-3-4 {
    width: 75%;
}

.pure-u-19-24 {
    width: 79.1667%;
}

.pure-u-4-5 {
    width: 80%;
}

.pure-u-20-24,
.pure-u-5-6 {
    width: 83.3333%;
}

.pure-u-21-24,
.pure-u-7-8 {
    width: 87.5%;
}

.pure-u-11-12,
.pure-u-22-24 {
    width: 91.6667%;
}

.pure-u-23-24 {
    width: 95.8333%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-24-24,
.pure-u-5-5 {
    width: 100%;
}

.pure-button {
    display: inline-block;
    zoom: 1;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.pure-button-group {
    letter-spacing: -.31em;
    text-rendering: optimizespeed;
}

.opera-only :-o-prefocus,
.pure-button-group {
    word-spacing: -.43em;
}

.pure-button {
    font-family: inherit;
    font-size: 100%;
    padding: .5em 1em;
    color: #444;
    color: rgba(0, 0, 0, 0.8);
    border: 1px solid #999;
    border: transparent;
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
}

.pure-button-hover,
.pure-button:focus,
.pure-button:hover {
    filter: alpha(opacity=90);
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), color-stop(40%, rgba(0, 0, 0, 0.1)));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}

.pure-button-active,
.pure-button:active {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
    border-color: #000\9;
}

.pure-button-disabled,
.pure-button-disabled:active,
.pure-button-disabled:focus,
.pure-button-disabled:hover,
.pure-button[disabled] {
    border: none;
    background-image: none;
    filter: alpha(opacity=40);
    opacity: .4;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
}

.pure-button-hidden {
    display: none;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
    background-color: #0078e7;
    color: #fff;
}

.pure-button-group .pure-button {
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    margin: 0;
    border-radius: 0;
    border-right: 1px solid #111;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.pure-button-group .pure-button:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pure-button-group .pure-button:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: none;
}

.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=text],
.pure-form select,
.pure-form textarea {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pure-form input:not([type]) {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
}

.pure-form input[type=color] {
    padding: .2em .5em;
}

.pure-form input:not([type]):focus,
.pure-form input[type=password]:focus,
.pure-form input[type=email]:focus,
.pure-form input[type=url]:focus,
.pure-form input[type=date]:focus,
.pure-form input[type=month]:focus,
.pure-form input[type=time]:focus,
.pure-form input[type=datetime]:focus,
.pure-form input[type=datetime-local]:focus,
.pure-form input[type=week]:focus,
.pure-form input[type=tel]:focus,
.pure-form input[type=color]:focus,
.pure-form input[type=number]:focus,
.pure-form input[type=search]:focus,
.pure-form input[type=text]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
    outline: 0;
    border-color: #129FEA;
}

.pure-form input[type=file]:focus,
.pure-form input[type=checkbox]:focus,
.pure-form input[type=radio]:focus {
    outline: #129FEA auto 1px;
}

.pure-form .pure-checkbox,
.pure-form .pure-radio {
    margin: .5em 0;
    display: block;
}

.pure-form input:not([type])[disabled],
.pure-form input[type=password][disabled],
.pure-form input[type=email][disabled],
.pure-form input[type=url][disabled],
.pure-form input[type=date][disabled],
.pure-form input[type=month][disabled],
.pure-form input[type=time][disabled],
.pure-form input[type=datetime][disabled],
.pure-form input[type=datetime-local][disabled],
.pure-form input[type=week][disabled],
.pure-form input[type=tel][disabled],
.pure-form input[type=color][disabled],
.pure-form input[type=number][disabled],
.pure-form input[type=search][disabled],
.pure-form input[type=text][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3;
}

.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
    background-color: #eee;
    color: #777;
    border-color: #ccc;
}

.pure-form input:focus:invalid,
.pure-form select:focus:invalid,
.pure-form textarea:focus:invalid {
    color: #b94a48;
    border-color: #e9322d;
}

.pure-form input[type=file]:focus:invalid:focus,
.pure-form input[type=checkbox]:focus:invalid:focus,
.pure-form input[type=radio]:focus:invalid:focus {
    outline-color: #e9322d;
}

.pure-form select {
    height: 2.25em;
    border: 1px solid #ccc;
    background-color: #fff;
}

.pure-form select[multiple] {
    height: auto;
}

.pure-form label {
    margin: .5em 0 .2em;
}

.pure-form fieldset {
    margin: 0;
    padding: .35em 0 .75em;
    border: 0;
}

.pure-form legend {
    display: block;
    width: 100%;
    padding: .3em 0;
    margin-bottom: .3em;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

.pure-form-stacked input:not([type]),
.pure-form-stacked input[type=password],
.pure-form-stacked input[type=email],
.pure-form-stacked input[type=url],
.pure-form-stacked input[type=date],
.pure-form-stacked input[type=month],
.pure-form-stacked input[type=time],
.pure-form-stacked input[type=datetime],
.pure-form-stacked input[type=datetime-local],
.pure-form-stacked input[type=week],
.pure-form-stacked input[type=tel],
.pure-form-stacked input[type=color],
.pure-form-stacked input[type=file],
.pure-form-stacked input[type=number],
.pure-form-stacked input[type=search],
.pure-form-stacked input[type=text],
.pure-form-stacked label,
.pure-form-stacked select,
.pure-form-stacked textarea {
    display: block;
    margin: .25em 0;
}

.pure-form-aligned .pure-help-inline,
.pure-form-aligned input,
.pure-form-aligned select,
.pure-form-aligned textarea,
.pure-form-message-inline {
    display: inline-block;
    vertical-align: middle;
}

.pure-form-aligned textarea {
    vertical-align: top;
}

.pure-form-aligned .pure-control-group {
    margin-bottom: .5em;
}

.pure-form-aligned .pure-control-group label {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 10em;
    margin: 0 1em 0 0;
}

.pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 11em;
}

.pure-form .pure-input-rounded,
.pure-form input.pure-input-rounded {
    border-radius: 2em;
    padding: .5em 1em;
}

.pure-form .pure-group fieldset {
    margin-bottom: 10px;
}

.pure-form .pure-group input,
.pure-form .pure-group textarea {
    display: block;
    padding: 10px;
    margin: 0 0 -1px;
    border-radius: 0;
    position: relative;
    top: -1px;
}

.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
    z-index: 3;
}

.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
    top: 1px;
    border-radius: 4px 4px 0 0;
    margin: 0;
}

.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
    top: 1px;
    border-radius: 4px;
    margin: 0;
}

.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
    top: -2px;
    border-radius: 0 0 4px 4px;
    margin: 0;
}

.pure-form .pure-group button {
    margin: .35em 0;
}

.pure-form .pure-input-1 {
    width: 100%;
}

.pure-form .pure-input-3-4 {
    width: 75%;
}

.pure-form .pure-input-2-3 {
    width: 66%;
}

.pure-form .pure-input-1-2 {
    width: 50%;
}

.pure-form .pure-input-1-3 {
    width: 33%;
}

.pure-form .pure-input-1-4 {
    width: 25%;
}

.pure-form .pure-help-inline,
.pure-form-message-inline {
    display: inline-block;
    padding-left: .3em;
    color: #666;
    vertical-align: middle;
    font-size: .875em;
}

.pure-form-message {
    display: block;
    color: #666;
    font-size: .875em;
}

.pure-menu-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
}

.pure-menu-item,
.pure-menu-list {
    position: relative;
}

.pure-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pure-menu-item {
    padding: 0;
    margin: 0;
    height: 100%;
}

.pure-menu-heading,
.pure-menu-link {
    display: block;
    text-decoration: none;
    white-space: nowrap;
}

.pure-menu-horizontal {
    width: 100%;
    white-space: nowrap;
}

.pure-menu-horizontal .pure-menu-list {
    display: inline-block;
}

.pure-menu-horizontal .pure-menu-heading,
.pure-menu-horizontal .pure-menu-item,
.pure-menu-horizontal .pure-menu-separator {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

.pure-menu-item .pure-menu-item {
    display: block;
}

.pure-menu-children {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
}

.pure-menu-horizontal .pure-menu-children {
    left: 0;
    top: auto;
    width: inherit;
}

.pure-menu-active > .pure-menu-children,
.pure-menu-allow-hover:hover > .pure-menu-children {
    display: block;
    position: absolute;
}

.pure-menu-has-children > .pure-menu-link:after {
    padding-left: .5em;
    content: "\25B8";
    font-size: small;
}

.pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after {
    content: "\25BE";
}

.pure-menu-scrollable {
    overflow-y: scroll;
    overflow-x: hidden;
}

.pure-menu-scrollable .pure-menu-list {
    display: block;
}

.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
    display: inline-block;
}

.pure-menu-horizontal.pure-menu-scrollable {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    padding: .5em 0;
}

.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar {
    display: none;
}

.pure-menu-horizontal .pure-menu-children .pure-menu-separator,
.pure-menu-separator {
    background-color: #ccc;
    height: 1px;
    margin: .3em 0;
}

.pure-menu-horizontal .pure-menu-separator {
    width: 1px;
    height: 1.3em;
    margin: 0 .3em;
}

.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
    display: block;
    width: auto;
}

.pure-menu-heading {
    text-transform: uppercase;
    color: #565d64;
}

.pure-menu-link {
    color: #777;
}

.pure-menu-children {
    background-color: #fff;
}

.pure-menu-disabled,
.pure-menu-heading,
.pure-menu-link {
    padding: .5em 1em;
}

.pure-menu-disabled {
    opacity: .5;
}

.pure-menu-disabled .pure-menu-link:hover {
    background-color: transparent;
}

.pure-menu-active > .pure-menu-link,
.pure-menu-link:focus,
.pure-menu-link:hover {
    background-color: #eee;
}

.pure-menu-selected .pure-menu-link,
.pure-menu-selected .pure-menu-link:visited {
    color: #000;
}

.pure-table {
    empty-cells: show;
    border: 1px solid #cbcbcb;
}

.pure-table caption {
    color: #000;
    font: italic 85%/1 arial,sans-serif;
    padding: 1em 0;
    text-align: center;
}

.pure-table td,
.pure-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
}

.pure-table td:first-child,
.pure-table th:first-child {
    border-left-width: 0;
}

.pure-table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

.pure-table td {
    background-color: transparent;
}

.pure-table-odd td,
.pure-table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2;
}

.pure-table-bordered td {
    border-bottom: 1px solid #cbcbcb;
}

.pure-table-bordered tbody > tr:last-child > td {
    border-bottom-width: 0;
}

.pure-table-horizontal td,
.pure-table-horizontal th {
    border-width: 0 0 1px;
    border-bottom: 1px solid #cbcbcb;
}

.pure-table-horizontal tbody > tr:last-child > td {
    border-bottom-width: 0;
}

/*!
Pure v0.6.2
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/

::-moz-selection {
    background: #0E5037;
    color: #ffffff;
}

::selection {
    background: #0E5037;
    color: #ffffff;
}

.pure-g [class*=pure-u] {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

html {
    font-size: 100%;
    height: 100%;
}

body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    height: 100%;
}

body .wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding-bottom: 60px;
    min-height: -webkit-calc(100vh - 207px);
    min-height: calc(100vh - 207px);
    min-width: 320px;
}

.container {
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2 {
    font-family: "Akrobat-ExtraBold", Arial, Helvetica, sans-serif;
    font-size: 2.625rem;
    color: #000000;
    margin: 0;
    line-height: 50px;
}

h3 {
    font-family: "Akrobat-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    color: #000000;
    margin: 0;
}

h4 {
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    color: #000000;
    margin: 0;
}

form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p,
.about-section__text,
.services-content .row__body {
    color: #666666;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.28571;
    margin: 20px 0;
}

p:first-child,
.about-section__text:first-child,
.services-content .row__body:first-child {
    margin: 0 0 20px;
}

p:last-child,
.about-section__text:last-child,
.services-content .row__body:last-child {
    margin: 20px 0 0;
}

p.strong,
.strong.about-section__text,
.services-content .strong.row__body {
    font-size: 1.125rem;
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    line-height: 1.33333;
    color: #000000;
}

p.disc,
.disc.about-section__text,
.services-content .disc.row__body {
    margin: 30px 0 40px;
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 1.22222;
    color: #000000;
}

p.disc:before,
.disc.about-section__text:before,
.services-content .disc.row__body:before {
    display: block;
    content: '';
    width: 60px;
    height: 5px;
    margin: 0 0 20px;
    background: #0E5037;
}

p img,
.about-section__text img,
.services-content .row__body img {
    max-width: 100%;
}

a {
    color: #4A90E2;
}

.white,
.h-title.white {
    color: #ffffff;
}

.page {
    min-height: 100%;
    padding-bottom: 207px;
    margin-bottom: -207px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header2_small {
    font-size: 1.25rem;
}

.button-more {
    text-align: center;
    padding-top: 30px;
}

.regular {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.header {
    height: 80px;
    width: 100%;
    overflow: hidden;
    position: fixed;
    background: #000000;
    z-index: 1000;
    font-size: 0.875rem;
}

.header__indent {
    padding-top: 80px;
}

.header__indent_results {
    padding-top: 137px;
}

.header__call {
    position: absolute;
    display: block;
    width: 54px;
    height: 54px;
    top: 70px;
    right: 10px;
    border-radius: 50%;
    background: #ffffff;
    z-index: 1000;
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
}

.header__call img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header__bkg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
}

.header__bkg:after {
    content: "";
    background: #ffffff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 29px;
    height: 24px;
}

.navigation {
    margin-top: 29px;
    position: relative;
    z-index: 1000;
}

.navigation__hamburger {
    position: absolute;
    top: 34px;
    left: 10px;
    cursor: pointer;
    width: 28px;
    height: 16px;
    z-index: 1010;
}

.navigation__hamburger-item {
    background: #ffffff;
    width: 28px;
    height: 2px;
    position: relative;
}

.navigation__hamburger-item:before,
.navigation__hamburger-item:after {
    content: '';
    background: #ffffff;
    width: 28px;
    height: 2px;
    position: absolute;
    left: 0;
}

.navigation__hamburger-item:after {
    top: 7px;
}

.navigation__hamburger-item:before {
    top: 14px;
}

.navigation__item {
    color: #ffffff;
    font-family: "Akrobat-ExtraBold", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    height: 24px;
    position: relative;
}

.navigation__logo {
    float: right;
    height: 24px;
    margin-right: 65px;
}

.navigation__tel {
    float: right;
    margin-top: -2px;
    font-family: "Akrobat-Bold", Arial, Helvetica, sans-serif;
}

.navigation__tel_bold {
    font-family: "Akrobat-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
}

.navigation_lg {
    display: none;
}

.search-desktop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 100;
}

.search-desktop.open {
    display: block;
    z-index: 110;
}

.search-desktop__inner {
    max-width: 480px;
    padding: 0 10px;
    margin: 300px auto 0;
}

.search-desktop__close {
    position: absolute;
    top: 140px;
    right: 60px;
}

.mobilenav {
    background: -webkit-linear-gradient(left, white 79px, #e7e7e7 1px);
    background: linear-gradient(90deg, white 79px, #e7e7e7 1px);
    background-size: 80px 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1001;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 0.4s, visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s, visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, opacity 0.4s, visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
    opacity: 0.5;
}

.mobilenav_open {
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s, -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s;
    transition: transform 0.4s ease-in-out, opacity 0.4s, -webkit-transform 0.4s ease-in-out;
    opacity: 1;
}

.mobilenav__wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow-y: auto;
    padding: 10px;
    height: 100%;
}

.mobilenav__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobilenav__item {
    font-family: "Akrobat-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.3125rem;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    display: block;
    margin-bottom: 30px;
}

.mobilenav__item_lang {
    margin-bottom: 0;
}

.mobilenav__close {
    margin: 19px 0 40px;
}

.mobilenav__social-item {
    display: inline-block;
    margin-right: 20px;
}

.submenu {
    padding: 18px 0 6px;
}

.submenu__item {
    font-family: "Akrobat-Bold", Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 1.125rem;
    color: #000000;
    display: inline-block;
    margin: 0 15px 11px 0;
}

.submenu__item_cur {
    color: #666666;
}

.progress {
    color: #ffffff;
    position: relative;
}

.progress__green {
    position: absolute;
    top: 0;
    left: 0;
    background: #085136;
    width: 100%;
    height: 520px;
    -webkit-box-shadow: inset 0 0 100px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 100px 2px rgba(0, 0, 0, 0.5);
}

.progress__sep {
    background: #ffffff;
    height: 2px;
    width: 265px;
    margin: 20px 0;
}

.progress__projects {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    margin-top: 15px;
}

.progress__projects-count {
    font-family: "Akrobat-Bold", Arial, Helvetica, sans-serif;
    font-size: 4.6875rem;
    line-height: 75px;
}

.progress__gallery {
    width: 1300px;
}

.progress__gallery-crop {
    margin: 25px -10px 35px 0;
}

.progress__gallery-item {
    width: 240px;
    height: 340px;
    background-color: #D8D8D8;
    background-size: cover;
    padding: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.progress__gallery-name {
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.3125rem;
    line-height: 21px;
    margin-bottom: 5px;
}

.progress__button {
    position: relative;
}

.icon-download .cls-1 {
    clip-rule: evenodd;
}

.icon-download .cls-3 {
    -webkit-clip-path: url(#clip-path);
    clip-path: url(#clip-path);
}

.icon-download .cls-5 {
    -webkit-clip-path: url(#clip-path-2);
    clip-path: url(#clip-path-2);
}

.icon__white {
    fill: #ffffff;
}

.clients {
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
}

.clients__logo-item {
    height: 90px;
    position: relative;
}

.clients__logo-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.clients__wrap {
    border-bottom: 3px solid #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 20px 0;
}

.clients__category {
    padding: 20px 0 0;
}

.clients__category-list {
    padding-top: 20px;
}

.clients__category-item {
    font-size: 1.125rem;
    margin-right: 15px;
}

.clients__count {
    font-family: "Akrobat-Bold", Arial, Helvetica, sans-serif;
    font-size: 5.125rem;
    line-height: 88px;
    color: #000000;
}

.clients__link {
    font-size: 1.3125rem;
}

.main-news__item {
    margin: 0 0 25px 0;
}

.main-contacts {
    margin-bottom: 30px;
}

.main-contacts__tel {
    margin-bottom: 10px;
}

.main-contacts__inner {
    margin-top: 20px;
}

.main-contacts__address {
    display: inline-block;
}

.main-contacts__button {
    position: relative;
    text-align: right;
}

.main-contacts__button .button {
    margin-top: 20px;
}

.contacts {
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
}

.contacts__map {
    height: 442px;
    position: relative;
}

.contacts__map_overlay:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

.contacts__map_overlay:before {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-size: 1.125rem;
    position: absolute;
    content: "Чтобы переместить карту, проведите по ней двумя пальцами";
    top: 50%;
    left: 50%;
    width: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 60;
}

.vacancies__page-title {
    margin-bottom: 20px;
}

.vacancies__feedback {
    margin: 60px 0 0;
}

.vacancy__department {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
}

.vacancy__content {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 18px;
    color: #666666;
}

.vacancy__content p,
.vacancy__content .about-section__text,
.vacancy__content .services-content .row__body,
.services-content .vacancy__content .row__body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 18px;
    color: #666666;
}

.vacancy__content h3 {
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
}

.feedback {
    background: #ffffff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.feedback__title {
    width: 100%;
}

.feedback__text {
    height: 190px;
}

.form__field {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form__row {
    width: 100%;
}

.form__desc {
    padding: 10px;
    font-size: 0.875rem;
}

.form__label {
    display: block;
    font-size: 0.875rem;
    color: #666666;
    margin: 26px 0 5px 0;
}

.form__label_file {
    cursor: pointer;
    line-height: 40px;
    height: 40px;
    margin-top: 16px;
    background: url(../img/attach_icon.png) no-repeat;
    padding-left: 30px;
    overflow: hidden;
    position: relative;
}

.form__elem {
    display: block;
    border: 1px solid #9B9B9B;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form__elem:focus {
    -webkit-box-shadow: 0 0 6px 0 #0E5037;
    box-shadow: 0 0 6px 0 #0E5037;
    outline: 0;
}

.form__elem_string {
    line-height: 36px;
    padding: 0 15px;
}

.form__elem_text {
    padding: 15px;
}

.form__elem_file {
    cursor: inherit;
    display: block;
    font-size: 62.4375rem;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.form__button {
    padding: 15px 0;
    text-align: center;
    color: red;
}

.materials__page-title {
    margin-bottom: 20px;
}

.materials-item {
    margin: 0 0 50px;
}

.materials-item img {
    display: block;
    width: 100%;
    margin: 0 0 15px;
}

.materials-item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.materials-item-link {
    text-decoration: none;
}

.materials-item-link .h-title {
    color: #000000;
}

.materials-item-link:hover .h-title {
    color: #8B8B8B;
}

.materials-item-link:hover + .materials-item-arrow:before {
    display: inline-block;
}

.materials-item-link:hover + .materials-item-arrow:after {
    width: 50px;
}

.materials-item-arrow {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.materials-item-arrow:before {
    content: '';
    width: 14px;
    height: 14px;
    border-top: 2px solid #9B9B9B;
    border-right: 2px solid #9B9B9B;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    right: 0;
    display: none;
}

.materials-item-arrow:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    top: 11px;
    right: 0;
    background-color: #9B9B9B;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
}

.materials-item-desc {
    max-width: 620px;
    color: #666666;
}

.materials-row.implode-pictures .materials-item picture {
    background: #fafafa;
    margin: 0 -10px 15px;
    padding: 0 10px;
}

.materials-row.implode-pictures .materials-item:first-of-type picture {
    margin: 0 -10px 15px 0;
    padding: 0 10px 0 0;
}

.materials-row.implode-pictures .materials-item:last-of-type picture {
    margin: 0 0 15px -10px;
    padding: 0 0 0 10px;
}

.row__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -50px;
    padding-bottom: 50px;
}

.row .pure-u-1-2 {
    width: 460px;
    margin-bottom: 50px;
}

.row .pure-u-1-3 {
    width: 300px;
    margin-bottom: 50px;
}

.row .pure-u-2-3 {
    width: 600px;
    margin-bottom: 50px;
}

.news__title-wrapper {
    width: auto;
    letter-spacing: normal;
}

.news.pubs .news-publications-container {
    display: block;
}

.news.pubs .news__p-hidden {
    display: none;
}

.news-publications-placeholder {
    display: block;
    margin-top: -120px;
}

.news-publications-container {
    display: none;
    padding: 10px 0 30px;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pure-g_m {
    margin-left: -10px;
    margin-right: -10px;
}

.pure-g_m > [class*=pure-u-] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

.pure-g.j-sb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pure-g.a-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pure-g.a-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.pure-g.a-base {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

#newsPublications {
    position: fixed;
    top: 0;
    bottom: 25px;
    background: #ffffff;
    min-height: 180px;
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
}

#newsPublications .inner {
    padding: 80px 0 0 0;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#newsPublications .publication-card {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
    overflow: hidden;
}

#newsPublications .publication-card .head-panel {
    margin: 30px 0 25px;
}

#newsPublications .publication-card__item {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #000000;
}

#newsPublications .publication-card__item:last-child {
    margin: 0;
    border: 0;
    padding: 0;
}

#newsPublications .publication-card__item > * {
    max-width: 280px;
}

#newsPublications .list {
    position: absolute;
    top: 100%;
    left: 20px;
    bottom: 20px;
    width: 100%;
    overflow-y: auto;
    margin: 0 -20px 0 0;
    padding: 0 22px 0 0;
}

.about-top {
    position: relative;
    z-index: 5;
    color: #ffffff;
    background: url(http://placehold.it/1023x450) center center no-repeat;
    background-size: cover;
    margin: 0 -10px;
    padding: 8px 10px;
}

.about-top__title {
    font-family: "Akrobat-ExtraBold", Arial, Helvetica, sans-serif;
    font-size: 2.625rem;
    line-height: 50px;
    margin-bottom: 66px;
}

.about-top__info {
    margin-bottom: 20px;
    max-width: 235px;
}

.about-top__info-number {
    font-family: "Akrobat-ExtraBold", Arial, Helvetica, sans-serif;
    font-size: 4rem;
    line-height: 77px;
}

.about-top__info-text {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 22px;
}

.about-desc {
    margin-top: 20px;
}

.about-desc__text {
    padding: 20px 0;
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 34px;
}

.about-desc__button {
    text-align: center;
    padding: 0 0 50px;
}

.about-section {
    margin-bottom: 45px;
}

.about-section__title {
    margin-bottom: 24px;
}

.about-section__button {
    margin: 30px auto 0;
}

.about-hr {
    width: 60px;
    height: 5px;
    background-color: #0E5037;
    margin: 5px 0 20px;
}

.about-quote__large {
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 30px;
}

.about-quote__link {
    display: inline-block;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 50px;
}

.about-quote__author-photo {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 30px;
}

.about-quote__author-photo img {
    max-width: 100%;
}

.about-quote__author-name,
.about-quote__author-info {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #0E5037;
}

.about-quote__author-name {
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
}

.about-quote__author-info {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.about-feedback {
    margin: 25px 0 50px;
}

.img-page-bg {
    height: 390px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.img-page-bg.animate #image-animator {
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

#image-animator {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}


.img-page-top {
    height: 390px;
    position: relative;
    z-index: 5;
}

.img-page-top__title {
    margin-top: 20px;
}

.contacts-page__address-title {
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.375rem;
    line-height: 22px;
}

.contacts-page__numbers {
    padding-top: 30px;
    padding-bottom: 25px;
}

.contacts-page__number {
    margin-bottom: 15px;
}

.contacts-page__address-title {
    margin-bottom: 20px;
}

.contacts-page__address p,
.contacts-page__address .about-section__text,
.contacts-page__address .services-content .row__body,
.services-content .contacts-page__address .row__body {
    color: #666666;
}

.contacts-page__feedback {
    padding-top: 30px;
}

.contacts-page__howto {
    margin: 40px 0;
}

.contacts-page__howto-item_pad {
    padding-top: 47px;
}

.contacts-page__howto-title {
    margin-bottom: 20px;
}

.contacts-page__howto-transport,
.contacts-page__howto-way {
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none;
    margin-bottom: 25px;
}

.contacts-page__howto-transport {
    font-size: 1.125rem;
}

.contacts-page__howto-way {
    display: inline-block;
    font-size: 0.875rem;
    position: relative;
}

.contacts-page__howto-way:hover {
    color: #8B8B8B;
}

.contacts-page__howto-way:hover .contacts-page__howto-arrow:before {
    width: 23px;
}

.contacts-page__howto-way:hover .contacts-page__howto-arrow:after {
    display: block;
}

.contacts-page__howto-arrow {
    display: block;
    position: absolute;
    height: 6px;
    width: 23px;
    left: -28px;
}

.contacts-page__howto-arrow:before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #8B8B8B;
    top: 8px;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contacts-page__howto-arrow:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border: 1px solid #8B8B8B;
    border-right: none;
    border-bottom: none;
    top: 5px;
    right: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    display: none;
}

.contacts-page__howto-text {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    color: #666666;
}

.services-page-desc {
    color: #ffffff;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.4375;
    padding: 20px 0 30px;
}

.services-page-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.services-types {
    padding: 20px 0 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.services-types menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: -20px;
    margin-top: 0;
    padding-left: 0;
}

.services-types menu li {
    list-style: none;
    font-size: 1rem;
    line-height: 1.375;
    margin: 0 40px 0 0;
    position: relative;
}

.services-types menu li.current:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #9B9B9B;
}

.services-types menu li a {
    color: #000000;
    text-decoration: none;
}

.services-types menu li a:hover {
    color: #9B9B9B;
}

.services-content {
    padding: 20px 0 0;
}

.services-content__desc {
    margin: 20px 0 0;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.33333;
}

.services-content__header {
    margin: 0 0 20px;
}

.services-content__sub-title {
    margin: 0 0 40px;
}

.services-content .row {
    margin: 0 0 40px;
}

.services-content .row__head {
    margin: 0 0 20px;
}

.services-content .row__head a {
    color: #000000;
}

.services-content .row__type {
    font-size: 1.125rem;
    line-height: 1.33333;
}

.services-content .row ul {
    list-style: none;
    margin: 1.3em 0;
    padding: 0 0 0 130px;
    font-size: 1rem;
    line-height: 1.375;
}

.services-content .row ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 3px 0 10px;
    color: #666666;
}

.services-content .row ul li::before {
    content: '—';
    margin: 0 10px 0 0;
}

.services-content .row ul.list-style li {
    padding: 0 0 0 24px;
}

.services-content .row ul.list-style li::before {
    content: none;
}

.services-content__link {
    padding: 0 50px 0 0;
    font-family: "Akrobat-ExtraBold", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 22px;
    text-align: right;
}

.services-content__link,
.services-content__link a {
    color: #666666;
    text-decoration: none;
}

.news-item__header {
    margin: 30px 0 40px;
}

.news-item img {
    max-width: 100%;
}

.material-item__header {
    margin: 30px 0 40px;
}

.material-item__desc {
    color: #000000;
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 1.33333;
    margin-top: 30px;
}

.material-item .slides {
    margin: 0 0 0 3%;
}

.projects__auto-slide {
    margin: 70px 0 60px;
}

.project-item {
    padding-top: 20px;
}

.project-item__body:before,
.project-item__body:after {
    content: "";
    display: table;
}

.project-item__body:after {
    clear: both;
}

.project-item__side {
    margin: 0 0 30px;
    padding: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
}

.project-item__side-header {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #9B9B9B;
}

.project-item__side-text {
    font-size: 0.875rem;
    line-height: 18px;
}

.project-item__side-text p,
.project-item__side-text .about-section__text,
.project-item__side-text .services-content .row__body,
.services-content .project-item__side-text .row__body {
    margin: 0 0 .7em;
}

.project-item__side-text p:last-child,
.project-item__side-text .about-section__text:last-child,
.project-item__side-text .services-content .row__body:last-child,
.services-content .project-item__side-text .row__body:last-child {
    margin-bottom: 0;
}

.project-item__side-text span {
    color: #0E5037;
    text-transform: uppercase;
}

.project-item__tags {
    margin: 20px 0 30px;
    font-size: 0;
}

.project-item__tag {
    display: inline-block;
    margin: 0 20px 20px 0;
}

.project-item__text {
    margin: 0 0 50px;
}

.project-item__text h2 {
    margin-bottom: 20px;
}

.project-item__text img {
    max-width: 100%;
    display: block;
    height: auto;
    margin: auto;
}

.project-item .slides {
    margin: 0 0 40px 3%;
}

.project-item .spoilers .item {
    margin: 0 0 28px;
}

.project-item .spoilers .item .term {
    margin: 0 0 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.project-item .spoilers .item .term span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.3125rem;
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    line-height: 18px;
    cursor: pointer;
}

.project-item .spoilers .item .term span strong {
    font-weight: 400;
}

.project-item .spoilers .item .term span::before {
    content: '';
    min-width: 22px;
    height: 22px;
    margin: 0 17px 0 0;
    background: url(../img/spoiler-arrow.jpg);
}

.project-item .spoilers .item .term.opened span::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.project-item .spoilers .item .desc {
    display: none;
}

.project-item .spoilers .reviews .review-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 50px;
}

.project-item .spoilers .reviews .review-item .author {
    min-width: 210px;
    margin: 0 30px 0 0;
    color: #0E5037;
    font-size: 0.875rem;
    line-height: 18px;
}

.project-item .spoilers .reviews .review-item .author .image {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    border-radius: 100%;
    overflow: hidden;
}

.project-item .spoilers .reviews .review-item .author .name {
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
}

.project-item .spoilers .reviews .review-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.project-item .spoilers .reviews .review-item:nth-child(even) .author {
    margin: 0 0 0 30px;
}

.project-item .spoilers .reviews .review-item .text {
    font-size: 1.125rem;
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    line-height: 22px;
}

.project-item .spoilers .images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.project-item .spoilers .images img:hover {
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.clients-page-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.clients-page-header h1 {
    margin: 0;
}

.clients-page-letters {
    overflow: hidden;
}

.clients-page-letters > .pure-g {
    padding-bottom: 30px;
    margin-bottom: -30px;
    overflow-x: auto;
}

.clients-page-letters__inner {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 30px;
    line-height: 1.08333;
    padding-bottom: 30px;
}

.clients-page-letters a {
    color: #666666;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.clients-page-list {
    list-style: none;
    padding: 0;
    margin: 60px 0 0;
    -webkit-column-count: 2;
    column-count: 2;
    color: #666666;
    text-decoration: none;
}

.clients-page-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.clients-page-list__letter {
    font-size: 1.625rem;
    line-height: 30px;
    padding: 0 20px 0 0;
}

.clients-page-list__clients {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clients-page-list__client {
    padding: 0 0 0 20px;
}

.clients-page-list__client_fill {
    position: relative;
}

.clients-page-list__client_fill:hover .clients-page-list__client-name {
    margin-bottom: 5px;
}

.clients-page-list__client_fill:hover .clients-page-list__projects {
    display: block;
}

.clients-page-list__client_fill .clients-page-list__client-name {
    font-weight: 600;
}

.clients-page-list__client-name {
    font-size: 1.125rem;
    line-height: 28px;
}

.clients-page-list__projects {
    list-style-type: none;
    margin: 0;
    display: none;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 10px;
    z-index: 10;
}

.clients-page-list__projects:before {
    content: '';
    display: block;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 10px;
}

.clients-page-list__project:not(:last-child) {
    margin-bottom: 20px;
}

.clients-page-list__project-desc {
    display: block;
}

.page-error-404 {
    min-height: -webkit-calc(100vh - 207px);
    min-height: calc(100vh - 207px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.page-error-404__video-wrapper {
    background: url(/img/943eaa6b.jpg) center center no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    padding-top: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-error-404__video-wrapper video {
    display: none;
    position: absolute;
    top: -webkit-calc(80px + 50%);
    top: calc(80px + 50%);
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-error-404__content {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    padding-top: 60px;
    min-height: -webkit-calc(100vh - 80px - 207px);
    min-height: calc(100vh - 80px - 207px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-error-404 .heading {
    height: 98px;
    margin: 0 0 4px;
    color: #ffffff;
    font-family: "Akrobat-ExtraBold", Arial, Helvetica, sans-serif;
    font-size: 5.125rem;
    line-height: 98px;
    text-align: center;
}

.page-error-404 .sub-title {
    height: 24px;
    color: #ffffff;
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 24px;
    text-align: center;
}

.page-error-404 .search {
    width: 325px;
    margin: 91px auto 30px;
}

.page-error-404 .search input {
    width: 100%;
    height: 18px;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 18px;
    background: none;
    border: 0;
    border-bottom: 1px solid #ffffff;
    outline: none;
}

.page-error-404 .search input::-webkit-input-placeholder {
    color: #ffffff;
}

.page-error-404 .search input:-ms-input-placeholder {
    color: #ffffff;
}

.page-error-404 .search input::placeholder {
    color: #ffffff;
}

.page-error-404 menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 500px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    text-align: center;
}

.page-error-404 menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-error-404 menu > li {
    width: 33%;
    margin: 0 0 20px;
    color: #ffffff;
    font-family: "Akrobat-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 30px;
    text-transform: uppercase;
}

.page-error-404 menu > li li {
    font-size: 0.875rem;
    line-height: 24px;
    text-transform: capitalize;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.results__submenu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1000;
}

.results__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.results__total,
.results__sort-type {
    color: #666666;
    display: inline-block;
    text-decoration: none;
}

.results__total:not(:last-child),
.results__sort-type:not(:last-child) {
    margin-right: 30px;
}

.results__total:hover,
.results__sort-type:hover {
    color: #9B9B9B;
}

.results__total.active,
.results__sort-type.active {
    color: #000000;
    font-weight: 600;
    pointer-events: none;
}

.results__total.active:hover,
.results__sort-type.active:hover {
    color: #000000;
}

.results__num {
    color: #000000;
}

.results__item {
    padding-top: 25px;
    padding-bottom: 25px;
}

.results__item:not(:last-child) {
    border-bottom: 1px solid #000000;
}

.achievements {
    width: 920px;
}

.achievements * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.achievements .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.achievements .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.achievements .row.reverse .side:first-child {
    width: 438px;
}

.achievements .row.reverse .side:nth-child(2) {
    width: 482px;
}

.achievements .row.certificate .side:first-child {
    width: 388px;
}

.achievements .row.certificate .side:nth-child(2) {
    width: 532px;
    padding: 20px 120px 20px 10px;
}

.achievements .row.text-only .side:first-child {
    padding: 20px 10px;
}

.achievements .row.text-only .side:nth-child(2) {
    padding: 20px 10px;
}

.achievements .row.metropolis .side {
    height: 295px;
    overflow: hidden;
}

.achievements .row.metropolis .side.text {
    height: auto;
}

.achievements .side:first-child {
    width: 482px;
}

.achievements .side:nth-child(2) {
    width: 438px;
}

.achievements .side.text {
    padding: 20px 60px;
}

.achievements .side img {
    vertical-align: top;
}

.achievements .side.image-effect {
    position: relative;
    overflow: hidden;
    height: 296px;
}

.achievements .side.image-effect img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 1000ms linear;
    transition: all 1000ms linear;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.achievements .side.image-effect:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    -webkit-transition: all 1000ms linear;
    transition: all 1000ms linear;
}

.achievements .side.image-effect-slide {
    position: relative;
    height: 295px;
    overflow: hidden;
}

.achievements .side.image-effect-slide img {
    position: absolute;
    top: -60%;
    left: 0;
    width: 100%;
    -webkit-transition: all 1000ms linear;
    transition: all 1000ms linear;
}

.achievements .side.image-effect-slide:hover img {
    top: 0;
}

.achievements .side .year {
    color: #666666;
}

.achievements .side .name {
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.3125rem;
    line-height: 1.2em;
    margin: 10px 0 20px;
}

.achievements .side .desc {
    color: #666666;
    font-size: 0.875rem;
    line-height: 1.3em;
}

.achievements .top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.achievements .top .side {
    position: relative;
}

.achievements .top .side:hover img {
    -webkit-transition: all 1000ms linear;
    transition: all 1000ms linear;
}

.achievements .top .side.image-effect-top:first-child,
.achievements .top .side.image-effect-top:nth-child(2) {
    height: 295px;
    overflow: hidden;
}

.achievements .top .side.image-effect-top:first-child img,
.achievements .top .side.image-effect-top:nth-child(2) img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 1000ms linear;
    transition: all 1000ms linear;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.achievements .top .side.image-effect-top:first-child {
    width: 438px;
}
.achievements .top .side.image-effect-top:first-child:hover img {
    -webkit-transform: translateY(-399px);
    -moz-transform: translateY(-399px);
    -ms-transform: translateY(-399px);
    -o-transform: translateY(-399px);
    transform: translateY(-399px);
}

.achievements .top .side.image-effect-top:nth-child(2) {
    width: 482px;
}

.achievements .top .side.image-effect-top:nth-child(2) img {
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}

.achievements .top .side.image-effect-top:nth-child(2):hover img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.achievements .top .side:nth-child(3) {
    width: 438px;
}

.achievements .top .side:nth-child(4) {
    width: 482px;
}

.achievements .top .side.text {
    padding: 20px 120px 20px 10px;
}

.alt-img__mob-img {
    display: block;
}

.alt-img__tablet-img {
    display: none;
}

.footer {
    color: #ffffff;
    background-color: #000000;
    line-height: 28px;
    padding: 30px 0;
    font-size: 0.875rem;
}

.footer__actis {
    display: inline-block;
    vertical-align: text-top;
}

.footer__social {
    margin-right: 10px;
}

/* pure-md >768px*/

/* pure-lg >1024px */

.progress__button:hover .icon .progress__icon-arrow {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.contacts__button:hover .icon .contacts__icon-mail {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.navigation__item_search:hover .navigation__icon-search {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: 21px 21px;
    -ms-transform-origin: 21px 21px;
    transform-origin: 21px 21px;
    -webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
    transform: scale(1.14);
}

.auto-slide {
    position: relative;
    margin: 0 -10px 25px;
    min-height: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 56.6%;
}

.auto-slide .nums {
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 102;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #ffffff;
    display: none;
}

.auto-slide .nums .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin: 5px 0 0;
    border: 2px solid transparent;
    cursor: pointer;
}

.auto-slide .nums .item.current {
    border-color: #ffffff;
}

.auto-slide .slide {
    position: absolute;
    top: 4.21%;
    left: 0;
    width: 100%;
    height: 91.58%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.auto-slide .slide img {
    width: 100%;
}

.auto-slide .slide:last-child {
    width: 95.84%;
    top: 0;
    left: 2.08%;
    height: 100%;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    line-height: 1.1875;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    background: transparent;
    text-decoration: none;
    color: #000000;
    outline: 0;
    border-radius: 25px;
    padding: 10px 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
}

.btn i {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0 0 0 15px;
}

.btn i:before,
.btn i:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 1px;
    top: 50%;
    left: -3px;
    margin-top: -1px;
    background: #000000;
}

.btn i:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn i:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn.active,
.btn.current,
.btn:hover {
    background: #000000;
    color: #ffffff;
}

.btn.active i:before,
.btn.active i:after,
.btn.current i:before,
.btn.current i:after,
.btn:hover i:before,
.btn:hover i:after {
    background: #ffffff;
}

.btn.disabled {
    color: #9B9B9B;
    border-color: #9B9B9B;
    background: none;
}

.btn.disabled i:before,
.btn.disabled i:after {
    background: #9B9B9B;
}

.btn_white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn_white.current,
.btn_white:hover {
    background: #ffffff;
    color: #000000;
}

.btn_green {
    color: #0E5037;
    border-color: #0E5037;
}

.btn_green i:before,
.btn_green i:after {
    background: #0E5037;
}

.btn_green.current,
.btn_green:hover {
    background: #0E5037;
    color: #ffffff;
}

.btn_green.current i:before,
.btn_green.current i:after,
.btn_green:hover i:before,
.btn_green:hover i:after {
    background: #ffffff;
}

.btn_big {
    font-size: 1.125rem;
    line-height: 1.16667;
}

.button {
    display: block;
    width: 260px;
    margin: 0 auto;
    text-align: left;
    border: 2px solid #0E5037;
    padding: 16px 20px 16px 16px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: transparent;
    overflow: hidden;
    font-size: 0.875rem;
    letter-spacing: 1px;
}

.button:active,
.button:focus {
    outline: none;
}

.button_big {
    padding: 16px 25px;
}

.button_mail .icon-mail .cls-2,
.button_mail .icon-mail .cls-3,
.button_mail .icon-mail .cls-4 {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.button_mail:hover .icon-mail .cls-2,
.button_mail:hover .icon-mail .cls-3,
.button_mail:hover .icon-mail .cls-4 {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.button_download .button__text,
.button_download .button__alt-text {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.button_download .button__text {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.button_download .icon-download .st0 {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.button_download:hover .button__text {
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
}

.button_download:hover .button__alt-text {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.button_download:hover .icon-download .st0 {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.button_reload .icon-reload .st0 {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.button_reload:hover .icon-reload .st0 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.button__text,
.button__alt-text {
    display: inline-block;
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    color: #0E5037;
    text-transform: uppercase;
    white-space: nowrap;
}

.button__alt-text {
    position: absolute;
    top: 16px;
    left: 15px;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
}

.button .icon-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

.button .icon-wrapper svg {
    width: 23px;
}

.button .icon {
    fill: #0E5037;
}

.close {
    cursor: pointer;
    width: 22px;
    height: 22px;
    position: relative;
}

.close:before,
.close:after {
    content: '';
    width: 29px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%;
    left: -4px;
    margin-top: -1px;
}

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

.close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close_big {
    width: 30px;
    height: 30px;
}

.close_big:before,
.close_big:after {
    width: 38px;
}

.close_white:before,
.close_white:after {
    background: #ffffff;
}

.d-header__text {
    color: #666666;
    font-size: 0.875rem;
    line-height: 1.14286;
}

.feedback-card {
    padding: 20px 20px 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
    margin-top: 35px;
}

.feedback-card__text {
    font-family: "Akrobat-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.375;
    margin-bottom: 30px;
}

.feedback-card__contact {
    margin-bottom: 15px;
}

.feedback-card__contact-name {
    color: #000000;
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.14286;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.feedback-card__contact-number {
    color: #000000;
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.375rem;
    line-height: 1.09091;
    text-decoration: none;
}

.feedback-card__contact-button {
    margin-top: 5px;
}

.feedback-card__contact-button .button {
    margin: 0 auto;
}

.feedback {
    background: #ffffff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.feedback__title {
    width: 100%;
    padding: 0 10px;
}

.feedback__text {
    height: 190px;
}

.filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.filter .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
}

.filter .item.year .body .btn {
    margin: 20px 0 0 0;
}

.filter .item:last-child {
    margin: 0;
}

.filter .item label {
    display: block;
    padding: 20px;
    font-size: 1.125rem;
    line-height: 1.16667;
    cursor: pointer;
}

.filter .item .body {
    display: none;
    padding: 0 20px 20px;
}

.filter .item .body .btn {
    margin: 18px 20px 0 0;
}

.filter .item.enabled {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.filter .item.enabled .body {
    display: block;
}

.filter .slider-input {
    height: 5px;
    border: 0;
    border-radius: 0;
    background: #666666;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 30px auto 20px;
}

.filter .slider-input .noUi-connect {
    background-color: #0E5037;
}

.filter .slider-input .noUi-tooltip {
    border: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 19px;
    color: #666666;
}

.filter .slider-input .noUi-handle {
    width: 17px;
    height: 24px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    outline: none;
    left: -8px;
    top: -9px;
    background: none;
}

.filter .slider-input .noUi-handle::before {
    content: none;
}

.filter .slider-input .noUi-handle::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/date_range.svg) 0 0 no-repeat;
}

.filter .slider-input .noUi-handle.noUi-handle-upper::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter-display {
    color: #0E5037;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-display__info {
    padding: 10px 0;
    margin: 0 20px 20px 0;
}

.filter-display .list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filter-display .btn {
    margin: 0 20px 20px 0;
}

.gallery {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 10000;
}

.gallery__close {
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 10;
}

.gallery__top {
    height: -webkit-calc(100vh - 280px);
    height: calc(100vh - 280px);
    margin-top: 80px;
}

.gallery__top-inner {
    padding: 0;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery__top-slide {
    height: 100%;
    position: relative;
}

.gallery__top-slide-inner {
    height: 100%;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.gallery__top-slide img {
    max-height: 100%;
}

.gallery__bottom {
    width: 100%;
    height: 130px;
    position: fixed;
    bottom: 20px;
}

.gallery__bottom-inner {
    height: 100%;
}

.gallery__bottom-slide {
    height: 100%;
    padding: 10px;
    opacity: .5;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    will-change: opacity;
}

.gallery__bottom-slide.slick-current,
.gallery__bottom-slide:hover {
    opacity: 1;
}

.gallery__bottom-slide img {
    height: 100%;
}

.gallery__arrow {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 20px;
    cursor: pointer;
}

.gallery__arrow:before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.gallery__arrow:after {
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    background-color: #ffffff;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    margin-top: -1px;
}

.gallery__arrow_prev {
    left: 15px;
}

.gallery__arrow_prev:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 10px;
}

.gallery__arrow_prev:after {
    left: 10px;
}

.gallery__arrow_next {
    right: 15px;
}

.gallery__arrow_next:before {
    right: 10px;
}

.gallery__arrow_next:after {
    right: 10px;
}

.gallery .slick-list,
.gallery .slick-track {
    height: 100%;
}

.gallery .slick-slide {
    outline: 0;
    position: relative;
}

.gallery .slick-slide img {
    /*margin: 0 auto;*/
    max-height: 100%;
    max-width: 100%;
}

.h-title {
    color: #000000;
}

.h-title_1,
.news.pubs .news__pubs-title {
    font-family: "Akrobat-ExtraBold", Arial, Helvetica, sans-serif;
    font-size: 2.625rem;
    line-height: 1.19048;
}

.h-title_2,
.project-item__text h2,
.p-pre__title {
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.375rem;
    line-height: 1.27273;
}

.h-title_3,
.news.pubs .news__news-title {
    font-family: "Akrobat-ExtraBold", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 1.2;
}

.h-title_4,
.project-item__side-header {
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.28571;
}

.h-title_5 {
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.625rem;
    line-height: 1.30769;
}

.h-title_6 {
    font-family: "Akrobat-ExtraBold", Arial, Helvetica, sans-serif;
    font-size: 1.625rem;
    line-height: 1.30769;
}

.more-materials {
    margin: 20px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.more-materials__additional {
    padding: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
}

.more-materials__item {
    padding: 24px 0;
    border-bottom: 1px solid #000000;
}

.more-materials__item:last-child {
    border-width: 0;
    padding-bottom: 4px;
}

.more-materials__item a {
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 18px;
    color: #000000;
    text-decoration: none;
}

.more-materials__social {
    text-align: right;
    font-size: 0;
    margin-top: 40px;
}

.more-materials__social-item {
    display: inline-block;
    width: 45px;
    height: 45px;
}

.more-materials__social-item .icon {
    fill: #000000;
}

.more-materials__social-item:hover .icon {
    fill: #666666;
}

.n-item {
    margin: 0 0 30px;
}

.n-item__img {
    margin: 0 0 12px;
    max-height: 485px;
    overflow: hidden;
}

.n-item__img img {
    width: 100%;
}

.n-item__date {
    margin: 0 0 6px;
    color: #666666;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.14286;
}

.n-item__date:before {
    content: '';
    display: block;
    height: 5px;
    width: 60px;
    margin: 0 0 20px;
    background-color: #0E5037;
}

.n-item__img + .n-item__date:before {
    display: none;
}

.n-item__title {
    display: block;
    margin: 0 0 10px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.33333;
    color: #000000;
    text-decoration: none;
}

.n-item__title:hover {
    color: #8B8B8B;
}

.n-item__desc {
    color: #666666;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.28571;
}

.n-item__desc p,
.n-item__desc .about-section__text,
.n-item__desc .services-content .row__body,
.services-content .n-item__desc .row__body {
    margin: 0 0 1.2em;
}

.n-item__desc p:last-of-type,
.n-item__desc .about-section__text:last-of-type,
.n-item__desc .services-content .row__body:last-of-type,
.services-content .n-item__desc .row__body:last-of-type {
    margin: 0;
}

.other-materials {
    margin-top: 40px;
}

.other-materials__item {
    margin: 0 0 25px;
}

.p-pre {
    position: relative;
    margin: 0 0 20px;
    text-decoration: none;
}

.p-pre__img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.p-pre__img-wrapper {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 56.6%;
    width: 100%;
    min-height: 170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-pre__img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.p-pre__title {
    margin-bottom: 5px;
}

.p-pre__type,
.p-pre__desc,
.p-pre__desc p,
.p-pre__desc .about-section__text,
.p-pre__desc .services-content .row__body,
.services-content
.p-pre__desc .row__body {
    color: #666666;
    font-size: 0.875rem;
    line-height: 1.14286;
}

.p-pre:hover .p-pre__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.p-new__picture {
    width: 100%;
}

.p-new__picture-wrapper {
    display: block;
    overflow: hidden;
}

.p-new__picture_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.p-new__date {
    display: inline-block;
    margin-top: 10px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    color: #666666;
}

.p-new__title {
    margin: 5px 0 7px;
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    color: #000000;
    text-decoration: none;
    display: block;
}

.p-new__text {
    font-size: 0.875rem;
    color: #666666;
}

.p-new__link_source {
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #0E5037;
    font-size: 0.75rem;
    text-decoration: none;
}

/* pure-md >768px*/

/* pure-md >1024px*/

.page-title {
    margin-top: 20px;
    margin-bottom: 30px;
}

.page-title__add_buttons {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.project-card {
    padding: 20px;
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    background-color: #ffffff;
}

.project-card__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.project-card__toggle {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1rem;
}

.project-card__show,
.project-card__hide {
    display: inline-block;
    border-bottom: 1px dashed;
    cursor: pointer;
}

.project-card__show:hover,
.project-card__hide:hover {
    border-bottom-color: transparent;
}

.project-card__hide {
    display: none;
}

.project-card__body {
    max-height: 50px;
    -webkit-transition: max-height .7s ease-out;
    transition: max-height .7s ease-out;
    overflow: hidden;
}

.project-card__link {
    display: inline-block;
    color: #666666;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    margin: 0 10px 8px 0;
    text-decoration: none;
}

.publication-card {
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.publication-card__item {
    margin: 15px 0;
}

.publication-card__date {
    color: #666666;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    line-height: 1.16667;
    margin-bottom: 5px;
}

.publication-card__title,
.publication-card__link_source {
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.28571;
    text-decoration: none;
    margin: 4px 0;
}

.publication-card__title {
    color: #000000;
}

.publication-card__title:hover {
    color: #0E5037;
}

.publication-card__link_source {
    color: #0E5037;
    text-transform: uppercase;
}

.result__title {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.33333;
    color: #000000;
    margin-bottom: 20px;
}

.result__desc {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.28571;
    color: #666666;
    margin-bottom: 30px;
}

.result__img {
    text-align: center;
}

.result__img img {
    max-width: 100%;
}

.search__field {
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.search__label {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 19px 0;
}

.search__button {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 19px 0;
    background-color: transparent;
    border: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 1.16667;
    color: #000000;
    text-decoration: none;
}

.search__button:focus {
    outline: none;
}

.search__input {
    width: 100%;
    border: 0;
}

.search__input:focus {
    outline: none;
}

.search__tags {
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.search__tag {
    display: inline-block;
    margin: 0 10px 20px 0;
    padding: 10px 15px;
    border: 1px solid #000000;
    border-radius: 20px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 19px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

::-webkit-input-placeholder {
    color: #8B8B8B;
}

::-moz-placeholder {
    color: #8B8B8B;
}

:-ms-input-placeholder {
    color: #8B8B8B;
}

.slides {
    position: relative;
    white-space: nowrap;
}

.slides > .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
}

.slides__arrow {
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0 0 0 25px;
    width: 50%;
    height: 100%;
    cursor: pointer;
}

.slides__arrow:before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 18px;
    margin-top: -6px;
}

.slides__arrow:after {
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #ffffff;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    margin-top: -1px;
}

.slides__arrow.prev {
    left: auto;
    right: 100%;
    margin: 0 25px 0 0;
}

.slides__arrow.prev:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: auto;
    right: 18px;
}

.slides__arrow.prev:after {
    left: auto;
    right: 0;
}

.slides .slide {
    position: relative;
    min-width: 100%;
    padding: 0 10px;
    height: 95%;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height 200ms;
    transition: height 200ms;
}

.slides .slide img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 200ms;
    transition: -webkit-box-shadow 200ms;
    transition: box-shadow 200ms;
    transition: box-shadow 200ms, -webkit-box-shadow 200ms;
}

.slides .slide.current {
    height: 100%;
}

.slides .slide.current img {
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow 200ms;
    transition: -webkit-box-shadow 200ms;
    transition: box-shadow 200ms;
    transition: box-shadow 200ms, -webkit-box-shadow 200ms;
}

.slides .slide .text {
    width: 640px;
    margin: 110px auto 0;
    color: #ffffff;
    text-align: center;
}

.slides .slide .text:after {
    content: '';
    display: block;
    width: 100px;
    margin: 87px auto 0;
    border-bottom: 3px solid #ffffff;
}

.tel__label {
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.tel__number {
    display: inline-block;
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.375rem;
    letter-spacing: -1px;
    color: #000000;
    text-decoration: none;
}

.title {
    border-bottom: 3px solid #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 30px 0;
}

.title__text {
    margin: 0;
}

.title__link {
    text-align: right;
}

.title__link a {
    font-family: "Akrobat-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    color: #000000;
    text-decoration: none;
}

.title__link a:hover {
    color: #0E5037;
}

.top-link {
    display: inline-block;
    padding: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
}

.top-link__link {
    color: #000000;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.28571;
    text-decoration: none;
}

.top-link__link:hover {
    color: #0E5037;
}

@media screen and (min-width: 35.5em) {
    .pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-1-12,
    .pure-u-sm-1-2,
    .pure-u-sm-1-24,
    .pure-u-sm-1-3,
    .pure-u-sm-1-4,
    .pure-u-sm-1-5,
    .pure-u-sm-1-6,
    .pure-u-sm-1-8,
    .pure-u-sm-10-24,
    .pure-u-sm-11-12,
    .pure-u-sm-11-24,
    .pure-u-sm-12-24,
    .pure-u-sm-13-24,
    .pure-u-sm-14-24,
    .pure-u-sm-15-24,
    .pure-u-sm-16-24,
    .pure-u-sm-17-24,
    .pure-u-sm-18-24,
    .pure-u-sm-19-24,
    .pure-u-sm-2-24,
    .pure-u-sm-2-3,
    .pure-u-sm-2-5,
    .pure-u-sm-20-24,
    .pure-u-sm-21-24,
    .pure-u-sm-22-24,
    .pure-u-sm-23-24,
    .pure-u-sm-24-24,
    .pure-u-sm-3-24,
    .pure-u-sm-3-4,
    .pure-u-sm-3-5,
    .pure-u-sm-3-8,
    .pure-u-sm-4-24,
    .pure-u-sm-4-5,
    .pure-u-sm-5-12,
    .pure-u-sm-5-24,
    .pure-u-sm-5-5,
    .pure-u-sm-5-6,
    .pure-u-sm-5-8,
    .pure-u-sm-6-24,
    .pure-u-sm-7-12,
    .pure-u-sm-7-24,
    .pure-u-sm-7-8,
    .pure-u-sm-8-24,
    .pure-u-sm-9-24 {
        display: inline-block;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-sm-1-24 {
        width: 4.1667%;
    }

    .pure-u-sm-1-12,
    .pure-u-sm-2-24 {
        width: 8.3333%;
    }

    .pure-u-sm-1-8,
    .pure-u-sm-3-24 {
        width: 12.5%;
    }

    .pure-u-sm-1-6,
    .pure-u-sm-4-24 {
        width: 16.6667%;
    }

    .pure-u-sm-1-5 {
        width: 20%;
    }

    .pure-u-sm-5-24 {
        width: 20.8333%;
    }

    .pure-u-sm-1-4,
    .pure-u-sm-6-24 {
        width: 25%;
    }

    .pure-u-sm-7-24 {
        width: 29.1667%;
    }

    .pure-u-sm-1-3,
    .pure-u-sm-8-24 {
        width: 33.3333%;
    }

    .pure-u-sm-3-8,
    .pure-u-sm-9-24 {
        width: 37.5%;
    }

    .pure-u-sm-2-5 {
        width: 40%;
    }

    .pure-u-sm-10-24,
    .pure-u-sm-5-12 {
        width: 41.6667%;
    }

    .pure-u-sm-11-24 {
        width: 45.8333%;
    }

    .pure-u-sm-1-2,
    .pure-u-sm-12-24 {
        width: 50%;
    }

    .pure-u-sm-13-24 {
        width: 54.1667%;
    }

    .pure-u-sm-14-24,
    .pure-u-sm-7-12 {
        width: 58.3333%;
    }

    .pure-u-sm-3-5 {
        width: 60%;
    }

    .pure-u-sm-15-24,
    .pure-u-sm-5-8 {
        width: 62.5%;
    }

    .pure-u-sm-16-24,
    .pure-u-sm-2-3 {
        width: 66.6667%;
    }

    .pure-u-sm-17-24 {
        width: 70.8333%;
    }

    .pure-u-sm-18-24,
    .pure-u-sm-3-4 {
        width: 75%;
    }

    .pure-u-sm-19-24 {
        width: 79.1667%;
    }

    .pure-u-sm-4-5 {
        width: 80%;
    }

    .pure-u-sm-20-24,
    .pure-u-sm-5-6 {
        width: 83.3333%;
    }

    .pure-u-sm-21-24,
    .pure-u-sm-7-8 {
        width: 87.5%;
    }

    .pure-u-sm-11-12,
    .pure-u-sm-22-24 {
        width: 91.6667%;
    }

    .pure-u-sm-23-24 {
        width: 95.8333%;
    }

    .pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-24-24,
    .pure-u-sm-5-5 {
        width: 100%;
    }
}

@media screen and (min-width: 48em) {
    .abd-slider {
        height: 400px;
    }

    .content {
        -webkit-columns: 2;
        columns: 2;
    }

    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-1-12,
    .pure-u-md-1-2,
    .pure-u-md-1-24,
    .pure-u-md-1-3,
    .pure-u-md-1-4,
    .pure-u-md-1-5,
    .pure-u-md-1-6,
    .pure-u-md-1-8,
    .pure-u-md-10-24,
    .pure-u-md-11-12,
    .pure-u-md-11-24,
    .pure-u-md-12-24,
    .pure-u-md-13-24,
    .pure-u-md-14-24,
    .pure-u-md-15-24,
    .pure-u-md-16-24,
    .pure-u-md-17-24,
    .pure-u-md-18-24,
    .pure-u-md-19-24,
    .pure-u-md-2-24,
    .pure-u-md-2-3,
    .pure-u-md-2-5,
    .pure-u-md-20-24,
    .pure-u-md-21-24,
    .pure-u-md-22-24,
    .pure-u-md-23-24,
    .pure-u-md-24-24,
    .pure-u-md-3-24,
    .pure-u-md-3-4,
    .pure-u-md-3-5,
    .pure-u-md-3-8,
    .pure-u-md-4-24,
    .pure-u-md-4-5,
    .pure-u-md-5-12,
    .pure-u-md-5-24,
    .pure-u-md-5-5,
    .pure-u-md-5-6,
    .pure-u-md-5-8,
    .pure-u-md-6-24,
    .pure-u-md-7-12,
    .pure-u-md-7-24,
    .pure-u-md-7-8,
    .pure-u-md-8-24,
    .pure-u-md-9-24 {
        display: inline-block;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-md-1-24 {
        width: 4.1667%;
    }

    .pure-u-md-1-12,
    .pure-u-md-2-24 {
        width: 8.3333%;
    }

    .pure-u-md-1-8,
    .pure-u-md-3-24 {
        width: 12.5%;
    }

    .pure-u-md-1-6,
    .pure-u-md-4-24 {
        width: 16.6667%;
    }

    .pure-u-md-1-5 {
        width: 20%;
    }

    .pure-u-md-5-24 {
        width: 20.8333%;
    }

    .pure-u-md-1-4,
    .pure-u-md-6-24 {
        width: 25%;
    }

    .pure-u-md-7-24 {
        width: 29.1667%;
    }

    .pure-u-md-1-3,
    .pure-u-md-8-24 {
        width: 33.3333%;
    }

    .pure-u-md-3-8,
    .pure-u-md-9-24 {
        width: 37.5%;
    }

    .pure-u-md-2-5 {
        width: 40%;
    }

    .pure-u-md-10-24,
    .pure-u-md-5-12 {
        width: 41.6667%;
    }

    .pure-u-md-11-24 {
        width: 45.8333%;
    }

    .pure-u-md-1-2,
    .pure-u-md-12-24 {
        width: 50%;
    }

    .pure-u-md-13-24 {
        width: 54.1667%;
    }

    .pure-u-md-14-24,
    .pure-u-md-7-12 {
        width: 58.3333%;
    }

    .pure-u-md-3-5 {
        width: 60%;
    }

    .pure-u-md-15-24,
    .pure-u-md-5-8 {
        width: 62.5%;
    }

    .pure-u-md-16-24,
    .pure-u-md-2-3 {
        width: 66.6667%;
    }

    .pure-u-md-17-24 {
        width: 70.8333%;
    }

    .pure-u-md-18-24,
    .pure-u-md-3-4 {
        width: 75%;
    }

    .pure-u-md-19-24 {
        width: 79.1667%;
    }

    .pure-u-md-4-5 {
        width: 80%;
    }

    .pure-u-md-20-24,
    .pure-u-md-5-6 {
        width: 83.3333%;
    }

    .pure-u-md-21-24,
    .pure-u-md-7-8 {
        width: 87.5%;
    }

    .pure-u-md-11-12,
    .pure-u-md-22-24 {
        width: 91.6667%;
    }

    .pure-u-md-23-24 {
        width: 95.8333%;
    }

    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-24-24,
    .pure-u-md-5-5 {
        width: 100%;
    }

    p.disc,
    .disc.about-section__text,
    .services-content .disc.row__body {
        margin: 40px 0;
    }

    .img-page-bg,
    .img-page-top {
        height: 420px;
    }

    .services-page-desc {
        padding: 110px 0 30px;
    }

    .services-page-button:not(:last-child) {
        margin-right: 20px;
    }

    .services-page-buttons {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .services-types {
        padding: 30px 0 0;
    }

    .services-content {
        padding: 30px 0 0;
    }

    .services-content__desc {
        margin: 0;
    }

    .services-content__header {
        margin: 0 0 40px;
    }

    .services-content .row {
        margin: 0 0 50px;
    }

    .news-item__header {
        margin: 45px 0 60px;
    }

    .news-item__title {
        padding-top: 15px;
    }

    .material-item__header {
        margin: 45px 0 60px;
    }

    .material-item__title {
        padding-top: 15px;
    }

    .material-item__desc {
        margin-top: 0;
    }

    .material-item .slides {
        margin: 0 0 0 8%;
    }

    .projects__section-type:not(:first-child) {
        margin-left: 20px;
    }

    .project-section-type:not(:last-child) {
        margin: 0 20px 0 0;
    }

    /*.project-item__tag {*/
        /*margin: 0 20px 0 0;*/
    /*}*/

    .project-item .slides {
        margin: 0 0 40px 8%;
    }

    .clients-page-letters__inner {
        font-size: 1.25rem;
        line-height: 1.2;
        letter-spacing: 24px;
    }

    body .wrapper {
        width: 100%;
        max-width: 768px;
        margin: 0 auto;
        padding: 0 0 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-height: -webkit-calc(100vh - 123px);
        min-height: calc(100vh - 123px);
    }

    h1 {
        font-size: 3.25rem;
        line-height: 62px;
    }

    .page {
        padding-bottom: 123px;
        margin-bottom: -123px;
    }

    .page-error-404 {
        min-height: -webkit-calc(100vh - 123px);
        min-height: calc(100vh - 123px);
    }

    .page-error-404__content {
        min-height: -webkit-calc(100vh - 80px - 123px);
        min-height: calc(100vh - 80px - 123px);
    }

    .alt-img__mob-img {
        display: none;
    }

    .alt-img__tablet-img {
        display: block;
    }

    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header__call {
        top: 115px;
        right: 50%;
        width: 70px;
        height: 70px;
        -webkit-transform: translateX(364px);
        -ms-transform: translateX(364px);
        transform: translateX(364px);
    }

    .header__call img {
        width: 42px;
        height: 42px;
    }

    .navigation {
        background: #000000;
        width: 768px;
        margin: 29px auto 0;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .navigation__hamburger {
        left: 20px;
    }

    .navigation__logo {
        float: right;
        height: 24px;
        margin-right: -4px;
    }

    .navigation__item {
        line-height: 24px;
    }

    .navigation_lg {
        display: none;
    }

    .mobilenav {
        background: -webkit-linear-gradient(left, white 90px, #e7e7e7 1px);
        background: linear-gradient(90deg, white 90px, #e7e7e7 1px);
        background-size: 91px 1px;
        width: 60%;
    }

    .progress__gallery-crop .progress__gallery-nums .item {
        cursor: pointer;
    }

    .progress__green {
        height: 420px;
    }

    .progress__projects {
        float: left;
        margin-right: 70px;
    }

    .progress__projects-count {
        font-size: 4rem;
    }

    .progress__gallery {
        width: 1300px;
    }

    .progress__gallery-crop {
        margin: 25px -20px 35px 0;
        overflow: visible;
    }

    .progress__gallery-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 500px;
        height: 400px;
        padding: 0;
    }

    .progress__gallery-plate {
        -webkit-transition: opacity 200ms linear;
        transition: opacity 200ms linear;
        background: #ffffff;
        padding: 10px;
    }

    .progress__gallery-name {
        font-size: 1.125rem;
        line-height: 1em;
    }

    .progress__gallery-address {
        line-height: 1em;
    }

    .abd-slider__cur .progress__gallery-item {
        -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
    }

    .abd-slider__cur .progress__gallery-plate {
        display: block;
        opacity: 1;
        -webkit-transition: opacity 200ms linear;
        transition: opacity 200ms linear;
    }

    .news-publications-container {
        display: block;
    }

    .main-contacts__inner {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-contacts__button .button {
        margin-top: 0;
    }

    .contacts__map {
        height: 342px;
    }

    .vacancies__page-title {
        margin-bottom: 40px;
    }

    .about-top {
        margin: 0 -20px;
        padding: 8px 20px;
    }

    .about-top__title {
        margin-bottom: 175px;
    }

    .about-top__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about-top__info {
        padding-right: 54px;
    }

    .about-desc {
        margin-top: 30px;
    }

    .about-desc__text {
        padding: 0 0 20px;
    }

    .about-desc__button {
        text-align: right;
    }

    .about-section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about-section__title,
    .about-section__text,
    .about-section__button {
        padding-right: 20px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .about-section__text {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .about-section__button {
        margin: 30px 0 0;
    }

    .about-quote__link {
        margin-bottom: 0;
    }

    .about-quote__author,
    .about-quote__text {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .about-quote__author-inner {
        padding-right: 30px;
    }

    .about-quote__text-inner {
        padding-left: 20px;
    }

    .contacts-page__numbers {
        margin-bottom: 105px;
    }

    .contacts-page__howto {
        margin: 50px;
    }

    .results__submenu {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer__br {
        display: none;
    }

    .auto-slide {
        height: 475px;
        padding-bottom: 0;
        margin: 0 -10px 50px;
    }

    .auto-slide .nums {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .button {
        display: inline-block;
        min-width: 270px;
        width: auto;
    }

    .button_big {
        min-width: 300px;
    }

    .feedback-card__text {
        padding-right: 20px;
    }

    .feedback-card__contacts {
        padding-left: 20px;
    }

    .feedback-card__contact-button .button {
        width: 250px;
        margin: 0;
    }

    .feedback-card__inner {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .feedback__text {
        height: 230px;
    }

    .filter {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .filter .item {
        margin: 0 20px 0 0;
        padding: 20px;
    }

    .filter .item label {
        display: inline;
        padding: 0;
    }

    .filter .item .body {
        padding: 0;
    }

    .filter .slider-input {
        margin: 48px auto 20px;
    }

    .gallery__arrow {
        display: block;
    }

    .gallery__top-inner {
        padding: 0 60px;
    }

    .h-title_1,
    .news.pubs .news__pubs-title {
        font-size: 3.25rem;
        line-height: 1.19231;
    }

    .more-materials__additional {
        margin-right: 10px;
    }

    .n-item__img {
        max-height: 225px;
    }

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

    .p-pre__img-wrapper {
        padding-bottom: 0;
    }

    .p-pre.pure-u-1 {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .p-pre_big {
        overflow: hidden;
    }

    .p-pre_big:hover .p-pre__desc {
        opacity: 1;
    }

    .p-pre_big .p-pre__img-wrapper {
        margin-bottom: 0;
    }

    .p-pre_big .p-pre__title {
        font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
        font-size: 1.625rem;
        line-height: 1.30769;
    }

    .p-pre_big .p-pre__type,
    .p-pre_big .p-pre__title,
    .p-pre_big .p-pre__desc,
    .p-pre_big .p-pre__desc p,
    .p-pre_big .p-pre__desc .about-section__text,
    .p-pre_big .p-pre__desc .services-content .row__body,
    .services-content
    .p-pre_big .p-pre__desc .row__body {
        color: #ffffff;
    }

    .p-pre_big .p-pre__text {
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        z-index: 1;
    }

    .p-pre_big.pure-u-md-12-24 .p-pre__img-wrapper {
        min-height: 225px;
    }

    .p-pre_big.pure-u-md-2-3 .p-pre__img-wrapper {
        min-height: 285px;
    }

    .p-pre.pure-u-md-1-3 .p-pre__img-wrapper {
        height: 150px;
    }

    .p-new__picture-wrapper {
        height: 230px;
    }

    .p-new__video {
        margin-left: 10px;
    }

    .page-title {
        margin-top: 25px;
        margin-bottom: 35px;
    }

    .page-title__add {
        text-align: right;
    }

    .page-title__add_buttons {
        margin-top: 0;
        display: block;
    }

    .publication-card {
        margin-right: 10px;
    }

    .result {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .result__title,
    .result__desc {
        padding-right: 40px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .result__desc {
        margin-bottom: 0;
    }

    .result__img {
        width: 250px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media screen and (min-width:64em) {
    .p-pre_big .p-pre__desc {
        opacity: 0;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .pure-visible-xs {
        display: none;
    }

    .pure-visible-sm {
        display: none;
    }

    .pure-visible-md {
        display: none;
    }

    .pure-visible-xl {
        display: none;
    }

    .pure-hidden-lg {
        display: none;
    }
    .progress__gallery-plate{
        text-align: center;
    }
}

@media screen and (min-width: 64em) {
    .abd-slider {
        height: 500px;
    }

    .pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-1-12,
    .pure-u-lg-1-2,
    .pure-u-lg-1-24,
    .pure-u-lg-1-3,
    .pure-u-lg-1-4,
    .pure-u-lg-1-5,
    .pure-u-lg-1-6,
    .pure-u-lg-1-8,
    .pure-u-lg-10-24,
    .pure-u-lg-11-12,
    .pure-u-lg-11-24,
    .pure-u-lg-12-24,
    .pure-u-lg-13-24,
    .pure-u-lg-14-24,
    .pure-u-lg-15-24,
    .pure-u-lg-16-24,
    .pure-u-lg-17-24,
    .pure-u-lg-18-24,
    .pure-u-lg-19-24,
    .pure-u-lg-2-24,
    .pure-u-lg-2-3,
    .pure-u-lg-2-5,
    .pure-u-lg-20-24,
    .pure-u-lg-21-24,
    .pure-u-lg-22-24,
    .pure-u-lg-23-24,
    .pure-u-lg-24-24,
    .pure-u-lg-3-24,
    .pure-u-lg-3-4,
    .pure-u-lg-3-5,
    .pure-u-lg-3-8,
    .pure-u-lg-4-24,
    .pure-u-lg-4-5,
    .pure-u-lg-5-12,
    .pure-u-lg-5-24,
    .pure-u-lg-5-5,
    .pure-u-lg-5-6,
    .pure-u-lg-5-8,
    .pure-u-lg-6-24,
    .pure-u-lg-7-12,
    .pure-u-lg-7-24,
    .pure-u-lg-7-8,
    .pure-u-lg-8-24,
    .pure-u-lg-9-24 {
        display: inline-block;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-lg-1-24 {
        width: 4.1667%;
    }

    .pure-u-lg-1-12,
    .pure-u-lg-2-24 {
        width: 8.3333%;
    }

    .pure-u-lg-1-8,
    .pure-u-lg-3-24 {
        width: 12.5%;
    }

    .pure-u-lg-1-6,
    .pure-u-lg-4-24 {
        width: 16.6667%;
    }

    .pure-u-lg-1-5 {
        width: 20%;
    }

    .pure-u-lg-5-24 {
        width: 20.8333%;
    }

    .pure-u-lg-1-4,
    .pure-u-lg-6-24 {
        width: 25%;
    }

    .pure-u-lg-7-24 {
        width: 29.1667%;
    }

    .pure-u-lg-1-3,
    .pure-u-lg-8-24 {
        width: 33.3333%;
    }

    .pure-u-lg-3-8,
    .pure-u-lg-9-24 {
        width: 37.5%;
    }

    .pure-u-lg-2-5 {
        width: 40%;
    }

    .pure-u-lg-10-24,
    .pure-u-lg-5-12 {
        width: 41.6667%;
    }

    .pure-u-lg-11-24 {
        width: 45.8333%;
    }

    .pure-u-lg-1-2,
    .pure-u-lg-12-24 {
        width: 50%;
    }

    .pure-u-lg-13-24 {
        width: 54.1667%;
    }

    .pure-u-lg-14-24,
    .pure-u-lg-7-12 {
        width: 58.3333%;
    }

    .pure-u-lg-3-5 {
        width: 60%;
    }

    .pure-u-lg-15-24,
    .pure-u-lg-5-8 {
        width: 62.5%;
    }

    .pure-u-lg-16-24,
    .pure-u-lg-2-3 {
        width: 66.6667%;
    }

    .pure-u-lg-17-24 {
        width: 70.8333%;
    }

    .pure-u-lg-18-24,
    .pure-u-lg-3-4 {
        width: 75%;
    }

    .pure-u-lg-19-24 {
        width: 79.1667%;
    }

    .pure-u-lg-4-5 {
        width: 80%;
    }

    .pure-u-lg-20-24,
    .pure-u-lg-5-6 {
        width: 83.3333%;
    }

    .pure-u-lg-21-24,
    .pure-u-lg-7-8 {
        width: 87.5%;
    }

    .pure-u-lg-11-12,
    .pure-u-lg-22-24 {
        width: 91.6667%;
    }

    .pure-u-lg-23-24 {
        width: 95.8333%;
    }

    .pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-24-24,
    .pure-u-lg-5-5 {
        width: 100%;
    }

    p.disc,
    .disc.about-section__text,
    .services-content .disc.row__body {
        margin: 50px 0;
        padding: 0 0 0 80px;
    }

    .arrow {
        position: relative;
    }

    .arrow:before {
        content: '';
        position: absolute;
        width: 0;
        height: 1px;
        background: #9B9B9B;
        top: 50%;
        left: -13px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .arrow:after {
        position: absolute;
        width: 6px;
        height: 6px;
        border: 1px solid #9B9B9B;
        border-right: none;
        border-bottom: none;
        top: 50%;
        margin-top: -3px;
        left: -21px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .arrow:hover {
        color: #9B9B9B;
    }

    .arrow:hover:before {
        left: -36px;
        width: 23px;
    }

    .arrow:hover:after {
        content: '';
    }

    .img-page-top__title {
        margin-top: 0;
    }

    .img-page-bg,
    .img-page-top {
        height: 450px;
    }

    .services-page-desc {
        padding: 70px 0 30px;
    }

    .services-page-buttons {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .services-types {
        overflow: visible;
        padding: 45px 0 0;
    }

    .services-types menu {
        display: block;
        padding: 0 15px 0 0;
        overflow-x: visible;
    }

    .services-types menu li {
        padding: 10px 0;
        margin: 0;
    }

    .services-types menu li.current:before {
        top: 0;
        left: -10px;
        width: 3px;
        height: 100%;
    }

    .services-content {
        padding: 50px 0 0;
    }

    .news-item__header {
        margin: 15px 0 60px;
    }

    .news-item__title {
        padding-top: 55px;
    }

    .material-item__header {
        margin: 15px 0 60px;
    }

    .material-item__title {
        padding-top: 55px;
    }

    .material-item .slides {
        margin: 0 -10px;
    }

    .project-item__left {
        float: left;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .project-item__right {
        float: right;
    }

    .project-item__tags {
        margin: 30px 0 50px;
    }

    .project-item .slides {
        margin: 0 -10px 50px;
    }

    .clients-page-letters > .pure-g {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .clients-page-letters {
        margin-top: 30px;
    }

    .clients-page-letters__inner {
        padding-bottom: 0;
        display: block;
        font-size: 1.125rem;
        line-height: 1.33333;
        letter-spacing: 1px;
    }

    body .wrapper {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        padding: 0 10px 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: -webkit-linear-gradient(left, white 159px, #e7e7e7 1px) 1px 0;
        background: linear-gradient(90deg, white 159px, #e7e7e7 1px) 1px 0;
        background-size: 160px 10px;
        min-height: -webkit-calc(100vh - 163px);
        min-height: calc(100vh - 163px);
    }

    body.without-back .wrapper {
        background: none;
    }

    .page {
        padding-bottom: 163px;
        margin-bottom: -163px;
    }

    .page-error-404 {
        min-height: -webkit-calc(100vh - 163px);
        min-height: calc(100vh - 163px);
    }

    .page-error-404__content {
        min-height: -webkit-calc(100vh - 80px - 163px);
        min-height: calc(100vh - 80px - 163px);
    }

    .page-error-404__video-wrapper video {
        display: block;
    }

    .container {
        max-width: 940px;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header__call {
        display: none;
    }

    .header__bkg:after {
        top: 21px;
        height: 19px;
    }

    .footer {
        padding: 50px 0;
    }

    .navigation {
        display: none;
        margin-top: 21px;
    }

    .navigation__logo {
        margin-top: 0;
        width: 130px;
        height: 19px;
        margin-right: 0;
        float: none;
        display: inline-block;
    }

    .navigation__item_search {
        margin-left: -3px;
    }

    .navigation_lg {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .breadcrumbs {
        margin: 30px 0 15px;
        color: #666666;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-size: 0.75rem;
        line-height: 1.16667;
    }

    .breadcrumbs__item {
        text-decoration: none;
        color: #666666;
    }

    .breadcrumbs.white {
        color: #ffffff;
    }

    .breadcrumbs.white .breadcrumbs__item {
        color: #ffffff;
    }

    .submenu {
        padding: 89px 0 6px;
    }

    .submenu__item {
        display: block;
        margin: 16px 0 0;
    }

    .progress__green {
        height: 520px;
    }

    .progress__projects {
        float: none;
    }

    .progress__projects-count {
        font-size: 5.125rem;
    }

    .progress__gallery {
        width: 600px;
    }

    .progress__gallery-crop {
        position: relative;
        margin: 25px -20px 0 0;
        overflow: visible;
    }

    .progress__gallery-item {
        width: 623px;
        height: 500px;
    }

    .progress__gallery-nums {
        position: absolute;
        top: 15px;
        right: 45px;
        z-index: 102;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #ffffff;
    }

    .progress__gallery-nums .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 24px;
        height: 24px;
        margin: 5px 0 0;
        border: 2px solid transparent;
    }

    .progress__gallery-nums .item.current {
        border-color: #ffffff;
    }

    .progress__button {
        width: 260px;
        margin-top: -53px;
    }

    .news {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .news__picture {
        width: 300px;
        height: 195px;
    }

    .news__picture_video {
        width: 460px;
        height: 288px;
    }

    .news__item {
        width: 300px;
    }

    .news__item_video {
        width: 620px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .news__description {
        width: 140px;
    }

    .contacts__map {
        height: 300px;
    }

    .mobilenav {
        display: none;
    }

    .main-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        height: 525px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main-top__numbers {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 25px;
    }

    .main-top__slider {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        height: 100%;
    }

    .main-top__button {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .main-news__video-desc {
        padding: 15px 0 0 20px;
    }

    .main-contacts {
        margin-bottom: 60px;
    }

    .about-top {
        margin: 0 -10px 0 -7px;
        padding: 8px 10px 0 7px;
    }

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

    .about-feedback {
        margin: 25px 0 60px;
    }

    .contacts-page__numbers {
        padding-top: 100px;
    }

    .contacts-page__howto {
        margin: 60px 0;
    }

    .results__submenu {
        position: static;
        top: auto;
        left: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }

    .feedback-card {
        margin-top: 50px;
        padding: 30px 80px;
    }

    .more-materials {
        margin: 30px 0 0;
    }

    .n-item__img {
        max-height: 195px;
    }

    .n-item_big .n-item__img {
        max-height: 400px;
    }

    .other-materials {
        margin-top: 60px;
    }

    .p-pre_big.pure-u-md-12-24 .p-pre__img-wrapper {
        min-height: 300px;
    }

    .p-pre_big.pure-u-md-2-3 .p-pre__img-wrapper {
        min-height: 400px;
    }

    .p-pre.pure-u-md-1-3 .p-pre__img-wrapper {
        height: 195px;
    }

    .p-new__picture-wrapper {
        height: 195px;
    }

    .page-title {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .result__img {
        width: 300px;
    }
}

@media screen and (min-width: 80em) {
    .pure-u-xl-1,
    .pure-u-xl-1-1,
    .pure-u-xl-1-12,
    .pure-u-xl-1-2,
    .pure-u-xl-1-24,
    .pure-u-xl-1-3,
    .pure-u-xl-1-4,
    .pure-u-xl-1-5,
    .pure-u-xl-1-6,
    .pure-u-xl-1-8,
    .pure-u-xl-10-24,
    .pure-u-xl-11-12,
    .pure-u-xl-11-24,
    .pure-u-xl-12-24,
    .pure-u-xl-13-24,
    .pure-u-xl-14-24,
    .pure-u-xl-15-24,
    .pure-u-xl-16-24,
    .pure-u-xl-17-24,
    .pure-u-xl-18-24,
    .pure-u-xl-19-24,
    .pure-u-xl-2-24,
    .pure-u-xl-2-3,
    .pure-u-xl-2-5,
    .pure-u-xl-20-24,
    .pure-u-xl-21-24,
    .pure-u-xl-22-24,
    .pure-u-xl-23-24,
    .pure-u-xl-24-24,
    .pure-u-xl-3-24,
    .pure-u-xl-3-4,
    .pure-u-xl-3-5,
    .pure-u-xl-3-8,
    .pure-u-xl-4-24,
    .pure-u-xl-4-5,
    .pure-u-xl-5-12,
    .pure-u-xl-5-24,
    .pure-u-xl-5-5,
    .pure-u-xl-5-6,
    .pure-u-xl-5-8,
    .pure-u-xl-6-24,
    .pure-u-xl-7-12,
    .pure-u-xl-7-24,
    .pure-u-xl-7-8,
    .pure-u-xl-8-24,
    .pure-u-xl-9-24 {
        display: inline-block;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-xl-1-24 {
        width: 4.1667%;
    }

    .pure-u-xl-1-12,
    .pure-u-xl-2-24 {
        width: 8.3333%;
    }

    .pure-u-xl-1-8,
    .pure-u-xl-3-24 {
        width: 12.5%;
    }

    .pure-u-xl-1-6,
    .pure-u-xl-4-24 {
        width: 16.6667%;
    }

    .pure-u-xl-1-5 {
        width: 20%;
    }

    .pure-u-xl-5-24 {
        width: 20.8333%;
    }

    .pure-u-xl-1-4,
    .pure-u-xl-6-24 {
        width: 25%;
    }

    .pure-u-xl-7-24 {
        width: 29.1667%;
    }

    .pure-u-xl-1-3,
    .pure-u-xl-8-24 {
        width: 33.3333%;
    }

    .pure-u-xl-3-8,
    .pure-u-xl-9-24 {
        width: 37.5%;
    }

    .pure-u-xl-2-5 {
        width: 40%;
    }

    .pure-u-xl-10-24,
    .pure-u-xl-5-12 {
        width: 41.6667%;
    }

    .pure-u-xl-11-24 {
        width: 45.8333%;
    }

    .pure-u-xl-1-2,
    .pure-u-xl-12-24 {
        width: 50%;
    }

    .pure-u-xl-13-24 {
        width: 54.1667%;
    }

    .pure-u-xl-14-24,
    .pure-u-xl-7-12 {
        width: 58.3333%;
    }

    .pure-u-xl-3-5 {
        width: 60%;
    }

    .pure-u-xl-15-24,
    .pure-u-xl-5-8 {
        width: 62.5%;
    }

    .pure-u-xl-16-24,
    .pure-u-xl-2-3 {
        width: 66.6667%;
    }

    .pure-u-xl-17-24 {
        width: 70.8333%;
    }

    .pure-u-xl-18-24,
    .pure-u-xl-3-4 {
        width: 75%;
    }

    .pure-u-xl-19-24 {
        width: 79.1667%;
    }

    .pure-u-xl-4-5 {
        width: 80%;
    }

    .pure-u-xl-20-24,
    .pure-u-xl-5-6 {
        width: 83.3333%;
    }

    .pure-u-xl-21-24,
    .pure-u-xl-7-8 {
        width: 87.5%;
    }

    .pure-u-xl-11-12,
    .pure-u-xl-22-24 {
        width: 91.6667%;
    }

    .pure-u-xl-23-24 {
        width: 95.8333%;
    }

    .pure-u-xl-1,
    .pure-u-xl-1-1,
    .pure-u-xl-24-24,
    .pure-u-xl-5-5 {
        width: 100%;
    }
}

@media screen and (max-width: 1214px) {
    .achievements {
        width: auto;
    }

    .achievements .side {
        width: 50% !important;
        height: auto !important;
    }

    .achievements .side img {
        max-width: 100%;
    }

    .achievements .side.image-effect {
        height: 220px !important;
    }

    .achievements .side.image-effect:hover img {
        top: 0;
        left: 0;
        width: 100%;
    }

    .achievements .side.image-effect-slide {
        height: 220px !important;
    }

    .achievements .side.image-effect-slide:hover img {
        top: -60%;
    }

    .achievements .side .name {
        font-size: 1.125rem;
        line-height: 1.2em;
        margin: 10px 0 15px;
    }

    .achievements .top .side.image-effect-top:first-child,
    .achievements .top .side.image-effect-top:nth-child(2) {
        height: 220px !important;
    }

    .achievements .top .side.image-effect-top:first-child img {
        top: 0;
        bottom: auto;
    }

    .achievements .top .side.image-effect-top:nth-child(2):hover img {
        top: -60%;
    }

    .achievements .top .side.text {
        padding: 20px 10px 20px 0;
    }
}

@media screen and (max-width: 1023px) {
    .main-news__item_3 {
        display: none;
    }

    .row .pure-u-1-2 {
        width: 49%;
    }

    .row .pure-u-1-3 {
        width: 32%;
    }

    .row .pure-u-2-3 {
        width: 64%;
    }

    #newsPublications .publication-card__item > * {
        max-width: 320px;
    }

    .project-item .spoilers .images {
        overflow-x: auto;
    }

    .project-item .spoilers .images img {
        margin: 0 30px 0 0;
    }

    .project-item .spoilers .images img:last-child {
        margin: 0;
    }

    .clients-page-header .pure-u-lg-12-24 {
        width: 50%;
    }

    .clients-page-list {
        margin: 10px 0 0;
    }

    .slides {
        width: 84%;
    }

    .slides .slide {
        padding: 5px;
    }
}

@media screen and (max-width: 767px) {
    .main-news__item_2 {
        display: none;
    }

    .row {
        overflow: hidden;
    }

    .row__inner {
        overflow: scroll;
    }

    .row .pure-u-1-2 {
        min-width: 80%;
        margin-right: 15px;
    }

    .row .pure-u-1-3 {
        min-width: 80%;
        margin-right: 15px;
    }

    .row .pure-u-2-3 {
        min-width: 80%;
        margin-right: 15px;
    }

    #newsPublications {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #newsPublications .inner {
        padding: 0;
        width: 100%;
        height: auto;
    }

    #newsPublications .publication-card {
        height: auto;
        padding: 0;
    }

    #newsPublications .publication-card .head-panel {
        display: none;
    }

    #newsPublications .publication-card__item > * {
        max-width: none;
    }

    #newsPublications .list {
        position: static;
        overflow: visible;
        margin: 0;
        padding: 0;
    }

    .services-content .row ul {
        padding: 0;
    }

    .services-content .row ul.list-style li {
        padding: 0;
    }

    .services-content__link {
        padding: 0;
    }

    .project-item .spoilers .item .term span {
        width: 100%;
    }

    .project-item .spoilers .item .term span strong {
        display: block;
        width: 100%;
        padding: 0 45px 0 0;
        text-align: center;
    }

    .project-item .spoilers .reviews .review-item {
        display: block;
    }

    .project-item .spoilers .reviews .review-item .author {
        margin: 0 0 30px;
    }

    .project-item .spoilers .reviews .review-item .author .image {
        width: 180px;
        height: 180px;
    }

    .project-item .spoilers .reviews .review-item .author .image img {
        width: 100%;
    }

    .project-item .spoilers .reviews .review-item:nth-child(even) .author {
        margin: 0 0 30px 0;
    }

    .project-item .spoilers .images img {
        width: 80%;
    }

    .clients-page-header .pure-u-lg-12-24 {
        width: 100%;
    }

    .clients-page-list {
        -webkit-column-count: 1;
        column-count: 1;
        padding: 0 15px;
    }

    .page-error-404 .search {
        width: 270px;
        margin: 91px auto 60px;
    }

    .page-error-404 menu {
        width: 100%;
    }

    .page-error-404 menu > li {
        width: 50%;
    }

    .achievements .row.certificate .side:nth-child(2) {
        padding: 20px 0;
    }

    .achievements .side {
        width: 100% !important;
    }

    .achievements .side.text {
        padding: 20px 0;
    }

    .slides {
        width: 94%;
    }

}

@media only screen and (max-width: 480px) {
    .pure-form button[type=submit] {
        margin: .7em 0 0;
    }

    .pure-form input:not([type]),
    .pure-form input[type=password],
    .pure-form input[type=email],
    .pure-form input[type=url],
    .pure-form input[type=date],
    .pure-form input[type=month],
    .pure-form input[type=time],
    .pure-form input[type=datetime],
    .pure-form input[type=datetime-local],
    .pure-form input[type=week],
    .pure-form input[type=tel],
    .pure-form input[type=color],
    .pure-form input[type=number],
    .pure-form input[type=search],
    .pure-form input[type=text],
    .pure-form label {
        margin-bottom: .3em;
        display: block;
    }

    .pure-group input:not([type]),
    .pure-group input[type=password],
    .pure-group input[type=email],
    .pure-group input[type=url],
    .pure-group input[type=date],
    .pure-group input[type=month],
    .pure-group input[type=time],
    .pure-group input[type=datetime],
    .pure-group input[type=datetime-local],
    .pure-group input[type=week],
    .pure-group input[type=tel],
    .pure-group input[type=color],
    .pure-group input[type=number],
    .pure-group input[type=search],
    .pure-group input[type=text] {
        margin-bottom: 0;
    }

    .pure-form-aligned .pure-control-group label {
        margin-bottom: .3em;
        text-align: left;
        display: block;
        width: 100%;
    }

    .pure-form-aligned .pure-controls {
        margin: 1.5em 0 0;
    }

    .pure-form .pure-help-inline,
    .pure-form-message,
    .pure-form-message-inline {
        display: block;
        font-size: .75em;
        padding: .2em 0 .8em;
    }
}

@media screen and (max-width:47.938em) {
    .pure-visible-sm {
        display: none;
    }

    .pure-visible-md {
        display: none;
    }

    .pure-visible-lg {
        display: none;
    }

    .pure-visible-xl {
        display: none;
    }

    .pure-hidden-xs {
        display: none;
    }
}

@media screen and (min-width:48em) and (max-width:63.938em) {
    .pure-visible-xs {
        display: none;
    }

    .pure-visible-sm {
        display: none;
    }

    .pure-visible-lg {
        display: none;
    }

    .pure-visible-xl {
        display: none;
    }

    .pure-hidden-md {
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    table .pure-g {
        display: block;
    }
}