@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic');
/*font-family: 'Roboto', sans-serif;*/

body {
    padding: 0;
    margin: 0;
    background: #fff;
    color: #000000;
}

body > *:not('header') {
    font: 20px/24px 'Roboto', sans-serif;
    font-weight: 300;
}

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


h1, h2, h3 {
    margin: 0 0 0.5em 0;
}

h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: bold;
    text-align: center;
}

img {
    border: 0;
    margin: 0;
    max-width: 100%;
    height: auto;
}

p {
    padding: 0;
    margin: 0 0 1.5em;
    list-style: none;
}

p:last-child {
    margin: 0;
}

.-nowrap- {
    white-space: nowrap;
}

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

.-cropped- {
    overflow: hidden;
}

h2 + p {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: 300;
    opacity: 0.83;
}


#preloader {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 2000; }
#preloader .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
#preloader .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #2AB0EC;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
#preloader .spinner .bounce1 {
    animation-delay: -0.32s; }
#preloader .spinner .bounce2 {
    animation-delay: -0.16s; }

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        transform: scale(0); }
    40% {
        transform: scale(1); } }




/* header */

header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 36px 36px 36px 42px;
    z-index: 100;
}

.header-slogan {
    display: none;
    margin-right: 32px;
    font: 16px/19px 'Roboto', sans-serif;
    font-weight: 300;
}

.header-slogan span {
    margin: 0 10px;
    font-size: 11px;
    color: #30363a;
    opacity: 0.4;
}

.header-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-logo,
.header-logo:focus,
.header-logo:link{
    width: 132px;
    height: 41px;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    border: none;
    transition: 0.3s;
}

.header-logo:hover {
    opacity: 0.7;
}

.header-logo.-white- {
    background-image: url(../img/logo-footer.svg);
}


.bread-crumbs {
    display: flex;
    margin-bottom: 40px;
}

.bread-crumbs > a {
    margin-right: 20px;
    display: block;
    position: relative;
}

.bread-crumbs > a::before {
    content: '/';
    display: block;
    position: absolute;
    left: -10px;
}

.bread-crumbs > a:first-child::before {
    display: none;
}

.bread-crumbs > a:last-child {
    color: #64707b;
    text-decoration: none;
    border: none;
}

.language-select--current {
    flex: 0 0 45px;
}

.language-select--current .dropdown--container {
    min-width: 160px;
    margin-right: -9px;
    z-index: 1000;
}

.language-select--current .dropdown--item {
    font-family: 'PT Sans', sans-serif
}

.language-select--current .dropdown--item [class^='ico-language'] {
    float: left;
    margin: 2px 8px 0 0
}

.language-select--current-link {
    border: none;
    color: #4c99cf;
    outline: none;
    display: block;
    line-height: 1em;
    text-decoration: none !important;
}

.language-select--current-link span {
    border-bottom: 1px dotted rgba(255,255,255,0.5);
    position: relative;
    vertical-align: middle;
    line-height: 1.2;
}

.language-select--current-link i {
    display: inline-block;
    vertical-align: -2px;
    margin-left: 4px;
}

.language-select--current-link:hover {
    color: #4c99cf;
}

.language-select--current-link:hover span {
    border-color: #4c99cf;
}

.language-select--current-link .icon-toggle {
    font-size: 13px;
}

.language-select--current-flag {
    float: left;
    margin-left: 10px;
}

[class^='ico-language'] {
    background: url(../img/ico-languages.png) 0 0 no-repeat;
    display: inline-block;
    width: 16px;
    height: 12px;
}

.ico-language--ar {
    background-position: 0 0px;
}

.ico-language--en {
    background-position: 0 -12px;
}

.ico-language--de {
    background-position: 0 -24px;
}

.ico-language--fr {
    background-position: 0 -36px;
}

.ico-language--pt {
    background-position: 0 -48px;
}

.ico-language--ru {
    background-position: 0 -60px;
}

.ico-language--es {
    background-position: 0 -72px;
}

.ico-language--uk {
    background-position: 0 -84px;
}

.ico-language--zh {
    background-position: 0 -96px;
}

.ico-language--bg {
    background-position: 0 -108px;
}

.ico-language--tr {
    background-position: 0 -120px;
}

.ico-language--ja {
    background-position: 0 -132px;
}

.header-btn {
    display: inline-block;
    padding: 8px 10px;
    margin: 0 0 0 22px;
    font: 14px/16px 'Roboto', sans-serif;
    border-radius: 2px;
    background-color: #fae0a5;
    color: #000;
    border: none;
    transition: all 0.2s ease;
}


/* intro-screen */

.intro-screen {
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
    padding: 0 40px 128px;
    margin: 0;
    background: url(../img/bg.jpg) center no-repeat #06101c;
    background-size: cover;
}

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

