@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap";

html {
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

body,
html {
    -webkit-backface-visibility: hidden
}

body {
    margin: 0;
    position: relative;
    background-color: #fafafa;
    width: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

body,
html {
    -webkit-tap-highlight-color: transparent
}

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

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

iframe {
    border: transparent
}

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    outline: 0
}

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 40px;
    margin: 0
}

@media screen and (max-width:600px) {
    h1 {
        font-size: 30px
    }
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 15px
}

h2,
h3,
h4,
h5,
p {
    margin: 0
}

p {
    font-size: 15px
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    display: block;
    max-width: 100%
}

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

figure {
    margin: auto
}

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

pre {
    overflow: auto
}

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

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

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
    outline: none
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

blockquote {
    padding-left: 15px;
    border-left: 5px solid #0072f6;
    font-size: 16px;
    line-height: 22px;
    font-style: italic
}

blockquote em {
    display: block;
    font-size: 80%
}

.container.no {
    padding: 50px 0
}

.container.no h3 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 15px
}

.container.no p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #555
}

.no-wrp {
    white-space: nowrap
}

.content-icon {
    font-size: 40px;
    display: inline-block;
    margin-right: 20px
}

.content-icon.isoi-bullet-w {
    width: 5px;
    height: 5px;
    background: #fff
}

.content-icon.isoi-bullet-blue {
    width: 5px;
    height: 5px;
    background: #1476f2
}

@media screen and (max-width:768px) {

    html[lang=nb-No] h1,
    html[lang=nb-No] h2 {
        font-size: 20px !important
    }
}

.h1,
h1 {
    font-size: 40px;
    line-height: 1.25
}

.h2,
h2 {
    font-size: 30px
}

.h2,
.h3,
h2,
h3 {
    line-height: 1.33
}

.h3,
h3 {
    font-size: 15px
}

p {
    font-size: 18px;
    line-height: 1.67
}

p.small-text {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.54
}

.white-text {
    color: #fff
}

.blue-color {
    color: #1476f2
}

.gray-color {
    color: #555
}

.h1~p,
h1~p {
    margin-top: 25px
}

.h2~p,
h2~p {
    margin-top: 15px
}

.h3~p,
h3~p {
    margin-top: 5px
}

.blog {
    padding: 0 0 70px;
    position: relative
}

.blog h2.title {
    padding: 70px 0 10px;
    font-size: 32px;
    font-weight: 600;
    line-height: .94;
    text-align: center;
    color: #323232
}

@media screen and (max-width:767px) {
    .blog .container {
        padding: 0 15px
    }
}

.blog__grid {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 80px 0 0
}

@media screen and (max-width:980px) {
    .blog__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.blog__grid-main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    margin: 80px 0 0
}

@media screen and (max-width:980px) {
    .blog__grid-main {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        margin: 0;
        padding: 28px 0 0
    }
}

.featured-post__wrapper,
.posts__wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

@media screen and (max-width:767px) {

    .featured-post__wrapper,
    .posts__wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.featured-post__wrapper .blog__item .blog__content {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: relative;
    width: 100%
}

@media screen and (max-width:980px) {
    .featured-post__wrapper .blog__item .blog__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media screen and (max-width:767px) {
    .featured-post__wrapper .blog__item .blog__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }
}

.featured-post__wrapper .blog__item .blog__media {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 46%;
    flex: 1 1 46%;
    width: 100%
}

@media screen and (max-width:980px) {
    .featured-post__wrapper .blog__item .blog__media {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 35%;
        flex: 1 1 35%
    }
}

@media screen and (max-width:767px) {
    .featured-post__wrapper .blog__item .blog__media {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        height: 140px
    }
}

.featured-post__wrapper .blog__item .blog__text {
    height: 290px;
    width: 100%
}

@media screen and (max-width:980px) {
    .featured-post__wrapper .blog__item .blog__text {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 65%;
        flex: 1 1 65%
    }
}

@media screen and (max-width:767px) {
    .featured-post__wrapper .blog__item .blog__text {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        height: 260px;
        margin-top: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        background: #fff;
        z-index: 2
    }
}

.featured-post__wrapper .blog__item .blog__title {
    color: #323232;
    padding: 13px 0 16px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25
}

@media screen and (max-width:980px) {
    .featured-post__wrapper .blog__item .blog__title {
        padding: 11px 0;
        font-size: 16px
    }
}

.featured-post__wrapper .blog__item .blog__description {
    font-size: 15px;
    line-height: 1.67;
    color: #555
}

@media screen and (max-width:980px) {
    .featured-post__wrapper .blog__item .blog__description {
        font-size: 14px;
        line-height: 1.43;
        color: rgba(50, 50, 50, .8)
    }
}

.blog__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    width: 100%
}

.blog__item .blog__title {
    color: #323232
}

.blog__item:hover .blog__media-inner {
    -webkit-transform: scale(1.16);
    -ms-transform: scale(1.16);
    transform: scale(1.16)
}

.blog__item:hover .blog__tag:not(.blog__tag--medium) {
    margin-top: -15px;
    opacity: 0
}

.blog__item:hover .blog__link--more {
    opacity: 1;
    bottom: 40px
}

.blog__item:hover .blog__link--more i {
    margin-left: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.blog__item-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 10px 9px
}

