/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

.u-block {
    display: block !important
}

.u-inline-block {
    display: inline-block !important
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row-no-gutters {
    margin-left: 0;
    margin-right: 0
}

.row-no-gutters [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

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

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

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

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

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

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

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

@media(min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

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

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

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

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

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

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

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

@media(min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

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

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

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

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

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

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

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

@media(min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

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

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

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

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

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

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

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

.nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav:after,
.nav:before {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li,
.nav>li>a {
    display: block;
    position: relative
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #fff;
    text-decoration: none
}

.nav>li.disabled>a {
    color: #fff
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    background-color: transparent;
    color: #fff;
    cursor: not-allowed;
    text-decoration: none
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #fff;
    border-color: #337ab7
}

.nav .nav-divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.428571429;
    margin-right: 2px
}

.nav-tabs>li>a:hover {
    border-color: #fff #fff #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: #fff;
    border: 1px solid;
    border-color: #ddd #ddd transparent;
    color: #f0f0f0;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: #337ab7;
    color: #fff
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-left: 0;
    margin-top: 2px
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    left: auto;
    top: auto
}

@media(min-width:768px) {

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    border-radius: 4px;
    margin-right: 0
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a {
    border: 1px solid #ddd
}

@media(min-width:768px) {

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-display: block;
    font-family: qubicons;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/qubicons.eot?28buhb);
    src: url(../../fonts/qubicons.eot?28buhb#iefix) format("embedded-opentype"), url(../../fonts/qubicons.ttf?28buhb) format("truetype"), url(../../fonts/qubicons.woff?28buhb) format("woff"), url(../../fonts/qubicons.svg?28buhb#qubicons) format("svg")
}

[class*=" icon-"],
[class^=icon-] {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: qubicons !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.icon-behance:before {
    content: ""
}

.icon-dribbble2:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-linkedin:before {
    content: ""
}

.icon-simple-arw-next:before {
    content: ""
}

.icon-simple-arw-prev:before {
    content: ""
}

.icon-arrow-right:before {
    content: ""
}

.icon-arrow-left:before {
    content: ""
}

@media(min-width:768px) {
    .a-fade-in-bottom {
        -webkit-transition: .8s ease-out;
        transition: .8s ease-out
    }

    .a-fade-in-bottom.preanimated {
        opacity: 0;
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
        visibility: hidden
    }

    .fade-in-bottom {
        transition: transform .8s ease, opacity 1.8s ease, -webkit-transform .8s ease
    }

    .fade-in-bottom.preanimated {
        opacity: .001;
        -webkit-transform: translateY(45px);
        transform: translateY(45px)
    }

    .a-fade-in-right {
        -webkit-transition: .8s ease-out;
        transition: .8s ease-out
    }

    .a-fade-in-right.preanimated {
        opacity: 0;
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
        visibility: hidden
    }

    .a-fade-in-left {
        -webkit-transition: .8s ease-out;
        transition: .8s ease-out
    }

    .a-fade-in-left.preanimated {
        opacity: 0;
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
        visibility: hidden
    }

    .a-fade-in {
        -webkit-transition: .8s ease-out;
        transition: .8s ease-out
    }

    .a-fade-in.preanimated {
        opacity: 0;
        visibility: hidden
    }

    .a-fade-in2 {
        -webkit-transition: 1.8s ease-out;
        transition: 1.8s ease-out
    }

    .a-fade-in2.preanimated {
        opacity: 0;
        visibility: hidden
    }

    .a-bounce-in {
        -webkit-transition: .6s cubic-bezier(.68, -.55, .265, 1.55);
        transition: .6s cubic-bezier(.68, -.55, .265, 1.55)
    }

    .a-bounce-in.preanimated {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        visibility: hidden
    }

    .a-blured {
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out
    }

    .a-blured.preanimated {
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }
}

.animated {
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media(prefers-reduced-motion) {
    .animated {
        -webkit-transition: none !important;
        transition: none !important
    }
}

@-webkit-keyframes swing {
    5% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    10% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    15% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    30% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    5% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    10% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    15% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    30% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.move-up {
    top: -100vh;
    -webkit-transition: top .8s;
    transition: top .8s
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

.el-inline {
    display: inline-block !important
}

.el-block {
    display: block !important
}

.container-fluid {
    max-width: 1240px;
    padding: 0 24px !important;
    width: 100%
}

.projects-template-default .container-fluid:not(.container-fluid--lg) {
    max-width: 1140px
}

@media(min-width:768px) {
    .container-fluid {
        padding: 0 35px !important
    }
}

@media(min-width:1024px) {
    .container-fluid {
        padding: 0 50px !important
    }
}

@media(min-width:1400px) {
    .container-fluid {
        padding: 0 35px !important
    }
}

.container-large-image {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%
}

.container-large-image img {
    width: 100%
}

.container-fluid--lg {
    width: 1370px
}

.projects-template-default.single.single-projects .container-fluid--lg {
    max-width: 1370px;
    width: 100%
}

.container-fluid--sm {
    width: 1055px
}

.container-fluid--xs {
    width: 750px
}

.container-fluid--2xs {
    width: 660px
}

.container-fluid--lg,
.container-fluid--sm,
.container-fluid--xs {
    max-width: 100%
}

.row--plg {
    margin: 0 -30px
}

.row--plg>[class*=col] {
    padding-left: 30px;
    padding-right: 30px
}

.row--border-bottom {
    border-bottom: 1px solid #eee
}

.row--clients {
    margin: 0 -40px !important
}

@media screen and (max-width:1200px) {
    .row--clients {
        margin: 0 -20px !important
    }
}

.row--about {
    margin: 0 -20px !important
}

.row--about .col-md-3,
.row--about .col-md-4 {
    padding-left: 20px;
    padding-right: 20px
}

@media(min-width:768px) {
    .col-sm-6 {
        width: 49%
    }
}

@media(min-width:1024px) {
    .col-md-4 {
        width: 33.33333%
    }
}

.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px
}

.row-flex>[class*=col] {
    -ms-flex-negative: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-shrink: 0;
    float: none;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width:1024px) {
    .row-flex .col-lg-5 {
        width: 41%
    }

    .row-flex .col-lg-2 {
        width: 16%
    }
}

.row-flex--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.row-flex--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.row-flex--end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.row-flex--middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.row-flex--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.row-flex--stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.row-flex--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.row-flex--plg {
    margin: 0 -30px
}

.row-flex--plg>[class*=col] {
    padding-left: 30px;
    padding-right: 30px
}

.row-flex--pxl {
    margin: 0 -60px
}

.row-flex--pxl>[class*=col] {
    padding-left: 60px;
    padding-right: 60px
}

.row-flex--card {
    margin: 0 -20px
}

@media(max-width:543px) {
    .row-flex--card {
        margin: 0 -11px
    }
}

.col-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.col-flex--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.col-flex--end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.col-flex--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.col-flex--right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.col-flex--middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.col-flex--content-middle {
    -ms-flex-line-pack: center;
    align-content: center
}

@media(min-width:544px) {
    .col-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media(min-width:768px) {
    .col-md-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media(min-width:544px) {
    .col-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.offset-1 {
    margin-left: 1%
}

.w-1 {
    width: 1%
}

.offset-2 {
    margin-left: 2%
}

.w-2 {
    width: 2%
}

.offset-3 {
    margin-left: 3%
}

.w-3 {
    width: 3%
}

.offset-4 {
    margin-left: 4%
}

.w-4 {
    width: 4%
}

.offset-5 {
    margin-left: 5%
}

.w-5 {
    width: 5%
}

.offset-6 {
    margin-left: 6%
}

.w-6 {
    width: 6%
}

.offset-7 {
    margin-left: 7%
}

.w-7 {
    width: 7%
}

.offset-8 {
    margin-left: 8%
}

.w-8 {
    width: 8%
}

.offset-9 {
    margin-left: 9%
}

.w-9 {
    width: 9%
}

.offset-10 {
    margin-left: 10%
}

.w-10 {
    width: 10%
}

.offset-15 {
    margin-left: 15%
}

.w-15 {
    width: 15%
}

.offset-20 {
    margin-left: 20%
}

.w-20 {
    width: 20%
}

.offset-25 {
    margin-left: 25%
}

.w-25 {
    width: 25%
}

.offset-30 {
    margin-left: 30%
}

.w-30 {
    width: 30%
}

.offset-35 {
    margin-left: 35%
}

.w-35 {
    width: 35%
}

.offset-40 {
    margin-left: 40%
}

.w-40 {
    width: 40%
}

.offset-45 {
    margin-left: 45%
}

.w-45 {
    width: 45%
}

.offset-50 {
    margin-left: 50%
}

.w-50 {
    width: 50%
}

.offset-55 {
    margin-left: 55%
}

.w-55 {
    width: 55%
}

.offset-60 {
    margin-left: 60%
}

.w-60 {
    width: 60%
}

.offset-65 {
    margin-left: 65%
}

.w-65 {
    width: 65%
}

.offset-70 {
    margin-left: 70%
}

.w-70 {
    width: 70%
}

.offset-75 {
    margin-left: 75%
}

.w-75 {
    width: 75%
}

.offset-80 {
    margin-left: 80%
}

.w-80 {
    width: 80%
}

.offset-85 {
    margin-left: 85%
}

.w-85 {
    width: 85%
}

.offset-90 {
    margin-left: 90%
}

.w-90 {
    width: 90%
}

.offset-95 {
    margin-left: 95%
}

.w-95 {
    width: 95%
}

.offset-100 {
    margin-left: 100%
}

.w-100 {
    width: 100%
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-right: 0 !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.m-1 {
    margin: 10px !important
}

.mt-1 {
    margin-top: 10px !important
}

.mr-1 {
    margin-right: 10px !important
}

.mb-1 {
    margin-bottom: 10px !important
}

.ml-1,
.mx-1 {
    margin-left: 10px !important
}

.mx-1 {
    margin-right: 10px !important
}

.my-1 {
    margin-bottom: 10px !important;
    margin-top: 10px !important
}

.m-15 {
    margin: 15px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.ml-15,
.mx-15 {
    margin-left: 15px !important
}

.mx-15 {
    margin-right: 15px !important
}

.my-15 {
    margin-bottom: 15px !important;
    margin-top: 15px !important
}

.m-2 {
    margin: 20px !important
}

.mt-2 {
    margin-top: 20px !important
}

.mr-2 {
    margin-right: 20px !important
}

.mb-2 {
    margin-bottom: 20px !important
}

.ml-2,
.mx-2 {
    margin-left: 20px !important
}

.mx-2 {
    margin-right: 20px !important
}

.my-2 {
    margin-bottom: 20px !important;
    margin-top: 20px !important
}

.m-3 {
    margin: 30px !important
}

.mt-3 {
    margin-top: 30px !important
}

.mr-3 {
    margin-right: 30px !important
}

.mb-3 {
    margin-bottom: 30px !important
}

.ml-3,
.mx-3 {
    margin-left: 30px !important
}

.mx-3 {
    margin-right: 30px !important
}

.my-3 {
    margin-bottom: 30px !important;
    margin-top: 30px !important
}

.m-4 {
    margin: 40px !important
}

.mt-4 {
    margin-top: 40px !important
}

.mr-4 {
    margin-right: 40px !important
}

.mb-4 {
    margin-bottom: 40px !important
}

.ml-4,
.mx-4 {
    margin-left: 40px !important
}

.mx-4 {
    margin-right: 40px !important
}

.my-4 {
    margin-bottom: 40px !important;
    margin-top: 40px !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.p-1 {
    padding: 10px !important
}

.pt-1 {
    padding-top: 10px !important
}

.pr-1 {
    padding-right: 10px !important
}

.pb-1 {
    padding-bottom: 10px !important
}

.pl-1,
.px-1 {
    padding-left: 10px !important
}

.px-1 {
    padding-right: 10px !important
}

.py-1 {
    padding-bottom: 10px !important;
    padding-top: 10px !important
}

.p-15 {
    padding: 15px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pr-15 {
    padding-right: 15px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pl-15,
.px-15 {
    padding-left: 15px !important
}

.px-15 {
    padding-right: 15px !important
}

.py-15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important
}

.p-2 {
    padding: 20px !important
}

.pt-2 {
    padding-top: 20px !important
}

.pr-2 {
    padding-right: 20px !important
}

.pb-2 {
    padding-bottom: 20px !important
}

.pl-2,
.px-2 {
    padding-left: 20px !important
}

.px-2 {
    padding-right: 20px !important
}

.py-2 {
    padding-bottom: 20px !important;
    padding-top: 20px !important
}

.p-3 {
    padding: 30px !important
}

.pt-3 {
    padding-top: 30px !important
}

.pr-3 {
    padding-right: 30px !important
}

.pb-3 {
    padding-bottom: 30px !important
}

.pl-3,
.px-3 {
    padding-left: 30px !important
}

.px-3 {
    padding-right: 30px !important
}

.py-3 {
    padding-bottom: 30px !important;
    padding-top: 30px !important
}

.p-4 {
    padding: 40px !important
}

.pt-4 {
    padding-top: 40px !important
}

.pr-4 {
    padding-right: 40px !important
}

.pb-4 {
    padding-bottom: 40px !important
}

.pl-4,
.px-4 {
    padding-left: 40px !important
}

.px-4 {
    padding-right: 40px !important
}

.py-4 {
    padding-bottom: 40px !important;
    padding-top: 40px !important
}

.section {
    padding: 38px 0;
    position: relative
}

@media(min-width:1024px) {
    .section {
        padding: 76px 0
    }
}

.section--contacts {
    padding-top: 0
}

@media(min-width:544px) {
    .section--contacts {
        padding-bottom: 150px
    }
}

.section__heading {
    margin-bottom: 18px;
    padding-top: 50px
}

@media(min-width:544px) {
    .section__heading {
        margin-bottom: 30px;
        padding-top: 70px
    }
}

@media(min-width:768px) {
    .section__heading {
        margin-bottom: 60px;
        max-width: 670px;
        padding-top: 100px
    }
}

.section__heading h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px
}

@media(max-width:543px) {
    .section__heading h2 {
        font-size: 28px;
        line-height: 38px
    }
}

.section__heading--underlined {
    display: inline-block;
    font-weight: 900;
    letter-spacing: 1px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase
}

@media(min-width:1024px) {
    .section__heading--underlined {
        font-size: 64px;
        line-height: 60px
    }
}

.section__heading--underlined:after {
    background-color: #fadc41;
    bottom: 0;
    content: "";
    height: 11px;
    left: 0;
    position: absolute;
    width: 100%
}

.section__heading--lg {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: .3px;
    line-height: 56px
}

@media(max-width:767px) {
    .section__heading--lg {
        font-size: 32px;
        line-height: 46px;
        padding-bottom: 0
    }
}

@media(max-width:543px) {
    .section__heading--lg {
        font-size: 28px;
        line-height: 38px
    }
}

.section__heading--sm {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px
}

@media(max-width:543px) {
    .section__heading--sm {
        font-size: 28px;
        line-height: 38px
    }
}

.section__heading--sm-top {
    padding-top: 60px
}

.section__heading--full {
    max-width: 100%
}

.section__sub-heading {
    color: #111;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .2px
}

.section__filter {
    margin-left: -10px;
    position: relative;
    z-index: 3
}

.section__filter--blog {
    margin: 0
}

@media(min-width:1024px) {
    .section__filter--blog {
        padding: 50.6666666667px 0
    }
}

@media(max-width:767px) {
    .section__filter--blog {
        padding: 38px 0 0
    }
}

.section__title {
    color: #ff1b6f;
    font-size: 18px;
    font-weight: 300;
    line-height: 38px
}

.section__title--line {
    background: #fff;
    position: relative
}

.section__title--line:before {
    background-color: #f5f5f5;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 19px;
    width: 100%
}

.section__title--text-primary {
    line-height: 1.5
}

.section__title-bg {
    background: inherit;
    padding-right: 45px;
    position: relative
}

.section__works {
    position: relative;
    z-index: 2
}

.section--white-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
    z-index: 2
}

.section--primary {
    background: linear-gradient(235.91deg, #ff0 -28.25%, #ffde00 33.1%, #ff7600 128.59%), #fadc41
}

.section--cover {
    padding: 0
}

.section--intro .section__heading {
    margin-bottom: 38px
}

@media(min-width:768px) {
    .section--intro .section__heading {
        margin-bottom: 76px
    }
}

@media(max-width:767px) {
    .section--partners .section__heading {
        margin-bottom: 60px
    }
}

.section--short {
    padding-top: 150px
}

.section--approach .section__text {
    margin-bottom: 60px
}

@media(min-width:1024px) {
    .section--approach .section__text {
        margin-bottom: 76px;
        max-width: 670px
    }
}

.section--contact {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-bottom: 116px;
    padding-top: 280px
}

@media(max-width:543px) {
    .section--contact {
        padding-bottom: 100px;
        padding-top: 190px
    }
}

.section--contact .container-fluid {
    padding: 0 45px !important
}

.section--contact .section__heading {
    font-weight: 700;
    margin-bottom: 30px
}

.section--contact .section__text {
    margin-bottom: 40px
}

.section--contact #contact-btn .wpcf7-submit {
    background-color: #ff1b6f;
    border: 2px solid #ff1b6f;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .09px;
    line-height: 20px;
    padding: 12px 30px;
    -webkit-transition: all .8s;
    transition: all .8s;
    will-change: inherit
}

.section--contact #contact-btn .wpcf7-submit:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.section--contact .input__label {
    color: #000;
    opacity: 1
}

.section--contact .input__control {
    border-color: rgba(0, 0, 0, .4)
}

.section--contact .other-form {
    padding-top: 0
}

.section--testimonials {
    padding-bottom: 150px
}

@media(min-width:768px) {
    .section--testimonials .section__heading {
        margin-bottom: 0
    }
}

@media(min-width:1024px) {
    .section--testimonials .section__header {
        margin-bottom: 60px
    }
}

.section--testimonials .section__footer {
    margin-top: 60px
}

.section--services {
    padding-bottom: 162px;
    padding-top: 185px
}

.section--services .button {
    height: auto;
    max-width: 170px;
    text-align: center
}

.section--reviews .section__heading {
    margin-bottom: 30px
}

.section--place {
    padding-bottom: 38px
}

.section--place .section__left {
    position: relative;
    z-index: 2
}

.section--place .section__right {
    margin-top: 30px
}

@media(min-width:768px) {
    .section--place .section__right {
        margin-top: -100px
    }
}

@media(min-width:1024px) {
    .section--place .section__right {
        margin-top: -140px
    }
}

@media(max-width:1023px) {
    .section--place .section__header {
        margin-bottom: 30px
    }
}

@media(min-width:544px) {
    .section--place .section__header {
        max-width: 80%
    }
}

@media(min-width:1024px) {
    .section--place .section__header {
        max-width: none
    }
}

@media(min-width:1200px) {
    .section--place .section__header {
        max-width: none;
        padding-right: 60px
    }
}

@media(max-width:767px) {
    .section--place .cover__text {
        bottom: 40px;
        left: 30px;
        position: absolute
    }
}

.section--place .section__heading {
    margin-bottom: 30px
}

.section--related {
    padding-bottom: 55px;
    padding-top: 90px
}

@media(max-width:767px) {
    .section--related .col-md-6+.col-md-6 {
        margin-top: 20px
    }
}

.section--related .text-md {
    font-weight: 400;
    margin-bottom: 60px
}

.section--project {
    padding: 80px 0
}

.section--post {
    padding: 220px 0 60px
}

.section--awards {
    padding-top: 50px
}

@media(min-width:768px) {
    .section--awards .pt-md-4 {
        padding-top: 40px
    }

    .section--awards .mt-md-4 {
        margin-top: 40px
    }
}

.section--bg-light {
    background-color: #f5f5f5
}

.section--related-posts {
    padding-bottom: 55px
}

.section--related-posts .grid-works {
    margin-top: 75px
}

.section--main-cover {
    overflow: hidden;
    -webkit-transition: all .8s;
    transition: all .8s;
    width: 100%;
    z-index: 9
}

@media(min-width:544px) {
    .section--main-cover {
        height: 100vh;
        left: 0;
        position: relative;
        top: 0
    }
}

@media(max-width:543px) {
    .section--main-cover {
        padding: 145px 0 125px
    }
}

.section--main-cover-bottom {
    margin-top: -30px;
    padding-top: 0
}

.section--main-cover-bottom .button {
    height: auto;
    padding: 15px 30px
}

.section--video {
    overflow: hidden;
    padding-bottom: 160px;
    padding-top: 0;
    z-index: 0
}

@media(min-width:992px) {
    .section--video {
        padding: 0
    }
}

@media(max-width:543px) {
    .section--video {
        margin-top: -20px;
        padding-bottom: 22px
    }
}

.section--video-branding {
    padding-bottom: 50px
}

.section--projects {
    padding-bottom: 90px;
    padding-top: 90px
}

@media(min-width:544px) {
    .section--projects {
        padding-bottom: 205px;
        padding-top: 180px
    }
}

.section--hide {
    display: none
}

.section--summery {
    padding-bottom: 200px;
    padding-top: 133px
}

.section--oksana {
    position: relative
}

.section--oksana:after {
    background-image: url(../../../images/about/oksana.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -40px;
    top: 0;
    width: 455px
}

@media(max-width:1280px) {
    .section--oksana:after {
        right: -100px
    }
}

@media(max-width:1024px) {
    .section--oksana:after {
        right: -200px
    }
}

@media(max-width:768px) {
    .section--oksana:after {
        right: -100px
    }
}

@media(max-width:767px) {
    .section--oksana:after {
        display: none
    }
}

.section--landing-top {
    height: 100vh;
    overflow: hidden;
    padding: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

@media(max-width:543px) {
    .section--landing-top {
        height: 100%
    }
}

.section--landing-top:before {
    background-color: #fadc41;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

@media(max-width:543px) {
    .section--landing-top:before {
        height: 100%
    }
}

.section--landing-top .container-fluid {
    -ms-flex-line-pack: end;
    align-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    padding: 0 20px !important;
    position: relative;
    z-index: 2
}

.section--landing-top h2 {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 30px
}

@media(max-width:543px) {
    .section--landing-top h2 {
        font-size: 22px;
        line-height: 36px
    }

    .section--landing-top h2 br {
        display: none
    }
}

.section--landing-top .cover1:after {
    display: none
}

.section--top-lg {
    padding-top: 150px
}

@media(max-width:543px) {
    .section--top-lg {
        padding-top: 90px
    }
}

.section--full {
    height: 100vh;
    width: 100%
}

.section--referal-system {
    height: 127vh;
    width: 100%
}

@media(min-width:1440px) {
    .section--referal-system {
        height: 130vh
    }
}

@media(max-width:1280px) {
    .section--referal-system {
        height: 135vh
    }
}

@media(max-width:1280px)and (min-height:800px) {
    .section--referal-system {
        height: 126vh
    }
}

@media(max-width:1024px) {
    .section--referal-system {
        height: 700px
    }
}

@media(max-width:1023px) {
    .section--referal-system {
        height: 650px
    }
}

@media(max-width:768px) {
    .section--referal-system {
        height: 500px
    }
}

@media(max-width:543px) {
    .section--referal-system {
        height: 370px
    }
}

@media(max-width:414px) {
    .section--referal-system {
        height: auto
    }
}

.section--referal-system .cover1 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    left: auto;
    padding-bottom: 37vh;
    position: relative;
    top: auto
}

@media(max-width:1280px) {
    .section--referal-system .cover1 {
        padding-bottom: 210px
    }
}

@media(max-width:1280px)and (min-height:800px) {
    .section--referal-system .cover1 {
        padding-bottom: 270px
    }
}

@media(max-width:1024px) {
    .section--referal-system .cover1 {
        padding-bottom: 60px
    }
}

@media(max-width:1023px) {
    .section--referal-system .cover1 {
        padding-bottom: 90px
    }
}

@media(max-width:543px) {
    .section--referal-system .cover1 {
        padding-bottom: 0;
        padding-top: 125px
    }
}

@media(max-width:414px) {
    .section--referal-system .cover1 {
        padding-bottom: 90px;
        padding-top: 85px
    }
}

@media(max-width:375px) {
    .section--referal-system .cover1 {
        padding-bottom: 60px
    }
}

@media(max-width:320px) {
    .section--referal-system .cover1 {
        padding-bottom: 50px;
        padding-top: 73px
    }
}

.section--referal-system .cover1:after {
    background: none
}

.section--referal-system .cover1__text {
    font-size: 120px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase
}

@media(max-width:1024px) {
    .section--referal-system .cover1__text {
        font-size: 100px
    }
}

@media(max-width:1023px) {
    .section--referal-system .cover1__text {
        font-size: 90px
    }
}

@media(max-width:768px) {
    .section--referal-system .cover1__text {
        font-size: 60px;
        letter-spacing: -1px
    }
}

@media(max-width:543px) {
    .section--referal-system .cover1__text {
        font-size: 50px;
        left: 0
    }
}

@media(max-width:500px) {
    .section--referal-system .cover1__text {
        font-size: 35px;
        text-align: center;
        width: 100%
    }
}

@media(max-width:320px) {
    .section--referal-system .cover1__text {
        font-size: 28px
    }
}

.section--referal-system .cover1__text-light {
    font-size: 80px;
    font-weight: 100;
    text-transform: none
}

@media(max-width:1280px) {
    .section--referal-system .cover1__text-light {
        margin-top: -20px
    }
}

@media(max-width:1024px) {
    .section--referal-system .cover1__text-light {
        font-size: 70px
    }
}

@media(max-width:1023px) {
    .section--referal-system .cover1__text-light {
        font-size: 65px
    }
}

@media(max-width:768px) {
    .section--referal-system .cover1__text-light {
        font-size: 40px
    }
}

@media(max-width:543px) {
    .section--referal-system .cover1__text-light {
        font-size: 37px
    }
}

@media(max-width:500px) {
    .section--referal-system .cover1__text-light {
        font-size: 30px
    }
}

@media(max-width:320px) {
    .section--referal-system .cover1__text-light {
        font-size: 20px
    }
}

.section--referal-system .mouse-icon {
    bottom: 190px
}

@media(min-width:1440px) {
    .section--referal-system .mouse-icon {
        bottom: 215px
    }
}

@media(max-width:1280px) {
    .section--referal-system .mouse-icon {
        bottom: 137px
    }
}

@media(max-width:1024px) {
    .section--referal-system .mouse-icon {
        display: none
    }
}

.section--skewY-gray {
    margin-top: -15vh;
    padding-bottom: 140px;
    padding-top: 150px
}

@media(max-width:1280px) {
    .section--skewY-gray {
        margin-top: -120px
    }
}

@media(max-width:414px) {
    .section--skewY-gray {
        padding-bottom: 50px;
        padding-top: 80px
    }
}

@media(max-width:375px) {
    .section--skewY-gray {
        margin-top: -80px;
        padding-top: 70px
    }
}

@media(max-width:320px) {
    .section--skewY-gray {
        margin-top: -70px
    }
}

.section--skewY-gray:after {
    background-color: #f6f6f6;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: skewY(-8deg);
    transform: skewY(-8deg);
    width: 100%;
    z-index: 1
}

.section--skewY-gray .container-fluid {
    position: relative;
    z-index: 2
}

@media(max-width:543px) {
    .section--skewY-gray br {
        display: none
    }
}

.section--pt-125 {
    padding-top: 125px
}

.section--hands {
    background-image: url(../../../images/hands.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 173px;
    padding-top: 173px
}

@media(max-width:1024px) {
    .section--hands {
        background-size: 140%
    }
}

@media(max-width:543px) {
    .section--hands {
        background-size: 160%;
        padding-bottom: 60px;
        padding-top: 80px
    }
}

.section--landing {
    height: 140vh;
    overflow: hidden
}

@media(max-width:1024px) {
    .section--landing {
        height: 100vh
    }
}

@media(max-width:1024px)and (max-height:768px) {
    .section--landing {
        height: 120vh
    }
}

@media(max-width:543px) {
    .section--landing {
        height: auto
    }
}

.section--branding-project {
    padding: 150px 0
}

@media(max-width:768px) {
    .section--branding-project {
        padding: 50px 0
    }
}

.section--guitar {
    background-color: #000;
    background-image: url(../../../images/branding/guitar2.jpg);
    background-position: center 40px;
    background-repeat: no-repeat;
    color: #fff;
    padding-bottom: 185px;
    padding-top: 150px
}

@media(max-width:543px) {
    .section--guitar {
        background-size: 50%;
        padding-bottom: 75px;
        padding-top: 350px
    }
}

@media(max-width:414px) {
    .section--guitar {
        background-size: 45%
    }
}

@media(max-width:375px) {
    .section--guitar {
        background-size: 50%
    }
}

@media(max-width:320px) {
    .section--guitar {
        padding-top: 300px
    }
}

.section--guitar .list-single {
    margin-bottom: 130px;
    padding-left: 33px
}

@media(max-width:768px) {
    .section--guitar .list-single {
        padding-left: 0
    }
}

@media(max-width:543px) {
    .section--guitar .list-single {
        margin-bottom: 0
    }
}

.section--guitar .h2-branding {
    color: #fff
}

@media(max-width:543px) {
    .section--guitar .h2-branding {
        margin-bottom: 100px
    }
}

.section--guitar .row-flex {
    margin: 0;
    width: 100%
}

@media(max-width:320px) {
    .section--guitar .container-fluid {
        padding: 0 10px !important
    }

    .section--guitar .col-xs-12 {
        padding: 0
    }
}

.section--pt200 {
    padding-top: 200px
}

@media(max-width:543px) {
    .section--pt200 {
        padding-top: 100px
    }
}

.section--quarter-height {
    height: 25vh
}

@media(max-width:768px) {
    .section--branding-card .container-fluid {
        padding: 0 20px !important
    }
}

.section--template-download-pdf {
    min-height: 100vh;
    padding-top: 144px
}

.section--pb-280 {
    padding-bottom: 280px
}

@media(max-width:543px) {
    .section--pb-280 {
        padding-bottom: 140px
    }
}

.section--pb-100 {
    padding-bottom: 100px
}

@media(max-width:543px) {
    .section--pb-100 {
        padding-bottom: 50px
    }
}

.section--pb-140 {
    padding-bottom: 140px
}

@media(max-width:543px) {
    .section--pb-140 {
        padding-bottom: 70px
    }
}

.section--quote {
    padding-bottom: 40vh;
    padding-top: 40vh
}

@media(max-width:1023px) {
    .section--quote {
        padding-bottom: 30vh;
        padding-top: 30vh
    }
}

.section--espresso,
.section--healthcare,
.section--mobile-app,
.section--strategy {
    overflow: hidden;
    padding-bottom: 80px
}

@media(max-width:543px) {

    .section--espresso,
    .section--healthcare,
    .section--mobile-app,
    .section--strategy {
        padding-bottom: 0
    }
}

@media(max-width:768px) {

    .section--espresso .section__sub-heading,
    .section--healthcare .section__sub-heading,
    .section--mobile-app .section__sub-heading,
    .section--strategy .section__sub-heading {
        font-size: 20px
    }

    .section--espresso .section__heading,
    .section--healthcare .section__heading,
    .section--mobile-app .section__heading,
    .section--strategy .section__heading {
        font-size: 56px;
        line-height: 1.3;
        width: 170%
    }
}

@media(max-width:640px) {

    .section--espresso .section__heading,
    .section--healthcare .section__heading,
    .section--mobile-app .section__heading,
    .section--strategy .section__heading {
        width: 100%
    }
}

@media(max-width:543px) {

    .section--espresso .section__heading,
    .section--healthcare .section__heading,
    .section--mobile-app .section__heading,
    .section--strategy .section__heading {
        font-size: 42px;
        line-height: 1.3;
        width: 100%
    }
}

@media(max-width:320px) {

    .section--espresso .section__heading,
    .section--healthcare .section__heading,
    .section--mobile-app .section__heading,
    .section--strategy .section__heading {
        font-size: 35px
    }
}

.section--espresso img,
.section--healthcare img,
.section--mobile-app img,
.section--strategy img {
    margin-left: -80px;
    margin-top: -180px;
    max-width: 130%
}

@media(max-width:768px) {

    .section--espresso img,
    .section--healthcare img,
    .section--mobile-app img,
    .section--strategy img {
        display: none
    }
}

.section--espresso .text-sm,
.section--healthcare .text-sm,
.section--mobile-app .text-sm,
.section--strategy .text-sm {
    color: #000
}

@media(max-width:768px) {

    .section--espresso .text-sm,
    .section--healthcare .text-sm,
    .section--mobile-app .text-sm,
    .section--strategy .text-sm {
        font-size: 18px;
        line-height: 25px
    }

    .section--espresso .pl-0,
    .section--healthcare .pl-0,
    .section--mobile-app .pl-0,
    .section--strategy .pl-0 {
        padding-left: 8px !important
    }
}

.section--healthcare img {
    margin-left: 0
}

.section--logistics-product-design {
    overflow: hidden;
    padding-bottom: 80px
}

@media(max-width:543px) {
    .section--logistics-product-design {
        padding-bottom: 0
    }
}

@media(max-width:768px) {
    .section--logistics-product-design .section__heading {
        font-size: 56px;
        line-height: 1.3;
        width: 170%
    }
}

@media(max-width:640px) {
    .section--logistics-product-design .section__heading {
        width: 100%
    }
}

@media(max-width:543px) {
    .section--logistics-product-design .section__heading {
        font-size: 42px;
        line-height: 1.3;
        width: 100%
    }
}

@media(max-width:320px) {
    .section--logistics-product-design .section__heading {
        font-size: 35px
    }
}

.section--logistics-product-design img {
    margin-top: -70px
}

@media(max-width:768px) {
    .section--logistics-product-design img {
        display: none
    }
}

.section--logistics-product-design .text-sm {
    color: #000
}

@media(max-width:768px) {
    .section--logistics-product-design .text-sm {
        font-size: 18px;
        line-height: 25px
    }

    .section--logistics-product-design .pl-0 {
        padding-left: 8px !important
    }
}

.section--strategy {
    padding-bottom: 230px
}

.section--strategy img {
    margin-left: 0
}

.section--espresso {
    padding-bottom: 230px
}

@media(max-width:543px) {
    .section--espresso {
        padding-bottom: 100px
    }
}

.section--espresso img {
    margin-top: -300px
}

.section--top-115 {
    padding-top: 115px
}

.section--absolute {
    position: absolute;
    width: 100%
}

.section--min-h-full {
    min-height: 100vh
}

.section--bg-green {
    background: radial-gradient(56.08% 140.25% at 62.5% 38.25%, #e8ffed 0, #bce6c5 100%)
}

.section--bg-black {
    background: #000
}

.section--bg-black .text-md,
.section--bg-black .text-md-5,
.section--bg-black .title-xxl,
.section--bg-black h1,
.section--bg-black h2 {
    color: #fff
}

.section--bg-black .title-yellow {
    color: #fadc41
}

.section--bg-black .button--empty {
    border-color: #fff;
    color: #fff
}

.section--bg-black .button--empty:hover {
    background: #fff;
    color: #000
}

.section--news div.author,
.section--related div.author {
    font-size: 18px
}

.section--news div.author p,
.section--related div.author p {
    line-height: 1.2;
    margin-bottom: 0
}

.section--news div.author a,
.section--related div.author a {
    font-weight: 400
}

.section--news .author .author__job-position,
.section--related .author .author__job-position {
    display: block;
    font-weight: 300;
    margin-top: 0;
    width: 100%
}

.section--news div.author--sm img,
.section--related div.author--sm img {
    height: 48px;
    margin-right: 16px;
    width: 48px
}

.section-video-wrap {
    padding-top: 100vh
}

@media(max-width:1280px) {
    .section-mobile {
        padding-top: 20px
    }
}

.section-marta {
    padding-top: 160px
}

.section-marta .about-photo {
    margin-bottom: 0
}

@media(max-width:990px) {
    .section-marta {
        padding-top: 170px
    }
}

@media(max-width:768px) {
    .section-marta {
        padding-top: 38px
    }

    .section-marta.pb-60 {
        padding-bottom: 0
    }
}

.section-marta .row-flex {
    margin: 0 -42px
}

@media(max-width:990px) {
    .section-marta .row-flex {
        margin: 0 -20px
    }
}

@media(min-width:544px) {
    .section-marta .about-photo__text.short-info {
        padding-left: 50px
    }

    .section-marta .trigger-info {
        padding-left: 50px !important
    }
}

.text-wrapper {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 auto 40px;
    max-width: 650px
}

@media(max-width:1199px) {
    .text-wrapper {
        padding: 0 90px
    }
}

@media(max-width:1023px) {
    .text-wrapper {
        padding: 0 60px
    }
}

@media(max-width:767px) {
    .text-wrapper {
        padding: 0
    }
}

.text-wrapper ul li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative
}

.text-wrapper ul li:last-child {
    margin-bottom: 0
}

.text-wrapper ul li:before {
    background: #ff1b6f;
    border-radius: 50%;
    content: "";
    font-weight: 400;
    height: 5px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 5px
}

.text-wrapper ol,
.text-wrapper ul {
    margin-bottom: 35px
}

.text-wrapper p {
    margin-bottom: 15px
}

.text-wrapper p+ul {
    margin-top: 25px;
    position: relative
}

.text-wrapper table {
    margin-left: auto;
    margin-right: auto
}

.text-wrapper tbody {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px
}

.text-wrapper--table {
    background-color: #f7f9fb;
    margin-bottom: 124px;
    max-width: 1096px
}

.single-careers .text-wrapper a:not(.button, .button--pink) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    position: relative
}

.single-careers .text-wrapper a:not(.button, .button--pink):after {
    background: #000;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: width .4s ease-out;
    transition: width .4s ease-out;
    width: 100%
}

@media(hover:hover) {
    .single-careers .text-wrapper a:not(.button, .button--pink):hover:after {
        width: 0
    }
}

@media screen and (max-width:1024px) {
    .single-careers .text-wrapper a:not(.button, .button--pink) {
        text-decoration: underline
    }

    .single-careers .text-wrapper a:not(.button, .button--pink):after {
        content: none
    }
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@supports(display:flex) {

    .d-flex:after,
    .d-flex:before {
        display: none !important
    }
}

.d-flex--content-middle {
    -ms-flex-line-pack: center;
    align-content: center
}

@media(min-width:768px) {
    .grid-posts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -20px
    }
}

.grid-posts__item {
    margin-bottom: 60px
}

@media(min-width:768px) {
    .grid-posts__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 15px
    }
}

@media(min-width:1024px) {
    .grid-posts__item {
        -ms-flex-negative: 0;
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
        flex-shrink: 0;
        margin-bottom: 80px;
        max-width: 33.3%;
        padding: 0 20px
    }
}

@media(min-width:544px)and (max-width:767px) {
    .grid-posts__item .card-work__img {
        min-height: 290px;
        padding-bottom: 45.78%
    }
}

.grid-posts__item .card-work {
    margin-bottom: 0
}

.grid-posts__item .card-work__img-wrap {
    min-height: auto
}

.grid-posts__item .card-work__desc {
    -webkit-box-flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between
}

@media(max-width:543px) {
    .grid-posts__item.card {
        padding: 0 !important
    }
}

.grid-posts__item--main,
.grid-posts__item--wide {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.grid-posts__item--main .cite,
.grid-posts__item--wide .cite {
    max-width: 60%
}

.grid-posts__item--main .card-work__img,
.grid-posts__item--wide .card-work__img {
    padding-bottom: 45.78%
}

.grid-posts__item--main .card-work__desc,
.grid-posts__item--wide .card-work__desc {
    max-width: 100%
}

.grid-posts__item--main .card-work__desc h3,
.grid-posts__item--wide .card-work__desc h3 {
    font-size: 24px
}

.grid-posts__item--main {
    position: relative
}

@media(min-width:544px) {
    .grid-posts__item--main {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 120px;
        max-width: 100%
    }

    .grid-posts__item--main .card-work__desc {
        padding-left: 60px !important
    }

    .grid-posts__item--main .card-work__desc h3 {
        font-size: 30px;
        font-weight: 700;
        line-height: 46px
    }

    .grid-posts__item--main .card-work__img {
        padding-bottom: 57.8%
    }
}

@media(min-width:768px) {
    .grid-posts__item--main .card-work {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .grid-posts__item--main .card-work__img-wrap {
        width: 60%
    }

    .grid-posts__item--main .card-work__desc {
        margin-top: 0;
        padding: 0 0 0 60px;
        position: relative;
        width: 40%
    }
}

.grid-posts__item--sm {
    margin-bottom: 100px
}

@media(min-width:544px) {
    .grid-posts__item--sm {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media(min-width:768px) {
    .grid-posts__item--sm .card-work__desc h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 38px
    }

    .grid-posts__item--sm .card-work__img {
        padding-bottom: 56%
    }
}

.grid-posts__item--highlights {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

@media screen and (max-width:767px) {
    .grid-posts__item--highlights {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 472px
    }
}

@media(max-width:543px) {
    .grid-posts--sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.grid-posts--sm .grid-posts__item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin-bottom: 34px;
    max-width: 25%;
    padding: 0 15px
}

@media(max-width:543px) {
    .grid-posts--sm .grid-posts__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

.grid-posts--sm .card-work__desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    text-align: left
}

.grid-posts--sm .card-work__desc a {
    color: #222
}

.grid-posts--sm .card-work__desc .icon {
    margin-right: 10px
}

.grid-posts--sm .card-work__img-wrap {
    margin-bottom: 12px
}

@media screen and (max-width:768px) {
    .grid-posts .card__link.mb-2 {
        margin-bottom: 15px !important
    }
}

.logo {
    display: block;
    height: 23px;
    left: 0;
    position: relative;
    -webkit-transition: left .5s linear;
    transition: left .5s linear;
    width: 112px
}

@media screen and (max-width:768px) {
    .logo {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        max-height: 23px;
        max-width: 110px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .logo svg {
        height: auto;
        width: 100%
    }
}

.logo path {
    fill: #000
}

.logo--white path {
    fill: #fff
}

.header--dark .logo path {
    fill: #000
}

.header--light .logo path {
    fill: #fff
}

.download,
.post-contact {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(240, 242, 248, .6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 60px;
    max-width: 650px;
    min-height: 600px;
    overflow: hidden;
    padding: 70px 60px
}

.page-template-download-presentation .download,
.page-template-download-presentation .post-contact {
    max-width: 856px;
    padding: 80px 60px 100px;
    position: relative;
    width: 100%
}

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

    .download,
    .page-template-download-presentation .download,
    .page-template-download-presentation .post-contact,
    .post-contact {
        padding: 60px 20px
    }
}

.download .wpforms-submit-container,
.post-contact .wpforms-submit-container {
    max-width: 246px;
    width: 100%
}

.download__form,
.post-contact__form {
    line-height: 1
}

.download .blog__post,
.download__post,
.post-contact .blog__post,
.post-contact__post {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.download .blog__post .post-contact-form,
.download__post .post-contact-form,
.post-contact .blog__post .post-contact-form,
.post-contact__post .post-contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.download .blog__post .post-contact-form .wpforms-confirmation-container,
.download .blog__post .post-contact-form .wpforms-container,
.download__post .post-contact-form .wpforms-confirmation-container,
.download__post .post-contact-form .wpforms-container,
.post-contact .blog__post .post-contact-form .wpforms-confirmation-container,
.post-contact .blog__post .post-contact-form .wpforms-container,
.post-contact__post .post-contact-form .wpforms-confirmation-container,
.post-contact__post .post-contact-form .wpforms-container {
    height: 100%;
    position: relative
}

.download__post .wpforms-confirmation-container h2,
.download__post .wpforms-confirmation-container h5,
.download__post .wpforms-container h2,
.download__post .wpforms-container h5,
.post-contact__post .wpforms-confirmation-container h2,
.post-contact__post .wpforms-confirmation-container h5,
.post-contact__post .wpforms-container h2,
.post-contact__post .wpforms-container h5 {
    line-height: 1.3
}

.blog__post .download .text-wrapper .confirmation-message-img img,
.blog__post .post-contact .text-wrapper .confirmation-message-img img {
    left: 25px;
    max-width: unset;
    top: -13px
}

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

    .blog__post .download .text-wrapper .confirmation-message-img img,
    .blog__post .post-contact .text-wrapper .confirmation-message-img img {
        bottom: -73px;
        left: 36px;
        max-width: 436px;
        top: auto
    }
}

.download__part--hide,
.post-contact__part--hide {
    opacity: 0;
    visibility: hidden
}

.download__success,
.post-contact__success {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    left: auto;
    padding: 0;
    position: relative;
    text-align: center;
    top: auto;
    width: 100%
}

.download__success .button,
.post-contact__success .button {
    color: #fff;
    min-width: 180px;
    text-decoration: none
}

.download__success .button:before,
.post-contact__success .button:before {
    display: none
}

.download__success-title,
.post-contact__success-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 40px;
    width: 100%
}

@media(max-width:320px) {

    .download__success-title,
    .post-contact__success-title {
        font-size: 30px
    }
}

.download__success-text,
.post-contact__success-text {
    font-weight: 300;
    margin-bottom: 40px;
    width: 100%
}

.download--bg-white {
    background: #fff
}

.download div.button--pink {
    padding: 0
}

.download div.button--pink input[type=submit] {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    padding: 4px 30px 3px
}

.download .button.hide,
.download .download__form.hide {
    display: none
}

@media(max-width:543px) {
    .download .download__front .button {
        line-height: 1.15;
        padding: 8px 20px;
        text-align: left;
        white-space: normal;
        width: 100%
    }
}

.blockquote {
    color: #000;
    font-size: 26px;
    font-style: italic;
    font-weight: 700;
    line-height: 36px;
    max-width: 690px;
    padding-left: 110px;
    padding-top: 110px
}

@media(max-width:767px) {
    .blockquote {
        padding-left: 75px;
        padding-top: 63px
    }
}

@media(max-width:320px) {
    .blockquote {
        padding-left: 45px;
        padding-right: 0;
        padding-top: 34px
    }
}

.blockquote:before {
    background-image: url(../../images/blockquote-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    height: 150px;
    left: 0;
    width: 191px
}

@media(max-width:767px) {
    .blockquote:before {
        height: 150px;
        width: 127px
    }
}

@media(max-width:320px) {
    .blockquote:before {
        height: 80px;
        width: 90px
    }
}

.blockquote p {
    font-size: 26px;
    font-style: italic;
    font-weight: 700;
    line-height: 36px
}

@media(max-width:543px) {
    .blockquote p {
        font-size: 21px;
        line-height: 32px
    }
}

@media(max-width:320px) {
    .blockquote p {
        font-size: 18px;
        line-height: 25px
    }
}

.blockquote--simple {
    display: block;
    margin: 55px -108px 70px;
    max-width: 840px;
    padding: 24px 32px;
    position: relative;
    width: auto
}

@media(max-width:1023px) {
    .blockquote--simple {
        margin: 55px -58px 70px
    }
}

@media(max-width:767px) {
    .blockquote--simple {
        margin-left: 0;
        margin-right: 0
    }
}

.blockquote--simple p {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 33.6px
}

@media(max-width:767px) {
    .blockquote--simple p {
        font-size: 20px
    }
}

.blockquote--simple:before {
    background-color: #fadc41;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 4px
}

.blockquote--simple .blockquote__author {
    color: #262626;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px
}

.blockquote--text-light p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4
}

.blockquote--text-light b,
.link {
    font-weight: 600
}

.link {
    color: #000;
    cursor: pointer;
    font-size: 16px;
    line-height: 42px;
    position: relative;
    -webkit-text-decoration: transparent;
    text-decoration: transparent;
    -webkit-transition: text-decoration-color .6s ease;
    transition: text-decoration-color .6s ease
}

.link.active {
    color: #ff1b6f
}

.link--underline {
    font-weight: 400;
    text-decoration: underline;
    text-decoration-color: #000;
    -webkit-transition: text-decoration-color .4s ease;
    transition: text-decoration-color .4s ease
}

.link--underline.link:hover {
    text-decoration-color: transparent
}

.link--light {
    font-weight: 300;
    text-decoration: underline;
    text-decoration-color: #000;
    -webkit-transition: text-decoration-color .3s ease;
    transition: text-decoration-color .3s ease
}

.link--light.link:hover {
    text-decoration-color: transparent
}

.link--pink {
    color: #ff1b6f;
    text-decoration: none
}

.link--pink:after {
    background: #ff1b6f;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: width .4s ease-out;
    transition: width .4s ease-out;
    width: 100%
}

@media(hover:hover) {
    .link--pink:hover:after {
        width: 0
    }
}

.link--normal {
    font-weight: 400;
    text-decoration: underline
}

.link--normal:hover {
    text-decoration: none
}

.link--arrow-down {
    padding-right: 20px
}

.link--arrow-down:after {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    bottom: 6px;
    content: "";
    height: 7px;
    position: absolute;
    right: 4px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: right .5s;
    transition: right .5s;
    width: 7px
}

.link--arrow-down .read-less {
    display: none
}

.link--arrow-up {
    padding-right: 20px
}

.link--arrow-up:after {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    bottom: 4px;
    content: "";
    height: 7px;
    position: absolute;
    right: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: right .5s;
    transition: right .5s;
    width: 7px
}

.link--arrow-up .read-more {
    display: none
}

.link--arrow-right {
    padding-right: 20px
}

.link--arrow-right:after {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    bottom: 6px;
    content: "";
    height: 7px;
    position: absolute;
    right: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: right .5s;
    transition: right .5s;
    width: 7px
}

.link--arrow-right:hover:after {
    right: 2px
}

.link--arrow-right3 {
    border-width: 0 !important;
    font-size: 18px;
    padding: 0
}

.link--arrow-right3 span {
    border-bottom: 1px solid #000
}

.link--arrow-right3:after {
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: qubicons !important;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 7px;
    line-height: 1;
    position: relative;
    right: -16px;
    text-transform: none;
    -webkit-transition: right .5s;
    transition: right .5s;
    width: 28px
}

.link--arrow-right3:hover {
    border-width: 0 !important
}

.link--arrow-right3:hover span {
    border-bottom: 1px solid #fff
}

.link--arrow-right3:hover:after {
    right: -20px
}

.link--arrow-pink {
    font-weight: 500
}

.link--arrow-pink:after {
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    border-right: 2px solid #ff1b6f;
    border-top: 2px solid #ff1b6f;
    content: "";
    display: inline-block;
    height: 8px;
    position: relative;
    right: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px
}

.link--arrow-pink:hover:after {
    right: -8px
}

.link--no-anim:after {
    -webkit-animation: none;
    animation: none;
    -webkit-transition: all .5s;
    transition: all .5s
}

.link--border-bottom {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 42px;
    position: relative
}

@media(max-width:543px) {
    .link--border-bottom {
        font-size: 14px;
        font-weight: 400
    }
}

.link--border-bottom.link--normal {
    font-weight: 300;
    text-decoration: none
}

.link--border-bottom:before {
    background-color: #000;
    bottom: -4px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

@media(max-width:543px) {
    .link--border-bottom:before {
        height: 1px
    }
}

.link--border-bottom:hover:before {
    background-color: #fadc41
}

@media(hover:hover) {
    .link:hover {
        text-decoration-color: #000
    }
}

@-webkit-keyframes sdb05 {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(0)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(5px, -5px)
    }
}

@keyframes sdb05 {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(0);
        transform: rotate(45deg) translate(0)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(5px, -5px);
        transform: rotate(45deg) translate(5px, -5px)
    }
}

.button {
    background: none;
    border-radius: 100px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: Product Sans, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .12px;
    line-height: 1;
    outline: none;
    padding: 14px 30px;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.button--primary {
    background-color: #fadc41;
    border: 2px solid #fadc41;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .03px;
    line-height: 1.6;
    padding: 2px 20px
}

.button--primary:before {
    display: none
}

.button--primary:hover {
    background-color: transparent;
    color: #fadc41
}

.button--primary-dark {
    background-color: #fadc41;
    border: 2px solid #fadc41
}

.button--primary-dark:hover {
    background-color: transparent;
    border-color: #000;
    color: #000
}

.button--outline {
    background-color: #fff;
    border: 2px solid #000
}

.button--outline:hover {
    background-color: #000;
    color: #fff
}

.button--outline-primary,
.button--outline-primary-white {
    border: 2px solid #fadc41
}

.button--outline-primary-white:hover,
.button--outline-primary:hover {
    background-color: #fadc41;
    color: #000
}

.button--outline-primary-white {
    color: #fff
}

.button--outline-light {
    border: 1px solid #000 !important;
    border-radius: 30px;
    min-width: 120px
}

.button--white {
    background-color: #fff;
    border: 2px solid transparent
}

.button--white:hover {
    border-color: #000
}

.button--progress {
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 0
}

.button--progress input[type=submit] {
    color: #000
}

.button--progress.is-progress {
    -webkit-transition: none;
    transition: none
}

.button--progress:not(.is-progress):hover {
    background-color: #fadc41
}

.button--pink {
    background-color: #ff1b6f;
    border: 2px solid #ff1b6f;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .09px;
    line-height: 20px;
    padding: 12px 30px;
    -webkit-transition: all .8s;
    transition: all .8s;
    will-change: inherit
}

.button--pink:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.button--sticky {
    position: sticky;
    top: 100px
}

.button--empty {
    background: transparent;
    border: 2px solid #000;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6;
    padding: 2px 20px;
    -webkit-transition: all .8s;
    transition: all .8s
}

@media(max-width:543px) {
    .button--empty {
        font-weight: 500
    }
}

.button--empty:hover {
    background: #000;
    color: #fff
}

.button--empty-border-white {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6;
    padding: 1px 20px;
    -webkit-transition: all .8s;
    transition: all .8s
}

@media(max-width:543px) {
    .button--empty-border-white {
        font-weight: 500
    }
}

.button--empty-border-white:hover {
    background: #fff;
    color: #000
}

div.wpcf7 .ajax-loader {
    display: none
}

.button-links-wrap .span-or {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    padding: 0 24px
}

@media(max-width:543px) {
    .button-links-wrap .span-or {
        position: relative;
        top: 6px
    }
}

.button-links-wrap .link {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3
}

@media(max-width:543px) {
    .button-links-wrap .link {
        display: inline-block;
        position: relative;
        top: 6px
    }
}

.button-trigger .more {
    display: block
}

.button-trigger .less,
.button-trigger.less .more {
    display: none
}

.button-trigger.less .less {
    display: block
}

.slider {
    position: relative;
    z-index: 1
}

.slider__img {
    height: 878px;
    position: relative
}

.slider__img img {
    display: block;
    margin: 0 auto
}

.slider__main {
    margin-bottom: 15px
}

.slider__thumbs {
    overflow: hidden
}

.slider__thumbs .slick-list {
    margin: 0 -5px
}

.slider__thumb {
    cursor: pointer;
    margin: 0 5px;
    position: relative
}

.slider__thumb:before {
    background-color: #fadc41;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 100%
}

.slider__thumb.slick-current:before {
    opacity: .5
}

.slider__nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #fff;
    border: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    justify-content: center;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 50px;
    z-index: 2
}

.slider__nav:hover {
    background-color: #fadc41
}

.slider__nav--prev {
    left: 20px
}

.slider__nav--prev.slider__nav--circle:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.slider__nav--next {
    right: 20px
}

.slider__nav--next.slider__nav--circle:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.slider__nav i {
    margin: 0 auto
}

.slider__nav--point {
    background: none;
    cursor: none
}

.slider__nav--point span {
    background: #fadc41;
    border-radius: 50%;
    height: 40px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: -1
}

.slider__nav--point:hover {
    background: none
}

.slider__nav--circle {
    border: 2px solid #000;
    border-radius: 50%;
    height: 40px;
    width: 40px
}

.slider__nav--circle:before {
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    content: "";
    height: 8px;
    position: relative;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 8px;
    z-index: 2
}

.slider__item img {
    width: 100%
}

.slider--nav-opacity .slider__nav {
    opacity: .4
}

.slider--nav-opacity .slider__nav:hover {
    opacity: 1
}

.slider .slick-dots {
    max-height: 36px;
    max-width: 100%;
    overflow: hidden
}

.slider--dots .slick-dots {
    text-align: center
}

.slider--dots .slick-dots li {
    display: inline-block
}

.slider--dots .slick-dots li:before {
    display: none
}

.slider--dots .slick-dots button {
    background: 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    height: 7px;
    opacity: .2;
    padding: 0;
    text-indent: -9999999px;
    width: 7px
}

.slider--dots .slick-dots .slick-active button {
    background-color: #000
}

.slider--dots-dark.slider--career .slick-dots {
    bottom: -26px
}

.slider--dots-dark .slick-dots {
    margin-top: 20px;
    text-align: center
}

.slider--dots-dark .slick-dots li {
    display: inline-block;
    padding: 0 5px
}

.slider--dots-dark .slick-dots li:before {
    display: none
}

.slider--dots-dark .slick-dots button {
    background: 0 0;
    background: #c4c4c4;
    border: 0;
    border-radius: 50%;
    height: 8px;
    padding: 0;
    text-indent: -9999999px;
    width: 8px
}

.slider--dots-dark .slick-dots .slick-active button {
    background: #000
}

.slider--dots-gray .slick-dots {
    margin-top: 24px;
    text-align: center
}

@media(max-width:543px) {
    .slider--dots-gray .slick-dots {
        margin-top: 20px
    }
}

.slider--dots-gray .slick-dots li {
    display: inline-block;
    padding: 0 10px
}

@media(max-width:543px) {
    .slider--dots-gray .slick-dots li {
        padding: 0 5px
    }
}

.slider--dots-gray .slick-dots li:before {
    display: none
}

.slider--dots-gray .slick-dots button {
    background: 0 0;
    background: #979797;
    border: 0;
    border-radius: 50%;
    height: 10px;
    padding: 0;
    text-indent: -9999999px;
    width: 10px
}

@media(max-width:543px) {
    .slider--dots-gray .slick-dots button {
        height: 6px;
        width: 6px
    }
}

.slider--dots-gray .slick-dots .slick-active button {
    background: #fff
}

.slider--nav .slick-arrow {
    background: none;
    cursor: none;
    height: 80px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px
}

@media(max-width:543px) {
    .slider--nav .slick-arrow {
        top: 80px;
        -webkit-transform: none;
        transform: none
    }
}

.slider--nav .slick-arrow span {
    background: #fadc41;
    border-radius: 50%;
    height: 40px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: -1
}

.slider--nav .slick-arrow:hover {
    background: none
}

.slider--nav .slider__nav--next {
    right: -110px
}

@media(max-width:1280px) {
    .slider--nav .slider__nav--next {
        right: -50px
    }
}

@media(max-width:543px) {
    .slider--nav .slider__nav--next {
        right: -40px
    }
}

.slider--nav .slider__nav--prev {
    left: -110px
}

@media(max-width:1280px) {
    .slider--nav .slider__nav--prev {
        left: -50px
    }
}

@media(max-width:543px) {
    .slider--nav .slider__nav--prev {
        left: -40px
    }
}

.slider--open-position {
    margin-bottom: 50px
}

.slider--open-position .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.slider--open-position .info-mobile,
.slider--open-position .slick-slide>div {
    height: 100%
}

.slider--post.slider--nav .slick-arrow {
    background: #fff;
    cursor: pointer;
    height: 40px;
    width: 40px
}

@media(max-width:543px) {
    .slider--post.slider--nav .slick-arrow {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.slider--post.slider--nav .slick-arrow:hover {
    background: #000
}

.slider--post.slider--nav .slick-arrow:hover:before {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff
}

.slider--post.slider--nav .slider__nav--prev {
    left: 10px
}

.slider--post.slider--nav .slider__nav--next {
    right: 10px
}

.slider--post .slick-dots {
    display: none
}

.slider--testionials {
    padding-bottom: 90px
}

.slider--testionials .slick-list {
    z-index: 3
}

.slider--testionials .slick-slide {
    padding: 0
}

.slider--testionials .slider__nav {
    background: none;
    margin-top: -50px;
    top: 100%
}

@media(max-width:543px) {
    .slider--testionials .slider__nav {
        margin-top: -60px
    }
}

.slider--testionials .slider__nav--prev {
    left: 0
}

.slider--testionials .slider__nav--next {
    left: 52px;
    right: auto
}

.slider--testionials .slick-arrow i {
    font-size: 16px
}

.slider--testionials .text-lg {
    font-size: 32px;
    letter-spacing: .3px;
    line-height: 48px
}

.slider--testionials .author .author__job-position {
    color: #979797;
    font-weight: 400
}

.slider--case .slick-arrow {
    background: none;
    cursor: none;
    height: 80px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px
}

@media(max-width:543px) {
    .slider--case .slick-arrow {
        top: 80px;
        -webkit-transform: none;
        transform: none
    }
}

.slider--case .slick-arrow span {
    background: #fadc41;
    border-radius: 50%;
    height: 40px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: -1
}

.slider--case .slick-arrow:hover {
    background: none
}

.slider--case .slider__nav--next {
    right: -110px
}

@media(max-width:1280px) {
    .slider--case .slider__nav--next {
        right: -50px
    }
}

@media(max-width:543px) {
    .slider--case .slider__nav--next {
        right: -40px
    }
}

.slider--case .slider__nav--prev {
    left: -110px
}

@media(max-width:1280px) {
    .slider--case .slider__nav--prev {
        left: -50px
    }
}

@media(max-width:543px) {
    .slider--case .slider__nav--prev {
        left: -40px
    }
}

.slider--case .slick-list {
    margin: 0 auto;
    max-width: 1120px;
    overflow: visible
}

.slider--case .card-case+.col-lg-7 .card-case {
    -webkit-backface-visibility: hidden;
    padding-top: 55px;
    -webkit-perspective: 1000
}

@media(max-width:543px) {
    .slider--case .card-case+.col-lg-7 .card-case {
        padding-top: 0
    }

    .slider--case .slide-case,
    .slider--case-study {
        margin-bottom: 100px
    }
}

.slider--case-study .slick-slide {
    height: auto
}

.slider--case-study .slick-arrow {
    background: none;
    cursor: none;
    height: 80px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px
}

@media(max-width:767px) {
    .slider--case-study .slick-arrow {
        margin-top: 40px
    }
}

@media(max-width:543px) {
    .slider--case-study .slick-arrow {
        margin-top: 0;
        top: 80px;
        -webkit-transform: none;
        transform: none
    }
}

.slider--case-study .slick-arrow span {
    background: #fadc41;
    border-radius: 50%;
    height: 40px;
    left: 0;
    margin-left: 20px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: -1
}

.slider--case-study .slick-arrow:hover {
    background: none
}

.slider--case-study .slider__nav--next {
    right: calc(40% - 50px);
    top: 100%
}

@media(max-width:543px) {
    .slider--case-study .slider__nav--next {
        right: 25%
    }
}

.slider--case-study .slider__nav--prev {
    left: 50%;
    top: 100%
}

@media(max-width:543px) {
    .slider--case-study .slider__nav--prev {
        left: 25%
    }
}

.slider--partners .slick-slide {
    opacity: .3;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.slider--partners .slick-active,
.slider--partners .slick-current {
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.slider--office {
    margin-bottom: 180px !important
}

@media(max-width:1199px) {
    .slider--office {
        margin-bottom: 120px !important
    }
}

@media(max-width:543px) {
    .slider--office {
        margin-bottom: 90px !important
    }

    .slider--office .slick-dots {
        bottom: -30px
    }
}

.slider--office.slider--nav .slick-arrow {
    background: #fff;
    border: 2px solid #000;
    cursor: pointer;
    height: 40px;
    width: 40px
}

@media(max-width:543px) {
    .slider--office.slider--nav .slick-arrow {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.slider--office.slider--nav .slick-arrow:hover {
    background: #000
}

.slider--office.slider--nav .slick-arrow:hover:before {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff
}

.slider--office.slider--nav .slider__nav--prev {
    left: 40px
}

@media(max-width:768px) {
    .slider--office.slider--nav .slider__nav--prev {
        left: 10px
    }
}

.slider--office.slider--nav .slider__nav--next {
    right: 40px
}

@media(max-width:768px) {
    .slider--office.slider--nav .slider__nav--next {
        right: 10px
    }
}

.slider--office .slick-dots {
    position: absolute;
    width: 100%
}

.slider--career .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.slider--career .slick-slide>div {
    height: 100%
}

@media screen and (max-width:576px) {
    .slider .slick-dots {
        max-height: 36px;
        max-width: 100%;
        overflow: hidden
    }
}

@keyframes shadowNav {
    0% {
        -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 18px hsla(0, 0%, 100%, .15);
        box-shadow: 0 0 0 3px #fff, 0 0 0 18px hsla(0, 0%, 100%, .15)
    }

    to {
        -webkit-box-shadow: 0 0 0 5px #fff, 0 0 0 20px hsla(0, 0%, 100%, .18);
        box-shadow: 0 0 0 5px #fff, 0 0 0 20px hsla(0, 0%, 100%, .18)
    }
}

@-webkit-keyframes shadowNav {
    0% {
        -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 18px hsla(0, 0%, 100%, .15);
        box-shadow: 0 0 0 3px #fff, 0 0 0 18px hsla(0, 0%, 100%, .15)
    }

    to {
        -webkit-box-shadow: 0 0 0 5px #fff, 0 0 0 20px hsla(0, 0%, 100%, .18);
        box-shadow: 0 0 0 5px #fff, 0 0 0 20px hsla(0, 0%, 100%, .18)
    }
}

.slick-slide {
    height: auto
}

.slider-about {
    background-color: #f5f5f5
}

@media(max-width:543px) {

    .slider-about,
    .slider-testimonials {
        padding-bottom: 60px
    }
}

.slider-about .slick-list,
.slider-testimonials .slick-list {
    max-height: 537px;
    width: 77%
}

@media(max-width:1023px) {

    .slider-about .slick-list,
    .slider-testimonials .slick-list {
        max-height: 480px
    }
}

@media(max-width:543px) {

    .slider-about .slick-list,
    .slider-testimonials .slick-list {
        width: 100%
    }
}

.slider-about .slider__nav,
.slider-testimonials .slider__nav {
    background: none;
    height: 58px;
    padding: 0;
    width: auto
}

@media(max-width:543px) {

    .slider-about .slider__nav,
    .slider-testimonials .slider__nav {
        bottom: 0;
        height: 60px;
        top: auto
    }
}

.slider-about .slider__nav i,
.slider-testimonials .slider__nav i {
    color: #dcdcdc;
    font-size: 58px;
    -webkit-transition: color .5s;
    transition: color .5s
}

@media(max-width:767px) {

    .slider-about .slider__nav i,
    .slider-testimonials .slider__nav i {
        font-size: 45px
    }
}

@media(max-width:700px) {

    .slider-about .slider__nav i,
    .slider-testimonials .slider__nav i {
        font-size: 38px
    }
}

@media(max-width:543px) {

    .slider-about .slider__nav i,
    .slider-testimonials .slider__nav i {
        bottom: 2px;
        top: auto
    }
}

.slider-about .slider__nav:hover i,
.slider-testimonials .slider__nav:hover i {
    color: #999
}

.slider-about .slider__nav--next,
.slider-testimonials .slider__nav--next {
    right: 3%
}

@media(max-width:543px) {

    .slider-about .slider__nav--next,
    .slider-testimonials .slider__nav--next {
        right: 10px
    }
}

.slider-about .slider__nav--prev,
.slider-testimonials .slider__nav--prev {
    left: auto;
    right: 14%
}

@media(max-width:543px) {

    .slider-about .slider__nav--prev,
    .slider-testimonials .slider__nav--prev {
        right: 60px
    }
}

.slider-about .slick-dots,
.slider-testimonials .slick-dots {
    bottom: 28px;
    max-width: 23%;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%
}

@media(max-width:543px) {

    .slider-about .slick-dots,
    .slider-testimonials .slick-dots {
        bottom: 14px;
        left: 10px;
        max-width: 60%;
        right: auto;
        text-align: left
    }
}

.slider-about .slick-dots li,
.slider-testimonials .slick-dots li {
    display: inline-block;
    padding: 0 9px
}

@media(max-width:767px) {

    .slider-about .slick-dots li,
    .slider-testimonials .slick-dots li {
        padding: 0 5px
    }
}

.slider-about .slick-dots button,
.slider-testimonials .slick-dots button {
    background: none;
    border: 1px solid #000;
    border-radius: 50%;
    height: 7px;
    opacity: .2;
    padding: 0;
    text-indent: -9999999px;
    width: 7px
}

.slider-about .slick-dots .slick-active button,
.slider-testimonials .slick-dots .slick-active button {
    background-color: #000
}

.slider-testimonials {
    margin-top: 100px
}

.slider-testimonials .testimonials {
    float: right;
    max-width: 625px
}

.slider-testimonials .testimonials .text-sm {
    font-size: 22px
}

.slider-testimonials .testimonials__item {
    padding-bottom: 0
}

.slider-testimonials .slider__nav {
    top: 20%
}

@media(max-width:543px) {
    .slider-testimonials .slider__nav {
        top: auto
    }
}

.vapulus--testimonials {
    padding-bottom: 100px;
    padding-top: 200px
}

.anim-slide {
    -webkit-transition: opacity 1.8s, -webkit-transform .8s ease;
    transition: opacity 1.8s, -webkit-transform .8s ease;
    transition: transform .8s ease, opacity 1.8s;
    transition: transform .8s ease, opacity 1.8s, -webkit-transform .8s ease
}

.anim-slide--left {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    visibility: hidden
}

.anim-slide--right {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    visibility: hidden
}

.slick-active .anim-slide--right {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible
}

.slider--testionials .slick-slide {
    -webkit-transition: opacity .8s ease 0s !important;
    transition: opacity .8s ease 0s !important
}

.slider--testionials .slider__nav--circle:hover {
    background: #000
}

.slider--testionials .slider__nav--circle:hover:before {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff
}

.slider-post-wrapper {
    margin: 0 auto;
    max-width: 1094px
}

@media(max-width:768px) {
    .slider-post-wrapper {
        margin: 0 -26px
    }
}

@media(max-width:543px) {
    .slider-post-wrapper {
        margin: 0 -26px
    }
}

.slider-industry .slick-list {
    margin: 0 -12px
}

.slider-industry .slick-slide>div {
    padding: 0 12px
}

.slick-approach .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.slick-approach .slick-list {
    margin: 0 -20px
}

.slick-approach .slick-slide {
    float: none
}

.slick-approach .slick-slide>div {
    height: 100%;
    padding: 0 20px
}

.slick-approach .card-career--approach {
    height: 100%
}

@media(max-width:767px) {
    .social {
        padding-left: 25px;
        padding-right: 25px
    }
}

.social li {
    display: inline;
    margin-left: 20px
}

.social a {
    color: #dfdfdf;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

.social a:hover {
    color: #000
}

.social--footer li {
    display: block;
    margin-bottom: 24px;
    margin-left: auto;
    text-align: right
}

@media(max-width:767px) {
    .social--footer li {
        display: inline-block;
        margin-left: 26px;
        text-align: left
    }

    .social--footer li:first-of-type {
        margin-left: 0
    }
}

.social--footer a {
    color: #000;
    font-size: 20px;
    line-height: 1
}

.social--dark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px;
    margin-top: 30px
}

@media(max-width:767px) {
    .social--dark {
        margin-bottom: 90px;
        margin-top: 20px;
        padding: 0
    }
}

.social--dark a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    border: 2px solid #000;
    border-radius: 2px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    height: 50px;
    justify-content: center;
    text-align: center;
    width: 50px
}

.social--dark a,
.social--dark a i {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.social--dark a i {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

@media(max-width:767px) {
    .social--dark a {
        height: 45px;
        width: 45px
    }
}

.social--dark a:hover {
    background: #000;
    color: #fff
}

.social--dark a:hover i {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
}

.social--dark li {
    margin: 0 40px 40px 0
}

@media(max-width:767px) {
    .social--dark li {
        margin: 0 16px 16px 0
    }

    .social--dark li:last-of-type {
        margin-right: 0
    }
}

.modal {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    padding-top: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

@media(max-width:1024px) {
    .modal {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 100px
    }
}

@media(max-width:576px)and (max-height:750px) {
    .modal {
        padding-top: 70px
    }
}

.modal .js-modal-form-title.sent-message {
    height: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 0
}

.modal--full {
    padding-top: 0
}

.modal--full .modal-content {
    background: #000;
    max-height: 100%;
    max-width: 100%
}

.modal--full .modal-body {
    height: 100%;
    width: 100%
}

.modal--full .close {
    color: #fff;
    right: 8px;
    top: 0
}

.modal--form .modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    max-height: none;
    overflow: hidden;
    padding: 70px 60px
}

@media screen and (max-width:576px) {
    .modal--form .modal-content {
        padding: 60px 20px
    }
}

.modal--form .modal-header {
    max-width: 716px
}

.modal iframe,
.modal-content {
    height: 100%;
    width: 100%
}

.modal-content {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: animatetop;
    animation-name: animatetop;
    background-color: #fefefe;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    margin: auto;
    max-height: 740px;
    max-width: 856px;
    padding: 0;
    position: relative
}

.modal-content .confirmation-message-img img {
    right: -100px;
    top: 70px
}

@media screen and (max-width:576px) {
    .modal-content .confirmation-message-img img {
        bottom: -13px;
        right: -124px
    }
}

.modal-content-success .modal-body {
    padding: 100px 0
}

@-webkit-keyframes animatetop {
    0% {
        opacity: 0;
        top: -400px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@keyframes animatetop {
    0% {
        opacity: 0;
        top: -400px
    }

    to {
        opacity: 1;
        top: 0
    }
}

.modal-close {
    display: block;
    height: 20px;
    margin-bottom: -15px;
    position: relative;
    width: 100%;
    z-index: 9
}

.close {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 2
}

@media screen and (max-width:576px) {
    .close {
        right: 20px;
        top: 20px
    }
}

.close svg {
    height: 16px;
    width: 16px
}

.close svg rect {
    -webkit-transition: fill .4s ease-out;
    transition: fill .4s ease-out
}

@media screen and (max-width:576px) {
    .close svg {
        height: 12px;
        width: 12px
    }
}

.close:focus svg rect,
.close:hover svg rect {
    fill: #000
}

.modal-subtitle,
div.author {
    font-weight: 500
}

div.author {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 20px;
    line-height: 1.25
}

@media(max-width:543px) {
    div.author {
        font-size: 18px;
        font-weight: 400
    }
}

div.author img {
    border-radius: 50%;
    height: 42px;
    margin-right: 9px;
    width: 42px
}

div.author p>.author__job,
div.author p>a {
    color: #979797;
    font-weight: 400
}

div.author>a {
    display: block
}

div.author a {
    border-width: 0;
    color: #000;
    font-weight: 500;
    text-decoration: none
}

@media(max-width:543px) {
    div.author a {
        font-weight: 400
    }
}

div.author a:before {
    display: none
}

div.author a:hover {
    border: 0
}

div.author p {
    line-height: 20px;
    margin: 0 0 10px;
    width: 100%
}

div.author time {
    color: #979797;
    font-weight: 400;
    margin: 0
}

@media(max-width:543px) {
    div.author time {
        line-height: 19px
    }
}

div.author__info {
    width: calc(100% - 92px)
}

@media(max-width:543px) {
    div.author__info {
        width: calc(100% - 72px)
    }
}

div.author p .author__job-position,
div.author__job {
    color: #979797;
    font-weight: 400
}

div.author .social a {
    color: #dfdfdf
}

div.author .social a:hover {
    color: #000
}

div.author .social {
    padding: 0
}

div.author__socials {
    padding-top: 30px
}

div.author__socials li {
    margin-bottom: 15px
}

div.author--lg {
    margin-bottom: 40px
}

@media(max-width:767px) {
    div.author--lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

div.author--lg img {
    height: 140px;
    margin-right: 30px;
    width: 140px
}

div.author--lg .author__name {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px
}

div.author--lg .author__job-position {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 12px
}

div.author--lg .author__job {
    color: #979797;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 2
}

div.author--lg .author__info {
    max-width: calc(100% - 200px);
    padding-top: 16px;
    width: 100%
}

@media(max-width:767px) {
    div.author--lg .author__info {
        max-width: calc(100% - 80px)
    }
}

.author__info {
    width: calc(100% - 92px)
}

@media(max-width:543px) {
    .author__info {
        width: calc(100% - 72px)
    }
}

.author__info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.author__info__link a {
    position: relative
}

.author__info__link a:after {
    background: #000;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 100%
}

@media(hover:hover) {
    .author__info__link a:hover:after {
        opacity: 1
    }
}

.grid-posts div.author {
    font-size: 18px
}

.grid-posts div.author a {
    font-weight: 400
}

.grid-posts div.author p {
    line-height: 1.2;
    margin-bottom: 0
}

.grid-posts .author .author__job-position {
    display: block;
    font-weight: 300;
    margin-top: 0;
    width: 100%
}

.grid-posts div.author--sm img {
    height: 48px;
    margin-right: 16px;
    width: 48px
}

.gallery {
    margin-bottom: 30px;
    overflow: hidden
}

.gallery__wrap {
    height: 400px;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media(min-width:768px) {
    .gallery__wrap {
        height: 570px
    }
}

@media(min-width:1024px) {
    .gallery__wrap {
        height: 718px
    }
}

@media(max-width:414px) {
    .gallery__wrap {
        height: 330px
    }
}

@media(max-width:320px) {
    .gallery__wrap {
        height: 240px
    }
}

.gallery__wrap img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
    width: 100%
}

.gallery__wrap .active {
    opacity: 1
}

.gallery--lg {
    height: 40vh
}

@media(min-width:1024px) {
    .gallery--lg {
        height: calc(100% - 30px)
    }
}

.gallery--lg .gallery__wrap {
    height: 100%
}

.gallery--sm {
    height: 40vh
}

@media(min-width:1024px) {
    .gallery--sm {
        height: calc(61% - 30px)
    }
}

.gallery--sm .gallery__wrap {
    height: 40vh
}

@media(min-width:1024px) {
    .gallery--sm .gallery__wrap {
        height: 100%
    }
}

.gallery--xs {
    height: 40vh
}

@media(min-width:1024px) {
    .gallery--xs {
        height: calc(39% - 30px)
    }
}

@media(max-width:480px) {
    .gallery--xs {
        height: auto
    }
}

.gallery--xs .gallery__wrap {
    height: 100%
}

.gallery--half {
    height: 40vh
}

@media(min-width:1024px) {
    .gallery--half {
        height: calc(50% - 30px)
    }
}

.gallery--half .gallery__wrap {
    height: 100%
}

.gallery-wrap {
    margin-bottom: 40px
}

@media(min-width:1024px) {
    .gallery-wrap {
        height: 90vh
    }
}

.gallery-wrap--career {
    height: auto
}

@media(max-width:767px) {
    .gallery-wrap--career .gallery {
        margin-bottom: 15px
    }

    .gallery-wrap--career .col-xs-4 {
        padding-right: 0
    }
}

.gallery-wrap--career .gallery--sm {
    height: 430px
}

@media(max-width:1025px) {
    .gallery-wrap--career .gallery--sm {
        height: 400px
    }
}

@media(max-width:768px) {
    .gallery-wrap--career .gallery--sm {
        height: 290px
    }
}

@media(max-width:767px) {
    .gallery-wrap--career .gallery--sm {
        height: 130px
    }
}

.gallery-wrap--career .gallery--xs {
    height: 200px
}

@media(max-width:1025px) {
    .gallery-wrap--career .gallery--xs {
        height: 184px
    }
}

@media(max-width:768px) {
    .gallery-wrap--career .gallery--xs {
        height: 130px
    }
}

@media(max-width:543px) {
    .gallery-wrap--career .gallery--xs {
        height: 58px
    }
}

.testimonials {
    position: relative
}

.testimonials__item {
    padding: 100px 0 120px
}

@media(max-width:1023px) {
    .testimonials__item {
        padding: 30px 0 60px
    }
}

.testimonials__item .text-primary p {
    line-height: 1.5
}

@media(max-width:543px) {
    .testimonials__item .text-lg {
        font-size: 24px;
        font-weight: 200;
        line-height: 36px
    }
}

.testimonials__text--lg {
    color: #666;
    font-size: 32px;
    font-weight: 200;
    letter-spacing: .3px;
    line-height: 48px
}

.testimonials--career {
    margin-top: 70px
}

.testimonials--quote-mark:before {
    background: url(../../../images/quote-mark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 150px;
    left: -160px;
    position: absolute;
    top: -90px;
    width: 210px
}

@media(max-width:768px) {
    .testimonials--quote-mark:before {
        height: 70px;
        left: -60px;
        top: -40px;
        width: 100px
    }
}

@media(max-width:543px) {
    .testimonials--quote-mark:before {
        height: 50px;
        left: -30px;
        top: -30px;
        width: 60px
    }
}

.testimonials h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 50px
}

.testimonials .author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.testimonials .author img {
    height: 82px;
    margin-right: 30px;
    width: 82px
}

@media(max-width:543px) {
    .testimonials .author img {
        height: 52px;
        margin-right: 20px;
        width: 52px
    }
}

.testimonials--project .author img {
    height: 44px;
    margin-right: 23px;
    width: 44px
}

.hr {
    border-width: 0;
    margin: 0 0 33px
}

.hr--xs-3 {
    height: 2px;
    width: 72px
}

.hr--xs-2 {
    height: 2px;
    width: 50px
}

.hr--xs {
    height: 2px;
    width: 90px
}

.hr--full {
    height: 2px;
    width: 100%
}

.hr--yellow {
    background: #fadc41
}

.hr--black {
    background: #000
}

.banner-contact {
    background: #fadc41;
    color: #000;
    padding: 104px 112px;
    position: relative
}

@media(max-width:1024px) {
    .banner-contact {
        padding: 74px 48px
    }
}

@media(max-width:768px) {
    .banner-contact {
        padding: 60px 28px
    }
}

@media(max-width:543px) {
    .banner-contact {
        padding: 70px 15px 20px
    }
}

.banner-contact__link,
.banner-contact__title {
    font-size: 64px;
    line-height: 120%
}

@media(max-width:990px) {

    .banner-contact__link,
    .banner-contact__title {
        font-size: 54px
    }
}

@media(max-width:768px) {

    .banner-contact__link,
    .banner-contact__title {
        font-size: 46px;
        line-height: 135%
    }
}

@media(max-width:543px) {

    .banner-contact__link,
    .banner-contact__title {
        font-size: 38px
    }
}

.banner-contact__title {
    font-weight: 900;
    max-width: 550px
}

@media(max-width:543px) {
    .banner-contact__title {
        max-width: 100%
    }
}

.banner-contact__link {
    font-weight: 300;
    position: relative
}

.banner-contact__link:before {
    background-color: #000;
    content: "";
    height: 3px;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    visibility: visible;
    width: 100%
}

.banner-contact__link:hover:before {
    opacity: 0;
    visibility: hidden
}

.banner-contact__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #000;
    border: 2px solid #000;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    height: 120px;
    justify-content: center;
    margin: 0 auto;
    width: 120px
}

@media(max-width:768px) {
    .banner-contact__btn {
        height: 100px;
        width: 100px
    }
}

@media(max-width:543px) {
    .banner-contact__btn {
        float: right;
        height: 70px;
        width: 70px
    }

    .banner-contact__btn svg {
        width: 30px
    }
}

.banner-contact__btn:hover {
    background: #fadc41
}

.banner-contact__btn:hover svg path {
    fill: #000
}

.banner-contact__btn--yellow {
    border: 2px solid #fadc41;
    -webkit-box-shadow: 0 0 40px rgba(250, 220, 65, .2);
    box-shadow: 0 0 40px rgba(250, 220, 65, .2)
}

.banner-contact__yellow-underline {
    position: relative;
    text-decoration: none
}

.banner-contact__yellow-underline:hover {
    color: #fadc41 !important
}

.banner-contact__yellow-underline:before {
    background: #fadc41;
    bottom: 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%
}

.banner-contact__link-yellow {
    color: #fadc41;
    position: relative;
    text-decoration: none
}

.banner-contact__link-yellow:hover {
    color: #fadc41 !important
}

.banner-contact__link-yellow:before {
    background: #fadc41;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%
}

.banner-contact--dark {
    background: #000;
    color: #fff
}

.banner-contact--dark .link {
    color: #fadc41;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 900;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width:543px) {
    .banner-contact--dark {
        min-height: 420px;
        padding: 60px 20px
    }

    .banner-contact--dark .banner-contact__title {
        font-size: 40px
    }
}

.banner-contact--post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 62px 0 0 90px
}

.banner-contact--post .banner-contact__info {
    margin-bottom: 62px;
    max-width: 490px;
    padding-right: 35px;
    width: 64%
}

.banner-contact--post .banner-contact__title {
    line-height: 1.2;
    margin-bottom: 14px
}

.banner-contact--post .banner-contact__text {
    margin-bottom: 30px
}

.banner-contact--post .banner-contact__image {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -25px;
    margin-top: -14px;
    max-width: 276px;
    min-height: 312px;
    width: 36%
}

.banner-contact--post .banner-contact__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    position: relative;
    right: -1px;
    width: auto
}

@media screen and (max-width:1024px) {
    .banner-contact--post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 60px 25px 0
    }

    .banner-contact--post .banner-contact__info {
        width: 100%
    }

    .banner-contact--post .banner-contact__image {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        height: auto;
        justify-content: center;
        margin: 0 auto -6%;
        max-width: unset;
        min-height: unset;
        width: 100%
    }
}

.nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 30px
}

@media(max-width:767px) {
    .nav-tabs {
        padding: 0
    }
}

.nav-tabs li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    border-bottom: 1px solid #cacaca;
    flex-grow: 1;
    margin-bottom: 0;
    text-align: center;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.nav-tabs a {
    background: none;
    border: none !important;
    color: #cacaca;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s
}

@media(max-width:543px) {
    .nav-tabs a {
        font-size: 16px;
        padding: 5px !important
    }
}

.nav-tabs a:hover {
    color: #979797
}

.nav-tabs .nav-icon {
    margin-bottom: 32px;
    width: 114px
}

.nav-tabs li.active {
    border-color: #000
}

.nav-tabs li.active a {
    background: none;
    color: #000 !important
}

.nav-tabs--light li {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    border-bottom: 0;
    flex-grow: 0
}

.nav-tabs--lv1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: block;
    justify-content: center;
    margin-bottom: 38px;
    padding: 0
}

@media(max-width:543px) {
    .nav-tabs--lv1 {
        overflow-x: scroll;
        white-space: nowrap;
        width: 100%
    }
}

.nav-tabs--lv1 a {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .2px;
    position: relative
}

.nav-tabs--lv1 li {
    border-width: 0;
    display: inline-block;
    float: none;
    padding: 0 15px
}

@media(max-width:543px) {
    .nav-tabs--lv1 li {
        padding: 0 5px
    }
}

.nav-tabs--lv1 li a {
    margin-right: 0;
    padding-bottom: 5px;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.nav-tabs--lv1 li:first-of-type {
    padding-left: 0
}

.nav-tabs--lv1 li.active a:before {
    background-color: #fadc41;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.nav-tabs--lv2 {
    display: block;
    margin-bottom: 35px;
    padding: 0
}

@media(max-width:543px) {
    .nav-tabs--lv2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.nav-tabs--lv2 a {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .3px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative
}

@media(max-width:543px) {
    .nav-tabs--lv2 a {
        font-size: 22px
    }
}

.nav-tabs--lv2 li {
    border-width: 0;
    padding: 0 15px
}

@media(max-width:543px) {
    .nav-tabs--lv2 li {
        padding: 0 5px
    }
}

.nav-tabs--lv2 li a {
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

.nav-tabs--lv2 li:first-of-type {
    padding-left: 0
}

.nav-tabs--lv2 li.active a:before {
    background-color: #fadc41;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.nav-tabs--icons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 58px;
    max-width: 453px
}

@media(max-width:543px) {
    .nav-tabs--icons {
        max-width: 100%;
        overflow: visible
    }
}

.nav-tabs--icons .nav-item {
    padding: 0 35px
}

@media(max-width:543px) {
    .nav-tabs--icons .nav-item {
        width: 50%
    }
}

.nav-tabs--icons .nav-item:first-of-type {
    padding-left: 35px
}

.nav-tabs--icons .nav-link {
    display: inline-block;
    padding-top: 170px
}

@media(max-width:543px) {
    .nav-tabs--icons .nav-link {
        font-size: 16px;
        padding-top: 100px !important
    }
}

.nav-tabs--icons .nav-link:hover .hide-yellow {
    opacity: .8
}

.nav-tabs--icons .nav-icon {
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width:543px) {
    .nav-tabs--icons .nav-icon {
        width: 80px
    }
}

.nav-tabs--icons .hide-yellow {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.nav-tabs--icons .active a .hide-yellow {
    opacity: 1
}

@media print {
    .header {
        position: relative;
        top: 0;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none
    }

    .copyright {
        display: none
    }

    .text-wrapper {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }

    p {
        font-size: 16px
    }

    .author--bottom,
    .post-contact,
    .section--contact,
    .section--related-posts,
    .social,
    div.author--bottom {
        display: none
    }

    svg {
        width: 100px
    }
}

@page {
    margin: 20mm
}

.bodytext1,
body {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.6
}

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

    .bodytext1,
    body {
        font-size: 18px
    }
}

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

    .bodytext1,
    body {
        line-height: 1.5
    }
}

.bodytext2,
blockquote>p {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%
}

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

    .bodytext2,
    blockquote>p {
        font-size: 22px
    }
}

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

    .bodytext2,
    blockquote>p {
        font-size: 20px;
        line-height: 1.4
    }
}

.bodytext2.without-responsive,
blockquote>p.without-responsive {
    font-size: 24px !important
}

h1,
h2,
h3,
h4,
h5 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
    margin-top: 0
}

h1.mb-0,
h2.mb-0,
h3.mb-0,
h4.mb-0,
h5.mb-0 {
    margin-bottom: 0
}

a {
    color: inherit;
    text-decoration: none
}

.single-projects footer .h1,
.single-projects footer .ho,
.single-projects footer h1,
body .h1,
body .ho,
body h1 {
    font-size: 90px;
    font-weight: 500;
    line-height: 1.15
}

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

    .single-projects footer .h1,
    .single-projects footer .ho,
    .single-projects footer h1,
    body .h1,
    body .ho,
    body h1 {
        font-size: 64px
    }
}

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

    .single-projects footer .h1,
    .single-projects footer .ho,
    .single-projects footer h1,
    body .h1,
    body .ho,
    body h1 {
        font-size: 50px
    }
}

.single-projects footer .h1-invisible,
body .h1-invisible {
    position: absolute;
    visibility: hidden;
    z-index: -1
}

.single-projects footer .h2,
.single-projects footer h2,
body .h2,
body h2 {
    font-size: 78px;
    font-weight: 500;
    line-height: 1.2
}

.single-projects footer .h2.h2-important,
.single-projects footer h2.h2-important,
body .h2.h2-important,
body h2.h2-important {
    font-size: 78px !important
}

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

    .single-projects footer .h2,
    .single-projects footer h2,
    body .h2,
    body h2 {
        font-size: 56px
    }
}

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

    .single-projects footer .h2,
    .single-projects footer h2,
    body .h2,
    body h2 {
        font-size: 44px
    }
}

.single-projects footer .h2.title,
.single-projects footer h2.title,
body .h2.title,
body h2.title {
    margin-bottom: 60px
}

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

    .single-projects footer .h2.title,
    .single-projects footer h2.title,
    body .h2.title,
    body h2.title {
        margin-bottom: 40px
    }
}

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

    .single-projects footer .h2.title,
    .single-projects footer h2.title,
    body .h2.title,
    body h2.title {
        margin-bottom: 20px
    }
}

/* .single-projects footer .h3,
.single-projects footer h3,
body .h3,
body h3 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.3
} */

.single-projects footer .h3.h3-important,
.single-projects footer h3.h3-important,
body .h3.h3-important,
body h3.h3-important {
    font-size: 48px !important
}

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

    .single-projects footer .h3,
    .single-projects footer h3,
    body .h3,
    body h3 {
        font-size: 38px
    }

    .single-projects footer .h3.h3-important,
    .single-projects footer h3.h3-important,
    body .h3.h3-important,
    body h3.h3-important {
        font-size: 38px !important
    }
}

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

    .single-projects footer .h3,
    .single-projects footer h3,
    body .h3,
    body h3 {
        font-size: 32px
    }

    .single-projects footer .h3.h3-important,
    .single-projects footer h3.h3-important,
    body .h3.h3-important,
    body h3.h3-important {
        font-size: 32px !important
    }
}

.single-projects footer .h4,
.single-projects footer h4,
body .h4,
body h4 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2
}

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

    .single-projects footer .h4,
    .single-projects footer h4,
    body .h4,
    body h4 {
        font-size: 30px;
        line-height: 1.3
    }
}

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

    .single-projects footer .h4,
    .single-projects footer h4,
    body .h4,
    body h4 {
        font-size: 26px
    }
}

.single-projects footer .h5,
.single-projects footer .h5.text-button,
.single-projects footer h5,
body .h5,
body .h5.text-button,
body h5 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3
}

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

    .single-projects footer .h5,
    .single-projects footer .h5.text-button,
    .single-projects footer h5,
    body .h5,
    body .h5.text-button,
    body h5 {
        font-size: 26px
    }
}

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

    .single-projects footer .h5,
    .single-projects footer .h5.text-button,
    .single-projects footer h5,
    body .h5,
    body .h5.text-button,
    body h5 {
        font-size: 22px;
        line-height: 1.25
    }
}

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

    .single-projects footer .h5-important,
    .single-projects footer .h5.text-button-important,
    .single-projects footer h5-important,
    body .h5-important,
    body .h5.text-button-important,
    body h5-important {
        font-size: 28px;
        line-height: 1.3
    }
}

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

    .single-projects footer .h5-important,
    .single-projects footer .h5.text-button-important,
    .single-projects footer h5-important,
    body .h5-important,
    body .h5.text-button-important,
    body h5-important {
        font-size: 28px;
        line-height: 1.3
    }
}

.single-projects footer .h5.light,
.single-projects footer .h5.text-button.light,
.single-projects footer h5.light,
body .h5.light,
body .h5.text-button.light,
body h5.light {
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 1.5
}

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

    .single-projects footer .h5.light,
    .single-projects footer .h5.text-button.light,
    .single-projects footer h5.light,
    body .h5.light,
    body .h5.text-button.light,
    body h5.light {
        letter-spacing: 0;
        line-height: 1.4
    }
}

.single-projects footer .h5.decreased-title,
.single-projects footer .h5.text-button.decreased-title,
.single-projects footer h5.decreased-title,
body .h5.decreased-title,
body .h5.text-button.decreased-title,
body h5.decreased-title {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: .26px;
    line-height: 1.5
}

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

    .single-projects footer .h5.decreased-title,
    .single-projects footer .h5.text-button.decreased-title,
    .single-projects footer h5.decreased-title,
    body .h5.decreased-title,
    body .h5.text-button.decreased-title,
    body h5.decreased-title {
        font-size: 20px;
        line-height: 1.4
    }
}

.single-projects footer .h6,
.single-projects footer h6,
body .h6,
body h6 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5
}

@media(max-width:768px) {

    .single-projects footer .h6,
    .single-projects footer h6,
    body .h6,
    body h6 {
        font-size: 22px
    }
}

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

    .single-projects footer .h6,
    .single-projects footer h6,
    body .h6,
    body h6 {
        font-size: 20px
    }
}

