@charset "UTF-8";

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
progress,
sub,
sup {
    vertical-align: baseline
}

button,
hr,
input {
    overflow: visible
}

.invisible,
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.clearfix:after,
.slick-track:after {
    clear: both
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box
}

.slick-slider,
header,
legend {
    box-sizing: border-box
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    background: 0 0;
    outline: 0
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots,
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-next,
.slick-prev {
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    list-style: none;
    text-align: center;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25
}

.block-2 h2 strong:before,
.block-4 .service:before,
.block-5 .project .project-image:before,
.slick-next.slick-disabled:before,
.slick-next:before,
.slick-prev.slick-disabled:before,
.slick-prev:before,
footer .container:after {
    content: ""
}

.block-2 h2,
header .header-links a {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, "Trebuchet MS", sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

@font-face {
    font-family: "Century Gothic";
    src: url(../fonts/CenturyGothic.eot);
    src: url(../fonts/CenturyGothic.eot?#iefix) format("embedded-opentype"), url(../fonts/CenturyGothic.woff) format("woff"), url(../fonts/CenturyGothic.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "Century Gothic";
    src: url(../fonts/CenturyGothic-Bold.eot);
    src: url(../fonts/CenturyGothic-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/CenturyGothic-Bold.woff) format("woff"), url(../fonts/CenturyGothic-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: "Century Gothic";
    src: url(../fonts/CenturyGothic-Italic.eot);
    src: url(../fonts/CenturyGothic-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/CenturyGothic-Italic.woff) format("woff"), url(../fonts/CenturyGothic-Italic.ttf) format("truetype");
    font-style: italic;
    font-weight: 400
}

@font-face {
    font-family: "Century Gothic";
    src: url(../fonts/CenturyGothic-BoldItalic.eot);
    src: url(../fonts/CenturyGothic-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/CenturyGothic-BoldItalic.woff) format("woff"), url(../fonts/CenturyGothic-BoldItalic.ttf) format("truetype");
    font-style: italic;
    font-weight: 700
}

body {
    height: 100%;
    position: relative
}

.bg {
    position: absolute
}

.bg-1 {
    top: 602px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00101d;
    z-index: -5
}

.bg-2,
.bg-4,
hr {
    background-repeat: no-repeat;
    background-position: center
}

.bg-2 {
    top: -298px;
    height: 2920px;
    width: 100%;
    background: #00101d url(../img/bg1n.jpg) no-repeat top center;
    z-index: -2
}

.bg-4 {
    bottom: 0;
    height: 2060px;
    width: 100%;
    background: #02060f url(../img/footerbg.jpg) no-repeat center bottom 100px;
    z-index: -1
}

hr {
    display: block;
    margin: 64px 0;
    padding: 0;
    border: none;
    height: 52px;
    background-image: url(../img/divider.png)
}

.container {
    width: 960px;
    position: relative;
    margin: 0 auto
}

header {
    height: 145px;
    position: fixed;
    width: 100%;
    top: 0;
    background: #21cad5;
    z-index: 9999;
    transition: .3s;
}

header .container {
    height: 100%;
    width: 1180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header .header-links {
    display: flex;
    height: 100%;
    width: calc(100% * 2 / 5);
}

header .header-links a {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: auto;
    text-decoration: none;
    color: #050708;
    font-size: 30px;
    position: relative;
    transition: .3s;
}

header .header-links a.active,
header .header-links a:hover { 
    background: #02111f;
    color: #fff;
}

.block-2 h2 {
    color: #28f2ff
}

header .header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1) translate3d(-50%, -50%, 0);
}

header .header-logo a {
    display: block;
    width: auto;
}

header .header-logo img {
    display: block;
    transition: .2s;
    /* transform-origin: 50% 50%; */
    /* transform: scale(1) translate3d(0, 0, 0); */
    /* image-rendering: pixelated; */
    width: 194px;
}

header.fixed {
    height: 100px;
}

header.fixed .header-logo img {
    width: 126px;
    /* transform: scale(.64) translate3d(0, 0, 0); */
    /* image-rendering: auto; */
}

header.fixed .header-links a {
    font-size: 24px;
}

.block-2 {
    text-align: center;
    margin-top: 228px
}

.block-2 h2 {
    font-size: 72px;
    line-height: 72px;
    padding: 0;
    margin: 0
}

.block-2 h2 strong {
    position: relative;
    color: #fff;
    font-weight: 700
}

.block-2 h2 strong:before {
    position: absolute;
    top: 8px;
    bottom: 5px;
    width: 100%;
    background-color: #28f2ff;
    padding: 0 10px;
    margin: 0 -10px;
    z-index: -1
}

.block-2 h2 small {
    display: block;
    color: #fff;
    font-size: 36px;
    line-height: 50px;
    font-weight: 300;
    letter-spacing: 10px;
}

.block-3 h3,
.block-3-description {
    color: #fff;
    font-family: "Segoe UI", "Trebuchet MS", sans-serif;
    text-align: center;
}

.block-3 {
    margin-top: 260px;
    padding-bottom: 30px;
}

.block-3 .container {
    width: 1130px;
}

.block-3-description {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px
}

.block-3 h3,
.block-4 h2,
.block-5 h2,
.block-6 h2 {
    font-weight: 700;
    padding: 0;
    text-align: center;
    text-transform: uppercase
}

.block-3-description p {
    margin: 30px 0;
    font-weight: 300;
}

.block-3 h3 {
    margin: 54px 0 0;
    font-size: 36px;
    line-height: 42px
}

.divider-1 {
    display: block;
    width: 100%;
    height: 88px;
    background: url(../img/div-dark.png) no-repeat center top;
    position: relative;
    z-index: 10;
}

.divider-2 {
    display: block;
    width: 100%;
    height: 103px;
    background: url(../img/div-white.png) no-repeat center top;
    position: relative;
    z-index: 10;
}

.divider-3 {
    display: block;
    width: 100%;
    height: 88px;
    background: url(../img/div-darker.png) no-repeat center top;
    position: relative;
    z-index: 10;
}

.divider-dark {
    display: block;
    width: 100%;
    height: 88px;
    background: url(../img/divider-dark.png) no-repeat center top;
}

.block-4 {
    background: url(../img/bgservices.jpg) no-repeat center top -320px;
    padding: 150px 0 150px;
    margin-top: -89px;
    margin-bottom: -10px;
}

.block-4 h2,
.block-5 h2,
.block-6 h2 {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, "Trebuchet MS", sans-serif;
    color: #21cad5;
    font-size: 60px;
    margin: -7px 0 0;
    line-height: 66.57px
}

.block-4 .block-4-description {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    margin-top: 28px;
}

.italic-text {
    font-family: "Segoe UI", "Trebuchet MS", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 24px;
    text-align: center;
    color: #28a8d2;
    line-height: 30px;
    margin-top: 18px;
}

.block-4 .block-4-services {
    margin-top: 70px;
    background-repeat: no-repeat;
    background-image: url(../img/div1n.png);
    background-position: top center;
    height: 726px;
}

.block-4 .service {
    position: relative
}

.block-4 .service:before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 990px;
    height: 265px;
    background-image: url(../img/service.png);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    display: none !important;
}

.block-4 .service .service-desc,
.block-4 .service .service-name {
    width: auto;
    font-family: "Segoe UI", "Trebuchet MS", sans-serif;
    vertical-align: top;
    position: relative;
    display: inline-block;
    box-sizing: border-box
}

.block-4 .service:hover:before {
    opacity: 1
}


.block-4 .service:hover .service-name {
    color: #b6ffeb
}

.block-4 .service:nth-child(1):before {
    top: -70px
}

.block-4 .service:nth-child(2):before {
    top: -20px
}

.block-4 .service:nth-child(3):before {
    top: -30px
}

.block-4 .service:nth-child(4):before {
    top: -20px
}

.block-4 .service:nth-child(5):before {
    top: -25px
}

.block-4 .service .service-name {
    color: #51ffd0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.1;
    -webkit-transition: .3s;
    transition: .3s
}

.block-4 .service .service-desc {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.3;
    white-space: nowrap;
}

.block-4 .service:nth-of-type(2n) .service-desc {
    transform-origin: 100% 50%;
}

.block-4 .service:nth-of-type(2n+1) .service-desc {
    transform-origin: 0 50%;
}

.block-4 .service:nth-of-type(2n) .service-name {
    transform-origin: 0 50%;
}

.block-4 .service:nth-of-type(2n+1) .service-name {
    transform-origin: 100% 50%;
}

.block-4 .service-1 .service-name,
.block-4 .service-2 .service-desc,
.block-4 .service-3 .service-name,
.block-4 .service-4 .service-desc,
.block-4 .service-5 .service-name {
    position: absolute;
    right: 50%;
    text-align: right;
    padding-right: 52px;
}

.block-4 .service-1 .service-desc,
.block-4 .service-2 .service-name,
.block-4 .service-3 .service-desc,
.block-4 .service-4 .service-name,
.block-4 .service-5 .service-desc {
    position: absolute;
    left: 50%;
    text-align: left;
    padding-left: 52px;
}

.block-4 .service-1 .service-name {
    top: 28px
}

.block-4 .service-2 .service-name {
    top: 200px
}

.block-4 .service-3 .service-name {
    top: 385px
}

.block-4 .service-4 .service-name {
    top: 525px
}

.block-4 .service-5 .service-name {
    top: 700px
}

.block-4 .service-1 .service-desc {
    top: 28px
}

.block-4 .service-2 .service-desc {
    top: 171px
}

.block-4 .service-3 .service-desc {
    top: 355px
}

.block-4 .service-4 .service-desc {
    top: 508px
}

.block-4 .service-5 .service-desc {
    top: 690px
}

.block-5 {
    position: relative;
    padding-top: 135px;
    padding-bottom: 50px;
    margin-top: -76px;
    margin-bottom: -14px;
}

.bg-5-back {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #e7e7e7 no-repeat center center;
    z-index: -1
}

.bg-5 {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: url('../img/backgrounds/01 fortnite.jpg') no-repeat center center;
    z-index: -1;
    background-size: cover;
}

.block-5 h2 {
    margin-bottom: 10px;
}

.block-5 .block-5-projects {
    text-align: center;
    width: 1512px;
    margin: 0 auto;
}

.block-5 .block-5-projects .slick-list {
    margin: 0 -18px;
}

.block-5 .block-5-col {
    display: block;
    outline: none;
}

.block-5 .project-wrap {
    position: relative;
}

.block-5-project-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    color: #000000;
    font-size: 16px;
    z-index: 50;
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.1);
    display: none;
    transform: translate(72px, 38px);
}

