@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
@import 'scss/owl.carousel.css';
@import 'scss/ssbp.min.css';
@import 'scss/font-awesome.min.css';

@font-face {
    font-family: 'Gilroy-Light';
    src: url('fonts/GilroyLight.eot') format('eot'), url('fonts/GilroyLight.woff') format('woff'), url('fonts/GilroyLight.woff2') format('woff2'), url('fonts/GilroyLight.ttf') format('truetype'), url('fonts/GilroyLight.svg#GilroyLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('fonts/GilroyExtraBold.eot') format('eot'), url('fonts/GilroyExtraBold.woff') format('woff'), url('fonts/GilroyExtraBold.woff2') format('woff2'), url('fonts/GilroyExtraBold.ttf') format('truetype'), url('fonts/GilroyExtraBold.svg#GilroyExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?6nvdnb');
    src: url('fonts/icomoon.eot?6nvdnb#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?6nvdnb') format('truetype'), url('fonts/icomoon.woff?6nvdnb') format('woff'), url('fonts/icomoon.svg?6nvdnb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

.icon-ic_menu:before {
    content: "\63";
}

.icon-ic_left:before {
    content: "\62";
}

.icon-ic_right:before {
    content: "\61";
    /* reset */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 17px;
    vertical-align: baseline;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #57657c;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-text-size-adjust: 100%;
}

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

html {
    min-height: 100%;
    position: relative;
}

body {
    line-height: 1;
    position: static;
}

ul {
    list-style: none;
}
.content ul {
    list-style: disc;
}
blockquote,
q {
    quotes: none;
}

a,
a:focus,
button:focus,
a:active {
    outline: none !important;
    text-decoration: none;
    color: #000;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

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

.center {
    text-align: center;
}

.leftalign {
    text-align: left;
}

.rightalign {
    text-align: right;
}

strong {
    font-weight: bold;
}

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

input,
select,
button,
textarea {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

input:focus,
select:focus,
button:focus,
textarea:focus,
input:active,
select:active,
button:active,
textarea:active {
    outline: none !important;
}

.container {
    width: 100%;
    max-width: 960px;
    /*padding-left: 6px;
    padding-right: 6px;*/
    margin: auto;
}

.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -khtml-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -khtml-box-direction: normal;
    -moz-box-direction: normal;
    -ms-box-direction: normal;
    -o-box-direction: normal;
    box-direction: normal;
    -webkit-box-orient: horizontal;
    -khtml-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -o-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.nowrap {
    -webkit-flex-wrap: nowrap;
    -khtml-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

[class^='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -khtml-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -khtml-box-direction: normal;
    -moz-box-direction: normal;
    -ms-box-direction: normal;
    -o-box-direction: normal;
    box-direction: normal;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
}

.col-1 {
    width: 8.33333%;
}

.col-2 {
    width: 16.66667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333%;
}

.col-5 {
    width: 41.66667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333%;
}

.col-8 {
    width: 66.66667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333%;
}

.col-11 {
    width: 91.66667%;
}

.col-12 {
    width: 100%;
}

.col-20 {
    width: 20%;
}

.overflow-hidden {
    overflow: hidden;
}

.btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.btn-default {
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.btn-default2,
.btn-default2:focus,
.btn-default2:visited {
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(2, 16, 37, 0.4);
    color: #047cdd;
    border: 8px solid transparent;
    -webkit-transition: all, 0.2s;
    -khtml-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -ms-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    margin: auto;
}

.btn-default2:active,
.btn-default2:focus:active,
.btn-default2:visited:active {
    background-color: rgba(255, 255, 255, .1);
    border: 8px solid transparent;
    color: #fff;
}

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

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

@-moz-keyframes appear {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes appear {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes appear {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

body,
html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    padding-top: 0;
    -webkit-transition: padding-top 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -khtml-transition: padding-top 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transition: padding-top 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: padding-top 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transition: padding-top 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: padding-top 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    will-change: padding-top;
}

body.home.scrolled {
    padding-top: 80px;
}

body.scrolled {
    padding-top: 80px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}

header .row [class^='col-'] {
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
}

.header-top {
    background-color: #000;
    overflow: hidden;
}

.header-top * {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.header-top .row {
    -webkit-flex-direction: row-reverse;
    -khtml-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -khtml-box-direction: reverse;
    -moz-box-direction: reverse;
    -ms-box-direction: reverse;
    -o-box-direction: reverse;
    box-direction: reverse;
    -webkit-box-orient: horizontal;
    -khtml-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -o-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-align-items: flex-end;
    -khtml-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-align: end;
    -khtml-flex-align: end;
    -moz-flex-align: end;
    -ms-flex-align: end;
    -o-flex-align: end;
    flex-align: end;
    -webkit-box-align: end;
    -khtml-box-align: end;
    -moz-box-align: end;
    -ms-box-align: end;
    -o-box-align: end;
    box-align: end;
    padding-top: 9px;
    padding-bottom: 10px;
}

.header-top .row [class^='col-'] {
    text-align: right;
    width: 200px;
}

.header-top .row [class^='col-'] a:active,
.header-top .row [class^='col-'] a:focus,
.header-top .row [class^='col-'] a:visited {
    color: #fff !important;
    text-decoration: none !important;
}

.header-top .row [class^='col-'] a:hover {
    text-decoration: underline !important;
}

.header-top .row .phone-block:before,
.header-top .row .email-block:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: 0;
    height: 18px;
}

.header-top .row .phone-block:before {
    background: url('images/ic-phone.png') no-repeat;
    width: 18px;
    margin-left: -32px;
}

.header-top .row .email-block:before {
    background: url('images/ic-mail.png') no-repeat;
    width: 26px;
    margin-left: -42px;
}

.header-top .row .email-block:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
    min-height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, .2);
}

.header-bottom {
    background-color: rgba(5, 21, 46, .22);
    -webkit-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header-bottom * {
    color: #fff;
}

.header-bottom .row {
    padding-top: 27px;
    padding-bottom: 27px;
    -webkit-flex-wrap: nowrap;
    -khtml-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.header-bottom .row .btn-block {
    /*width: 18.4%;*/
}

.header-bottom .logo1 {
    display: none;
}

.header-bottom .toggle-menu {
    width: 56px;
    padding: 10px;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}

.header-bottom .toggle-menu .toggle-bar {
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin: 3px auto;
}

.header-bottom .navigation {
    -webkit-justify-content: flex-end;
    -khtml-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-pack: justify;
    -khtml-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -o-flex-pack: justify;
    flex-pack: justify;
    -webkit-box-pack: justify;
    -khtml-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    -o-box-pack: justify;
    box-pack: justify;
    width: 100%;
    padding-left: 18px;
    padding-right: 4px;
}

.header-bottom .navigation li.active a,
.header-bottom .navigation li.current-page-ancestor a {
    /*background-color: rgba(255, 255, 255, .22);*/
    /*color: #fff;*/
}

.header-bottom .navigation a {
    font-size: 17px;
    padding: 8px 10px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 300;
}

.header-bottom .navigation a:hover {
    background-color: rgba(255, 255, 255, .2);
}

.header-bottom .navigation a:active,
.header-bottom .navigation a:focus {
    background-color: #bcc8dc;
    color: #fff!important;
}

.header-bottom .navigation a:visited {
    color: #fff;
}

.header-bottom .btn-default,
.header-bottom .btn-default:focus {
    border: 1px solid #fff;
    min-height: 36px;
    -webkit-transition: all, 0.2s;
    -khtml-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -ms-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    color: #fff;
    font-weight: 300;
    max-width: 169px;
    margin-right: 0;
    margin-left: auto;
    width: 100%;
}

.header-bottom .btn-default:hover,
.header-bottom .btn-default:focus:hover {
    background-color: rgba(255, 255, 255, .19);
    border-color: rgba(255, 255, 255, .19);
    color: #fff;
}

.header-bottom .btn-default:active,
.header-bottom .btn-default:focus:active {
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
    color: #fff;
}

.header-bottom.sticky {
    background-color: #f8f8fa;
    z-index: 5;
    top: -1px;
}

.header-bottom.sticky * {
    color: #57657c;
}

.header-bottom.sticky .logo {
    display: none;
}

.header-bottom.sticky .logo1 {
    display: block;
}

.header-bottom.sticky li.active a,
.header-bottom.sticky li.current-page-ancestor a {
    background-color: rgba(87, 101, 124, .22);
    color: #57657c;
}

.header-bottom.sticky a:hover {
    background-color: rgba(87, 101, 124, .2);
}

.header-bottom.sticky a:active,
.header-bottom.sticky a:focus {
    background-color: rgba(87, 101, 124, .1);
    color: #57657c;
}

.header-bottom.sticky a:visited {
    color: #57657c;
}

.header-bottom.sticky .btn-default,
.header-bottom.sticky .btn-default:focus {
    border: 1px solid #57657c;
    min-height: 36px;
    background-color: transparent;
    -webkit-transition: all, 0.2s;
    -khtml-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -ms-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
}

.header-bottom.sticky .btn-default:hover,
.header-bottom.sticky .btn-default:focus:hover {
    background-color: rgba(87, 101, 124, .19);
    border-color: rgba(87, 101, 124, .19);
    color: #57657c;
}

.header-bottom.sticky .btn-default:active,
.header-bottom.sticky .btn-default:focus:active {
    background-color: rgba(87, 101, 124, .1);
    border-color: rgba(87, 101, 124, .1);
    color: #57657c;
}

.header-bottom.sticky .toggle-menu .toggle-bar {
    background-color: #57657c;
}

.banner-section {
    padding-top: calc(100vh - 119px);
    padding-top: -webkit-calc(100vh - 119px);
}

.banner-section .banner-section-container {
    background-color: rgba(4, 21, 47, 0.71);
    height: calc(100vh - 119px);
    height: -webkit-calc(100vh - 119px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: transform 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -khtml-transition: transform 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transition: transform 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: transform 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transition: transform 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: transform 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    will-change: transform;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.banner-section .banner-section-container .banner-img-block {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -1px;
    margin: auto;
    width: 100%;
    overflow: hidden;
}

.banner-section .banner-section-container .banner-img-block:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(4, 21, 47, 0.71);
    z-index: 1;
}

.banner-section .banner-section-container .banner-img-block img {
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
}

.banner-section .banner-section-container .banner-title-block {
    max-width: 970px;
    margin: 130px auto auto;
    height: 60vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -khtml-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -khtml-box-direction: normal;
    -moz-box-direction: normal;
    -ms-box-direction: normal;
    -o-box-direction: normal;
    box-direction: normal;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
    text-align: center;
    z-index: 2;
}

.banner-section .banner-section-container .banner-title-block .section-title,
.banner-section .banner-section-container .banner-title-block .section-subtitle {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.banner-section .banner-section-container .banner-title-block .section-title {
    font-size: 48px;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    margin: 8px auto;
}

.banner-section .banner-section-container .banner-title-block .section-subtitle {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Gilroy-Light', sans-serif;
}

.banner-section .banner-section-container .banner-title-block .btn-default2,
.banner-section .banner-section-container .banner-title-block .btn-default2:focus,
.banner-section .banner-section-container .banner-title-block .btn-default2:active {
    font-size: 30px;
    margin: 60px auto;
    width: 96%;
    max-width: 460px;
    height: 80px;
    font-family: 'Gilroy-ExtraBold', sans-serif;
}

.banner-section .banner-section-container .banner-title-block .btn-default2:hover,
.banner-section .banner-section-container .banner-title-block .btn-default2:focus:hover,
.banner-section .banner-section-container .banner-title-block .btn-default2:active:hover {
    border: 8px solid rgba(3, 123, 221, 0.04);
}

.banner-section .banner-section-container .bottom-block {
    position: absolute;
    bottom: 14vh;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    height: 74px;
    overflow: hidden;
}

.banner-section .banner-section-container .bottom-block img {
    -webkit-animation-duration: 1.5s, 5s;
    animation-duration: 1.5s, 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.banner-animate {
    -webkit-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -khtml-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    will-change: height, padding-top;
}

.banner-animate.banner-animate-scrolled {
    height: 0;
    padding-top: 0;
}

.banner-animate.banner-animate-scrolled .banner-animate-container {
    -webkit-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -khtml-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transform: scale(0.9) translateY(-100%);
    -moz-transform: scale(0.9) translateY(-100%);
    -ms-transform: scale(0.9) translateY(-100%);
    -o-transform: scale(0.9) translateY(-100%);
    transform: scale(0.9) translateY(-100%);
}

.banner-animate + section,
.banner-animate + section + section {
    will-change: scroll-position;
}

.home .banner-animate {
    will-change: margin;
}

.home .banner-animate.banner-animate-scrolled {
    margin-bottom: -119px;
}

.home .expertise-section.borderRadiusBottom,
.home .page-template-about .text-section.borderRadiusBottom,
.page-template-about .home .text-section.borderRadiusBottom {
    padding-top: 15px;
}

.image-section {
    position: relative;
}

.image-section .image-section-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    -webkit-transition: transform 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -khtml-transition: transform 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transition: transform 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: transform 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transition: transform 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: transform 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    will-change: transform;
}

.image-section .img-block {
    position: relative;
    margin: auto;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

.image-section .img-block:before {
    content: '';
    width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(4, 21, 47, 0.71);
    z-index: 1;
}

.image-section .img-block img {
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
}

.image-section .image-title-block {
    max-width: 970px;
    margin: auto;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -khtml-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -khtml-box-direction: normal;
    -moz-box-direction: normal;
    -ms-box-direction: normal;
    -o-box-direction: normal;
    box-direction: normal;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    text-align: center;
    z-index: 2;
}

.image-section .image-title-block .img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 24px;
}

.image-section .image-title-block .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    min-height: 100%;
}

.image-section .image-title-block i {
    display: inline-block;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 24px;
    background: #fff;
    position: relative;
}

.image-section .image-title-block i:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-family: "mwdn";
    font-size: 36px;
    color: #131f33;
}

.image-section .image-title-block i.about:before {
    content: "";
}

.image-section .image-title-block .section-title {
    color: #fff;
    font-size: 40px;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    text-transform: uppercase;
}

.title-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -khtml-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 50px 0;
    border-bottom: 1px solid rgba(87, 101, 124, .13);
    margin-bottom: 50px;
}

.title-block .title {
    width: 100%;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 30px;
    color: #57657c;
    word-break: break-word;
    text-transform: uppercase;
    line-height: 35px;
}

.more-block {
    width: 170px;
    padding-left: 30px;
}

.btn-default3 {
    width: 140px;
    -webkit-transition: all linear 0.1s;
    -khtml-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;
    background-color: rgba(111, 127, 154, .2);
    height: 34px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    color: #6f7f9a;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}

.btn-default3:hover {
    /*width: 160px;
    margin-left: -10px;
    height: 40px;
    margin-bottom: -3px;
    margin-top: -3px;*/
}

.btn-default3:active {
    background-color: transparent;
    border: 1px solid rgba(111, 127, 154, .2);
}

.clients-section {
    background-color: #05152f;
    will-change: scroll-position;
}

.clients-section [class^='col-'] {
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
}

.clients-section [class^='col-'] .img-block {
    padding: 0;
    text-align: center;
}

.expertise-section,
.page-template-about .text-section {
    background-color: #fff;
    -webkit-border-radius: 0 0 20px 20px;
    -khtml-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
}

.expertise-section .container,
.page-template-about .text-section .container {
    padding-left: 15px;
    padding-right: 15px;
}

.expertise-section:before,
.page-template-about .text-section:before {
    content: '';
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #05152f;
    z-index: -1;
}

.expertise-section .expertise-list,
.page-template-about .text-section .expertise-list {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    padding-bottom: 50px;
}

.expertise-section .expertise-item,
.page-template-about .text-section .expertise-item {
    margin: 0 10px 20px;
    cursor: pointer;
}
.categories-section .post .post-bottom {
    min-height: 56px;
}
.socials-block {
    opacity: 0;
    float: right;
    top: -2px;
}
.socials-block.open {
    display: block;
    opacity: 1;
    transition: opacity 2s;
}

.expertise-section .expertise-item .popup-block,
.page-template-about .text-section .expertise-item .popup-block {
    position: absolute;
    background-color: #57657c;
    padding: 35px 20px;
    z-index: 2;
    margin-top: -20px;
    display: none;
    -webkit-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    width: 100%;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.expertise-section .expertise-item .popup-block li,
.page-template-about .text-section .expertise-item .popup-block li {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    background: url('images/li-icon.png') left center no-repeat;
    background-size: auto 16px;
    padding: 8px 0 8px 35px;
    line-height: 1.4em;
}

.expertise-section .expertise-item .popup-block .btn-default4,
.page-template-about .text-section .expertise-item .popup-block .btn-default4 {
    width: 140px;
    -webkit-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #fff;
    height: 35px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    color: #6f7f9a;
    font-weight: 500;
    font-size: 18px;
    margin: 20px 0 0 35px;
}

.expertise-section .expertise-item .popup-block .btn-default4:hover,
.page-template-about .text-section .expertise-item .popup-block .btn-default4:hover {
    width: 160px;
    margin-left: 25px;
}

.expertise-section .expertise-item .popup-block .btn-default4:active,
.page-template-about .text-section .expertise-item .popup-block .btn-default4:active {
    background-color: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
}

.expertise-section .expertise-item .row,
.page-template-about .text-section .expertise-item .row {
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    height: 160px;
    -webkit-box-shadow: 1px 2px 6px rgba(143, 155, 175, 0.34);
    -khtml-box-shadow: 1px 2px 6px rgba(143, 155, 175, 0.34);
    -moz-box-shadow: 1px 2px 6px rgba(143, 155, 175, 0.34);
    -ms-box-shadow: 1px 2px 6px rgba(143, 155, 175, 0.34);
    -o-box-shadow: 1px 2px 6px rgba(143, 155, 175, 0.34);
    box-shadow: 1px 2px 6px rgba(143, 155, 175, 0.34);
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    padding-left: 5px;
}

.expertise-section .expertise-item .img-block,
.page-template-about .text-section .expertise-item .img-block {
    width: 64%;
    max-width: 100px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: #fbfcfd;
    overflow: hidden;
    height: auto;
    margin: auto 24px auto auto;
}

.expertise-section .expertise-item .img-block:after,
.page-template-about .text-section .expertise-item .img-block:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.expertise-section .expertise-item .img-block img,
.page-template-about .text-section .expertise-item .img-block img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.expertise-section .expertise-item .title,
.page-template-about .text-section .expertise-item .title {
    font-weight: 500;
    color: #57657c;
    font-size: 28px;
    padding-right: 33px;
    padding-left: 7px;
    line-height: 1.4em;
    max-width: 240px;
    text-transform: uppercase;
}

.expertise-list-section {
    background-repeat: repeat;
    border-bottom: 1px solid #eaecef;
    background-position: 50% 1%;
}

.expertise-list-section .container {
    padding-left: 15px;
    padding-right: 15px;
}

.expertise-list-section .container:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -70px;
    right: -70px;
    margin: auto;
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 2%, rgba(255, 255, 255, 0.3) 5%, rgba(255, 255, 255, 0.4) 8%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.6) 14%, rgba(255, 255, 255, 0.7) 18%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 82%, rgba(255, 255, 255, 0.6) 86%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0.4) 92%, rgba(255, 255, 255, 0.3) 95%, rgba(255, 255, 255, 0.2) 98%, rgba(255, 255, 255, 0.1) 100%);
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 2%, rgba(255, 255, 255, 0.3) 5%, rgba(255, 255, 255, 0.4) 8%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.6) 14%, rgba(255, 255, 255, 0.7) 18%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 82%, rgba(255, 255, 255, 0.6) 86%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0.4) 92%, rgba(255, 255, 255, 0.3) 95%, rgba(255, 255, 255, 0.2) 98%, rgba(255, 255, 255, 0.1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 2%, rgba(255, 255, 255, 0.3) 5%, rgba(255, 255, 255, 0.4) 8%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.6) 14%, rgba(255, 255, 255, 0.7) 18%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 82%, rgba(255, 255, 255, 0.6) 86%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0.4) 92%, rgba(255, 255, 255, 0.3) 95%, rgba(255, 255, 255, 0.2) 98%, rgba(255, 255, 255, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=1);
}

.expertise-list-section .container .content {
    margin: 50px 0 17px;
}

.expertise-list-section .container .content h2 {
    font-size: 30px;
    margin-bottom: 39px;
    line-height: 1.1;
}

.expertise-list-section .container .content ul {
    margin-bottom: 20px;
}

.expertise-list-section .container .content ul li {
    font-size: 20px;
    font-weight: 500;
    padding: 4px 0 4px 60px;
}

.expertise-list-section .container .content ul li:before {
    left: 0;
}

.expertise-list-section .container .content p {
    font-size: 18px;
    line-height: 1.44em;
    letter-spacing: -0.3px;
    text-align: left;
    margin-right: -20px;
}

.expertise-list-section .container .img-block {
    max-width: 400px !important;
    max-height: 300px !important;
    margin: auto 0 auto auto !important;
    -webkit-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.expertise-list-section .container .img-block img {
    width: auto !important;
    height: auto !important;
    max-width: 400px !important;
    max-height: 300px !important;
    float: right;
    -webkit-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.tax-expertise .text-section {
    padding-bottom: 0;
}

.tax-expertise .technologies-list,
.tax-expertise .portfolio-list {
    padding-bottom: 0 !important;
}

.tax-expertise .expertise-section,
.tax-expertise .page-template-about .text-section,
.page-template-about .tax-expertise .text-section {
    padding-bottom: 24px;
}

.tax-expertise .expertise-section .title-block,
.tax-expertise .page-template-about .text-section .title-block,
.page-template-about .tax-expertise .text-section .title-block {
    padding-top: 40px;
    padding-right: 11px;
}

.tax-expertise .expertise-section .title-block .title,
.tax-expertise .page-template-about .text-section .title-block .title,
.page-template-about .tax-expertise .text-section .title-block .title {
    text-transform: none;
}

.tax-expertise .technologies-section {
    padding-top: 20px;
    padding-bottom: 15px;
}

.tax-expertise .technologies-section .title-block {
    padding-left: 0 !important;
}

.tax-expertise .portfolio-section .container {
    padding-left: 15px;
    padding-right: 15px;
}

.tax-expertise .portfolio-section .title-block {
    padding-top: 23px;
}

.tax-expertise .portfolio-section .portfolio-list a {
    margin-bottom: 25px;
}

.tax-expertise .portfolio-section .portfolio-item {
    margin-left: 0;
    margin-right: 0;
}

.tax-expertise .companies-section,
.tax-expertise .page-template-project-item .text-section,
.page-template-project-item .tax-expertise .text-section {
    padding-bottom: 24px;
}

.download-section {
    background-color: #05152f !important;
    background-image: url('images/gradient_background.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.download-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.download-section .container .btn-block .btn-default2 {
    max-width: 780px;
    width: 96%;
    margin: 0 auto;
    height: 70px;
    font-weight: 500;
    font-size: 22px;
    color: #047cdd;
}

.download-section .container .btn-block .btn-default2.openmodal {
    margin-right: 0;
}

.download-section .container .btn-block .btn-default2 span {
    font-weight: 500;
    font-size: 22px;
    color: inherit;
    padding-left: 4px;
}

.download-section .container .btn-block .btn-default2:before {
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 49px;
    height: 30px;
    background: url('images/ic-cloud.png') no-repeat;
    margin-right: 20px;
}

@media screen and (min-width: 768px) {
    .download-section .container .btn-block .btn-default2:hover {
        max-width: 800px;
        height: 80px;
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .download-section .container .btn-block .btn-default2.openmodal:hover {
        margin-right: -10px;
    }

    .download-section .container .btn-block .btn-default2:active {
        color: #fff;
        background-color: rgba(255, 255, 255, .31);
    }

    .download-section .container .btn-block .btn-default2:active:before {
        background-position: 0 100%;
    }

    .download-section .container .btn-block .btn-default2:active:hover {
        height: 70px;
        width: 96%;
        max-width: 780px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.download-section .container .btn-block.row {
    -webkit-flex-wrap: nowrap;
    -khtml-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
}

.download-section .container .btn-block.row .title {
    width: 100%;
    font-size: 30px;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    color: #fff;
}

.download-section .container .btn-block.row .btn-default2 {
    max-width: 299px;
}

.download-section .container .btn-block.row .btn-default2:before {
    display: none;
}

.download-section .container .btn-block.row .btn-default2:hover {
    max-width: 319px;
}

@media screen and (min-width: 768px) {
    .download-section.btn-right-block .container .btn-block .btn-default2:active:hover {
        height: 70px;
        width: 96%;
        max-width: 299px !important;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0 !important;
    }
}

.technologies-section {
    background-color: #fff;
    -webkit-border-radius: 20px 20px 0 0;
    -khtml-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}

.technologies-section .container {
    padding-left: 15px;
    padding-right: 15px;
}

.technologies-section .technologies-list {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    padding-bottom: 40px;
}

.technologies-section .technologies-item {
    margin-bottom: 12px;
    padding: 0 10px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.technologies-section .technologies-item .img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 140px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: #fbfcfd;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2;
}

.technologies-section .technologies-item .img:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.technologies-section .technologies-item .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.technologies-section .technologies-item .img img:last-of-type {
    display: none;
}

.technologies-section .technologies-item:hover .img {
    -webkit-transform: scale(1.1, 1.1);
    -khtml-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

@media screen and (min-width: 768px) {
    .technologies-section .technologies-item:hover img:first-of-type,
    .technologies-section .technologies-item:active img:first-of-type {
        display: none;
    }

    .technologies-section .technologies-item:hover img:last-of-type,
    .technologies-section .technologies-item:active img:last-of-type {
        display: block;
    }
}

.technologies-section .technologies-item:active img {
    opacity: 0.6;
}

.technologies-section .technologies-item .title {
    margin: 20px auto;
    font-size: 18px;
    color: #8f9baf;
    max-width: 96%;
    word-break: break-word;
}

.home .projects-section {
    margin-bottom: 0;
}

.home .projects-section .project-item {
    padding-top: 0;
}

.home .projects-section .project-item [class^='col-'] {
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
}

.home .projects-section .project-item .title-block {
    margin-top: 20px;
    border-bottom: 0;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
}

.home .projects-section .project-item .title-block img {
    width: auto;
    max-width: 72px;
    max-height: 72px;
    margin-right: 32px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.home .projects-section .project-item .title-block .title {
    margin-bottom: 4px;
}

.home .projects-section .project-item .img-block {
    margin-top: 0;
}

.home .projects-section .project-item .img-block img {
    top: 0;
    right: 0;
}

.home .projects-section .project-item .project-item-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
}

.home .projects-section .project-item a:hover div {
    color: #0082e9;
}

.projects-section {
    margin-bottom: 50px;
}

.projects-section .projects-carousel {
    overflow: hidden;
}

.projects-section .projects-carousel:before {
    content: '';
    background-image: url('images/left@3x.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 15vw;
    z-index: 1;
}

.projects-section .projects-carousel:after {
    content: '';
    background-image: url('images/right@3x.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15vw;
    z-index: 0;
}

.projects-section .owl-controls {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.projects-section .owl-prev,
.projects-section .owl-next {
    position: absolute;
    border: 4px solid rgba(255, 255, 255, .26);
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    margin-top: -30px;
}

.projects-section .owl-prev .fa,
.projects-section .owl-next .fa {
    color: #fff;
    font-size: 40px;
}

.projects-section .owl-prev {
    left: 2vw;
}

.projects-section .owl-prev .fa {
    top: 5px;
    left: 17px;
}

.projects-section .owl-next {
    right: 2vw;
}

.projects-section .owl-next .fa {
    top: 5px;
    left: 21px;
}

.projects-section .project-item {
    padding-top: 50px;
    overflow: hidden;
}

.projects-section .project-item .bg-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.projects-section .project-item .bg-block img {
    max-width: 100%;
}

.projects-section .project-item .bg-block:before {
    content: '';
    width: 100%;
    min-height: 130%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(4, 21, 47, 0.71);
    z-index: 1;
}

.projects-section .project-item [class^='col-'] {
    -webkit-justify-content: flex-end;
    -khtml-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-pack: end;
    -khtml-flex-pack: end;
    -moz-flex-pack: end;
    -ms-flex-pack: end;
    -o-flex-pack: end;
    flex-pack: end;
    -webkit-box-pack: end;
    -khtml-box-pack: end;
    -moz-box-pack: end;
    -ms-box-pack: end;
    -o-box-pack: end;
    box-pack: end;
}

.projects-section .project-item .title {
    font-family: 'Gilroy-ExtraBold', sans-serif;
    color: #fff;
    font-size: 30px;
    margin-bottom: 16px;
}

.projects-section .project-item .text-block {
    margin-bottom: 70px;
}

.projects-section .project-item .text-block,
.projects-section .project-item .text-block * {
    font-size: 20px;
    line-height: 1.7;
    color: #fff;
    font-weight: 300;
}

.projects-section .project-item .img-block {
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
}

.projects-section .project-item .img-block img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
}

.testimonials-section {
    overflow: hidden;
    border-bottom: 2px solid rgba(87, 101, 124, 0.1);
}

.testimonials-section .container {
    padding-left: 15px;
    padding-right: 15px;
}

.testimonials-section .owl-stage-outer {
    overflow: hidden;
}

.testimonials-section .owl-stage-outer * {
    color: #57657c;
}

.testimonials-section .owl-controls {
    position: absolute;
    width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.testimonials-section .owl-controls .owl-nav {
    top: -10%;
    bottom: 0;
    margin: auto;
    min-height: 100%;
}

.testimonials-section .owl-prev,
.testimonials-section .owl-next {
    position: absolute;
    border: none;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    top: 25%;
}

.testimonials-section .owl-prev span,
.testimonials-section .owl-next span {
    border: 4px solid rgba(87, 101, 124, .2) !important;
}

.testimonials-section .owl-prev .fa,
.testimonials-section .owl-next .fa {
    color: #57657c;
    font-size: 40px;
}

.testimonials-section .owl-prev {
    left: 2vw;
}

.testimonials-section .owl-prev .fa {
    top: 5px;
    left: 17px;
}

.testimonials-section .owl-next {
    right: 2vw;
}

.testimonials-section .owl-next .fa {
    top: 5px;
    left: 21px;
}

.testimonials-section .owl-dots {
    height: 20px;
    bottom: 40px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
    position: absolute;
    left: 0;
    right: 0;
}

.testimonials-section .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(87, 101, 124, 0.1);
    margin: 0 6px;
}

.testimonials-section .owl-dots .owl-dot:hover,
.testimonials-section .owl-dots .owl-dot.active {
    background-color: #57657c;
}

.testimonials-section .testimonials-item {
    padding-bottom: 80px;
}

.testimonials-section .testimonials-item .row {
    max-width: 380px;
    margin: 10px auto 30px;
}

.testimonials-section .testimonials-item .row .img-block {
    width: 72px;
    background-color: #fbfcfd;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    z-index: 1;
    margin: 0 auto;
}

.testimonials-section .testimonials-item .row .img-block:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.testimonials-section .testimonials-item .row .img-block img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    min-height: 72px;
}

.testimonials-section .testimonials-item .title,
.testimonials-section .testimonials-item .subtitle {
    padding: 8px 8px 8px 22px;
    font-family: 'Roboto', serif;
}

.testimonials-section .testimonials-item .title {
    font-weight: 700;
    font-size: 24px;
}

.testimonials-section .testimonials-item .subtitle,
.testimonials-section .testimonials-item .text-block > * {
    font-style: italic;
}

.testimonials-section .testimonials-item .text-block {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.testimonials-section .testimonials-item .text-block * {
    font-size: 19px;
    text-align: center;
    font-family: 'Roboto', serif;
    margin-bottom: 0;
}

.text-block * {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    margin-bottom: 12px;
}

.text-block img {
    margin-bottom: 0;
}

.text-block p {
    margin-bottom: 25px;
    text-align: justify;
}

.text-block h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
}

.map-section {
    overflow: hidden;
    z-index: 1;
}

#map,
#map-editor,
#map-leaflet,
#map_geo {
    height: 540px;
}

.home .map-section {
    margin-top: 50px;
}

.text-section {
    padding-top: 50px;
    padding-bottom: 18px;
}

.text-section .container {
    padding-left: 15px;
    padding-right: 15px;
}

body .header-bottom,
body.tag .header-bottom,
body.category .header-bottom,
body.single-post .header-bottom,
body.page-template-contact .header-bottom,
body.page-template-careers-item .header-bottom,
body.single-careers .header-bottom,
body.page-template-default .header-bottom,
body.error404 .header-bottom {
    background-color: #f8f8fa;
}

body.blog .header-bottom *,
body.tag .header-bottom *,
body.category .header-bottom *,
body.single-post .header-bottom *,
body.page-template-contact .header-bottom *,
body.page-template-careers-item .header-bottom *,
body.single-careers .header-bottom *,
body.page-template-default .header-bottom *,
body.error404 .header-bottom * {
    color: #57657c;
}

body.blog .header-bottom .logo,
body.tag .header-bottom .logo,
body.category .header-bottom .logo,
body.single-post .header-bottom .logo,
body.page-template-contact .header-bottom .logo,
body.page-template-careers-item .header-bottom .logo,
body.single-careers .header-bottom .logo,
body.page-template-default .header-bottom .logo,
body.error404 .header-bottom .logo {
    display: none;
}

body.blog .header-bottom .logo1,
body.tag .header-bottom .logo1,
body.category .header-bottom .logo1,
body.single-post .header-bottom .logo1,
body.page-template-contact .header-bottom .logo1,
body.page-template-careers-item .header-bottom .logo1,
body.single-careers .header-bottom .logo1,
body.page-template-default .header-bottom .logo1,
body.error404 .header-bottom .logo1 {
    display: block;
}

body.blog .header-bottom .active a,
body.tag .header-bottom .active a,
body.category .header-bottom .active a,
body.single-post .header-bottom .active a,
body.page-template-contact .header-bottom .active a,
body.page-template-careers-item .header-bottom .active a,
body.single-careers .header-bottom .active a,
body.page-template-default .header-bottom .active a,
body.error404 .header-bottom .active a,
body.blog .header-bottom .current-page-ancestor a,
body.category .header-bottom .current-page-ancestor a,
body.single-post .header-bottom .current-page-ancestor a,
body.page-template-contact .header-bottom .current-page-ancestor a,
body.page-template-careers-item .header-bottom .current-page-ancestor a,
body.single-careers .header-bottom .current-page-ancestor a,
body.page-template-default .header-bottom .current-page-ancestor a,
body.error404 .header-bottom .current-page-ancestor a {
    /*background-color: #bcc8dc !important;
    color: #fff !important;*/
    color: #57657c;
    font-weight: 500;
}

body.blog .header-bottom a:hover,
body.tag .header-bottom a:hover,
body.category .header-bottom a:hover,
body.single-post .header-bottom a:hover,
body.page-template-contact .header-bottom a:hover,
body.page-template-careers-item .header-bottom a:hover,
body.single-careers .header-bottom a:hover,
body.page-template-default .header-bottom a:hover,
body.error404 .header-bottom a:hover {
    border-radius: 2px;
    background-color: #bcc8dc;
    color: #fff!important;
}

body.blog .header-bottom a:active,
body.tag .header-bottom a:active,
body.category .header-bottom a:active,
body.single-post .header-bottom a:active,
body.page-template-contact .header-bottom a:active,
body.page-template-careers-item .header-bottom a:active,
body.single-careers .header-bottom a:active,
body.page-template-default .header-bottom a:active,
body.error404 .header-bottom a:active {
    background-color: #bcc8dc;
    color: #fff !important;
}

body.blog .header-bottom a:visited,
body.tag .header-bottom a:visited,
body.category .header-bottom a:visited,
body.single-post .header-bottom a:visited,
body.page-template-contact .header-bottom a:visited,
body.page-template-careers-item .header-bottom a:visited,
body.single-careers .header-bottom a:visited,
body.page-template-default .header-bottom a:visited,
body.error404 .header-bottom a:visited {
    color: #57657c;
}

body.blog .header-bottom .btn-default,
body.tag .header-bottom .btn-default,
body.category .header-bottom .btn-default,
body.single-post .header-bottom .btn-default,
body.page-template-contact .header-bottom .btn-default,
body.page-template-careers-item .header-bottom .btn-default,
body.single-careers .header-bottom .btn-default,
body.page-template-default .header-bottom .btn-default,
body.error404 .header-bottom .btn-default,
body.blog .header-bottom .btn-default:focus,
body.category .header-bottom .btn-default:focus,
body.single-post .header-bottom .btn-default:focus,
body.page-template-contact .header-bottom .btn-default:focus,
body.page-template-careers-item .header-bottom .btn-default:focus,
body.single-careers .header-bottom .btn-default:focus,
body.page-template-default .header-bottom .btn-default:focus,
body.error404 .header-bottom .btn-default:focus {
    border: 1px solid #57657c;
    min-height: 36px;
    color: #57657c !important;
    background-color: transparent;
    -webkit-transition: all, 0.2s;
    -khtml-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -ms-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
}

body.blog .header-bottom .btn-default:hover,
body.category .header-bottom .btn-default:hover,
body.single-post .header-bottom .btn-default:hover,
body.page-template-contact .header-bottom .btn-default:hover,
body.page-template-careers-item .header-bottom .btn-default:hover,
body.single-careers .header-bottom .btn-default:hover,
body.page-template-default .header-bottom .btn-default:hover,
body.error404 .header-bottom .btn-default:hover,
body.blog .header-bottom .btn-default:focus:hover,
body.category .header-bottom .btn-default:focus:hover,
body.single-post .header-bottom .btn-default:focus:hover,
body.page-template-contact .header-bottom .btn-default:focus:hover,
body.page-template-careers-item .header-bottom .btn-default:focus:hover,
body.single-careers .header-bottom .btn-default:focus:hover,
body.page-template-default .header-bottom .btn-default:focus:hover,
body.error404 .header-bottom .btn-default:focus:hover {
    background-color: rgb(255, 255, 255);
    border-color: rgba(87, 101, 124, .19);
    color: #57657c !important;
}

body.blog .header-bottom .btn-default:active,
body.category .header-bottom .btn-default:active,
body.single-post .header-bottom .btn-default:active,
body.page-template-contact .header-bottom .btn-default:active,
body.page-template-careers-item .header-bottom .btn-default:active,
body.single-careers .header-bottom .btn-default:active,
body.page-template-default .header-bottom .btn-default:active,
body.error404 .header-bottom .btn-default:active,
body.blog .header-bottom .btn-default:focus:active,
body.category .header-bottom .btn-default:focus:active,
body.single-post .header-bottom .btn-default:focus:active,
body.page-template-contact .header-bottom .btn-default:focus:active,
body.page-template-careers-item .header-bottom .btn-default:focus:active,
body.single-careers .header-bottom .btn-default:focus:active,
body.page-template-default .header-bottom .btn-default:focus:active,
body.error404 .header-bottom .btn-default:focus:active
/*,body.blog .header-bottom .btn-default:visited,*/
/*body.category .header-bottom .btn-default:visited,*/
/*body.single-post .header-bottom .btn-default:visited,*/
/*body.page-template-contact .header-bottom .btn-default:visited,*/
/*body.page-template-careers-item .header-bottom .btn-default:visited,*/
/*body.single-careers .header-bottom .btn-default:visited,*/
/*body.page-template-default .header-bottom .btn-default:visited,*/
/*body.error404 .header-bottom .btn-default:visited,*/
/*body.blog .header-bottom .btn-default:focus:visited,*/
/*body.category .header-bottom .btn-default:focus:visited,*/
/*body.single-post .header-bottom .btn-default:focus:visited,*/
/*body.page-template-contact .header-bottom .btn-default:focus:visited,*/
/*body.page-template-careers-item .header-bottom .btn-default:focus:visited,*/
/*body.single-careers .header-bottom .btn-default:focus:visited,*/
/*body.page-template-default .header-bottom .btn-default:focus:visited,*/
/*body.error404 .header-bottom .btn-default:focus:visited */
{
    /*background-color: rgba(87, 101, 124, .1);*/

    border-color: rgba(87, 101, 124, .1);
    color: #57657c !important;
}

body.blog .header-bottom .toggle-menu .toggle-bar,
body.category .header-bottom .toggle-menu .toggle-bar,
body.single-post .header-bottom .toggle-menu .toggle-bar,
body.page-template-contact .header-bottom .toggle-menu .toggle-bar,
body.page-template-careers-item .header-bottom .toggle-menu .toggle-bar,
body.single-careers .header-bottom .toggle-menu .toggle-bar,
body.page-template-default .header-bottom .toggle-menu .toggle-bar,
body.error404 .header-bottom .toggle-menu .toggle-bar {
    background-color: #57657c;
}

body.blog .map-section,
body.category .map-section,
body.single-post .map-section,
body.page-template-contact .map-section,
body.page-template-careers-item .map-section,
body.single-careers .map-section,
body.page-template-default .map-section,
body.error404 .map-section {
    background-color: #05152f;
}

.blog .post .share-list .facebook,
.single-post .post .share-list .facebook,
.blog .single-post-bottom .share-list .facebook,
.single-post .single-post-bottom .share-list .facebook {
    -webkit-order: 1;
    -khtml-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
}

.blog .post .share-list .linkedin,
.single-post .post .share-list .linkedin,
.blog .single-post-bottom .share-list .linkedin,
.single-post .single-post-bottom .share-list .linkedin {
    -webkit-order: 2;
    -khtml-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
}

.blog .post .share-list .google-plus,
.single-post .post .share-list .google-plus,
.blog .single-post-bottom .share-list .google-plus,
.single-post .single-post-bottom .share-list .google-plus {
    -webkit-order: 3;
    -khtml-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
}

.blog .post .share-list .twitter,
.single-post .post .share-list .twitter,
.blog .single-post-bottom .share-list .twitter,
.single-post .single-post-bottom .share-list .twitter {
    -webkit-order: 4;
    -khtml-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    -o-order: 4;
    order: 4;
}

.categories-section:first-of-type {
    padding-top: 92px;
    padding-bottom: 20px;
}

.categories-section:nth-of-type(3) {
    padding-top: 20px;
    background-color: #fff;
    -webkit-border-radius: 0px 0px 0 0;
    -khtml-border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    -ms-border-radius: 0px 0px 0 0;
    -o-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
}

.categories-section:nth-of-type(3):before {
    content: '';
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #05152f;
    z-index: -1;
}

.categories-section > .container .post:last-of-type {
    border-bottom: 0;
}

.categories-section .post {
    padding-top: 28px;
}

.categories-section .post .section-title {
    margin-bottom: 50px;
}

.categories-section .post .section-title a {
    font-size: 28px;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    line-height: 1.17;
    color: #0082e9;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
}

.categories-section .post .section-title:hover a {
    color: #BCC8DC;
}
.categories-section .post .section-title:active a {
    color: #57657c;
}
.categories-section .post .img-block {
    max-height: 320px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

.categories-section .post .img-block:after {
    content: '';
    display: block;
    padding-top: 34%;
}

.categories-section .post .img-block img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    border-radius: 2px;
}

.categories-section .post .content p {
    line-height: 1.41;
    text-align: justify;
    color: #57657c;
    margin-bottom: 20px;
}

.categories-section .post .post-bottom {
    background-color: #f8f8fa;
    border-radius: 2px;
    padding: 4px;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    padding-top: 10px;
}

.categories-section .post .post-bottom .share-list {
    max-width: 383px;
    margin-top: 0;
}

.categories-section .post .more-block {
    width: 232px;
    padding-left: 18px;
    float: right;
    overflow: visible;
}

.categories-section .post-bottom .likes {
    float: left;
    width: 76px;
    margin-left: 5px;
}
.categories-section .post-bottom .num_comments {
    float: left;
    width: 76px;
    background-color: white;
    text-align: right;
    height: 36px;
    padding: 9px;
    margin-left: 10px;
    background-image: url("./icons/gray/comment-lightgray.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 10px center;
}

.categories-section .post-bottom .num_comments:active {
    background-image: url("./icons/blue/comment-blue.svg");
}
.categories-section .post-bottom .num_comments:hover {
    /*background-image: url("./icons/lightgray/comment-lightgray.svg");*/
}
.categories-section .post .more-block .btn {
    width: 100%;
    max-width: 112px;
    height: 36px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 2px;
    background-color: #fff;
    border: solid 1px transparent;
    font-size: 17px;
    color: #0082e9;
    float: right;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    margin-right: 5px;
}

.categories-section .post .more-block .btn:hover {
    background: white;
    color: #bcc8dc;
    border: 1px solid #bcc8dc;
}

.categories-section .post .more-block .btn:active {
    background: #0082e9;
    color: white;
    border: 1px solid #0082e9;
}

.single-post-section {
    background-color: #fff;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.single-post-section:before {
    content: '';
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #05152f;
    z-index: -1;
}

.single-post-section:first-of-type {
    padding-top: 123px;
    padding-top: 90px;
    -webkit-border-radius: 0 0 0px 0px;
    -khtml-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    -ms-border-radius: 0 0 0px 0px;
    -o-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
}

.single-post-section:first-of-type .post {
    padding-bottom: 0px;
}

.single-post-section:last-of-type {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    /*padding-top: 20px;*/
}

.single-post-section .container {

}

.single-post-section .post {
    padding-top: 35px;
}

.single-post-section .post .section-title {
    margin-bottom: 14px;
    font-size: 28px;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    line-height: 1.17;
    color: #0082e9;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
}

.single-post-section .post .img-block {
    width: 100%;
    margin-bottom: 32px;
    margin-top: 20px;
}

.single-post-section .post .img-block img {
    margin: auto !important;
    min-width: 100%;
    width: auto;
    height: auto;
    border-radius: 2px;
}

.single-post-section .post img {
    margin: 0 auto;
}

.single-post-section .post .content p {
    line-height: 1.41;
    text-align: justify;
    color: #57657c;
    margin-bottom: 16px;
}

.single-post-section .single-post-bottom {
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    border-top: 1px solid #eaecef;
    padding: 32px 0 70px 0;
}

.single-post-section .single-post-bottom .share-list {
    max-width: 380px;
    margin-top: 32px;
}

body.page-template-contact .map-section,
body.page-template-careers-item .map-section,
body.single-careers .map-section {
    background-color: #fff;
}

.contact-section {
    padding-bottom: 53px;
}

.contact-section .container {
    padding-left: 15px;
    padding-right: 15px;
}

.contact-section,
.modal,
.referfriend-form {
    /*padding-top: 123px;*/
}

.contact-section h2,
.contact-section h1,
.blog-section-title,
.modal h2,
.referfriend-form h2 {
    text-align: center;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 30px;
    padding: 50px 0;
    line-height: 1.17;
}

.contact-section .privacy-block,
.modal .privacy-block,
.referfriend-form .privacy-block {
    width: 100%;
    background: url('images/protected.png') no-repeat;
    background-position: 100% 0;
    background-size: 140px 126px;
}

.contact-section .privacy-block:after,
.modal .privacy-block:after,
.referfriend-form .privacy-block:after {
    content: '';
    display: block;
    padding-top: 84%;
}

.contact-section br,
.modal br,
.referfriend-form br {
    display: none;
}

.contact-section label,
.modal label,
.referfriend-form label {
   /* position: absolute;*/
    top: 0;
    bottom: 0;
    margin: auto;
   /* left: 56px;
    height: 52%;
    color: rgba(87, 101, 124, .7);
    font-weight: 300;*/
}

.contact-section label span,
.modal label span,
.referfriend-form label span {
    color: #f00;
}
.modal input[type=checkbox] {
    -webkit-appearance: checkbox;
    width: auto;
}
.contact-section input:not([type=submit]),
.modal input[type=text],.modal input[type=email],
.referfriend-form input:not([type=submit]),
.contact-section textarea,
.modal textarea,
.referfriend-form textarea {
    width: 100%;
    width: -webkit-calc(100% - 10px);
    max-width: 446px;
    border: solid 1px #bcc8dc;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding-left: 10px;
    height: 36px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.47;
    color: #57657c;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
.GDPR {
    font-weight: bold;
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 16px;
}
hr {
    border: none; /* Убираем границу для браузера Firefox */
    color: rgba(87, 101, 124, 0.79); /* Цвет линии для остальных браузеров */
    background-color: rgba(87, 101, 124, 0.79); /* Цвет линии для браузера Firefox и Opera */
    height: 1px; /* Толщина линии */
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    margin-top: 20px;
}
.contact-section label span, .modal label span, .referfriend-form label span {
    font-weight: 300;
    color: #57657c;
    font-size: 12px;
}
.contact-section input.your-name,
.modal input.your-name,
.referfriend-form input.your-name,
.contact-section input.first-name,
.modal input.first-name,
.referfriend-form input.first-name,
.contact-section input.last-name,
.modal input.last-name,
.referfriend-form input.last-name {
    background: url('images/ic-people-black-24-px.svg') 20px center no-repeat;
}

.contact-section input.your-email,
.modal input.your-email,
.referfriend-form input.your-email {
    background: url('images/ic-email-black-24-px.svg') 17px center no-repeat;
    width: calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
}

.contact-section input.PhoneorSkype,
.modal input.PhoneorSkype,
.referfriend-form input.PhoneorSkype {
    background: url('images/ic_linkedin.svg') 17px center no-repeat;
    width: calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    float: right;
}

.contact-section input.linkedin,
.modal input.linkedin,
.referfriend-form input.linkedin {
    background: url('images/ic_linkedin.svg') 17px center no-repeat;
    background-size: 17px auto;
}

.contact-section input.website,
.modal input.website,
.referfriend-form input.website {
    background: url('images/ic-people-black-24-px-2.svg') 15px center no-repeat;
}

.contact-section textarea.your-message,
.modal textarea.your-message,
.referfriend-form textarea.your-message {
    background: url('images/ic-message-black-24-px.svg') 17px 15px no-repeat;
    padding: 13px 14px 13px 52px;
}

.contact-section .btn-default5,
.modal .btn-default5,
.referfriend-form .btn-default5 {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius:0px;
    border-radius: 0px;
    border: solid 1px #8f9baf;
    height: 36px;
    cursor: pointer;
    max-width: 446px;
    -webkit-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.contact-section .btn-default5 span.addfile,
.modal .btn-default5 span.addfile,
.referfriend-form .btn-default5 span.addfile {
    position: absolute;
    height: 36px;
    width: 100%;
    max-width: 446px;
    left: 0;
    top: 0;
}

.contact-section .btn-default5 input[type=file],
.modal .btn-default5 input[type=file],
.referfriend-form .btn-default5 input[type=file] {
    opacity: 0;
}
#myModal2 input[type="submit"][disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}
#myModal2 input[type="submit"] {
    max-width: 446px;
    width: 100%;
    background-color: #0082e9;
    color: white;
    text-transform: uppercase;
    height: 36px;
    font-size: 17px;
    border: 1px solid #0082e9;
    cursor: pointer;
    font-family: 'Gilroy-ExtraBold', sans-serif;
}
#myModal2 input[type="submit"]:hover {
    color: rgb(188, 200, 220);
    background-color: rgb(255, 255, 255);
    box-shadow: 0 2px 4px 0 #e2e5eb;
    border-color: rgb(188, 200, 220);
}
#myModal2 input[type="submit"]:active {
    color: #0082e9;
    background-color: rgb(255, 255, 255);
    border-color: #0082e9;
}
.contact-section .btn-default5 label,
.modal .btn-default5 label,
.referfriend-form .btn-default5 label {
    font-family: 'Gilroy-ExtraBold', sans-serif;
    max-width: 446px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    width: 100%;
    height: 36px;
    font-size: 17px;
    position: relative;
    left: auto;
    color: #0082e9;
}
.modal .btn-default5:hover label {
    color: white;
}

.contact-section .btn-default5.not-active,
.modal .btn-default5.not-active,
.referfriend-form .btn-default5.not-active,
.contact-section .btn-default5.not-active:hover,
.modal .btn-default5.not-active:hover,
.referfriend-form .btn-default5.not-active:hover,
.contact-section .btn-default5.not-active:active,
.modal .btn-default5.not-active:active,
.referfriend-form .btn-default5.not-active:active {
    cursor: no-drop;
    opacity: 0.6;
    border: solid 1px #8f9baf;
    height: 36px;
    max-width: 446px;
    margin-top: 0;
    margin-left: 0;
    background-color: transparent;
}

.contact-section .btn-default5.not-active *,
.modal .btn-default5.not-active *,
.referfriend-form .btn-default5.not-active *,
.contact-section .btn-default5.not-active:hover *,
.modal .btn-default5.not-active:hover *,
.referfriend-form .btn-default5.not-active:hover *,
.contact-section .btn-default5.not-active:active *,
.modal .btn-default5.not-active:active *,
.referfriend-form .btn-default5.not-active:active * {
    cursor: no-drop;
    opacity: 0.6;
}

.contact-section .btn-default5.not-active input[type=file],
.modal .btn-default5.not-active input[type=file],
.referfriend-form .btn-default5.not-active input[type=file],
.contact-section .btn-default5.not-active:hover input[type=file],
.modal .btn-default5.not-active:hover input[type=file],
.referfriend-form .btn-default5.not-active:hover input[type=file],
.contact-section .btn-default5.not-active:active input[type=file],
.modal .btn-default5.not-active:active input[type=file],
.referfriend-form .btn-default5.not-active:active input[type=file] {
    opacity: 0;
}

.contact-section .btn-default5.not-active label,
.modal .btn-default5.not-active label,
.referfriend-form .btn-default5.not-active label,
.contact-section .btn-default5.not-active:hover label,
.modal .btn-default5.not-active:hover label,
.referfriend-form .btn-default5.not-active:hover label,
.contact-section .btn-default5.not-active:active label,
.modal .btn-default5.not-active:active label,
.referfriend-form .btn-default5.not-active:active label {
    z-index: 111;
    color: #dde0e5;
}

.contact-section .btn-default5:hover,
.modal .btn-default5:hover,
.referfriend-form .btn-default5:hover {
    color: rgb(188, 200, 220)!important;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 2px 4px 0 #e2e5eb;
    border-color: rgb(188, 200, 220);
}
.modal .btn-default5:hover label {
    color: rgb(188, 200, 220)!important;
}
.modal .btn-default5:active label {
    color: #fff!important;
}
.contact-section .btn-default5:active,
.modal .btn-default5:active,
.referfriend-form .btn-default5:active {
    max-width: 446px;
    height: 36px;
    background-color: rgb(0, 130, 233);
    border: 1px solid rgb(0, 130, 233);
    color: white;
}

.contact-section .btn-default5:focus,
.modal .btn-default5:focus,
.referfriend-form .btn-default5:focus,
.contact-section .btn-default5:active,
.modal .btn-default5:active,
.referfriend-form .btn-default5:active {
    max-width: 446px;
    height: 36px;
    background-color: rgb(0, 130, 233);
    border: 1px solid rgb(0, 130, 233);
    color: white;
}

.contact-section .submit-block,
.modal .submit-block,
.referfriend-form .submit-block {
    -webkit-align-items: flex-end;
    -khtml-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-align: end;
    -khtml-flex-align: end;
    -moz-flex-align: end;
    -ms-flex-align: end;
    -o-flex-align: end;
    flex-align: end;
    -webkit-box-align: end;
    -khtml-box-align: end;
    -moz-box-align: end;
    -ms-box-align: end;
    -o-box-align: end;
    box-align: end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-section .btn-default6,
.modal .btn-default6,
.referfriend-form .btn-default6 {
    background-color: #1d81e5;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 24px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    border: 0;
    height: 60px;
    cursor: pointer;
    max-width: 540px;
    float: right;
    width: 100%;
    -webkit-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-right: 0;
}

.contact-section .btn-default6:hover,
.modal .btn-default6:hover,
.referfriend-form .btn-default6:hover {
    max-width: 556px;
    height: 76px;
    margin: -8px -8px;
    width: 102%;
}

.contact-section .btn-default6:active,
.modal .btn-default6:active,
.referfriend-form .btn-default6:active {
    height: 60px;
    width: 100%;
    cursor: pointer;
    max-width: 540px;
    border: 1px solid #8f9baf;
    margin: 0 0 0 auto;
    background-color: transparent;
    color: #57657c;
}

.contact-section .download-progress-block,
.modal .download-progress-block,
.referfriend-form .download-progress-block {
    height: 52px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    border: solid 1px #eaecef;
    margin-bottom: 20px;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    padding: 0 50px 0 20px;
    font-size: 17px;
    font-weight: 300;
    display: none;
}

.contact-section .download-progress-block .file-name span,
.modal .download-progress-block .file-name span,
.referfriend-form .download-progress-block .file-name span {
    padding-left: 6px;
    font-weight: 300;
}

.contact-section .download-progress-block .delete-file,
.modal .download-progress-block .delete-file,
.referfriend-form .download-progress-block .delete-file {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.contact-section .download-progress-block .delete-file:before,
.modal .download-progress-block .delete-file:before,
.referfriend-form .download-progress-block .delete-file:before,
.contact-section .download-progress-block .delete-file:after,
.modal .download-progress-block .delete-file:after,
.referfriend-form .download-progress-block .delete-file:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    min-height: 100%;
    background-color: #57657c;
}

.contact-section .download-progress-block .delete-file:before,
.modal .download-progress-block .delete-file:before,
.referfriend-form .download-progress-block .delete-file:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    zoom: 1;
}

.contact-section .download-progress-block .delete-file:after,
.modal .download-progress-block .delete-file:after,
.referfriend-form .download-progress-block .delete-file:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    zoom: 1;
}

.contact-section .download-progress-block .progress-bar,
.modal .download-progress-block .progress-bar,
.referfriend-form .download-progress-block .progress-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    left: 0;
    min-height: 100%;
    width: 0;
}

.contact-section .download-progress-block .img,
.modal .download-progress-block .img,
.referfriend-form .download-progress-block .img {
    background: url('images/ic-message-black-24-px2.svg') no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.contact-section .download-progress-block.active,
.modal .download-progress-block.active,
.referfriend-form .download-progress-block.active {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

.contact-section .download-progress-block.active .progress-bar,
.modal .download-progress-block.active .progress-bar,
.referfriend-form .download-progress-block.active .progress-bar {
    background-color: #3fb8ff;
}

.contact-section .download-progress-block.complete *,
.modal .download-progress-block.complete *,
.referfriend-form .download-progress-block.complete * {
    color: #fff;
}

.contact-section .download-progress-block.complete .progress-bar,
.modal .download-progress-block.complete .progress-bar,
.referfriend-form .download-progress-block.complete .progress-bar {
    background-color: #6bcc73;
}

.contact-section .download-progress-block.complete .img,
.modal .download-progress-block.complete .img,
.referfriend-form .download-progress-block.complete .img {
    background: url('images/ic-message-black-24-px3.svg') no-repeat;
}

.contact-section .download-progress-block.complete .delete-file:before,
.modal .download-progress-block.complete .delete-file:before,
.referfriend-form .download-progress-block.complete .delete-file:before,
.contact-section .download-progress-block.complete .delete-file:after,
.modal .download-progress-block.complete .delete-file:after,
.referfriend-form .download-progress-block.complete .delete-file:after {
    background-color: #fff;
}

.contact-section .download-progress-block.not-complete *,
.modal .download-progress-block.not-complete *,
.referfriend-form .download-progress-block.not-complete * {
    color: #fff;
}

.contact-section .download-progress-block.not-complete .progress-bar,
.modal .download-progress-block.not-complete .progress-bar,
.referfriend-form .download-progress-block.not-complete .progress-bar {
    background-color: #ea7171;
}

.contact-section .download-progress-block.not-complete .img,
.modal .download-progress-block.not-complete .img,
.referfriend-form .download-progress-block.not-complete .img {
    background: url('images/ic-message-black-24-px3.svg') no-repeat;
}

.contact-section .download-progress-block.not-complete .delete-file:before,
.modal .download-progress-block.not-complete .delete-file:before,
.referfriend-form .download-progress-block.not-complete .delete-file:before,
.contact-section .download-progress-block.not-complete .delete-file:after,
.modal .download-progress-block.not-complete .delete-file:after,
.referfriend-form .download-progress-block.not-complete .delete-file:after {
    background-color: #fff;
}

.contact-section .wpcf7-validation-errors,
.modal .wpcf7-validation-errors,
.referfriend-form .wpcf7-validation-errors,
.contact-section .wpcf7-mail-sent-ok,
.modal .wpcf7-mail-sent-ok,
.referfriend-form .wpcf7-mail-sent-ok {
    /*display: none !important;*/
}

.wpcf7-not-valid {
    border-color: #57657c !important;
}
.wpcf7-form-control-wrap {
    display: block;
}
span.wpcf7-not-valid-tip {
    color: #57657c;
    position: absolute;
    right: 60px;
    top: -4px;
    font-size: 18px;
    margin: auto;
    height: 44px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    background-color: #e6e8eb;
    padding: 0 16px;
}
.phone-or-skype span.wpcf7-not-valid-tip,
.last-name span.wpcf7-not-valid-tip,
.phone-or-skype-friend span.wpcf7-not-valid-tip {
    right: 45px;
}
span.wpcf7-not-valid-tip:after {
    content: '';
    position: absolute;
    background: url('images/ic-alert.png') no-repeat;
    width: 20px;
    height: 20px;
    right: -35px;
    top: 12px;
}
.filter span.wpcf7-not-valid-tip:after {
    top: 4px;
}
.filter span.wpcf7-not-valid-tip:before {
    display: none;
}
.filter span.wpcf7-not-valid-tip{
    background-color: transparent;
    font-size: 0;
}
.filter div.wpcf7-validation-errors {
    top: -30px;
    background: white;
}
span.wpcf7-not-valid-tip:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid #e6e8eb;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -6px;
    top: calc(50% - 6px);
    top: -webkit-calc(50% - 6px);
}

.your-email span.wpcf7-not-valid-tip {
    right: 60px;
}

.breadcrumbs-block {
    border-bottom: 0px solid #eaecef;
    margin-top: -60px;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: margin-top 0.2s;
    -khtml-transition: margin-top 0.2s;
    -moz-transition: margin-top 0.2s;
    -ms-transition: margin-top 0.2s;
    -o-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
}

.breadcrumbs-block .container {
    padding-left: 15px;
    padding-right: 15px;
}

.breadcrumbs-block .breadcrumbs {
    padding-top: 18px;
    padding-bottom: 8px;
    text-align: left;
}

.breadcrumbs-block .breadcrumbs .post {
    padding-bottom: 0;
    border: 0;
}

.breadcrumbs-block .breadcrumbs .fa-home {
    padding-right: 5px;
    font-size: 14px;
}

.breadcrumbs-block .breadcrumbs .fa-caret-right {
    padding: 0 20px;
    font-size: 13px;
}

.breadcrumbs-block .breadcrumbs span {
    font-size: 17px;
    font-weight: 300;
    display: inline-block;
    line-height: 1.47;
    line-height: 37px;
    color: #0082e9;
}

.scrolled .breadcrumbs-block {
    margin-top: 15px;
    opacity: 1;
}

.page-template-contact .breadcrumbs-block,
.blog .breadcrumbs-block,
.single-post .breadcrumbs-block,
.single-careers .breadcrumbs-block {
    opacity: 1;
    margin-top: 0;
}

.pagination {
    background-color: #f8f8fa;
    margin-bottom: 30px;
    margin-top: 30px;
}

ul.page-numbers {
    list-style: none;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
}

ul.page-numbers li {
    padding: 8px 4.5px;
}

ul.page-numbers li.prev a,
ul.page-numbers li.next a,
ul.page-numbers li.prev span,
ul.page-numbers li.next span {
    width: 140px;
}

ul.page-numbers li.prev {
    padding-left: 0;
}

ul.page-numbers li.prev a,
ul.page-numbers li.prev span {
    -webkit-border-top-left-radius: 44px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 44px;
    -moz-border-radius-topleft: 44px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 44px;
    border-top-left-radius: 44px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 44px;
}

ul.page-numbers li.next {
    padding-right: 0;
}

ul.page-numbers li.next a,
ul.page-numbers li.next span {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 44px;
    -webkit-border-bottom-right-radius: 44px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 44px;
    -moz-border-radius-bottomright: 44px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 44px;
    border-bottom-right-radius: 44px;
    border-bottom-left-radius: 8px;
}

ul.page-numbers li a,
ul.page-numbers li span {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    border-radius: 2px;
    background-color: #fff;
    border: solid 0px #8f9baf;
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 14px;
    color: #57657c;
}
.prev.page-numbers,.next.page-numbers {
    width: 140px;
}
ul.page-numbers li a:hover,
ul.page-numbers li span:hover,
ul.page-numbers li a.current,
ul.page-numbers li span.current,
ul.page-numbers li a.current:hover,
ul.page-numbers li span.current:hover {
    color: #fff;
    background: #0082E9;
    text-decoration: none;
}

.page-template-careers .section-title {
    text-transform: uppercase;
}

.page-template-careers .testimonials-item {
    padding-top: 60px;
    padding-bottom: 55px;
}

.openpositions-section .share-links .ssba_sharecount,
.careers-item-section .share-links .ssba_sharecount,
.openpositions-section .share-links .share-item img,
.careers-item-section .share-links .share-item img {
    display: none !important;
}

.openpositions-section .share-links .share-list,
.careers-item-section .share-links .share-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: solid 1px rgba(143, 155, 175, 0.04);
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 46px;
    margin-top: 0;
    max-width: 100%;
    text-align: center !important;
}

.openpositions-section .share-links .share-list .share-item,
.careers-item-section .share-links .share-list .share-item {
    width: 100%;
    text-align: center;
    border-right: solid 1px rgba(143, 155, 175, 0.04);
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #57657c;
    -webkit-box-shadow: rgba(143, 155, 175, 0.34) 0 2px 1px 0;
    -khtml-box-shadow: rgba(143, 155, 175, 0.34) 0 2px 1px 0;
    -moz-box-shadow: rgba(143, 155, 175, 0.34) 0 2px 1px 0;
    -ms-box-shadow: rgba(143, 155, 175, 0.34) 0 2px 1px 0;
    -o-box-shadow: rgba(143, 155, 175, 0.34) 0 2px 1px 0;
    box-shadow: rgba(143, 155, 175, 0.34) 0 2px 1px 0;
    background-color: #fff;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
}

.openpositions-section .share-links .share-list .share-item.facebook,
.careers-item-section .share-links .share-list .share-item.facebook {
    -webkit-order: 1;
    -khtml-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
}

.openpositions-section .share-links .share-list .share-item.linkedin,
.careers-item-section .share-links .share-list .share-item.linkedin {
    -webkit-order: 2;
    -khtml-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
}

.openpositions-section .share-links .share-list .share-item.twitter,
.careers-item-section .share-links .share-list .share-item.twitter {
    -webkit-order: 3;
    -khtml-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
}

.openpositions-section .share-links .share-list .share-item.google-plus,
.careers-item-section .share-links .share-list .share-item.google-plus {
    -webkit-order: 4;
    -khtml-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    -o-order: 4;
    order: 4;
}

.openpositions-section .share-links .share-list .share-item.email-item,
.careers-item-section .share-links .share-list .share-item.email-item {
    -webkit-order: 5;
    -khtml-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    -o-order: 5;
    order: 5;
}

.openpositions-section .share-links .share-list .share-item:first-of-type,
.careers-item-section .share-links .share-list .share-item:first-of-type {
    -webkit-border-radius: 100px 0 0 100px;
    -khtml-border-radius: 100px 0 0 100px;
    -moz-border-radius: 100px 0 0 100px;
    -ms-border-radius: 100px 0 0 100px;
    -o-border-radius: 100px 0 0 100px;
    border-radius: 100px 0 0 100px;
}

.openpositions-section .share-links .share-list .share-item:last-of-type,
.careers-item-section .share-links .share-list .share-item:last-of-type {
    -webkit-border-radius: 0 100px 100px 0;
    -khtml-border-radius: 0 100px 100px 0;
    -moz-border-radius: 0 100px 100px 0;
    -ms-border-radius: 0 100px 100px 0;
    -o-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
    border-right: 0;
}

@media screen and (min-width: 768px) {
    .openpositions-section .share-links .share-list .share-item:hover,
    .careers-item-section .share-links .share-list .share-item:hover {
        background-color: #57657c;
        -webkit-box-shadow: transparent 0 0 0 0;
        -khtml-box-shadow: transparent 0 0 0 0;
        -moz-box-shadow: transparent 0 0 0 0;
        -ms-box-shadow: transparent 0 0 0 0;
        -o-box-shadow: transparent 0 0 0 0;
        box-shadow: transparent 0 0 0 0;
    }

    .openpositions-section .share-links .share-list .share-item:hover a:before,
    .careers-item-section .share-links .share-list .share-item:hover a:before {
        color: #fff;
    }
}

.openpositions-section .share-links .share-list .share-item a,
.careers-item-section .share-links .share-list .share-item a {
    padding: 24px 0;
    display: block;
    width: 100%;
}

.openpositions-section .share-links .share-list .share-item a:before,
.careers-item-section .share-links .share-list .share-item a:before {
    color: #57657c;
    font: normal normal normal 30px/1 FontAwesome;
}

.openpositions-section .share-links .share-list .share-item.facebook a:before,
.careers-item-section .share-links .share-list .share-item.facebook a:before {
    content: "\f09a";
}

.openpositions-section .share-links .share-list .share-item.twitter a:before,
.careers-item-section .share-links .share-list .share-item.twitter a:before {
    content: "\f099";
}

.openpositions-section .share-links .share-list .share-item.linkedin a:before,
.careers-item-section .share-links .share-list .share-item.linkedin a:before {
    content: "\f0e1";
}

.openpositions-section .share-links .share-list .share-item.google-plus a:before,
.careers-item-section .share-links .share-list .share-item.google-plus a:before {
    content: "\f0d5";
}

.openpositions-section .share-links .share-list .share-item.email-item a:before,
.careers-item-section .share-links .share-list .share-item.email-item a:before {
    content: "\f003";
}

.openpositions-tabs,
.type-tabs,
.social-links,
.portfolio-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: solid 1px rgba(143, 155, 175, 0.04);
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 50px;
}

.openpositions-tabs div,
.type-tabs div,
.social-links div,
.portfolio-tabs div,
.openpositions-tabs a,
.type-tabs a,
.social-links a,
.portfolio-tabs a {
    width: 100%;
    text-align: center;
    border-right: solid 1px rgba(143, 155, 175, 0.04);
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #57657c;
    padding: 22px 8px;
    -webkit-box-shadow: rgba(143, 155, 175, 0.34) 0 2px 1px 0;
    -khtml-box-shadow: rgba(143, 155, 175, 0.34) 0 2px 1px 0;
    -moz-box-shadow: rgba(143, 155, 175, 0.34) 0 2px 1px 0;
    -ms-box-shadow: rgba(143, 155, 175, 0.34) 0 2px 1px 0;
    -o-box-shadow: rgba(143, 155, 175, 0.34) 0 2px 1px 0;
    box-shadow: rgba(143, 155, 175, 0.34) 0 2px 1px 0;
    background-color: #fff;
    text-transform: uppercase;
}

.openpositions-tabs div:first-of-type,
.type-tabs div:first-of-type,
.social-links div:first-of-type,
.portfolio-tabs div:first-of-type,
.openpositions-tabs a:first-of-type,
.type-tabs a:first-of-type,
.social-links a:first-of-type,
.portfolio-tabs a:first-of-type {
    -webkit-border-radius: 100px 0 0 100px;
    -khtml-border-radius: 100px 0 0 100px;
    -moz-border-radius: 100px 0 0 100px;
    -ms-border-radius: 100px 0 0 100px;
    -o-border-radius: 100px 0 0 100px;
    border-radius: 100px 0 0 100px;
}

.openpositions-tabs div:last-of-type,
.type-tabs div:last-of-type,
.social-links div:last-of-type,
.portfolio-tabs div:last-of-type,
.openpositions-tabs a:last-of-type,
.type-tabs a:last-of-type,
.social-links a:last-of-type,
.portfolio-tabs a:last-of-type {
    -webkit-border-radius: 0 100px 100px 0;
    -khtml-border-radius: 0 100px 100px 0;
    -moz-border-radius: 0 100px 100px 0;
    -ms-border-radius: 0 100px 100px 0;
    -o-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
}

.openpositions-tabs div:hover,
.type-tabs div:hover,
.social-links div:hover,
.portfolio-tabs div:hover,
.openpositions-tabs a:hover,
.type-tabs a:hover,
.social-links a:hover,
.portfolio-tabs a:hover,
.openpositions-tabs div.active,
.type-tabs div.active,
.social-links div.active,
.portfolio-tabs div.active,
.openpositions-tabs a.active,
.type-tabs a.active,
.social-links a.active,
.portfolio-tabs a.active {
    background-color: #57657c;
    color: #fff;
    -webkit-box-shadow: transparent 0 0 0 0;
    -khtml-box-shadow: transparent 0 0 0 0;
    -moz-box-shadow: transparent 0 0 0 0;
    -ms-box-shadow: transparent 0 0 0 0;
    -o-box-shadow: transparent 0 0 0 0;
    box-shadow: transparent 0 0 0 0;
}

.openpositions-block {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(87, 101, 124, .13);
    margin-bottom: 50px;
}

.openpositions-block .openposition-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    padding: 7px 80px 7px 8px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background-color: #fff;
    border: solid 1px #eaecef;
    margin-bottom: 20px;
}

.openpositions-block .openposition-item .img-block {
    width: 64px;
    height: 64px;
    background-color: #e9e9e9;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
}

.openpositions-block .openposition-item .img-block img {
    max-height: 100%;
}

.openpositions-block .openposition-item .img-block .fa {
    color: #57657c;
    font-size: 26px;
}

.openpositions-block .openposition-item .block-title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
    color: #57657c;
    width: calc(100% - 104px);
    width: -webkit-calc(100% - 104px);
}

.openpositions-block .openposition-item .link-btn {
    width: 28px;
    height: 28px;
    opacity: 0.85;
    background-color: #e9e9e9;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.openpositions-block .openposition-item .link-btn .fa {
    font-size: 20px;
    margin-left: 2px;
    font-weight: 800;
}

.referfriend-block .referfriend-btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    -webkit-tap-highlight-color: transparent !important;
    -moz-user-select: none !important;
    -o-user-select: none !important;
    -khtml-user-select: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    padding: 4px 84px 4px 4px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background-color: #fff;
    border: solid 2px rgba(0, 130, 233, 0.12);
    -webkit-box-shadow: rgba(143, 155, 175, 0.34) 0 2px 4px 0;
    -khtml-box-shadow: rgba(143, 155, 175, 0.34) 0 2px 4px 0;
    -moz-box-shadow: rgba(143, 155, 175, 0.34) 0 2px 4px 0;
    -ms-box-shadow: rgba(143, 155, 175, 0.34) 0 2px 4px 0;
    -o-box-shadow: rgba(143, 155, 175, 0.34) 0 2px 4px 0;
    box-shadow: rgba(143, 155, 175, 0.34) 0 2px 4px 0;
    margin-bottom: 20px;
    cursor: pointer;
}

.referfriend-block .referfriend-btn .img-block {
    width: 67px;
    height: 67px;
    background-color: #e9e9e9;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 22px;
}

.referfriend-block .referfriend-btn .block-title {
    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 30px;
    line-height: 1.07;
    color: #57657c;
    width: calc(100% - 104px);
    width: -webkit-calc(100% - 104px);
}

.referfriend-block .referfriend-btn .link-btn {
    width: 28px;
    height: 28px;
    opacity: 0.85;
    background-color: #e9e9e9;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.referfriend-block .referfriend-btn .link-btn:before,
.referfriend-block .referfriend-btn .link-btn:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #57657c;
}

.referfriend-block .referfriend-btn .link-btn:before {
    width: 2px;
    height: 16px;
}

.referfriend-block .referfriend-btn .link-btn:after {
    width: 16px;
    height: 2px;
}

.referfriend-block .referfriend-btn.opened .link-btn:before {
    display: none;
}

.referfriend-block .referfriend-form {
    display: none;
    padding-top: 0;
}

.referfriend-block .referfriend-form input.your-name {
    width: 98%;
}

.referfriend-block .referfriend-form input.your-PhoneorSkype {
    background: url(images/ic_linkedin.svg) 17px center no-repeat;
    width: 98%;
    float: right;
}

.referfriend-block .referfriend-form p {
    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 27px;
    margin-top: 21px;
    margin-bottom: 20px;
    width: 100%;
}

.referfriend-block .referfriend-form .btn-default5,
.referfriend-block .referfriend-form .btn-default5 span.addfile,
.referfriend-block .referfriend-form .btn-default6 {
    max-width: 460px;
    width: 96%;
}

.referfriend-block .referfriend-form .btn-default5.not-active:hover,
.referfriend-block .referfriend-form .btn-default5 span.addfile.not-active:hover,
.referfriend-block .referfriend-form .btn-default6.not-active:hover,
.referfriend-block .referfriend-form .btn-default5.not-active:focus,
.referfriend-block .referfriend-form .btn-default5 span.addfile.not-active:focus,
.referfriend-block .referfriend-form .btn-default6.not-active:focus,
.referfriend-block .referfriend-form .btn-default5.not-active:active,
.referfriend-block .referfriend-form .btn-default5 span.addfile.not-active:active,
.referfriend-block .referfriend-form .btn-default6.not-active:active {
    max-width: 460px !important;
    width: 96%;
}

.referfriend-block .referfriend-form .btn-default5:hover,
.referfriend-block .referfriend-form .btn-default5 span.addfile:hover,
.referfriend-block .referfriend-form .btn-default6:hover {
    max-width: 480px;
    width: 100%;
}

.referfriend-block .referfriend-form .btn-default5:focus,
.referfriend-block .referfriend-form .btn-default5 span.addfile:focus,
.referfriend-block .referfriend-form .btn-default6:focus {
    max-width: 460px;
    width: 96%;
}

.referfriend-block .referfriend-form .btn-default6:hover {
    margin: -8px -10px;
}

.referfriend-block .referfriend-form .btn-default6:hover {
    margin-right: -10px;
}

.referfriend-block .referfriend-form .btn-default6:hover:focus {
    margin-left: auto;
    margin-right: -5px;
    max-width: 470px;
}

.referfriend-block .referfriend-form input[type=file] {
    padding: 14px;
}

.referfriend-block .required-fields {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #57657c;
}

.referfriend-block .required-fields span {
    color: #f00;
}

.referfriend-block .submit-block {
    position: relative;
}

.referfriend-block .submit-block img {
    position: absolute;
    top: 100%;
}

.social-links a {
    width: 100%;
    text-align: center;
    border-right: solid 1px rgba(143, 155, 175, 0.04);
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #57657c;
    padding: 25px 0;
    -webkit-box-shadow: rgba(143, 155, 175, 0.34) 0 2px 4px 0;
    -khtml-box-shadow: rgba(143, 155, 175, 0.34) 0 2px 4px 0;
    -moz-box-shadow: rgba(143, 155, 175, 0.34) 0 2px 4px 0;
    -ms-box-shadow: rgba(143, 155, 175, 0.34) 0 2px 4px 0;
    -o-box-shadow: rgba(143, 155, 175, 0.34) 0 2px 4px 0;
    box-shadow: rgba(143, 155, 175, 0.34) 0 2px 4px 0;
    background-color: #fff;
}

.social-links a:first-of-type {
    -webkit-border-radius: 100px 0 0 100px;
    -khtml-border-radius: 100px 0 0 100px;
    -moz-border-radius: 100px 0 0 100px;
    -ms-border-radius: 100px 0 0 100px;
    -o-border-radius: 100px 0 0 100px;
    border-radius: 100px 0 0 100px;
}

.social-links a:last-of-type {
    -webkit-border-radius: 0 100px 100px 0;
    -khtml-border-radius: 0 100px 100px 0;
    -moz-border-radius: 0 100px 100px 0;
    -ms-border-radius: 0 100px 100px 0;
    -o-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
}

.social-links a .fa {
    font-size: 30px;
}

.social-links a:hover {
    background-color: #57657c;
    -webkit-box-shadow: transparent 0 0 0 0;
    -khtml-box-shadow: transparent 0 0 0 0;
    -moz-box-shadow: transparent 0 0 0 0;
    -ms-box-shadow: transparent 0 0 0 0;
    -o-box-shadow: transparent 0 0 0 0;
    box-shadow: transparent 0 0 0 0;
}

.social-links a:hover .fa {
    color: #fff;
}

.weoffer-block {
    text-align: center;
    margin-bottom: 49px;
}

.weoffer-block .img-block {
    width: 140px;
    height: 140px;
    background-color: #fbfcfd;
    overflow: hidden;
    margin: auto;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.weoffer-block .img-block img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 120%;
    max-height: 120%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.weoffer-block .block-title {
    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 27px;
    line-height: 1.3;
    margin: 32px auto 20px;
}

.weoffer-block .block-content {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    margin-bottom: 50px;
}

.weoffer-block .block-content p {
    line-height: 1.44;
}

.careers-item-section {
    padding-top: 123px;
}

.careers-item-section .content {
    margin-bottom: 50px;
}

.careers-item-section .contact-person-block {
    padding-bottom: 30px;
    border-bottom: 1px solid #eaecef;
    margin-bottom: 50px;
}

.careers-item-section .contact-person-block h3 {
    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 27px;
    margin-bottom: 48px;
}

.careers-item-section .contact-person-block .contact-person-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    padding: 4px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background-color: #fff;
    border: solid 1px #eaecef;
    margin-bottom: 20px;
}

.careers-item-section .contact-person-block .contact-person-item .img-block {
    width: 72px;
    height: 72px;
    background-color: #e9e9e9;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 34px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
}

.careers-item-section .contact-person-block .contact-person-item .img-block img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
}

.careers-item-section .contact-person-block .contact-person-item .img-block .fa {
    font-size: 26px;
}

.careers-item-section .contact-person-block .contact-person-item .img-block .fa-skype {
    font-size: 30px;
}

.careers-item-section .contact-person-block .contact-person-item .info-block {
    -webkit-flex-direction: column;
    -khtml-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -khtml-box-direction: normal;
    -moz-box-direction: normal;
    -ms-box-direction: normal;
    -o-box-direction: normal;
    box-direction: normal;
    -webkit-box-orient: horizontal;
    -khtml-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -o-box-orient: horizontal;
    box-orient: horizontal;
    width: calc(100% - 106px);
    width: -webkit-calc(100% - 106px);
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
    font-family: 'OpenSans', sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.careers-item-section .contact-person-block .contact-person-item .info-block a {
    font-family: 'OpenSans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #57657c;
}

.careers-item-section .contact-person-block .contact-person-item .info-block a:hover {
    text-decoration: underline !important;
}

.careers-item-section .contact-person-block .contact-person-item .info-block .title {
    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 27px;
    margin-bottom: 7px;
}

.careers-item-section .contact-person-block .contact-person-item .info-block .subtitle {
    font-size: 17px;
    opacity: 0.62;
}

.careers-item-section .social-links {
    margin-bottom: 100px;
}
.carreer ul li, .carreer ol li {
    line-height: 1.6;
}
.content h1,
.content h2,
.content h3,
.content h4 {
    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
}

.content ul,
.content ol {
    margin-bottom: 50px;
}

.content ul li,
.content ol li {
    line-height: 1.6;
}

.content ul:not(.comeet-positions-list) li:before {
    /*
    content: '';
    background: url(images/li-icon.png) left center no-repeat;
    background-size: auto 18px;
    width: 20px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 8px;
    opacity: 0.4;*/
}

.content p {
    line-height: 1.44;
    text-align: justify;
    color: #57657c;
    margin-bottom: 32px;
}

.content blockquote {
    padding-left: 80px;
    margin: 32px 0;
}

.content blockquote:before {
    content: "";
    position: absolute;
    background-image: url('images/quotes-red.png');
    background-repeat: no-repeat;
    width: 36px;
    height: 27px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fb6a6a;
}

.content blockquote:after {
    content: "";
    position: absolute;
    left: 60px;
    width: 2px;
    max-height: 100%;
    opacity: 0.07;
    background-color: #fb6a6a;
    top: 0;
    bottom: 0;
    margin: auto;
}

.content blockquote * {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.33;
}

.content a:not(.btn) {
    color: #00f;
    text-decoration: underline;
}

.content a:not(.btn):hover,
.content a:not(.btn):active {
    color: #00f;
    text-decoration: none;
}

.quote-section {
    padding-top: 50px;
    margin-top: 20px;
}

.quote-section,
.after-quote-section {
    border-top: 1px solid #eaecef;
}

.quote-section .bg-block,
.after-quote-section .bg-block {
    min-height: 184px;
}

.quote-section .bg-block img,
.after-quote-section .bg-block img {
    width: 100%;
    margin: 0 auto -2px;
}

.quote-section .quote-block,
.after-quote-section .quote-block {
    position: absolute;
    bottom: 69px;
    left: 0;
    right: 0;
    margin: auto;
}

.quote-section .quote-block .container,
.after-quote-section .quote-block .container {
    background-color: rgba(255, 255, 255, .61);
    padding: 10px;
}

.quote-section .quote-block .container p,
.after-quote-section .quote-block .container p {
    line-height: 1.41;
    text-align: justify;
    color: #57657c;
}

.quote-section .quote-block .container blockquote,
.after-quote-section .quote-block .container blockquote {
    padding-left: 80px;
}

.quote-section .quote-block .container blockquote:before,
.after-quote-section .quote-block .container blockquote:before {
    content: "";
    position: absolute;
    background-image: url('images/quotes-red.png');
    background-repeat: no-repeat;
    width: 36px;
    height: 27px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fb6a6a;
}

.quote-section .quote-block .container blockquote:after,
.after-quote-section .quote-block .container blockquote:after {
    content: "";
    position: absolute;
    left: 60px;
    width: 2px;
    max-height: 100%;
    opacity: 0.07;
    background-color: #fb6a6a;
    top: 0;
    bottom: 0;
    margin: auto;
}

.quote-section .quote-block .container blockquote *,
.after-quote-section .quote-block .container blockquote * {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.33;
    letter-spacing: -0.1px;
}

.page-template-careers .testimonials-item {
    background: url('images/testim-bg.png') center center no-repeat;
}

.page-template-testimonials .testimonials-section,
.single-project .testimonials-section {
    background-color: #fff;
    -webkit-border-radius: 0 0 20px 20px;
    -khtml-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    border-bottom: 0;
}

.page-template-testimonials .testimonials-section:before,
.single-project .testimonials-section:before {
    content: '';
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: -1px;
    right: -1px;
    background-color: #05152f;
    z-index: -1;
}

.page-template-testimonials .testimonials-section .testimonials-item,
.single-project .testimonials-section .testimonials-item {
    border-top: 2px solid rgba(87, 101, 124, 0.1);
    padding: 58px 0 45px;
    background: url('images/testim-bg.png') center center no-repeat;
}

.page-template-testimonials .companies-section .container:nth-last-of-type(2),
.page-template-testimonials .page-template-project-item .text-section .container:nth-last-of-type(2),
.page-template-project-item .page-template-testimonials .text-section .container:nth-last-of-type(2),
.single-project .companies-section .container:nth-last-of-type(2),
.single-project .page-template-project-item .text-section .container:nth-last-of-type(2),
.page-template-project-item .single-project .text-section .container:nth-last-of-type(2) {
    -webkit-border-radius: 20px 20px 0 0;
    -khtml-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    padding-bottom: 50px;
}

body.single-project .testimonials-section:before {
    display: none;
}

body.single-project .technologies-list {
    padding-bottom: 18px;
}

.companies-section,
.page-template-project-item .text-section {
    background-color: #fff;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    border-bottom: 0;
}

.companies-section:before,
.page-template-project-item .text-section:before {
    content: '';
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.companies-section .download-section,
.page-template-project-item .text-section .download-section {
    padding: 18px 0;
    margin: -18px auto;
}

.companies-section .download-section:before,
.page-template-project-item .text-section .download-section:before,
.companies-section .download-section:after,
.page-template-project-item .text-section .download-section:after {
    content: '';
    height: 20px;
    width: 100%;
    position: absolute;
    background-color: #fff;
}

.companies-section .download-section:before,
.page-template-project-item .text-section .download-section:before {
    top: -1px;
    -webkit-border-radius: 0 0 20px 20px;
    -khtml-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
}

.companies-section .download-section:after,
.page-template-project-item .text-section .download-section:after {
    bottom: -1px;
    -webkit-border-radius: 20px 20px 0 0;
    -khtml-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}

.companies-section .company-list-item:first-of-type,
.page-template-project-item .text-section .company-list-item:first-of-type {
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.companies-section .company-list-item,
.page-template-project-item .text-section .company-list-item {
    padding-top: 50px;
}

.company-item,
.type-item {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 10px;
}

.company-item .img-block,
.type-item .img-block {
    width: 140px;
    height: 140px;
    background-color: #e2e5eb;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: 1;
}

.company-item .title,
.type-item .title {
    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 27px;
    margin-bottom: 8px;
    line-height: 1.26;
}

.company-item .subtitle,
.type-item .subtitle {
    opacity: 0.62;
    font-size: 17px;
    line-height: 1.35em;
    margin-bottom: 8px;
}

.company-item .text,
.type-item .text {
    line-height: 1.41em;
}

.page-template-project-item .text-section {
    -webkit-border-radius: 0 0 20px 20px;
    -khtml-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
}

.page-template-project-item .text-section .container {
    padding-top: 0;
}

.page-template-project-item .testimonials-item {
    border-top: 2px solid rgba(87, 101, 124, 0.1);
    padding: 58px 0 10px;
}

.page-template-project-item .technologies-list {
    padding-bottom: 0;
}

.project-item-top-section {
    border-bottom: 1px solid #eaecef;
    padding: 36px 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
}

.project-item-top-section [class^='col-'] {
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
}

.project-item-top-section .img-block {
    width: 115px;
    height: 115px;
    margin-bottom: 29px;
    line-height: 7;
    text-align: center;
}

.project-item-top-section .text-block p {
    margin-bottom: 0;
}

.project-item-top-section .text-block,
.project-item-top-section .text-block * {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    text-align: left;
}

.project-item-top-section .over-img,
.project-item-top-section .over-img2 {
    text-align: right;
    position: relative;
    z-index: 2;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
    -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -khtml-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.project-item-top-section .over-img img,
.project-item-top-section .over-img2 img {
    max-height: 100%;
    height: auto;
    width: auto;
}

.page-template-technology-item .text-section .content,
.single-technologies .text-section .content,
.page-template-service-item .text-section .content {
    margin-bottom: 10px;
}

.page-template-technology-item .expertise-section .expertise-item .title,
.page-template-technology-item .page-template-about .text-section .expertise-item .title,
.page-template-about .page-template-technology-item .text-section .expertise-item .title,
.single-technologies .expertise-section .expertise-item .title,
.single-technologies .page-template-about .text-section .expertise-item .title,
.page-template-about .single-technologies .text-section .expertise-item .title,
.page-template-service-item .expertise-section .expertise-item .title,
.page-template-service-item .page-template-about .text-section .expertise-item .title,
.page-template-about .page-template-service-item .text-section .expertise-item .title {
    font-size: 20px;
}

.page-template-technology-item .expertise-section .expertise-item .img-block,
.page-template-technology-item .page-template-about .text-section .expertise-item .img-block,
.page-template-about .page-template-technology-item .text-section .expertise-item .img-block,
.single-technologies .expertise-section .expertise-item .img-block,
.single-technologies .page-template-about .text-section .expertise-item .img-block,
.page-template-about .single-technologies .text-section .expertise-item .img-block,
.page-template-service-item .expertise-section .expertise-item .img-block,
.page-template-service-item .page-template-about .text-section .expertise-item .img-block,
.page-template-about .page-template-service-item .text-section .expertise-item .img-block {
    width: 100%;
}

.page-template-technology-item .expertise-section .expertise-item .popup-block li,
.page-template-technology-item .page-template-about .text-section .expertise-item .popup-block li,
.page-template-about .page-template-technology-item .text-section .expertise-item .popup-block li,
.single-technologies .expertise-section .expertise-item .popup-block li,
.single-technologies .page-template-about .text-section .expertise-item .popup-block li,
.page-template-about .single-technologies .text-section .expertise-item .popup-block li,
.page-template-service-item .expertise-section .expertise-item .popup-block li,
.page-template-service-item .page-template-about .text-section .expertise-item .popup-block li,
.page-template-about .page-template-service-item .text-section .expertise-item .popup-block li {
    font-size: 16px;
}

.single-technologies .portfolio-list,
.tax-expertise .portfolio-list {
    padding-top: 0;
    padding-bottom: 38px;
}

.single-technologies .portfolio-list .portfolio-cat,
.tax-expertise .portfolio-list .portfolio-cat {
    display: block !important;
}

.single-technologies .portfolio-list > div.borderRadiusBottom,
.tax-expertise .portfolio-list > div.borderRadiusBottom,
.single-technologies .portfolio-list .portfolio-list-item.borderRadiusBottom,
.tax-expertise .portfolio-list .portfolio-list-item.borderRadiusBottom {
    padding-bottom: 70px !important;
}

.single-technologies .portfolio-list > div.borderRadiusTop,
.tax-expertise .portfolio-list > div.borderRadiusTop,
.single-technologies .portfolio-list .portfolio-list-item.borderRadiusTop,
.tax-expertise .portfolio-list .portfolio-list-item.borderRadiusTop {
    padding-top: 70px !important;
}

.our-projects-section {
    padding-top: 30px;
}

.our-projects-list {
    padding-bottom: 20px;
}

.our-projects-item {
    overflow: hidden;
    padding: 30px 30px 0;
    margin-bottom: 50px;
    z-index: 0;
}

.our-projects-item .img-block {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    z-index: -2;
    height: 82%;
    overflow: hidden;
}

.our-projects-item .img-block img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.our-projects-item .logo-block {
    width: 143px;
    height: 143px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
}

.our-projects-item .logo-block img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.our-projects-item .content-block {
    background-color: #fff;
    border: 2px solid transparent;
    background-clip: padding-box;
    padding: 16px 16px 0;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-top: 30px;
}

.our-projects-item .content-block .title {
    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 27px;
    line-height: 1.3em;
    margin-bottom: 8px;
}

.our-projects-item .content-block:after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(to top, #c3c3c3 0%, #fefefe 100%);
    background: -moz-linear-gradient(top, #c3c3c3 0%, #fefefe 100%);
    background: -webkit-linear-gradient(top, #c3c3c3 0%, #fefefe 100%);
    content: '';
    z-index: -1;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.page-template-service-item .companies-section:before,
.page-template-service-item .page-template-project-item .text-section:before,
.page-template-project-item .page-template-service-item .text-section:before,
.page-template-expertise-item .companies-section:before,
.page-template-expertise-item .page-template-project-item .text-section:before,
.page-template-project-item .page-template-expertise-item .text-section:before {
    display: none;
}

.page-template-service-item .expertise-section,
.page-template-service-item .page-template-about .text-section,
.page-template-about .page-template-service-item .text-section,
.page-template-expertise-item .expertise-section,
.page-template-expertise-item .page-template-about .text-section,
.page-template-about .page-template-expertise-item .text-section {
    padding-bottom: 20px;
}

.page-template-service-item .technologies-section,
.page-template-expertise-item .technologies-section {
    padding-top: 20px;
}

.page-template-service-item .technologies-section .technologies-list,
.page-template-expertise-item .technologies-section .technologies-list {
    padding-bottom: 0;
}

.page-template-service-item .technologies-section .technologies-list .title,
.page-template-expertise-item .technologies-section .technologies-list .title {
    margin-bottom: 0;
}

.page-template-service-item .our-projects-section,
.page-template-expertise-item .our-projects-section {
    padding-top: 0;
}

.page-template-service-item .our-projects-section .our-projects-list,
.page-template-expertise-item .our-projects-section .our-projects-list {
    padding-bottom: 0;
}

.page-template-service-item .our-projects-section .our-projects-list .our-projects-item,
.page-template-expertise-item .our-projects-section .our-projects-list .our-projects-item {
    margin-bottom: 30px;
}

.page-template-service-item .companies-section .container,
.page-template-service-item .page-template-project-item .text-section .container,
.page-template-project-item .page-template-service-item .text-section .container,
.page-template-expertise-item .companies-section .container,
.page-template-expertise-item .page-template-project-item .text-section .container,
.page-template-project-item .page-template-expertise-item .text-section .container {
    padding-top: 0;
    padding-bottom: 20px;
}

.single-payment-type .type-tabs > a {
    font-size: 24px;
    line-height: 0.96;
    padding: 20px 8px;
}

.single-payment-type .type-section {
    padding-top: 20px;
    padding-bottom: 17px;
}

.single-payment-type .type-item {
    margin-bottom: 36px;
}

.single-payment-type .type-item .title {
    text-transform: none;
    font-size: 21px;
    line-height: 1.67;
}

.single-payment-type .technologies-section .technologies-list {
    padding-bottom: 19px;
}

.type-item .title {
    text-transform: uppercase;
}

.type-item .img-block {
    background-color: #fbfcfd;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
}

.page-template-type-item .type-tabs {
    margin-top: 50px;
}

.page-template-type-item .text-section {
    -webkit-border-radius: 0 0 20px 20px;
    -khtml-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    padding-top: 0;
}

.page-template-type-item .type-section {
    -webkit-border-radius: 20px 20px 0 0;
    -khtml-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    padding-top: 20px;
    padding-bottom: 12px;
}

.page-template-type-item .type-section .type-item {
    margin-bottom: 32px;
}

.page-template-type-item .type-section .type-item .title {
    font-size: 21px;
    line-height: 1.67em;
}

.page-template-type-item .type-section .type-item .img-block {
    background-color: #e2e5eb;
}

.page-template-type-item .text-section,
.page-template-type-item .type-section {
    background-color: #fff;
    border-bottom: 0;
}

.page-template-type-item .text-section:before,
.page-template-type-item .type-section:before {
    content: '';
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #05152f;
    z-index: -1;
}

.page-template-type-item .technologies-section:before {
    display: none;
}

.page-template-about .text-section {
    padding-top: 50px;
    padding-bottom: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.page-template-about .text-section.borderRadiusBottom {
    -webkit-border-radius: 0 0 20px 20px !important;
    -khtml-border-radius: 0 0 20px 20px !important;
    -moz-border-radius: 0 0 20px 20px !important;
    -ms-border-radius: 0 0 20px 20px !important;
    -o-border-radius: 0 0 20px 20px !important;
    border-radius: 0 0 20px 20px !important;
}

.page-template-about .text-section.borderRadiusBottom.borderRadiusTop {
    -webkit-border-radius: 20px 20px 20px 20px !important;
    -khtml-border-radius: 20px 20px 20px 20px !important;
    -moz-border-radius: 20px 20px 20px 20px !important;
    -ms-border-radius: 20px 20px 20px 20px !important;
    -o-border-radius: 20px 20px 20px 20px !important;
    border-radius: 20px 20px 20px 20px !important;
}

.page-template-about .text-section:nth-child(2) {
    -webkit-border-radius: 0 0 20px 20px;
    -khtml-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
}

.page-template-about .text-section:nth-last-child(2) {
    -webkit-border-radius: 20px 20px 0 0;
    -khtml-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    padding-bottom: 28px;
}

.page-template-about .text-section .content {
    margin-top: 0;
}

.page-template-about .text-section h2 {
    margin-bottom: 50px;
    margin-top: 23px;
    font-size: 30px;
    text-transform: uppercase;
}

.page-template-about .text-section.borderRadiusBottom.borderRadiusTop {
    padding-bottom: 40px;
}

.about-list {
    left: -10px;
    right: -10px;
    width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    text-align: center;
    margin-top: 56px;
}

.about-list .about-item {
    margin: 0 10px 20px;
    padding: 32px 4px 0;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #eaecef;
}

.about-list .about-item .img-block {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto 32px;
    overflow: hidden;
}

.about-list .about-item .title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 18px;
    min-height: 40px;
}

.about-list .about-item p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    min-height: 54px;
    margin-bottom: 28px;
    line-height: 1.44;
}

.page-template-expertise .text-section {
    padding-bottom: 38px;
}

.page-template-expertise .text-section .title {
    margin-top: 20px;
    font-size: 30px;
    margin-bottom: 50px;
}

.page-template-expertise .expertise-section .container,
.page-template-expertise .page-template-about .text-section .container,
.page-template-about .page-template-expertise .text-section .container {
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-expertise .expertise-section .expertise-list,
.page-template-expertise .page-template-about .text-section .expertise-list,
.page-template-about .page-template-expertise .text-section .expertise-list {
    padding-top: 70px;
    padding-bottom: 50px;
}

.portfolio-tabs {
    -webkit-justify-content: space-between;
    -khtml-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-pack: justify;
    -khtml-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -o-flex-pack: justify;
    flex-pack: justify;
    -webkit-box-pack: justify;
    -khtml-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    -o-box-pack: justify;
    box-pack: justify;
    margin-bottom: 0;
}

.portfolio-tabs div {
    width: auto;
    -webkit-flex-grow: 1;
    -khtml-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    flex-grow: 1;
    word-break: break-all;
}

.portfolio-list {
    padding-top: 50px;
    padding-bottom: 38px;
}

.portfolio-list > .allportfolio {
    display: block;
}

.portfolio-list > div {
    display: none;
}

.portfolio-list .portfolio-cat,
.portfolio-list .portfolio-list-item {
    margin-bottom: 32px;
}

.portfolio-list .portfolio-cat.borderRadiusBottom,
.portfolio-list .portfolio-list-item.borderRadiusBottom {
    padding-bottom: 70px !important;
    margin-bottom: 0;
}

.portfolio-list .portfolio-cat.borderRadiusTop,
.portfolio-list .portfolio-list-item.borderRadiusTop {
    padding-top: 70px !important;
}

.portfolio-list .portfolio-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -khtml-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -khtml-box-direction: normal;
    -moz-box-direction: normal;
    -ms-box-direction: normal;
    -o-box-direction: normal;
    box-direction: normal;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    -webkit-justify-content: space-between;
    -khtml-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-pack: justify;
    -khtml-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -o-flex-pack: justify;
    flex-pack: justify;
    -webkit-box-pack: justify;
    -khtml-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    -o-box-pack: justify;
    box-pack: justify;
    overflow: hidden;
    padding: 20px 0 0 18px;
    min-height: 456px;
    margin-left: 6px;
    margin-right: 12px;
}

.portfolio-list .portfolio-item .bg-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    z-index: 0;
}

.portfolio-list .portfolio-item .bg-block img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.portfolio-list .portfolio-item .bg-block:before {
    content: '';
    width: 100%;
    min-height: 100%;
    background-color: rgba(4, 21, 47, 0.71);
    position: absolute;
    z-index: 1;
}

.portfolio-list .portfolio-item .title-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    z-index: 2;
    padding: 0;
    border-bottom: 0;
    margin-bottom: 30px;
    width: 58%;
}

.portfolio-list .portfolio-item .title-block img {
    margin-right: 32px;
    width: 72px;
    max-height: 72px;
    border-radius: 100%;
}

.portfolio-list .portfolio-item .title-block .title {
    color: #fff;
    font-size: 36px;
}

.portfolio-list .portfolio-item .text-block {
    z-index: 2;
    -webkit-border-radius: 8px 0 0 8px;
    -khtml-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.18));
    margin-bottom: 20px;
}

.portfolio-list .portfolio-item .text-block * {
    margin-bottom: 0;
}

.portfolio-list .portfolio-item .text-block .text {
    padding: 20px;
    width: 58%;
    color: #fff;
    font-size: 17px;
}

.portfolio-list .portfolio-item .text-block .text * {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}

.portfolio-list .portfolio-item .img-block {
    width: 42%;
    position: absolute;
    right: 0;
    bottom: -2px;
    margin: auto 20px auto auto;
    z-index: 2;
    max-height: 98%;
    text-align: right;
}

.portfolio-list .portfolio-item .img-block img {
    height: auto;
    width: auto;
}

footer {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.contact-info-block {
    background-color: #05152f;
    text-align: center;
}

.contact-info-block .container {
    padding-left: 6px;
    padding-right: 6px;
}

.contact-info-block * {
    color: #fff;
}

.contact-info-block [class^='col-'] {
    -webkit-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.contact-info-block [class^='col-']:first-of-type {
    background-color: rgba(255, 255, 255, .1);
}

.contact-info-block [class^='col-']:nth-of-type(2) {
    background-color: rgba(255, 255, 255, .08);
}

.contact-info-block [class^='col-']:nth-of-type(3) {
    background-color: rgba(255, 255, 255, .06);
}

.contact-info-block [class^='col-']:nth-of-type(4) {
    background-color: rgba(255, 255, 255, .04);
}

.contact-info-block [class^='col-']:last-of-type {
    background-color: rgba(255, 255, 255, .02);
}

.contact-info-block [class^='col-']:hover {
    background-color: rgba(255, 255, 255, .12);
}

.contact-info-block .contact-info-item {
    padding: 50px 20px;
}

.contact-info-block .contact-info-item .img-block {
    width: 64px;
    height: 64px;
    margin: auto;
}

.contact-info-block .contact-info-item .img-block img {
    width: 100%;
    min-height: 100%;
}

.contact-info-block .contact-info-item .img-block .fa {
    font-size: 30px;
}

.contact-info-block .contact-info-item .title,
.contact-info-block .contact-info-item .subtitle,
.contact-info-block .contact-info-item .title a,
.contact-info-block .contact-info-item .subtitle a {
    font-weight: bold;
}

.contact-info-block .contact-info-item .title {
    margin: 27px auto 16px;
}

.contact-info-block .contact-info-item .title,
.contact-info-block .contact-info-item .title a {
    font-size: 20px;
}

.contact-info-block .contact-info-item .subtitle {
    font-size: 16px;
    margin-bottom: 1px;
}

.contact-info-block .contact-info-item .subtitle a {
    font-size: 16px;
    color: #fff;
}

.contact-info-block .contact-info-item .subtitle a:hover {
    text-decoration: underline !important;
}

.contact-info-block .contact-info-item .subtitle a:focus,
.contact-info-block .contact-info-item .subtitle a:active,
.contact-info-block .contact-info-item .subtitle a:visited {
    color: #fff;
}

.socials-block .row > [class^='col-']:first-of-type > .social-item:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2px;
    width: 4px;
    height: 60%;
    background-color: rgba(87, 101, 124, .1);
    margin: auto;
}

.social-item {
    padding: 54px 0 47px 90px;
}

.social-item .section-title {
    font-size: 30px;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    margin-bottom: 30px;
}

.follow-list,
.share-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -khtml-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-pack: justify;
    -khtml-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -o-flex-pack: justify;
    flex-pack: justify;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
    max-width: 280px;
    -webkit-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.follow-list .fa,
.share-list .fa {
    width: 40px;
    height: 40px;
    background-color: #57657c;
    color: #fff;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
    font-size: 30px;
    -webkit-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.follow-list a:hover .fa,
.share-list a:hover .fa {
    background-color: #98a1af;
}

.follow-list a:active .fa,
.share-list a:active .fa {
    background-color: #dadde1;
}

.follow-list a img {
    -webkit-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.follow-list a:hover img {
    opacity: 0.6;
}

.follow-list a:active img {
    opacity: 0.3;
}

.ssba-wrap {
    width: 100%;
}

.post-bottom .email-item,
.single-post-bottom .email-item {
    display: none !important;
}

.post-bottom .share-list,
.single-post-bottom .share-list {
    max-width: 362px;
}

.social-item .twitter,
.social-item .email-item {
    display: none !important;
}

.share-list {
    margin-top: 33px;
}

.share-list .share-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    border: solid 1px rgba(87, 101, 124, 0.28);
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.share-list .share-item span {
    padding: 0 6px;
    background: transparent;
    border: 0;
    min-width: 40px;
    font-size: 17px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.share-list .share-item span:before,
.share-list .share-item span:after {
    display: none;
}

.share-list a img {
    width: auto !important;
    padding: 0;
    -webkit-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-left: -1px;
}

.share-list a:hover img {
    opacity: 0.6;
}

.share-list a:active img {
    opacity: 0.4;
}

footer .share-list {
    margin-top: 0;
}

.copyright-block {
    background-color: #F8F8FA;
}


.copyright-block .row {
    -webkit-flex-wrap: nowrap;
    -khtml-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 24px 0;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
}

.copyright-block .copyright {
    color: #57657c;
    width: 100%;
    font-weight: 300;
    font-size: 17px;
    padding-right: 20px;
}

.copyright-block .copyright * {
    color: #57657c;
    font-size: 17px;
    font-weight: 300;
}

.banner-animate .img-block {
    background-size: cover;
    background-position: 50% 50%;
}

.copyright-block .gotoup {
    display: none;
    position: fixed;
    max-width: 947px;
    margin: auto;
    right: 0;
    bottom: 12px;
    left: 0;
    z-index: 4;
}

.copyright-block .gotoup a {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #0082E9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
    cursor: pointer;
    float: right;
    border: 0px solid #fff;
    margin-right: -1px;
}

.copyright-block .gotoup a:after {
    content: '';
    border-bottom: 6px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    width: 0;
    height: 0;
}

.copyright-block .gotoup a.darkBg {
    background-color: #fff;
}

.copyright-block .gotoup a.darkBg:after {
    content: '';
    border-bottom: 6px solid #57657C;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    width: 0;
    height: 0;
}
.copyright-block .gotoup a.darkBg:hover:after {
    border-bottom: 6px solid #BCC8DC;
}
.copyright-block .gotoup a.darkBg:active:after {
    border-bottom: 6px solid #0082E9;
}

.ssba a.ssba_facebook_share, .ssba a.ssba_linkedin_share, .ssba a.ssba_google_share, .footerShareBut {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    line-height: 1;
}

.ssba a.ssba_facebook_share img,
.ssba a.ssba_linkedin_share img,
.ssba a.ssba_google_share img,
.ssba a.ssba_twitter_share img,
.ssba a.ssba_pinterest_share img,
.ssba a.ssba_email_share img{
    display: none !important;
}


.ssba a.ssba_facebook_share:after, .ssba a.ssba_linkedin_share:after, .ssba a.ssba_google_share:after {
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url("./icons/gray/facebook-lightgray.svg");
    background-repeat: no-repeat;
    background-color: white;
    content: '';
    width: 36px;
    height: 36px;
    display: inline-block;
    transition: all .4s ease 0s;
    cursor: pointer;
    background-size: 24px 24px;
    background-position: center;
    font-weight: normal !important;
}
.ssba a.ssba_facebook_share:hover:after {
    background-image: url("./icons/lightgray/facebook-lightgray.svg");
}
.comeet-social .ssba a.ssba_facebook_share:hover:after {
    background-image: url("./icons/lightgray/facebook-lightgray.svg");
}
.comeet-social .ssba a.ssba_linkedin_share:after {
    background-image: url(./icons/blue/linked-blue.svg);
}
.ssba a.ssba_facebook_share:active:after {
    background-image: url("./icons/blue/facebook-blue.svg");
}
#requter .contacts a {
    text-decoration: none!important;
    border-bottom: 1px solid rgb(0, 0, 0);
}
.comeet-position-abouttheproject {
    padding: 20px 24px;
    border-radius: 2px;
    background-color: #fff1ca;
    margin-bottom: 28px;
    margin-top: 30px;
}
.comeet-position-info ul {
    margin-bottom: 0px;
}
.comeet-position-info p br {
    display: none;
}
.comeet-position-abouttheproject p {
    margin-bottom: 0;
}
body .ssba a.ssba_linkedin_share:after {
    background-image: url("./icons/gray/linked-gray.svg");
}
body .ssba a.ssba_twitter_share:after {
    background-image: url("./icons/twitter1.svg");
}
body .ssba a.ssba_twitter_share:hover:after {
    background-image: url("./icons/twitter.svg");
}
body .ssba a.ssba_pinterest_share:after {
    background-image: url("./icons/pinterest1.svg");
}
body .ssba a.ssba_pinterest_share:hover:after {
    background-image: url("./icons/pinterest.svg");
}
.comeet-social .ssba a.ssba_email_share:after {
    background-image: url("./icons/blue/email-blue.svg");
}
.comeet-social .ssba a.ssba_email_share:hover:after {
    background-image: url("./icons/lightgray/email-lightgray.svg");
}

.ssba a.ssba_linkedin_share:hover:after {
    background-image: url("./icons/lightgray/linked-lightgray.svg");
}
.ssba a.ssba_linkedin_share:active:after {
    background-image: url("./icons/blue/linked-blue.svg");
}
.copyButton {
    background-image: url(./icons/gray/link-lightgray.svg);
    background-repeat: no-repeat;
    background-color: white;
    content: '';
    width: 36px;
    cursor: pointer;
    height: 36px;
    display: inline-block;
    border: 0;
    transition: all .4s ease 0s;
    font-weight: normal !important;
    background-size: 24px 24px;
    background-position: center;
}

.copyButton:hover,.copyButton:focus  {
    background-image: url(./icons/lightgray/link-lightgray.svg);
}

.copyButton:active {
    background-image: url(./icons/blue/link-blue.svg);
}

.ssba a.ssba_linkedin_share:after {
    content: '';
}

.ssba a.ssba_google_share:after {
    content: '';
}

.ssba a.ssba_facebook_share:hover:after, .ssba a.ssba_linkedin_share:hover:after, .ssba a.ssba_google_share:hover:after, .footerShareBut:hover:after {
    color: #9aa3b0;
}

.ssba span.ssba_sharecount {
    display: inline-block;
    margin: 0 20px 0 -3px;
    height: 40px;
    width: 43px;
    border: solid 1px rgba(87, 101, 124, 0.28);
    border-left: 0 none;
    vertical-align: top;
    background: transparent;
    border-radius: 0 4px 4px 0;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #57657c;
    padding: 0 0 0 5px;
}

.ssba span.ssba_sharecount:before, .ssba span.ssba_sharecount:after {
    display: none !important;
}

.footerShareBut {
    margin-right: 40px;
}

.footerShareBut:last-of-type {
    margin-right: 0;
}

.footerShareBut:after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'mwdn';
    font-size: 40px;
    color: #57657c;
    content: 'L';
    transition: all .4s ease 0s;
}

.footerShareBut.linkedin:after {
    content: 'i';
}

.footerShareBut.facebook:after {
    content: 'f';
}

.footerShareBut.clutch:after {
    content: 'a';
}

.modal {
    display: none;
    position: fixed;
    width: calc(100% + 31px);
    width: -webkit-calc(100% + 31px);
    height: calc(100% + 31px);
    height: -webkit-calc(100% + 31px);
    top: 0;
    bottom: -31px;
    left: 0;
    right: -31px;
    margin: auto;
    z-index: 10;
    padding: 0;
    overflow: scroll;
}

.modal .bg-modal {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 130vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.modal .content-modal {
    background-color: #fff;
    padding: 32px 20px;
    width: 96vw;
    height: auto;
    margin: 12vh auto;
    max-width: 820px;
    position: relative;
    left: -7px;
}

.modal .content-modal h2 {
    text-align: left;
    padding: 0 0 33px 0;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.modal .content-modal h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -20px;
    left: -20px;
    height: 1px;
    background-color: rgba(87, 101, 124, .13);
}

.modal .content-modal .btn-default5 {
    max-width: 300px;
}

.modal .content-modal .btn-default5:hover {
    max-width: 320px;
}

.modal .content-modal .btn-default5:hover:focus,
.modal .content-modal .btn-default5:hover:active {
    max-width: 300px;
}

.modal .content-modal .btn-default6:hover {
    width: 103.5%;
}

.modal .content-modal .btn-default6:hover:active {
    width: 102%;
    margin-left: 0;
    margin-right: 0;
}

.modal .content-modal .btn-default6:hover:focus {
    width: 102%;
    margin-left: 0;
    margin-right: -4px;
}

.modal .content-modal .close-modal {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: 40px;
    right: 22px;
    z-index: 1;
}

.modal .content-modal .close-modal:before,
.modal .content-modal .close-modal:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    min-height: 100%;
    background-color: #57657c;
}

.modal .content-modal .close-modal:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    zoom: 1;
}

.modal .content-modal .close-modal:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    zoom: 1;
}

.modal .content-modal textarea {
    height: 120px;
    resize: vertical;
}

.modal#success .content-modal,
.modal#success-cv .content-modal {
    max-width: 640px;
}

.modal#success p,
.modal#success-cv p {
    text-align: center;
    margin-bottom: 50px;
    font-size: 25px;
}

.modal#success .submit-block,
.modal#success-cv .submit-block {
    margin: auto;
}

.modal#success .submit-block .btn-default6,
.modal#success-cv .submit-block .btn-default6 {
    background-color: #1d81e5;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 24px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    padding: 14px;
}

.ssbp-form-group label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

#ssbp-email-div .success {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: green;
    color: #fff;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
}