.single-projects footer .h6 .link,
.single-projects footer .h6 li,
.single-projects footer h6 .link,
.single-projects footer h6 li,
body .h6 .link,
body .h6 li,
body h6 .link,
body h6 li {
    font-size: 24px;
    line-height: 1.5
}

@media(max-width:768px) {

    .single-projects footer .h6 .link,
    .single-projects footer .h6 li,
    .single-projects footer h6 .link,
    .single-projects footer h6 li,
    body .h6 .link,
    body .h6 li,
    body h6 .link,
    body h6 li {
        font-size: 22px
    }
}

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

    .single-projects footer .h6 .link,
    .single-projects footer .h6 li,
    .single-projects footer h6 .link,
    .single-projects footer h6 li,
    body .h6 .link,
    body .h6 li,
    body h6 .link,
    body h6 li {
        font-size: 18px
    }
}

.single-projects footer .subtitle-small,
body .subtitle-small {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25
}

.single-projects footer .cta-block__link,
.single-projects footer .cta-block__link.text-button,
body .cta-block__link,
body .cta-block__link.text-button {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2
}

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

    .single-projects footer .cta-block__link,
    .single-projects footer .cta-block__link.text-button,
    body .cta-block__link,
    body .cta-block__link.text-button {
        font-size: 38px
    }
}

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

    .single-projects footer .cta-block__link,
    .single-projects footer .cta-block__link.text-button,
    body .cta-block__link,
    body .cta-block__link.text-button {
        font-size: 24px;
        line-height: 1.3
    }
}