.block-5-project-info::after {
    content: '';
    position: absolute;
    left: calc(50% - 15px);
    top: calc(100% - 15px);
    width: 30px;
    height: 30px;
    background: #fff;
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.1);
    transform: rotateZ(45deg);
    z-index: -1;
}

.block-5-project-info__header {
    background: #21cad5;
    font-size: 22px;
    padding: 18px 26px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

.block-5-project-info__header::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -41px;
    right: 0;
    height: 45px;
    width: 100%;
    background: url(../img/small-green-div.png) no-repeat right top;
    z-index: 10;
}

.block-5-project-info__body {
    padding: 18px 26px;
    position: relative;
    background: #fff url(../img/modal_element.png) no-repeat center top;
    background-size: 100% auto;
}

.block-5-project-info__body p {
    margin: 18px 0;
}

.block-5-project-info__body p strong {
    text-transform: uppercase;
}

.block-5-project-info__body p:first-of-type {
    margin-top: 0;
}

.block-5-project-info__body p:last-of-type {
    margin-bottom: 0;
}

.block-5 .project {
    display: block;
    position: relative;
    margin: 0 18px 38px;
    text-decoration: none;
    outline: 0 !important;
    width: 222px;
    padding-top: 58px;
}

.block-5 .project .project-name {
    display: block;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, "Trebuchet MS", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    bottom: 235px;
    left: 0;
    width: 100%;
}