.particles canvas {
    display: block;
    vertical-align: bottom;
}

.logo-block {
    position: relative;
    width: 100%;
    max-width: 590px;
    margin: auto;
}

.logo-block--img img {
    display: block;
    width: 100%;
}

.logo-block--text {
    position: absolute;
    right: 0;
    bottom: 8px;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 16px #000;
    transition: font-size 0.4s ease;
}

.intro-screen--widgets {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 128px;
    padding: 26px 0 0 0;
    color: #fff;
    background: rgba(31, 48, 77, 0.71);
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.intro-screen--widgets-line {
    flex: 0 0 auto;
    min-width: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    animation: marquee 80s linear infinite;
}

.intro-screen--widgets:hover .intro-screen--widgets-line {
    animation-play-state: paused;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.inline-widgets {
    position: relative;
    flex: 0 0 auto;
    min-width: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 52px;
    white-space: nowrap;
}

.inline-widgets:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 100%;
    background: linear-gradient(to bottom,
    #ffffff, #ffffff 2px,
    rgba(255,255,255,0) 2px,
    rgba(255,255,255,0) 4px,
    rgba(255,255,255,0.3) 4px,
    rgba(255,255,255,0.3) calc(100% -  4px),
    rgba(255,255,255,0) calc(100% - 4px),
    rgba(255,255,255,0) calc(100% - 2px),
    #ffffff calc(100% - 2px),
    #ffffff 100%);
}

.inline-widgets > div {
    margin-right: 52px;
    min-width: 0;
}

.inline-widgets--logo {
    flex: 0 0 124px;
    align-self: center;
}

.inline-widgets--item {
    flex: 1 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.inline-widgets--item > div {
    flex: 1 0 auto;
    min-width: 0;
    margin-right: 15px;
}

.inline-widgets--item > div:last-child {
    margin-right: 0;
}

.inline-widgets--item--data-title {
    margin: 0 0 8px 0;
    font-size: 16px;
    line-height: 16px;
}

.inline-widgets--item--data-value {
    margin: 0 0 2px 0;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
}

.inline-widgets--item--data-value span {
    font-size: 13px;
    opacity: 0.5;
}

.inline-widgets--item--data-dynamics {
    font-size: 13px;
    line-height: 13px;
    color: rgba(255,255,255,0.5);
}

.inline-widgets--item--data-dynamics .-positive- {
    position: relative;
    margin: 0 4px 0 12px;
    color: #2dcd5a;
}

.inline-widgets--item--data-dynamics .-positive-:before {
    content: '';
    display: block;
    position: absolute;
    left: -12px;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3.5px 5px 3.5px;
    border-color: transparent transparent #2dcd5a transparent;
}

.inline-widgets--item--data-dynamics .-negative- {
    position: relative;
    margin: 0 4px 0 12px;
    color: #ff100e;
}

.inline-widgets--item--data-dynamics .-negative-:before {
    content: '';
    display: block;
    position: absolute;
    left: -12px;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3.5px 0 3.5px;
    border-color: #ff100e transparent transparent transparent;
}

.inline-widgets--item--chart {
    width: 70px;
    flex: 0 0 70px;
    height: 26px;
    margin-right: -10px!important;
}

.inline-widgets--item--chart a {
    display: none!important;
}


/* giant-slider */

.gradient-bg {
    position: relative;
    padding: 86px 0 0 0;
    background: radial-gradient(at 50% 30%, #ffffff 0%, rgba(255,255,255,0) 90%), linear-gradient(180deg, #cfe2fb 0%, #ffffff 1390px , #ffffff 100%);
}

.giant-slider-wrapper {
    position: relative;
    margin: 60px 0 40px;
}

.giant-slider-nav {
    width: 70%;
    margin: 0 auto 66px auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}

.giant-slider-nav--item {
    position: relative;
    width: 31.28%;
    padding: 17px 88px 22px 24px;
    background: #fff;
    box-shadow: 0 -1px 18px 0 rgba(105,127,148,0.12);
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.giant-slider-nav--item > * {
    position: relative;
    transition: all 0.3s ease;
    z-index: 5;
}

.giant-slider-nav--item-title {
    margin: 0 0 12px 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #070707;
    text-shadow: 1px 1px 1px #fff, 0 0 10px #fff;
}

.giant-slider-nav--item-tags span {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11px;
    line-height: 13px;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.81);
    background: rgba(179, 189, 220, 0.47);
}

.giant-slider-nav--item-bg {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    width: 84px;
    background-color: #21358e;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 4px;
}

.giant-slider-nav--item-bg.-bg-1- {
    background-image: url(../img/slider/bg-1.jpg);
}

.giant-slider-nav--item-bg.-bg-2- {
    background-image: url(../img/slider/bg-2.jpg);
}

.giant-slider-nav--item-bg.-bg-3- {
    background-image: url(../img/slider/bg-3.jpg);
}

.giant-slider-nav--item.-active- {
    box-shadow: 0 19px 25px 0 rgba(67,69,70,0.24);
}

.giant-slider-nav--item.-active- .giant-slider-nav--item-title {
    color: #fff;
    text-shadow: 0 0 10px #000;
}

.giant-slider-nav--item.-active- .giant-slider-nav--item-tags span {
    color: rgba(255, 255, 255, 0.81);
    background: rgba(2, 4, 27, 0.47);
}

.giant-slider-nav--item.-active- .giant-slider-nav--item-bg {
    width: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.giant-slider--item {
    position: relative;
    width: 70%;
    min-height: 590px;
    margin-right: 6%;
    margin-bottom: 118px;
    padding: 56px;
    padding-bottom: 220px;
    color: #fff;
    background-color: #21358e;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 4px;
    box-shadow: 0 14px 69px 0 rgba(1,16,55,0.26);
    transition: opacity 0.3s ease;
}

.giant-slider--item:not(.is-selected) {
    opacity: 0.5;
}

.giant-slider--item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 4px;
}

.giant-slider--item > * {
    position: relative;
}

.giant-slider--item.-slide-bg-1- {
    background-image: url(../img/slider/bg-1.jpg);
}

.giant-slider--item.-slide-bg-1-:before {
    background: linear-gradient(90deg, rgba(1,22,70,0.77) 0%, rgba(9,35,175,0.33) 100%);
}

.giant-slider--item.-slide-bg-2- {
    background-image: url(../img/slider/bg-2.jpg);
}

.giant-slider--item.-slide-bg-2-:before {
}

.giant-slider--item.-slide-bg-3- {
    background-image: url(../img/slider/bg-3.jpg);
}

.giant-slider--item.-slide-bg-3-:before {
    background: linear-gradient(225.38deg, rgba(8,0,0,0.82) 0%, rgba(128,2,2,0.87) 100%);
}

.giant-slider--item--heading {
    margin: 0 0 38px 0;
    font-size: 48px;
    line-height: 56px;
    font-weight: bold;
}

.giant-slider--item--content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 40px 0;
}

.giant-slider--item--content-descr {
    width: 48.52%;
    font-size: 18px;
    line-height: 29px;
}

.giant-slider--item--content-technologies {
    width: 45.29%;
}

.content-technologies-heading {
    margin: 0 0 12px 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    opacity: 0.5;
}

.content-technologies-analysis {
    position: relative;
    margin: 0 0 26px 0;
    font-size: 20px;
    line-height: 24px;
    height: 48px;
}

.content-technologies-analysis--line {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 0;
    opacity: 0;
    margin: 0;
    transform: translateY(64px);
    transition: transform ease-in-out .7s, opacity ease-in-out .7s;
}

.content-technologies-analysis--line.active {
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
}

.content-technologies-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 0 -5px;
}

.content-technologies-list > * {
    margin: 4px 38px 4px 0;
}

.content-technologies-list > *:last-child {
    margin-right: 0;
}

.content-technologies-list a {
    display: block;
    text-decoration: none;
    border: none;
}


.content-wrapper {
    padding: 140px 0 0 0;
}


/* technologies */

.technologies {
    padding: 32px 42px;
}

.technologies-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1625px;
    margin: 16px auto;
    padding: 32px 0;
}

.technologies-list--item {
    width: 30%;
    margin: 20px 0 30px 0;
    font-size: 17px;
    line-height: 29px;
}

.technologies-list--item-img {
    min-height: 68px;
    margin: 0 0 18px 0;
}

.technologies-list--item-img img {
    display: block;
}

.technologies-list--item-title {
    margin: 0 0 14px 0;
    font-size: 20px;
    line-height: 29px;
    font-weight: bold;
}

.technologies-list .flickity-page-dots {
    bottom: -8px;
}


/* products */

.products {
    padding: 32px 24px;
}

.products-list {
    max-width: 1760px;
    margin: 16px auto 32px;
    padding: 32px 0;
}

.products-list--item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 230px;
    min-height: 360px;
    padding: 26px 30px 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    margin: 0 10px 20px;
    box-shadow: 0 9px 20px 0 rgba(7,43,95,0.26);
}