.single-projects footer .caption-text,
body .caption-text {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.25
}

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

    .single-projects footer .caption-text,
    body .caption-text {
        font-size: 14px;
        letter-spacing: 0
    }
}

.single-projects footer .caption-text.fs-sm-18,
body .caption-text.fs-sm-18 {
    font-size: 18px
}

.single-projects footer .caption-text-small,
body .caption-text-small {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .32px;
    line-height: 1.25
}

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

    .single-projects footer .caption-text-small,
    body .caption-text-small {
        font-size: 14px
    }
}

.single-projects footer .letter-spacing-0,
body .letter-spacing-0 {
    letter-spacing: 0
}

.single-projects footer .line-height-150,
body .line-height-150 {
    line-height: 1.5
}

.single-projects footer .text-uppercase,
body .text-uppercase {
    text-transform: uppercase
}

.single-projects footer .quote,
body .quote {
    font-size: 24px;
    line-height: 135%
}

.single-projects footer .fw900,
body .fw900 {
    font-weight: 900
}

.single-projects footer .fw700,
body .fw700 {
    font-weight: 700
}

.single-projects footer .fw500,
body .fw500 {
    font-weight: 500
}

.single-projects footer .fw400,
body .fw400 {
    font-weight: 400
}

.single-projects footer .fw300,
body .fw300 {
    font-weight: 300
}