.block-5 .project .project-image {
    display: block;
    width: 100%;
    height: 222px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    background: #32cada;
}

.block-5 .project .project-image img {
    display: block;
    width: 100%;
    opacity: .75;
    -webkit-transition: .3s;
    transition: .3s;
}

.block-5 .project .project-image:before {
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    border: 3px solid #32cada;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.block-5 .project.hover .project-image img,
.block-5 .project.hover .project-image:before {
    opacity: 1
}

.block-5 .block-5-description {
    margin-top: 70px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    color: #21cad5;
}

.block-6 {
    padding-top: 100px;
}

.block-6 .accordion .accordion-content h4,
.block-6 .accordion .accordion-toggle {
    font-family: "Segoe UI", "Trebuchet MS", sans-serif;
    font-weight: 700
}

.slick-dots {
    bottom: -39px
}

.slick-dots li {
    height: 12px;
    width: 12px;
    margin: 0 12px;
}

.slick-dots li button {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #21cad5;
    position: relative;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button::after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #0a4853;
}

.slick-dots li.slick-active button:before {
    display: none
}

.block-6 .block-6-description {
    font-family: "Segoe UI", "Trebuchet MS", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    text-align: justify;
    margin-top: 52px;
}

.block-6 .block-6-description a {
    color: #01ffba;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

.block-6 .block-6-description a:hover {
    color: #b6ffeb
}

.block-6 .accordion {
    margin-top: 70px
}

.block-6 .accordion .accordion-toggle {
    color: #01ffba;
    font-size: 24px;
    cursor: pointer;
    text-transform: uppercase;
    background: RGBA(20, 41, 76, .5);
    padding: 17px 34px 19px;
    margin-top: 10px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.block-6 .accordion .accordion-toggle:after {
    content: "";
    width: 17px;
    height: 11px;
    position: absolute;
    top: 29px;
    right: 35px;
    background: url(../img/arrows.png)
}

.block-6 .accordion .accordion-toggle:hover {
    color: #b6ffeb
}

.block-6 .accordion .accordion-toggle:hover:after {
    background: url(../img/arrows.png) -34px 0
}

.block-6 .accordion .accordion-toggle.active:after,
.block-6 .accordion .accordion-toggle.active:hover:after {
    background: url(../img/arrows.png) -17px 0
}

.block-6 .accordion .accordion-toggle.active {
    cursor: default;
    color: #41627b
}

.block-6 .accordion .accordion-toggle.active:hover {
    color: #41627b
}

.block-6 .accordion .accordion-content {
    background-image: linear-gradient(180deg, rgba(20, 41, 76, .5) 0, rgba(6, 12, 23, 0) 100%);
    box-sizing: border-box;
    border-top: 1px solid #203958;
    padding: 23px 37px
}

.block-6 .accordion .accordion-content h4 {
    margin: 0;
    padding: 0;
    color: #01ffba;
    font-size: 18px
}

.block-6 .accordion .accordion-content p,
.block-6 .accordion .accordion-content ul {
    font-family: "Segoe UI", "Trebuchet MS", sans-serif;
    font-weight: 300;
    line-height: 24px;
    font-size: 18px
}

.block-6 .accordion .accordion-content ul {
    margin: 20px 0;
    padding: 0 0 0 25px;
    list-style-image: url(../img/bullet.png);
    color: #fff
}

.block-6 .accordion .accordion-content ul li {
    margin-bottom: 7px;
    padding-left: 8px
}

.block-6 .accordion .accordion-content p {
    color: #28a8d2;
    font-style: italic;
    margin: 24px 0
}

footer .footer-bottom a,
footer .footer-copyright,
footer .footer-top {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, "Trebuchet MS", sans-serif
}

.block-6 .accordion .accordion-content p a {
    color: #01ffba;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

.block-6 .accordion .accordion-content p a:hover {
    color: #b6ffeb
}

.block-6 .accordion .accordion-content p:last-child {
    margin-bottom: 14px
}

footer {
    text-align: center;
    padding-top: 130px;
    padding-bottom: 40px;
}

/* footer .container:after {
    position: absolute;
    width: 144px;
    height: 66px;
    bottom: 123px;
    left: 11px;
    background-image: url(../img/logo2.png)
} */

footer .footer-top {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    text-transform: uppercase
}

footer .footer-bottom {
    margin-top: 12px
}

footer .footer-bottom a {
    font-size: 35px;
    color: #51ffd0;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

footer .footer-bottom a:hover {
    color: #b6ffeb
}

footer .footer-info {
    margin-top: 290px;
    color: #1dd5a3;
    font-size: 18px;
}

footer .footer-info .ace-info {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

footer .footer-info .ace-link {
    display: block;
    margin: 0 auto 20px;
    width:300px;
    max-width:100%;
}

footer .footer-info .ace-link img {
    max-width:100%;
}

footer .footer-copyright {
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-next:before,
.slick-prev:before {
    display: block;
    margin: 0 auto;
    width: 45px;
    height: 45px;
}

/*.slick-prev.slick-disabled:before {
    background: url(../img/arrows2.png) -22px 0
}

.slick-next.slick-disabled:before {
     background: url(../img/arrows2.png) -33px 0 
}*/

.slick-prev:before {
    /* background: url(../img/arrows2.png) */
    border-bottom: 3px solid #21cad5;
    border-left: 3px solid #21cad5;
    transform: translate(-50%, -50%) rotateZ(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
}

.slick-next:before {
    /* background: url(../img/arrows2.png) -11px 0 */
    border-bottom: 3px solid #21cad5;
    border-right: 3px solid #21cad5;
    transform: translate(-50%, -50%) rotateZ(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
}

@media (max-width: 1840px) {
    .block-5 .block-5-projects {
        width: 1254px;
    }
}

@media (max-width: 1440px) {
    .block-5 .block-5-projects {
        width: 996px;
    }
}

@media (max-width: 1240px) {

    .block-5 .block-5-projects {
        width: 738px;
    }

    .container {
        width: 940px;
    }

    header {
        height: 100px;
    }

    header .container {
        width: 960px;
    }

    header .header-links a {
        font-size: 24px;
    }

    header .header-logo img {
        /* transform: scale(.6) translate3d(0, 0, 0); */
        /* image-rendering: auto; */
        width: 116px;
    }

    header.fixed {
        height: 80px;
    }

    header.fixed .header-links a {
        font-size: 20px;
    }

    header.fixed .header-logo img {
        /* transform: scale(.5) translate3d(0, 0, 0); */
        width: 98px;
    }

    .block-3 .container {
        width: 960px;
    }

    .block-4 .service {
        position: relative
    }

    .block-4 .service:before {
        max-width: 100%;
        background-size: contain;
        background-repeat: no-repeat
    }

    .block-4 .service .service-desc {
        transform: scale(0.75);
    }

    .block-4 .service-5 .service-desc {
        top: 685px
    }
}

@media (max-width: 992px) {
    .bg-1 {
        top: 800px
    }

    .bg-2 {
        top: -150px;
        background-size: 2900px auto
    }

    .container {
        width: 746px;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px
    }

    .block-3 .container {
        width: 746px;
    }

    hr {
        margin: 44px 0
    }

    header {
        position: static
    }

    header.fixed {
        background: 0 0
    }

    header .container {
        width: 100%
    }

    header .header-links {
        display: none
    }

    header.fixed .header-logo img {
        /* transform: scale(1) translate3d(0, 0, 0) */
        width: 194px;
    }

    .block-2 {
        margin-top: 80px
    }

    .block-2 h2 {
        font-size: 55px;
        line-height: 55px
    }

    .block-2 h2 small {
        font-size: 38px;
        line-height: 48px;
        letter-spacing: 8px;
    }

    .block-3 {
        margin-top: 180px;
    }

    .block-3-description {
        font-size: 20px;
        line-height: 28px
    }

    .block-3-description p {
        margin: 24px 0
    }

    .block-3 h3 {
        font-size: 30px;
        line-height: 38px;
        margin-top: 30px
    }

    .block-6 .block-6-description,
    .italic-text {
        margin-top: 18px
    }

    .block-4 h2,
    .block-5 h2,
    .block-6 h2 {
        font-size: 50px;
        line-height: 55px
    }

    .italic-text {
        font-size: 21px;
        line-height: 26px
    }

    .block-4 .service .service-name {
        transform: scale(0.8);
    }

    .block-4 .service .service-desc {
        transform: scale(0.6);
    }

    .block-4 .service-3 .service-name {
        top: 368px;
    }

    .block-4 .service-4 {
        padding-top: 60px
    }

    .block-6 .accordion {
        margin-top: 40px
    }

    /* .bg-4 {
        height: 1224px;
    } */

    .block-5 .block-5-projects {
        /* width: 100%; */
        margin-top: 22px
    }

    /*.block-5 .block-5-projects .slick-list {
         padding-bottom: 10px !important 
    }*/

    .block-5-project-info {
        transform: translate(72px, 265px);
    }

    footer .container:after {
        display: none
    }

    .block-4 .service-3 .service-name {
        top: 385px;
    }
    
    .block-4 .service-4 .service-name {
        top: 525px;
        font-size: 28px;
    }
    
    .block-4 .service-5 .service-name {
        top: 640px
    }
    
    .block-4 .service-5 .service-desc {
        top: 625px
    }
}

@media (min-width: 769px) {
    .mobile-only {
        display: none !important;
    }
}

@media (max-width: 768px) {

    .desktop-only {
        display: none !important;
    }

    header {
        height: 75px;
    }

    .bg-2 {
        top: -100px;
        background-size: 1550px auto;
        background-position: center top 175px;
        height: 100%;
    }

    .bg-4 {
        background-size: auto 800px;
        background-position: center bottom 240px;
    }

    .bg-5 {
        display: none !important
    }

    hr {
        margin: 17px 0;
        background-size: contain
    }

    .container {
        width: 100%;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px
    }

    .block-3 .container {
        width: 100%;
    }

    header .header-logo img {
        width: 98px;
    }

    header.fixed {
        background: #21cad5;
    }

    header.fixed .header-logo img {
        width: 98px;
    }

    .block-2 {
        margin-top: 64px;
        height: 300px
    }

    .block-2 h2 {
        font-size: 36px;
        line-height: 1.25;
    }

    .block-2 h2 strong {
        position: relative;
        color: #fff;
        font-weight: 700
    }

    .block-2 h2 strong:before {
        content: "";
        position: absolute;
        top: 5px;
        bottom: 3px;
        width: 100%;
        background-color: #28f2ff;
        padding: 0 5px;
        margin: 0 -5px;
        z-index: -1
    }

    .block-2 h2 small {
        font-size: 24px;
        line-height: 1.3;
        letter-spacing: 6px;
        margin-top: 10px;
    }

    .block-2 .container {
        max-width: 600px
    }

    .block-3 {
        margin-top: 40px;
    }

    .block-3-description {
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
    }

    .block-3-description p {
        margin: 23px 0
    }

    .block-3 h3 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 24px
    }

    .block-4 h2,
    .block-5 h2,
    .block-6 h2 {
        font-size: 40px;
        line-height: 66px;
        margin: -16px 0 0
    }

    .block-4 {
        margin: 0 auto 0;
        padding: 45px 0 45px;
    }

    .block-4 .block-4-description,
    .italic-text {
        margin-top: 7px
    }

    .block-4 .block-4-description {
        font-size: 16px;
    }

    .italic-text {
        font-size: 16px;
        line-height: 24px
    }

    .block-4 .block-4-services {
        margin-top: 23px;
        background: 0 0;
        height: auto;
    }

    .block-4 .service {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        padding: 0;
        margin-top: 25px;
    }

    .block-4 .service:before {
        display: none
    }

    .block-4 .service:hover .service-name {
        color: #51ffd0
    }

    .block-4 .service .service-name {
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        position: static;
        width: 100%;
        font-size: 18px;
        line-height: 1.2;
        text-align: center;
        padding: 0;
        margin-bottom: 3px;
        transform: none;
        white-space: normal;
    }

    .block-4 .service .service-desc {
        display: block;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        position: static;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        padding: 0;
        transform: none;
        white-space: normal;
    }

    .block-5 {
        margin-top: 0;
        margin-bottom: 120;
        padding-top: 45px;
        padding-bottom: 30px;
    }

    .block-5 h2 {
        margin-bottom: 16px
    }

    .block-5 .block-5-description {
        margin-top: 20px;
        padding: 0 20px;
        font-size: 18px;
        line-height: 24px
    }
    
    .block-5-m-projects {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .m-project-wrap {
        display: block;
        width: 242px !important;
        padding: 0 10px;
        margin: 0 !important;
        box-sizing: border-box;
    }

    .m-project-wrap a {
        display: block;
        width: 222px;
        margin: 0 auto;
        text-decoration: none;
    }

    .m-project-wrap .m-project-image {
        display: block;
    }

    .m-project-wrap .m-project-image img {
        display: block;
        width: 100%;
    }

    .m-project-wrap .m-project-name {
        text-align: center;
        font-size: 21px;
        font-weight: bold;
        line-height: 1.2;
        color: #000;
        text-transform: uppercase;
        margin-top: 10px;
    }

    .m-all-projects-wrap {
        display: block;
        width: 242px !important;
        padding: 0 10px;
        margin: 0 !important;
        box-sizing: border-box;
        cursor: pointer;
    }

    .m-all-projects {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 222px;
        height: 222px;
        margin: 0 auto;
        background: #083b44;
        color: #51ffd0;
        font-size: 21px;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
    }

    .modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1080;
        overflow: auto;
        background: rgba(0,0,0,0.75);
        box-sizing: border-box;
        display: none;
    }

    .modal-close {
        position: absolute;
        top: 0px;
        right: 20px;
        color: #aaa;
        font-size: 40px;
        z-index: 2;
        cursor: pointer;
    }

    .modal-window {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        overflow: auto;
        box-sizing: border-box;
    }

    .projects-modal .modal-window {
        padding: 50px 20px 0;
    }

    .projects-modal-title {
        font-size: 24px;
        font-weight: bold;
        color: #21cad5;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .projects-modal .project-wrap {
        margin-bottom: 20px;    
    }

    .projects-modal .project {
        display: flex;
        align-items: center;
        text-decoration: none;
    }

    .projects-modal .project .project-image {
        display: block;
        width: 78px;
        height: 78px;
        flex: 0 0 auto;
    }

    .projects-modal .project .project-image img {
        display: block;
        width: 100%;
    }

    .projects-modal .project .project-name {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        margin-left: 12px;
        text-transform: uppercase;
    }

    .m-project-info-modal .modal-window {
        width: calc(100% - 20px);
        left: 10px;
        height: auto;
        top: 50%;
        transform: translateY(-50%);
        overflow: visible;
    }

    .m-project-info-modal .modal-close {
        top: -60px;
        right: 10px;
        color: #fff;
    }
    
    .m-project-info {
        font-size: 16px;
    }
    
    .m-project-info__header {
        background: #21cad5;
        font-size: 18px;
        padding: 15px 15px;
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
    }
    
    .m-project-info__header::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -39px;
        right: 0;
        height: 45px;
        width: 100%;
        background: url(../img/small-green-div.png) no-repeat right -50px top;
        background-size: auto 100%;
        z-index: 10;
    }
    
    .m-project-info__body {
        padding: 50px 15px 22px;
        position: relative;
        background: #fff;
    }

    .m-project-info__body p {
        margin: 18px 0;
    }
    
    .m-project-info__body p strong {
        text-transform: uppercase;
    }
    
    .m-project-info__body p:first-of-type {
        margin-top: 0;
    }
    
    .m-project-info__body p:last-of-type {
        margin-bottom: 0;
    }

    .block-6 {
        padding: 45px 0 45px;
    }

    .block-6 .block-6-description {
        margin-top: 0;
        font-size: 18px;
        line-height: 1.4;
    }

    .block-6 .accordion {
        margin-top: 26px
    }

    .block-6 .accordion .accordion-toggle {
        font-size: 16px;
        padding: 14px 19px 15px;
        margin-top: 10px
    }

    .block-6 .accordion .accordion-toggle:after {
        top: 20px;
        right: 20px
    }

    .block-6 .accordion .accordion-content {
        padding: 13px 20px
    }

    .block-6 .accordion .accordion-content h4 {
        font-size: 16px
    }

    .block-6 .accordion .accordion-content ul {
        font-size: 16px;
        line-height: 24px;
        padding-left: 25px;
        margin-top: 13px;
        margin-bottom: 13px
    }

    .block-6 .accordion .accordion-content ul li {
        margin-bottom: 5px;
        padding-left: 4px
    }

    .block-6 .accordion .accordion-content p {
        font-size: 16px;
        line-height: 24px;
        margin: 12px 0
    }

    footer .footer-bottom a,
    footer .footer-top {
        font-size: 18px;
        line-height: 24px
    }

    .block-6 .accordion .accordion-content p:last-child {
        margin-bottom: 5px
    }

    footer {
        padding-top: 24px;
        padding-bottom: 10px;
    }

    footer .footer-top span {
        display: block
    }

    footer .footer-bottom {
        margin-top: 20px
    }

    footer .footer-info {
        margin-top: 160px;
        font-size: 16px;
    }

    footer .footer-copyright {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .bg-4 {
        background-position: center bottom 280px;
    }
}

.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

@media print {

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    *,
    :after,
    :before,
    :first-letter,
    :first-line {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}