.products-list--item-logo {
    margin: 0 0 28px 0;
}

.products-list--item-title {
    min-height: 42px;
    margin: 0 0 16px 0;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
}

.products-list--item-descr {
    opacity: 0.5;
}

.products-list--item-bottom {
    margin-top: auto;
    width: 100%;
    min-height: 68px;
    font-size: 12px;
}

.products-list--item-bottom a {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
    border: none;
    transition: all 0.2s ease;
}

.products-list--item-bottom a:hover {
    text-decoration: none;
    opacity: 1;
}

.products-list--item-bottom a.products-list-btn {
    display: block;
    padding: 10px;
    margin: 0 20px 12px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #fff;
    border-radius: 20.5px;
    opacity: 1;
    transition: all 0.2s ease;
}

.products-list--item-bottom a.products-list-btn:hover {
    color: #000;
    background: #fff;
}


/* services-company */

.services-company {
    padding: 32px 24px;
}

.services-company-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
    max-width: 1500px;
    margin: 16px auto;
    padding-top: 24px;
}

a.services-company-list--item {
    width: 242px;
    padding: 32px 30px;
    margin: 12px 0 32px 0;
    font-size: 17px;
    line-height: 23px;
    color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.2s ease;
}

a.services-company-list--item:hover {
    text-decoration: none;
    border: 1px solid #e4e5ea;
    box-shadow: 0 5px 11px 0 rgba(6,17,29,0.08);
}