.single-projects footer .fw200,
body .fw200 {
    font-weight: 200
}

.single-projects footer .text-right,
body .text-right {
    text-align: right
}

.single-projects footer .text-link,
body .text-link {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 150%;
    position: relative;
    text-decoration: none
}

.single-projects footer .text-link:after,
body .text-link:after {
    background: #000;
    bottom: 2px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 100%
}

.single-projects footer .text-link:hover:after,
body .text-link:hover:after {
    width: 0
}

@media(max-width:1025px) {

    .single-projects footer .text-link,
    body .text-link {
        font-size: 18px
    }
}

.single-post .blog__post h1,
.single-post .blog__post h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2
}

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

    .single-post .blog__post h1,
    .single-post .blog__post h2 {
        font-size: 30px
    }
}

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

    .single-post .blog__post h1,
    .single-post .blog__post h2 {
        font-size: 26px
    }
}

.single-post .blog__post h3:not(.expert__title),
.single-post .blog__post h4:not(.expert__title) {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3
}

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

    .single-post .blog__post h3:not(.expert__title),
    .single-post .blog__post h4:not(.expert__title) {
        font-size: 26px
    }
}

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

    .single-post .blog__post h3:not(.expert__title),
    .single-post .blog__post h4:not(.expert__title) {
        font-size: 22px;
        line-height: 1.25
    }
}

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

    .single-post .blog__post h3-important,
    .single-post .blog__post h4-important {
        font-size: 28px;
        line-height: 1.3
    }
}

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

    .single-post .blog__post h3-important,
    .single-post .blog__post h4-important {
        font-size: 28px;
        line-height: 1.3
    }
}