.blog__content,
.blog__item-main {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.blog__content {
    background-color: #fff;
    background-size: cover;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    color: #323232;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-radius: 8px;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease
}

@media screen and (max-width:991px) and (min-width:768px) {
    .blog__content .blog__media {
        height: 100%
    }
}

.blog__content:hover {
    -webkit-box-shadow: 0 9px 19px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 9px 19px 0 rgba(0, 0, 0, .1)
}

.blog__media {
    height: auto;
    width: 35%
}

.blog__media,
.blog__media-main {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.blog__media-main {
    height: auto;
    width: 189px;
    height: 265px
}

@media screen and (min-width:991px) and (max-width:1200px) {
    .blog__media-main {
        width: 35%;
        height: 300px
    }
}

.blog__media-inner,
.blog__media-inner-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog__media-inner-main {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.blog__logo {
    position: relative;
    z-index: 1
}

.blog__text {
    padding: 33px;
    width: 65%
}

@media screen and (max-width:767px) {
    .blog__text {
        height: 260px;
        margin-top: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        background: #fff;
        z-index: 2
    }
}

.blog__text-main {
    padding: 33px;
    width: 65%
}

@media screen and (max-width:767px) {
    .blog__text-main {
        margin-top: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        background: #fff;
        z-index: 2;
        width: 100%
    }
}

.blog__tag {
    font-size: 12px;
    font-weight: 600;
    color: rgba(50, 50, 50, .3);
    display: block;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog__title {
    padding: 11px 0;
    font-size: 16px;
    line-height: 1.25;
    text-transform: none;
    font-weight: 600
}

.blog__description {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    width: 100%;
    color: rgba(50, 50, 50, .8)
}

.blog__description--medium {
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

@media screen and (max-width:1024px) and (orientation:landscape) {
    .blog__description--medium {
        margin-bottom: 80px
    }
}

.blog__link {
    color: #a7a7a7;
    font-size: 14px;
    bottom: 30px
}

.blog__link,
.blog__link--more {
    font-weight: 600;
    text-transform: uppercase;
    position: absolute
}

.blog__link--more {
    font-size: 13px;
    line-height: 1;
    color: #1476f2;
    bottom: 10px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all .45s ease;
    transition: all .45s ease
}

.blog__link--more i {
    font-size: 11px;
    margin-left: -3px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.blog__link--more:hover {
    color: #005ed7
}

@media screen and (max-width:1024px) and (orientation:landscape) {
    .blog__text--blue {
        min-height: 390px
    }
}

@media screen and (max-width:1300px) {
    .blog__item:hover .blog__link--more {
        bottom: 15px
    }
}

@media screen and (max-width:1023px) {
    .blog__item {
        width: 100%
    }

    .blog__text {
        padding: 15px
    }

    .blog__item--three {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .blog__media {
        width: 100%;
        height: 140px
    }

    .blog__text {
        width: 100%
    }
}

@media screen and (max-width:991px) {
    .blog__media-main {
        width: 100%;
        height: 190px
    }

    .blog__media-inner-main {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 8px
    }

    .blog__text-main {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        padding: 16px
    }
}

@media screen and (min-width:1024px) {
    .blog__content--block {
        display: block
    }

    .blog__media--fluid {
        width: 100%;
        height: 130px
    }

    .blog__text--fluid {
        width: 100%;
        height: 280px;
        background: #fff;
        position: relative;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .blog__text--blue {
        height: 100%;
        background-color: rgba(0, 114, 246, .9)
    }
}

.blog__button-wrapper {
    padding: 48px 0
}

.blog__button,
.blog__button-wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog__button {
    background-color: #1476f2;
    color: #fff;
    font-size: 14px;
    padding: 18px 32px;
    border-radius: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 171px;
    margin: 48px auto
}

.blog__button:hover {
    background: #156fe6;
    color: #fff
}

.blog__button svg {
    margin-left: 22px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog__button path {
    fill: #fff
}

.blog__icons {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 0 50px
}

@media screen and (max-width:980px) {
    .blog__icons {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
        gap: 40px
    }
}

.button {
    height: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-width: 140px;
    font-size: 13px;
    padding: 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: #1476f2;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    white-space: nowrap
}

@media screen and (max-width:575px) {
    .button {
        font-size: 14px
    }
}

.button [class*=" isoi-"],
.button [class^=isoi-] {
    font-size: 12px;
    color: #1476f2;
    padding-left: 12px;
    display: block
}

.button:hover {
    background: #005ed7;
    border-color: #005ed7;
    color: #fff
}

.button:hover [class*=" isoi-"],
.button:hover [class^=isoi-] {
    color: #fff
}

.button:active {
    background: #323232;
    border-color: #323232;
    color: #fff
}

.button:active [class*=" isoi-"],
.button:active [class^=isoi-] {
    color: #fff
}

.button--clear {
    height: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-width: 140px;
    font-size: 13px;
    padding: 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: #1476f2;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    white-space: nowrap;
    background: 0 0;
    border: 2px solid #1476f2
}

@media screen and (max-width:575px) {
    .button--clear {
        font-size: 14px
    }
}

.button--clear [class*=" isoi-"],
.button--clear [class^=isoi-] {
    font-size: 12px;
    color: #1476f2;
    padding-left: 12px;
    display: block
}

.button--clear:hover {
    background: #005ed7;
    border-color: #005ed7;
    color: #fff
}

.button--clear:hover [class*=" isoi-"],
.button--clear:hover [class^=isoi-] {
    color: #fff
}

.button--clear:active {
    background: #323232;
    border-color: #323232;
    color: #fff
}

.button--clear:active [class*=" isoi-"],
.button--clear:active [class^=isoi-] {
    color: #fff
}

.button--220 {
    max-width: 220px
}

.icon-arrow {
    padding-left: 15px;
    width: 8px;
    height: 14px
}

.icon-arrow:before {
    content: "";
    background-image: url(../img/icons/arrow-small-white.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 12px;
    width: 8px
}

.icon-arrow--blue:before {
    background-image: url(../img/icons/arrow-small-blue.svg)
}

.button--blue {
    color: #0072f6;
    border: 2px solid #0072f6
}

.button--blue:hover .icon-arrow:before {
    background-image: url(../img/icons/arrow-small-white.svg)
}

.button--white {
    height: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-width: 140px;
    font-size: 13px;
    padding: 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: #1476f2;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    white-space: nowrap;
    color: #fff;
    background: 0 0;
    border: 2px solid #fff
}

@media screen and (max-width:575px) {
    .button--white {
        font-size: 14px
    }
}

.button--white [class*=" isoi-"],
.button--white [class^=isoi-] {
    font-size: 12px;
    color: #1476f2;
    padding-left: 12px;
    display: block
}

.button--white:hover {
    background: #005ed7;
    border-color: #005ed7;
    color: #fff
}

.button--white:hover [class*=" isoi-"],
.button--white:hover [class^=isoi-] {
    color: #fff
}

.button--white:active {
    background: #323232;
    border-color: #323232;
    color: #fff
}

.button--white:active [class*=" isoi-"],
.button--white:active [class^=isoi-] {
    color: #fff
}

.button--white:hover {
    color: #323232;
    background: #fff;
    border: 2px solid #fff
}

.button--white:active {
    color: #323232;
    background: hsla(0, 0%, 88%, .8);
    border: 2px solid hsla(0, 0%, 88%, .1)
}

.button--white i {
    color: #fff
}

.button--white:active,
.button--white:hover,
.button--white:hover i {
    color: #1476f2
}

.button--white i[class^=isoi-] {
    color: #fff
}

.button--white:active i[class^=isoi-],
.button--white:hover i[class^=isoi-] {
    color: #1476f2
}

.card__button.button i[class^=isoi-] {
    color: #fff
}

.button--white-gray {
    height: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-width: 140px;
    font-size: 13px;
    padding: 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: #1476f2;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    white-space: nowrap;
    color: #fff;
    background: 0 0;
    border: 2px solid #fff
}

@media screen and (max-width:575px) {
    .button--white-gray {
        font-size: 14px
    }
}

.button--white-gray [class*=" isoi-"],
.button--white-gray [class^=isoi-] {
    font-size: 12px;
    color: #1476f2;
    padding-left: 12px;
    display: block
}

.button--white-gray:hover {
    background: #005ed7;
    border-color: #005ed7;
    color: #fff
}

.button--white-gray:hover [class*=" isoi-"],
.button--white-gray:hover [class^=isoi-] {
    color: #fff
}

.button--white-gray:active {
    background: #323232;
    border-color: #323232;
    color: #fff
}

.button--white-gray:active [class*=" isoi-"],
.button--white-gray:active [class^=isoi-] {
    color: #fff
}

.button--white-gray:hover {
    color: #323232;
    background: #fff;
    border: 2px solid #fff
}

.button--white-gray:active {
    color: #323232;
    background: hsla(0, 0%, 88%, .8);
    border: 2px solid hsla(0, 0%, 88%, .1)
}

.button--white-gray i[class^=isoi-] {
    color: #fff
}

.button--white-gray:active i[class^=isoi-],
.button--white-gray:hover i[class^=isoi-] {
    color: #323232
}

.button--white-green {
    height: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-width: 140px;
    font-size: 13px;
    padding: 0 20px;
    text-transform: uppercase;
    background: #1476f2;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    white-space: nowrap;
    background: 0 0;
    border: 2px solid #fff;
    height: 50px;
    min-width: 220px;
    font-weight: 600;
    color: #fff;
    background: #17ca8e;
    border: 2px solid #17ca8e;
    font-size: 15px
}

@media screen and (max-width:575px) {
    .button--white-green {
        font-size: 14px
    }
}

.button--white-green [class*=" isoi-"],
.button--white-green [class^=isoi-] {
    font-size: 12px;
    color: #1476f2;
    padding-left: 12px;
    display: block
}

.button--white-green:hover {
    background: #005ed7;
    border-color: #005ed7
}

.button--white-green:hover [class*=" isoi-"],
.button--white-green:hover [class^=isoi-] {
    color: #fff
}

.button--white-green:active {
    background: #323232;
    border-color: #323232;
    color: #fff
}

.button--white-green:active [class*=" isoi-"],
.button--white-green:active [class^=isoi-] {
    color: #fff
}

.button--white-green:hover {
    color: #323232;
    background: #fff;
    border: 2px solid #fff;
    color: #fff;
    background: #15da98;
    border: 2px solid #15da98
}

.button--white-green:active {
    color: #323232;
    background: hsla(0, 0%, 88%, .8);
    border: 2px solid hsla(0, 0%, 88%, .1)
}

@media screen and (max-width:767px) {
    .button--white-green {
        width: auto;
        font-size: 14px
    }
}

.button--white-green i[class^=isoi-] {
    color: #17ca8e
}

.button--white-green:active i[class^=isoi-],
.button--white-green:hover i[class^=isoi-] {
    color: #323232
}

.button--video-play {
    margin-top: 60px
}

.button--video-play i[class^=isoi-] {
    padding-left: 0;
    padding-right: 12px;
    font-size: 13px
}

.button--primary {
    background-color: #0072f6;
    color: #fff;
    font-weight: 400;
    padding: 15px 35px;
    max-width: 200px;
    min-height: 45px
}

.button--primary:hover {
    color: #fff;
    background-color: #06d
}

.button--clients {
    background-color: #0072f6;
    font-weight: 600;
    max-width: 100%
}

.button--blue-not-filled {
    height: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-width: 140px;
    font-size: 13px;
    padding: 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: #1476f2;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    white-space: nowrap;
    background: 0 0;
    border: 2px solid #1476f2
}

@media screen and (max-width:575px) {
    .button--blue-not-filled {
        font-size: 14px
    }
}

.button--blue-not-filled [class*=" isoi-"],
.button--blue-not-filled [class^=isoi-] {
    font-size: 12px;
    color: #1476f2;
    padding-left: 12px;
    display: block
}

.button--blue-not-filled:hover {
    background: #005ed7;
    border-color: #005ed7;
    color: #fff
}

.button--blue-not-filled:hover [class*=" isoi-"],
.button--blue-not-filled:hover [class^=isoi-] {
    color: #fff
}

.button--blue-not-filled:active {
    background: #323232;
    border-color: #323232;
    color: #fff
}

.button--blue-not-filled:active [class*=" isoi-"],
.button--blue-not-filled:active [class^=isoi-] {
    color: #fff
}

.cemetery {
    padding: 80px 0 60px;
    background-color: #fff;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.cemetery-about,
.cemetery.mobile-development {
    background-color: unset
}

@media screen and (max-width:767px) {
    .cemetery {
        padding: 61px 0 10px
    }
}

.cemetery .container {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (max-width:767px) {
    .cemetery .button--clear {
        font-size: 14px;
        width: 100%;
        margin-top: -14px;
        padding: 23px 20px
    }
}

.cemetery__title {
    color: #323232;
    margin-bottom: 30px
}

.cemetery__title h1,
.cemetery__title h2 {
    color: #323232;
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
    text-transform: uppercase
}

@media screen and (max-width:767px) {

    .cemetery__title h1,
    .cemetery__title h2 {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 23px
    }
}

.cemetery__title p {
    font-size: 18px;
    line-height: 1.67;
    text-align: center;
    color: #555;
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-top: 20px
}

@media screen and (max-width:1023px) {
    .cemetery__title p {
        font-size: 16px
    }
}

@media screen and (max-width:767px) {
    .cemetery__title p {
        font-size: 14px
    }
}

.cemetery__image {
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100px;
    width: 100%
}

.cemetery__title--center {
    text-align: center
}

.cemetery__title--center h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px
}

.cemetery__title--center p {
    font-size: 16px;
    font-weight: 400
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px
}

@media screen and (max-width:767px) {
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 21px
    }
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 50px;
    height: 2px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0072f6
}

.grid {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.no-padding-10 {
    margin: -10px
}

.no-padding-20 {
    margin: -20px
}

@media screen and (max-width:767px) {
    .no-padding-20 {
        margin: 0 -20px
    }
}

.grid--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

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

.grid--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.column-three {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    max-width: 33%
}

.column-flex-3 {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3
}

.column-flex-4 {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4
}

.column-flex-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

@media screen and (max-width:1023px) {
    .column-flex-2 {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3
    }
}

.column--half {
    max-width: 50%
}

@media screen and (max-width:1023px) {
    .column--half {
        max-width: 100%
    }
}

.column--flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.column--flex-center,
.column--flex-end {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.column--flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mb-40 {
    margin-bottom: 40px
}

.mt-40 {
    margin-top: 40px
}

.p-right-20 {
    padding-right: 20px
}

.p-left-20 {
    padding-left: 20px
}

.p-10 {
    padding: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.p-top-20 {
    padding-top: 20px
}

.p-top-40 {
    padding-top: 40px
}

.p-top-150 {
    padding-top: 150px
}

@media screen and (max-width:1023px) {
    .column-three {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%
    }
}

@media screen and (max-width:767px) {
    .column-three {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%
    }
}

.footer {
    padding: 50px 0 30px;
    max-width: 1200px;
    margin: 0 auto
}

.footer__certified {
    margin: 13px 0 0
}

@media screen and (max-width:1220px) {
    .footer__certified {
        padding: 0 40px
    }
}

@media screen and (max-width:991px) {
    .footer__certified {
        padding: 0 20px
    }
}

.footer__certified--content {
    font-size: 12px;
    line-height: 24px;
    color: #323232
}

.footer__certified--content a {
    text-decoration: underline
}

.footer__flexbox {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 50px;
    font-size: 14px;
    line-height: 1.71;
    border-bottom: 1px solid rgba(50, 50, 50, .06)
}

@media screen and (max-width:1220px) {
    .footer__flexbox {
        padding: 0 40px 50px
    }
}

@media screen and (max-width:1023px) {
    .footer__flexbox {
        padding: 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:767px) {
    .footer__flexbox {
        line-height: 2.43;
        margin: auto;
        border-bottom: none
    }
}

.footer__flexbox-main {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 50px;
    font-size: 14px;
    line-height: 1.71;
    border-bottom: 1px solid rgba(50, 50, 50, .06)
}

@media screen and (max-width:1220px) {
    .footer__flexbox-main {
        padding: 0 40px 50px
    }
}

@media screen and (max-width:1023px) {
    .footer__flexbox-main {
        padding: 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:767px) {
    .footer__flexbox-main {
        line-height: 2.43;
        margin: auto;
        border-bottom: none
    }
}

.footer__menu-wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

@media screen and (max-width:1023px) {
    .footer__menu-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }
}

.footer__copyright {
    font-size: 14px;
    margin-top: 10px;
    padding: 0 30px 0 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media screen and (max-width:1220px) {
    .footer__copyright {
        padding: 0 40px
    }
}

@media screen and (max-width:460px) {
    .footer__copyright {
        margin-top: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer__year {
    font-size: inherit;
    font-weight: 400;
    color: rgba(50, 50, 50, .5)
}

@media screen and (max-width:767px) {
    .footer__year {
        display: block;
        margin-bottom: 10px
    }
}

.footer__privacy {
    color: #323232;
    font-weight: 300;
    border-left: 1px solid rgba(50, 50, 50, .5);
    padding-left: 15px;
    margin-left: 10px
}

.footer__privacy:hover {
    color: #005ed7
}

@media screen and (max-width:767px) {
    .footer__privacy {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
        display: block;
        padding-bottom: 5px
    }
}

.footer__menu {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.31;
    color: #323232
}

@media screen and (max-width:767px) {
    .footer__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__menu .has-dropdown {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0
}

@media screen and (max-width:1023px) {
    .footer__menu .has-dropdown {
        padding: 0 20px 40px;
        width: 50%
    }
}

@media screen and (max-width:767px) {
    .footer__menu .has-dropdown {
        padding: 0;
        width: 100%;
        border-top: 1px solid hsla(0, 0%, 59%, .15)
    }

    .footer__menu .has-dropdown:last-child {
        border-bottom: 1px solid hsla(0, 0%, 59%, .15)
    }
}

.footer__menu .has-dropdown>a {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    font-size: 14px;
    line-height: 1;
    color: #323232
}

.footer__menu .has-dropdown>a:hover {
    color: #005ed7
}

@media screen and (max-width:767px) {
    .footer__menu .has-dropdown>a:before {
        content: "";
        background-image: url(img/icons/arrow-right.svg);
        background-size: contain;
        position: absolute;
        right: 0;
        top: 50%;
        height: 14px;
        width: 7px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }
}

@media screen and (max-width:767px) {
    .footer__menu .has-dropdown>a {
        line-height: 2.86;
        margin-bottom: 0;
        width: 100%
    }
}

.footer__menu .has-dropdown .arrow-down:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

@media screen and (max-width:767px) {
    .footer__menu .sub-menu {
        padding-left: 10px;
        height: 0;
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
}

.footer__menu .sub-menu a {
    color: #323232;
    font-weight: 400
}

.footer__menu .sub-menu a:hover {
    color: #005ed7
}

.footer__about {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px
}

@media screen and (max-width:767px) {
    .footer__about {
        margin-top: 40px;
        padding: 0;
        display: none
    }
}

.footer__about-mobile {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
    display: none
}

@media screen and (max-width:767px) {
    .footer__about-mobile {
        margin-top: 40px;
        padding: 0;
        display: block
    }
}

.footer__office:nth-child(odd) {
    margin-top: 15px;
    display: -ms-grid;
    display: grid
}

.footer__heading {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    margin: 10px 0 14px;
    color: #323232;
    cursor: pointer;
    display: inline-block
}

.footer__heading:hover {
    color: #005ed7
}

.footer__email {
    position: relative;
    color: #1476f2;
    font-size: 14px;
    font-weight: 600
}

.footer__email:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #1476f2;
    transition: transform .45s cubic-bezier(.835, -.005, .06, 1), -webkit-transform .45s cubic-bezier(.835, -.005, .06, 1);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.footer__email:hover {
    color: #005ed7
}

.footer__email:hover:after {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.footer__phone {
    font-size: 14px;
    font-weight: 600;
    color: #323232;
    padding: 8px 0 10px
}

.footer__address {
    font-size: 14px;
    font-weight: 400;
    color: #323232;
    padding-bottom: 10px
}

@media screen and (max-width:1023px) {
    .footer__address {
        max-width: 145px
    }
}

.footer__tel {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 10px;
    color: #1f7aef;
    padding-left: 20px;
    background-image: url(img/icons/tel.png);
    background-repeat: no-repeat
}

.footer__address a.footer__link {
    padding: 0;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400
}

.footer__address a.footer__link:hover i {
    margin-left: 10px
}

.footer__address a.footer__link i {
    margin-left: 0;
    -webkit-transition: margin-left .3s ease;
    transition: margin-left .3s ease
}

@media screen and (max-width:460px) {
    .footer__copy-container {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
        margin-top: 35px
    }
}

@media screen and (max-width:460px) {
    .footer__social {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.form {
    margin-top: 20px;
    margin-left: -7.5px;
    margin-right: -7.5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form--ebook {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
}

.form--ebook span {
    opacity: .7;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    color: #454545
}

.form--ebook span a {
    text-decoration: underline;
    color: #454545
}

.form--ebook .form__submit {
    margin-top: 10px;
    height: 50px;
    margin-bottom: 25px
}

.form--ebook .form-box {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .form--ebook .form-box {
        display: block;
        margin-bottom: 20px
    }
}

.form--ebook .form-box .form-group {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset
}

@media screen and (max-width:767px) {
    .form--ebook .form-box .form-group {
        width: 100%
    }
}

.form--ebook .form-group {
    padding: 0;
    margin-bottom: 20px;
    width: 100%
}

.form--ebook .form-group:after {
    top: 20px
}

.form--ebook .form-group:last-child {
    margin-bottom: 0
}

.form--ebook .form-group input[type=tel] {
    padding: 0 35px 0 20px
}

.form--ebook .form-group input[type=tel],
.form--ebook .form-group input[type=text],
.form--ebook .form-group select {
    width: 100%;
    height: 40px;
    border: 1px solid hsla(0, 0%, 59%, .25);
    font-size: 15px;
    line-height: 1.67;
    padding: 0 35px 0 16px;
    text-align: left;
    color: #323232;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0 !important
}

.form--ebook .form-group::-webkit-input-placeholder {
    font-size: 15pxform --contact--rating;
    line-height: 1.67;
    text-align: left;
    color: #777;
    font-weight: 300;
    font-family: Montserrat
}

.form--ebook .form-group select {
    font-size: 15px;
    line-height: 1.67;
    text-align: left;
    color: #777;
    font-weight: 300;
    font-family: Montserrat;
    -webkit-appearance: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0 35px 0 16px
}

.form--ebook .form-group .form__appearance:before {
    content: "";
    background-image: url(img/arrow-1-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 7px
}

@media screen and (max-width:767px) {
    .form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.form__title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600
}

.form__lead {
    font-size: 12px;
    line-height: 18px;
    color: #bababa;
    padding: 7.5px
}

@media screen and (max-width:1023px) {
    .form__lead {
        font-size: 10px
    }
}

.form__submit {
    height: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-width: 140px;
    font-size: 13px;
    padding: 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: #1476f2;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    white-space: nowrap;
    display: block;
    width: 100%
}

@media screen and (max-width:575px) {
    .form__submit {
        font-size: 14px
    }
}

.form__submit [class*=" isoi-"],
.form__submit [class^=isoi-] {
    font-size: 12px;
    color: #1476f2;
    padding-left: 12px;
    display: block
}

.form__submit:hover {
    background: #005ed7;
    border-color: #005ed7;
    color: #fff
}

.form__submit:hover [class*=" isoi-"],
.form__submit:hover [class^=isoi-] {
    color: #fff
}

.form__submit:active {
    background: #323232;
    border-color: #323232;
    color: #fff
}

.form__submit:active [class*=" isoi-"],
.form__submit:active [class^=isoi-] {
    color: #fff
}

.form__submit--green {
    background: #17ca8e
}

.form__submit--green:hover {
    background: #15da98
}

.form__submit--contact {
    height: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-width: 140px;
    font-size: 13px;
    padding: 0 20px;
    text-transform: uppercase;
    background: #1476f2;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    white-space: nowrap;
    background: 0 0;
    border: 2px solid #fff;
    height: 50px;
    min-width: 220px;
    color: #fff;
    background: #17ca8e;
    border: 2px solid #17ca8e;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: .81;
    text-align: center;
    display: inline-block;
    z-index: 10
}

@media screen and (max-width:575px) {
    .form__submit--contact {
        font-size: 14px
    }
}

.form__submit--contact [class*=" isoi-"],
.form__submit--contact [class^=isoi-] {
    font-size: 12px;
    color: #1476f2;
    padding-left: 12px;
    display: block
}

.form__submit--contact:hover {
    background: #005ed7;
    border-color: #005ed7
}

.form__submit--contact:hover [class*=" isoi-"],
.form__submit--contact:hover [class^=isoi-] {
    color: #fff
}

.form__submit--contact:active {
    background: #323232;
    border-color: #323232;
    color: #fff
}

.form__submit--contact:active [class*=" isoi-"],
.form__submit--contact:active [class^=isoi-] {
    color: #fff
}

.form__submit--contact:hover {
    color: #323232;
    background: #fff;
    border: 2px solid #fff;
    color: #fff;
    background: #15da98;
    border: 2px solid #15da98
}

.form__submit--contact:active {
    color: #323232;
    background: hsla(0, 0%, 88%, .8);
    border: 2px solid hsla(0, 0%, 88%, .1)
}

@media screen and (max-width:1023px) {
    .form__submit--contact {
        max-width: 355px
    }
}

@media screen and (max-width:767px) {
    .form__submit--contact {
        max-width: 100%
    }
}

@media screen and (max-width:320px) {
    .form__submit--contact {
        font-size: 14px;
        padding: 0
    }
}

.form__submit--contact-page {
    max-width: 100%
}

.form__valid-fill {
    color: #fff;
    font-size: 14px;
    text-align: right;
    padding-right: 7.5px;
    width: 100%
}

.form__valid-fill--black {
    color: #000
}

.form__inform-data {
    color: #323232;
    opacity: .6
}

.form__checkbox-label,
.form__inform-data {
    display: inline-block;
    position: relative;
    outline: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal
}

.form__checkbox-label {
    padding-left: 30px;
    color: #fff;
    cursor: pointer
}

.form__checkbox-label:after,
.form__checkbox-label:before {
    background-color: rgba(50, 50, 50, .03);
    border: 1px solid #eaeaea;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 17px;
    width: 17px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.form__checkbox-label:after {
    content: "";
    color: rgba(0, 0, 0, .87);
    opacity: 0;
    width: 9px;
    height: 5px;
    background: 0 0;
    top: 4px;
    left: 4px;
    border: 2px solid #1476f2;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.form__checkbox-label--gray {
    color: rgba(50, 50, 50, .6)
}

.form__checkbox {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    outline: 0;
    z-index: -1;
    width: 17px;
    height: 17px
}

.form__checkbox:checked~label:after {
    opacity: 1
}

.form__select {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    color: rgba(50, 50, 50, .6);
    border-radius: 0;
    border: none;
    cursor: pointer;
    height: 40px;
    width: 100%;
    padding-left: 17px;
    line-height: 1.5
}

.form__appearance:before {
    content: "";
    background-image: url(img/arrow-1-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 7px
}

.form__select-container {
    width: 100%
}

.form__select-container:before {
    content: "";
    background-image: url(img/select-arrow-new.svg);
    background-size: contain;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat
}

.form__select-container .form__select {
    height: 40px;
    border: 1px solid hsla(0, 0%, 59%, .25);
    font-size: 15px;
    line-height: 1.67;
    text-align: left;
    color: #323232
}

.form__textarea {
    border: none;
    border-radius: 0;
    min-height: 120px;
    padding: 17px 35px 0 17px;
    width: 100%;
    resize: none
}

.form__footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 10px;
    height: auto
}

.form__footer_consent {
    margin: 15px 0 25px
}

.form__footer_consent-link {
    text-decoration: underline
}

.form__footer_consent-link:hover {
    text-decoration: none
}

.form__box {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .form__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.form__box .form-group {
    width: 50%
}

@media screen and (max-width:767px) {
    .form__box .form-group {
        width: 100%
    }
}

.form__box--contact-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form__box--contact-page .form-group {
    width: 100%;
    margin-right: 0
}

.form-group {
    color: #000;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    padding: 7.5px
}

.form-group:after {
    content: "";
    position: absolute;
    -webkit-transform: translate(150%, -50%);
    -ms-transform: translate(150%, -50%);
    transform: translate(150%, -50%);
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
    right: 15px;
    top: 50%
}

.form-group .clear-attach {
    display: none;
    position: absolute;
    top: 5px;
    left: -15px;
    padding: 0;
    border: none;
    color: #1476f2;
    width: 20px;
    background-color: transparent
}

.form-group input[type=text] {
    border: none;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    padding: 0 35px 0 20px;
    width: 100%
}

.form-group input[type=file] {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.form-group.has-error {
    color: #e74c3c
}

.form-group.has-error:before {
    display: none
}

.form-group.has-error:after {
    background-image: url(img/icons/has-error.svg);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 17px;
    width: 20px
}

.form-group.has-error .upload__label--white {
    color: #e74c3c
}

.form-group.has-success:not(.js-emptyFiles):before {
    display: none
}

.form-group.has-success:not(.js-emptyFiles):after {
    background-image: url(img/icons/has-success.svg);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 12px;
    width: 16px
}

.form-group.has-success:not(.js-emptyFiles) .upload__label--white {
    color: #26ad5f
}

#attach-error,
#attach-popup-error {
    display: none !important
}

.form-group label.has-error {
    display: inline-block !important;
    color: #d84a4a !important
}

.contact__error {
    display: none;
    color: #cd5c5c;
    text-align: center;
    padding: 5px
}

.upload__label {
    background-color: transparent;
    border: 2px dashed #d0d0d0;
    cursor: pointer;
    text-align: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    line-height: 45px;
    padding: 0 35px 0 50px;
    width: 100%
}

.upload__label i.isoi-upload {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 17px;
    font-size: 17px;
    left: -30px
}

.upload__label span {
    position: relative;
    pointer-events: none;
    line-height: 1
}

.upload__label--white {
    border-color: hsla(0, 0%, 82%, .5);
    color: #fff
}

.flex-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.flex-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.flex-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

@media screen and (max-width:1023px) {
    .flex-3 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

@media screen and (max-width:767px) {
    .flex-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: 0
    }
}

.flex-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:1023px) {
    .flex-4 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 50%
    }

    .flex-4 br {
        display: none
    }
}

@media screen and (max-width:767px) {
    .flex-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 100%
    }
}

.js-thx:not(.thank) {
    color: #000;
    display: none;
    font-size: 18px;
    padding: 15px 0;
    width: 100%
}

.js-delay {
    display: block
}

.thx--contact-page {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    width: 100%
}

@media screen and (max-width:1023px) {
    .form--home {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

.form--home .form-group {
    margin: 15px 0 0
}

@media screen and (max-width:1023px) {
    .form--home .form-group {
        margin: 15px 0 0
    }
}

.form--contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    display: none
}

.form--contact--rating {
    max-width: 455px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form--contact .no-validation-icon {
    margin-bottom: 0;
    width: 100%
}

.form--contact .no-validation-icon:after {
    display: none
}

.form--contact-page {
    max-width: 580px;
    margin: 7px 0 0 53px
}

@media screen and (max-width:575px) {
    .form--contact-page {
        padding: 10px 0;
        margin: 0
    }
}

.form--contact-page .form__box .form__box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:575px) {
    .form--contact-page .form__box .form__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.form--contact-page .form__box .form__box .form-group {
    max-width: 285px
}

@media screen and (max-width:575px) {
    .form--contact-page .form__box .form__box .form-group {
        max-width: 100%
    }
}

.form--contact-page .form__checkbox-label:after {
    top: 6px;
    left: 6px
}

.form--contact-page .form__submit--contact {
    height: 55px
}

.form--contact-page .form__footer_consent {
    margin: -8px 0 7px
}

.form--contact-page .form__checkbox-label:before {
    height: 21px;
    width: 21px;
    top: -2px
}

.form--contact-page .form__checkbox-label {
    margin-top: 8px;
    font-size: 15px
}

.form--contact-page .form__textarea {
    padding: 6px 35px 0 17px;
    min-height: 94px
}

.form--contact-page .form__select {
    height: 27px;
    color: internal-light-dark(#000, #fff) !important
}

.form--contact-page .form__footer {
    margin-bottom: 11px
}

.form--contact-page .form-group {
    margin-bottom: 10px;
    padding: 5px 0
}

.form--contact-page .form-group.upload-wrapper.has-error {
    overflow: visible;
    padding-right: 40px
}

@media screen and (max-width:575px) {
    .form--contact-page .form-group {
        padding: 7.5px 0
    }
}

.form--contact-page .form-group input[type=text] {
    height: 28px;
    padding: 0 35px 0 16px;
    line-height: 30px
}

.form--contact-page .form-group.border {
    border: 1px solid rgba(50, 50, 50, .1);
    background-color: #fff
}

.form-spinner {
    margin: 0 auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.form-spinner>div {
    background-color: #0072f6;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: form-spinner 1.2s infinite ease-in-out;
    animation: form-spinner 1.2s infinite ease-in-out
}

.form-spinner.js-show {
    opacity: 1
}

.form-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.form-spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.form-spinner .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.form-spinner .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

select::-ms-expand {
    display: none
}

body.pages-contacts .form-wrap--contact-page {
    padding: 103px 0 70px
}

@media screen and (max-width:575px) {
    body.pages-contacts .form-wrap--contact-page {
        padding: 30px 0 0
    }
}

body.pages-contacts .static {
    padding-top: 193px
}

.form--contact--rating select {
    font-size: 15px;
    line-height: 1.67;
    text-align: left;
    color: #777 !important;
    font-weight: 300;
    -webkit-appearance: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0 35px 0 16px
}

@-webkit-keyframes form-spinner {

    0%,
    40%,
    to {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes form-spinner {

    0%,
    40%,
    to {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@import "~intl-tel-input/build/css/intlTelInput.css";
@import "https://fonts.googleapis.com/css2?family=PT+Sans&display=swap";

body.pages-contacts-new {
    background-color: #fff
}

@media screen and (min-width:1221px) {
    .pages-contacts .nav {
        background-color: #fff
    }
}

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

    .pages-contacts-new .nav .logo,
    .pages-contacts .nav .logo {

    }
}

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

    .pages-contacts-new .nav .menu-item a.menu-item-link,
    .pages-contacts .nav .menu-item a.menu-item-link {
        color: #323232
    }
}

.case-studies--contacts .main-slider .clients-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.what-our-clients-say h2 {
    text-align: center;
    margin-bottom: 60px
}

@media screen and (max-width:767px) {
    .what-our-clients-say h2 {
        margin-bottom: 0
    }
}

.what-our-clients-say .owl-stage-outer {
    overflow: visible
}

.what-our-clients-say {
    position: relative;
    padding-bottom: 50px;
    overflow: hidden
}

.what-our-clients-say .owl-dots {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.what-our-clients-say .owl-nav {
    display: none
}

.what-our-clients-say .owl-stage {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.what-our-clients-say .owl-dot span {
    width: 50px;
    height: 2px;
    display: inline-block;
    background: hsla(0, 0%, 61%, .3);
    margin: 0 10px
}

@media screen and (max-width:767px) {
    .what-our-clients-say .owl-dot span {
        width: 20px;
        margin: 0 6px
    }
}

.owl-dot.active span {
    border-left: 50px solid #006efa
}

@media screen and (max-width:767px) {
    .owl-dot.active span {
        border-left: 20px solid #006efa
    }
}

.owl-stage-outer {
    overflow: hidden
}

.review-section {
    max-width: 618px;
    margin-top: 20px
}

@media screen and (max-width:991px) {
    .review-section {
        max-width: 514px
    }
}

.review-item {
    padding: 50px 0;
    max-width: 100%;
    margin-right: 134px
}

@media screen and (max-width:991px) {
    .review-item {
        margin-right: 30px
    }
}

@media screen and (max-width:767px) {
    .review-item {
        margin: 30px
    }
}

.review-item__title {
    font-size: 24px;
    font-weight: 600;
    padding-left: 30px;
    border-left: 4px solid #1476f2;
    margin-bottom: 40px
}

.review-item__description {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: justify;
    line-height: 23px
}

.review-item__author {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: 600
}

.review-item__author img {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    margin-bottom: 26px
}

.case-studies--contacts {
    padding-top: 50px;
    background: #fafafa
}

#contact-hero-section {
    background: -webkit-linear-gradient(246.64deg, #2a82f2 32.5%, #1865c7 77.87%);
    background: linear-gradient(203.36deg, #2a82f2 32.5%, #1865c7 77.87%);
    padding-top: 80px
}

#contact-hero-section .contact-section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    font-family: Montserrat;
    padding: 40px 0 65px
}

@media screen and (max-width:991px) {
    #contact-hero-section .contact-section {
        padding-top: 20px
    }
}

#contact-hero-section .contact-section .contact-info {
    width: 49%;
    padding-top: 33px
}

@media screen and (max-width:991px) {
    #contact-hero-section .contact-section .contact-info {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

#contact-hero-section .contact-section .contact-info .our-offices__title {
    color: #fff
}

#contact-hero-section .contact-section .contact-info .our-offices__list {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#contact-hero-section .contact-section .contact-info .our-offices__list li {
    width: 50%;
    margin-top: 45px;
    color: #fff
}

#contact-hero-section .contact-section .contact-info .our-offices__list li h4 {
    font-size: 24px;
    margin-bottom: 15px;
    padding-left: 34px;
    background-size: 24px 24px;
    background-repeat: no-repeat
}

#contact-hero-section .contact-section .contact-info .our-offices__list li h4.us {
    background-image: url(img/us.png)
}

#contact-hero-section .contact-section .contact-info .our-offices__list li h4.gb {
    background-image: url(img/gb.png)
}

#contact-hero-section .contact-section .contact-info .our-offices__list li h4.nr {
    background-image: url(img/nr.png)
}

@media screen and (max-width:767px) {
    #contact-hero-section .contact-section .contact-info .our-offices__list li {
        font-size: 20px
    }
}

#contact-hero-section .contact-section .contact-info .our-offices__list li a {
    font-size: 24px;
    color: #fff
}

@media screen and (max-width:767px) {
    #contact-hero-section .contact-section .contact-info .our-offices__list li a {
        font-size: 16px
    }
}

#contact-hero-section .contact-section .contact-info .career-email {
    margin-top: 70px
}

#contact-hero-section .contact-section .contact-info .career-email__title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 22px
}

#contact-hero-section .contact-section .contact-info .career-email__link {
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
    background: url(img/icons/envelope.svg) no-repeat;
    padding-left: 30px
}

#contact-hero-section .contact-section .contact-info .rating-items {
    margin-top: 100px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:991px) {
    #contact-hero-section .contact-section .contact-info .rating-items {
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

#contact-hero-section .contact-section .contact-info .rating-items__item {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767px) {
    #contact-hero-section .contact-section .contact-info .rating-items__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    #contact-hero-section .contact-section .contact-info .rating-items__item svg {
        width: 28px;
        height: 28px
    }
}

#contact-hero-section .contact-section .contact-info .rating-items__item .stars {
    font-size: 22px;
    margin-bottom: 5px
}

@media screen and (max-width:767px) {
    #contact-hero-section .contact-section .contact-info .rating-items__item .stars {
        font-size: 14px
    }

    #contact-hero-section .contact-section .contact-info .rating-items__item .stars svg {
        height: 12px;
        width: 87px
    }
}

#contact-hero-section .contact-section .contact-info .rating-items__text {
    color: #fff;
    font-size: 12px;
    margin-left: 20px;
    fill: #fff
}

@media screen and (max-width:767px) {
    #contact-hero-section .contact-section .contact-info .rating-items__text {
        margin-left: 0;
        margin-top: 8px;
        font-size: 9px
    }
}

#contact-hero-section .form-wrap__flexbox,
#contact-hero-section .form-wrap__flexbox .form-group,
#contact-hero-section .form-wrap__flexbox .form__footer .form__checkbox-label {
    font-family: Montserrat
}

@media screen and (max-width:991px) {
    #contact-hero-section .form-wrap__flexbox {
        width: 100%;
        margin: 0 auto;
        border-radius: 10px
    }
}

#contact-hero-section .form-wrap__flexbox h1 {
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 20px
}

#contact-hero-section .form-wrap__flexbox .form__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#contact-hero-section .form-wrap__flexbox .form__footer .form__submit--contact {
    background: #f54d4d;
    border-color: #f54d4d;
    width: 100%;
    max-width: 100%;
    margin-top: 50px
}

.contacts-ranking {
    width: 100%;
    height: 300px;
    background: #fff
}

@media screen and (max-width:767px) {
    .contacts-ranking {
        height: auto
    }
}

.contacts-ranking .owl-stage-outer {
    padding: 70px 0
}

.contact-section {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-section.contact-section-new {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    font-family: Source Sans Pro;
    padding: 40px 0 65px
}

@media screen and (max-width:767px) {
    .contact-section.contact-section-new {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.contact-section.contact-section-new .contact-info {
    width: 49%
}

@media screen and (max-width:991px) {
    .contact-section.contact-section-new .contact-info {
        width: 50%
    }
}

@media screen and (max-width:767px) {
    .contact-section.contact-section-new .contact-info {
        width: 100%
    }
}

.contact-section.contact-section-new .contact-info img {
    margin-bottom: 21px;
    width: 100%
}

.contact-section.contact-section-new .contact-info h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 9px
}

.contact-section.contact-section-new .contact-info p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 35px;
    color: #323232
}

.contact-section.contact-section-new .contact-info .title-link {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 34px
}

.contact-section.contact-section-new .contact-info .title-link h2 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 36px;
    line-height: 34px
}

@media screen and (max-width:991px) {
    .contact-section.contact-section-new .contact-info .title-link h2 {
        font-size: 32px
    }
}

.contact-section.contact-section-new .contact-info .title-link a {
    background: #f0f6ff;
    border-radius: 4px;
    padding: 6px 12px;
    text-transform: capitalize;
    color: #1476f2;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    font-family: Montserrat
}

.contact-section.contact-section-new .contact-info ul {
    margin-top: 15px
}

.contact-section.contact-section-new .contact-info ul li {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 33px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.contact-section.contact-section-new .contact-info ul li p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px
}

.contact-section.contact-section-new .contact-info ul li span {
    font-family: PT Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #323232
}

.contact-section.contact-section-new .contact-info ul li img {
    width: 100%;
    height: 100%;
    margin-right: 27px;
    max-width: 76px
}

.contact-section.contact-section-new .form-wrap__flexbox {
    position: absolute;
    right: 0;
    top: -273px;
    z-index: 100;
    width: 50%
}

@media screen and (max-width:991px) {
    .contact-section.contact-section-new .form-wrap__flexbox {
        position: unset;
        width: 45%
    }
}

@media screen and (max-width:767px) {
    .contact-section.contact-section-new .form-wrap__flexbox {
        width: 100%
    }
}

.contact-section .privacy__text a {
    color: #1476f2 !important
}

.contact-section .contact-information {
    background: #1865c7;
    border-radius: 4px;
    padding: 123px 40px;
    font-family: Source Sans Pro;
    margin: 50px 0;
    width: 45%;
    max-width: 360px;
    max-height: 540px;
    z-index: 10
}

@media screen and (max-width:767px) {
    .contact-section .contact-information {
        margin: 0;
        width: 100%;
        max-width: 499px;
        border-radius: 0;
        padding: 40px 20px 20px
    }
}

.contact-section .contact-information ul {
    list-style: none;
    counter-reset: my-awesome-counter
}

.contact-section .contact-information ul li {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 28px;
    counter-increment: my-awesome-counter;
    padding-left: 47px;
    position: relative
}

.contact-section .contact-information ul li:before {
    content: counter(my-awesome-counter) "";
    width: 28px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    background-color: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    color: #fff;
    left: 0;
    position: absolute;
    top: 0
}

.contact-section .contact-information p {
    font-weight: 600;
    font-size: 24px;
    line-height: 13px;
    margin-bottom: 41px;
    text-transform: uppercase
}

.contact-section .contact-information__subheader {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    color: #fff
}

.contact-section .privacy__text {
    margin-top: 0;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .02em
}

.contact-section .upload__label span {
    color: #757575;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-section h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 34px;
    text-transform: capitalize;
    color: #323232;
    margin-bottom: 36px
}

@media screen and (max-width:991px) {
    .contact-section h3 {
        font-size: 32px
    }
}

@media screen and (max-width:991px) {
    .contact-section {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media screen and (max-width:767px) {
    .contact-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.contact-section .contact-about-wrap {
    width: 55%;
    padding: 38px 0 58px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:1400px) {
    .contact-section .contact-about-wrap {
        padding: 20px 20px 30px 0
    }
}

@media screen and (max-width:991px) {
    .contact-section .contact-about-wrap {
        width: 49%
    }
}

@media screen and (max-width:767px) {
    .contact-section .contact-about-wrap {
        width: 100%;
        padding: 0
    }
}

.contact-section .contact-about-wrap .contact-about-header {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.13;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 54px
}

@media screen and (max-width:991px) {
    .contact-section .contact-about-wrap .contact-about-header {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 40px
    }
}

@media screen and (max-width:767px) {
    .contact-section .contact-about-wrap .contact-about-header {
        max-width: 350px;
        line-height: 38px;
        margin-bottom: 15px
    }
}

.contact-section .contact-about-wrap .contact-about-stats {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    max-width: 570px;
    height: 150px;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 14px;
    margin-bottom: 94px
}

@media screen and (max-width:1400px) {
    .contact-section .contact-about-wrap .contact-about-stats {
        margin: 0 auto 70px
    }
}

@media screen and (max-width:991px) {
    .contact-section .contact-about-wrap .contact-about-stats {
        height: 111px;
        border-radius: 7px
    }
}

@media screen and (max-width:767px) {
    .contact-section .contact-about-wrap .contact-about-stats {
        margin: 21px auto 41px;
        height: 95px
    }
}

@media screen and (max-width:480px) {
    .contact-section .contact-about-wrap .contact-about-stats {
        width: 100%
    }
}

.contact-section .contact-about-wrap .contact-about-stats .stat-item {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
    color: #fff
}

.contact-section .contact-about-wrap .contact-about-stats .stat-item:not(:last-child) {
    border-right: 1px solid hsla(0, 0%, 100%, .5)
}

.contact-section .contact-about-wrap .contact-about-stats .stat-item .stat-num {
    display: block;
    margin: 0 auto;
    font-size: 60px
}

@media screen and (max-width:1023px) {
    .contact-section .contact-about-wrap .contact-about-stats .stat-item .stat-num {
        font-size: 40px
    }
}

@media screen and (max-width:991px) {
    .contact-section .contact-about-wrap .contact-about-stats .stat-item .stat-num {
        font-size: 30px;
        line-height: 30px
    }
}

@media screen and (max-width:767px) {
    .contact-section .contact-about-wrap .contact-about-stats .stat-item .stat-num {
        margin-bottom: 4px
    }
}

@media screen and (max-width:480px) {
    .contact-section .contact-about-wrap .contact-about-stats .stat-item .stat-num {
        font-size: 35px;
        line-height: 1.29
    }
}

.contact-section .contact-about-wrap .contact-about-stats .stat-item .stat-desc {
    display: block;
    margin: 0 auto;
    width: 96px;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase
}

@media screen and (max-width:1023px) {
    .contact-section .contact-about-wrap .contact-about-stats .stat-item .stat-desc {
        font-size: 14px
    }
}

@media screen and (max-width:991px) {
    .contact-section .contact-about-wrap .contact-about-stats .stat-item .stat-desc {
        font-size: 10px;
        line-height: 13px
    }
}

@media screen and (max-width:480px) {
    .contact-section .contact-about-wrap .contact-about-stats .stat-item .stat-desc {
        font-size: 10px;
        width: 78px
    }
}

.contact-section .form-wrap__flexbox {
    position: relative;
    width: 55%;
    max-width: 499px;
    padding: 36px 28px 21px;
    background-color: #fff;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Source Sans Pro;
    -webkit-box-shadow: 15px 0 40px rgba(0, 0, 0, .1);
    box-shadow: 15px 0 40px rgba(0, 0, 0, .1);
    border-radius: 8px
}

@media screen and (max-width:1400px) {
    .contact-section .form-wrap__flexbox {
        padding: 33px 50px
    }
}

@media screen and (max-width:1023px) {
    .contact-section .form-wrap__flexbox {
        padding: 15px
    }
}

@media screen and (max-width:991px) {
    .contact-section .form-wrap__flexbox {
        margin-right: 0;
        width: 51%;
        padding: 30px 15px
    }
}

@media screen and (max-width:767px) {
    .contact-section .form-wrap__flexbox {
        padding: 20px;
        width: 100%;
        border-radius: 0
    }
}

.contact-section .form-wrap__flexbox .form__box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:1023px) {
    .contact-section .form-wrap__flexbox .form__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

@media screen and (max-width:767px) {
    .contact-section .form-wrap__flexbox .form__box {
        max-width: 100%
    }
}

.contact-section .form-wrap__flexbox .form__box .form-group {
    max-width: 215px
}

@media screen and (max-width:1023px) {
    .contact-section .form-wrap__flexbox .form__box .form-group {
        max-width: 355px
    }
}

@media screen and (max-width:767px) {
    .contact-section .form-wrap__flexbox .form__box .form-group {
        max-width: 100%
    }
}

.contact-section .form-wrap__flexbox .form-group {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    max-width: 443px;
    margin-bottom: 15px;
    padding: 0;
    color: rgba(50, 50, 50, .6);
    border: none;
    font-family: Source Sans Pro
}

.contact-section .form-wrap__flexbox .form-group.form-group-radio {
    margin-bottom: 20px
}

.contact-section .form-wrap__flexbox .form-group.has-error label.label {
    top: -11px;
    color: #c64a4a;
    background-color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 0 5px
}

.contact-section .form-wrap__flexbox .form-group.has-success label.label {
    top: -11px;
    color: #1476f2;
    background-color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 0 5px
}

.contact-section .form-wrap__flexbox .form-group #phone-number,
.contact-section .form-wrap__flexbox .form-group #phone-number-popup {
    padding-left: 55px
}

@media screen and (max-width:1400px) {
    .contact-section .form-wrap__flexbox .form-group {
        margin-bottom: 14px;
        font-size: 14px
    }
}

@media screen and (max-width:991px) {
    .contact-section .form-wrap__flexbox .form-group {
        margin-bottom: 12px
    }
}

@media screen and (max-width:767px) {
    .contact-section .form-wrap__flexbox .form-group {
        margin-bottom: 18px;
        max-width: 100%
    }
}

.contact-section .form-wrap__flexbox .form-group .form__select {
    height: 40px;
    border: 1px solid rgba(50, 50, 50, .1)
}

@media screen and (max-width:1400px) {
    .contact-section .form-wrap__flexbox .form-group .form__select {
        line-height: 34px;
        font-size: 15px
    }
}

.contact-section .form-wrap__flexbox .form-group .form__radio {
    padding-right: 10px
}

.contact-section .form-wrap__flexbox .form-group .form__radio:after {
    content: "";
    position: absolute;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
    right: 15px;
    top: 50%
}

.contact-section .form-wrap__flexbox .form-group .form__radio.has-success:after {
    background-image: url(img/icons/has-success.svg);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 12px;
    width: 16px
}

.contact-section .form-wrap__flexbox .form-group .form__radio.has-error:after {
    background-image: url(img/icons/has-error.svg);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 17px;
    width: 20px
}

.contact-section .form-wrap__flexbox .form-group .form__radio.has-error .radio-error {
    display: block
}

.contact-section .form-wrap__flexbox .form-group .form__radio .radio-error {
    display: none
}

.contact-section .form-wrap__flexbox .form-group .form__radio label {
    background: #f0f6ff;
    border-radius: 80px;
    font-size: 16px;
    line-height: 18px;
    color: #1476f2;
    cursor: pointer;
    padding: 9px 12px;
    display: inline-block;
    margin-bottom: 14px;
    margin-right: 6px
}

.contact-section .form-wrap__flexbox .form-group .form__radio label:hover {
    background: #1476f2;
    color: #fff
}

.contact-section .form-wrap__flexbox .form-group input[type=text] {
    padding: 0 35px 0 19px;
    height: 36px;
    width: 100%;
    vertical-align: middle;
    color: #323232;
    border: 1px solid #eaeaea;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 4px
}

@media screen and (max-width:1400px) {
    .contact-section .form-wrap__flexbox .form-group input[type=text] {
        line-height: 34px;
        font-size: 15px
    }
}

@media screen and (max-width:767px) {
    .contact-section .form-wrap__flexbox .form-group input[type=text] {
        max-width: 100%
    }
}

.contact-section .form-wrap__flexbox .form-group input[type=radio] {
    position: absolute;
    left: -9999px
}

.contact-section .form-wrap__flexbox .form-group input[type=radio]:checked+label {
    background: #1476f2;
    color: #fff
}

.contact-section .form-wrap__flexbox .form-group label.phone-label {
    padding-left: 40px;
    z-index: 100
}

.contact-section .form-wrap__flexbox .form-group label.phone-label.selected {
    left: 50px
}

.contact-section .form-wrap__flexbox .form-group label.label {
    position: absolute;
    top: 6px;
    z-index: 10;
    left: 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #757575;
    font-size: 16px;
    line-height: 24px
}

.contact-section .form-wrap__flexbox .form-group label.label.selected+input {
    border-color: #1476f2
}

.contact-section .form-wrap__flexbox .form-group label.label.selected {
    top: -11px;
    color: #1476f2;
    background-color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 0 5px
}

.contact-section .form-wrap__flexbox .form-group input[type=file] {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(50, 50, 50, .1)
}

.contact-section .form-wrap__flexbox .form-group--description {
    padding: 0;
    margin-bottom: 10px;
    position: relative
}

.contact-section .form-wrap__flexbox .form-group--description .form__footer {
    position: absolute;
    right: -9px;
    bottom: 3px;
    max-width: 120px;
    margin-bottom: 0
}

.contact-section .form-wrap__flexbox .form-group--description .form__textarea {
    color: #323232;
    padding: 10px 35px 0 19px;
    height: 100px;
    min-height: auto;
    border: 1px solid rgba(50, 50, 50, .1);
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 4px
}

@media screen and (max-width:1400px) {
    .contact-section .form-wrap__flexbox .form-group--description .form__textarea {
        height: 85px
    }
}

.contact-section .form-wrap__flexbox .form__footer {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:1400px) {
    .contact-section .form-wrap__flexbox .form__footer {
        margin: 0 auto 27px
    }
}

@media screen and (max-width:767px) {
    .contact-section .form-wrap__flexbox .form__footer {
        max-width: 100%
    }
}

.contact-section .form-wrap__flexbox .form__footer .no-validation-icon {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 110px;
    margin: 0;
    width: auto;
    border: none
}

.contact-section .form-wrap__flexbox .form__footer .form__checkbox-label {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.67;
    color: rgba(50, 50, 50, .6);
    font-family: Source Sans Pro
}

@media screen and (max-width:420px) {
    .contact-section .form-wrap__flexbox .form__footer .form__checkbox-label {
        font-size: 12px;
        line-height: 2.2
    }
}

.contact-section .form-wrap__flexbox .form__footer .form__checkbox-label:before {
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: rgba(50, 50, 50, .03);
    border: 1px solid #eaeaea;
    border-radius: 4px
}

.contact-section .form-wrap__flexbox .form__footer .form__checkbox-label:after {
    top: 8px;
    left: 6px;
    border-left: 2px solid #1476f2;
    border-bottom: 2px solid #1476f2
}

.contact-section .form-wrap__flexbox .form__footer .upload-wrapper {
    height: 30px;
    margin: 0;
    border: none;
    overflow: visible
}

.contact-section .form-wrap__flexbox .form__footer .upload-wrapper.has-error {
    padding-right: 40px;
    max-width: 160px
}

.contact-section .form-wrap__flexbox .form__footer .upload-wrapper .upload__label {
    padding: 0;
    height: 25px;
    color: #1476f2;
    border: none;
    font-size: 12px;
    line-height: 22px
}

.contact-section .form-wrap__flexbox .form__footer .upload-wrapper .upload__label i {
    padding-right: 5px;
    font-size: 17px
}

@media screen and (max-width:420px) {
    .contact-section .form-wrap__flexbox .form__footer .upload-wrapper .upload__label {
        font-size: 12px
    }
}

.contact-section .form-spinner {
    position: absolute;
    bottom: 40px
}

.form-choose-file {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 125px;
    height: 30px;
    margin: 0;
    width: auto;
    border: none
}

@media screen and (max-width:767px) {
    .form-choose-file {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%
    }
}

.form-choose-file .clear-attach {
    display: none;
    position: absolute;
    top: 10px;
    left: -20px;
    padding: 0;
    border: none;
    color: #1476f2;
    width: 20px;
    background-color: transparent
}

.form-choose-file .uploaded__label {
    padding: 0;
    height: 25px;
    font-size: 15px;
    line-height: 1.67;
    color: #1476f2;
    border: none;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .form-choose-file .uploaded__label {
        font-size: 14px
    }
}

.form-choose-file .uploaded__label i {
    padding-right: 12px
}

.agreement__text {
    opacity: .46;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #323232;
    margin-top: 20px
}

.agreement__text a {
    color: #323232 !important;
    text-decoration: underline
}

.privacy__text {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #323232 !important;
    opacity: .6;
    margin-top: 20px
}

.privacy__text a {
    color: #323232 !important;
    text-decoration: underline
}

.form-submitted .form-wrap__left,
.form-submitted .form-wrap__right .form__title {
    display: none
}

.form-submitted .thx {
    position: relative;
    padding: 40px 88px 50px
}

@media(max-width:767px) {
    .form-submitted .thx {
        padding: 40px 20px 50px
    }
}

.form-submitted .thx:before {
    content: "";
    position: absolute;
    left: -59px;
    top: 15px;
    width: 118px;
    height: 188px;
    background-size: cover;
    background-image: url(img/3x.png)
}

@media(max-width:767px) {
    .form-submitted .thx:before {
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        top: 50%;
        width: 80px;
        height: 127px
    }
}

.form-submitted .js-thx {
    padding: 0;
    max-width: 406px;
    margin: 0 auto;
    border: 1px solid;
    text-align: center
}

.form-submitted .js-thx span {
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 40px;
    line-height: 50px
}

@media(max-width:767px) {
    .form-submitted .js-thx span {
        margin-bottom: 160px;
        font-size: 24px
    }
}

.form-submitted .js-thx .form__submit {
    line-height: 41px
}

@media(max-width:767px) {
    .form-submitted .js-thx .form__submit {
        max-width: 170px;
        margin: 0 auto
    }
}

.form-wrap {
    background-image: url(img/bg-ebook.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 42px 0 39px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:1280px) {
    .form-wrap--contact .container {
        width: 860px
    }
}

@media(max-width:1023px) {
    .form-wrap {
        position: relative
    }
}

.form-wrap__flexbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form-wrap__flexbox--contact-page {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto
}

@media screen and (max-width:1023px) {
    .form-wrap__flexbox--contact-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.form-wrap__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%
}

.form-wrap__right {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4
}

@media screen and (min-width:768px) {
    .form-wrap__right {
        min-height: 161px
    }
}

@media screen and (max-width:1023px) {
    .form-wrap__right {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3
    }
}

.form-wrap__title {
    text-transform: uppercase;
    position: relative;
    color: #0072f6;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px
}

@media(max-width:767px) {
    .form-wrap__title {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 40px;
        padding-right: 40px
    }
}

.form-wrap__title:before {
    content: "";
    background-image: url(img/icon-ebook.svg);
    position: absolute;
    left: 0;
    bottom: -68px;
    width: 37px;
    height: 50px
}

@media(max-width:767px) {
    .form-wrap__title:before {
        top: 10px;
        right: 0;
        left: auto
    }
}

.form-wrap__lead {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 10px;
    width: 100%
}

.form-wrap--nobg {
    background: 0 0;
    color: #000;
    padding: 0;
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.form-wrap--nobg:nth-child(2n) {
    margin-top: 70px
}

.form-wrap__title--home {
    color: #000;
    font-size: 26px;
    line-height: 1;
    margin: 0;
    text-transform: none
}

@media screen and (max-width:767px) {
    .form-wrap__title--home {
        font-size: 24px
    }
}

.form-wrap__title--home:before {
    display: none
}

.form-wrap--contact {
    padding: 80px 0;
    background-image: url(img/form-ratings/contact-form-background.webp);
    width: 100%
}

@media screen and (max-width:1400px) {
    .form-wrap--contact {
        padding: 60px 0
    }
}

@media screen and (max-width:767px) {
    .form-wrap--contact {
        background-image: url(img/form-ratings/contact-form-background.webp)
    }
}

@media screen and (min-width:1280px) {
    .form-wrap--contact .container {
        width: 1148px
    }
}

.form-wrap__title--contact {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px
}

.form-wrap__title--contact span {
    color: #0072f6
}

@media screen and (max-width:767px) {
    .form-wrap__title--contact {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 35px;
        padding: 0
    }
}

.form-wrap__title--contact:before {
    display: none
}

.form-wrap__title--contact-page {
    color: #000;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 30px;
    width: 333px;
    letter-spacing: 1.4px
}

.form-wrap__title--contact-page:before {
    display: none
}

@media screen and (max-width:1023px) {
    .form-wrap__title--contact-page {
        margin-bottom: 50px;
        width: 100%
    }
}

@media screen and (max-width:575px) {
    .form-wrap__title--contact-page {
        letter-spacing: 0;
        font-size: 22px !important
    }
}

.form-wrap--contact-page {
    background-image: none;
    padding: 70px 0
}

@media screen and (max-width:767px) {
    .form-wrap--contact-page {
        padding: 50px 0
    }
}

.new-thanks-wrap .js-thx span {
    display: inline-block;
    margin-bottom: 20px
}

.autocomplete {
    position: relative;
    display: inline-block
}

.autocomplete-items {
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 10000;
    top: 100%;
    left: 0;
    right: 0
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4
}

.autocomplete-items div:hover {
    background-color: #e9e9e9
}

.autocomplete-active {
    background-color: #1e90ff !important;
    color: #fff
}

.ui-autocomplete {
    width: 355px !important;
    background-color: #fff;
    z-index: 100
}

@media screen and (max-width:991px) {
    .ui-autocomplete {
        width: 341px !important
    }
}

@media screen and (max-width:767px) {
    .ui-autocomplete {
        width: 415px !important
    }
}

@media screen and (max-width:575px) {
    .ui-autocomplete {
        width: 295px !important
    }
}

.ui-autocomplete .ui-menu-item {
    border: 1px solid rgba(50, 50, 50, .1)
}

.ui-autocomplete .ui-menu-item div {
    -webkit-appearance: none;
    appearance: none;
    color: rgba(50, 50, 50, .6);
    border-radius: 0;
    border: none;
    cursor: pointer;
    width: 100%;
    padding-left: 17px;
    line-height: 1.5
}

.iti {
    width: 100%
}

.iti__flag-container {
    padding-left: 7px;
    z-index: 100
}

.form__submit--contact {
    font-family: Montserrat, Arial, sans-serif;
    border-radius: 4px;
    max-width: 164px;
    margin: 0 0 0 auto;
    height: 42px;
    min-width: auto
}

@media screen and (max-width:575px) {
    .form__submit--contact {
        max-width: 50%
    }
}

.form-wrap--contact {
    background-image: none;
    position: relative
}

.form-wrap--contact:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(img/form-ratings/contact-form-background.webp);
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 468px
}

@media screen and (max-width:767px) {
    .form-wrap--contact:before {
        height: 100%
    }
}

.iti__selected-flag {
    padding: 0 6px 0 15px !important
}

.iti__flag-container {
    padding-left: 0
}

.iti__flag {
    border-radius: 2px
}

.iti:after {
    content: "";
    position: absolute;
    -webkit-transform: translate(150%, -50%);
    -ms-transform: translate(150%, -50%);
    transform: translate(150%, -50%);
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
    right: 15px;
    top: 50%
}

.iti.has-error:after {
    background-image: url(img/icons/has-error.svg);
    height: 17px;
    width: 20px
}

.iti.has-error:after,
.iti.has-success:after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.iti.has-success:after {
    background-image: url(img/icons/has-success.svg);
    height: 12px;
    width: 16px
}

#phone-no-success:after {
    background-image: none !important
}

.no-bottom-padding {
    padding-bottom: 40px !important
}

.contacts-flag-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle
}

.contact-new-info {
    font-family: Source Sans Pro;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    padding-bottom: 100px
}

@media screen and (max-width:991px) {
    .contact-new-info {
        padding-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0
    }

    .contact-new-info>* {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        margin-bottom: 15px
    }
}

@media screen and (max-width:575px) {
    .contact-new-info>* {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important
    }
}

.contact-new-info__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
}

.contact-new-info__item a.phone-num {
    font-size: 18px;
    line-height: 30px;
    color: #323232
}

.contact-new-info__item a.phone-num:hover {
    text-decoration: underline;
    color: #000
}

.contact-new-info__item a.email {
    font-size: 18px;
    line-height: 30px;
    color: #1476f2
}

.contact-new-info__item a.email:hover {
    text-decoration: underline
}

.contact-new-info__item h4 {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    color: #323232
}

.contact-new-info__item h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-size: cover
}

.contact-new-title {
    font-family: Source Sans Pro;
    font-size: 36px;
    line-height: 34px;
    text-transform: capitalize;
    color: #323232;
    margin-bottom: 33px
}

@media screen and (max-width:991px) {
    .contact-new-title {
        font-size: 32px
    }
}

.contact-hero-map {
    padding-top: 160px;
    padding-bottom: 160px;
    background-image: url(img/map3.png);
    background-position: 100%;
    background-repeat: no-repeat
}

@media screen and (max-width:991px) {
    .contact-hero-map {
        padding-top: 350px;
        padding-bottom: 50px;
        background-position: top
    }
}

@media screen and (max-width:767px) {
    .contact-hero-map {
        padding-top: 180px;
        background-position: center -80px;
        background-size: 140%
    }
}

@media screen and (min-width:1221px) {
    .pages-contacts-new .nav {
        -webkit-box-shadow: 0 4px 15px hsla(0, 0%, 62%, .25);
        box-shadow: 0 4px 15px hsla(0, 0%, 62%, .25)
    }
}

.reviews-slider {
    width: 40%;
    position: relative;
    padding-bottom: 50px
}

@media screen and (max-width:991px) {
    .reviews-slider {
        width: 90%;
        margin: 0 auto
    }
}

@media screen and (max-width:767px) {
    .reviews-slider {
        width: 100%
    }
}

.section-row {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pages-contacts-new .stars {
    font-size: 22px;
    margin-bottom: 5px;
    color: #e60010;
    fill: #e60010
}

.cases-wrap .owl-stage,
.contacts-form-ranking .owl-stage,
.reviews-slider .owl-stage {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cases-wrap .owl-nav,
.contacts-form-ranking .owl-nav,
.reviews-slider .owl-nav {
    display: none
}

.cases-wrap .owl-dots,
.contacts-form-ranking .owl-dots,
.reviews-slider .owl-dots {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0
}

.cases-wrap .owl-dots span,
.contacts-form-ranking .owl-dots span,
.reviews-slider .owl-dots span {
    width: 50px;
    height: 2px;
    display: inline-block;
    background: hsla(0, 0%, 61%, .3);
    margin: 0 10px
}

.reviews-slider .owl-dot {
    width: 40px;
    overflow: hidden
}

.reviews-item {
    margin-right: 20px
}

.reviews-item__head {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767px) {
    .reviews-item__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.reviews-item__head img {
    width: 60px;
    height: 60px;
    margin-right: 26px;
    border-radius: 50%
}

@media screen and (max-width:767px) {
    .reviews-item__head img {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.reviews-item__reviewer {
    font-weight: 600
}

@media screen and (max-width:767px) {
    .reviews-item__reviewer {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.reviews-item__reviewer>span {
    display: block;
    margin-bottom: 10px
}

.reviews-item__title {
    font-weight: 600;
    font-size: 24px;
    margin-top: 30px
}

.reviews-item__description {
    margin-top: 50px;
    line-height: 23px
}

.phones-layout {
    background: #fafafa;
    padding: 50px 0 130px
}

@media screen and (max-width:991px) {
    .phones-layout {
        padding: 50px 0
    }
}

@media screen and (max-width:767px) {
    .phones-layout {
        padding: 30px 0 10px
    }
}

.phones-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .phones-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.phones-item {
    font-size: 18px
}

@media screen and (max-width:767px) {
    .phones-item {
        width: 50%;
        margin-bottom: 30px
    }
}

.phones-item__title {
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 30px;
    background-position: 0 -4px !important
}

.phones-item__title.us {
    background: url(img/us.png) no-repeat
}

.phones-item__title.gb {
    background: url(img/gb.png) no-repeat
}

.phones-item__title.nr {
    background: url(img/nr.png) no-repeat
}

.pages-contacts-new #contact-hero-section {
    background: #fff
}

.pages-contacts-new #contact-hero-section .contact-section {
    padding-top: 0
}

.pages-contacts-new .contacts-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px
}

.pages-contacts-new .contact-section .form-wrap__flexbox {
    margin-top: -150px
}

.pages-contacts-new #contact-hero-section .contact-section .contact-info .rating-items__text {
    color: inherit
}

.cases-wrap {
    position: relative;
    padding-bottom: 50px;
    margin: 0 -10px
}

.cases-item {
    position: relative;
    margin: 0 10px
}

.cases-item__image {
    margin-bottom: 36px
}

.cases-item__image img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.cases-item__tag {
    color: #757575;
    margin-bottom: 20px;
    font-size: 12px
}

.cases-item__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px
}

.cases-item__flag {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 25px;
    background-size: 20px !important
}

.cases-item__flag.us {
    background: url(img/us.png) 0 no-repeat
}

.cases-item__flag.gb {
    background: url(img/gb.png) 0 no-repeat
}

.cases-item__flag.nr {
    background: url(img/nr.png) 0 no-repeat
}

.cases-item__flag.sw {
    background: url(img/Sweden_flag.png) 0 no-repeat
}

.cases-item__flag.ch {
    background: url(img/China_flag.png) 0 no-repeat
}

.cases-item__description {
    font-size: 16px;
    line-height: 25px
}

.cases-item__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cases-flat {
    padding-bottom: 50px
}

@media screen and (max-width:767px) {
    .cases-flat {
        overflow: hidden
    }
}

.contacts-form-ranking .ranking__item:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.contacts-form-ranking {
    padding-top: 30px;
    position: relative
}

@media screen and (max-width:767px) {
    .contacts-form-ranking {
        overflow: hidden
    }
}

.contacts-form-ranking .owl-carousel .owl-stage-outer {
    height: 200px;
    padding-top: 60px
}

.form-mobile-section {
    display: none
}

@media screen and (max-width:767px) {
    .form-mobile-section {
        display: block;
        padding-top: 80px
    }
}

.form-mobile-section .form-wrap__flexbox h3 {
    text-transform: uppercase
}

.form-mobile-section .form-wrap__flexbox .form__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width:767px) {
    .pages-contacts-new .contact-section .form-wrap__flexbox {
        margin-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.form-mobile-section .form-wrap__flexbox .form__footer .form__submit--contact {
    background: #f54d4d;
    border-color: #f54d4d;
    width: 100%;
    max-width: 100%;
    margin-top: 50px
}

.form-mobile {
    display: none
}

@media screen and (max-width:767px) {
    .form-mobile {
        display: block
    }
}

@media screen and (max-width:767px) {
    .form-desktop {
        display: none
    }
}

.contact-section__subheading {
    font-weight: 600;
    font-size: 36px;
    line-height: 34px;
    text-transform: capitalize;
    color: #323232;
    margin-bottom: 36px
}

.header {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 200px 0 100px;
    height: 600px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.header--services {
    background-image: url(img/cover-min.webp);
    position: relative;
    padding: 162px 0 100px
}

.header--services .mt-40 {
    margin-top: 23px;
    min-width: 220px
}

.header--services .header__lead {
    margin-top: 23px;
    line-height: 28px
}

@media screen and (max-width:575px) {
    .header--services .header__lead {
        margin-top: 15px;
        line-height: 26px
    }
}

.header--services:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6)
}

.header--services .header__content {
    max-width: 904px;
    position: relative
}

.header--solutions {
    background-image: url(img/solutions.jpg)
}

.header--solutions-main {
    background-image: url(img/bg-solutions.jpg)
}

.header--technologies {
    background-image: url(img/technologies.jpg)
}

.header--platforms {
    background-image: url(img/platforms.jpg)
}

.header .box-left {
    float: left;
    max-width: 655px;
    width: 100%;
    margin-right: 85px
}

.header .box-right {
    float: left;
    max-width: 350px;
    width: 100%
}

@media(max-width:1215px) {
    .header {
        padding: 240px 0 120px;
        height: auto
    }
}

@media(max-width:767px) {
    .header {
        padding: 100px 0 35px
    }
}

@media(max-width:1215px) and (min-width:1024px) {
    .header .box-left {
        max-width: 440px
    }
}

@media(max-width:1023px) and (min-width:768px) {
    .header .box-left {
        max-width: 390px;
        margin-right: 50px
    }
}

@media(max-width:767px) {
    .header .box-left {
        float: none;
        max-width: 100%
    }

    .header .box-left br {
        display: none
    }
}

@media(max-width:1023px) {
    .header .box-right {
        max-width: 184px
    }
}

@media(max-width:767px) {
    .header .box-right {
        float: none;
        max-width: 100%
    }
}

.header__title {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

@media(max-width:767px) {
    .header__title {
        font-size: 28px;
        line-height: 40px
    }
}

.header__lead {
    font-size: 18px;
    color: #fff;
    opacity: .8;
    max-width: 840px
}

@media screen and (max-width:1024px) {
    .header__lead {
        font-size: 16px
    }
}

.enterprise-development-content {
    max-width: 904px !important
}

.hero-slider {
    position: relative;
    display: block !important;
    height: 700px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (max-width:575px) {
    .hero-slider {
        height: 550px
    }
}

.hero-slider__content {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    max-width: 680px;
    width: 100%;
    padding-left: 140px
}

@media screen and (max-width:1023px) {
    .hero-slider__content {
        padding: 0 30px 0 93px
    }
}

@media screen and (max-width:767px) {
    .hero-slider__content {
        max-width: 100%;
        padding: 0 25px
    }
}

@media screen and (min-width:1600px) {
    .hero-slider__content {
        margin-left: 25%;
        padding: 0
    }
}

.hero-slider__overlay {
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.hero-slider__overlay.overlay-40 {
    background-color: rgba(0, 0, 0, .4)
}

.hero-slider__lead {
    font-size: 18px;
    line-height: 1.67
}

.hero-slider.owl-loaded {
    opacity: 1 !important
}

.hero-slider .owl-dots {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 60px;
    left: 140px
}

@media screen and (max-width:1023px) {
    .hero-slider .owl-dots {
        left: 30px
    }
}

@media screen and (min-width:1600px) {
    .hero-slider .owl-dots {
        left: 25%
    }
}

.hero-slider .owl-dot span {
    background: hsla(0, 0%, 100%, .2);
    display: inline-block;
    height: 2px;
    width: 50px;
    margin-right: 20px
}

.hero-slider .owl-dot.active span {
    border-left: 50px solid #fff
}

.n-hero-slider {
    position: relative;
    display: block !important;
    height: 500px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (max-width:620px) {
    .n-hero-slider {
        height: 650px
    }
}

.n-hero-slider__text-wrap {
    padding: 24px;
    background: rgba(0, 0, 0, .48);
    border-radius: 8px
}

@media screen and (max-width:599px) {
    .n-hero-slider__text-wrap {
        padding: 20px
    }
}

.n-hero-slider__button-wrap {
    margin-top: 24px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.n-hero-slider__button {
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 32px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.n-hero-slider__button,
.n-hero-slider__button--blue {
    background: #1476f2;
    color: #fff
}

.n-hero-slider__button--blue path {
    fill: #fff
}

.n-hero-slider__button--blue:hover {
    background: #156fe6;
    color: #fff
}

.n-hero-slider__button--white {
    background: #fff;
    color: #1476f2
}

.n-hero-slider__button--white path {
    fill: #1476f2
}

.n-hero-slider__button--white:hover {
    background: #eee;
    color: #1476f2
}

.n-hero-slider__button svg {
    margin-left: 22px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.n-hero-slider__button path {
    -webkit-transition: fill .3s;
    transition: fill .3s
}

@media screen and (max-width:480px) {
    .n-hero-slider__button {
        margin-bottom: 16px
    }
}

.n-hero-slider__overlay {
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.n-hero-slider__overlay.overlay-40 {
    background-color: rgba(0, 0, 0, .4)
}

.n-hero-slider__overlay.overlay-64 {
    background-color: rgba(0, 0, 0, .64)
}

.n-hero-slider__lead {
    margin-top: 24px;
    font-size: 18px;
    line-height: 28px;
    color: #fff
}

.n-hero-slider.owl-loaded {
    opacity: 1 !important
}

.n-hero-slider .owl-dots {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    width: 1120px;
    margin: 0 auto
}

@media screen and (max-width:1023px) {
    .n-hero-slider .owl-dots {
        left: 30px
    }
}

.n-hero-slider .owl-dot span {
    background: hsla(0, 0%, 100%, .2);
    display: inline-block;
    height: 2px;
    width: 50px;
    margin-right: 20px
}

.n-hero-slider .owl-dot.active span {
    border-left: 50px solid #fff
}

.hero-slider__item {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 700px;
    position: relative;
    width: 100%;
    z-index: 1
}

@media screen and (max-width:575px) {
    .hero-slider__item {
        height: 550px
    }
}

.hero-slider__item--1 {
    background-image: url(img/home-header-slider/planning.webp)
}

@media screen and (max-width:767px) {
    .hero-slider__item--1 {
        background-image: url(img/home-header-slider/slide_1-1x.webp);
        background-image: -webkit-image-set(url("img/home-header-slider/slide_1-1x.webp") 1x, url("img/home-header-slider/slide_1-2x.webp") 2x);
        background-image: image-set(url("img/home-header-slider/slide_1-1x.webp") 1x, url("img/home-header-slider/slide_1-2x.webp") 2x)
    }
}

.hero-slider__item--2 {
    background-image: url(img/home-header-slider/slide_2.webp)
}

@media screen and (max-width:767px) {
    .hero-slider__item--2 {
        background-image: url(img/home-header-slider/slide_2-1x.webp);
        background-image: -webkit-image-set(url("img/home-header-slider/slide_2-1x.webp") 1x, url("img/home-header-slider/slide_2-2x.webp") 2x);
        background-image: image-set(url("img/home-header-slider/slide_2-1x.webp") 1x, url("img/home-header-slider/slide_2-2x.webp") 2x)
    }
}

.hero-slider__item--3 {
    background-image: url(img/home-header-slider/slide_3.webp)
}

@media screen and (max-width:767px) {
    .hero-slider__item--3 {
        background-image: url(img/home-header-slider/slide_3-1x.webp);
        background-image: -webkit-image-set(url("img/home-header-slider/slide_3-1x.webp") 1x, url("img/home-header-slider/slide_3-2x.webp") 2x);
        background-image: image-set(url("img/home-header-slider/slide_3-1x.webp") 1x, url("img/home-header-slider/slide_3-2x.webp") 2x)
    }
}

.hero-slider__item--4 {
    background-image: url(img/home-header-slider/slide_4.webp)
}

@media screen and (max-width:767px) {
    .hero-slider__item--4 {
        background-image: url(img/home-header-slider/slide_4-1x.webp);
        background-image: -webkit-image-set(url("img/home-header-slider/slide_4-1x.webp") 1x, url("img/home-header-slider/slide_4-2x.webp") 2x);
        background-image: image-set(url("img/home-header-slider/slide_4-1x.webp") 1x, url("img/home-header-slider/slide_4-2x.webp") 2x)
    }
}

.hero-slider__item--5 {
    background-image: url(img/home-header-slider/slide_5.webp)
}

@media screen and (max-width:767px) {
    .hero-slider__item--5 {
        background-image: url(img/home-header-slider/slide_5.webp);
        background-image: -webkit-image-set(url("img/home-header-slider/slide_5.webp") 1x, url("img/home-header-slider/slide_5.webp") 2x);
        background-image: image-set(url("img/home-header-slider/slide_5.webp") 1x, url("img/home-header-slider/slide_5.webp") 2x)
    }
}

.hero-slider__item--6 {
    background-image: url(img/home-header-slider/slide_6.webp)
}

@media screen and (max-width:767px) {
    .hero-slider__item--6 {
        background-image: url(img/home-header-slider/slide_6-1x.webp);
        background-image: -webkit-image-set(url("img/home-header-slider/slide_6-1x.webp") 1x, url("img/home-header-slider/slide_6-2x.webp") 2x);
        background-image: image-set(url("img/home-header-slider/slide_6-1x.webp") 1x, url("img/home-header-slider/slide_6-2x.webp") 2x)
    }
}

.hero-slider__item--7 {
    background-image: url(img/home-header-slider/slide_7.webp)
}

.hero-slider__item--8 {
    background-image: url(img/home-header-slider/doctors.webp)
}

.hero-slider__item--10 {
    background-image: url(files/hotel-in-smartphone.webp)
}

.hero-slider__item--11 {
    background-image: url(img/home-header-slider/slide1.webp)
}

.hero-slider__item--12 {
    background-image: url(img/home-header-slider/slide12.webp)
}

.hero-slider__item--9 {
    background-image: url(img/home-header-slider/family.webp);
    position: relative
}

.hero-slider__item--9 .hero-slider__content {
    position: relative
}

.hero-slider__item--9:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}

.n-hero-slider__item {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 0 60px
}

@media screen and (max-width:620px) {
    .n-hero-slider__item {
        padding: 0 24px;
        height: 650px
    }
}

.n-hero-slider__item--1 {
    background-image: url(img/home-header-slider-3/main-slider-desktop-1.webp)
}

.n-hero-slider__item--2 {
    background-image: url(img/home-header-slider-3/main-slider-desktop-2.webp)
}

.n-hero-slider__item--3 {
    background-image: url(img/home-header-slider-3/main-slider-desktop-3.webp)
}

.n-hero-slider__item--4 {
    background-image: url(img/home-header-slider-3/main-slider-desktop-4.webp)
}

.n-hero-slider__item--5 {
    background-image: url(img/home-header-slider-3/main-slider-desktop-5.webp)
}

.n-hero-slider__item--6 {
    background-image: url(img/home-header-slider-3/main-slider-desktop-6.webp)
}

.slider-title {
    font-size: 40px
}

.hero-slider--nav .owl-nav .owl-next,
.hero-slider--nav .owl-nav .owl-prev {
    font-size: 0;
    position: absolute;
    background: transparent url(img/arrow-left-dark.svg) no-repeat 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 80px;
    width: 40px
}

.hero-slider--nav .owl-nav .owl-prev {
    left: 21px
}

.hero-slider--nav .owl-nav .owl-prev:hover {
    background: hsla(0, 0%, 100%, .06) url(img/arrow-right-light.svg) no-repeat 50%
}

.hero-slider--nav .owl-nav .owl-next,
.hero-slider--nav .owl-nav .owl-prev:hover {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.hero-slider--nav .owl-nav .owl-next {
    right: 21px
}

.hero-slider--nav .owl-nav .owl-next:hover {
    background: hsla(0, 0%, 100%, .06) url(img/arrow-right-light.svg) no-repeat 50%;
    -webkit-transform: translateY(-50%) rotate(1turn);
    -ms-transform: translateY(-50%) rotate(1turn);
    transform: translateY(-50%) rotate(1turn)
}

.hero-slider.hero-slider--nav .hero-slider__content {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    max-width: 950px;
    width: 100%;
    padding-left: 140px
}

.hero-slider.hero-slider--nav .hero-slider__content h2 {
    font-size: 40px;
    margin-bottom: 10px
}

@media screen and (max-width:1023px) {
    .hero-slider.hero-slider--nav .hero-slider__content {
        padding: 0 30px 0 93px
    }
}

@media screen and (max-width:767px) {
    .hero-slider.hero-slider--nav .hero-slider__content {
        padding: 0 30px;
        max-width: 100%
    }
}

@media screen and (max-width:480px) {

    .hero-slider.hero-slider--nav .hero-slider__content h1,
    .hero-slider.hero-slider--nav .hero-slider__content h2 {
        font-size: 23px
    }

    .hero-slider.hero-slider--nav .hero-slider__content p {
        font-size: 17px;
        line-height: 1.6
    }
}

@media screen and (min-width:1600px) {
    .hero-slider.hero-slider--nav .hero-slider__content {
        margin-left: 25%;
        padding: 0
    }
}

.hero-slider.hero-slider--nav .button--white {
    max-width: 210px;
    margin-top: 60px
}

@media screen and (max-width:1024px) {
    .hero-slider.hero-slider--nav .button--white {
        padding: 0 10px
    }
}

@media screen and (max-width:480px) {
    .hero-slider.hero-slider--nav .button--white {
        margin-top: 40px
    }
}

.hero-slider.hero-slider--nav.owl-loaded {
    opacity: 1 !important
}

.hero-slider.hero-slider--nav .owl-dots {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 60px;
    left: 140px
}

@media screen and (max-width:1023px) {
    .hero-slider.hero-slider--nav .owl-dots {
        left: 93px
    }
}

@media screen and (min-width:1600px) {
    .hero-slider.hero-slider--nav .owl-dots {
        left: 25%
    }
}

@media screen and (max-width:767px) {
    .hero-slider.hero-slider--nav .owl-dots {
        left: 30px;
        bottom: 30px
    }
}

.hero-slider.hero-slider--nav .owl-dot span {
    background: hsla(0, 0%, 100%, .3);
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-right: 30px;
    vertical-align: middle;
    border: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.hero-slider.hero-slider--nav .owl-dot.active span {
    width: 10px;
    height: 10px;
    background: #fff
}

.n-hero-slider--nav .owl-nav .owl-next,
.n-hero-slider--nav .owl-nav .owl-prev {
    font-size: 0;
    position: absolute;
    background: transparent url(img/arrow-left-dark.svg) no-repeat 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 80px;
    width: 40px
}

.n-hero-slider--nav .owl-nav .owl-prev {
    left: 10px
}

.n-hero-slider--nav .owl-nav .owl-prev:hover {
    background: hsla(0, 0%, 100%, .06) url(img/arrow-right-light.svg) no-repeat 50%
}

.n-hero-slider--nav .owl-nav .owl-next,
.n-hero-slider--nav .owl-nav .owl-prev:hover {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.n-hero-slider--nav .owl-nav .owl-next {
    right: 10px
}

.n-hero-slider--nav .owl-nav .owl-next:hover {
    background: hsla(0, 0%, 100%, .06) url(img/arrow-right-light.svg) no-repeat 50%;
    -webkit-transform: translateY(-50%) rotate(1turn);
    -ms-transform: translateY(-50%) rotate(1turn);
    transform: translateY(-50%) rotate(1turn)
}

.n-hero-slider.n-hero-slider--nav .n-hero-slider__content {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 140px;
    height: 100%;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width:1024px) {
    .n-hero-slider.n-hero-slider--nav .n-hero-slider__content {
        padding-top: 100px
    }
}

.n-hero-slider.n-hero-slider--nav .n-hero-slider__content h2 {
    font-size: 40px;
    margin-bottom: 10px
}

@media screen and (max-width:768px) {

    .n-hero-slider.n-hero-slider--nav .n-hero-slider__content h1,
    .n-hero-slider.n-hero-slider--nav .n-hero-slider__content h2 {
        font-size: 30px
    }

    .n-hero-slider.n-hero-slider--nav .n-hero-slider__content p {
        font-size: 18px
    }
}

@media screen and (max-width:480px) {

    .n-hero-slider.n-hero-slider--nav .n-hero-slider__content h1,
    .n-hero-slider.n-hero-slider--nav .n-hero-slider__content h2 {
        font-size: 23px
    }

    .n-hero-slider.n-hero-slider--nav .n-hero-slider__content p {
        font-size: 17px;
        line-height: 1.6
    }
}

.n-hero-slider.n-hero-slider--nav.owl-loaded {
    opacity: 1 !important
}

.n-hero-slider.n-hero-slider--nav .owl-dots {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    bottom: 30px
}

@media screen and (max-width:1320px) {
    .n-hero-slider.n-hero-slider--nav .owl-dots {
        max-width: 100%;
        padding: 0 90px
    }
}

@media screen and (max-width:767px) {
    .n-hero-slider.n-hero-slider--nav .owl-dots {
        bottom: 30px
    }
}

@media screen and (max-width:599px) {
    .n-hero-slider.n-hero-slider--nav .owl-dots {
        padding: 0 24px;
        bottom: 16px
    }
}

.n-hero-slider.n-hero-slider--nav .owl-dot span {
    background: hsla(0, 0%, 100%, .3);
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-right: 30px;
    vertical-align: middle;
    border: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 50%
}

.n-hero-slider.n-hero-slider--nav .owl-dot.active span {
    width: 10px;
    height: 10px;
    background: #fff
}

.webinar-tokenization {
    background-image: url(img/docs/webinar-tokenization.jpg)
}

.hero {
    background-color: rgba(0, 0, 0, .3);
    background-size: cover;
    background-position: 50%;
    position: relative;
    height: 440px;
    z-index: 100
}

.hero-contact-new {
    font-family: Source Sans Pro;
    height: 411px
}

.hero-contact-new .hero__content {
    max-width: 483px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 101px
}

.hero-contact-new .hero__content .hero__lead {
    line-height: 23px;
    margin-top: 14px
}

.hero-contact-new .hero__content h1 {
    font-size: 36px;
    line-height: 34px;
    text-transform: capitalize
}

.hero__button {
    margin-top: 45px
}

@media screen and (max-width:767px) {
    .hero {
        height: 100%;
        padding: 130px 0 38px;
        background-position: 70% 50%
    }

    .hero .title--uppercase {
        margin-bottom: -10px
    }
}

.hero--600 {
    height: 600px;
    position: relative
}

.hero--600:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6)
}

@media screen and (max-width:762px) {
    .hero--600 {
        height: auto;
        min-height: 600px
    }
}

.hero--600 .container {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.hero--600 .scrollmagic-pin-spacer {
    width: 50%
}

.hero--full {
    height: 100vh
}

@media screen and (max-width:767px) {
    .hero--full {
        height: auto
    }
}

.hero--centered .container {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hero--centered .container .btnReg {
    font-size: 16px;
    height: 50px;
    background-image: -webkit-repeating-linear-gradient(20deg, #9a59c1, #3fb1fd 50%, #9a59c1 80%, #9a59c1);
    background-image: repeating-linear-gradient(70deg, #9a59c1, #3fb1fd 50%, #9a59c1 80%, #9a59c1);
    background-position: 100% 0;
    background-size: 200% 100%;
    margin: 20px 0;
    border-radius: 25px;
    -webkit-transition: .5s cubic-bezier(.365, .335, 0, 1);
    transition: .5s cubic-bezier(.365, .335, 0, 1)
}

.hero--centered .container .btnReg:hover {
    background-position: 0
}

.hero--centered .hero__title {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 710px;
    margin: 0 0 49px
}

@media screen and (max-width:768px) {
    .hero--centered .hero__title {
        font-size: 33px;
        margin-bottom: 25px
    }
}

.hero--centered .hero__tag {
    padding: 7px 14px;
    background: 0 0;
    border: .5px solid #fff;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .6px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 100px auto 31px
}

@media screen and (max-width:768px) {
    .hero--centered .hero__tag {
        margin: 20px auto 30px
    }
}

.hero--centered.hero--full {
    height: 100vh
}

@media screen and (max-width:768px) and (max-height:1024px) {
    .hero--centered.hero--full {
        height: auto
    }
}

@media screen and (max-height:650px) {
    .hero--centered.hero--full {
        height: auto
    }
}

.hero__overlay {
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.hero__content {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 840px;
    height: 100%;
    width: 100%
}

@media screen and (max-width:575px) {
    .hero__content {
        text-align: center
    }
}

@media screen and (max-width:768px) {
    .hero__content--blockchain {
        padding-bottom: 140px
    }
}

.hero__content--half {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 680px;
    padding-right: 100px
}

@media screen and (max-width:1024px) {
    .hero__content--half {
        max-width: 500px
    }
}

@media screen and (max-width:768px) {
    .hero__content--half {
        max-width: 680px
    }
}

@media screen and (max-width:600px) {
    .hero__content--half {
        max-width: 680px;
        padding-right: 0
    }
}

.hero__lead {
    font-size: 18px;
    color: #fff
}

@media screen and (max-width:1024px) {
    .hero__lead {
        font-size: 16px;
        line-height: 26px
    }
}

.hero__date-block {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #1476f2;
    -webkit-box-shadow: 0 10px 25px 0 rgba(50, 50, 50, .4);
    box-shadow: 0 10px 25px 0 rgba(50, 50, 50, .4);
    overflow: hidden
}

.hero__date-item {
    padding: 15px 25px 17px;
    color: #fff
}

@media screen and (max-width:465px) {
    .hero__date-item {
        padding: 15px 10px 17px
    }
}

.hero__date-item:first-child {
    padding: 15px 22px 17px;
    background: #0657bd
}

@media screen and (max-width:465px) {
    .hero__date-item:first-child {
        padding: 15px 15px 17px
    }
}

.hero__date-item:last-child {
    padding: 15px 33px 17px;
    border-left: 1px solid hsla(0, 0%, 100%, .15)
}

@media screen and (max-width:465px) {
    .hero__date-item:last-child {
        padding: 15px 7px 17px
    }
}

.hero__date-thik {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 1.33;
    color: #93c3ff;
    opacity: .7
}

.hero__date-bold,
.hero__date-thik {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-align: center
}

.hero__date-bold {
    font-size: 28px;
    line-height: 1;
    color: #fff
}

@media screen and (max-width:465px) {
    .hero__date-bold {
        font-size: 15px
    }
}

.countdown {
    margin-bottom: 30px;
    padding: 0 10px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 8px
}

@media screen and (max-width:465px) {
    .countdown {
        margin-bottom: 60px
    }
}

.timer-block {
    padding: 13px 15px 10px;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #fff
}

.timer-block span {
    margin-top: 2px;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    opacity: .6
}

.pages-team .nav--black .nav__list li .menu-item-link {
    color: #fff
}

.pages-team .nav--black .logo {
    background-image: url(img/logo-white.svg)
}

.hero--team {
    position: relative;
    height: auto;
    padding: 145px 0 40px
}

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

.hero__team {
    max-width: 870px;
    margin: 0 auto
}

.hero__team h1 {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 1
}

.hero__team p {
    font-size: 18px;
    color: #fff;
    line-height: 1.67;
    font-weight: 400;
    margin-top: 30px
}

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

    .js-scroll,
    .nav.is-hover {
        background-color: #fff;
        -webkit-box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .05);
        box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .05);
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .js-scroll .menu-item a.menu-item-link,
    .nav.is-hover .menu-item a.menu-item-link {
        color: #323232
    }

    .js-scroll .menu-item:first-child:after,
    .nav.is-hover .menu-item:first-child:after {
        -webkit-filter: none;
        filter: none
    }

    .js-scroll .is-hover a.menu-item-link,
    .nav.is-hover .is-hover a.menu-item-link {
        color: #1476f2
    }

    .js-scroll .logo,
    .nav.is-hover .logo {
        background-image: url(/assets/blue.png)
    }
}

.nav {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 101;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden
}

@media(max-width:1220px) {
    .nav {
        position: fixed
    }
}

.nav .current-menu-item {
    color: #1476f2
}

.nav .container {
    position: relative;
    height: 100%
}

.nav__wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:1220px) {
    .nav__wrapper {
        display: none
    }
}

.nav__list {
    height: 100%;
    text-align: right;
    font-size: 0
}

.nav__list .menu-item {
    display: inline-block;
    line-height: 75px
}

.nav__list .menu-item:first-child .menu-item-link {
    position: relative
}

.nav__list .menu-item .menu-item-link {
    font-size: 12px;
    line-height: 45px;
    padding: 0 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;
    cursor: pointer
}

.nav__list .is-hover .menu-item-link,
.nav__list .menu-item .menu-item-link:hover {
    color: #1476f2
}

.nav--black .logo {

}

.nav--black .nav__list li .menu-item-link {
    color: #323232
}

.nav--black .nav__list li.is-hover .menu-item-link,
.nav--black .nav__list li .menu-item-link:hover {
    color: #1476f2
}

.nav .has-dropdown>a {
    position: relative
}

.nav .has-dropdown>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -32px;
    left: 0;
    background-color: #1476f2;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: none;
    transition: none
}

.nav .has-dropdown:last-child {
    margin-right: 160px
}

.nav .has-dropdown.is-hover {
    color: #1476f2
}

.nav .has-dropdown.is-hover .article__content {
    position: relative
}

.nav .has-dropdown.is-hover .article__content:after {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #fff transparent transparent
}

.nav .has-dropdown.is-hover .article__link {
    position: relative;
    display: block;
    font-size: 0;
    padding: 0
}

.nav .has-dropdown.is-hover .article__img {
    max-width: 550px
}

.nav .has-dropdown.is-hover .article__description {
    position: absolute;
    top: 0;
    text-align: left;
    padding: 70px 30px 0;
    font-size: 16px;
    color: #fff;
    text-transform: none;
    font-weight: 500
}

.nav .has-dropdown.is-hover .sub-menu-wrapper {
    display: block;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-animation: animWrapper .3s ease-in-out;
    animation: animWrapper .3s ease-in-out
}

.nav .has-dropdown.is-hover .sub-menu-wrapper .sub-menu-container {
    visibility: visible;
    -webkit-animation: animContainer .5s ease-in-out;
    animation: animContainer .5s ease-in-out
}

.nav .has-dropdown.is-hover .sub-menu-wrapper .sub-menu-container .article__item-wrapper {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-animation: animItem .6s ease-in-out;
    animation: animItem .6s ease-in-out
}

.nav .has-dropdown.is-hover .sub-menu-wrapper .sub-menu-container .article__item-wrapper:nth-child(2n) {
    -webkit-animation: animItem .7s ease-in-out;
    animation: animItem .7s ease-in-out
}

.nav .has-dropdown.is-hover>a:before {
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transition-delay: unset;
    transition-delay: unset
}

.nav .has-dropdown .sub-menu-wrapper {
    display: none;
    position: absolute;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    height: auto;
    padding: 42px 40px 30px;
    top: 77px;
    left: 0;
    right: 0;
    line-height: normal;
    width: 100vw;
    margin-left: -webkit-calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    margin-right: -webkit-calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
    border-top: 1px solid hsla(0, 0%, 85%, .3);
    overflow: hidden
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container {
    margin: 0 auto;
    max-width: 1200px;
    visibility: hidden;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container,
.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .article-container {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .article-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .article-container .article__item .article__content {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container {
    position: relative
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 50px;
    width: 100%;
    text-align: left;
    padding: 0 20px;
    margin: 20px 0 0 30px;
    border-left: 1px solid rgba(50, 50, 50, .06)
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu.active {
    opacity: 1;
    -webkit-animation: animList .7s ease-in-out;
    animation: animList .7s ease-in-out
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu:after {
    content: "";
    display: table;
    clear: both
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu__wrapper:first-child .sub-menu__header {
    display: block;
    position: absolute;
    top: -30px;
    left: 20px;
    font-size: 12px;
    color: rgba(50, 50, 50, .3);
    font-weight: 600;
    line-height: 1.67;
    text-align: left
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu__header,
.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu__list-header {
    display: none
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu .sub-menu__list-item:first-child .sub-menu__list-header {
    display: block
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu__wrapper:last-child .menu-item .sub-item-link {
    padding-bottom: 0
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu .menu-item {
    width: 100%
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu .menu-item .sub-item-link {
    text-transform: none;
    word-spacing: normal;
    padding: 0;
    text-align: left;
    display: block;
    width: 270px;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #323232;
    padding-bottom: 15px
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu .menu-item .sub-item-link i {
    display: none;
    position: relative;
    top: 1px;
    right: -4px;
    font-size: 12px;
    -webkit-transition: right .2s;
    transition: right .2s
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu .menu-item .sub-item-link i.active {
    display: inline
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu .menu-item:hover .sub-menu__list-wrapper {
    display: block
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu .menu-item:hover .sub-item-link {
    color: #1476f2
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu .menu-item:hover .sub-item-link--list {
    color: #323232
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu .menu-item:hover i {
    right: -8px
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu--double .sub-menu__list-wrapper {
    display: block
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu--double .sub-menu__list {
    padding-left: 20px
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu--double .menu-item:hover .sub-item-link--color {
    color: #323232
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu--double .sub-menu__list-item:hover .sub-item-link--color {
    color: #1476f2
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu--double .sub-menu__list-item .sub-menu__list-header {
    display: none
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu--double .sub-menu__list-item:first-child .sub-menu__list-header {
    display: block;
    padding-left: 0
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu__list-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 270px;
    width: 100%;
    min-height: 200px
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu__list-wrapper .sub-menu__list .sub-menu__list-item .sub-item-link--list {
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 10px 20px
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu__list-header {
    position: absolute;
    top: -30px;
    font-size: 12px;
    color: rgba(50, 50, 50, .3);
    font-weight: 600;
    line-height: 1.67;
    text-align: left;
    padding-left: 20px
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu__list {
    border-left: 1px solid rgba(50, 50, 50, .06)
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu .sub-menu,
.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu .sub-menu__list-item {
    display: block;
    line-height: normal
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu .sub-menu:last-child .sub-item-link,
.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu .sub-menu__list-item:last-child .sub-item-link {
    padding-bottom: 0
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu .sub-menu:hover .sub-item-link--list,
.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu .sub-menu__list-item:hover .sub-item-link--list {
    color: #1476f2
}

.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .sub-menu-list-container .sub-menu .service--main a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .3px
}

.nav .dropdown-split .sub-menu {
    min-width: 470px
}

.nav .dropdown-split .sub-menu li {
    width: -webkit-calc(100%/2 - 20px);
    width: calc(100%/2 - 20px)
}

.nav .dropdown-split .sub-menu li:nth-child(2n) a {
    margin-left: 50px
}

.nav .dropdown-split.narrow .sub-menu {
    min-width: 320px
}

.nav__btn {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav__btn .red-style {
    background: #f54d4d;
    border-radius: 4px
}

.nav__btn .red-style:hover {
    background: #e04040;
    border-color: #e04040
}

@media screen and (min-width:1280px) {
    .nav__btn {
        right: 0
    }
}

@media(max-width:767px) {
    .nav__btn {
        right: 20px
    }
}

@media(max-width:1220px) {
    .nav__btn .get-touch {
        margin-right: 25px
    }
}

@media(max-width:767px) {
    .nav__btn .get-touch {
        display: none
    }
}

.nav__btn .sandwich {
    background-image: url(img/sandwich-circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 46px
}

@media(min-width:1221px) {
    .nav__btn .sandwich {
        display: none
    }
}

.nav__btn .sandwich:before {
    content: "";
    background-image: url(img/sandwich-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media(min-width:1221px) {
    .js-scroll {
        position: fixed;
        top: 0
    }

    .js-scroll .menu-item:first-child .menu-item-link:after {
        -webkit-filter: initial;
        filter: none
    }
}

@media(max-width:1220px) {
    .js-scroll .logo {
        -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
        transform: translateY(-150%)
    }
}

@media screen and (max-width:575px) {
    .js-hidden {
        background-color: #fff
    }
}

.js-hidden .logo-white {

}

@media(min-width:1221px) {
    .js-hidden {
        top: -90px
    }
}

.nav__logo {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

@media screen and (min-width:1280px) {
    .nav__logo {
        left: 0
    }
}

@media(max-width:767px) {
    .nav__logo {
        left: 20px
    }
}

.logo {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    height: 51px;
    width: 170px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.logo-white {
    background-image: url(/assets/white.png)
}

.nav-mobile {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 201;
    background-color: #fff;
    -webkit-transform: translate3d(-310px, 0, 0);
    transform: translate3d(-310px, 0, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1)
}

@media screen and (max-width:374px) {
    .nav-mobile {
        -webkit-transform: translate3d(-400px, 0, 0);
        transform: translate3d(-400px, 0, 0)
    }
}

.nav-mobile .nav__logo--mobile {
    padding: 20px;
    padding-top: 60px
}

.nav-mobile .nav__logo--mobile .logo {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 146px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.nav-mobile .c-menu__items {
    padding: 10px 0 35px;
    z-index: 200;
    -webkit-transition: padding .3s;
    transition: padding .3s;
    height: 100%
}

.nav-mobile .c-menu__items li a {
    display: block;
    padding: 17px 20px;
    color: #323232;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px
}

@media screen and (max-height:320px) {
    .nav-mobile .c-menu__items li a {
        font-size: 12px;
        padding: 12px 25px
    }
}

.nav-mobile .c-menu__items .has-dropdown {
    position: relative
}

.nav-mobile .c-menu__items .has-dropdown .sub-menu {
    display: none;
    width: 100%
}

.nav-mobile .c-menu__items .has-dropdown .sub-menu .has-dropdown {
    overflow: hidden;
    position: unset
}

.nav-mobile .c-menu__items .has-dropdown .sub-menu .has-dropdown>a:after {
    background-image: url(img/row-blue.svg);
    width: 13px
}

.nav-mobile .c-menu__items .has-dropdown .sub-menu .has-dropdown .sub-menu {
    display: block;
    max-height: 0;
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
    position: unset;
    padding-left: 20px
}

.nav-mobile .c-menu__items .has-dropdown .sub-menu .has-dropdown .sub-menu li a {
    font-weight: 400
}

.nav-mobile .c-menu__items .has-dropdown .sub-menu .has-dropdown.active .sub-menu {
    max-height: 900px;
    padding-bottom: 0
}

.nav-mobile .c-menu__items .has-dropdown .sub-menu .has-dropdown.active>a {
    padding-left: 20px
}

.nav-mobile .c-menu__items .has-dropdown .sub-menu .has-dropdown.active>a:after {
    background-image: url(img/shape-copy-33.svg);
    width: 12px;
    height: 7px;
    right: 20px;
    top: 17px;
    left: unset
}

.nav-mobile .c-menu__items .has-dropdown.active {
    position: absolute;
    width: 100%;
    top: 10px;
    background-color: #fff;
    height: 100%;
    z-index: 100
}

.nav-mobile .c-menu__items .has-dropdown.active>a {
    color: #0072f6;
    padding-left: 35px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.nav-mobile .c-menu__items .has-dropdown.active>a:after {
    background-image: url(img/shape-copy-3.svg);
    width: 7px;
    height: 12px;
    left: 20px;
    top: 24px
}

.nav-mobile .c-menu__items .has-dropdown.active>.sub-menu {
    display: block;
    position: absolute;
    right: -100px;
    -webkit-animation: slide-1 .5s forwards;
    animation: slide-1 .5s forwards;
    background-color: #fff;
    z-index: 100;
    padding-bottom: 200px
}

.nav-mobile .c-menu__items .has-dropdown.active>.sub-menu li .sub-menu li:nth-child(3) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.nav-mobile .c-menu__items .has-dropdown.active>.sub-menu li .sub-menu li a {
    font-weight: 400
}

.nav-mobile .c-menu__items .has-dropdown.active>.sub-menu li:nth-child(-n+3) a {
    font-weight: 600
}

.nav-mobile .c-menu__items .has-dropdown.active>.sub-menu li:nth-child(3) {
    border-bottom: 1px solid rgba(50, 50, 50, .06);
    margin-bottom: 30px
}

.nav-mobile .c-menu__items .has-dropdown.active>.sub-menu li a {
    font-weight: 400;
    line-height: 50px;
    padding: 0 20px
}

.nav-mobile .c-menu__items .has-dropdown li a {
    text-transform: none;
    font-weight: 600;
    color: #323232;
    padding: 12px 20px
}

.nav-mobile .c-menu__items .has-dropdown>a {
    position: relative;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.nav-mobile .c-menu__items .has-dropdown>a:after {
    content: "";
    position: absolute;
    background-image: url(img/shape-copy-2.svg);
    background-repeat: no-repeat;
    width: 7px;
    height: 12px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav-mobile .c-menu__items .has-dropdown li.service--main a {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff
}

.nav-mobile .c-menu__items .has-dropdown li.service--main a:hover {
    color: #0072f6
}

.btn--menuLeft {
    padding: 0 25px
}

.has-active-menu .nav-mobile {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%
}

.has-active-menu .nav-mobile--stripe {
    position: fixed;
    top: 0;
    left: 0;
    width: 290px;
    height: 17px;
    background-color: #000;
    z-index: 999
}

.c-menu {
    z-index: 199;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-backface-visibility: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.c-menu__close {
    color: #fff;
    background-color: #3184a1;
    font-size: 14px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer
}

.c-menu__close:focus {
    outline: none
}

.nav-mobile__top {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    z-index: 999;
    padding: 25px;
    bottom: 0;
    left: 0;
    position: fixed;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 -3px 20px rgba(80, 80, 80, .1);
    box-shadow: 0 -3px 20px rgba(80, 80, 80, .1)
}

.nav-mobile__top .btn {
    height: 50px;
    width: 100%;
    font-size: 16px
}

.nav-mobile__top .btn.red-style {
    background: #f54d4d;
    border-radius: 4px
}

.nav-mobile__top .btn.red-style:hover {
    background: #e04040;
    border-color: #e04040
}

.has-active-menu .nav-mobile .btn-close {
    position: absolute;
    background-image: url(img/close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 30px
}

.has-active-menu .nav-mobile__top {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media(max-width:321px) {
    .has-active-menu .nav-mobile__top {
        width: 100%
    }
}

.c-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .3s, width 0s .3s, height 0s .3s;
    transition: opacity .3s, width 0s .3s, height 0s .3s
}

.c-mask.is-active {
    width: 100%;
    height: 150vh;
    opacity: .7;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.c-menu--push-left,
.c-menu--push-right,
.c-menu--slide-left,
.c-menu--slide-right {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

@media(min-width:321px) {

    .c-menu--push-left,
    .c-menu--push-right,
    .c-menu--slide-left,
    .c-menu--slide-right {
        width: 100%
    }
}

.c-menu--push-left .c-menu__item,
.c-menu--push-right .c-menu__item,
.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item {
    display: block;
    text-align: center;
    border-top: 1px solid #b5dbe9;
    border-bottom: 1px solid #3184a1
}

.c-menu--push-left .c-menu__item:first-child,
.c-menu--push-right .c-menu__item:first-child,
.c-menu--slide-left .c-menu__item:first-child,
.c-menu--slide-right .c-menu__item:first-child {
    border-top: none
}

.c-menu--push-left .c-menu__item:last-child,
.c-menu--push-right .c-menu__item:last-child,
.c-menu--slide-left .c-menu__item:last-child,
.c-menu--slide-right .c-menu__item:last-child {
    border-bottom: none
}

.c-menu--push-left .c-menu__link,
.c-menu--push-right .c-menu__link,
.c-menu--slide-left .c-menu__link,
.c-menu--slide-right .c-menu__link {
    display: block;
    padding: 12px 24px;
    color: #fff
}

.c-menu--push-left .c-menu__close,
.c-menu--push-right .c-menu__close,
.c-menu--slide-left .c-menu__close,
.c-menu--slide-right .c-menu__close {
    display: block;
    padding: 12px 24px;
    width: 100%
}

.c-menu--push-left,
.c-menu--slide-left {
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

@media(min-width:321px) {

    .c-menu--push-left,
    .c-menu--slide-left {
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }
}

.c-menu--push-left.is-active,
.c-menu--slide-left.is-active {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.wrapper {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-backface-visibility: hidden
}

.has-push-left .nav {
    z-index: 1
}

@media(min-width:375px) {
    .wrapper.has-push-left {
        -webkit-transform: translate3d(310px, 0, 0);
        transform: translate3d(310px, 0, 0)
    }
}

@media(max-width:374px) {
    .wrapper.has-push-left {
        -webkit-transform: translate3d(-webkit-calc(100% - 60px), 0, 0);
        transform: translate3d(calc(100% - 60px), 0, 0)
    }
}

.wrapper.has-push-right {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

@media(min-width:321px) {
    .wrapper.has-push-right {
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }
}

.nav--case-main {
    height: 0
}

.nav--case-main .logo {
    background-image: url(img/logo-white.svg)
}

.nav--case-main .sandwich {
    display: inline-block
}

.nav--case-main .nav__wrapper {
    display: none
}

.nav--case-main .nav__btn,
.nav--case-main .nav__logo {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.nav--case-main .get-touch {
    margin-right: 25px
}

.nav--case-main.js-scroll {
    background-color: transparent
}

.nav--case-main.js-scroll .logo {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%)
}

.menu-item-services .sub-menu-container .main-menu-list {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: relative
}

.menu-item-services .sub-menu-container .main-menu-list .sub-menu-list-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    text-align: left
}

.menu-item-services .sub-menu-container .main-menu-list .sub-menu-list-container li:hover a {
    background-color: unset !important
}

.menu-item-services .sub-menu-container .main-menu-list .sub-menu-list-container a {
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    color: #1476f2;
    display: block;
    margin: 0 0 0 13px;
    padding-left: 20px
}

.menu-item-services .sub-menu-container .main-menu-list .sub-menu-list-container a i {
    position: relative;
    top: 1px;
    right: -4px;
    font-size: 12px;
    -webkit-transition: right .2s;
    transition: right .2s;
    color: #1476f2
}

.menu-item-services .sub-menu-container .main-menu-list .sub-menu-list-container ul.sub-menu {
    margin: 0 0 0 13px !important;
    height: 63.5% !important;
    -js-display: flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.menu-item-services .sub-menu-container .main-menu-list .sub-menu-list-container ul.sub-menu:after {
    content: none !important
}

.menu-item-services .sub-menu-container .main-menu-list .sub-menu-list-container ul.sub-menu li.menu-item {
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.menu-item-services .sub-menu-container .main-menu-list .sub-menu-list-container ul.sub-menu li.menu-item a {
    padding-bottom: 8px !important
}

.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    padding-bottom: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%
}

.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(50, 50, 50, .06);
    left: 0;
    bottom: 70px;
    z-index: -1
}

.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu>li {
    height: 355px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu>li:hover>a {
    background-color: #fafafa
}

.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu>li:hover .sub-menu__list-wrapper {
    display: block
}

.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu>li>a {
    text-align: left;
    display: block;
    padding: 15px 0 1px 15px
}

.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu>li>a p {
    font-size: 14px;
    line-height: 20px;
    color: #323232;
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 20px
}

.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu>li>a p.menu-description {
    padding-right: 50px
}

.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu>li>a img {
    max-width: 210px;
    margin-bottom: 11px
}

.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu>li>a p.menu-title {
    font-size: 16px;
    line-height: 30px;
    color: #323232;
    font-weight: 600
}

.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu>li>a p.read-more {
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    color: #1476f2;
    display: block
}

.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu>li>a i {
    position: relative;
    top: 1px;
    right: -4px;
    font-size: 12px;
    -webkit-transition: right .2s;
    transition: right .2s;
    color: #1476f2
}

.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu>li .sub-menu__list-wrapper {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 40px
}

.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu>li .sub-menu__list-wrapper .sub-menu__list {
    text-align: left
}

.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu>li .sub-menu__list-wrapper .sub-menu__list .sub-menu__list-header:first-of-type {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #323232;
    opacity: .3
}

.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu>li .sub-menu__list-wrapper .sub-menu__list-item {
    display: inline-block;
    float: left;
    padding-right: 80px;
    margin-top: 20px
}

.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu>li .sub-menu__list-wrapper .sub-menu__list-item a {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: #323232
}

.menu-item-services .sub-menu-container .main-menu-list ul.sub-menu>li .sub-menu__list-wrapper .sub-menu__list-item a:hover {
    color: #1476f2
}

.contacts-popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    z-index: 111;
    overflow: auto
}

.contacts-popup .mob-text {
    display: none
}

.contacts-popup.active {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.disable-scroll {
    overflow: hidden
}

.logos {
    background: url(img/contacts-popup/logo.png) no-repeat;
    width: 100%;
    aspect-ratio: 16/9;
    background-position: 50%;
    background-size: contain
}

.contacts-popup__wrap {
    position: relative;
    background: #1476f2;
    width: 860px;
    max-width: 90vw;
    -webkit-box-shadow: 3px 15px 55px rgba(0, 0, 0, .35);
    box-shadow: 3px 15px 55px rgba(0, 0, 0, .35);
    border-radius: 8px;
    padding: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: auto
}

.contacts-popup,
.contacts-popup .form-contacts-popup {
    font-family: Montserrat
}

.contacts-popup .form-contacts-popup {
    max-width: 370px;
    padding: 32px 24px
}

.contacts-popup .contact-section .form-wrap__flexbox .form-group {
    font-family: Source Sans Pro
}

.form-contacts-popup h2 {
    font-size: 32px;
    line-height: 1.25;
    text-transform: uppercase
}

.contacts-popup .form-wrap__flexbox .form__footer .form__submit--contact {
    background: #f54d4d;
    border-color: #f54d4d;
    width: 100%;
    max-width: 100%;
    margin-top: 9px
}

.contacts-popup .form-wrap__flexbox .form__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.contacts-popup__info {
    margin-right: 40px;
    width: 50%
}

.contacts-popup__info h2 {
    font-size: 32px;
    color: #fff;
    text-transform: none;
    margin-top: 35px;
    margin-bottom: 56px
}

.contacts-popup__info .rating-items {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    margin-bottom: 56px
}

.contacts-popup__info .rating-items__item>svg {
    width: 44px;
    height: 44px
}

.contacts-popup__info .rating-items__item {
    width: 50%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #2884f8;
    border-radius: 10px;
    padding: 6px 16px 8px
}

.contacts-popup__info .rating-items__item .rating-items__text {
    padding-left: 12px;
    color: #fff;
    font-size: 9px
}

.contacts-popup__info .rating-items__item .rating-items__text .stars {
    font-size: 14px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px
}

.contacts-popup__info .rating-items__item .rating-items__text svg {
    width: 75px;
    margin-left: 6px
}

.contacts-popup__logos {
    padding: 4px 5px;
    border-top: 1px solid #2884f8;
    border-bottom: 1px solid #2884f8
}

.contacts-popup__offices {
    padding-top: 40px;
    color: #fff
}

.contacts-popup__offices h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 14px
}

.contacts-popup__offices-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contacts-popup__offices-wrap span {
    font-weight: 500;
    font-size: 15px;
    padding: 6px 17px;
    background: #2884f8;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 90px
}

.contacts-popup__close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 15px;
    height: 15px
}

@media screen and (max-width:1100px) {
    .contacts-popup__wrap {
        padding: 40px 50px
    }

    .contacts-popup__close {
        right: 15px;
        top: 15px
    }

    .contacts-popup .form-contacts-popup.form-wrap__flexbox {
        padding: 20px 30px
    }
}

@media screen and (max-width:991px) {
    .contacts-popup {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow-y: scroll
    }

    .contacts-popup .mob-text {
        display: block
    }

    .contacts-popup .desk-text {
        display: none
    }

    .contacts-popup__wrap {
        height: auto;
        width: 100vw;
        max-width: 100vw;
        border-radius: 0;
        background-color: #09346a;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .contacts-popup .form-contacts-popup.form-wrap__flexbox {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        min-width: 465px;
        border-radius: 8px
    }

    .contacts-popup__info {
        margin-right: 0;
        min-width: 80vw
    }
}

@media screen and (max-width:550px) {
    .contacts-popup .form-contacts-popup.form-wrap__flexbox {
        min-width: 0
    }

    .contacts-popup__wrap {
        padding: 60px 16px 40px
    }

    .contacts-popup__info .rating-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts-popup__info .rating-items__item {
        width: 100%
    }

    .contacts-popup__info h2 {
        display: none
    }

    .contacts-popup__info .rating-items {
        margin: 20px 0
    }

    .contacts-popup__info {
        width: 100%
    }

    .contacts-popup__info .rating-items__item .rating-items__text {
        font-size: 14px
    }

    .contacts-popup__info .rating-items__item .rating-items__text .stars {
        font-size: 21px
    }

    .contacts-popup__info .rating-items__item {
        padding: 14px 24px
    }

    .contacts-popup__logos {
        padding: 20px 0
    }

    .contacts-popup__offices-wrap span {
        font-size: 21px;
        padding: 6px 17px;
        margin-right: 12px;
        margin-bottom: 12px
    }
}

.contact-section .form-wrap__flexbox.form-contacts-popup .form__footer .no-validation-icon {
    max-width: 100%;
    margin-bottom: 10px
}

@-webkit-keyframes animWrapper {
    0% {
        display: none;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    1% {
        display: block;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

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

    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes animWrapper {
    0% {
        display: none;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    1% {
        display: block;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

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

    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-webkit-keyframes animContainer {
    0% {
        visibility: hidden
    }

    50% {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@keyframes animContainer {
    0% {
        visibility: hidden
    }

    50% {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@-webkit-keyframes animItem {
    0% {
        top: 20px;
        visibility: hidden;
        opacity: 0
    }

    40% {
        top: 20px;
        opacity: 0;
        visibility: hidden
    }

    50% {
        top: 20px;
        visibility: visible
    }

    60% {
        opacity: 1
    }

    to {
        top: 0
    }
}

@keyframes animItem {
    0% {
        top: 20px;
        visibility: hidden;
        opacity: 0
    }

    40% {
        top: 20px;
        opacity: 0;
        visibility: hidden
    }

    50% {
        top: 20px;
        visibility: visible
    }

    60% {
        opacity: 1
    }

    to {
        top: 0
    }
}

@-webkit-keyframes animList {
    0% {
        padding: 0 20px 0 70px;
        opacity: 0
    }

    60% {
        padding: 0 20px 0 60px;
        opacity: 0
    }

    70% {
        padding: 0 20px 0 50px;
        opacity: 0
    }

    80% {
        opacity: 1
    }

    to {
        padding: 0 20px 0 30px
    }
}

@keyframes animList {
    0% {
        padding: 0 20px 0 70px;
        opacity: 0
    }

    60% {
        padding: 0 20px 0 60px;
        opacity: 0
    }

    70% {
        padding: 0 20px 0 50px;
        opacity: 0
    }

    80% {
        opacity: 1
    }

    to {
        padding: 0 20px 0 30px
    }
}

@-webkit-keyframes slide-1 {
    to {
        right: 0
    }
}

@keyframes slide-1 {
    to {
        right: 0
    }
}

.phone {
    background-color: #fff;
    padding-top: 70px;
    background-size: cover
}

.phone h3 {
    color: #fff !important
}

@media(max-width:460px) {
    .phone .h2 {
        font-size: 26px
    }
}

.phone.augmented-reality--process {
    background: url(img/platforms/ar-construction/Block01.jpg);
    background-size: cover
}

.phone.augmented-reality--process .phone__image {
    background-position: 50%
}

@media screen and (max-width:767px) {
    .phone.augmented-reality--process {
        background: #fff url(img/platforms/ar-construction/Block01_m.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: bottom
    }
}

.phone.augmented-reality--validation {
    background: url(img/platforms/ar-construction/Block2.jpg);
    background-size: cover;
    color: #fff
}

.phone.augmented-reality--validation .icon .list--text,
.phone.augmented-reality--validation .phone__lead,
.phone.augmented-reality--validation .phone__title {
    color: #fff
}

@media screen and (max-width:1024px) {
    .phone.augmented-reality--validation {
        background-position-x: 60%
    }
}

@media screen and (max-width:768px) {
    .phone.augmented-reality--validation {
        background: #000 url(img/platforms/ar-construction/Block2_m.jpg);
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-position-x: 90%;
        background-size: cover;
        padding-bottom: 40px
    }
}

@media screen and (max-width:425px) {
    .phone.augmented-reality--validation {
        background-size: 175%;
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-position-x: 14%
    }
}

.phone.augmented-reality--reconstruction {
    background: url(img/platforms/ar-construction/Block3.jpg);
    background-size: cover;
    color: #fff
}

.phone.augmented-reality--reconstruction .icon .list--text,
.phone.augmented-reality--reconstruction .phone__lead,
.phone.augmented-reality--reconstruction .phone__title {
    color: #fff
}

@media screen and (max-width:1024px) {
    .phone.augmented-reality--reconstruction {
        background-position-x: 60%
    }
}

@media screen and (max-width:768px) {
    .phone.augmented-reality--reconstruction {
        background-size: cover;
        background-position: 50%
    }

    .phone.augmented-reality--reconstruction .phone__list li {
        max-width: none;
        margin-right: 20px
    }
}

@media screen and (max-width:600px) {
    .phone.augmented-reality--reconstruction {
        background: #4d4d4f url(img/platforms/ar-construction/Block3_m.jpg);
        background-size: 180%;
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-position-x: 80%
    }
}

.phone.augmented-reality--hazard {
    background: url(img/platforms/ar-construction/Block4.jpg);
    background-size: cover;
    color: #fff
}

.phone.augmented-reality--hazard .icon .list--text,
.phone.augmented-reality--hazard .phone__lead,
.phone.augmented-reality--hazard .phone__title {
    color: #fff
}

@media screen and (max-width:1280px) {
    .phone.augmented-reality--hazard {
        background-position-x: 90%
    }
}

@media screen and (max-width:1024px) {
    .phone.augmented-reality--hazard {
        background-position-x: 50%
    }
}

@media screen and (max-width:767px) {
    .phone.augmented-reality--hazard {
        background: #313c50 url(img/platforms/ar-construction/Block4_m.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: bottom
    }
}

@media screen and (max-width:425px) {
    .phone.augmented-reality--hazard {
        background-size: 175%
    }
}

.phone.augmented-reality--collaboration {
    background: url(img/platforms/ar-construction/Block5.jpg);
    background-size: cover
}

@media screen and (max-width:1024px) {
    .phone.augmented-reality--collaboration {
        background-position-x: 60%
    }
}

@media screen and (max-width:768px) {
    .phone.augmented-reality--collaboration {
        background: #fff url(img/platforms/ar-construction/Block5_m.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: bottom
    }
}

@media screen and (max-width:425px) {
    .phone.augmented-reality--collaboration {
        background-size: 205%;
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-position-x: 80%
    }
}

.phone--image {
    background-size: cover;
    background-position: 50%;
    color: #fff
}

.phone--image .icon .list--text,
.phone--image .phone__lead,
.phone--image .phone__title {
    color: #fff;
    opacity: .8
}

.phone__content {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .phone__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.phone__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    position: relative
}

@media screen and (max-width:767px) {
    .phone__column {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%
    }
}

.phone__column--height {
    min-height: 550px
}

@media screen and (max-width:767px) {
    .phone__column--height {
        min-height: 450px
    }
}

@media screen and (max-device-width:400px) {
    .phone__column--height {
        min-height: 350px
    }
}

.phone__column--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media screen and (max-width:767px) {
    .phone__column--order-2 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.phone__title {
    font-weight: 600;
    text-transform: uppercase;
    word-wrap: break-word
}

.phone__image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    position: absolute;
    height: 100%;
    width: 100%
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .phone__image {
        background-size: 90%
    }
}

@media screen and (max-width:767px) {
    .phone__image {
        background-position: bottom
    }
}

.phone__image--left {
    background-position: 0 100%
}

@media screen and (max-width:767px) {
    .phone__image--left {
        background-position: bottom
    }
}

.phone__lead {
    margin-bottom: 30px;
    color: #323232
}

@media screen and (max-width:1024px) {
    .phone__lead {
        padding-right: 40px
    }
}

@media screen and (max-width:768px) {
    .phone__lead {
        padding-right: 0
    }
}

.phone__list {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width:768px) {
    .phone__list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width:767px) {
    .phone__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.phone__list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    font-weight: 400;
    padding: 25px 25px 25px 0;
    font-size: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (max-width:767px) {
    .phone__list li {
        max-width: 100%
    }
}

.icon {
    position: relative
}

.icon .list--text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #323232
}

.icon:before {
    content: "";
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    height: 40px;
    width: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.icon--opacity:before {
    opacity: .7
}

#phone {
    display: none !important;
    z-index: 999;
    position: fixed;
    top: 80%;
    right: 0;
    padding-right: 10px
}

.newsletter {
    position: fixed;
    bottom: 0;
    height: 100px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 99;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

@media screen and (max-width:767px) {
    .newsletter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 120px
    }
}

@media screen and (max-width:330px) {
    .newsletter {
        height: 140px
    }
}

.newsletter--show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.newsletter--show .newsletter-title {
    width: 70%;
    padding: 10px 31px 10px 40px;
    opacity: .8;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    .newsletter--show .newsletter-title {
        width: 100%;
        padding: 10px 31px 5px 40px;
        font-size: 11px;
        text-align: center
    }
}

@media screen and (max-width:767px) and (max-width:480px) {
    .newsletter--show .newsletter-title {
        font-size: 10px;
        padding: 7px 10px 3px
    }
}

.newsletter--show .newsletter-link {
    color: #fff
}

.newsletter--show .newsletter-link:hover {
    color: #0072f6
}

.newsletter--show .newsletter-button {
    width: 30%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    .newsletter--show .newsletter-button {
        width: 100%
    }
}

.newsletter--show .newsletter-button .popup-ok {
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-width: 140px;
    font-size: 14px;
    padding: 0 20px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    font-family: Montserrat, Arial, sans-serif !important;
    color: #fff;
    line-height: .93;
    letter-spacing: normal;
    text-align: right;
    border: 1px solid #fff;
    text-decoration: none;
    font-style: normal;
    font-stretch: normal;
    cursor: pointer
}

.newsletter--show .newsletter-button .popup-ok:hover {
    background: #fff;
    color: #323232
}

.social-box .linkedin:hover {
    background-color: #0b86ca
}

.social-box .linkedin svg {
    width: 17px;
    height: 15px
}

.social-box .facebook:hover {
    background-color: #4c76be
}

.social-box .facebook svg {
    width: 11px;
    height: 14px
}

.social-box .twitter:hover {
    background-color: #000
}

.social-box .twitter svg {
    width: 19px;
    height: 12px
}

.social-box .flickr:hover {
    background-color: #ff0084
}

.social-box .flickr svg {
    width: 20px;
    height: 13px
}

.social-box .youtube:hover {
    background-color: red
}

.social-box .youtube svg {
    width: 25px;
    height: 15px;
    margin-left: 2px
}

.social-box__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.social-box__list,
.social-box__list .social-box__icon {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.social-box__list .social-box__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-color: rgba(50, 50, 50, .2)
}

.social-box__list .social-box__icon:last-child {
    margin-right: 0
}

.social-box__list .social-box__icon:hover {
    -webkit-animation: icon-zoom .3s linear 1;
    animation: icon-zoom .3s linear 1
}

.social-box__list svg {
    fill: #fff;
    margin: 0 auto
}

@-webkit-keyframes icon-zoom {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes icon-zoom {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

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

.ssk:before {
    display: inline-block;
    font-family: social-share-kit !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ssk-facebook:before {
    content: "a";
    text-indent: 4px;
    margin-right: -4px
}

.ssk-twitter:before {
    content: "b"
}

.ssk-google-plus:before {
    content: "v"
}

.ssk-google-plus-old:before {
    content: "c"
}

.ssk-email:before {
    content: "d";
    top: -1px;
    position: relative
}

.ssk-pinterest:before {
    content: "e"
}

.ssk-tumblr:before {
    content: "f"
}

.ssk-linkedin:before {
    content: "g"
}

.ssk-github:before {
    content: "h"
}

.ssk-vk:before {
    content: "i"
}

.ssk-instagram:before {
    content: "j"
}

.ssk-amazon:before {
    content: "k"
}

.ssk-skype:before {
    content: "s"
}

.ssk-youtube:before {
    content: "x"
}

.ssk-vimeo:before {
    content: "u"
}

.ssk-ebay:before {
    content: "p"
}

.ssk-apple:before {
    content: "l"
}

.ssk-behance:before {
    content: "q"
}

.ssk-dribble:before {
    content: "n"
}

.ssk-android:before {
    content: "o"
}

.ssk-whatsapp:before {
    content: "m"
}

.ssk-reddit:before {
    content: "r"
}

.ssk-reddit2:before {
    content: "t"
}

.ssk {
    background-color: #757575;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    line-height: 1px;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    transition: background-color .1s;
    -webkit-transition: background-color .1s;
    -moz-transition: background-color .1s;
    -ms-transition: background-color .1s;
    -o-transition: background-color .1s
}

.ssk .fa,
.ssk .glyphicon,
.ssk:before {
    position: relative;
    font-size: 22px;
    top: 0;
    vertical-align: middle
}

.ssk-xs>.ssk,
.ssk.ssk-xs {
    padding: 4px
}

.ssk-xs>.ssk .fa,
.ssk-xs>.ssk .glyphicon,
.ssk-xs>.ssk:before,
.ssk.ssk-xs .fa,
.ssk.ssk-xs .glyphicon,
.ssk.ssk-xs:before {
    font-size: 15px
}

.ssk-sm>.ssk,
.ssk.ssk-sm {
    padding: 5px
}

.ssk-sm>.ssk .fa,
.ssk-sm>.ssk .glyphicon,
.ssk-sm>.ssk:before,
.ssk.ssk-sm .fa,
.ssk.ssk-sm .glyphicon,
.ssk.ssk-sm:before {
    font-size: 20px
}

.ssk-lg>.ssk,
.ssk.ssk-lg {
    padding: 9px
}

.ssk-lg>.ssk .fa,
.ssk-lg>.ssk .glyphicon,
.ssk-lg>.ssk:before,
.ssk.ssk-lg .fa,
.ssk.ssk-lg .glyphicon,
.ssk.ssk-lg:before {
    font-size: 28px
}

.ssk:last-child {
    margin-right: 0
}

.ssk:hover {
    background-color: #424242
}

.ssk:focus,
.ssk:hover {
    color: #fff;
    text-decoration: none
}

.ssk-round .ssk,
.ssk.ssk-round {
    border-radius: 50%
}

.ssk-round .ssk:before,
.ssk.ssk-round:before {
    text-indent: 0;
    margin-right: 0
}

.ssk-rounded .ssk,
.ssk.ssk-rounded {
    border-radius: 15%
}

.ssk.ssk-icon {
    color: #757575;
    padding: 2px;
    font-size: 24px
}

.ssk.ssk-icon,
.ssk.ssk-icon:hover {
    background-color: transparent
}

.ssk.ssk-icon:hover {
    color: #424242
}

.ssk-xs>.ssk.ssk-icon,
.ssk.ssk-icon.ssk-xs {
    font-size: 16px
}

.ssk-sm>.ssk.ssk-icon,
.ssk.ssk-icon.ssk-sm {
    font-size: 20px
}

.ssk-lg>.ssk.ssk-icon,
.ssk.ssk-icon.ssk-lg {
    font-size: 28px
}

.ssk.ssk-text {
    overflow: hidden;
    font-size: 17px;
    line-height: normal;
    padding-right: 10px
}

.ssk.ssk-text .fa,
.ssk.ssk-text .glyphicon,
.ssk.ssk-text:before {
    margin: -7px 10px -7px -7px;
    padding: 7px;
    background-color: rgba(0, 0, 0, .15);
    vertical-align: bottom;
    text-indent: 0
}

.ssk-block .ssk.ssk-text {
    display: block;
    margin-right: 0;
    text-align: left
}

.ssk-xs>.ssk.ssk-text,
.ssk.ssk-text.ssk-xs {
    font-size: 12px;
    padding-right: 6px
}

.ssk-xs>.ssk.ssk-text .fa,
.ssk-xs>.ssk.ssk-text .glyphicon,
.ssk-xs>.ssk.ssk-text:before,
.ssk.ssk-text.ssk-xs .fa,
.ssk.ssk-text.ssk-xs .glyphicon,
.ssk.ssk-text.ssk-xs:before {
    margin: -4px 6px -4px -4px;
    padding: 4px
}

.ssk-sm>.ssk.ssk-text,
.ssk.ssk-text.ssk-sm {
    font-size: 16px;
    padding-right: 7px
}

.ssk-sm>.ssk.ssk-text .fa,
.ssk-sm>.ssk.ssk-text .glyphicon,
.ssk-sm>.ssk.ssk-text:before,
.ssk.ssk-text.ssk-sm .fa,
.ssk.ssk-text.ssk-sm .glyphicon,
.ssk.ssk-text.ssk-sm:before {
    margin: -5px 7px -5px -5px;
    padding: 5px
}

.ssk-lg>.ssk.ssk-text,
.ssk.ssk-text.ssk-lg {
    font-size: 22px;
    padding-right: 13px
}

.ssk-lg>.ssk.ssk-text .fa,
.ssk-lg>.ssk.ssk-text .glyphicon,
.ssk-lg>.ssk.ssk-text:before,
.ssk.ssk-text.ssk-lg .fa,
.ssk.ssk-text.ssk-lg .glyphicon,
.ssk.ssk-text.ssk-lg:before {
    margin: -9px 13px -9px -9px;
    padding: 9px
}

.ssk-group,
.ssk-sticky {
    font-size: 0
}

.ssk-sticky {
    top: 0;
    position: fixed;
    z-index: 2000
}

.ssk-sticky .ssk {
    transition: padding .1s ease-out;
    -webkit-transition: padding .1s ease-out;
    -moz-transition: padding .1s ease-out;
    -ms-transition: padding .1s ease-out;
    -o-transition: padding .1s ease-out;
    margin: 0
}

@media(min-width:768px) {

    .ssk-sticky.ssk-left .ssk,
    .ssk-sticky.ssk-right .ssk {
        display: block;
        clear: both
    }

    .ssk-sticky.ssk-left.ssk-center,
    .ssk-sticky.ssk-right.ssk-center {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }

    .ssk-sticky.ssk-left {
        left: 0
    }

    .ssk-sticky.ssk-left .ssk {
        float: left
    }

    .ssk-sticky.ssk-left .ssk:hover {
        padding-left: 15px
    }

    .ssk-sticky.ssk-right {
        right: 0
    }

    .ssk-sticky.ssk-right .ssk {
        float: right
    }

    .ssk-sticky.ssk-right .ssk:hover {
        padding-right: 15px
    }
}

.ssk-sticky.ssk-bottom {
    font-size: 0;
    top: auto;
    bottom: 0
}

.ssk-sticky.ssk-bottom.ssk-center {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.ssk-sticky.ssk-bottom .ssk {
    vertical-align: bottom
}

.ssk-sticky.ssk-bottom .ssk:hover {
    padding-bottom: 15px
}

.ssk-sticky.ssk-round.ssk-xs .ssk:hover {
    padding: 8px
}

.ssk-sticky.ssk-round.ssk-sm .ssk:hover {
    padding: 9px
}

.ssk-sticky.ssk-round .ssk:hover {
    padding: 11px
}

.ssk-sticky.ssk-round.ssk-lg .ssk:hover {
    padding: 13px
}

@media(max-width:767px) {
    .ssk-sticky {
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        -js-display: flex !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .ssk-sticky.ssk-sticky-hide-xs {
        display: none !important
    }

    .ssk-sticky .ssk {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto
    }

    .ssk-sticky .ssk .ssk-num {
        display: none
    }
}

.ssk-count {
    padding-top: 20px
}

.ssk-count .ssk {
    position: relative
}

.ssk-count .ssk-num {
    border-radius: 4px;
    color: #8f8f8f;
    background-color: rgba(50, 50, 50, .03);
    display: block;
    font-size: 12px;
    left: 0;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -20px
}

@media(min-width:768px) {
    .ssk-count.ssk-sticky {
        padding-top: 0
    }

    .ssk-count.ssk-sticky.ssk-left .ssk-num,
    .ssk-count.ssk-sticky.ssk-right .ssk-num {
        top: 20%;
        background-color: transparent
    }

    .ssk-count.ssk-sticky.ssk-left .ssk-num {
        left: 100%;
        margin-left: 5px
    }

    .ssk-count.ssk-sticky.ssk-right .ssk-num {
        right: 115%;
        margin-left: -100%;
        text-align: right
    }
}

.ssk-facebook {
    background-color: #255c95
}

.ssk-grayscale>.ssk-facebook {
    background-color: #757575
}

.ssk-facebook:hover {
    background-color: #1b436c
}

.ssk-grayscale>.ssk-facebook:hover {
    background-color: #255c95
}

.ssk-facebook.ssk-icon {
    color: #255c95
}

.ssk-facebook.ssk-icon:hover {
    color: #1b436c
}

.ssk-facebook.ssk-icon:before {
    text-indent: 0;
    margin-right: 0
}

.ssk-twitter {
    background-color: #00b4e0
}

.ssk-grayscale>.ssk-twitter {
    background-color: #757575
}

.ssk-twitter:hover {
    background-color: #008bad
}

.ssk-grayscale>.ssk-twitter:hover {
    background-color: #00b4e0
}

.ssk-twitter.ssk-icon {
    color: #00b4e0
}

.ssk-twitter.ssk-icon:hover {
    color: #008bad
}

.ssk-google-plus {
    background-color: #f1403a
}

.ssk-grayscale>.ssk-google-plus {
    background-color: #757575
}

.ssk-google-plus:hover {
    background-color: #e81810
}

.ssk-grayscale>.ssk-google-plus:hover {
    background-color: #f1403a
}

.ssk-google-plus.ssk-icon {
    color: #f1403a
}

.ssk-google-plus.ssk-icon:hover {
    color: #e81810
}

.ssk-pinterest {
    background-color: #cb2027
}

.ssk-grayscale>.ssk-pinterest {
    background-color: #757575
}

.ssk-pinterest:hover {
    background-color: #9f191f
}

.ssk-grayscale>.ssk-pinterest:hover {
    background-color: #cb2027
}

.ssk-pinterest.ssk-icon {
    color: #cb2027
}

.ssk-pinterest.ssk-icon:hover {
    color: #9f191f
}

.ssk-tumblr {
    background-color: #395773
}

.ssk-grayscale>.ssk-tumblr {
    background-color: #757575
}

.ssk-tumblr:hover {
    background-color: #283d51
}

.ssk-grayscale>.ssk-tumblr:hover {
    background-color: #395773
}

.ssk-tumblr.ssk-icon {
    color: #395773
}

.ssk-tumblr.ssk-icon:hover {
    color: #283d51
}

.ssk-email,
.ssk-grayscale>.ssk-email {
    background-color: #757575
}

.ssk-email:hover {
    background-color: #5b5b5b
}

.ssk-grayscale>.ssk-email:hover {
    background-color: #757575;
    background-color: #5b5b5b
}

.ssk-email.ssk-icon {
    color: #757575
}

.ssk-email.ssk-icon:hover {
    color: #5b5b5b
}

.ssk-vk {
    background-color: #54769a
}

.ssk-grayscale>.ssk-vk {
    background-color: #757575
}

.ssk-vk:hover {
    background-color: #425d79
}

.ssk-grayscale>.ssk-vk:hover {
    background-color: #54769a
}

.ssk-vk.ssk-icon {
    color: #54769a
}

.ssk-vk.ssk-icon:hover {
    color: #425d79
}

.ssk-linkedin {
    background-color: #1c87bd
}

.ssk-grayscale>.ssk-linkedin {
    background-color: #757575
}

.ssk-linkedin:hover {
    background-color: #156791
}

.ssk-grayscale>.ssk-linkedin:hover {
    background-color: #1c87bd
}

.ssk-linkedin.ssk-icon {
    color: #1c87bd
}

.ssk-linkedin.ssk-icon:hover {
    color: #156791
}

.ssk-whatsapp {
    background-color: #34af23
}

.ssk-grayscale>.ssk-whatsapp {
    background-color: #757575
}

.ssk-whatsapp:hover {
    background-color: #27851a
}

.ssk-grayscale>.ssk-whatsapp:hover {
    background-color: #34af23
}

.ssk-whatsapp.ssk-icon {
    color: #34af23
}

.ssk-whatsapp.ssk-icon:hover {
    color: #27851a
}

.ssk-reddit {
    background-color: #5f99cf
}

.ssk-grayscale>.ssk-reddit {
    background-color: #757575
}

.ssk-reddit:hover {
    background-color: #3a80c1
}

.ssk-grayscale>.ssk-reddit:hover {
    background-color: #5f99cf
}

.ssk-reddit.ssk-icon {
    color: #5f99cf
}

.ssk-reddit.ssk-icon:hover {
    color: #3a80c1
}

.ssk-reddit2 {
    background-color: #5f99cf
}

.ssk-grayscale>.ssk-reddit2 {
    background-color: #757575
}

.ssk-reddit2:hover {
    background-color: #3a80c1
}

.ssk-grayscale>.ssk-reddit2:hover {
    background-color: #5f99cf
}

.ssk-reddit2.ssk-icon {
    color: #5f99cf
}

.ssk-reddit2.ssk-icon:hover {
    color: #3a80c1
}

.ssk-turquoise {
    background-color: #1abc9c
}

.ssk-turquoise:hover {
    background-color: #148f77
}

.ssk-emerald {
    background-color: #2ecc71
}

.ssk-emerald:hover {
    background-color: #25a25a
}

.ssk-peter-river {
    background-color: #3498db
}

.ssk-peter-river:hover {
    background-color: #217dbb
}

.ssk-belize-hole {
    background-color: #2980b9
}

.ssk-belize-hole:hover {
    background-color: #20638f
}

.ssk-amethyst {
    background-color: #9b59b6
}

.ssk-amethyst:hover {
    background-color: #804399
}

.ssk-wisteria {
    background-color: #8e44ad
}

.ssk-wisteria:hover {
    background-color: #703688
}

.ssk-wet-asphalt {
    background-color: #34495e
}

.ssk-wet-asphalt:hover {
    background-color: #222f3d
}

.ssk-midnight-blue {
    background-color: #2c3e50
}

.ssk-midnight-blue:hover {
    background-color: #1a242f
}

.ssk-green-sea {
    background-color: #16a085
}

.ssk-green-sea:hover {
    background-color: #107360
}

.ssk-nephritis {
    background-color: #27ae60
}

.ssk-nephritis:hover {
    background-color: #1e8449
}

.ssk-sunflower {
    background-color: #f1c40f
}

.ssk-sunflower:hover {
    background-color: #c29d0b
}

.ssk-orange {
    background-color: #f39c12
}

.ssk-orange:hover {
    background-color: #c87f0a
}

.ssk-carrot {
    background-color: #e67e22
}

.ssk-carrot:hover {
    background-color: #bf6516
}

.ssk-pumpkin {
    background-color: #d35400
}

.ssk-pumpkin:hover {
    background-color: #a04000
}

.ssk-alizarin {
    background-color: #e74c3c
}

.ssk-alizarin:hover {
    background-color: #d62c1a
}

.ssk-pomegranate {
    background-color: #c0392b
}

.ssk-pomegranate:hover {
    background-color: #962d22
}

.ssk-clouds {
    background-color: #cfd9db
}

.ssk-clouds:hover {
    background-color: #b1c2c6
}

.ssk-concrete {
    background-color: #95a5a6
}

.ssk-concrete:hover {
    background-color: #798d8f
}

.ssk-silver {
    background-color: #bdc3c7
}

.ssk-silver:hover {
    background-color: #a1aab0
}

.ssk-asbestos {
    background-color: #7f8c8d
}

.ssk-asbestos:hover {
    background-color: #667273
}

.ssk-dark-gray {
    background-color: #555
}

.ssk-dark-gray:hover {
    background-color: #3b3b3b
}

.ssk-black {
    background-color: #333
}

.ssk-black:hover {
    background-color: #1a1a1a
}

.thank {
    border: 1px solid #dfdfdf;
    padding: 35px;
    margin: 0 auto;
    max-width: 580px;
    width: 100%
}

.thank--border-none {
    border: none
}

.thank__content {
    color: #000;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.thank__content--white {
    color: #fff
}

.thank__content--blue {
    color: #1476f2
}

.thank__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .thank__title {
        font-size: 20px
    }
}

.thank__title--big {
    font-size: 28px;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .thank__title--big {
        font-size: 22px
    }
}

.thank__text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 20px;
    max-width: 360px
}

@media screen and (max-width:767px) {
    .thank__text {
        font-size: 16px
    }
}

.title {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-transform: uppercase
}

.title--black {
    color: #323232;
    text-align: center;
    width: 100%
}

@media screen and (max-width:767px) {
    .title--insights {
        padding-top: 72px
    }
}

.title--uppercase,
h2 {
    text-transform: uppercase;
    font-weight: 600
}

@media screen and (max-width:767px) {

    .title--uppercase,
    h2 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 6px
    }
}

@media screen and (max-width:767px) {
    .title--margin-top {
        margin-top: 150px
    }
}

@media screen and (max-width:575px) {
    .title--margin-top {
        margin-top: 0
    }
}

.title--cases {
    color: #000;
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase
}

@media screen and (max-width:1023px) {
    .title--cases {
        font-size: 24px;
        margin-bottom: 10px
    }

    .title--cases .title__preheader {
        display: none
    }
}

.title__preheader {
    color: inherit;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    opacity: .3;
    text-transform: uppercase;
    margin-bottom: 10px
}

.title__preheader--tag {
    background-color: rgba(0, 114, 246, .8);
    font-size: 13px;
    font-weight: 500;
    opacity: 1;
    padding: 5px 10px 4px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    letter-spacing: .5px;
    color: #fff
}

@media screen and (max-width:1023px) {
    .title__preheader--tag {
        font-size: 14px
    }
}

.title__preheader--gray {
    opacity: .6;
    background-color: #a7a7a7;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #fff
}

.title__preheader--white {
    color: #fff
}

.title--medium,
h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #323232
}

@media screen and (max-width:575px) {

    .title--medium,
    h2 {
        font-size: 24px;
        line-height: 36px
    }
}

.title--sitemap {
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    color: #323232
}

.static-page-title {
    background-image: url(img/map-gray.png);
    background-size: 55%;
    background-position: 50% -166px;
    background-repeat: no-repeat;
    background-attachment: fixed
}

@media screen and (max-width:1440px) {
    .static-page-title {
        background-position: 50% -100px
    }
}

@media screen and (max-width:1024px) {
    .static-page-title {
        background-size: contain;
        background-position: 50% -10px
    }
}

@media screen and (max-width:600px) {
    .static-page-title {
        background-size: cover;
        background-position: 50% -130px
    }
}

.static-page-title__heading {
    font-size: 40px;
    line-height: 1em;
    text-transform: uppercase;
    color: #323232;
    font-weight: 600;
    font-family: Montserrat, Arial, sans-serif;
    text-align: center
}

@media screen and (max-width:600px) {
    .static-page-title__heading {
        font-size: 30px
    }
}

.static-page-title__additional-text {
    font-family: Montserrat;
    font-size: 15px;
    line-height: 1.67;
    text-align: center;
    color: #555;
    font-weight: 400;
    padding-top: 15px;
    max-width: 745px;
    margin: auto
}

.static-page-title {
    padding: 235px 0 60px
}

p.description {
    font-size: 18px;
    line-height: 1.67;
    text-align: center;
    color: rgba(50, 50, 50, .7);
    width: 100%;
    max-width: 800px;
    margin: auto
}

@media screen and (max-width:1023px) {
    p.description {
        font-size: 16px;
        line-height: 30px
    }
}

.cd-intro {
    max-width: 1006px;
    margin: 0 auto;
    min-height: 180px
}

.cd-title {
    position: relative;
    height: 160px;
    line-height: 230px;
    text-align: center
}

.cd-title h1 {
    font-size: 2.4rem;
    font-weight: 700
}

@media only screen and (min-width:768px) {
    .cd-title {
        line-height: 250px
    }
}

@media only screen and (min-width:1170px) {
    .cd-title {
        height: 200px;
        line-height: 300px
    }

    .cd-title h1 {
        font-size: 3rem
    }
}

.cd-headline {
    font-size: 24px;
    color: #0072f6
}

.cd-words-wrapper {
    display: block;
    font-size: 36px;
    color: #000;
    position: relative;
    text-align: left
}

@media screen and (max-width:767px) {
    .cd-words-wrapper {
        font-size: 24px
    }
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0
}

.cd-words-wrapper b.is-visible {
    position: relative
}

.no-js .cd-words-wrapper b {
    opacity: 0
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1
}

.cd-headline.rotate-1 .cd-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px
}

.cd-headline.rotate-1 b {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.cd-headline.rotate-1 b.is-visible {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-animation: cd-rotate-1-in 1.2s;
    animation: cd-rotate-1-in 1.2s
}

.cd-headline.rotate-1 b.is-hidden {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: cd-rotate-1-out 1.2s;
    animation: cd-rotate-1-out 1.2s
}

.cd-headline.type .cd-words-wrapper {
    vertical-align: top;
    overflow: hidden
}

.cd-headline.type .cd-words-wrapper:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #aebcb9
}

.cd-headline.type .cd-words-wrapper.waiting:after {
    -webkit-animation: cd-pulse 1s infinite;
    animation: cd-pulse 1s infinite
}

.cd-headline.type .cd-words-wrapper.selected {
    background-color: #aebcb9
}

.cd-headline.type .cd-words-wrapper.selected:after {
    visibility: hidden
}

.cd-headline.type .cd-words-wrapper.selected b {
    color: #0d0d0d
}

.cd-headline.type b {
    visibility: hidden
}

.cd-headline.type b.is-visible {
    visibility: visible
}

.cd-headline.type i {
    position: absolute;
    visibility: hidden
}

.cd-headline.type i.in {
    position: relative;
    visibility: visible;
    font-style: normal
}

.cd-headline.rotate-2 .cd-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px
}

.cd-headline.rotate-2 em,
.cd-headline.rotate-2 i {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-headline.rotate-2 b {
    opacity: 0
}

.cd-headline.rotate-2 i {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0
}

.is-visible .cd-headline.rotate-2 i {
    opacity: 1
}

.cd-headline.rotate-2 i.in {
    -webkit-animation: cd-rotate-2-in .4s forwards;
    animation: cd-rotate-2-in .4s forwards
}

.cd-headline.rotate-2 i.out {
    -webkit-animation: cd-rotate-2-out .4s forwards;
    animation: cd-rotate-2-out .4s forwards
}

.cd-headline.rotate-2 em {
    -webkit-transform: translateZ(20px);
    -ms-transform: translateZ(20px);
    transform: translateZ(20px)
}

.no-csstransitions .cd-headline.rotate-2 i {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0
}

.no-csstransitions .cd-headline.rotate-2 i em {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
    opacity: 1
}

.cd-headline.loading-bar span {
    display: inline-block;
    padding: .2em 0
}

.cd-headline.loading-bar .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top
}

.cd-headline.loading-bar .cd-words-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #0096a7;
    z-index: 2;
    -webkit-transition: width .3s -.1s;
    transition: width .3s -.1s
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading:after {
    width: 100%;
    -webkit-transition: width 3s;
    transition: width 3s
}

.cd-headline.loading-bar b {
    top: .2em;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.cd-headline.loading-bar b.is-visible {
    opacity: 1;
    top: 0
}

.cd-headline.slide span {
    display: block;
    padding: .2em 0;
    text-transform: uppercase
}

.cd-headline.slide .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top
}

.cd-headline.slide b {
    opacity: 0;
    top: .2em;
    text-transform: uppercase
}

.cd-headline.slide b.is-visible {
    top: 0;
    opacity: 1;
    -webkit-animation: slide-in .6s;
    animation: slide-in .6s
}

.cd-headline.slide b.is-hidden {
    -webkit-animation: slide-out .6s;
    animation: slide-out .6s
}

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }

    35% {
        -webkit-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0
    }

    65% {
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(1turn);
        -ms-transform: rotateX(1turn);
        transform: rotateX(1turn);
        opacity: 1
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }

    35% {
        -webkit-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0
    }

    65% {
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(1turn);
        -ms-transform: rotateX(1turn);
        transform: rotateX(1turn);
        opacity: 1
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1
    }

    65% {
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1
    }

    65% {
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }
}

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1
    }

    40% {
        -webkit-transform: translateY(-50%) scale(.9);
        -ms-transform: translateY(-50%) scale(.9);
        transform: translateY(-50%) scale(.9);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0
    }
}

@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1
    }

    40% {
        -webkit-transform: translateY(-50%) scale(.9);
        -ms-transform: translateY(-50%) scale(.9);
        transform: translateY(-50%) scale(.9);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0
    }
}

@-webkit-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        -ms-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        -ms-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        -ms-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg)
    }
}

@keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        -ms-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        -ms-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        -ms-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg)
    }
}

@-webkit-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        -ms-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        -ms-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg)
    }

    to {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        -ms-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg)
    }
}

@keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        -ms-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        -ms-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg)
    }

    to {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        -ms-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -ms-transform: translateY(120%);
        transform: translateY(120%)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -ms-transform: translateY(120%);
        transform: translateY(120%)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.page-title h1 {
    font-weight: 900;
    font-size: 60px;
    line-height: 65px;
    color: #121212;
    margin: 0 0 13px
}

@media screen and (max-width:1023px) {
    .page-title h1 {
        font-size: 36px;
        line-height: 40px
    }
}

.page-title h2 {
    font-weight: 900;
    font-size: 60px;
    line-height: 65px;
    color: #121212
}

@media screen and (max-width:1023px) {
    .page-title h2 {
        font-size: 36px;
        line-height: 40px
    }
}

@media screen and (max-width:600px) {
    .page-title h2 {
        font-size: 28px;
        line-height: 34px
    }
}

.page-lead p {
    font-size: 22px;
    line-height: 35px;
    font-weight: 700
}

@media screen and (max-width:1023px) {
    .page-lead p {
        font-size: 18px;
        line-height: 1.5
    }
}

.block-title {
    margin-bottom: 50px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .block-title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.block-title h1 {
    font-size: 36px;
    font-weight: 900
}

.block-title__link {
    font-size: 11px;
    color: #000;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .block-title__link {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: 20px
    }
}

.block-title__link--home {
    margin-right: 50px
}

@media screen and (max-width:767px) {
    .block-title__link--home {
        margin-right: 0
    }
}

.partners .page-title {
    margin: 70px 0 80px
}

.bage {
    position: fixed;
    left: 0;
    top: 324px;
    z-index: 1000;
    padding: 15px 15px 0;
    background-color: #870738;
    -webkit-box-shadow: 0 10px 20px rgba(80, 80, 80, .1);
    box-shadow: 0 10px 20px rgba(80, 80, 80, .1);
    max-width: 97px
}

@media screen and (max-width:991px) {
    .bage {
        display: none
    }
}

.bage img {
    margin-bottom: 20px
}

.bage div {
    font-family: Source Sans Pro;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 13px
}

.fade {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.cf:after,
section:after {
    content: "";
    display: table;
    clear: both
}

.container {
    margin: 0 auto;
    padding: 0 40px;
    height: 100%;
    width: 100%
}

@media screen and (max-width:1023px) {
    .container {
        padding: 0 20px
    }
}

@media screen and (min-width:1280px) {
    .container {
        width: 1200px;
        padding: 0
    }
}

.container--flex {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:991px) {
    .container--flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width:767px) {
    .container--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (min-width:1024px) {
    .container--post {
        width: 1000px
    }
}

a {
    color: #171717;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

a:hover {
    color: #0072f6;
    -webkit-transition: none;
    transition: none
}

.btn {
    height: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-width: 140px;
    font-size: 13px;
    padding: 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: #1476f2;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    white-space: nowrap
}

@media screen and (max-width:575px) {
    .btn {
        font-size: 14px
    }
}

.btn [class*=" isoi-"],
.btn [class^=isoi-] {
    font-size: 12px;
    color: #1476f2;
    padding-left: 12px;
    display: block
}

.btn:hover {
    background: #005ed7;
    border-color: #005ed7;
    color: #fff
}

.btn:hover [class*=" isoi-"],
.btn:hover [class^=isoi-] {
    color: #fff
}

.btn:active {
    background: #323232;
    border-color: #323232;
    color: #fff
}

.btn:active [class*=" isoi-"],
.btn:active [class^=isoi-] {
    color: #fff
}

.btn.btn--about-news {
    height: 50px;
    min-width: 170px
}

.btn--fluid {
    width: 100%;
    padding: 0
}

#fp-nav ul li:last-child {
    display: none
}

.js-show {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.overflow-hidden {
    overflow: hidden
}

.js-hide {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.pages-error .static {
    padding-top: 130px
}

.static {
    padding-top: 230px
}

.notify {
    background-color: #e74c3c;
    color: #fff;
    cursor: pointer;
    padding: 20px;
    width: 350px;
    opacity: 0;
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    z-index: 112
}

.text-white {
    color: #fff !important
}

.text-center {
    text-align: center
}

.m-none {
    margin: 0 !important
}

.m-left-none {
    margin-left: 0 !important
}

.m-right-none {
    margin-right: 0 !important
}

@media screen and (min-width:768px) {
    .m-right-md-none {
        margin-right: 0 !important
    }
}

.m-top-none {
    margin-top: 0 !important
}

.m-bottom-none {
    margin-bottom: 0 !important
}

.p-none {
    padding: 0 !important
}

.p-left-none {
    padding-left: 0 !important
}

.p-right-none {
    padding-right: 0 !important
}

.p-top-none {
    padding-top: 0 !important
}

.p-bottom-none {
    padding-bottom: 0 !important
}

@media screen and (max-width:768px) {
    .flex-dir-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:1023px) {
    .hide-tablet {
        display: none !important
    }
}

@media screen and (max-width:767px) {
    .hide-mobile {
        display: none !important
    }
}

@media screen and (min-width:1023px) {
    .show-tablet {
        display: none
    }
}

.bg-fluid {
    background-size: cover;
    background-position: 50%
}

.section-margin {
    margin-bottom: 80px
}

@media screen and (max-width:767px) {
    .section-margin {
        margin-bottom: 0
    }
}

.egg {
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 9999;
    display: block
}

.m-bottom-35 {
    margin-bottom: 35px
}

.parallax-image-100 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1
}

.stats {
    position: relative;
    padding: 90px 0 114px;
    text-align: center;
    color: #fff;
    overflow: hidden
}

.stats .bg-stats-clients {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1476f2;
    z-index: -1
}

.stats .bg-stats-clients .bg-img {
    display: block;
    margin: 0 auto;
    width: 180%;
    max-width: 180%;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-animation: 30s scale-in infinite linear;
    animation: 30s scale-in infinite linear
}

@media(min-width:520px) {
    .stats .bg-stats-clients .bg-img {
        width: 120%;
        max-width: 120%
    }
}

@media(min-width:768px) {
    .stats .bg-stats-clients .bg-img {
        width: 80%;
        max-width: 80%
    }
}

@media(min-width:1040px) {
    .stats .bg-stats-clients .bg-img {
        width: 65%;
        max-width: 65%
    }
}

@media(min-width:1200px) {
    .stats .bg-stats-clients .bg-img {
        width: 50%;
        max-width: 50%
    }
}

@-webkit-keyframes scale-in {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes scale-in {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.stats--blue {
    background-color: #0072f6;
    background-image: none;
    padding: 45px 0
}

.stats--white {
    color: #0072f6;
    background-color: #fff;
    background-image: none;
    padding: 0
}

.stats__wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -35px 0
}

.stats__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase
}

.stats__lead {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 60px
}

.stats__item {
    width: 33%;
    padding: 35px 0
}

.stats__item--4 {
    width: 25%
}

.stats__content {
    max-width: 230px;
    width: 100%;
    margin: 0 auto
}

.stats__content--vertically {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left
}

.stats__number {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px
}

.stats__number--inline {
    margin: 0
}

.stats__number--massive {
    font-size: 80px
}

.stats__number--large {
    font-size: 40px
}

.stats__heading {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
    text-transform: uppercase
}

.stats__heading--inline {
    margin: 0;
    padding-left: 15px
}

.stats__heading--black {
    color: #323232
}

.stats__text {
    line-height: 1.33;
    opacity: .8
}

@media screen and (max-width:1023px) {
    .stats__item--4 {
        width: 50%
    }
}

@media screen and (max-width:767px) {

    .stats__item,
    .stats__item--4 {
        width: 100%
    }
}

@media screen and (min-width:1280px) {
    .stats--overlay {
        background-color: rgba(0, 114, 246, .9);
        margin-top: -130px;
        position: relative;
        z-index: 2
    }
}

@media(max-device-width:1024px) {
    .stats__content--vertically {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .stats__heading--inline {
        padding-left: 0;
        padding-top: 5px
    }

    .stats__item {
        padding: 25px 0
    }
}

.clients-success {
    padding: 20px 0 80px;
    position: relative
}

@media screen and (max-width:767px) {
    .clients-success {
        padding-bottom: 13px !important
    }
}

.clients-success .container {
    width: 100%;
    max-width: 1120px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.clients-success .container h2.title {
    padding: 60px 0 10px;
    font-size: 32px;
    font-weight: 600;
    line-height: .94;
    text-align: center;
    color: #323232;
    margin: 0 auto 20px
}

@media screen and (max-width:767px) {
    .clients-success .container h2.title {
        font-size: 24px;
        line-height: 30px;
        padding-top: 21px
    }
}

a.all-link {
    margin: 0 auto;
    color: #0072f6;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 191px;
    font-size: 13px;
    padding: 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    white-space: nowrap
}

a.all-link:hover {
    color: #005ed7
}

a.all-link:hover i {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px)
}

a.all-link i {
    padding-left: 12px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a.all-link-about {
    margin-top: 27px
}

@media screen and (max-width:767px) {
    a.all-link .container {
        padding: 0
    }

    a.all-link .container h2.title {
        margin: 3px 0;
        padding: 46px 0;
        font-size: 24px;
        line-height: 1.25;
        background-color: #fff
    }
}

.swiper-container {
    width: 100%;
    height: 420px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .6s ease, -webkit-transform .3s ease;
    transition: opacity .6s ease, -webkit-transform .3s ease;
    transition: opacity .6s ease, transform .3s ease;
    transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease
}

@media screen and (max-width:767px) {
    .swiper-container {
        height: 360px
    }
}

.swiper-container.main-slider {
    margin: 40px 0 2px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .03);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .03)
}

@media screen and (max-width:480px) {
    .swiper-container.main-slider {
        margin-top: 18px;
        height: auto;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.swiper-container.nav-slider {
    width: 100%;
    height: 110px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    background-color: rgba(0, 0, 0, .03);
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .03);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .03)
}

@media screen and (max-width:767px) {
    .swiper-container.nav-slider {
        height: 80px
    }
}

@media screen and (max-width:480px) {
    .swiper-container.nav-slider {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 40px
    }
}

.swiper-container.nav-slider .swiper-slide {
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.swiper-container.nav-slider .swiper-slide:hover .logo-nav .entity-img {
    opacity: 1
}

.swiper-container.nav-slider .swiper-slide .logo-nav {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom .3s ease;
    transition: border-bottom .3s ease
}

.swiper-container.nav-slider .swiper-slide .logo-nav .entity-img {
    opacity: .7;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.swiper-container.nav-slider .swiper-slide.swiper-slide-active .logo-nav {
    border-bottom: 2px solid #1476f2
}

.swiper-container.nav-slider .swiper-slide.swiper-slide-active .logo-nav .entity-img {
    opacity: 1
}

.swiper-container.loading {
    opacity: 0;
    visibility: hidden
}

.swiper-slide {
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.swiper-slide .entity-img {
    width: 100%;
    max-width: 120px;
    max-height: 70px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-slider .slide-wrapper {
    width: 100%;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

@media screen and (max-width:480px) {
    .main-slider .slide-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.main-slider .clients-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}

@media screen and (max-width:991px) {
    .main-slider .clients-image {
        background-position: 100% 50%
    }
}

.main-slider .clients-image .entity-img {
    display: none
}

@media screen and (max-width:480px) {
    .main-slider .clients-image {
        margin: 0 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        max-height: 202px;
        height: 100%;
        min-height: 200px
    }
}

.main-slider .content {
    padding: 50px 40px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    height: 100%;
    color: #323232;
    background-color: #fff
}

@media screen and (max-width:767px) {
    .main-slider .content {
        padding: 30px 25px
    }
}

@media screen and (max-width:480px) {
    .main-slider .content {
        padding: 30px 25px 25px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
        max-height: 100%;
        height: 100%
    }
}

.main-slider .content .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    text-align: left;
    color: #323232;
    text-transform: capitalize
}

@media screen and (max-width:767px) {
    .main-slider .content .title .title {
        font-size: 18px;
        line-height: 1
    }
}

@media screen and (max-width:480px) {
    .main-slider .content .title {
        padding: 0;
        font-size: 20px;
        line-height: 1.25
    }
}

.main-slider .content .caption {
    margin: 13px auto 36px;
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #323232;
    display: block;
    opacity: 1
}

.main-slider .content .caption.show {
    opacity: 1
}

@media screen and (max-width:767px) {
    .main-slider .content .caption {
        font-size: 16px;
        line-height: 26px
    }
}

@media screen and (max-width:480px) {
    .main-slider .content .caption {
        margin: 13px auto
    }
}

.main-slider .content .caption-200 {
    margin: 13px auto 36px;
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #323232;
    display: block;
    opacity: 1
}

.main-slider .content .caption-200.show {
    opacity: 1
}

@media screen and (max-width:767px) {
    .main-slider .content .caption-200 {
        display: none;
        font-size: 16px;
        line-height: 26px
    }
}

@media screen and (max-width:480px) {
    .main-slider .content .caption-200 {
        margin: 13px auto
    }
}

.main-slider .content .caption-100 {
    margin: 13px auto 36px;
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #323232;
    display: none;
    opacity: 1
}

.main-slider .content .caption-100.show {
    opacity: 1
}

@media screen and (max-width:767px) {
    .main-slider .content .caption-100 {
        display: block;
        font-size: 16px;
        line-height: 26px
    }
}

.main-slider .content .content-link-more {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    color: #1476f2;
    text-transform: uppercase;
    position: absolute;
    bottom: 45px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.main-slider .content .content-link-more i {
    font-size: 11px;
    margin-left: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

@media screen and (max-width:991px) {
    .main-slider .content .content-link-more {
        opacity: 1;
        font-size: 13px;
        bottom: 10px
    }
}

@media screen and (max-width:480px) {
    .main-slider .content .content-link-more {
        font-size: 13px;
        bottom: 10px
    }
}

.main-slider:hover .content-link-more {
    opacity: 1;
    bottom: 60px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.main-slider:hover .content-link-more i {
    margin-left: 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

@media screen and (max-width:991px) {
    .main-slider:hover .content-link-more {
        bottom: 20px
    }
}

.cases__button {
    background-color: #1476f2;
    color: #fff;
    font-size: 14px;
    padding: 18px 32px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 235px;
    margin: 48px auto 0
}

.cases__button:hover {
    background: #156fe6;
    color: #fff
}

.cases__button svg {
    margin-left: 22px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.cases__button path {
    fill: #fff
}

.cases__button-main {
    background-color: #1476f2;
    color: #fff;
    font-size: 14px;
    padding: 18px 32px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    width: 340px;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 48px auto 0
}

.cases__button-main:hover {
    background: #156fe6;
    color: #fff
}

.cases__button-main svg {
    margin-left: 22px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.cases__button-main path {
    fill: #fff
}

.ranking {
    width: 100%;
    height: 500px;
    background: #fff
}

@media screen and (max-width:599px) {
    .ranking {
        height: 450px
    }

    .ranking .owl-carousel .nav-btn {
        height: 47px;
        position: absolute;
        width: 26px;
        cursor: pointer;
        top: 40px !important
    }

    .ranking .owl-carousel .owl-next.disabled,
    .ranking .owl-carousel .owl-prev.disabled {
        pointer-events: none;
        opacity: .2
    }

    .ranking .owl-carousel .prev-slide {
        background: url(/o__freakyjolly.com/demo/jquery/OwlCarousel2/nav-icon.png) no-repeat scroll 0 0;
        left: 10px
    }

    .ranking .owl-carousel .next-slide {
        background: url(/o__freakyjolly.com/demo/jquery/OwlCarousel2/nav-icon.png) no-repeat scroll -24px 0;
        right: 10px
    }
}

.ranking .owl-carousel .owl-stage-outer {
    height: 200px;
    padding-top: 30px
}

.ranking .owl-dot span {
    width: 50px;
    height: 2px;
    display: inline-block;
    background: hsla(0, 0%, 61%, .3);
    margin: 0 10px
}

.ranking .owl-dot.active span {
    border-left: 50px solid #006efa
}

.ranking .owl-dots {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 140px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ranking .owl-carousel .owl-item img {
    width: 100%
}

.ranking__item {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    width: 90px;
    height: 77px;
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in;
    margin: 0 auto
}

.ranking__item:hover {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8)
}

.ranking__item:hover .ranking__img {
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

@media screen and (max-width:599px) {
    .ranking__item {
        -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8)
    }

    .ranking__item .ranking__img {
        -webkit-filter: none;
        filter: none;
        opacity: 1
    }
}

.ranking__img {
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .7
}

.ranking__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #323232;
    text-transform: uppercase;
    padding: 95px 0 75px
}

@media screen and (max-width:320px) {
    .ranking__title {
        width: 100%;
        word-break: normal
    }
}

.ranking-form {
    width: 100%;
    max-width: 500px;
    background: 0 0
}

@media screen and (max-width:767px) {
    .ranking-form {
        margin-bottom: 37px
    }
}

.ranking-form .owl-dot span {
    width: 50px;
    height: 2px;
    display: inline-block;
    background: hsla(0, 0%, 100%, .4);
    margin: 0 10px
}

@media screen and (max-width:599px) {
    .ranking-form .owl-dot span {
        width: 27px
    }
}

.ranking-form .owl-dot.active span {
    border-left: 50px solid #fff
}

@media screen and (max-width:599px) {
    .ranking-form .owl-dot.active span {
        border-left: 27px solid #fff
    }
}

.ranking-form .owl-dots {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 60px
}

@media screen and (max-width:1400px) {
    .ranking-form .owl-dots {
        padding-top: 35px
    }
}

@media screen and (max-width:1023px) {
    .ranking-form .owl-dots {
        padding-top: 26px
    }
}

@media screen and (max-width:767px) {
    .ranking-form .owl-dots {
        padding-top: 14px
    }
}

.ranking-form__item {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ranking-form__item img {
    max-height: 170px;
    max-width: 265px
}

@media screen and (max-width:991px) {
    .ranking-form__item img {
        max-width: 90px
    }
}

@media screen and (max-width:767px) {
    .ranking-form__item img {
        max-width: 103px;
        padding: 0 10px
    }
}

.ranking-form__sign {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1;
    color: #323232
}

.ranking-form__sign,
.ranking-form__title {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center
}

.ranking-form__title {
    margin: 0 auto 60px;
    font-size: 18px;
    line-height: 1.22;
    color: #fff
}

@media screen and (max-width:1400px) {
    .ranking-form__title {
        margin: 0 auto 35px
    }
}

@media screen and (max-width:1023px) {
    .ranking-form__title {
        margin: 0 auto 30px
    }
}

@media screen and (max-width:991px) {
    .ranking-form__title {
        font-size: 16px;
        line-height: 26px
    }
}

@media screen and (max-width:480px) {
    .ranking-form__title {
        width: 100%;
        max-width: 240px;
        word-break: normal
    }
}

canvas {
    display: block;
    vertical-align: bottom
}

.section-offers {
    position: relative
}

@media screen and (max-width:767px) {
    .section-offers .container {
        padding: 0
    }
}

#particles {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(img/home-offers/bg-offers.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -999
}

@media screen and (max-width:1199px) {
    #technologies {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#technologies .tabcontent-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 558.5px;
    min-height: 142px
}

@media screen and (max-width:1199px) {
    #technologies .tabcontent-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%
    }
}

#technologies .tabcontent-item svg.offer-image {
    padding-left: 40px
}

@media screen and (max-width:1023px) {
    #technologies .tabcontent-item svg.offer-image {
        padding-left: 0
    }
}

#technologies .tabcontent-item .svg-custom {
    width: 78px;
    height: 78px;
    padding-left: 30px !important
}

@media screen and (max-width:1023px) {
    #technologies .tabcontent-item .svg-custom {
        padding-left: 10px !important
    }
}

#technologies .tabcontent-item:nth-child(2) {
    border-top-right-radius: 7px
}

#technologies .tabcontent-item:nth-child(3) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 7px
}

#technologies .tabcontent-item:nth-child(4) {
    border-bottom-left-radius: 0
}

#technologies .tabcontent-item:not(:nth-child(n+2)),
#technologies .tabcontent-item:nth-child(4) {
    margin-bottom: 3px
}

#technologies .tabcontent-item .offer-content {
    max-width: 381px
}

.offers {
    padding: 80px 0 120px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.offers-title {
    margin-bottom: 70px;
    line-height: .94;
    text-align: center
}

.offers-tab {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    max-width: 930px;
    margin-bottom: 70px;
    overflow: hidden
}

.offers-tablinks {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(50, 50, 50, .1);
    color: #323232;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.88;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

@media screen and (max-width:1023px) {
    .offers-tablinks {
        font-size: 15px
    }
}

@media screen and (max-width:767px) {
    .offers-tablinks {
        font-size: 12px
    }
}

.offers-tablinks:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #3f7fe7;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.offers-tablinks.active,
.offers-tablinks:hover {
    color: #3f7fe7
}

.offers-tablinks.active:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.offers-tabcontent {
    margin: 0 auto;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    max-width: 1120px;
    max-height: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .03);
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .03);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .03);
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

@media screen and (max-width:1023px) {
    .offers-tabcontent {
        max-width: 602px
    }
}

@media screen and (max-width:659px) {
    .offers-tabcontent {
        max-width: 300px
    }
}

.offers-tabcontent.active {
    max-height: none;
    height: 100%;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.offers-tabcontent .noclick {
    cursor: default !important;
    pointer-events: none
}

.offers-tabcontent .tabcontent-item {
    padding: 30px 20px 0 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 372px;
    min-width: 300px;
    min-height: 190px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.offers-tabcontent .tabcontent-item:not(:nth-child(n+4)) {
    margin-bottom: 3px
}

.offers-tabcontent .tabcontent-item:first-child {
    border-top-left-radius: 7px
}

.offers-tabcontent .tabcontent-item:last-child {
    border-bottom-right-radius: 7px
}

.offers-tabcontent .tabcontent-item:nth-child(3) {
    border-top-right-radius: 7px
}

.offers-tabcontent .tabcontent-item:nth-child(4) {
    border-bottom-left-radius: 7px
}

@media screen and (max-width:1023px) {
    .offers-tabcontent .tabcontent-item {
        padding-top: 25px
    }

    .offers-tabcontent .tabcontent-item:not(:nth-child(n+5)) {
        margin-bottom: 2px
    }

    .offers-tabcontent .tabcontent-item:nth-child(5) {
        border-bottom-left-radius: 7px
    }

    .offers-tabcontent .tabcontent-item:nth-child(2) {
        border-top-right-radius: 7px
    }

    .offers-tabcontent .tabcontent-item:nth-child(3) {
        border-top-right-radius: 0
    }

    .offers-tabcontent .tabcontent-item:nth-child(4) {
        border-bottom-left-radius: 0
    }

    .offers-tabcontent .tabcontent-item:nth-child(odd) {
        margin-right: 2px
    }
}

@media screen and (max-width:767px) {
    .offers-tabcontent .tabcontent-item {
        padding-top: 20px
    }

    .offers-tabcontent .tabcontent-item:nth-child(odd) {
        margin-right: 2px
    }

    .offers-tabcontent .tabcontent-item:not(:nth-child(n+5)) {
        margin-bottom: 2px
    }
}

@media screen and (max-width:659px) {
    .offers-tabcontent .tabcontent-item:nth-child(odd) {
        margin-right: 0
    }

    .offers-tabcontent .tabcontent-item:not(:last-child) {
        margin-bottom: 2px
    }

    .offers-tabcontent .tabcontent-item:first-child {
        border-top-right-radius: 7px
    }

    .offers-tabcontent .tabcontent-item:last-child {
        border-bottom-left-radius: 7px
    }

    .offers-tabcontent .tabcontent-item:nth-child(5) {
        border-bottom-left-radius: 0
    }

    .offers-tabcontent .tabcontent-item:nth-child(2) {
        border-top-right-radius: 0
    }
}

@media screen and (max-width:575px) {
    .offers-tabcontent .tabcontent-item {
        min-height: auto
    }
}

.offers-tabcontent .tabcontent-item .offer-image {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-left: 10px
}

@media screen and (max-width:575px) {
    .offers-tabcontent .tabcontent-item .offer-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 38%;
        flex: 0 1 38%
    }
}

.offers-tabcontent .tabcontent-item .offer-image g>path {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.offers-tabcontent .tabcontent-item .offer-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    max-width: 260px;
    padding-left: 3px
}

.offers-tabcontent .tabcontent-item .offer-content-title {
    max-width: 260px;
    margin-bottom: 13px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: #323232;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width:767px) {
    .offers-tabcontent .tabcontent-item .offer-content-title {
        font-size: 14px;
        max-width: 180px
    }
}

.offers-tabcontent .tabcontent-item .offer-content-description {
    margin: 0 0 12px;
    font-size: 13.5px;
    line-height: 1.43;
    text-align: left;
    color: rgba(50, 50, 50, .8);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width:1023px) {
    .offers-tabcontent .tabcontent-item .offer-content-description {
        font-size: 13px
    }
}

@media screen and (max-width:767px) {
    .offers-tabcontent .tabcontent-item .offer-content-description {
        font-size: 13px;
        max-width: 180px
    }
}

.offers-tabcontent .tabcontent-item .offer-content-link-more {
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.offers-tabcontent .tabcontent-item .offer-content-link-more i {
    font-size: 11px;
    margin-left: -3px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.offers-tabcontent .tabcontent-item:hover {
    background-color: rgba(20, 118, 242, .8)
}

.offers-tabcontent .tabcontent-item:hover .offer-content-title {
    color: #fff
}

.offers-tabcontent .tabcontent-item:hover .offer-content-description {
    color: hsla(0, 0%, 100%, .85)
}

.offers-tabcontent .tabcontent-item:hover .offer-content-link-more {
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.offers-tabcontent .tabcontent-item:hover .offer-content-link-more i {
    margin-left: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.offers-tabcontent .tabcontent-item:hover .offer-image {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.offers-tabcontent .tabcontent-item:hover .offer-image g>path,
.offers-tabcontent .tabcontent-item:hover .offer-image g>polygon,
.offers-tabcontent .tabcontent-item:hover .offer-image g>polyline,
.offers-tabcontent .tabcontent-item:hover .offer-image path {
    stroke: hsla(0, 0%, 100%, .3);
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

#industries .tabcontent-item .offer-image {
    left: 20px
}

@media screen and (max-width:767px) {
    .offices .container {
        padding: 0
    }
}

.offices__description {
    text-align: center;
    padding-bottom: 48px;
    color: #323232
}

.offices__title {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center
}

@media screen and (max-width:575px) {
    .offices__title {
        padding: 20px
    }
}

.offices__title>h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: .94;
    text-align: center;
    color: #323232;
    margin-bottom: 20px;
    text-transform: uppercase
}

.offices__title p {
    font-size: 18px;
    line-height: 1.67;
    text-align: center;
    color: #555
}

.offices-slider {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    gap: 2px;
    height: 360px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #f6f6f6
}

@media screen and (max-width:767px) {
    .offices-slider {
        padding: 0 10vw;
        margin: 0 auto
    }

    .offices-slider,
    .offices-slider.owl-carousel .owl-stage-outer {
        overflow: visible
    }
}

.offices-slider .offices-slider__item {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 360px;
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    overflow: hidden
}

.offices-slider .offices-slider__item:hover .offices-slider__content .offices-slider__overlay {
    opacity: 1
}

.offices-slider .offices-slider__item:hover .offices-slider__content .offices-slider__text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.offices-slider .offices-slider__item:hover .offices-slider__content .offices-slider__text .offices-slider__address {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.offices-slider .offices-slider__item .offices-slider__content {
    padding: 15px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .45)));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .45));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .45));
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

@media screen and (max-width:1023px) {
    .offices-slider .offices-slider__item .offices-slider__content {
        padding: 15px
    }
}

@media screen and (max-width:767px) {
    .offices-slider .offices-slider__item .offices-slider__content {
        padding: 30px;
        max-width: 100%
    }
}

@media screen and (min-width:1600px) {
    .offices-slider .offices-slider__item .offices-slider__content {
        padding: 0
    }
}

.offices-slider .offices-slider__item .offices-slider__content .offices-slider__overlay {
    opacity: 0;
    background-color: rgba(20, 118, 242, .8);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: -1
}

.offices-slider .offices-slider__item .offices-slider__content .offices-slider__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 38%;
    flex: 0 1 38%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(70%);
    -ms-transform: translateY(70%);
    transform: translateY(70%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.offices-slider .offices-slider__item .offices-slider__content .offices-slider__text .offices-slider__city {
    margin: 0 auto 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center
}

.offices-slider .offices-slider__item .offices-slider__content .offices-slider__text .offices-slider__address {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear .5s, opacity .8s linear;
    transition: visibility 0s linear .5s, opacity .8s linear;
    padding-bottom: 33px
}

.offices-slider .offices-slider__item .offices-slider__content .offices-slider__text .offices-slider__address p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center
}

.offices-slider .offices-slider__item .offices-slider__content .offices-slider__text .offices-slider__address p a {
    color: #fff
}

.offices-slider .offices-slider__item .offices-slider__content .offices-slider__text .offices-slider__address p a:hover {
    text-decoration: underline
}

.offices-slider .owl-next,
.offices-slider .owl-prev {
    font-size: 0;
    position: absolute;
    background: transparent url(img/arrow-left-dark.svg) no-repeat 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 80px;
    width: 40px
}

.offices-slider .owl-next.disabled,
.offices-slider .owl-prev.disabled {
    display: none
}

.offices-slider .owl-prev {
    left: 8px
}

.offices-slider .owl-prev:hover {
    background: hsla(0, 0%, 100%, .06) url(img/arrow-left-dark.svg) no-repeat 50%
}

.offices-slider .owl-next {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    right: 8px
}

.offices-slider .owl-next:hover {
    background: hsla(0, 0%, 100%, .06) url(img/arrow-left-dark.svg) no-repeat 50%
}

.why-us {
    padding: 42px 0;
    background: #fff
}

@media screen and (max-width:700px) {
    .why-us {
        padding: 40px 0
    }
}

.why-us img {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px
}

.why-us__wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:700px) {
    .why-us__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.why-us__item {
    width: 33.3%;
    padding: 32px 24px;
    text-align: center
}

@media screen and (max-width:700px) {
    .why-us__item {
        width: 100%;
        padding: 24px
    }
}

.why-us__item p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #000
}

.why-us__description {
    -webkit-box-shadow: 15px 0 40px rgba(0, 0, 0, .1);
    box-shadow: 15px 0 40px rgba(0, 0, 0, .1);
    border-radius: 8px;
    padding: 40px
}

@media screen and (max-width:700px) {
    .why-us__description {
        padding: 24px
    }
}

.our-clients {
    padding: 72px 0;
    background: #fff
}

@media screen and (max-width:700px) {
    .our-clients {
        padding: 40px 0
    }
}

.our-clients .h2,
.our-clients h2 {
    color: #323232;
    text-align: center;
    font-size: 32px;
    margin-bottom: 48px;
    text-transform: uppercase
}

@media screen and (max-width:767px) {

    .our-clients .h2,
    .our-clients h2 {
        font-size: 28px;
        line-height: 31px;
        margin-bottom: 28px
    }
}

.our-clients__header {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .our-clients__header {
        min-width: 100vw;
        margin: 0 -20px;
        overflow: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 28px
    }
}

@media screen and (max-width:500px) {
    .our-clients__header {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.our-clients__header-item {
    font-size: 18px;
    font-weight: 600;
    padding: 27px;
    background: #2884f8;
    color: #fff;
    width: 33.333%;
    text-align: center
}

@media screen and (max-width:767px) {
    .our-clients__header-item {
        padding: 12px 24px;
        font-size: 16px;
        background: 0 0;
        color: #323232;
        white-space: nowrap;
        width: auto;
        border-bottom: 2px solid rgba(50, 50, 50, .1);
        cursor: pointer
    }

    .our-clients__header-item.active {
        color: #3f7fe7;
        border-bottom: 2px solid #3f7fe7
    }
}

@media screen and (max-width:500px) {
    .our-clients__header-item {
        font-size: 12px
    }
}

.our-clients__list {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.our-clients__list .show-btn {
    display: none
}

@media screen and (min-width:768px) {
    .our-clients__list {
        height: 400px;
        -webkit-transition: all .5s;
        transition: all .5s;
        overflow: hidden;
        position: relative
    }

    .our-clients__list:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 0;
        width: 100%;
        -webkit-box-shadow: 0 0 30px 60px #fff;
        box-shadow: 0 0 30px 60px #fff
    }

    .our-clients__list .show-btn {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 200px;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        text-transform: uppercase;
        color: #1476f2;
        text-align: center;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 1
    }

    .our-clients__list.show {
        height: 800px
    }

    .our-clients__list.show:after {
        display: none
    }
}

.our-clients__list-item {
    width: 33.333%
}

@media screen and (max-width:767px) {
    .our-clients__list-item {
        display: none;
        width: 100%
    }

    .our-clients__list-item.active {
        display: block
    }
}

.our-clients__list-image {
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.our-clients__button,
.our-clients__list-image {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.our-clients__button {
    margin-top: 42px
}

.our-clients__button a {
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 18px 44px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #1476f2;
    color: #fff
}

.our-clients__button a:hover {
    background: #156fe6
}

.our-clients__button a svg {
    margin-left: 22px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.our-clients__button a path {
    fill: #fff
}

@media screen and (max-width:767px) {
    .our-clients__button {
        margin-top: 28px
    }
}

.our-clients__text {
    text-align: center;
    margin-top: 42px
}

.empowers h1 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    margin-bottom: 48px;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .empowers h1 {
        font-size: 20px;
        line-height: 28px
    }
}

.empowers__item {
    width: 50%
}

.n-offers {
    padding: 72px 0;
    background: #fafafa
}

.n-offers__wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 48px
}

@media screen and (max-width:768px) {
    .n-offers__wrap {
        margin-top: 28px
    }
}

.n-offers__industries h4,
.n-offers__item-wrap h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1476f2;
    margin-bottom: 30px
}

@media screen and (max-width:768px) {
    .n-offers__item-wrap h2 {
        font-size: 18px !important;
        line-height: 24px !important
    }
}

.n-offers__item-wrap--full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 28px
}

@media screen and (max-width:768px) {
    .n-offers__item-wrap--full {
        margin-top: 0
    }
}

.n-offers__item {
    padding: 40px 40px 6px;
    background: #fff
}

@media screen and (max-width:768px) {
    .n-offers__item {
        padding: 40px 16px 6px
    }
}

.n-offers__item--tabs-wrap {
    background: 0 0;
    padding: 0 0 40px
}

.n-offers__item--tabs-content {
    display: none;
    padding: 10px 24px
}

@media screen and (max-width:450px) {
    .n-offers__item--tabs-content p {
        font-size: 14px
    }
}

.n-offers__item--tabs-content .links {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width:450px) {
    .n-offers__item--tabs-content .links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.n-offers__item--tabs-content .links a {
    width: 50%;
    padding-left: 20px;
    margin-top: 10px;
    position: relative
}

.n-offers__item--tabs-content .links a:after {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    background: #000;
    left: 0;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:450px) {
    .n-offers__item--tabs-content .links a {
        width: 100%
    }
}

.n-offers__item--tabs-header {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #323232;
    padding: 14px 24px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%
}

.n-offers__item--tabs-header.active svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

@media screen and (max-width:450px) {
    .n-offers__item--tabs-header {
        font-size: 14px
    }
}

.n-offers__item li {
    background: #fff;
    margin-bottom: 10px
}

@media screen and (max-width:768px) {
    .n-offers__item li {
        font-size: 14px;
        line-height: 18px
    }
}

.n-offers__item li img {
    min-width: 45px;
    height: 45px;
    object-fit: contain;
    margin-right: 16px
}

@media screen and (max-width:450px) {
    .n-offers__item li img {
        min-width: 32px;
        height: 32px
    }
}

.n-offers__item li svg {
    margin-left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .3s;
    transition: .3s
}

.n-offers__item--big {
    -ms-flex-preferred-size: calc(25% - 15px);
    flex-basis: -webkit-calc(25% - 15px);
    flex-basis: calc(25% - 15px);
    padding: 32px 24px
}

@media screen and (max-width:1024px) {
    .n-offers__item--big {
        -ms-flex-preferred-size: calc(33.3333% - 14px);
        flex-basis: -webkit-calc(33.3333% - 14px);
        flex-basis: calc(33.3333% - 14px)
    }
}

@media screen and (max-width:767px) {
    .n-offers__item--big {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: -webkit-calc(50% - 10px);
        flex-basis: calc(50% - 10px)
    }
}

@media screen and (max-width:450px) {
    .n-offers__item--big {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.n-offers__item--big div {
    margin-bottom: 20px
}

@media screen and (max-width:768px) {
    .n-offers__item--big div {
        margin-bottom: 12px
    }
}

.n-offers__item--big div img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    margin-bottom: 20px
}

@media screen and (max-width:768px) {
    .n-offers__item--big div img {
        margin-bottom: 12px
    }
}

.n-offers__item--big div h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    min-height: 44px
}

@media screen and (max-width:768px) {
    .n-offers__item--big div h5 {
        font-size: 14px;
        line-height: 18px
    }
}

@media screen and (max-width:450px) {
    .n-offers__item--big div h5 {
        min-height: 0
    }
}

.n-offers__item--big p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px
}

@media screen and (max-width:768px) {
    .n-offers__item--big p {
        font-size: 14px;
        line-height: 18px
    }
}

.n-offers__item-big-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

@media screen and (max-width:450px) {
    .n-offers__item-big-wrap {
        gap: 8px
    }
}

.n-offers .industries-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

@media screen and (max-width:450px) {
    .n-offers .industries-wrap {
        margin: 0
    }
}

.n-offers .industry-item {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: .3s;
    transition: .3s;
    width: -webkit-calc(33.33333333% - 20px);
    width: calc(33.33333333% - 20px);
    margin: 10px;
    background: #fff
}

.n-offers .industry-item img {
    min-width: 32px;
    height: 32px;
    object-fit: contain;
    margin-right: 16px
}

.n-offers .industry-item:hover {
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .239);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .239);
    color: #323232
}

@media screen and (max-width:768px) {
    .n-offers .industry-item {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px)
    }
}

@media screen and (max-width:450px) {
    .n-offers .industry-item {
        width: 100%;
        margin: 10px 0
    }
}

.services__image {
    margin: 48px auto 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:575px) {
    .services__image {
        display: none
    }
}

.services__image-mobile {
    margin: 48px auto 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:575px) {
    .services__image-mobile {
        display: none
    }
}

.solution__lifecycle-title {
    text-align: center
}

.solution__lifecycle-section {
    padding: 72px 40px
}

@media screen and (max-width:575px) {
    .solution__lifecycle-section {
        padding: 40px 0
    }
}

.advantages__title,
.solution__lifecycle-description {
    text-align: center
}

.advantages__section {
    padding: 72px 40px;
    background-color: #fff
}

@media screen and (max-width:575px) {
    .advantages__section {
        padding: 40px 0
    }
}

.advantages__description {
    text-align: center;
    padding-bottom: 48px;
    color: #323232
}

.advantages__wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 3px solid #1476f2;
    padding-top: 48px
}

@media screen and (max-width:575px) {
    .advantages__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.advantages__option {
    font-weight: 600
}

.advantages__option-wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 42px
}

@media screen and (max-width:575px) {
    .advantages__option-wrapper {
        margin-bottom: 32px
    }
}

.advantages__text {
    text-align: center;
    color: #323232
}

.advantages__icon {
    margin-right: 16px
}

.n-contacts-section {
    background: #1476f2;
    padding: 72px 0 56px;
    margin-bottom: 72px;
    position: relative
}

@media screen and (max-width:991px) {
    .n-contacts-section {
        padding: 72px 0 0
    }
}

@media screen and (max-width:767px) {
    .n-contacts-section {
        margin-bottom: 0
    }
}

.n-contacts-section .thank__text a {
    color: #1476f2
}

.n-contacts-section:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(img/waves.svg) no-repeat;
    background-position: 50%;
    background-size: contain
}

@media screen and (max-width:991px) {
    .n-contacts-section:after {
        background-size: cover
    }
}

.n-contacts-section .contact-section {
    font-family: Montserrat;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width:991px) {
    .n-contacts-section .contact-section {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.n-contacts-section .contact-section .contact-information {
    font-family: Montserrat;
    color: #fff;
    padding: 47px 0 0 56px;
    border-radius: 0;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    background: 0 0
}

.n-contacts-section .contact-section .contact-information h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: left
}

.n-contacts-section .contact-section .contact-information ul {
    overflow: hidden
}

.n-contacts-section .contact-section .contact-information ul li {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
    padding-left: 67px;
    padding-bottom: 42px
}

@media screen and (max-width:991px) {
    .n-contacts-section .contact-section .contact-information ul li {
        font-size: 16px;
        line-height: 24px
    }
}

.n-contacts-section .contact-section .contact-information ul li:before {
    content: "";
    width: 48px;
    font-size: 20px;
    height: 48px;
    background-color: #fff;
    border-radius: 8px;
    color: #2378e3
}

@media screen and (max-width:991px) {
    .n-contacts-section .contact-section .contact-information ul li:before {
        width: 32px;
        font-size: 16px;
        height: 32px
    }
}

.n-contacts-section .contact-section .contact-information ul li:after {
    content: "";
    width: 4px;
    height: 100%;
    display: block;
    background-color: #fff;
    left: 21px;
    z-index: -1;
    position: absolute;
    bottom: 100%
}

@media screen and (max-width:991px) {
    .n-contacts-section .contact-section .contact-information ul li:after {
        left: 15px
    }
}

@media screen and (max-width:991px) {
    .n-contacts-section .contact-section .contact-information {
        padding: 24px 0;
        width: 512px
    }
}

.n-contacts-section .contact-section .form__checkbox-label {
    color: #323232;
    margin: 14px 0
}

@media screen and (max-width:991px) {
    .n-contacts-section .contact-section {
        padding-top: 20px
    }
}

.n-contacts-section .form-wrap__flexbox {
    font-family: Montserrat;
    max-width: 512px;
    min-width: 512px;
    z-index: 1;
    padding: 32px 24px
}

@media screen and (max-width:550px) {
    .n-contacts-section .form-wrap__flexbox {
        min-width: 100%
    }
}

.n-contacts-section .form-wrap__flexbox .form--contact--rating {
    max-width: 100%
}

.n-contacts-section .form-wrap__flexbox .form-group,
.n-contacts-section .form-wrap__flexbox .form__footer .form__checkbox-label {
    font-family: Montserrat
}

@media screen and (max-width:991px) {
    .n-contacts-section .form-wrap__flexbox {
        width: 100%;
        margin: 0 auto;
        border-radius: 10px
    }
}

.n-contacts-section .form-wrap__flexbox h3 {
    text-transform: uppercase;
    font-size: 32px;
    font-family: Montserrat;
    margin-bottom: 20px;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.n-contacts-section .form-wrap__flexbox .form__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.n-contacts-section .form-wrap__flexbox .form__footer .form__submit--contact {
    background: #f54d4d;
    border-color: #f54d4d;
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
    min-height: 52px
}

.faq {
    background-color: #fff;
    padding: 80px 0 100px
}

@media screen and (max-width:767px) {
    .faq {
        padding: 60px 0;
        background-color: #fafafa
    }

    .faq p.description {
        margin-bottom: 20px
    }
}

.faq__wrapper {
    max-width: 740px;
    margin: 0 auto;
    padding: 50px 0 0
}

.faq__wrapper.faq__wrapper--homepage {
    max-width: 100%
}

@media screen and (max-width:767px) {
    .faq__wrapper {
        padding: 8px 0 0
    }
}

.faq__item {
    cursor: pointer
}

.faq__item:first-child .faq__title {
    border-top: 2px solid rgba(50, 50, 50, .1)
}

.faq__item:hover .faq__title {
    color: #1476f2
}

.faq__item--active .faq__text {
    display: block
}

.faq__item--active .faq__title {
    color: #1476f2;
    border-bottom: none
}

.faq__item--active .faq__title:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.faq__title {
    position: relative;
    color: #323232;
    font-size: 16px !important;
    line-height: 1.5;
    text-transform: none;
    padding: 20px 20px 20px 0;
    border-bottom: 2px solid rgba(50, 50, 50, .1);
    margin: 0
}

@media screen and (max-width:767px) {
    .faq__title {
        line-height: 20px !important
    }
}

.faq__title:after {
    content: "";
    opacity: .6;
    position: absolute;
    top: 40%;
    right: 0;
    border: solid;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px
}

.faq__text {
    display: none;
    cursor: text;
    color: rgba(50, 50, 50, .7);
    font-size: 16px;
    margin: 0;
    padding: 15px 0;
    border-bottom: 2px solid rgba(50, 50, 50, .1)
}

.faq__text div,
.faq__text p {
    font-size: 18px;
    line-height: 1.67
}

.faq__text ul {
    list-style: disc;
    line-height: 1.67
}

.faq__text ul li {
    margin-left: 20px
}

@media only screen and (max-width:1024px) {
    .faq__text ul li {
        font-size: 18px
    }
}

@media screen and (max-width:767px) {
    .faq__text {
        padding: 5px 0;
        margin-top: -16px;
        line-height: 24px;
        margin-bottom: 5px;
        padding-bottom: 29px
    }
}

.faq__content {
    display: block;
    padding-bottom: 10px
}

@media screen and (max-width:767px) {
    .faq__content {
        padding: 5px 0
    }
}

.faq__content:last-child {
    padding-bottom: 0
}

.faq__link {
    color: #1476f2
}

.faq__link:hover {
    color: #005ed7
}

body.services-qa-and-software-testing-services .faq,
body.services-ui-ux-design-services .faq {
    padding-top: 0
}

.flag {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0056b9), color-stop(50%, #ffd800));
    background-image: -webkit-linear-gradient(#0056b9 50%, #ffd800 0);
    background-image: linear-gradient(#0056b9 50%, #ffd800 0);
    height: 32px
}

.hero--wrapper {
    border-radius: 8px;
    background: rgba(0, 0, 0, .48);
    padding: 24px;
    position: relative;
    z-index: 101
}

.social--section {
    padding: 72px 0
}

@media screen and (max-width:1023px) {
    .social--section {
        padding: 40px 0
    }
}

.social--container {
    width: 1120px;
    margin: 0 auto
}

@media screen and (max-width:1023px) {
    .social--container {
        padding: 0 24px;
        width: 100%
    }
}

.social--hero {
    padding-top: 175px;
    height: 500px;
    background-image: url(img/social-responsibility/cover-image.jpg)
}

@media screen and (max-width:1023px) {
    .social--hero {
        padding-top: 80px;
        min-height: 600px;
        height: auto;
        background-image: url(img/social-responsibility/cover-image-mobile.png)
    }
}

.social--description {
    text-align: center
}

.social--activities_title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px
}

.social--activities_description {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px
}

.social--activities_wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 48px
}

@media screen and (max-width:1023px) {
    .social--activities_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 28px
    }
}

.social--activities_item {
    width: 50%;
    padding: 24px
}

.social--activities_item:first-child {
    border-right: 1px solid #1476f2;
    border-bottom: 1px solid #1476f2
}

.social--activities_item:nth-child(2) {
    border-bottom: 1px solid #1476f2
}

.social--activities_item:nth-child(3) {
    border-right: 1px solid #1476f2
}

@media screen and (max-width:1023px) {
    .social--activities_item {
        width: 100%
    }

    .social--activities_item:first-child,
    .social--activities_item:nth-child(3) {
        border-right: none
    }

    .social--activities_item:not(:last-child) {
        border-bottom: 1px solid #1476f2
    }
}

.social--funds_list {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    list-style: disc
}

.social--funds_list li {
    font-size: 16px;
    font-weight: 300
}

.social--funds_list a {
    font-weight: 400
}

.social--media_main {
    height: auto;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 196px
}

@media screen and (min-width:991px) and (max-width:1200px) {
    .social--media_main {
        width: 35%;
        height: 300px
    }
}

@media screen and (max-width:991px) {
    .social--media_main {
        width: 100%;
        height: 192px
    }
}

.social--web {
    display: block
}

@media screen and (max-width:991px) {
    .social--web {
        display: none
    }
}

.social--mobile {
    display: block
}

@media screen and (min-width:992px) {
    .social--mobile {
        display: none
    }
}

.social--text_main {
    padding: 32px;
    width: -webkit-calc(100% - 196px);
    width: calc(100% - 196px)
}

@media screen and (max-width:991px) {
    .social--text_main {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        padding: 16px;
        margin-top: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        background: #fff;
        z-index: 2;
        width: 100%
    }
}

.social--title {
    padding-bottom: 7px;
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25
}

@media screen and (max-width:980px) {
    .social--title {
        font-size: 16px
    }
}

.empowers {
    padding: 72px 0;
    background: #1476f2
}

.empowers h2 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    margin-bottom: 48px;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .empowers h2 {
        font-size: 20px;
        line-height: 28px
    }
}

.empowers__wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px
}

@media screen and (max-width:991px) {
    .empowers__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.empowers__item {
    width: 100%;
    padding: 24px 40px 4px;
    border-radius: 8px;
    background: #2884f8
}

@media screen and (max-width:991px) {
    .empowers__item {
        padding: 24px 24px 4px;
        width: 100%
    }
}

.empowers__item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .empowers__item p {
        font-size: 16px;
        line-height: 24px
    }
}

.social--title_main {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 32px
}

@media screen and (max-width:991px) {
    .social--title_main {
        font-size: 20px;
        line-height: 28px
    }
}