.services-company-list--item-img {
    min-height: 50px;
    margin: 0 0 20px 0;
}

.services-company-list--item-img img {
    display: block;
}


/* clients */

.clients {
    padding: 32px 24px;
}

.clients-list {
    max-width: 1625px;
    margin: 42px auto 64px;
}

.clients-list .flickity-slider {
    display: flex;
    align-items: center;
}

.clients-list--item {
    margin-right: 100px;
}

.clients-list .flickity-page-dots {
    bottom: -42px;
}

.flickity-page-dots .dot:first-child:nth-last-child(1) {
    opacity: 0;
}

/* partners */

.partners {
    padding: 32px 24px;
}

.partners-list {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1625px;
    margin: 28px auto 32px;
}

.partners-list--item {
    padding: 32px 30px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.partners-list--item:hover {
    text-decoration: none;
    border: 1px solid #e4e5ea;
    box-shadow: 0 5px 11px 0 rgba(6,17,29,0.08);
}

.partners-list--item + .partners-list--item {
    margin-left: 40px;
}

/* footer */

.footer {
    padding: 66px 24px;
    background: url(../img/footer.jpg) center no-repeat #061d26;
    background-size: cover;
    color: #fff;
}

.footer h2 {
    color: inherit;
    font-size: 36px;
    line-height: 46px;
}

.footer.-page- {
    padding: 0 24px;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1625px;
    margin: 0 auto;
}

.news-list--item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 23%;
    margin: 32px 0;
    font-size: 14px;
    line-height: 20px;
    color: #dee7ea;
    text-align: left;
}

.news-list--item-img {
    flex: 0 0 50px;
    margin-right: 18px;
    padding-top: 14px;
}

.news-list--item-img img {
    display: block;
    border-radius: 50%;
}

.news-list--item-content--date {
    margin: 0 0 8px 0;
    color: #748186;
    font-size: 13px;
    line-height: 15px;
}

.news-list--item-content--title {
    margin: 0 0 14px 0;
    color: #dee7ea;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
}

.news-list--item-content--title a {
    color: #fff;
}

.news-list--item-content--product {
    margin: 16px 0 0 0;
}

.news-list--item-content--product-tag {
    padding: 3px 8px;
    background-color: #213b46;
    border-radius: 20px;
    font-size: 10px;
    display: inline-block;
    line-height: 1;
}

.news-tabs {
    font-size: 14px;
    color: #0EB1EE;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;

}

.news-tabs > span {
    border: 1px solid transparent;
    padding: 6px 10px;
    border-radius: 3px;
    display: block;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.3s;
}

.news-tabs > span:hover {
    opacity: 0.7;
}

.news-tabs > span.-active- {
    border: 1px solid #0EB1EE;
}

.tabs-body {
    display: block;
    position: absolute;
    left: -10000px;
    top:0;
}

.tabs-body--content {
    opacity: 0;
    transition: 0.3s;
    text-align: center;
}

.tabs-body.-active- {
    position: static;
}

.tabs-body.-active-  .tabs-body--content  {
    opacity: 1;
}

.news-list-btn,
.news-list-btn:link,
.news-list-btn:focus{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 22px;
    border-radius: 30px;
    border: 1px solid #fff;
    transition: 0.3s;
    margin: 20px auto 20px;
    display: inline-block;
}

.news-list-btn:hover {
    border: 1px solid transparent;
    background-color: #fff;
    color: #000;
}

.news-grid--item,
.news-grid--item:focus,
.news-grid--item:link{
    padding: 0 10px;
    display: block;
    min-height: 340px;
    margin-bottom: 20px;
    text-decoration: none;
    border: none;
    opacity: 0;
    transition: opacity 0.5s;
}