.single-post .blog__post h3.light,
.single-post .blog__post h4.light {
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 1.5
}

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

    .single-post .blog__post h3.light,
    .single-post .blog__post h4.light {
        letter-spacing: 0;
        line-height: 1.4
    }
}

.single-post .blog__post h3.decreased-title,
.single-post .blog__post h4.decreased-title {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: .26px;
    line-height: 1.5
}

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

    .single-post .blog__post h3.decreased-title,
    .single-post .blog__post h4.decreased-title {
        font-size: 20px;
        line-height: 1.4
    }
}

.single-post .blog__post h5:not(.expert__info__name) {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5
}

@media(max-width:768px) {
    .single-post .blog__post h5:not(.expert__info__name) {
        font-size: 22px
    }
}

@media screen and (max-width:576px) {
    .single-post .blog__post h5:not(.expert__info__name) {
        font-size: 20px;
        line-height: 1.4
    }
}

.single-post .blog__post h5:not(.expert__info__name) .link,
.single-post .blog__post h5:not(.expert__info__name) li {
    font-size: 24px;
    line-height: 1.5
}

@media(max-width:768px) {

    .single-post .blog__post h5:not(.expert__info__name) .link,
    .single-post .blog__post h5:not(.expert__info__name) li {
        font-size: 22px
    }
}

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

    .single-post .blog__post h5:not(.expert__info__name) .link,
    .single-post .blog__post h5:not(.expert__info__name) li {
        font-size: 18px
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0
}