.ssbp-x {
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-align: center;
    -khtml-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-box-align: center;
    -khtml-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    zoom: 1;
}

.ssbp-x:before,
.ssbp-x:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
}

.ssbp-x:before {
    width: 2px;
    height: 16px;
}

.ssbp-x:after {
    width: 16px;
    height: 2px;
}

.expertise-section .expertise-item .img-block,
.page-template-about .text-section .expertise-item .img-block {
    margin: auto;
}

.single-technologies .expertise-section .title-block,
.single-technologies .page-template-about .text-section .title-block,
.page-template-about .single-technologies .text-section .title-block {
    padding-top: 10px;
}

.referfriend-form .btn-default5:hover {
    margin: -8px -10px;
    height: 76px;
}

.more-block a:focus {
    color: #6f7f9a;
}

@media screen and (min-width: 768px) {
    .about-list .about-item:hover {
        border-color: #419bf9;
    }

    .about-list .about-item .title {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }

    .portfolio-list .portfolio-item {
        height: 456px;
    }
}

#success.modal .submit-block,
#success-cv.modal .submit-block {
    min-height: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#success.modal .submit-block .btn-default6:hover,
#success-cv.modal .submit-block .btn-default6:hover {
    margin-bottom: 10px;
    margin-right: -6px;
    margin-left: -6px;
    margin-top: -6px;
}