.news-grid--item.-item-medium-,
.news-grid--item.-item-large-,
.news-grid--item.-item-small- {
    opacity: 1;
}

.news-grid--item.-item-medium-:hover .news-grid--item--wrapper,
.news-grid--item.-item-large-:hover .news-grid--item--wrapper,
.news-grid--item:hover .news-grid--item-img{
    box-shadow: 0 15px 30px 0 rgba(39,98,156,0.3);
    transform: translate3d(0,-2px,0);
}

.news-grid--item:hover .news-grid--item-img {

}

.news-grid--wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px 100px;
}

.news-grid--item-img {
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: 0.3s cubic-bezier(0.69, 0.06, 0.45, 0.96);
}

.news-grid--item.-item-medium-,
.news-grid--item.-item-large-,
.news-grid--item.-item-medium- h3,
.news-grid--item.-item-large- h3{
    color: #fff;
}

.news-grid--item.-item-medium- .news-grid--item--wrapper,
.news-grid--item.-item-large- .news-grid--item--wrapper{
    display: flex;
    align-items: flex-end;
    transition: 0.3s cubic-bezier(0.69, 0.06, 0.45, 0.96);
}

.news-grid--item .news-grid--item--wrapper {
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.news-grid--item.-item-medium- .news-grid--item-content--des,
.news-grid--item.-item-medium- .news-grid--item-content--date,
.news-grid--item.-item-large- .news-grid--item-content--des,
.news-grid--item.-item-large- .news-grid--item-content--date{
    color: #fff;
}

.news-grid--item .news-grid--item-content--des,
.news-grid--item .news-grid--item-content--date{
    color: #8B8B8B;
}

.news-grid--item.-item-medium- .news-grid--item-content,
.news-grid--item.-item-large- .news-grid--item-content{
    padding: 30px;
}


.news-grid--item.-item-large- {
    width: 100%;
}

.news-grid--item.-item-medium- {
    width: 50%;
}

.news-grid--item.-item-small- {
    width: 25%;
}


.news-page--header {
    height: 580px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    position: relative;
}

.news-page--header::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 300px;
    background: -moz-linear-gradient(top, rgba(1,25,46,0) 0%, rgba(1,25,46,0) 1%, rgba(1,25,46,1) 100%);
    background: -webkit-linear-gradient(top, rgba(1,25,46,0) 0%,rgba(1,25,46,0) 1%,rgba(1,25,46,1) 100%);
    background: linear-gradient(to bottom, rgba(1,25,46,0) 0%,rgba(1,25,46,0) 1%,rgba(1,25,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0001192e', endColorstr='#01192e',GradientType=0 );
}

.news-page--header-container {
    position: relative;
    z-index: 2;
    padding-bottom: 60px;
}

.news-page--content {
}

.news-page--content-body {
    max-width: 960px;
    padding: 10px 0 30px;
}

.news-page--content-body ul {
    margin: 0 0 18.2px 20.02px;
    font-size: 18px;
}

.news-page--content-body ul > li {
    list-style: disc;
}

.news-page--content p {
    font-size: 18px;
    line-height: 1.6;
}

.news-page--header-container {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.news-page--header--date,
.news-page--header--title,
.news-page--header--des{
    color: #fff;
}

.news-page--header--date {
    font-size: 13px;
    max-width: 960px;
}

.news-page--header--title {
    font-size: 48px;
    max-width: 960px;
}

.news-page--header--des {
    font-size: 18px;
    max-width: 960px;
}



.footer-nav {
    padding: 0 20px;
    margin-top: 50px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}

.footer-nav ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.footer-nav ul li {
    display: inline;
    line-height: 32px;
}

.footer-nav ul li:after {
    content: ' ';
    letter-spacing: 3.5em;
    background: url(../img/dot-white.png) center no-repeat;
    opacity: 0.4;
}

.footer-nav a {
    color: #fff;
    opacity: 0.4;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 0;
    transition: all 0.3s ease;
}

.footer-nav a:hover {
    opacity: 0.8;
}


/* footer-contacts */

.footer-contacts {
    margin: 46px -24px -66px -24px;
    padding: 10px 24px;
    background: #04141a;
}

.footer-contacts-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    max-width: 1625px;
    margin: 0 auto;
}

.footer-contacts a {
    color: #fff;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    border: 0;
}

.footer-contacts a:hover {
    opacity: 1;
}

.footer-contacts--logo {
    margin: 10px 114px 10px 0;
}

.footer-contacts--logo-img {
    width: 130px;
    margin: 0 0 9px 0;
}

.footer-contacts--logo-img img {
    display: block;
}

.footer-contacts--logo-txt {
    font-size: 11px;
    line-height: 13px;
    opacity: 0.4;
}

.footer-contacts--phone {
    margin: 10px 32px 10px 0;
}

.footer-contacts--phone-number {
    font-size: 24px;
    line-height: 26px;
}

.footer-contacts--phone-caption {
    font-size: 13px;
    line-height: 15px;
    opacity: 0.4;
}

.footer-contacts--mail {
    margin: 4px 0 0 0;
}

.footer-contacts--address {
    margin: 10px 64px 10px 0;
    font-size: 13px;
    line-height: 22px;
    opacity: 0.4;
}

.footer-contacts--social {
    margin: 10px 0 10px auto;
}

.footer-contacts--social ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 164px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-contacts--social ul li {
    padding: 0;
    margin: 10px 0;
}

.footer-contacts--social a {
    text-decoration: none;
    border: 0;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.footer-contacts--social a:hover {
    opacity: 0.7;
}

.container {
    max-width: 1625px;
}


/* flickity */

.flickity-viewport {
    transition: height 0.2s;
}

.flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    margin: 4px 8px;
    background-color: #d7d9de;
    opacity: 1;
}

.flickity-page-dots .dot.is-selected {
    background: #508aff;
}


/* widgets */

.giant-slider--item--widgets {
    position: absolute;
    bottom: -76px;
    left: 56px;
    right: 56px;
    height: 284px;
}

.widget {
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 170px;
    height: 138px;
    padding: 18px 16px 0 16px;
    border-radius: 5px;
    background: linear-gradient(90deg, #6EB5EB 0%, #667CDF 100%);
    color: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 15px 30px 0 rgba(39,98,156,0.3);
}

.widget > * {
    margin-right: 20px;
}

.widget > *:last-child {
    margin-right: 0;
}

.widget.-big- {
    width: 460px;
}

.widget.-news- {
    width: 420px;
    max-width: 100%;
    padding: 0;
}

.widget.-green- {
    background: linear-gradient(136.08deg, #43DBA2 0%, #30C8BB 100%);
}

.widget.-blue- {
    background: linear-gradient(135deg, #4D9BFF 0%, #2C80F1 100%);
}

.widget.-red- {
    background: linear-gradient(135deg, #F76593 0%, #F05151 100%);
}

.widget.-magenta- {
    background: linear-gradient(90deg, #AA78E9 0%, #845CB5 100%);
}

.widget--stat {
    flex: 0 0 150px;
}

.widget--stat-heading {
    min-height: 32px;
    display: flex;
    justify-content: flex-start;
    font-size: 15px;
    line-height: 16px;
    margin: 0 0 5px 0;
}

.widget--stat-heading span {
    margin: auto 0;
}

.widget--stat-counter {
    margin: 0 0 6px 0;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
}

.widget--stat-counter strong {
    margin-right: 5px;
    font-size: 32px;
    line-height: 38px;
    color: #fff;
}

.widget--chart-wrapper {
    width: 100%;
}

.amcharts-graph-line {
    filter: url(#dropshadow);
}

.widget--chart {
    height: 120px;
}

.widget--chart a {
    display: none!important;
}

.widget--stat-shift {
    font-size: 12px;
    line-height: 14px;
    color: rgba(255,255,255,0.6);
}

.widget--stat-shift--value {
    display: inline-block;
    margin-right: 5px;
    padding: 2px 4px;
    border-radius: 2px;
    font-size: 11px;
    line-height: 13px;
    background: #11e191;
    color: #fff;
}

.-green- .widget--stat-shift--value {
    background: #fff;
    color: #259a81;
}

.-red- .widget--stat-shift--value {
    background: #b43a3e;
}

.-magenta- .widget--stat-shift--value {
    background: #7a51ad;
}

.widget--news {
    width: 100%;
}

.widget--news .flickity-page-dots {
    width: 24px;
    right: 10px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.widget--news .flickity-page-dots .dot {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: 0.3;
}

.widget--news .flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.widget--news--item {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 18px 36px 18px 16px;
    height: 138px;
}

a.widget--news--item {
    color: #fff;
    text-decoration: none;
    border: none;
}

.widget--news--item > * {
    position: relative;
    z-index: 5;
}

.widget--news--item-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.widget--news--item:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #835eb6;
    opacity: 0.92;
}

.widget--news--item-text {
    margin: 0 0 8px 0;
    max-height: 69px;
    font-size: 17px;
    line-height: 23px;
    overflow: hidden;
}

.widget--news--item-date {
    font-size: 13px;
    opacity: 0.4;
}

.giant-slider--item.-slide-bg-1- .giant-slider--item--widgets .widget:nth-child(1) {
    top: 0;
    left: 178px;
}

.giant-slider--item.-slide-bg-1- .giant-slider--item--widgets .widget:nth-child(2) {
    top: 0;
    left: 646px;
}

.giant-slider--item.-slide-bg-1- .giant-slider--item--widgets .widget:nth-child(3) {
    top: 0;
    right: 0;
}

.giant-slider--item.-slide-bg-1- .giant-slider--item--widgets .widget:nth-child(4) {
    bottom: 0;
    left: 0;
}

.giant-slider--item.-slide-bg-1- .giant-slider--item--widgets .widget:nth-child(5) {
    bottom: 0;
    left: 178px;
}

.giant-slider--item.-slide-bg-1- .giant-slider--item--widgets .widget:nth-child(6) {
    bottom: 0;
    right: 40px;
}


.giant-slider--item.-slide-bg-3- .giant-slider--item--widgets .widget:nth-child(1) {
    top: 0;
    left: 0;
}

.giant-slider--item.-slide-bg-3- .giant-slider--item--widgets .widget:nth-child(2) {
    top: 0;
    left: 178px;
}

.giant-slider--item.-slide-bg-3- .giant-slider--item--widgets .widget:nth-child(3) {
    top: 0;
    right: 170px;
}

.giant-slider--item.-slide-bg-3- .giant-slider--item--widgets .widget:nth-child(4) {
    bottom: 0;
    left: 178px;
}

.giant-slider--item.-slide-bg-3- .giant-slider--item--widgets .widget:nth-child(5) {
    bottom: 0;
    right: 170px;
}

.giant-slider--item.-slide-bg-3- .giant-slider--item--widgets .widget:nth-child(6) {
    bottom: 0;
    right: -8px;
}


.giant-slider--item.-slide-bg-2- .giant-slider--item--widgets .widget:nth-child(1) {
    top: 0;
    left: 0;
}

.giant-slider--item.-slide-bg-2- .giant-slider--item--widgets .widget:nth-child(2) {
    top: 0;
    left: 178px;
}

.giant-slider--item.-slide-bg-2- .giant-slider--item--widgets .widget:nth-child(3) {
    top: 0;
    right: 178px;
}

.giant-slider--item.-slide-bg-2- .giant-slider--item--widgets .widget:nth-child(4) {
    bottom: 0;
    left: 178px;
}

.giant-slider--item.-slide-bg-2- .giant-slider--item--widgets .widget:nth-child(5) {
    bottom: 0;
    right: 0;
}



/* responsive */

@media (max-width: 1600px) {

    .giant-slider-nav--item:not(.-active-) .giant-slider-nav--item-bg {
        opacity: 0;
    }

    .giant-slider-nav--item {
        padding-right: 24px;
    }

    .giant-slider--item.-slide-bg-1- .giant-slider--item--widgets .widget:nth-child(1) {
        top: 0;
        left: 0;
    }

    .giant-slider--item.-slide-bg-1- .giant-slider--item--widgets .widget:nth-child(2) {
        top: 0;
        left: 468px;
    }

    .giant-slider--item.-slide-bg-1- .giant-slider--item--widgets .widget:nth-child(3) {
        top: 0;
        right: auto;
        left: 646px;
    }

    .giant-slider--item.-slide-bg-3- .giant-slider--item--widgets .widget:nth-child(4) {
        left: 0;
    }



}

@media (max-width: 1580px) {

    .giant-slider--item.-slide-bg-2- .giant-slider--item--widgets .widget:nth-child(3),
    .giant-slider--item.-slide-bg-3- .giant-slider--item--widgets .widget:nth-child(3) {
        right: auto;
        left: 356px;
    }

}

@media (max-width: 1400px) {

    .giant-slider-nav {
        width: 90%;
    }

    .giant-slider--item {
        width: 100%;
        min-height: 1px;
    }

}

@media (max-width: 1045px) {

    a.services-company-list--item {
        width: 161px;
        padding: 8px;
        font-size: 14px;
        line-height: 19px;
    }

    .services-company-list--item-img {
        margin: 0 0 14px 0;
    }

    .news-list--item {
        width: 45%;
    }

    .footer-contacts-inner > div {
        margin: 10px 14px;
    }



}



@media (max-width: 990px) {

    .giant-slider--item {
        padding-bottom: 120px;
    }

    .giant-slider--item--content-descr {
        font-size: 16px;
        line-height: 24px;
    }

    .giant-slider--item--widgets:after {
        content: 'flickity';
        display: none;
    }

    .giant-slider--item--widgets {
        height: 138px;
        left: 0;
        right: 0;
    }

    .widget {
        margin-right: 8px;
        margin-bottom: 41px;
    }

    .news-grid--item.-item-large- {
        width: 100%;
    }

    .news-grid--item.-item-medium- {
        width: 50%;
    }

    .news-grid--item.-item-small- {
        width: 50%;
    }

}

@media (max-width: 780px) {

    .header-slogan {
        display: none;
    }

    .giant-slider-wrapper {
        margin-top: 0;
    }

    .giant-slider-nav {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 100;
    }

    .giant-slider-nav--item-bg {
        opacity: 0;
    }

    .giant-slider-nav--item-tags {
        display: none;
    }

    .giant-slider-nav--item {
        width: 34%;
        height: 83px;
        padding: 0 5px;
        display: flex;
        border: #fff 1px solid;
        border-top: none;
        border-bottom: none;
        border-radius: 0;
        box-shadow: none!important;
        background: none;
    }

    .giant-slider-nav--item:not(.-active-) {
        background: #e0e6f0;
        font-weight: normal;
    }

    .giant-slider-nav--item-title {
        margin: auto;
        text-align: center;
        font-size: 15px;
        line-height: 18px;
        font-weight: normal;
    }

    .-active- .giant-slider-nav--item-title {
        font-weight: bold;
    }

    .giant-slider--item {
        padding-top: 136px;
    }

    .giant-slider--item--heading {
        font-size: 36px;
        line-height: 42px;
    }

    .giant-slider--item--content-descr,
    .giant-slider--item--content-technologies {
        width: 100%;
    }

    .giant-slider--item--content-descr {
        margin-bottom: 40px;
    }

    a.services-company-list--item {
        width: 45%;
        max-width: 260px;
        font-size: 12px;
        line-height: 15px;
    }

    a.services-company-list--item:hover {
        border: 1px solid transparent;
    }

    .services-company-list--item-img {
        min-height: 42px;
        margin: 0 20px 8px 0;
    }

    h2 {
        font-size: 38px;
        line-height: 48px;
    }

    h2 + p {
        font-size: 18px;
        line-height: 25px;
    }

    .technologies-list--item {
        width: 45%;
    }

    .technologies-list--item-title {
        font-size: 18px;
        line-height: 24px;
    }

    .technologies-list--item-descr {
        font-size: 15px;
        line-height: 24px;
    }

    .news-grid--item.-item-large- {
        width: 100%;
    }

    .news-grid--item.-item-medium- {
        width: 50%;
    }

    .news-grid--item.-item-small- {
        width: 50%;
    }

}

@media (max-width: 640px) {

    .giant-slider--item--content {
        margin: 0;
    }

    .news-list--item {
        display: none;
        width: 100%;
    }

    .news-list--item:nth-child(1),
    .news-list--item:nth-child(2) {
        display: flex;
    }

    .news-list--item-img {
        flex: 0 1 50px;
    }

    .technologies-list {
        display: block;
        padding-top: 0;
    }

    .technologies-list:after {
        content: 'flickity';
        display: none;
    }

    .technologies-list--item {
        width: 100%;
        padding: 0 5%;
        text-align: center;
    }

    .technologies-list--item-img img {
        margin: 0 auto;
    }

    .footer-contacts {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer-contacts-inner > div {
        text-align: center;
    }

    .news-grid--item.-item-large- {
        width: 100%;
    }

    .news-grid--item.-item-medium- {
        width: 100%;
    }

    .news-grid--item.-item-small- {
        width:100%;
    }

}

@media (max-width: 480px) {

    header {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-logo {
        flex: 0 0 100%;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .header-right {
        margin: 0 0 20px 0;
    }

    .header-btn {
        order: 1;
        margin: 0 22px 0 0;
    }

    .language-select--current {
        order: 2;
    }

    .logo-block--text {
        font-size: 16px;
        line-height: 16px;
        bottom: 4px;
    }

    .giant-slider--item {
        padding-left: 20px;
        padding-right: 20px;
    }

    .giant-slider-nav--item-title {
        font-size: 13px;
    }

    h2, .footer h2 {
        font-size: 28px;
        line-height: 38px;
    }

    h2 + p {
        font-size: 15px;
        line-height: 21px;
    }
    .news-grid--item.-item-large- {
        width: 100%;
    }

    .news-grid--item.-item-medium- {
        width: 100%;
    }

    .news-grid--item.-item-small- {
        width:100%;
    }
}

@media (max-width: 375px) {

    .clients-list--item {
        margin-right: 10px;
        width: 45%!important;
        text-align: center;
    }

    .clients-list--item img {
        max-height: 48px;
    }

    .footer-nav {
        padding: 0;
    }

    .news-grid--item.-item-large- {
        width: 100%;
    }

    .news-grid--item.-item-medium- {
        width: 100%;
    }

    .news-grid--item.-item-small- {
        width:100%;
    }

}