body {
    color: #000;
    font-family: Product Sans, Helvetica, Arial, sans-serif;
    height: 100%;
    letter-spacing: 0
}

body .text-color-dark-grey {
    color: #222
}

body .text-color-dark-grey h1,
body .text-color-dark-grey h2,
body .text-color-dark-grey h3,
body .text-color-dark-grey h4,
body .text-color-dark-grey h5 {
    color: #000
}

html {
    scroll-behavior: smooth
}

img {
    max-width: 100%
}

p {
    margin: 0 0 1em
}

p:last-child {
    margin-bottom: 0
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    overflow-y: auto;
    resize: none
}

button {
    outline: none
}

a,
button {
    color: #000;
    text-decoration: none
}

a[x-apple-data-detectors] {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    text-decoration: none !important
}

button,
input,
optgroup,
select,
textarea {
    font-family: Product Sans, Helvetica, Arial, sans-serif
}

section {
    -webkit-transition: .8s ease-out;
    transition: .8s ease-out
}

.main {
    height: calc(var(--screen-height)*3)
}

@media screen and (max-width:768px) {
    .main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        justify-content: end;
        padding: 0 0 50px
    }
}

.show_mob {
    display: none
}

.text-center {
    text-align: center
}

.overflow {
    overflow: hidden
}

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

.df,
.dfc,
.fdc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dfc,
.fdc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ais {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.aifs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.aife {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.jcfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.jcfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tdn {
    text-decoration: none
}

.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.w100 {
    width: 100%
}

.br24 {
    border-radius: 24px
}

.br38 {
    border-radius: 38px
}

.br32 {
    border-radius: 32px
}

.br48 {
    border-radius: 48px
}

.cg32 {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px
}

.rg32 {
    row-gap: 32px
}

.d-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.d-flex-column,
.d-flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.color-yellow {
    color: #fadc41
}

.bg-color-yellow {
    background-color: #fadc41
}

.bg-color-light-gray {
    background-color: #f0f2f8
}

.bg-color-black {
    background-color: #000
}

.border-bottom-black {
    border-bottom: 1px solid #000
}

.border-bottom-gray {
    border-bottom: 1px solid hsla(0, 0%, 59%, .99)
}

.color-white {
    color: #fff
}

.color-black {
    color: #000
}

.color-gray,
.color-light-gray {
    color: #979797
}

.h-100 {
    height: 100%
}

.max-w-900 {
    max-width: 900px
}

.max-w-860 {
    max-width: 860px
}

.max-w-820 {
    max-width: 820px
}

.max-w-760 {
    max-width: 760px
}

.max-w-740 {
    max-width: 740px
}

.max-w-720 {
    max-width: 720px
}

.max-w-670 {
    max-width: 672px
}

.max-w-630 {
    max-width: 630px
}

.max-w-520 {
    max-width: 520px
}

.max-w-480 {
    max-width: 480px
}

.max-w-460 {
    max-width: 460px
}

.left-side {
    width: 50%
}

.right-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%
}

.slick-dots {
    bottom: -40px
}

.bg-img-absolute {
    position: absolute
}

.z-index-0 {
    z-index: 0
}

.z-index-1 {
    z-index: 1
}

.position-relative {
    position: relative
}

.opacity-50 {
    opacity: .5
}

.swiper-pagination-bullet {
    background-color: #979797;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000
}

blockquote {
    margin: 0;
    max-width: 825px;
    padding-left: 90px;
    padding-right: 35px;
    position: relative
}

blockquote:before {
    background-image: url(../../../images/quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -12px;
    content: "";
    display: block;
    height: 38px;
    left: -40px;
    overflow: hidden;
    position: relative;
    width: 53px;
    z-index: 0
}

blockquote:not(.blockquote--simple) {
    background-color: #f0f0f0;
    padding-bottom: 40px;
    padding-top: 40px
}

blockquote>p {
    font-weight: 300;
    line-height: 1.5;
    position: relative;
    z-index: 1
}

blockquote cite {
    display: block;
    font-size: 15px;
    font-style: normal
}

@media(min-width:768px) {
    blockquote cite {
        font-size: 16px
    }
}

blockquote.quote {
    clear: both;
    color: rgba(38, 38, 38, .8);
    font-size: 22px;
    line-height: 32px;
    margin: 80px 90px;
    max-width: 550px;
    padding: 40px 0 0
}

@media(max-width:1199px) {
    blockquote.quote {
        margin: 80px 45px
    }
}

@media(max-width:1023px) {
    blockquote.quote {
        margin: 80px auto
    }
}

@media(max-width:767px) {
    blockquote.quote {
        font-size: 20px
    }
}

blockquote.quote:before {
    background-image: url(../../../images/quote-small.png);
    background-repeat: repeat-x;
    background-size: 15px;
    bottom: auto;
    content: "";
    height: 20px;
    left: 0;
    overflow: hidden;
    width: 30px
}

blockquote.quote .quote__author {
    color: #262626;
    margin-top: 20px;
    text-align: right
}

iframe {
    border: none;
    margin: 0
}

iframe:focus {
    outline: none
}

iframe[seamless] {
    display: block
}

.grecaptcha-badge {
    right: -270px !important;
    z-index: 2
}

@media(max-width:543px) {
    .hide-xs {
        display: none
    }
}

@media(max-width:767px) {
    .hide-sm {
        display: none
    }
}

.safari .card__video,
.safari .videobg__play svg {
    display: none
}

.safari .card__image-cover {
    -webkit-transition: all .4s;
    transition: all .4s
}

.safari .card:hover .card__image-cover {
    opacity: 1;
    -webkit-transform: scale(1.12);
    transform: scale(1.12)
}

.link_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width:767px) {
    .mb-xs-0 {
        margin-bottom: 0 !important
    }
}

.input .is-active+br+.input__label {
    color: #000 !important;
    font-size: 15px !important;
    -webkit-transform: translateY(-16px) !important;
    transform: translateY(-16px) !important
}

div.main {
    padding-bottom: 0 !important
}

img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto
}

figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

figure img,
figure video {
    height: 100%;
    width: 100%
}

figure img {
    -o-object-fit: cover;
    object-fit: cover
}

.align-block-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-block-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.js-form-title.sent-message {
    height: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 0
}

@media screen and (max-width:1024px) {
    .left-side {
        width: auto
    }

    .right-side {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 100%
    }
}

@media(max-width:766px) {
    .show_mob {
        display: block
    }
}

video::-internal-media-controls-download-button {
    display: none
}

video::-webkit-media-controls-enclosure {
    overflow: hidden
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px)
}

.wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wp-block-group__inner-container .wp-block-image {
    margin: 0
}

@media screen and (min-width:1200px) {
    .wp-block-group__inner-container .wp-block-image.mr-minus-40 {
        margin-right: -40px
    }
}

.main .confirmation-message-socials,
.wpforms-confirmation-container .confirmation-message-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main .confirmation-message-socials__item,
.wpforms-confirmation-container .confirmation-message-socials__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px
}

.main .confirmation-message-socials__item:last-child,
.wpforms-confirmation-container .confirmation-message-socials__item:last-child {
    margin-right: 0
}

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

    .main .confirmation-message-socials__item svg,
    .wpforms-confirmation-container .confirmation-message-socials__item svg {
        height: 32px;
        width: 32px
    }
}

.main .confirmation-message-socials__item svg path,
.wpforms-confirmation-container .confirmation-message-socials__item svg path {
    -webkit-transition: fill .3s ease-out;
    transition: fill .3s ease-out
}

@media(hover:hover) {

    .main .confirmation-message-socials__item:hover svg path,
    .wpforms-confirmation-container .confirmation-message-socials__item:hover svg path {
        fill: #fadc41
    }
}

.main .confirmation-message,
.wpforms-confirmation-container .confirmation-message {
    position: relative;
    z-index: 1
}

.main .confirmation-message-img img,
.wpforms-confirmation-container .confirmation-message-img img {
    max-width: unset;
    opacity: .5;
    position: absolute;
    right: -100px;
    top: 70px
}

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

    .main .confirmation-message-img img,
    .wpforms-confirmation-container .confirmation-message-img img {
        bottom: -13px;
        max-width: 436px;
        right: -124px;
        top: auto
    }
}

.pt-210 {
    padding-top: 210px
}

@media screen and (max-width:1024px) {
    .pt-210 {
        padding-top: 160px
    }
}

@media screen and (max-width:576px) {
    .pt-210 {
        padding-top: 120px
    }
}

.pb-200 {
    padding-bottom: 200px
}

@media screen and (max-width:1024px) {
    .pb-200 {
        padding-bottom: 160px
    }
}

@media screen and (max-width:576px) {
    .pb-200 {
        padding-bottom: 120px
    }
}

.pt-180 {
    padding-top: 180px
}

@media screen and (max-width:1024px) {
    .pt-180 {
        padding-top: 140px
    }
}

@media screen and (max-width:576px) {
    .pt-180 {
        padding-top: 120px
    }
}

.pt-180-to-160 {
    padding-top: 180px
}

@media screen and (max-width:1024px) {
    .pt-180-to-160 {
        padding-top: 160px
    }
}

.pb-180 {
    padding-bottom: 180px
}

@media screen and (max-width:1024px) {
    .pb-180 {
        padding-bottom: 140px
    }
}

@media screen and (max-width:576px) {
    .pb-180 {
        padding-bottom: 120px
    }
}

.pb-150 {
    padding-bottom: 150px
}

@media screen and (max-width:1024px) {
    .pb-150 {
        padding-bottom: 120px
    }
}

.pt-140 {
    padding-top: 140px
}

@media screen and (max-width:1024px) {
    .pt-140 {
        padding-top: 120px
    }
}

@media screen and (max-width:576px) {
    .pt-140 {
        padding-top: 100px
    }
}

.pb-140 {
    padding-bottom: 140px
}

@media screen and (max-width:1024px) {
    .pb-140 {
        padding-bottom: 120px
    }
}

@media screen and (max-width:576px) {
    .pb-140 {
        padding-bottom: 100px
    }
}

.pt-120 {
    padding-top: 120px
}

@media screen and (max-width:1024px) {
    .pt-120 {
        padding-top: 100px
    }
}

.pt-120-important {
    padding-top: 120px
}

.pb-120 {
    padding-bottom: 120px
}

@media screen and (max-width:1024px) {
    .pb-120 {
        padding-bottom: 100px
    }
}

.pt-100 {
    padding-top: 100px
}

@media screen and (max-width:768px) {
    .pt-100 {
        padding-top: 80px
    }
}

.pt-100-to-60 {
    padding-top: 100px
}

@media screen and (max-width:768px) {
    .pt-100-to-60 {
        padding-top: 60px
    }
}

.pb-100 {
    padding-bottom: 100px
}

@media screen and (max-width:768px) {
    .pb-100 {
        padding-bottom: 80px
    }
}

.pt-90 {
    padding-top: 90px
}

@media screen and (max-width:768px) {
    .pt-90 {
        padding-top: 60px
    }
}

.pb-90 {
    padding-bottom: 90px
}

@media screen and (max-width:768px) {
    .pb-90 {
        padding-bottom: 60px
    }
}

.pt-80 {
    padding-top: 80px
}

@media screen and (max-width:768px) {
    .pt-80 {
        padding-top: 60px
    }
}

.pt-80-important,
.pt-80-to-40 {
    padding-top: 80px
}

@media screen and (max-width:1024px) {
    .pt-80-to-40 {
        padding-top: 60px
    }
}

@media screen and (max-width:576px) {
    .pt-80-to-40 {
        padding-top: 40px
    }
}

.pt-80-to-20 {
    padding-top: 80px
}

@media screen and (max-width:1024px) {
    .pt-80-to-20 {
        padding-top: 60px
    }
}

@media screen and (max-width:576px) {
    .pt-80-to-20 {
        padding-top: 20px
    }
}

.pb-80 {
    padding-bottom: 80px
}

@media screen and (max-width:768px) {
    .pb-80 {
        padding-bottom: 60px
    }
}

.pb-80-important {
    padding-bottom: 80px
}

.pt-60 {
    padding-top: 60px
}

@media screen and (max-width:768px) {
    .pt-60 {
        padding-top: 40px
    }
}

.pt-60-important {
    padding-top: 60px
}

.pb-60 {
    padding-bottom: 60px
}

@media screen and (max-width:768px) {
    .pb-60 {
        padding-bottom: 40px
    }
}

.pb-60-important {
    padding-bottom: 60px
}

.pb-50 {
    padding-bottom: 50px
}

@media screen and (max-width:768px) {
    .pb-50 {
        padding-bottom: 30px
    }
}

.pt-40 {
    padding-top: 40px
}

@media screen and (max-width:768px) {
    .pt-40 {
        padding-top: 30px
    }
}

.pt-40-to-20 {
    padding-top: 40px
}

@media screen and (max-width:768px) {
    .pt-40-to-20 {
        padding-top: 20px
    }
}