#success.modal .submit-block .btn-default6:hover:active,
#success-cv.modal .submit-block .btn-default6:hover:active {
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
}

#success.modal .submit-block .btn-default6:hover:focus,
#success-cv.modal .submit-block .btn-default6:hover:focus {
    margin-bottom: 10px;
}

#success.modal .submit-block .btn-default6:active:focus,
#success-cv.modal .submit-block .btn-default6:active:focus {
    margin-bottom: 20px;
    margin-right: -6px;
    margin-left: -6px;
}

.page-template-careers .referfriend-form .btn-default5:hover:active,
.page-template-careers .referfriend-form .btn-default5:hover:focus {
    margin: 0;
    height: 60px;
    max-width: 460px;
}

@media all and (max-width: 1199px) {
    .image-section .img-block img {
        max-width: 136%;
    }

    .project-item-top-section {
        background-size: cover;
    }
}

@media all and (min-width: 992px) {
    .navigation {
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

    .toggle-menu {
        display: none;
    }

    .expertise-section .expertise-item:hover .popup-block,
    .page-template-about .text-section .expertise-item:hover .popup-block {
        display: block !important;
        opacity: 1;
    }

    .expertise-section .expertise-item:hover .row,
    .page-template-about .text-section .expertise-item:hover .row {
        z-index: 3;
    }

    .expertise-section .expertise-item:hover .row:after,
    .page-template-about .text-section .expertise-item:hover .row:after {
        content: '';
        position: absolute;
        left: 15%;
        bottom: -5px;
        border-bottom: 18px solid #57657c;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }

    .home .testimonials-section .background {
        top: 136px;
        width: 86%;
    }
}

@media all and (max-width: 991px) and (min-width: 768px) {
    .expertise-list .expertise-item > a > .row {
        height: 110px;
    }

    .expertise-section .expertise-item:hover:before,
    .page-template-about .text-section .expertise-item:hover:before,
    .page-template-about .text-section .expertise-item:hover:before {
        top: 56px !important;
    }

    .page-template-portfolio .portfolio-tabs > div {
        font-size: 22px !important;
    }

    .more-block {
        width: 210px;
    }

    .portfolio-list .portfolio-item .text-block .text {
        width: 56%;
    }
}

@media all and (max-width: 991px) {
    .container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .scrolled .breadcrumbs-block {
        margin-top: 15px;
    }

    .gotoup {
        max-width: 32px !important;
        margin-right: 4px !important;
    }

    .navigation {
        display: none;
        position: absolute;
        background-color: #05152f;
        padding: 0 !important;
        top: 50px;
        -webkit-box-shadow: 1px 2px 6px rgba(143, 155, 175, 0.34);
        -khtml-box-shadow: 1px 2px 6px rgba(143, 155, 175, 0.34);
        -moz-box-shadow: 1px 2px 6px rgba(143, 155, 175, 0.34);
        -ms-box-shadow: 1px 2px 6px rgba(143, 155, 175, 0.34);
        -o-box-shadow: 1px 2px 6px rgba(143, 155, 175, 0.34);
        box-shadow: 1px 2px 6px rgba(143, 155, 175, 0.34);
        min-width: 270px;
        right: 0;
        margin-top: -2px;
        height: auto;
        -webkit-transition: all 0.2s;
        -khtml-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .navigation.opened {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -khtml-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-box-direction: normal;
        -khtml-box-direction: normal;
        -moz-box-direction: normal;
        -ms-box-direction: normal;
        -o-box-direction: normal;
        box-direction: normal;
        -webkit-box-orient: horizontal;
        -khtml-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -ms-box-orient: horizontal;
        -o-box-orient: horizontal;
        box-orient: horizontal;
    }

    .navigation li {
        text-align: left;
        padding: 0;
        border-bottom: 1px solid rgba(0, 130, 233, .13);
    }

    .navigation li:after {
        content: "\f105";
        font: normal normal normal 20px/1 FontAwesome;
        width: 32px;
        height: 32px;
        color: #fff;
        position: absolute;
        right: 0;
        top: 16px;
    }

    .navigation li.active,
    .navigation li.current-page-ancestor {
        background-color: rgba(255, 255, 255, .08);
    }

    .navigation li.active a,
    .navigation li.current-page-ancestor a {
        background-color: transparent !important;
    }

    .navigation li a {
        color: #fff !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        text-transform: uppercase;
        display: block;
        padding: 16px !important;
        font-family: 'Gilroy-ExtraBold', sans-serif;
    }

    .navigation li a:hover {
        background-color: transparent !important;
    }

    .navigation li a:active {
        background-color: transparent !important;
        color: #fff !important;
    }

    .navigation li a:visited {
        color: #fff !important;
    }

    .header-bottom .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .header-bottom .row {
        padding-top: 0;
        padding-bottom: 0;
        height: 48px;
    }

    .header-bottom .row .col-7 {
        width: 100%;
        position: static;
    }

    .header-bottom .row nav {
        position: static;
    }

    .header-bottom .row .logo-block {
        height: 42px;
    }

    .header-bottom .row .logo-block img {
        max-height: 100%;
        padding: 4px 15px;
    }

    .header-bottom .toggle-menu {
        width: 50px;
        height: 50px;
        padding: 16px 4px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -khtml-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-box-direction: normal;
        -khtml-box-direction: normal;
        -moz-box-direction: normal;
        -ms-box-direction: normal;
        -o-box-direction: normal;
        box-direction: normal;
        -webkit-box-orient: vertical;
        -khtml-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        -o-box-orient: vertical;
        box-orient: vertical;
        margin-right: 0 !important;
        background-color: transparent;
    }

    .header-bottom .toggle-menu .toggle-bar {
        height: 2px;
        margin: 1.5px auto;
        width: 16px;
    }

    .header-bottom .toggle-menu.opened {
        background-color: #0082e9 !important;
    }

    .header-bottom .toggle-menu.opened:after {
        content: '';
        position: absolute;
        border-top: 10px solid #0082e9;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        left: 0;
        right: 0;
        bottom: -8px;
        margin: auto;
        z-index: 111;
        width: 0;
        height: 0;
    }

    .header-bottom .toggle-menu.opened .toggle-bar:first-of-type {
        -webkit-transform: rotate(45deg);
        -khtml-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
        zoom: 1;
        margin: auto;
        top: 5px;
    }

    .header-bottom .toggle-menu.opened .toggle-bar:last-of-type {
        -webkit-transform: rotate(-45deg);
        -khtml-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
        zoom: 1;
        margin: auto;
        top: -4px;
    }

    .header-bottom .toggle-menu.opened .toggle-bar:nth-of-type(2) {
        display: none;
    }

    .page-template-careers-item .header-bottom .toggle-menu.opened,
    .single-careers .header-bottom .toggle-menu.opened,
    .header-bottom.sticky .toggle-menu.opened,
    .single-post .toggle-menu.opened,
    .blog .toggle-menu.opened,
    .page-template-contact .toggle-menu.opened {
        background-color: #e4e5ea !important;
    }

    .page-template-careers-item .header-bottom .toggle-menu.opened:after,
    .single-careers .header-bottom .toggle-menu.opened:after,
    .header-bottom.sticky .toggle-menu.opened:after,
    .single-post .toggle-menu.opened:after,
    .blog .toggle-menu.opened:after,
    .page-template-contact .toggle-menu.opened:after {
        border-top: 10px solid #e4e5ea;
    }

    .page-template-careers-item .header-bottom .navigation,
    .single-careers .header-bottom .navigation,
    .header-bottom.sticky .navigation,
    .single-post .navigation,
    .blog .navigation,
    .page-template-contact .navigation {
        border-top: 1px solid rgba(87, 101, 124, .12);
        background-color: #f8f8fa;
    }

    .page-template-careers-item .header-bottom .navigation li,
    .single-careers .header-bottom .navigation li,
    .header-bottom.sticky .navigation li,
    .single-post .navigation li,
    .blog .navigation li,
    .page-template-contact .navigation li {
        border-bottom: 1px solid rgba(87, 101, 124, .12);
    }

    .page-template-careers-item .header-bottom .navigation li.active,
    .single-careers .header-bottom .navigation li.active,
    .header-bottom.sticky .navigation li.active,
    .single-post .navigation li.active,
    .blog .navigation li.active,
    .page-template-contact .navigation li.active,
    .page-template-careers-item .header-bottom .navigation li.current-page-ancestor,
    .single-careers .header-bottom .navigation li.current-page-ancestor,
    .header-bottom.sticky .navigation li.current-page-ancestor,
    .single-post .navigation li.current-page-ancestor,
    .blog .navigation li.current-page-ancestor,
    .page-template-contact .navigation li.current-page-ancestor {
        background-color: rgba(87, 101, 124, .1) !important;
    }

    .page-template-careers-item .header-bottom .navigation li.active a,
    .single-careers .header-bottom .navigation li.active a,
    .header-bottom.sticky .navigation li.active a,
    .single-post .navigation li.active a,
    .blog .navigation li.active a,
    .page-template-contact .navigation li.active a,
    .page-template-careers-item .header-bottom .navigation li.current-page-ancestor a,
    .single-careers .header-bottom .navigation li.current-page-ancestor a,
    .header-bottom.sticky .navigation li.current-page-ancestor a,
    .single-post .navigation li.current-page-ancestor a,
    .blog .navigation li.current-page-ancestor a,
    .page-template-contact .navigation li.current-page-ancestor a {
        background-color: transparent !important;
    }

    .page-template-careers-item .header-bottom .navigation li a,
    .single-careers .header-bottom .navigation li a,
    .header-bottom.sticky .navigation li a,
    .single-post .navigation li a,
    .blog .navigation li a,
    .page-template-contact .navigation li a {
        color: #57657c !important;
    }

    .page-template-careers-item .header-bottom .navigation li:after,
    .single-careers .header-bottom .navigation li:after,
    .header-bottom.sticky .navigation li:after,
    .single-post .navigation li:after,
    .blog .navigation li:after,
    .page-template-contact .navigation li:after {
        color: #57657c !important;
    }

    .contact-info-block [class^='col-'] {
        width: 50%;
    }

    .socials-block [class^='col-'] .social-item {
        padding-left: 1vw !important;
    }

    footer .socials-block .row .col-6:last-of-type .social-item {
        padding-left: 3vw !important;
    }

    .expertise-list .col-6 {
        width: 100%;
    }

    .expertise-list .expertise-item > a > .row {
        z-index: 4;
    }

    .expertise-list .expertise-item .popup-block {
        position: relative !important;
        opacity: 1 !important;
        min-height: 100% !important;
    }

    .expertise-section .expertise-item .row > .col-4,
    .page-template-about .text-section .expertise-item .row > .col-4,
    .expertise-section .expertise-item .row > .col-5,
    .page-template-about .text-section .expertise-item .row > .col-5 {
        width: 27%;
    }

    .expertise-section .expertise-item .row > .col-8,
    .page-template-about .text-section .expertise-item .row > .col-8,
    .expertise-section .expertise-item .row > .col-7,
    .page-template-about .text-section .expertise-item .row > .col-7 {
        width: 63%;
    }

    .expertise-section .expertise-item .row > .col-8 .title,
    .page-template-about .text-section .expertise-item .row > .col-8 .title,
    .expertise-section .expertise-item .row > .col-7 .title,
    .page-template-about .text-section .expertise-item .row > .col-7 .title {
        max-width: 100%;
    }

    .page-template-technology-item .expertise-section .expertise-item .title,
    .page-template-technology-item .page-template-about .text-section .expertise-item .title,
    .page-template-about .page-template-technology-item .text-section .expertise-item .title,
    .single-technologies .expertise-section .expertise-item .title,
    .single-technologies .page-template-about .text-section .expertise-item .title,
    .page-template-about .single-technologies .text-section .expertise-item .title {
        font-size: 16px;
    }

    .single-technologies .expertise-section.borderRadiusBottom,
    .single-technologies .page-template-about .text-section.borderRadiusBottom,
    .page-template-about .single-technologies .text-section.borderRadiusBottom {
        margin-top: -10px;
        padding-top: 10px;
    }

    .about-list [class^='col-'] {
        width: 50%;
    }

    .header-bottom .row .btn-block {
        display: none;
    }

    .banner-animate {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

    .testimonials-section .background {
        display: none;
    }

    .testimonials-item,
    .page-template-careers .testimonials-item {
        background: url('images/testim-bg.png') 50% 50% no-repeat;
        background-size: 130% auto;
    }

    .careers-item-section,
    .categories-section:first-of-type,
    .single-post-section:first-of-type,
    .contact-section {
        padding-top: 90px;
    }

    .map-section:before {
        content: '';
        background-color: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
        height: 450px;
    }

    .map-section #map,
    .map-section #map-editor,
    .map-section #map-leaflet,
    .map-section #map_geo {
        left: -58vw;
        width: 160vw;
    }

    .expertise-section .expertise-item,
    .page-template-about .text-section .expertise-item {
        margin-bottom: 7px;
    }

    .expertise-section .expertise-item:before,
    .page-template-about .text-section .expertise-item:before {
        content: "\63";
        font-family: 'icomoon';
        font-size: 10px;
        width: 18px;
        height: 10px;
        color: #6f7f9a;
        position: absolute;
        right: 0;
        z-index: 5;
        top: 47%;
        bottom: auto;
        margin: auto;
        opacity: 0.5;
    }

    .expertise-section .expertise-item.showpopup:before,
    .page-template-about .text-section .expertise-item.showpopup:before {
        -webkit-transform: rotate(90deg);
        -khtml-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
        zoom: 1;
        right: 10px;
        top: 35px;
    }

    .expertise-section .expertise-item:hover:before,
    .page-template-about .text-section .expertise-item:hover:before {
        z-index: 6;
    }

    .expertise-section .expertise-item:hover .row:after,
    .page-template-about .text-section .expertise-item:hover .row:after {
        display: none;
    }

    .expertise-section .expertise-item .row,
    .page-template-about .text-section .expertise-item .row {
        z-index: 2;
    }

    .expertise-section .expertise-item .popup-block,
    .page-template-about .text-section .expertise-item .popup-block {
        padding: 20px 0 0;
    }

    .expertise-section .expertise-item .popup-block ul,
    .page-template-about .text-section .expertise-item .popup-block ul {
        padding: 0 0 0 16px;
    }

    .expertise-section .expertise-item .popup-block ul li,
    .page-template-about .text-section .expertise-item .popup-block ul li {
        border-bottom: 1px solid rgba(5, 21, 47, .08);
        padding: 15px 0 15px 32px;
        font-size: 12px !important;
    }

    .expertise-section .expertise-item .popup-block .btn-default4,
    .page-template-about .text-section .expertise-item .popup-block .btn-default4,
    .expertise-section .expertise-item .popup-block .btn-default4:hover,
    .page-template-about .text-section .expertise-item .popup-block .btn-default4:hover,
    .expertise-section .expertise-item .popup-block .btn-default4:focus,
    .page-template-about .text-section .expertise-item .popup-block .btn-default4:focus {
        background-color: transparent;
        color: #fff;
        margin: 0;
        padding: 18px 22px 22px 16px;
        font-size: 14px;
        width: 100%;
        -webkit-justify-content: flex-start;
        -khtml-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-pack: start;
        -khtml-flex-pack: start;
        -moz-flex-pack: start;
        -ms-flex-pack: start;
        -o-flex-pack: start;
        flex-pack: start;
        -webkit-box-pack: start;
        -khtml-box-pack: start;
        -moz-box-pack: start;
        -ms-box-pack: start;
        -o-box-pack: start;
        box-pack: start;
        border: 0 !important;
    }

    .expertise-section .expertise-item .popup-block .btn-default4:after,
    .page-template-about .text-section .expertise-item .popup-block .btn-default4:after,
    .expertise-section .expertise-item .popup-block .btn-default4:hover:after,
    .page-template-about .text-section .expertise-item .popup-block .btn-default4:hover:after,
    .expertise-section .expertise-item .popup-block .btn-default4:focus:after,
    .page-template-about .text-section .expertise-item .popup-block .btn-default4:focus:after {
        content: "\63";
        font-family: 'icomoon';
        font-size: 10px;
        width: 18px;
        height: 10px;
        color: #fff;
        position: absolute;
        right: 0;
        z-index: 3;
        top: 15px;
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    .image-section {
        height: 535px;
    }

    .image-section .image-section-container {
        min-height: 100%;
        height: 535px;
        max-height: 535px;
    }

    .image-section .img-block {
        height: 100%;
        max-height: 100%;
        position: absolute !important;
    }

    .image-title-block {
        padding-top: 243px;
    }

    .select-block {
        display: none;
    }

    .weoffer-block {
        -webkit-justify-content: space-between;
        -khtml-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-pack: justify;
        -khtml-flex-pack: justify;
        -moz-flex-pack: justify;
        -ms-flex-pack: justify;
        -o-flex-pack: justify;
        flex-pack: justify;
        -webkit-box-pack: justify;
        -khtml-box-pack: justify;
        -moz-box-pack: justify;
        -ms-box-pack: justify;
        -o-box-pack: justify;
        box-pack: justify;
        -webkit-align-items: flex-start;
        -khtml-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-align: start;
        -khtml-flex-align: start;
        -moz-flex-align: start;
        -ms-flex-align: start;
        -o-flex-align: start;
        flex-align: start;
        -webkit-box-align: start;
        -khtml-box-align: start;
        -moz-box-align: start;
        -ms-box-align: start;
        -o-box-align: start;
        box-align: start;
    }

    .weoffer-block .col-6 {
        width: 48%;
    }

    #request-quote-popup .wpcf7-form .col-10 {
        width: 80%;
    }

    #request-quote-popup .wpcf7-form .col-2 {
        width: 20%;
    }

    .home .projects-section .container {
        width: 81%;
    }

    .openpositions-tabs,
    .type-tabs,
    .social-links,
    .portfolio-tabs {
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        height: auto !important;
        padding-top: 0 !important;
        margin: 0 0 50px 0 !important;
    }

    .type-tabs {
        margin: 50px 0 0 0 !important;
    }

    .portfolio-tabs {
        margin: 0 !important;
    }

    .portfolio-tabs > div {
        font-size: 24px !important;
    }

    .contact-section div.wpcf7 .col-10 {
        width: calc(100% - 160px);
        width: -webkit-calc(100% - 160px);
    }

    .contact-section div.wpcf7 .col-2 {
        width: 160px;
    }

    .term-creative-design .portfolio-section .portfolio-tabs {
        margin-bottom: 48px !important;
        margin-left: -5px !important;
    }

    .term-creative-design .portfolio-section .portfolio-tabs > div {
        width: 33.33333%;
        font-size: 20px !important;
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next {
        border: none !important;
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev .span,
    .owl-carousel .owl-controls .owl-nav .owl-next .span,
    .owl-carousel .owl-controls .owl-nav .owl-prev .fa,
    .owl-carousel .owl-controls .owl-nav .owl-next .fa {
        font-size: 50px;
        top: -1px;
        -webkit-transition: none !important;
        -khtml-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev span,
    .owl-carousel .owl-controls .owl-nav .owl-next span {
        width: 60px;
        height: 60px;
        display: block;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 0.2s;
        -khtml-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        border: 4px solid rgba(255, 255, 255, .26);
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev .fa,
    .owl-carousel .owl-controls .owl-nav .owl-next .fa {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        line-height: 58px;
        margin: auto !important;
        display: block;
        width: 60px;
        height: 60px;
        text-align: center;
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev:hover span,
    .owl-carousel .owl-controls .owl-nav .owl-next:hover span {
        -webkit-transform: scale(1.3334, 1.3334);
        -khtml-transform: scale(1.3334, 1.3334);
        -moz-transform: scale(1.3334, 1.3334);
        -ms-transform: scale(1.3334, 1.3334);
        -o-transform: scale(1.3334, 1.3334);
        transform: scale(1.3334, 1.3334);
        filter: FlipH;
        -ms-filter: "FlipH";
        display: block;
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev:hover .fa,
    .owl-carousel .owl-controls .owl-nav .owl-next:hover .fa {
        opacity: 0.3;
        margin: auto;
        display: block;
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev:focus span,
    .owl-carousel .owl-controls .owl-nav .owl-next:focus span,
    .owl-carousel .owl-controls .owl-nav .owl-prev:active span,
    .owl-carousel .owl-controls .owl-nav .owl-next:active span {
        -webkit-transform: scale(1, 1);
        -khtml-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev:focus .fa,
    .owl-carousel .owl-controls .owl-nav .owl-next:focus .fa,
    .owl-carousel .owl-controls .owl-nav .owl-prev:active .fa,
    .owl-carousel .owl-controls .owl-nav .owl-next:active .fa {
        opacity: 0.3;
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev .fa {
        left: -3px;
    }

    .owl-carousel .owl-controls .owl-nav .owl-next .fa {
        left: 3px;
    }
}

@media all and (max-height: 767px) and (orientation: landscape) {
    .banner-section .banner-section-container .bottom-block {
        bottom: 4vh;
        height: 42px;
    }

    .banner-section .banner-section-container .bottom-block canvas {
        margin-top: -215px !important;
    }
}

@media all and (max-width: 767px) and (orientation: landscape) {
    .banner-section .bottom-block {
        display: none;
    }

    .banner-section .banner-title-block .btn-default2,
    .banner-section .banner-title-block .btn-default2:focus {
        margin: 0 auto;
    }

    .banner-section .banner-title-block .section-title {
        font-size: 34px;
    }

    .banner-section .banner-title-block .section-subtitle {
        font-size: 24px;
    }

    .banner-section .banner-title-block .btn-default2 {
        height: 60px;
        font-size: 26px;
    }

    .banner-section .banner-section-container .banner-title-block .section-title {
        font-size: 20px;
    }

    .banner-section .banner-section-container .banner-title-block .section-subtitle {
        font-size: 14px;
        max-width: 234px;
    }

    .banner-section .banner-section-container .banner-title-block .btn-default2,
    .banner-section .banner-section-container .banner-title-block .btn-default2:focus {
        height: 40px;
        font-size: 20px;
        max-width: 292px;
    }

    .navigation li:after {
        top: 8px;
    }

    .expertise-section .expertise-item .title,
    .page-template-about .text-section .expertise-item .title {
        font-size: 14px !important;
        padding-left: 0;
    }

    .expertise-section .expertise-item .popup-block li,
    .page-template-about .text-section .expertise-item .popup-block li {
        font-size: 15px;
    }

    .expertise-section .expertise-item .row,
    .page-template-about .text-section .expertise-item .row {
        height: 64px;
    }

    .expertise-section .expertise-item .row .img-block,
    .page-template-about .text-section .expertise-item .row .img-block {
        width: 48px;
        margin: 0;
    }
}

@media all and (max-width: 767px) {
    .categories-section .ssba a.ssba_facebook_share,
    .categories-section .ssba a.ssba_linkedin_share,
    .categories-section .ssba a.ssba_google_share,
    .single-post-section .ssba a.ssba_facebook_share,
    .single-post-section .ssba a.ssba_linkedin_share,
    .single-post-section .ssba a.ssba_google_share {
        width: 28px;
        height: 28px;
    }

    .categories-section .ssba a.ssba_facebook_share:after,
    .categories-section .ssba a.ssba_linkedin_share:after,
    .categories-section .ssba a.ssba_google_share:after,
    .single-post-section .ssba a.ssba_facebook_share:after,
    .single-post-section .ssba a.ssba_linkedin_share:after,
    .single-post-section .ssba a.ssba_google_share:after {
        font-size: 28px;
    }

    .categories-section .ssba span.ssba_sharecount,
    .single-post-section .ssba span.ssba_sharecount {
        height: 28px;
        width: 32px;
        line-height: 28px;
        font-size: 12px;
    }

    .page-template-careers .openpositions-tabs div,
    .page-template-careers .type-tabs div {
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .page-template-testimonials .text-section {
        padding-bottom: 0 !important;
    }

    .page-template-testimonials .company-item .title,
    .page-template-testimonials .type-item .title {
        margin-bottom: 7px !important;
        margin-top: 14px !important;
    }

    .term-creative-design .portfolio-section .portfolio-block {
        padding-top: 14px;
    }

    .page-template-testimonials .company-item .img-block,
    .page-template-testimonials .type-item .img-block,
    .single-technologies .portfolio-section .title-block {
        margin-bottom: 0;
    }

    .blog .categories-section:nth-of-type(3) {
        padding-top: 0;
    }

    .blog .categories-section:first-of-type {
        padding-bottom: 0;
    }

    .blog .categories-section .post .content {
        margin-bottom: 28px;
    }

    .blog .categories-section .post .post-bottom {

    }

    .page-template-expertise .text-section .title {
        margin-top: 3px;
        margin-bottom: 32px;
    }

    .page-template-expertise .expertise-section,
    .page-template-expertise .page-template-about .text-section,
    .page-template-about .page-template-expertise .text-section {
        padding-bottom: 0 !important;
    }

    .page-template-expertise .text-section {
        padding-top: 32px;
        padding-bottom: 38px !important;
    }

    .page-template-expertise .text-section .content p {
        line-height: 1.83;
    }

    .navigation li a {
        padding: 17px 16px !important;
    }

    .contact-info-block .col-3 .contact-info-item {
        padding-top: 17px !important;
        padding-bottom: 15px !important;
    }

    .home .about-section .text-block {
        margin-bottom: 32px;
    }

    .home .expertise-section,
    .home .page-template-about .text-section,
    .page-template-about .home .text-section {
        padding-bottom: 0 !important;
    }

    .home .expertise-section .title-block,
    .home .page-template-about .text-section .title-block,
    .page-template-about .home .text-section .title-block {
        margin-bottom: 0;
        padding-bottom: 34px;
    }

    .home .technologies-section .title-block {
        padding-bottom: 35px;
    }

    .home .technologies-list .col-2 .title {
        margin: 5px auto 0;
    }

    .testimonials-section {
        border-bottom-width: 1px;
    }

    .download-section {
        background-image: none;
    }

    .image-section .image-section-container {
        top: 0;
    }

    .modal .content-modal .close-modal {
        top: 35px;
    }

    .home .expertise-section,
    .home .page-template-about .text-section,
    .page-template-about .home .text-section {
        padding-top: 0 !important;
    }

    .term-creative-design .portfolio-section {
        padding-bottom: 0 !important;
    }

    .testimonials-section .owl-prev span,
    .testimonials-section .owl-next span {
        border: none !important;
    }

    .single-technologies .portfolio-section.borderRadiusTop {
        padding-top: 0;
    }

    .term-creative-design .portfolio-section .title-block {
        padding-top: 32px !important;
    }

    .download-section .container .btn-block .btn-default2.openmodal:hover {
        margin-left: auto;
        margin-right: auto;
        height: 40px;
    }

    .title-block .title {
        padding-right: 18px;
        line-height: 20px;
    }

    .portfolio-list .title-block .title {
        padding-right: 0;
    }

    .tax-expertise .expertise-section .title-block,
    .tax-expertise .page-template-about .text-section .title-block,
    .page-template-about .tax-expertise .text-section .title-block,
    .tax-expertise .page-template-about .text-section .title-block,
    .page-template-about .tax-expertise .text-section .title-block {
        padding-top: 12px;
        margin-bottom: 0 !important;
    }

    .tax-expertise .portfolio-section .title-block {
        padding-top: 32px;
        margin-bottom: 0;
    }

    .single-payment-type .type-item {
        margin-bottom: 0 !important;
    }

    .project-item-top-section {
        background-image: none !important;
    }

    .project-item-top-section .text-block {
        margin-bottom: 0;
    }

    .page-template-expertise .text-section {
        padding-bottom: 20px;
    }

    .creative-design-list .creative-design-item,
    .single-payment-type .technologies-section .title-block {
        margin-bottom: 14px !important;
    }

    .creative-design-list .col-8 {
        padding-left: 0;
    }

    .creative-design-list .creative-design-item {
        margin-top: 0 !important;
        margin-bottom: 32px !important;
    }

    .creative-design-list .title {
        margin: 14px auto !important;
    }

    .creative-design-list .content p {
        margin-bottom: 0 !important;
    }

    .tax-expertise .company-item .img-block,
    .tax-expertise .type-item .img-block {
        margin-bottom: 0 !important;
    }

    .tax-expertise .company-item .title,
    .tax-expertise .type-item .title {
        margin-bottom: 7px !important;
    }

    .tax-expertise .company-item .subtitle,
    .tax-expertise .type-item .subtitle {
        margin-bottom: 14px !important;
    }

    .modal {
        margin: 0;
    }

    .expertise-list-section .row {
        -webkit-flex-direction: column-reverse;
        -khtml-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-direction: reverse;
        -khtml-box-direction: reverse;
        -moz-box-direction: reverse;
        -ms-box-direction: reverse;
        -o-box-direction: reverse;
        box-direction: reverse;
        -webkit-box-orient: vertical;
        -khtml-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        -o-box-orient: vertical;
        box-orient: vertical;
    }

    .expertise-list-section .container .img-block {
        margin: 32px auto 0 !important;
        width: 100%;
        text-align: center;
    }

    .expertise-list-section .container .img-block img {
        float: none;
    }

    .expertise-list-section .content {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }

    .expertise-list-section .content h2 {
        margin-bottom: 32px !important;
    }

    .expertise-list-section .content ul li {
        padding: 0 0 7px 60px !important;
    }

    .expertise-list-section .content ul li:last-of-type {
        padding-bottom: 0 !important;
    }

    .expertise-list-section .content p {
        margin-bottom: 0 !important;
    }

    .expertise-list-section .content ul li,
    .expertise-list-section .content p {
        font-size: 14px !important;
        margin-right: auto !important;
    }

    .tax-expertise .expertise-section.borderRadiusBottom,
    .tax-expertise .page-template-about .text-section.borderRadiusBottom,
    .page-template-about .tax-expertise .text-section.borderRadiusBottom {
        padding-bottom: 0;
    }

    .home.scrolled .expertise-section.borderRadiusBottom,
    .home.scrolled .page-template-about .text-section.borderRadiusBottom,
    .page-template-about .home.scrolled .text-section.borderRadiusBottom {
        padding-top: 15px;
    }

    .expertise-section.borderRadiusBottom,
    .page-template-about .text-section.borderRadiusBottom {
        padding-bottom: 1px !important;
    }

    .portfolio-section.borderRadiusTop {
        padding-top: 24px;
    }

    .referfriend-block .referfriend-form .btn-default6:focus,
    .referfriend-block .referfriend-form .btn-default6:hover {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .modal .content-modal .btn-default6:hover:hover,
    .modal .content-modal .btn-default6:hover:focus {
        margin-right: auto !important;
        margin-left: auto !important;
        width: 100% !important;
    }

    #map,
    #map-editor,
    #map-leaflet,
    #map_geo {
        height: 449px;
    }

    .text-section {
        padding-top: 32px;
        padding-bottom: 12px !important;
    }

    .tax-expertise.text-section {
        padding-bottom: 0 !important;
    }

    .company-item .text,
    .type-item .text,
    .type-item .text {
        font-size: 13px;
    }

    .content h2 {
        margin-bottom: 32px;
    }

    .content h1,
    .content h3,
    .content h4 {
        margin-bottom: 14px;
        line-height: 1.4em;
    }

    .content h1,
    .content h2,
    .content h3,
    .content h4 {
        font-size: 16px !important;
    }

    .content p,
    .content a,
    .content span,
    .content strong,
    .content b {
        font-size: 13px;
        line-height: 1.7em;
    }

    .content p {
        margin-bottom: 14px !important;
    }

    .content ul,
    .content ol {
        margin-bottom: 14px !important;
    }

    .content ul li,
    .content ol li {
        font-size: 13px;
        padding: 0;
    }
    .comeet-outer-wrapper .comeet-position-info h4 {
        margin-top: 20px;
    }
    .content ul li:last-of-type,
    .content ol li:last-of-type {
        padding-bottom: 0;
    }

    .content ul li:before {
        left: 2px;
        background-size: auto 15px;
        top: 1px;
    }

    [class^='col-'] {
        width: 100%;
    }

    .technologies-list .col-2 {
        width: 33.33333%;
    }

    .technologies-list .col-2 .title {
        font-size: 12px;
        margin: 7px auto 0;
        min-height: 1px;
        max-width: 100%;
        white-space: nowrap;
    }

    .socials-block .social-item {
        padding: 15px 0;
    }

    .socials-block .social-item .section-title {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .socials-block .share-item {
        height: 20px;
        margin-right: 7px;
        width: 48px;
    }

    .socials-block .share-item span {
        font-size: 12px;
        padding: 0;
        min-width: 24px;
    }

    .socials-block .share-list {
        max-width: 100% !important;
        margin-top: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .post .socials-block .share-item {
        margin-top: 32px;
    }

    footer .socials-block .share-item {
        margin-right: 9px;
    }

    .quote-section .bg-block,
    .after-quote-section .bg-block {
        min-height: 0;
    }

    .socials-block .col-6:last-of-type {
    }

    .socials-block .col-6:last-of-type:before {
        content: '';
    }

    .socials-block .row > [class^='col-']:first-of-type > .social-item:after {
        display: none;
    }

    .socials-block .col-6:first-of-type > .social-item {
        border-bottom: solid 2px #eeeff1;
    }

    .socials-block .follow-list {
        display: block;
    }

    .socials-block .follow-list > div {
        display: inline-block;
        margin-right: 14px;
    }

    footer .socials-block .row .col-6:last-of-type .social-item {
        padding-left: 0 !important;
    }

    .testimonials-section .testimonials-item {
        background-position: 50% 20% !important;
    }

    .testimonials-section .testimonials-item .title,
    .testimonials-section .testimonials-item .subtitle {
        text-align: center;
        font-family: 'Gilroy-ExtraBold', sans-serif;
    }

    .testimonials-section .testimonials-item .title {
        padding: 14px 0 0;
    }

    .testimonials-section .testimonials-item .subtitle {
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        padding: 7px 0 0;
    }

    .testimonials-section .testimonials-item .img-block {
        margin-bottom: 0 !important;
    }

    .testimonials-section .testimonials-item .text-block br {
        display: none;
    }

    .categories-section .container .post {
        border-bottom: 0;
    }

    .categories-section .container .post:not(:nth-last-of-type(1)):after {
        content: '';
        position: absolute;
        bottom: 0;
        left: -15px;
        right: -15px;
        width: calc(100% + 30px);
        width: -webkit-calc(100% + 30px);
        height: 1px;
        background-color: #eaecef;
    }

    .categories-section .container .post .post-bottom {
        height: auto;
        margin-bottom: 30px;
    }

    .categories-section .container .post .img-block {
        margin-bottom: 14px;
    }

    .categories-section .container .post .more-block {

    }

    .contact-section input.your-email,
    .modal input.your-email,
    .referfriend-form input.your-email,
    .contact-section input.your-name,
    .modal input.your-name,
    .referfriend-form input.your-name,
    .contact-section input.your-PhoneorSkype,
    .modal input.your-PhoneorSkype,
    .referfriend-form input.your-PhoneorSkype {
        width: 100% !important;
    }

    .contact-section input.PhoneorSkype,
    .modal input.PhoneorSkype,
    .referfriend-form input.PhoneorSkype {
        width: 100%;
        background-position: 15px center;
    }

    .contact-section .privacy-block,
    .modal .privacy-block,
    .referfriend-form .privacy-block {
        display: none;
    }

    .contact-section .btn-default5,
    .modal .btn-default5,
    .referfriend-form .btn-default5,
    .contact-section .btn-default6,
    .modal .btn-default6,
    .referfriend-form .btn-default6 {
        margin: 4px auto 20px;
        width: 100% !important;
    }

    .contact-section .btn-default5:hover,
    .modal .btn-default5:hover,
    .referfriend-form .btn-default5:hover,
    .contact-section .btn-default6:hover,
    .modal .btn-default6:hover,
    .referfriend-form .btn-default6:hover {
        margin-left: auto;
        margin-right: auto;
        max-width: 320px;
    }

    .openpositions-tabs div,
    .type-tabs div {
        font-size: 16px;
        text-align: left;
        padding: 17px;
        border-bottom: 1px solid rgba(255, 255, 255, .05);
    }

    .openpositions-tabs,
    .type-tabs,
    .type-tabs {
        -webkit-flex-direction: column;
        -khtml-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-box-direction: normal;
        -khtml-box-direction: normal;
        -moz-box-direction: normal;
        -ms-box-direction: normal;
        -o-box-direction: normal;
        box-direction: normal;
        -webkit-box-orient: vertical;
        -khtml-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        -o-box-orient: vertical;
        box-orient: vertical;
    }

    .openpositions-tabs div,
    .type-tabs div,
    .type-tabs div,
    .openpositions-tabs a,
    .type-tabs a,
    .type-tabs a {
        -webkit-border-radius: 0 !important;
        -khtml-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    .careers-item-section .contact-person-block .contact-person-item .img-block {
        margin-right: 10px;
    }

    .careers-item-section .contact-person-block .contact-person-item .info-block {
        width: calc(100% - 84px);
        width: -webkit-calc(100% - 84px);
    }

    .project-item-top-section .over-img,
    .project-item-top-section .over-img2 {
        margin: 0 auto;
    }

    .project-item-top-section .over-img2 {
        padding: 0 0 14px;
    }

    .banner-section .banner-section-container .bottom-block {
        height: 42px;
        bottom: 8vh;
    }

    .banner-section .banner-section-container .bottom-block canvas {
        margin-top: -215px !important;
    }

    .more-block .btn-default3,
    .more-block .btn-default3:hover,
    .more-block .btn-default3:focus,
    .more-block .btn-default3:visited,
    .more-block .btn-default3:active {
        background-color: transparent;
        color: transparent;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .borderRadiusTop,
    .page-template-about .text-section.borderRadiusTop {
        -webkit-border-radius: 6px 6px 0 0 !important;
        -khtml-border-radius: 6px 6px 0 0 !important;
        -moz-border-radius: 6px 6px 0 0 !important;
        -ms-border-radius: 6px 6px 0 0 !important;
        -o-border-radius: 6px 6px 0 0 !important;
        border-radius: 6px 6px 0 0 !important;
    }

    .page-template-about .text-section.borderRadiusTop .content {
        margin-bottom: 14px;
    }

    .borderRadiusBottom,
    .page-template-about .text-section.borderRadiusBottom {
        -webkit-border-radius: 0 0 6px 6px !important;
        -khtml-border-radius: 0 0 6px 6px !important;
        -moz-border-radius: 0 0 6px 6px !important;
        -ms-border-radius: 0 0 6px 6px !important;
        -o-border-radius: 0 0 6px 6px !important;
        border-radius: 0 0 6px 6px !important;
    }

    .borderRadiusTop.borderRadiusBottom,
    .page-template-about .text-section.borderRadiusBottom.borderRadiusTop {
        -webkit-border-radius: 6px 6px 6px 6px !important;
        -khtml-border-radius: 6px 6px 6px 6px !important;
        -moz-border-radius: 6px 6px 6px 6px !important;
        -ms-border-radius: 6px 6px 6px 6px !important;
        -o-border-radius: 6px 6px 6px 6px !important;
        border-radius: 6px 6px 6px 6px !important;
    }

    .testimonials-section .owl-controls,
    .projects-section .owl-controls {
        height: auto;
        top: auto;
        bottom: 40px;
    }

    .testimonials-section .owl-controls .owl-nav,
    .projects-section .owl-controls .owl-nav {
        height: auto;
        z-index: 1;
    }

    .testimonials-section .owl-controls .owl-prev,
    .projects-section .owl-controls .owl-prev,
    .testimonials-section .owl-controls .owl-next,
    .projects-section .owl-controls .owl-next {
        border: 0;
        width: 24px;
        height: 24px;
        background-color: transparent !important;
        margin-top: -2px;
    }

    .testimonials-section .owl-controls .owl-prev .fa,
    .projects-section .owl-controls .owl-prev .fa,
    .testimonials-section .owl-controls .owl-next .fa,
    .projects-section .owl-controls .owl-next .fa {
        font-size: 21px;
        top: 1px;
        color: rgba(5, 21, 47, .24) !important;
        font-family: 'icomoon';
    }

    .testimonials-section .owl-controls .owl-prev .fa.fa-angle-right:before,
    .projects-section .owl-controls .owl-prev .fa.fa-angle-right:before,
    .testimonials-section .owl-controls .owl-next .fa.fa-angle-right:before,
    .projects-section .owl-controls .owl-next .fa.fa-angle-right:before {
        content: '\61';
    }

    .testimonials-section .owl-controls .owl-prev .fa.fa-angle-left:before,
    .projects-section .owl-controls .owl-prev .fa.fa-angle-left:before,
    .testimonials-section .owl-controls .owl-next .fa.fa-angle-left:before,
    .projects-section .owl-controls .owl-next .fa.fa-angle-left:before {
        content: '\62';
    }

    .testimonials-section .owl-controls .owl-prev,
    .projects-section .owl-controls .owl-prev {
        left: 2px;
    }

    .testimonials-section .owl-controls .owl-next,
    .projects-section .owl-controls .owl-next {
        right: 38px;
    }

    .testimonials-section .owl-controls .owl-dots,
    .projects-section .owl-controls .owl-dots {
        bottom: -24px;
    }

    .testimonials-section .owl-controls .owl-dots .owl-dot,
    .projects-section .owl-controls .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
    }

    .testimonials-section {
        padding-top: 0 !important;
    }

    .testimonials-section .background {
        width: 120% !important;
        left: -10% !important;
    }

    .testimonials-section .testimonials-item .row {
        margin-bottom: 32px;
    }

    .testimonials-section .text-block {
        width: 100% !important;
    }

    .testimonials-section .text-block * {
        font-size: 14px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
        font-weight: 300;
        margin-bottom: 0;
    }

    .testimonials-section .owl-controls .owl-prev,
    .testimonials-section .owl-controls .owl-next {
        background-color: rgba(5, 21, 47, .24);
    }

    .testimonials-section .owl-controls .owl-prev .fa,
    .testimonials-section .owl-controls .owl-next .fa {
        font-size: 21px;
        top: 1px;
        color: #fff;
    }

    .opacity-40 {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=56) !important;
        opacity: 0.56 !important;
    }

    .title-block {
        padding: 32px 0;
        margin-bottom: 10px;
        border-bottom: 0;
    }

    .title-block:after {
        content: '';
        position: absolute;
        left: -15px;
        right: -15px;
        bottom: 0;
        background-color: rgba(87, 101, 124, .13);
        height: 1px;
    }

    .careers-item-section .title-block {
        margin-bottom: 14px;
    }

    .careers-item-section .title-block .title {
        text-transform: none;
    }

    .portfolio-section {
        padding-bottom: 0;
    }

    .portfolio-list {
        padding: 14px 0 0 !important;
    }

    .portfolio-list > div,
    .portfolio-list .portfolio-cat,
    .portfolio-list .portfolio-list-item {
        padding-bottom: 14px !important;
        margin-bottom: 0;
    }

    .portfolio-list > div.borderRadiusBottom,
    .portfolio-list .portfolio-cat.borderRadiusBottom,
    .portfolio-list .portfolio-list-item.borderRadiusBottom {
        padding-bottom: 14px !important;
    }

    .portfolio-list > div.borderRadiusTop,
    .portfolio-list .portfolio-cat.borderRadiusTop,
    .portfolio-list .portfolio-list-item.borderRadiusTop {
        padding-top: 14px !important;
    }

    .portfolio-list .portfolio-item {
        padding: 10px;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .portfolio-list .portfolio-item .title-block {
        margin-bottom: 0;
    }

    .portfolio-list .portfolio-item .title-block:after {
        display: none;
    }

    .portfolio-list .portfolio-item .title-block .title {
        font-size: 20px;
    }

    .page-template-portfolio .text-section {
        padding-bottom: 0 !important;
    }

    .page-template-portfolio .portfolio-list {
        padding-top: 14px !important;
    }

    .page-template-portfolio .portfolio-list > div {
        padding-bottom: 0 !important;
    }

    .contact-info-block .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .contact-info-block .contact-info-item {
        padding: 20px 17px !important;
    }

    .contact-info-block .contact-info-item .img-block {
        float: left;
        width: 44px !important;
        height: 44px !important;
    }

    .contact-info-block .contact-info-item .title {
        margin: 6px 0 4px 60px !important;
    }

    .contact-info-block .contact-info-item .title,
    .contact-info-block .contact-info-item .subtitle {
        text-align: left;
        font-size: 12px !important;
    }

    .contact-info-block .contact-info-item .subtitle {
        margin: 4px 0 4px 60px !important;
    }

    .contact-info-block .contact-info-item .subtitle a {
        font-weight: 300 !important;
        font-size: 12px !important;
    }

    .copyright-block .copyright {
        font-size: 10px;
    }

    .clients-section {
        display: none;
    }

    .projects-section .project-item {
        padding-top: 32px;
    }

    .projects-section .project-item .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .projects-section .project-item .container .row > .col-6:last-of-type {
        position: absolute;
        right: -26vw;
        bottom: 0;
        top: 0;
        z-index: -1;
    }

    .projects-section .project-item .container .row > .col-6:last-of-type img {
        position: relative;
        margin-bottom: 0;
    }

    .projects-section .project-item .title-block {
        padding: 0;
        margin: 0 0 94px !important;
    }

    .projects-section .project-item .title-block a {
        display: block;
        width: 100%;
    }

    .projects-section .project-item .title-block img {
        display: none;
    }

    .projects-section .project-item .title-block:after {
        content: '\63';
        font-family: 'icomoon';
        font-size: 10px;
        width: 20px;
        height: 15px;
        color: #fff;
        position: absolute;
        right: 10px;
        left: auto;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .projects-section .project-item .project-item-block {
        display: block !important;
        height: auto !important;
    }

    .projects-section .project-item .title {
        padding: 32px 18px;
        border-bottom: 1px solid rgba(255, 255, 255, .4);
        margin-bottom: 234px;
        font-size: 16px;
    }

    .projects-section .project-item .text-block {
        padding: 16px 14px;
        background-color: rgba(1, 23, 56, .51);
        color: #fff;
        font-style: italic;
        font-size: 16px;
    }

    .careers-item-section,
    .categories-section:first-of-type,
    .single-post-section:first-of-type {
        padding-top: 50px;
    }
    .comeet-position-meta-single {
        margin-bottom: 0px;
    }
    .comeet-outer-wrapper h2.comeet-position-name {
        margin-bottom: 0px;
    }
    .openpositions-block .select-block {
        z-index: 1;
    }

    .openpositions-tabs,
    .type-tabs,
    .portfolio-tabs,
    .type-tabs {
        display: none;
        width: 100%;
        z-index: 0;
        border-radius: 0 0 20px 20px !important;
        margin-bottom: 20px;
        padding-top: 16px;
        background-color: #57657c;
        margin-top: -16px;
        overflow: hidden;
    }

    .openpositions-tabs div,
    .type-tabs div,
    .portfolio-tabs div,
    .type-tabs div,
    .openpositions-tabs a,
    .type-tabs a,
    .portfolio-tabs a,
    .type-tabs a {
        border-radius: 0 !important;
        background-color: #57657c;
        color: #fff;
        font-family: 'Gilroy-ExtraBold', sans-serif;
        font-size: 16px !important;
        font-weight: 800;
        text-align: left;
        padding: 20px !important;
        border-bottom: 1px solid rgba(255, 255, 255, .05);
    }

    .openpositions-tabs div:last-of-type,
    .type-tabs div:last-of-type,
    .portfolio-tabs div:last-of-type,
    .type-tabs div:last-of-type,
    .openpositions-tabs a:last-of-type,
    .type-tabs a:last-of-type,
    .portfolio-tabs a:last-of-type,
    .type-tabs a:last-of-type {
        border-radius: 0 0 20px 20px !important;
    }

    .openpositions-tabs div.active,
    .type-tabs div.active,
    .portfolio-tabs div.active,
    .type-tabs div.active,
    .openpositions-tabs a.active,
    .type-tabs a.active,
    .portfolio-tabs a.active,
    .type-tabs a.active {
        display: none;
    }

    .portfolio-item {
        min-height: 1px !important;
    }

    .portfolio-item .text-block,
    .portfolio-item .img-block {
        display: none;
    }

    .tabs-section {
        margin-bottom: -18px;
    }

    .type-tabs {
        right: 0;
    }

    .type-tabs a {
        display: block;
    }

    .portfolio-tabs {
        overflow: hidden;
    }

    .select-block {
        height: 40px;
        border-radius: 100px;
        background-color: #fff;
        box-shadow: 0 2px 4px 0 rgba(143, 155, 175, 0.34);
        border: solid 1px rgba(143, 155, 175, 0.04);
        font-family: 'Gilroy-ExtraBold', sans-serif;
        padding: 10px 18px;
        cursor: pointer;
        z-index: 1;
        text-transform: uppercase;
    }

    .select-block:before,
    .select-block:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 18px;
        margin: auto;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .select-block:before {
        border-bottom: 4px solid #57657c;
        margin-top: 14px;
    }

    .select-block:after {
        border-top: 4px solid #57657c;
        margin-bottom: 14px;
    }

    .openpositions-list {
        margin-top: 14px;
    }

    .page-template-about .text-section {
        padding-top: 32px;
        padding-bottom: 12px !important;
    }

    .page-template-about .text-section.borderRadiusTop {
        padding-bottom: 1px !important;
    }

    .page-template-testimonials .testimonials-section .testimonials-item,
    .single-project .testimonials-section .testimonials-item {
        background-size: 110% auto;
        background-position: 50% 20%;
        padding: 22px 0 32px;
    }

    .single-project .text-section {
        padding-bottom: 1px !important;
    }

    .project-item-top-section {
        padding-top: 14px;
        padding-bottom: 0;
    }

    .project-item-top-section .over-img,
    .project-item-top-section .over-img2 {
        width: 100%;
        text-align: center;
    }

    .project-item-top-section .over-img:after,
    .project-item-top-section .over-img2:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: -14px;
        right: -14px;
        width: calc(100% + 28px);
        width: -webkit-calc(100% + 28px);
        height: 1px;
        background-color: #eaecef;
    }

    .project-item-top-section .img-block {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .project-item-top-section .text-block p {
        text-align: center;
        margin-bottom: 14px;
    }

    .project-item-top-section .row {
        -webkit-flex-direction: column-reverse;
        -khtml-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-direction: reverse;
        -khtml-box-direction: reverse;
        -moz-box-direction: reverse;
        -ms-box-direction: reverse;
        -o-box-direction: reverse;
        box-direction: reverse;
        -webkit-box-orient: vertical;
        -khtml-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        -o-box-orient: vertical;
        box-orient: vertical;
    }

    .project-item-top-section .row [class^='col-'] {
        -webkit-align-items: center;
        -khtml-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-flex-align: center;
        -khtml-flex-align: center;
        -moz-flex-align: center;
        -ms-flex-align: center;
        -o-flex-align: center;
        flex-align: center;
        -webkit-box-align: center;
        -khtml-box-align: center;
        -moz-box-align: center;
        -ms-box-align: center;
        -o-box-align: center;
        box-align: center;
    }

    .testimonials-item {
        padding-top: 22px !important;
        padding-bottom: 1px !important;
    }

    .testimonials-item .text-block {
        margin-bottom: 32px !important;
    }

    .banner-section,
    .banner-section .banner-section-container {
        height: 100vh;
        padding-top: 0;
    }

    .banner-section.banner-animate.banner-animate-scrolled {
        height: 78px !important;
    }

    .technologies-section .technologies-item {
        margin-bottom: 14px;
    }

    .technologies-section .technologies-item .img {
        max-width: 76px;
    }

    .technologies-section .technologies-item .img img {
        max-width: 50%;
    }

    .technologies-section .technologies-list {
        padding-bottom: 0 !important;
    }

    .expertise-section .expertise-list,
    .page-template-about .text-section .expertise-list {
        padding-top: 14px !important;
        padding-bottom: 7px !important;
    }

    .page-template-about .text-section .expertise-list {
        padding-bottom: 20px !important;
    }

    .text-block h1,
    .text-block h2,
    .text-block h3 {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .text-block p,
    .text-block li {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .home .map-section {
        margin-top: 0;
    }

    .single-post-section.borderRadiusTop .post {
        padding-top: 0;
    }

    .single-post-section:last-of-type {
        padding-top: 32px;
    }

    .categories-section .post .section-title {
        margin-bottom: 0;
    }

    .single-post-section .post .section-title {
        margin-bottom: 14px;
        border: 0;
    }

    .single-post-section .post .section-title:after {
        content: '';
        position: absolute;
        left: -15px;
        right: -15px;
        bottom: 0;
        background-color: rgba(87, 101, 124, .13);
        height: 1px;
    }

    .categories-section .post,
    .single-post-section .post {
        padding-top: 32px;
        padding-bottom: 1px !important;
    }

    .categories-section .post .section-title,
    .single-post-section .post .section-title {
        font-size: 16px;
        /*padding-bottom: 28px;*/
    }

    .categories-section .post .section-title a,
    .single-post-section .post .section-title a {
        font-size: 16px;
        display: block;
        padding-right: 15px;
        padding-top: 1px;
    }

    .categories-section .post .more-block,
    .single-post-section .post .more-block {

    }

    .categories-section .post .more-block .btn,
    .single-post-section .post .more-block .btn {

    }

    .categories-section .post .more-block .btn:hover,
    .single-post-section .post .more-block .btn:hover {

    }

    .single-post-bottom {
        padding: 0 0 32px !important;
        border-top: 0 !important;
    }

    .single-post-bottom .share-list {
        margin-top: 0 !important;
    }

    ul.page-numbers {
        padding: 20px 0;
    }

    ul.page-numbers li {
        padding: 3px;
    }
    ul.page-numbers li span.dots {
        width: initial;
    }
/*
    ul.page-numbers li a,
    ul.page-numbers li span {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        font-size: 16px;
    }*/

    ul.page-numbers li.next a,
    ul.page-numbers li.prev a {
        width: 70px;
    }

    .image-section {
        padding-top: 0;
        height: 100vh;
    }

    .image-section .img-block {
        height: 100vh;
    }

    .image-section .img-block:before {
        height: 100vh;
    }

    .image-section .img-block img {
        max-width: none;
        width: auto;
        max-height: 100%;
        min-height: 100%;
    }

    .image-section .image-title-block .section-title {
        color: #fff;
        font-size: 40px;
        font-family: 'Gilroy-ExtraBold', sans-serif;
        text-transform: uppercase;
    }

    .our-projects-item {
        margin-bottom: 14px;
        padding: 49px 15px;
    }

    .our-projects-item .logo-block {
        width: auto;
        height: auto;
        margin: auto;
        background-color: transparent;
    }

    .our-projects-item .img-block {
        min-height: 100%;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }

    .our-projects-item .img-block:before {
        content: '';
        width: 100%;
        min-height: 100%;
        background-color: rgba(4, 21, 47, 0.71);
        position: absolute;
        z-index: 1;
    }

    .our-projects-item .content-block {
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
        text-align: center;
        padding: 14px 0 0;
    }

    .our-projects-item .content-block .title {
        color: #fff;
    }

    .our-projects-item .content-block:after,
    .our-projects-item .content-block .text-block {
        display: none;
    }

    .referfriend-block .required-fields {
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: -5px;
    }

    .openpositions-section .title-block {
        margin-bottom: 0;
    }

    .openpositions-section .title-block:after {
        display: none;
    }

    .openpositions-section .share-list {
        margin-bottom: 32px !important;
    }

    .weoffer-section {
        border-top: 1px solid #edeff1;
    }

    .weoffer-section .title-block {
        margin-bottom: 32px;
        border-bottom: 0;
    }

    .referfriend-block .referfriend-form .btn-default5,
    .referfriend-block .referfriend-form .btn-default6,
    .referfriend-block .referfriend-form .addfile {
        height: 40px !important;
        max-width: 767px !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        right: 0;
    }

    .referfriend-block .referfriend-form .btn-default5 label,
    .referfriend-block .referfriend-form .btn-default6 label,
    .referfriend-block .referfriend-form .addfile label {
        height: 40px;
        max-width: 767px;
    }

    .referfriend-block .referfriend-form .btn-default5,
    .referfriend-block .referfriend-form .btn-default5:hover,
    .referfriend-block .referfriend-form .btn-default5:focus,
    .referfriend-block .referfriend-form .btn-default5:active {
        margin-bottom: 3px !important;
    }

    .referfriend-block .referfriend-form .btn-default6,
    .referfriend-block .referfriend-form .btn-default6:hover,
    .referfriend-block .referfriend-form .btn-default6:focus {
        margin: 7px auto 14px !important;
    }

    .referfriend-block .referfriend-form span,
    .referfriend-block .referfriend-form .btn-default5,
    .referfriend-block .referfriend-form label,
    .referfriend-block .referfriend-form .btn-default6 {
        font-size: 14px;
    }

    .referfriend-block .referfriend-form .addlife,
    .referfriend-block .referfriend-form .btn-default6 {
        font-size: 14px;
    }

    .creative-design-list [class^='col-'] {
        -webkit-align-items: center;
        -khtml-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-flex-align: center;
        -khtml-flex-align: center;
        -moz-flex-align: center;
        -ms-flex-align: center;
        -o-flex-align: center;
        flex-align: center;
        -webkit-box-align: center;
        -khtml-box-align: center;
        -moz-box-align: center;
        -ms-box-align: center;
        -o-box-align: center;
        box-align: center;
    }

    .creative-design-list .title {
        font-size: 16px !important;
    }

    .creative-design-list .img-block {
        max-width: 140px !important;
    }

    .creative-design-list .container .creative-design-item:last-of-type {
        margin-bottom: 0;
    }

    .weoffer-block {
        margin-bottom: 0;
    }

    .weoffer-block .img-block {
        width: 80px !important;
        height: 80px !important;
    }

    .weoffer-block .block-title {
        font-size: 16px;
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .weoffer-block .block-content {
        margin-bottom: 32px;
    }

    .weoffer-block .block-content * {
        font-size: 13px;
        line-height: 1.54em;
    }

    .weoffer-block [class^='col-']:last-of-type .block-content {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .projects-section .owl-controls .owl-next,
    .projects-section .owl-controls .owl-prev {
        background-color: rgba(5, 21, 47, 0.24);
    }

    .projects-section .owl-controls .owl-next .fa,
    .projects-section .owl-controls .owl-prev .fa {
        color: rgba(255, 255, 255, .54) !important;
    }

    .projects-section .owl-controls .owl-dots {
        height: 20px;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -khtml-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-flex-pack: center;
        -khtml-flex-pack: center;
        -moz-flex-pack: center;
        -ms-flex-pack: center;
        -o-flex-pack: center;
        flex-pack: center;
        -webkit-box-pack: center;
        -khtml-box-pack: center;
        -moz-box-pack: center;
        -ms-box-pack: center;
        -o-box-pack: center;
        box-pack: center;
        position: absolute;
        left: 0;
        right: 0;
    }

    .projects-section .owl-controls .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        -webkit-border-radius: 100%;
        -khtml-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        background-color: rgba(5, 21, 47, 0.5);
        margin: 0 6px;
    }

    .projects-section .owl-controls .owl-dots .owl-dot.active {
        background-color: #fff;
    }

    .title-block .more-block {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        padding: 0;
    }

    .title-block .more-block a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    .page-template-about .text-section h2 {
        margin-bottom: 28px;
        margin-top: 0;
    }

    .content > div {
        margin-bottom: 14px !important;
        height: auto !important;
    }

    .careers-item-section .contact-person-block .contact-person-item {
        margin-bottom: 7px;
    }

    .company-item,
    .type-item {
        margin-top: 10px;
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .company-item:after,
    .type-item:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: -15px;
        right: -15px;
        width: calc(100% + 30px);
        width: -webkit-calc(100% + 30px);
        height: 1px;
        background-color: #edeff1;
    }

    .weoffer-block .img-block,
    .company-item .img-block,
    .type-item .img-block {
        width: 80px;
        height: 80px;
    }

    .weoffer-block .img-block img,
    .company-item .img-block img,
    .type-item .img-block img {
        max-width: 70%;
    }

    .weoffer-block .block-title,
    .company-item .block-title,
    .type-item .block-title,
    .weoffer-block .title,
    .company-item .title,
    .type-item .title {
        font-size: 16px;
        margin: 14px auto !important;
    }

    .weoffer-block .block-content,
    .company-item .block-content,
    .type-item .block-content {
        margin-bottom: 32px;
        padding-bottom: 32px;
        border-bottom: 1px solid #edeff1;
    }

    .weoffer-block p,
    .company-item p,
    .type-item p,
    .weoffer-block span,
    .company-item span,
    .type-item span {
        font-size: 13px;
        line-height: 24px;
    }

    .company-item img,
    .type-item img {
        max-width: 100% !important;
    }

    .companies-section .container,
    .page-template-project-item .text-section .container {
        padding-top: 0;
    }

    .companies-section .title-block,
    .page-template-project-item .text-section .title-block {
        margin-bottom: 0;
    }

    .companies-section .col-4:last-of-type .company-item,
    .page-template-project-item .text-section .col-4:last-of-type .company-item,
    .page-template-project-item .text-section .col-4:last-of-type .type-item,
    .companies-section .col-4:last-of-type .type-item {
        border-bottom: 0;
    }

    .referfriend-block .referfriend-btn {
        box-shadow: none;
    }

    .openpositions-block .openposition-item,
    .referfriend-block .referfriend-btn {
        padding: 3px 42px 3px 4px;
        margin-bottom: 7px;
    }

    .openpositions-block .openposition-item .img-block,
    .referfriend-block .referfriend-btn .img-block {
        margin-right: 10px;
        width: 32px;
        height: 32px;
        font-size: 11px;
    }

    .openpositions-block .openposition-item .img-block .fa,
    .referfriend-block .referfriend-btn .img-block .fa {
        font-size: 18px;
    }

    .openpositions-block .openposition-item .block-title,
    .referfriend-block .referfriend-btn .block-title {
        width: calc(100% - 42px);
        width: -webkit-calc(100% - 42px);
        font-size: 13px;
    }

    .openpositions-block .openposition-item .link-btn,
    .referfriend-block .referfriend-btn .link-btn {
        right: 8px;
        width: 20px;
        height: 20px;
    }

    .referfriend-block .referfriend-btn .block-title {
        font-size: 16px;
    }

    .openpositions-block {
        padding-bottom: 6px;
        margin-bottom: 13px;
    }

    .openpositions-section .share-links .share-list .share-item a,
    .careers-item-section .share-links .share-list .share-item a {
        padding: 10px 0;
    }

    .openpositions-section .share-links .share-list .share-item a:before,
    .careers-item-section .share-links .share-list .share-item a:before {
        font-size: 16px;
    }

    .title-block .title {
        font-size: 16px;
    }

    .title-block .more-block {
        padding-left: 0;
        margin: 0;
        width: auto;
    }

    .title-block .more-block a {
        width: auto;
        height: auto;
    }

    .referfriend-block .referfriend-form p {
        font-size: 16px;
    }

    .referfriend-block .referfriend-form span {
        font-size: 13px;
        line-height: 1.5em;
    }

    .referfriend-block .referfriend-form .col-12 span.comment-text {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .contact-section input:not([type=submit]),
    .modal input:not([type=submit]),
    .referfriend-form input:not([type=submit]),
    .contact-section textarea,
    .modal textarea,
    .referfriend-form textarea {
        padding-left: 10px;
    }

    .breadcrumbs-block {
        display: none !important;
    }

    .careers-item-section .content {
        margin-bottom: 28px;
    }

    .careers-item-section .contact-person-block {
        padding-bottom: 21px;
        margin-bottom: 28px;
    }

    .careers-item-section .contact-person-block h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .careers-item-section .info-block .title {
        margin-bottom: 1px !important;
    }

    .careers-item-section .info-block .title,
    .careers-item-section .info-block a {
        font-size: 13px !important;
        font-weight: 500;
        display: block;
    }

    .careers-item-section .info-block .subtitle {
        font-size: 11px !important;
    }

    .careers-item-section .img-block {
        width: 32px !important;
        height: 32px !important;
    }

    .careers-item-section .img-block .fa {
        font-size: 15px !important;
    }

    .careers-item-section .share-links .share-list {
        margin-bottom: 28px;
    }

    footer .share-list a img {
        margin-top: -1px;
    }

    .referfriend-block .referfriend-btn .link-btn:before {
        height: 12px;
    }

    .referfriend-block .referfriend-btn .link-btn:after {
        width: 12px;
    }

    .content ul,
    .content ol {
        margin-bottom: 24px;
    }

    .download-section .container .btn-block.row .title {
        display: none;
    }

    .download-section .container {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .download-section .container .btn-block .btn-default2 {
        font-size: 14px;
        height: 40px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .download-section .container .btn-block .btn-default2 span {
        display: none;
    }

    .download-section .container .btn-block .btn-default2:before {
        display: none;
    }

    .download-section .container .btn-block.row {
        -webkit-flex-direction: column;
        -khtml-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-box-direction: normal;
        -khtml-box-direction: normal;
        -moz-box-direction: normal;
        -ms-box-direction: normal;
        -o-box-direction: normal;
        box-direction: normal;
        -webkit-box-orient: vertical;
        -khtml-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        -o-box-orient: vertical;
        box-orient: vertical;
    }

    .download-section .container .btn-block.row .title {
        text-align: center;
        margin-bottom: 15px;
    }

    .download-section .container .btn-block.row .btn-default2 {
        padding-left: 0;
    }

    .image-section .image-title-block .section-title {
        font-size: 20px;
    }

    .companies-section,
    .page-template-project-item .text-section {
        padding-bottom: 0 !important;
    }

    .expertise-section .expertise-item .title,
    .page-template-about .text-section .expertise-item .title {
        font-size: 14px !important;
        padding-left: 0;
        padding-top: 1px;
    }

    .expertise-section .expertise-item .popup-block li,
    .page-template-about .text-section .expertise-item .popup-block li {
        font-size: 15px;
    }

    .expertise-section .expertise-item .row,
    .page-template-about .text-section .expertise-item .row {
        height: 64px;
    }

    .expertise-section .expertise-item .row .img-block,
    .page-template-about .text-section .expertise-item .row .img-block {
        width: 48px;
        margin: 0;
    }

    .expertise-section .expertise-item:before,
    .page-template-about .text-section .expertise-item:before,
    .page-template-about .text-section .expertise-item:before {
        top: 28px;
    }

    .modal .content-modal h2 {
        margin-bottom: 20px;
    }

    .contact-section .addfile {
        margin-left: auto;
        margin-right: auto;
        right: 0;
    }

    .contact-section .btn-default6 {
        max-width: 380px;
    }

    .contact-section .btn-default6:hover {
        margin: -4px auto 12px !important;
        max-width: 400px;
    }

    .contact-section .btn-default6:active {
        max-width: 380px;
        margin: 4px auto 20px !important;
    }

    .contact-section .btn-default6:visited {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .contact-section .btn-default5 {
        max-width: 380px;
    }

    .contact-section .btn-default5:hover {
        margin: -4px auto 8px !important;
        max-width: 400px;
    }

    .contact-section .btn-default5:hover .addfile {
        height: 80px;
    }

    .contact-section .btn-default5:active {
        max-width: 380px;
        margin: 4px auto 20px !important;
    }

    .contact-section .btn-default5:visited {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .companies-section .company-list-item,
    .page-template-project-item .text-section .company-list-item,
    .page-template-project-item .text-section .company-list-item {
        padding-top: 0;
    }

    .companies-section .company-list-item .container .row [class^='col-']:last-of-type .company-item:after,
    .page-template-project-item .text-section .company-list-item .container .row [class^='col-']:last-of-type .company-item:after,
    .page-template-project-item .text-section .company-list-item .container .row [class^='col-']:last-of-type .type-item:after,
    .companies-section .company-list-item .container .row [class^='col-']:last-of-type .type-item:after,
    .page-template-project-item .text-section .company-list-item .container .row [class^='col-']:last-of-type .company-item:after,
    .page-template-project-item .text-section .company-list-item .container .row [class^='col-']:last-of-type .type-item:after {
        display: none;
    }

    .companies-section .company-list-item:first-of-type,
    .page-template-project-item .text-section .company-list-item:first-of-type,
    .page-template-project-item .text-section .company-list-item:first-of-type {
        -webkit-border-radius: 6px !important;
        -khtml-border-radius: 6px !important;
        -moz-border-radius: 6px !important;
        -ms-border-radius: 6px !important;
        -o-border-radius: 6px !important;
        border-radius: 6px !important;
    }

    .companies-section .download-section:before,
    .page-template-project-item .text-section .download-section:before {
        -webkit-border-radius: 0 0 6px 6px;
        -khtml-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        -ms-border-radius: 0 0 6px 6px;
        -o-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

    .companies-section .download-section:after,
    .page-template-project-item .text-section .download-section:after {
        -webkit-border-radius: 6px 6px 0 0;
        -khtml-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        -ms-border-radius: 6px 6px 0 0;
        -o-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .portfolio-block {
        padding-top: 0;
    }

    .projects-section .projects-carousel:after {
        display: none;
    }

    .page-template-about .text-section.borderRadiusBottom.borderRadiusTop {
        padding-bottom: 1px;
    }

    .expertise-list-section .container .img-block {
        margin-bottom: 32px !important;
    }

    .expertise-list-section .container .img-block:after {
        content: '';
        position: absolute;
        left: -15px;
        right: -15px;
        bottom: -32px;
        background-color: rgba(87, 101, 124, .13);
        height: 1px;
    }

    .expertise-list-section .container .img-block img {
        max-width: 100% !important;
    }

    .about-list {
        margin-top: 0;
        margin-bottom: 18px;
    }

    .page-template-about .text-section:nth-last-child(2) {
        padding-bottom: 0;
    }

    .modal {
        width: 100%;
        min-height: 100%;
        left: 0;
        right: 0;
    }

    .modal .content-modal {
        left: 0;
    }

    .projects-section .projects-carousel:before {
        display: none;
    }

    .home .testimonials-carousel {
        padding-bottom: 40px;
    }

    .page-template-careers .referfriend-form .btn-default5:hover:active,
    .page-template-careers .referfriend-form .btn-default5:hover:focus {
        margin-left: auto;
        margin-right: auto;
    }

    #map iframe {
        height: 586px !important;
        top: -90px;
    }

    .tax-expertise .technologies-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .banner-section .banner-section-container .banner-img-block img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        max-height: 100%;
        margin: auto;
    }

    .download-section .container .btn-block .btn-default2:active,
    .download-section .container .btn-block .btn-default2:focus:active,
    .download-section .container .btn-block .btn-default2:visited:active {
        background-color: rgba(255, 255, 255, 0.31) !important;
        color: #fff;
    }

    .company-item .title,
    .type-item .title {
        font-size: 18px;
    }

    .company-item .subtitle,
    .type-item .subtitle {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .copyright-block .row {
        padding: 10px 0;
    }

    .socials-block [class^='col-'] .social-item {
        padding-left: 0 !important;
    }

    .term-creative-design .portfolio-item .title-block {
        padding-top: 0 !important;
    }

    .tax-expertise .text-section {
        padding-bottom: 0 !important;
    }

    .tax-expertise .portfolio-section .portfolio-list a {
        margin-bottom: 14px;
    }

    .tax-expertise .portfolio-section .portfolio-list a:last-of-type {
        margin-bottom: 0;
    }

    .quote-section {
        padding-top: 32px;
        margin-top: 0;
    }

    .creative-design-list {
        margin-top: 0 !important;
        padding: 32px 0 0 !important;
    }

    .term-creative-design .expertise-section,
    .term-creative-design .page-template-about .text-section,
    .page-template-about .term-creative-design .text-section {
        padding-bottom: 4px !important;
    }

    .term-creative-design .expertise-section .container,
    .term-creative-design .page-template-about .text-section .container,
    .page-template-about .term-creative-design .text-section .container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .term-creative-design .expertise-section .row .col-4:last-of-type .type-item:after,
    .term-creative-design .page-template-about .text-section .row .col-4:last-of-type .type-item:after,
    .page-template-about .term-creative-design .text-section .row .col-4:last-of-type .type-item:after {
        display: none;
    }

    .single-technologies .expertise-section .title-block,
    .single-technologies .page-template-about .text-section .title-block,
    .page-template-about .single-technologies .text-section .title-block,
    .single-payment-type .type-section .title-block {
        margin-bottom: 0;
    }

    .single-payment-type .tabs-section .select-block {
        margin-top: 14px;
    }

    .single-payment-type .type-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .type-tabs a.active {
        display: none;
    }

    .company-item,
    .type-item {
        margin-top: 32px !important;
        padding-bottom: 32px;
    }

    .gotoup {
        bottom: 4px !important;
    }

    .about-section .title-block {
        margin-bottom: 14px;
    }

    .home .projects-section .project-item .title-block:after {
        background-color: transparent;
    }

    .home .projects-section .project-item .row [class^='col-']:first-of-type {
        -webkit-justify-content: space-between;
        -khtml-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-pack: distribute;
        -khtml-flex-pack: distribute;
        -moz-flex-pack: distribute;
        -ms-flex-pack: distribute;
        -o-flex-pack: distribute;
        flex-pack: distribute;
        -webkit-box-pack: distribute;
        -khtml-box-pack: distribute;
        -moz-box-pack: distribute;
        -ms-box-pack: distribute;
        -o-box-pack: distribute;
        box-pack: distribute;
    }

    .home .projects-section .project-item .row [class^='col-']:last-of-type .img-block {
        margin-bottom: 80px;
    }

    .expertise-section .expertise-item .row > .col-4,
    .page-template-about .text-section .expertise-item .row > .col-4,
    .expertise-section .expertise-item .row > .col-5,
    .page-template-about .text-section .expertise-item .row > .col-5 {
        width: 65px;
        padding: 0 7px 0 3px;
    }

    .expertise-section .expertise-item .row > .col-8,
    .page-template-about .text-section .expertise-item .row > .col-8,
    .expertise-section .expertise-item .row > .col-7,
    .page-template-about .text-section .expertise-item .row > .col-7 {
        width: calc(100% - 70px);
        width: -webkit-calc(100% - 70px);
    }

    .content blockquote,
    .quote-section blockquote {
        margin: 14px;
    }
}

@media all and (min-width: 640px) {
    .download-section {
        background-color: #05152f;
    }

    .download-section.btn-right-block .btn {
        margin-right: 0 !important;
    }

    .download-section.btn-right-block .btn:hover {
        margin-right: -10px !important;
    }
}

@media all and (max-width: 639px) {
    .contact-info-block [class^='col-'] {
        width: 100%;
    }

    .banner-section .banner-title-block .btn-default2,
    .banner-section .banner-title-block .btn-default2:focus {
        margin: 5vh auto;
    }

    .banner-section .bottom-block {
        bottom: 4vh;
    }

    .type-item .img-block {
        width: 140px !important;
        height: 140px !important;
    }

    .type-item .img-block img {
        max-width: 100% !important;
    }

    .page-template-expertise .content {
        margin-bottom: -18px;
    }

    .our-projects-item {
        padding: 30px 15px;
    }

    .about-list [class^='col-'] {
        width: 100%;
    }

    .portfolio-tabs {
        -webkit-flex-direction: column;
        -khtml-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-box-direction: normal;
        -khtml-box-direction: normal;
        -moz-box-direction: normal;
        -ms-box-direction: normal;
        -o-box-direction: normal;
        box-direction: normal;
        -webkit-box-orient: vertical;
        -khtml-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        -o-box-orient: vertical;
        box-orient: vertical;
    }

    .portfolio-tabs div:first-of-type,
    .portfolio-tabs div:last-of-type {
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .portfolio-list {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .portfolio-list .portfolio-item {
        padding: 48px;
    }

    .portfolio-list .portfolio-item .bg-block {
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
    }

    .portfolio-list .portfolio-item .title-block {
        -webkit-flex-direction: column;
        -khtml-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-box-direction: normal;
        -khtml-box-direction: normal;
        -moz-box-direction: normal;
        -ms-box-direction: normal;
        -o-box-direction: normal;
        box-direction: normal;
        -webkit-box-orient: vertical;
        -khtml-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        -o-box-orient: vertical;
        box-orient: vertical;
        text-align: center;
        width: 100%;
        margin-bottom: 0;
    }

    .portfolio-list .portfolio-item .title-block .title {
        width: auto;
        font-size: 20px;
    }

    .portfolio-list .portfolio-item .title-block img {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .portfolio-list .portfolio-item .text-block .text {
        width: 100%;
    }

    .portfolio-list .portfolio-item .img-block {
        width: 100%;
        position: relative;
        text-align: center;
        padding-right: 20px;
    }

    .banner-section .banner-title-block .section-title {
        font-size: 34px;
    }

    .banner-section .banner-title-block .section-subtitle {
        font-size: 24px;
    }

    .banner-section .banner-title-block .btn-default2 {
        height: 60px;
        font-size: 26px;
    }

    .banner-section .banner-section-container .banner-title-block .section-title {
        font-size: 20px;
    }

    .banner-section .banner-section-container .banner-title-block .section-subtitle {
        font-size: 14px;
        max-width: 234px;
    }

    .banner-section .banner-section-container .banner-title-block .btn-default2,
    .banner-section .banner-section-container .banner-title-block .btn-default2:focus {
        height: 40px;
        font-size: 20px;
        max-width: 292px;
    }

    .technologies-section .technologies-item .img img {
        max-width: 60%;
        max-height: 60%;
    }

    .breadcrumbs-block {
        display: none;
    }

    .content blockquote,
    .quote-section blockquote {
        padding-left: 0 !important;
        padding-top: 56px;
    }

    .content blockquote:before,
    .quote-section blockquote:before {
        bottom: auto !important;
        right: 0;
    }

    .content blockquote:after,
    .quote-section blockquote:after {
        left: 0 !important;
        right: 0;
        margin: auto;
        width: 48px !important;
        height: 2px !important;
        top: 40px !important;
        bottom: auto !important;
    }

    .content blockquote p,
    .quote-section blockquote p {
        text-align: center !important;
        line-height: 1.7em !important;
        font-size: 14px !important;
    }

    .quote-section .quote-block {
        position: relative;
        bottom: 0;
    }

    .modal {
        padding-top: 0vh !important;
        padding-bottom: 8vh !important;
    }

    .modal .content-modal {
        margin-top: 0 !important;
        padding-bottom: 0;
    }

    .referfriend-form {
        padding-top: 80px;
        padding-bottom: 5px;
    }

    .referfriend-form h2 {
        text-align: left;
        font-size: 16px;
        padding: 32px 0;
        line-height: 1.7em;
    }

    .referfriend-form .btn-default5:hover {
        margin-bottom: 6.2px !important;
    }

    .referfriend-form .btn-default6:hover {
        margin-bottom: 6.5px !important;
    }

    .referfriend-form .btn-default5,
    .referfriend-form .btn-default6 {
        height: 40px;
        font-size: 14px;
        margin-bottom: 3.5px;
        max-width: 292px !important;
    }

    .referfriend-form .btn-default5:hover,
    .referfriend-form .btn-default6:hover {
        height: 40px !important;
        margin-top: 4px !important;
        margin-left: auto;
        margin-right: auto;
        max-width: 767px !important;
        width: 100%;
    }

    .referfriend-form .btn-default5:hover .addfile,
    .referfriend-form .btn-default6:hover .addfile {
        height: 40px;
        max-width: 310px !important;
    }

    .referfriend-form .btn-default5 label,
    .referfriend-form .btn-default6 label {
        height: 40px;
        font-size: 14px;
    }

    .referfriend-form .btn-default5 span.addfile,
    .referfriend-form .btn-default6 span.addfile {
        right: 0;
        top: 0;
        margin: auto;
    }

    .referfriend-form .btn-default6 {
        margin-bottom: 4px;
    }

    .referfriend-form textarea.your-message {
        background-position: 17px 8px !important;
    }

    .contact-section {
        padding-top: 75px !important;
        padding-bottom: 12px !important;
    }

    .contact-section h2 {
        width: 75%;
        margin-bottom: 30px;
        padding: 29px 0 !important;
        line-height: 1.9em !important;
    }

    .contact-section h2:after {
        content: '';
        position: absolute;
        left: -15px;
        right: -15px;
        bottom: 2px;
        width: calc(134% + 30px);
        width: -webkit-calc(134% + 30px);
        background-color: #eaecef;
        height: 1px;
    }

    .contact-section input:not([type=submit]) {
        padding: 9px 14px 9px 50px;
    }

    .contact-section input.your-name {
        background-position: 18px center !important;
    }

    .contact-section input.your-email {
        background-position: 15px center !important;
    }

    .contact-section input.PhoneorSkype {
        background-position: 13px center !important;
    }

    .contact-section textarea.your-message {
        background-position: 14px 9px !important;
        height: 138px;
        padding: 9px 14px 9px 50px !important;
    }

    .contact-section,
    .modal {
        padding-top: 80px;
        padding-bottom: 6px;
    }

    .contact-section h2,
    .modal h2 {
        text-align: left;
        font-size: 16px;
        padding: 32px 0;
        line-height: 1.7em;
    }

    .contact-section input,
    .modal input {
        font-size: 14px;
    }

    .contact-section .btn-default5,
    .modal .btn-default5,
    .contact-section .btn-default6,
    .modal .btn-default6 {
        height: 40px;
        font-size: 14px;
        margin-bottom: 3.5px;
        max-width: 292px !important;
    }

    .contact-section .btn-default5:hover,
    .modal .btn-default5:hover,
    .contact-section .btn-default6:hover,
    .modal .btn-default6:hover {
        height: 40px !important;
        margin-bottom: 4px !important;
        margin-top: 4px !important;
        margin-left: auto;
        margin-right: auto;
        max-width: 292px !important;
        width: 100%;
    }

    .contact-section .btn-default5:hover .addfile,
    .modal .btn-default5:hover .addfile,
    .contact-section .btn-default6:hover .addfile,
    .modal .btn-default6:hover .addfile {
        height: 40px;
        max-width: 310px !important;
    }

    .contact-section .btn-default5 label,
    .modal .btn-default5 label,
    .contact-section .btn-default6 label,
    .modal .btn-default6 label {
        height: 40px;
        font-size: 14px;
    }

    .contact-section .btn-default5 span.addfile,
    .modal .btn-default5 span.addfile,
    .contact-section .btn-default6 span.addfile,
    .modal .btn-default6 span.addfile {
        right: 0;
        margin: auto;
    }

    .contact-section .btn-default6,
    .modal .btn-default6 {
        margin-bottom: 4px;
    }

    .contact-section textarea.your-message,
    .modal textarea.your-message {
        background-position: 17px 8px !important;
    }

    span.wpcf7-not-valid-tip {
        top: 6px;
        height: 26px;
        font-size: 14px;
        padding: 0 8px;
    }

    span.wpcf7-not-valid-tip:after {
        margin-top: -10px;
    }

    .your-email span.wpcf7-not-valid-tip {
        right: 50px;
    }

    .about-list .about-item-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -khtml-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-box-direction: normal;
        -khtml-box-direction: normal;
        -moz-box-direction: normal;
        -ms-box-direction: normal;
        -o-box-direction: normal;
        box-direction: normal;
        -webkit-box-orient: vertical;
        -khtml-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        -o-box-orient: vertical;
        box-orient: vertical;
        -webkit-justify-content: center;
        -khtml-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-flex-pack: center;
        -khtml-flex-pack: center;
        -moz-flex-pack: center;
        -ms-flex-pack: center;
        -o-flex-pack: center;
        flex-pack: center;
        -webkit-box-pack: center;
        -khtml-box-pack: center;
        -moz-box-pack: center;
        -ms-box-pack: center;
        -o-box-pack: center;
        box-pack: center;
    }

    .about-list .about-item {
        padding: 14px;
        min-height: 0;
        margin-bottom: 14px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .about-list .about-item .img-block {
        width: 80px;
        height: 80px;
        float: left;
        margin-bottom: 0;
    }

    .about-list .about-item .title,
    .about-list .about-item p {
        text-align: left;
        padding-left: 14px;
    }

    .about-list .about-item .title {
        font-size: 14px;
        margin: 0 0 10px;
        min-height: 0;
    }

    .about-list .about-item p {
        font-size: 12px;
        margin-bottom: 0;
        min-height: 0;
    }

    .banner-section .banner-section-container .bottom-block {
        bottom: 20vh;
    }
}

@media all and (max-width: 559px) {
    canvas {
        margin: -170px 0 0 calc(50% - 275px) !important;
        margin: -170px 0 0 -webkit-calc(50% - 275px) !important;
    }

    .banner-section .banner-section-container .bottom-block {
        bottom: 16%;
    }
}

@media all and (max-width: 479px) {
    .header-top .row {
        -webkit-flex-wrap: nowrap;
        -khtml-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .header-top .row .col-3 {
        width: 50%;
    }

    .header-top .row .col-3 .phone-block:before,
    .header-top .row .col-3 .email-block:before {
        top: -3px;
    }

    .header-top .row .col-3 .phone-block:before {
        margin-left: -30px;
    }

    .header-top .row .col-3 * {
        font-size: 12px;
    }

    .map-section #map,
    .map-section #map-editor,
    .map-section #map-leaflet,
    .map-section #map_geo {
        left: -96vw;
        width: 200vw;
    }
}

[class^='has-parallax'] {
    min-height: 100%;
    text-align: center;
    -webkit-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.bg-cover {
    background-size: cover !important;
}

.background-color-grey-dark {
    background-color: #04152f;
}

.opacity-40 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=26);
    opacity: 0.26;
}

.background {
    height: 100vh;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}

.borderRadiusBottom,
.borderRadiusTop {
    background-color: #fff;
}

.borderRadiusBottom:before,
.borderRadiusTop:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #05152f;
    z-index: -1;
}

.borderRadiusBottom {
    -webkit-border-radius: 0 0 20px 20px;
    -khtml-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    border-bottom: 0;
}

.borderRadiusTop {
    -webkit-border-radius: 20px 20px 0 0;
    -khtml-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    border-top: 0;
}

.borderRadiusBottom.borderRadiusTop {
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.portfolio-list [class^="portfolio-cat"] > a {
    display: block;
}

.in-process {
    display: none;
}

.on-load .banner-animate {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.on-load .banner-animate .banner-animate-container {
    -webkit-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -khtml-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

.on-load .banner-animate .img-block img {
    min-height: 100%;
    width: auto;
}

.creative-design-list {
    border-top: 1px solid #eaecef;
    border-bottom: 1px solid #eaecef;
    padding: 50px 0 18px;
    margin-top: 50px;
}

.creative-design-list .container {
    padding-left: 15px;
    padding-right: 15px;
}

.creative-design-list .col-8 {
    padding-left: 4px;
}

.creative-design-list .creative-design-item {
    margin-top: 29px;
    margin-bottom: 29px;
}

.creative-design-list .creative-design-item [class^='col-'] {
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-pack: center;
    -khtml-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-box-pack: center;
    -khtml-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
}

.creative-design-list .img-block {
    width: 80%;
    max-width: 220px;
}

.creative-design-list .title {
    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.3em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.creative-design-list .content,
.creative-design-list .content p {
    margin-bottom: 0;
}

.term-creative-design .portfolio-section {
    padding-bottom: 38px;
}

.term-creative-design .portfolio-section .title-block {
    border-bottom: 0;
    margin-bottom: 0;
    padding-top: 70px;
    padding-left: 6px;
    padding-right: 11px;
}

.portfolio-list .term-creative-design .portfolio-section > div {
    display: none;
}

.term-creative-design .portfolio-section .allportfolio {
    display: block;
}

.term-creative-design .portfolio-item .title-block {
    padding-left: 0;
    padding-top: 0;
}

.term-creative-design .expertise-list-section .container .img-block {
    margin-left: -26%;
}

.term-creative-design .expertise-section,
.term-creative-design .page-template-about .text-section,
.page-template-about .term-creative-design .text-section {
    padding-top: 20px;
    padding-bottom: 24px;
}

.term-creative-design .expertise-section .container,
.term-creative-design .page-template-about .text-section .container,
.page-template-about .term-creative-design .text-section .container {
    padding-left: 4px;
    padding-right: 4px;
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes preloader {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes preloader {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes preloader {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@keyframes preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

body.preloader {
    opacity: 0.6;
}

body.preloader:after {
    content: "";
    background-image: url(images/circle.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 50;
    width: 64px;
    height: 64px;
    -webkit-animation: preloader 1s linear infinite;
    -moz-animation: preloader 1s linear infinite;
    -o-animation: preloader 1s linear infinite;
    -ms-animation: preloader 1s linear infinite;
    animation: preloader 1s linear infinite;
}

.portfolio-list a:not(.btn) {
    display: block;
    position: relative;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.portfolio-list a:not(.btn) .portfolio-item {
    position: relative;
    z-index: 2;
}

.portfolio-list a:not(.btn) .project-loader {
    width: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f00;
    border-radius: 15px;
}

.portfolio-list a:not(.btn).clicked {
    padding: 5px;
}

.portfolio-list .portfolio-list-item a .project-loader {
    left: 6px;
    right: 12px;
}

.blog .categories-section .post h2.section-title {
    font-size: 26px;
    margin-bottom: 16px;
}

.blog .categories-section .post .img-block {
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-post .content ul, .single-post .content ol {
    margin-bottom: 16px;
}

.single-post .content ul > li, .single-post .content ol > li {
    line-height: 1.6;
    padding: 2px 0 2px 58px;
}

.single-post .content p + ul {
    margin-top: -10px;
}

.single-post .content h2 {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 32px;
    text-transform: uppercase;
}

.single-post .content h3 {
    font-size: 22px;
    margin-bottom: 16px;
    margin-top: 32px;
}

.single-post ol {
    counter-reset: item
}

.single-post ol li {
    display: block
}

.single-post ol > li:before {
    content: counter(item) ". ";
    counter-increment: item;
    width: 58px;
    display: inline-block;
    margin-left: -58px;
}

@media only screen and (max-device-width: 1280px) {
    /* iphone5 */
    .home .testimonials-section .has-parallax2,
    .home .testimonials-section .background {
        display: none !important;
    }

    .home .testimonials-section .testimonials-item {
        background: url(images/testim-bg.png) center 0% / 84% auto no-repeat;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .banner-section,
    .banner-section .banner-section-container {
        height: 320px !important;
    }

    .banner-section .banner-section-container .banner-title-block {
        height: 192px;
    }

    .banner-section .banner-section-container .banner-title-block .section-title,
    .banner-section .banner-section-container .banner-title-block .btn-default2,
    .banner-section .banner-section-container .banner-title-block .btn-default2:focus,
    .banner-section .banner-section-container .banner-title-block .btn-default2:active {
        margin: 32px auto;
    }

    .banner-section .banner-section-container .banner-title-block .section-title,
    .banner-section .banner-section-container .banner-title-block .section-subtitle {
        margin: 5px auto;
    }

    .banner-section .banner-section-container .banner-title-block .section-title,
    .banner-section .banner-section-container .banner-title-block .section-subtitle {
        margin: 10px auto;
    }

    .banner-section .banner-section-container .bottom-block {
        bottom: 51px;
    }

    .banner-section .banner-section-container .banner-title-block {
        margin-top: 100px;
    }

    .modal .content-modal {
        margin: 38px auto;
    }

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

    .home .projects-section .owl-controls {
        bottom: 50px;
    }

    .image-section {
        height: 0 !important;
        padding-top: 320px !important;
        min-height: 320px !important;
    }

    .image-section .banner-section-container {
        height: auto !important;
    }

    .image-section .img-block {
        height: 320px !important;
        min-height: 320px !important;
    }

    .image-section .img-block:before {
        height: 320px !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* iphone 6 & 7*/
    .banner-section,
    .banner-section .banner-section-container {
        height: 568px !important;
    }

    .banner-section .banner-section-container .banner-title-block {
        height: 341px;
    }

    .banner-section .banner-section-container .banner-title-block .section-title,
    .banner-section .banner-section-container .banner-title-block .btn-default2,
    .banner-section .banner-section-container .banner-title-block .btn-default2:focus,
    .banner-section .banner-section-container .banner-title-block .btn-default2:active {
        margin: 57px auto;
    }

    .banner-section .banner-section-container .banner-title-block .section-title,
    .banner-section .banner-section-container .banner-title-block .section-subtitle {
        margin: 9px auto;
    }

    .banner-section .banner-section-container .bottom-block {
        bottom: 90px;
    }

    .modal .content-modal {
        margin: 68px auto;
    }

    .modal {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .home .projects-section .owl-controls {
        bottom: 50px;
    }

    .image-section {
        height: 0 !important;
        padding-top: 568px !important;
        min-height: 568px !important;
    }

    .image-section .image-section-container {
        height: auto !important;
    }

    .image-section .img-block {
        height: 568px !important;
        min-height: 568px !important;
    }

    .image-section .img-block:before {
        height: 568px !important;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .banner-section,
    .banner-section .banner-section-container,
    .image-section,
    .image-section .banner-section-container,
    .image-section .img-block {
        height: 375px !important;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* iphone 6 Plus & 7 Plus*/
    .banner-section,
    .banner-section .banner-section-container,
    .image-section,
    .image-section .banner-section-container,
    .image-section .img-block {
        height: 559px !important;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    .banner-section,
    .banner-section .banner-section-container,
    .image-section,
    .image-section .banner-section-container,
    .image-section .img-block {
        height: 414px !important;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    .banner-section,
    .banner-section .banner-section-container,
    .image-section,
    .image-section .banner-section-container,
    .image-section .img-block {
        height: 628px !important;
    }
}

.form-acceptance-row {
    height: 70px;
}

.form-acceptance-row label {
    left: 0;
    margin: 10px auto;
}

.form-acceptance-row input[type="checkbox"] {
    -webkit-appearance: checkbox;
    width: auto;
}

.wpcf7-submit[disabled="disabled"] {
    cursor: not-allowed;
}

@media (max-width: 480px) {
    .form-acceptance-row {
        height: 85px;
    }
}

#cookie-notice {
    z-index: 99999999999 !important;
}

#jvlabelWrap {
    z-index: 2147483646 !important;
}

.content ul, .content ol {
    margin-left: 20px;
}

ol li:before {
    width: 20px !important;
    margin-left: 0px !important;
}

@media (min-width: 991px) {
    .contact-info-block .col-3 {
        width: 20% !important;
    }
}

.careers-item-section .share-links {
    padding: 15px 0;
}

.careers-item-section .share-links a {
    margin: 0 10px;
}

.agree {
    display: none;
}

.single-post .content h3 {
    font-size: 30px;
}

#cookie-notice #cn-notice-text {
    color: #fff;
    font-size: 15px;
    float: left;
    margin-top: 5px;
}

#cookie-notice .cookie-notice-container > a {
    padding: 5px 20px;
    color: #05152f;
    font-size: 13px;
    float: right;
    margin-bottom: 8px;
}

#cookie-notice .cookie-notice-container {
    max-width: 970px;
    margin: 0 auto;
}

@media (max-width: 900px) {
    #cookie-notice .cookie-notice-container > a {
        float: none;
        margin-bottom: 0px;
    }

    #cookie-notice #cn-notice-text {
        float: none;
        margin-top: 0px;
    }
}

.content h5 {
    font-size: 18px !important;
}

.content h4 {
    font-size: 24px !important;
    text-transform: uppercase;
}

.content h3 {
    font-size: 22px !important;
}

.careers-share-links {
    padding-bottom: 30px;
    padding-top: 10px;
}

.careers-share-links > .ssba {
    border-radius: 100px;
    box-shadow: 0 2px 4px 0 rgba(143, 155, 175, 0.34);
    border: solid 1px rgba(143, 155, 175, 0.04);
}

.careers-share-links .ssba_sharecount {
    display: none !important;
}

.careers-share-links .ssba a > img {
    display: block !important;
    margin: 0 auto;
    height: 32px;
    width: 32px;
}

.careers-share-links .ssba a {
    display: inline-block !important;
    width: calc(100% / 6) !important;
    height: 80px;
    padding: 24px 0;
    border-right: 1px solid #eaecef;
}

.careers-share-links .ssba a:last-child {
    border-right: 0;
}

.careers-share-links .ssba a:after {
    display: none !important;
}

@media (max-width: 767px) {
    .careers-share-links .ssba a > img {
        height: 24px;
        width: 24px;
    }

    .careers-share-links .ssba a {
        height: 40px;
        padding: 8px 0;
    }
}

@media (max-width: 480px) {
    .careers-share-links .ssba a > img {
        height: 20px;
        width: 20px;
    }

    .careers-share-links .ssba a {
        height: 30px;
        padding: 5px 0;
    }
}

.table-overflow {
    overflow: auto;
}

.content li h3 {
    margin-bottom: 0;
}

ul > li > h1, ol > li > h1, ul > li > h2, ol > li > h2, ul > li > h3, ol > li > h3, ul > li > h4, ol > li > h4, ul > li > h5, ol > li > h5 {
    display: inline-block;
}

.single-post ol li:before {
    margin-right: 5px;
}