.pt-40-important {
    padding-top: 40px
}

.pb-40 {
    padding-bottom: 40px
}

@media screen and (max-width:768px) {
    .pb-40 {
        padding-bottom: 30px
    }
}

.pb-40-important {
    padding-bottom: 40px
}

.pt-30 {
    padding-top: 30px
}

@media screen and (max-width:576px) {
    .pt-30 {
        padding-top: 20px
    }
}

.pt-30-important {
    padding-top: 30px
}

.pb-30 {
    padding-bottom: 30px
}

@media screen and (max-width:576px) {
    .pb-30 {
        padding-bottom: 20px
    }
}

.pb-30-important {
    padding-bottom: 30px
}

.pt-20 {
    padding-top: 20px
}

@media screen and (max-width:768px) {
    .pt-20 {
        padding-top: 12px
    }
}

.pb-20 {
    padding-bottom: 20px
}

@media screen and (max-width:768px) {
    .pb-20 {
        padding-bottom: 12px
    }
}

.pt-0 {
    padding-top: 0
}

.pb-0 {
    padding-bottom: 0
}

@media screen and (max-width:576px) {
    .pt-m-0 {
        padding-top: 0
    }

    .pt-m-30 {
        padding-top: 30px
    }

    .pt-m-40 {
        padding-top: 40px
    }

    .pt-m-60-important {
        padding-top: 60px !important
    }

    .pt-m-80-important {
        padding-top: 80px !important
    }

    .pt-m-120 {
        padding-top: 120px
    }

    .pt-m-130 {
        padding-top: 130px
    }

    .pb-m-0 {
        padding-bottom: 0
    }

    .pb-m-30 {
        padding-bottom: 30px
    }

    .pb-m-40 {
        padding-bottom: 40px
    }

    .pb-m-60-important {
        padding-bottom: 60px !important
    }

    .pb-m-80-important {
        padding-bottom: 80px !important
    }

    .pb-m-120 {
        padding-bottom: 120px
    }

    .pb-m-130 {
        padding-bottom: 130px
    }
}

.mt-100 {
    margin-top: 100px
}

@media screen and (max-width:768px) {
    .mt-100 {
        margin-top: 60px
    }
}

.mb-100 {
    margin-bottom: 100px
}

@media screen and (max-width:768px) {
    .mb-100 {
        margin-bottom: 60px
    }
}

.mt-90 {
    margin-top: 90px
}

@media screen and (max-width:768px) {
    .mt-90 {
        margin-top: 60px
    }
}

.mt-80 {
    margin-top: 80px
}

@media screen and (max-width:768px) {
    .mt-80 {
        margin-top: 60px
    }
}

.mt-80-to-40 {
    margin-top: 80px
}

@media screen and (max-width:768px) {
    .mt-80-to-40 {
        margin-top: 40px
    }
}

.mt-80-important {
    margin-top: 80px
}

.mb-80 {
    margin-bottom: 80px
}

@media screen and (max-width:768px) {
    .mb-80 {
        margin-bottom: 60px
    }
}

.mb-80-to-40 {
    margin-bottom: 80px
}

@media screen and (max-width:768px) {
    .mb-80-to-40 {
        margin-bottom: 40px
    }
}

.mt-60 {
    margin-top: 60px
}

@media screen and (max-width:768px) {
    .mt-60 {
        margin-top: 40px
    }
}

.mt-60-important {
    margin-top: 60px
}

.mb-60 {
    margin-bottom: 60px !important
}

@media screen and (max-width:768px) {
    .mb-60 {
        margin-bottom: 40px !important
    }
}

.mb-60-important {
    margin-bottom: 60px
}

.mt-40 {
    margin-top: 40px
}

@media screen and (max-width:768px) {
    .mt-40 {
        margin-top: 30px
    }
}

.mt-40-to-20 {
    margin-top: 40px
}

@media screen and (max-width:768px) {
    .mt-40-to-20 {
        margin-top: 20px
    }
}

.mt-40-important {
    margin-top: 40px
}

.mb-40,
.mb-40-important {
    margin-bottom: 40px
}

@media screen and (max-width:768px) {
    .mb-40 {
        margin-bottom: 30px
    }
}

.mt-30 {
    margin-top: 30px
}

.mb-30,
.mb-30-important {
    margin-bottom: 30px
}

@media screen and (max-width:576px) {
    .mb-30 {
        margin-bottom: 20px
    }
}

.mb-20 {
    margin-bottom: 20px
}

@media screen and (max-width:768px) {
    .mb-20 {
        margin-bottom: 12px
    }
}

.mt-20 {
    margin-top: 20px
}

@media screen and (max-width:768px) {
    .mt-20 {
        margin-top: 12px
    }
}

.mt-20-important {
    margin-top: 20px
}

.mb-12,
p.mb-12 {
    margin-bottom: 12px
}

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

    .mb-12,
    p.mb-12 {
        margin-bottom: 10px
    }
}

.mt-12,
p.mt-12 {
    margin-top: 12px
}

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

    .mt-12,
    p.mt-12 {
        margin-top: 10px
    }

    .mb-0-md {
        margin-bottom: 0
    }

    .pl-50-md {
        padding-left: 50px
    }

    .pr-50-md {
        padding-right: 50px
    }
}

@media screen and (max-width:544px) {
    .pl-50-md {
        padding-left: 25px
    }

    .pr-50-md {
        padding-right: 25px
    }
}

.zoom-img div,
.zoom-img picture,
.zoom-img span {
    overflow: hidden
}

.zoom-img img {
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
    will-change: scale
}

@media(hover:hover) {
    .zoom-img:hover img {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
}

.cta-button {
    background: transparent;
    border: 2px solid #000;
    border-radius: 100px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .03px;
    line-height: 18px;
    padding: 10px 16px;
    -webkit-transition: color .4s ease, background-color .4s ease, border-color .4s ease;
    transition: color .4s ease, background-color .4s ease, border-color .4s ease
}

@media screen and (max-width:1024px) {
    .cta-button {
        font-size: 16px;
        line-height: 18px;
        padding: 7px 14px
    }
}

.cta-button-yellow-border {
    border-color: #fadc41;
    color: #fadc41
}

@media(hover:hover) {
    .cta-button-yellow-border:hover {
        background: #fadc41;
        color: #000
    }
}

.text-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    position: relative;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.text-button:after {
    background: #000;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 100%
}

.text-button.color-gray {
    color: #979797
}

.text-button.color-gray:after {
    background: #979797
}

.text-button-white {
    color: #fff;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

.text-button-white:after {
    background-color: #fff
}

.text-button-white svg path {
    -webkit-transition: stroke .4s ease;
    transition: stroke .4s ease
}

.text-button__arrow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    margin-left: 12px;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    will-change: rotate, transform
}

.text-button__arrow svg {
    height: 12px;
    margin-top: 2px;
    width: 12px
}

.text-button:hover:after {
    width: 0
}

@media screen and (max-width:576px) {
    .text-button {
        font-size: 18px;
        line-height: 1.44
    }

    .text-button * {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .text-button:after {
        content: none
    }

    .text-button__arrow {
        margin-left: 8px
    }

    .text-button__arrow svg {
        height: 10px;
        margin-top: 2px;
        width: 10px
    }
}

.button-btn {
    background: #fadc41;
    border-radius: 90px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    padding: 10px 16px;
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s
}

.button-btn:hover {
    background: #000;
    color: #fff
}

.button-filter__link {
    border: 2px solid #000;
    border-radius: 50px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 30px;
    padding: 0;
    -webkit-transition: background-color .4s ease-out, color .4s ease-out, border-color .4s ease-out, margin-left .4s ease-out, margin-right .4s ease-out;
    transition: background-color .4s ease-out, color .4s ease-out, border-color .4s ease-out, margin-left .4s ease-out, margin-right .4s ease-out
}

.button-filter__link [type=reset],
.button-filter__link [type=submit],
.button-filter__link button,
.button-filter__link html [type=button] {
    -webkit-appearance: none
}

.button-filter__link .dropdown__label,
.button-filter__link a,
.button-filter__link button {
    padding: 4px 32px;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out
}

.button-filter__link svg {
    margin-bottom: 3px;
    margin-left: 8px;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
    width: 12px
}

.button-filter__link svg path {
    -webkit-transition: stroke .4s ease-out;
    transition: stroke .4s ease-out
}

.button-filter__link:last-child {
    margin-right: 0
}

.button-filter__link.opened .dropdown__label:after {
    opacity: 1
}

.button-filter__link.opened svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.button-filter__link.active,
.button-filter__link.opened {
    background-color: #000;
    color: #fff
}

.button-filter__link.active a,
.button-filter__link.active button,
.button-filter__link.opened a,
.button-filter__link.opened button {
    color: #fff
}

.button-filter__link.active svg path,
.button-filter__link.opened svg path {
    stroke: #fff
}

.button-filter__link.active.active-not-opened {
    background-color: transparent;
    color: #000
}

.button-filter__link.active.active-not-opened a,
.button-filter__link.active.active-not-opened button {
    color: #000
}

.button-filter__link.active.active-not-opened svg path {
    stroke: #000
}

@media(hover:hover) {
    .button-filter__link.active.active-not-opened:hover {
        background-color: #000;
        color: #fff
    }

    .button-filter__link.active.active-not-opened:hover a,
    .button-filter__link.active.active-not-opened:hover button {
        color: #fff
    }

    .button-filter__link.active.active-not-opened:hover svg path {
        stroke: #fff
    }

    .button-filter__link:hover {
        background-color: #000;
        color: #fff
    }

    .button-filter__link:hover a,
    .button-filter__link:hover button {
        color: #fff
    }

    .button-filter__link:hover svg path {
        stroke: #fff
    }
}

@media screen and (max-width:820px) {
    .button-filter__link {
        border: 2px solid #000;
        margin-bottom: 30px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .button-filter__link .dropdown__label,
    .button-filter__link .h5 {
        font-size: 22px
    }

    .button-filter__link .dropdown__label,
    .button-filter__link a,
    .button-filter__link button {
        padding: 6px 24px
    }

    .button-filter__link:last-child {
        border-right: 2px solid #000;
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 0
    }

    .button-filter__link.active,
    .button-filter__link.opened {
        margin-left: 0;
        margin-right: 0
    }
}

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

    .button-filter__link .dropdown__label,
    .button-filter__link a,
    .button-filter__link button {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.4
    }

    .button-filter__link {
        margin-bottom: 30px
    }

    .button-filter__link .dropdown__item {
        font-size: 18px;
        font-weight: 300;
        line-height: 150%;
        padding-bottom: 0
    }
}

.button.button-black-with-yellow-color {
    background: transparent;
    background: none;
    background-color: #000;
    border: 0;
    border-radius: 71.5px;
    color: #fadc41;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    outline: none;
    padding: 4px 20px;
    position: relative;
    text-decoration: none;
    -webkit-transition: border .4s ease, background-color .4s ease, color .4s ease;
    transition: border .4s ease, background-color .4s ease, color .4s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.button.button-black-with-yellow-color img,
.button.button-black-with-yellow-color span {
    display: none
}

.blog__post .button.button-black-with-yellow-color {
    color: #fadc41
}

@media(hover:hover) {
    .button.button-black-with-yellow-color:hover {
        color: #fff
    }
}

@media screen and (max-width:576px) {
    .button.button-black-with-yellow-color {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.77
    }
}

.button .dlm-download-start img,
.button .dlm-download-start span,
.button .dlm-xhr-loading-gif,
.button .dlm-xhr-progress {
    display: none !important
}

.blog_block__title {
    margin-bottom: 70px
}

.home .blog_block__title {
    margin-bottom: 80px
}

.blog_block .tags {
    margin-bottom: 12px;
    margin-top: 30px
}

.blog_block__post {
    width: calc(50% - 20px)
}

.blog_block__post:first-child {
    margin-right: 40px
}

.blog_block__post__img img {
    height: 100%;
    max-height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.blog_block__post__info {
    height: 100%
}

.blog_block__post__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog_block .link_block {
    margin-top: 60px
}

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

    .blog_block__title,
    .home .blog_block__title {
        margin-bottom: 50px
    }

    .blog_block__post:first-child {
        margin-right: 20px
    }

    .blog_block__post__info {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .blog_block .link_block {
        margin-top: 50px
    }
}

@media screen and (max-width:768px) {
    .blog_block__title {
        margin-bottom: 40px
    }

    .blog_block .tags {
        margin-bottom: 8px;
        margin-top: 16px
    }

    .blog_block__post {
        width: 100%
    }

    .blog_block__post:first-child {
        margin-bottom: 40px;
        margin-right: 0
    }
}

@media screen and (max-width:380px) {
    .blog_block__post__img img {
        max-height: 160px
    }
}

.main__content {
    min-height: 550px;
    padding-top: 180px
}

.main__content-title {
    color: #000;
    margin: 14px 0 60px;
    max-width: 1192px
}

.main__content_block {
    padding-bottom: 134px;
    position: relative
}

.main_block {
    background: #fadc41
}

.main__video {
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    top: 0
}

.main__video-element {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: sticky;
    top: 0;
    width: 100%
}

.main .video_block {
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    width: 75%
}

@media screen and (max-width:768px) {
    .main__content {
        height: 100%;
        min-height: 10px;
        padding-top: 136px
    }

    .main__content_block {
        padding-bottom: 70px
    }

    .main__content-title {
        margin: 16px 0 30px
    }

    .main__video {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin: 0 25px;
        position: relative;
        top: auto
    }

    .main__video-element {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
        top: auto;
        width: 100%
    }

    .main .video_block {
        position: relative
    }

    .main .main__video {
        padding-top: 0
    }

    .main .video_block {
        aspect-ratio: 325/181;
        height: auto;
        width: 100%
    }
}

.footer {
    background: #fadc41;
    padding-top: 120px
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer ::-moz-selection {
    background-color: #000;
    color: #fff
}

.footer ::selection {
    background-color: #000;
    color: #fff
}

.footer .title_footer {
    margin-bottom: 30px;
    max-width: 600px
}

.footer .block_contact .write_us,
.footer .block_contact .write_us~span {
    margin-right: 30px
}

.footer__left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__left__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer .write_us,
.footer__left__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer .write_us {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border: 2px solid #000;
    border-radius: 1000px;
    color: #000;
    font-size: 18px;
    justify-content: center;
    line-height: 1.77;
    padding: 4px 19px;
    text-decoration: none;
    -webkit-transition: color .4s ease, background-color .4s ease;
    transition: color .4s ease, background-color .4s ease
}

@media(hover:hover) {
    .footer .write_us:hover {
        background-color: #000;
        color: #fadc41
    }
}

.footer__newsletter {
    max-width: 408px
}

.footer__newsletter__link {
    margin-bottom: 8px;
    margin-top: 20px
}

.footer .location_text,
.footer .location_text_address:last-child.additional-margin {
    margin-bottom: 0
}

.footer .location_text.additional-margin {
    margin-bottom: 30px
}

.footer .title_location {
    margin-bottom: 12px
}

.footer__social {
    -webkit-box-flex: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex: 1;
    flex: 1;
    margin-left: -15px
}

.footer .social--footer li {
    margin: 0 8px 0 0
}

.footer .social--footer li:last-child {
    margin-right: 0
}

.footer .social--footer li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    justify-content: center;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    width: 40px
}

@media(hover:hover) {
    .footer .social--footer li a:hover {
        opacity: .6
    }
}

.footer__bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    padding-bottom: 20px;
    padding-top: 16px
}

.footer__info {
    margin-left: -3px;
    padding-top: 30px
}

.footer .locations {
    max-width: 350px
}

.footer__menu,
.footer__menu--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__menu--inline li {
    display: inline-block;
    margin-right: 24px
}

.footer__menu--inline li:first-of-type {
    margin-left: 0
}

.footer__menu--inline a,
.footer__menu--inline li {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .14px;
    line-height: 1.6
}

.footer .copyright {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 15px;
    text-align: right
}

@media(max-width:1199px) {
    .footer .copyright {
        padding-top: 10px;
        text-align: center
    }
}

.footer .privacy-officer {
    background: #fff;
    bottom: 0;
    -webkit-box-shadow: 0 0 8px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, .1);
    color: #333;
    font-size: 14px;
    left: 0;
    min-height: 50px;
    padding: 18px 10px 10px;
    position: fixed;
    width: 100%;
    z-index: 2
}

@media(max-width:543px) {
    .footer .privacy-officer {
        padding: 18px 0 10px
    }
}

.footer .privacy-officer p {
    margin: 0;
    padding: 0
}

.footer .privacy-officer .close {
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 25px;
    width: 20px
}

@media(max-width:543px) {
    .footer .privacy-officer .close {
        right: 10px
    }
}

.footer .privacy-officer .close:after,
.footer .privacy-officer .close:before {
    background-color: #9b9b9b;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%
}

.footer .privacy-officer .close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.footer .privacy-officer .close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width:1400px) {
    .footer__menu--inline {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 980px
    }

    .footer__menu--inline li {
        margin-right: 10px
    }
}

@media screen and (max-width:1200px) {
    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer .copyright {
        margin-top: 16px
    }
}

@media screen and (max-width:1024px) {
    .footer {
        padding-left: 0;
        padding-right: 0;
        padding-top: 100px
    }

    .footer .row1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px
    }

    .footer__social {
        display: none
    }

    .footer .show_mob {
        display: block
    }

    .footer .show_mob .footer__social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        margin-left: 0
    }

    .footer .show_mob .footer__social li {
        margin: 0 2px 0 0
    }

    .footer .title_footer {
        margin-bottom: 30px
    }

    .footer .block_contact {
        margin-bottom: 40px
    }

    .footer .block_contact .write_us,
    .footer .block_contact .write_us~span {
        margin-right: 20px
    }

    .footer__info {
        padding-top: 20px
    }

    .footer__bottom {
        margin-top: 0
    }

    .footer__bottom .footer__menu {
        display: none
    }

    .footer .location_text.additional-margin {
        margin-bottom: 20px
    }
}

@media screen and (max-width:576px) {
    .footer__newsletter {
        max-width: 300px
    }

    .footer__newsletter__link {
        margin-top: 13px
    }

    .footer .locations {
        max-width: 300px
    }

    .footer .title_footer {
        font-size: 44px;
        margin-bottom: 20px
    }

    .footer .write_us {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.45
    }

    .footer .bodytext2 {
        line-height: 1.4
    }

    .footer .footer__bottom {
        padding-bottom: 16px;
        padding-top: 0
    }

    .footer .container-fluid {
        padding: 0 25px !important
    }

    .footer__info {
        margin-left: 0
    }

    .footer .copyright {
        margin-top: 7px
    }
}

.footer.footer-contact-us {
    padding-top: 100px
}

.footer.footer-contact-us .location_text.additional-margin {
    margin-bottom: 20px
}

.footer.footer-contact-us .location_text.additional-margin:last-child {
    margin-bottom: 0
}

.footer.footer-contact-us .footer__newsletter__link {
    margin-bottom: 0;
    margin-top: 22px
}

.footer.footer-contact-us .footer__social {
    margin-left: 0
}

.footer.footer-contact-us .footer__left__inner {
    margin-left: 15px
}

.footer.footer-contact-us .footer__bottom {
    margin-top: 130px;
    padding-top: 16px
}

@media screen and (max-width:1024px) {
    .footer.footer-contact-us {
        padding-top: 80px
    }

    .footer.footer-contact-us .footer__left__inner {
        margin-left: 0
    }

    .footer.footer-contact-us .footer__newsletter__link {
        margin-top: 10px
    }

    .footer.footer-contact-us .footer__info {
        margin-top: 60px
    }

    .footer.footer-contact-us .row1 {
        margin-bottom: 60px
    }

    .footer.footer-contact-us .footer__bottom {
        margin-top: 0;
        padding-top: 0
    }
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    position: fixed;
    top: 0;
    -webkit-transition: background .4s ease, top .4s ease, opacity .4s ease-out, -webkit-transform .4s cubic-bezier(.25, .1, .5, 1);
    transition: background .4s ease, top .4s ease, opacity .4s ease-out, -webkit-transform .4s cubic-bezier(.25, .1, .5, 1);
    transition: background .4s ease, top .4s ease, transform .4s cubic-bezier(.25, .1, .5, 1), opacity .4s ease-out;
    transition: background .4s ease, top .4s ease, transform .4s cubic-bezier(.25, .1, .5, 1), opacity .4s ease-out, -webkit-transform .4s cubic-bezier(.25, .1, .5, 1);
    width: 100%;
    z-index: 5
}

@media(max-width:767px) {
    .header:before {
        background: #fff;
        content: "";
        height: 100%;
        left: -100%;
        opacity: 0;
        position: absolute;
        top: 0;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        width: 100%
    }
}

.header.scroll-preparation.is-header-sticky {
    background: #fff;
    opacity: 1;
    position: fixed;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.header.scroll-preparation.is-header-sticky .logo path {
    fill: #000
}

.is-menu-open .header.scroll-preparation.is-header-sticky .logo path {
    fill: #fff
}

.header.scroll-preparation {
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: background .4s ease, top .4s ease, opacity .4s ease-out, -webkit-transform .4s cubic-bezier(.25, .1, .5, 1);
    transition: background .4s ease, top .4s ease, opacity .4s ease-out, -webkit-transform .4s cubic-bezier(.25, .1, .5, 1);
    transition: background .4s ease, top .4s ease, transform .4s cubic-bezier(.25, .1, .5, 1), opacity .4s ease-out;
    transition: background .4s ease, top .4s ease, transform .4s cubic-bezier(.25, .1, .5, 1), opacity .4s ease-out, -webkit-transform .4s cubic-bezier(.25, .1, .5, 1)
}

.header.header--light a.menu-item-link-depth-0 {
    color: #fff
}

.header.header--light a.menu-item-link-depth-0:after {
    background-color: #fff
}

.header.header--light.hover-sub a.menu-item-link-depth-0:not(.get-in-touch),
.header.header--light.is-header-sticky a.menu-item-link-depth-0:not(.get-in-touch) {
    color: #000
}

.header.header--light.hover-sub a.menu-item-link-depth-0:not(.get-in-touch):after,
.header.header--light.is-header-sticky a.menu-item-link-depth-0:not(.get-in-touch):after {
    background-color: #000
}

.is-menu-open .header.header--light.hover-sub a.menu-item-link-depth-0:not(.get-in-touch),
.is-menu-open .header.header--light.is-header-sticky a.menu-item-link-depth-0:not(.get-in-touch) {
    color: #fff
}

.is-menu-open .header.header--light.hover-sub a.menu-item-link-depth-0:not(.get-in-touch):after,
.is-menu-open .header.header--light.is-header-sticky a.menu-item-link-depth-0:not(.get-in-touch):after {
    background-color: #fff
}

.is-menu-open .header:before {
    left: 0;
    opacity: 1;
    visibility: visible
}

.is-menu-open .header .logo {
    left: 24px;
    position: relative;
    -webkit-transition: all .8s;
    transition: all .8s
}

@media screen and (max-width:576px) {
    .is-menu-open .header .logo {
        left: 0
    }
}

.is-menu-open .header .logo path {
    fill: #000
}

@media(max-width:1024px) {
    .is-menu-open .header .logo path {
        fill: #fff
    }
}

.header__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.header_case_block {
    background: #fff;
    -webkit-box-shadow: 0 11px 20px rgba(0, 0, 0, .05);
    box-shadow: 0 11px 20px rgba(0, 0, 0, .05);
    display: none;
    height: 353px;
    left: 0;
    padding-top: 110px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

.header_case_block .case_block {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 224px
}

.header_case_block .case_block:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.header_case_block .img_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px
}

.header_case_block .img_block img {
    min-height: 140px
}

.header_case_block .caption-text {
    margin-bottom: 2px
}

.header.hover-sub .header_case_block {
    display: block
}

.header li.menu-item-has-children.hover .sub-menu:not(.sub-menu-2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header.open .menu-item-has-children.open a {
    color: #000
}

.header.open li:not(.open) a {
    opacity: .4
}

.header.open .sub-menu li a,
.header.open li.menu-item-22 a {
    opacity: 1 !important
}

.menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%
}

.menu,
.menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu-item {
    margin-left: 50px
}

@media screen and (max-width:1200px) {
    .menu-item {
        margin-left: 40px
    }
}

.menu-item:first-child {
    margin-left: 0
}

.menu-item-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.menu-item-link,
.menu-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.menu-item-link {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out
}

.menu-item-link.menu-item-link-depth-0 {
    padding: 4px 0
}

@media(max-width:1024px) {
    .menu-item-link {
        border-width: 0;
        color: #fff;
        font-size: 38px;
        font-weight: 700;
        letter-spacing: -.006em;
        line-height: 1.1
    }
}

.header--light .menu-item-link,
.is-header-sticky .menu-item-link,
.is-menu-open .menu-item-link {
    color: #000
}

@media(max-width:1024px) {

    .header--light .menu-item-link,
    .is-header-sticky .menu-item-link,
    .is-menu-open .menu-item-link {
        color: #fff
    }
}

@media(min-width:1024px) {
    .menu-item-link:after {
        background-color: #000;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        margin-top: 3px;
        position: absolute;
        -webkit-transition: all .4s;
        transition: all .4s;
        width: 0
    }
}

@media(min-width:1024px)and (hover:hover) {
    .menu-item-link:hover:after {
        width: 100%
    }
}

.menu-item-link:after {
    margin-top: 0
}

.menu-item-link.get-in-touch {
    background: #ff1b6f;
    border-radius: 90px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    padding: 10px 16px;
    -webkit-transition: background-color .6s ease-out;
    transition: background-color .6s ease-out
}

@media screen and (max-width:1024px) {
    .menu-item-link.get-in-touch {
        background-color: transparent;
        border-radius: 0;
        border-width: 0;
        color: #fadc41;
        font-size: 38px;
        font-weight: 700;
        letter-spacing: -.006em;
        line-height: 1.1;
        padding: 0
    }
}

@media(hover:hover) {
    .menu-item-link.get-in-touch:hover {
        background: #000
    }
}

.menu-item-link.get-in-touch:after {
    content: none
}

.menu-item-link.menu-item-link-depth-1 {
    color: #979797;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.6;
    pointer-events: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media screen and (max-width:1024px) {
    .menu-item-link.menu-item-link-depth-1 {
        line-height: 1.1;
        pointer-events: unset
    }
}

.menu-item-link.menu-item-link-depth-1.menu-item-link:after {
    content: none
}

.menu-item-link.menu-item-link-depth-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300;
    line-height: 1.6;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.menu-item.menu-item-depth-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0
}

.menu-item.menu-item-depth-1.menu-item-has-children {
    padding-left: 3px;
    width: 50%
}

.menu-item.menu-item-depth-1.menu-item-has-children:first-child {
    margin-left: 0;
    max-width: 333px;
    padding-left: 0
}

@media screen and (max-width:1200px) {
    .menu-item.menu-item-depth-1.menu-item-has-children:first-child {
        padding-left: 0
    }
}

@media screen and (max-width:1024px) {
    .menu-item.menu-item-depth-1.menu-item-has-children:first-child {
        max-width: unset
    }
}

.menu-item.menu-item-depth-2 {
    margin-bottom: 14px;
    margin-left: 68px
}

.menu-item.menu-item-depth-2:last-child {
    margin-bottom: 0
}

.menu-item a:hover:after,
.menu-item.active a:after,
.menu-item.current-menu-item>a:first-child:after,
.menu-item.menu-item-depth-0.current-menu-ancestor>a:first-child:after {
    width: 100%
}

.menu__wrapper {
    margin-left: auto
}

.menu .sub-menu {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 0;
    position: absolute;
    top: 86px;
    width: 100%
}

.menu .sub-menu.sub-menu-1 {
    padding-bottom: 20px;
    padding-top: 0
}

@media screen and (max-width:1200px) {
    .menu .sub-menu.sub-menu-1 {
        margin-left: 68px;
        max-width: 600px
    }
}

.menu .sub-menu.sub-menu-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: auto;
    margin-left: -68px;
    margin-top: 20px;
    max-height: 150px;
    position: relative;
    top: auto
}

.menu__control {
    background: none;
    border: 0;
    cursor: pointer;
    display: none;
    float: right;
    height: 16px;
    outline: none !important;
    padding: 0;
    position: relative;
    width: 24px
}

.menu__control span {
    background-color: #000;
    border-radius: 4px;
    display: block;
    height: 4px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 100%
}

.header--light .menu__control span {
    background-color: #fff
}

.is-header-sticky.header--light .menu__control span {
    background-color: #000
}

.menu__control span:first-child {
    top: 0
}

.menu__control span:nth-child(2) {
    top: 10px
}

.is-menu-open .menu__control span:first-child {
    background-color: #fff;
    top: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.is-menu-open .menu__control span:nth-child(2) {
    background-color: #fff;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media(max-width:1024px) {
    .menu__control {
        display: block
    }
}

.menu__bg {
    background-color: #000;
    border-radius: 50%;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    width: 0;
    z-index: 0
}

.is-menu-open .menu__bg {
    height: 130vh;
    -webkit-transform: scale(2);
    transform: scale(2);
    width: 100vh
}

@media screen and (max-width:1024px) {
    .menu {
        display: block;
        height: auto;
        padding-bottom: 56px
    }

    .menu-main-menu-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        color: #fff;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100vh;
        justify-content: flex-start;
        left: -100%;
        max-width: 680px;
        opacity: 0;
        overflow: scroll;
        padding-bottom: 90px;
        padding-left: 0;
        padding-top: 90px;
        position: absolute;
        top: 100%;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        visibility: hidden;
        width: 100%
    }

    .menu-main-menu-container::-webkit-scrollbar {
        display: none
    }

    .is-menu-open .menu-main-menu-container {
        left: 0;
        opacity: 1;
        visibility: visible
    }

    .menu::-webkit-scrollbar {
        display: none
    }

    .menu-item {
        margin-left: 0;
        padding: 16px 24px 16px 60px
    }

    .menu-item.menu-item-depth-0.menu-item-has-children {
        padding: 0
    }

    .menu-item.menu-item-depth-1.menu-item-has-children {
        padding: 16px 24px 16px 60px;
        width: 100%
    }

    .menu-item.menu-item-depth-1.menu-item-has-children:first-child {
        padding: 16px 24px 16px 60px
    }

    .menu-item.menu-item-depth-2 {
        margin-bottom: 24px;
        margin-left: 0;
        padding: 0
    }

    .menu-item-link.menu-item-link-depth-0 {
        padding-bottom: 0;
        padding-top: 0
    }

    .menu-item-link.menu-item-link-depth-1 {
        color: #fff;
        padding-top: 0
    }

    .menu-item-link.menu-item-link-depth-0.menu-item-has-children {
        display: none;
        padding: 0
    }

    .menu-item-link.menu-item-link-depth-2 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        font-size: 24px;
        font-weight: 300;
        height: 100%;
        justify-content: flex-start;
        line-height: 1.3;
        padding-top: 0
    }

    .menu .sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: auto;
        position: relative;
        top: auto;
        width: 100%
    }

    .menu .sub-menu.sub-menu-1 {
        left: auto;
        margin-left: 0;
        padding-bottom: 0;
        top: auto
    }

    .menu .sub-menu.sub-menu-2 {
        display: none;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-left: 0;
        margin-top: 28px;
        max-height: unset
    }

    .menu li {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        visibility: hidden;
        width: 100%
    }

    .menu li:first-child {
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    .menu li:nth-child(2) {
        -webkit-transition-delay: .15s;
        transition-delay: .15s
    }

    .menu li:nth-child(3) {
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    .menu li:nth-child(4) {
        -webkit-transition-delay: .25s;
        transition-delay: .25s
    }

    .menu li:nth-child(5) {
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }

    .menu li:nth-child(6) {
        -webkit-transition-delay: .35s;
        transition-delay: .35s
    }

    .menu li.menu-item-has-children {
        position: relative;
        z-index: 50
    }

    .menu li.menu-item-has-children.menu-item-depth-0:before {
        content: none
    }

    .menu li.menu-item-has-children:before {
        background: url(../../img/arrow.svg) 50% no-repeat;
        background-size: contain;
        content: "";
        height: 24px;
        position: absolute;
        right: 24px;
        top: 27px;
        -webkit-transition: all .4s;
        transition: all .4s;
        width: 24px
    }

    .menu li.menu-item-has-children.open:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .menu li.menu-item-has-children.open .sub-menu-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

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

    .menu-item,
    .menu-item.menu-item-depth-1.menu-item-has-children {
        padding: 16px 24px;
        width: 100%
    }

    .menu-item.menu-item-depth-1.menu-item-has-children:first-child {
        padding: 16px 24px
    }
}

.is-menu-open .menu li {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    visibility: visible
}

.global-list {
    width: 100%
}

.global-list__item,
.global-list__item__subtitle {
    padding: 20px 0
}

.global-list__item--border__link:after,
.global-list__item__subtitle--border__link:after {
    content: none
}

.global-list .border-bottom-black:last-child,
.global-list .border-bottom-gray:last-child {
    border: none
}

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

    .global-list__item,
    .global-list__item__subtitle {
        padding: 16px 0
    }
}

.clients {
    overflow: hidden
}

.clients-counter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:768px) {
    .clients-counter {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        max-width: 400px
    }
}

.clients-counter__number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 9.23%;
    max-width: 164px;
    width: 100%
}

@media screen and (max-width:768px) {
    .clients-counter__number {
        margin-right: 0;
        margin-top: 50px
    }

    .clients-counter__number:first-child,
    .clients-counter__number:nth-child(2) {
        margin-right: 0;
        margin-top: 0
    }
}

.clients-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media screen and (max-width:820px) {
    .clients-filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        border: none;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 60px
    }

    .clients-filter svg {
        margin-bottom: 2px
    }
}

.clients-card__logo,
.clients-card__title {
    height: 70px;
    width: 260px
}

.clients-card__logo img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

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

.clients-card__info,
.clients-card__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.clients-card__info {
    max-width: 360px
}

.clients-card__info__industry {
    margin-bottom: 0;
    margin-right: 40px
}

@media screen and (max-width:576px) {
    .clients-card__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (max-width:1200px) {
    .clients-card__logo {
        height: 60px;
        width: 100%
    }
}

.clients .dropdown--regions .dropdown__item {
    min-width: 98px;
    width: auto
}

.clients .dropdown.dropdown--regions .dropdown__list {
    min-width: 186px
}

.clients .dropdown__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: 12px;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    max-width: 930px;
    min-width: 302px;
    padding: 30px 64px 30px 24px;
    top: calc(100% + 17px);
    width: 100%;
    z-index: 1
}

.clients .dropdown__list.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.clients .dropdown__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
    margin-bottom: 14px;
    padding: 0;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
    width: 100%
}

.clients .dropdown__item:last-child {
    margin-bottom: 0
}

@media(hover:hover) {
    .clients .dropdown__item:hover {
        color: #fadc41
    }
}

.clients .dropdown__item.active {
    color: #fadc41
}

@media screen and (max-width:1024px) {
    .clients .dropdown__item {
        padding: 0 0 10px
    }
}

.clients .dropdown__label {
    position: relative
}

.clients .dropdown__label:after {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 0 8.5px 9px;
    bottom: -18px;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0
}

@media screen and (max-width:768px) {
    .clients .button-filter__link {
        margin-bottom: 30px
    }

    .clients .button-filter__link .dropdown__item {
        font-size: 18px;
        font-weight: 300;
        line-height: 150%;
        padding-bottom: 0
    }

    .clients .dropdown__label:after {
        bottom: -14px
    }

    .clients .dropdown__list {
        top: calc(100% + 13px)
    }
}

@media screen and (max-width:767px) {
    .clients .section__filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .clients-counter {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .clients-counter__number {
        width: 50%
    }

    .clients.pt-200 {
        padding-top: 160px !important
    }
}

.blog__header {
    margin-bottom: 35px;
    max-width: 800px
}

@media screen and (max-width:576px) {
    .blog__header {
        max-width: 100%
    }
}

.blog__header .title-xxl {
    margin-bottom: 35px
}

.blog__header h4 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px
}

@media screen and (max-width:576px) {
    .blog__header h4 {
        line-height: 37px;
        margin-bottom: 25px !important
    }
}

.blog__header .text-md {
    font-weight: 400
}

.blog__header p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px
}

.blog-section {
    padding-top: 135px
}

@media screen and (max-width:576px) {
    .blog-section {
        padding-top: 55px
    }
}

.blog .author__info__link a:after {
    content: none
}

@media screen and (max-width:1024px) {
    .blog .card-work__name {
        font-size: 26px
    }
}

@media screen and (max-width:576px) {
    .blog .card-work__name {
        font-size: 22px
    }
}

@media screen and (max-width:1024px) {
    .section--contacts.pt-200 {
        padding-bottom: 120px;
        padding-top: 105px !important
    }
}

.contact-form__left {
    max-width: 814px;
    padding-right: 70px;
    width: 100%
}

.contact-form__right {
    margin-left: auto;
    max-width: 404px;
    padding-top: 14px;
    width: 100%
}

.contact-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-form-person__img {
    margin-bottom: 20px;
    max-height: 268px;
    max-width: 268px
}

.contact-form-person__quote {
    margin-bottom: 23px;
    max-width: 380px
}

.contact-form-person__info p {
    margin-bottom: 5px
}

.contact-form-person__info p:last-child {
    margin-bottom: 0
}

@media screen and (max-width:1200px) {
    .contact-form__right {
        max-width: 38%
    }
}

@media screen and (max-width:1024px) {
    .contact-form__left {
        padding-right: 30px
    }

    .contact-form-person__quote {
        font-size: 22px
    }
}

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

    .contact-form .h1,
    .contact-form h1 {
        line-height: 1.3
    }

    .contact-form__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contact-form__right {
        margin-top: 100px;
        max-width: unset;
        padding-top: 0
    }

    .contact-form__left {
        padding-right: 0
    }

    .contact-form-person__quote {
        line-height: 1.25;
        margin-bottom: 16px;
        max-width: 600px
    }

    .contact-form-person__img {
        margin-bottom: 10px;
        max-height: 327px;
        max-width: 327px
    }
}