@font-face {
  font-family: 'Circe';
  src: url(../fonts/Circe-Bold.eot);
  src: url(../fonts/Circe-Bold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Circe-Bold.woff2) format('woff2'),
    url(../fonts/Circe-Bold.woff) format('woff'),
    url(../fonts/Circe-Bold.ttf) format('truetype'),
    url(../fonts/Circe-Bold.svg#Circe-Bold) format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Circe';
  src: url(../fonts/Circe-ExtraLight.eot);
  src: url(../fonts/Circe-ExtraLight.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Circe-ExtraLight.woff2) format('woff2'),
    url(../fonts/Circe-ExtraLight.woff) format('woff'),
    url(../fonts/Circe-ExtraLight.ttf) format('truetype'),
    url(../fonts/Circe-ExtraLight.svg#Circe-ExtraLight) format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Circe';
  src: url(../fonts/Circe-Light.eot);
  src: url(../fonts/Circe-Light.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Circe-Light.woff2) format('woff2'),
    url(../fonts/Circe-Light.woff) format('woff'),
    url(../fonts/Circe-Light.ttf) format('truetype'),
    url(../fonts/Circe-Light.svg#Circe-Light) format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Circe';
  src: url(../fonts/Circe-Regular.eot);
  src: url(../fonts/Circe-Regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Circe-Regular.woff2) format('woff2'),
    url(../fonts/Circe-Regular.woff) format('woff'),
    url(../fonts/Circe-Regular.ttf) format('truetype'),
    url(../fonts/Circe-Regular.svg#Circe-Regular) format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Circe';
  src: url(../fonts/Circe-Thin.eot);
  src: url(../fonts/Circe-Thin.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Circe-Thin.woff2) format('woff2'),
    url(../fonts/Circe-Thin.woff) format('woff'),
    url(../fonts/Circe-Thin.ttf) format('truetype'),
    url(../fonts/Circe-Thin.svg#Circe-Thin) format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Circe';
  src: url(../fonts/Circe-ExtraBold.eot);
  src: url(../fonts/Circe-ExtraBold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Circe-ExtraBold.woff2) format('woff2'),
    url(../fonts/Circe-ExtraBold.woff) format('woff'),
    url(../fonts/Circe-ExtraBold.ttf) format('truetype'),
    url(../fonts/Circe-ExtraBold.svg#Circe-ExtraBold) format('svg');
  font-weight: 800;
  font-style: normal;
}
@keyframes move {
  0% {
    transform: translate3d(0, 0px, 0px);
    animation-timing-function: ease-in-out;
  }
  50% {
    transform: translate3d(0, 10px, 0px);
    animation-timing-function: ease-in-out;
  }
}
::selection {
  color: #fff;
  background: #404040;
}
a {
  transition: 0.2s all;
}
a,
abbr,
acronym,
address,
area,
b,
bdo,
big,
blockquote,
body,
button,
caption,
cite,
code,
col,
colgroup,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
images,
ins,
kbd,
label,
legend,
li,
map,
object,
ol,
p,
param,
pre,
q,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
a:focus,
a {
  color: #404040;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
ins {
  text-decoration: none;
}
hr {
  margin: 0 0 0.5em;
}
figure {
  margin: 0;
  padding: 0;
  border: none;
}
strong {
  font-weight: 700;
}
input:focus,
textarea:focus,
button:focus {
  outline: none;
}
input[type='submit'],
button {
  cursor: pointer;
}
input[type='text'],
input[type='password'],
input[type='file'],
input[type='submit'],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
body {
  font: 20px/25px Circe, Arial, sans-serif;
  font-weight: 400;
  background: #fff;
  margin: 0;
  color: #404040;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}
* {
  box-sizing: border-box;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearer-block:after {
  display: table;
  content: '';
  clear: both;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Circe', Arial, sans-serif;
  font-weight: 400;
  color: #404040;
  margin-bottom: 0;
}
h1 {
  font-size: 130px;
  line-height: 88px;
  text-transform: uppercase;
}
h2 {
  font-size: 54px;
  line-height: 60px;
}
h3 {
  font-size: 25px;
  line-height: 29px;
  font-weight: 300;
}
h4 {
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
}
.container {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.gray-bg {
  background: #f8f7f7;
}
.black-bg {
  background: #454545;
}
.section-pd {
  padding: 165px 0;
}
.big-ok {
  height: 40px;
  width: 180px;
  font-size: 22px;
  font-weight: normal;
}
header {
  background: #fff;
  width: 100%;
  z-index: 2;
}
header.absolute {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  padding: 60px 60px 0;
}
header.fixed {
  position: fixed;
  padding: 30px 35px 15px;
  z-index: 1000;
  transform: translate(0, -100%);
  transition: all 0.5s ease-in-out;
  top: 0;
  left: 0;
}
header.fixed.show {
  transform: translate(0);
}
header .logo {
  margin-top: -4px;
  letter-spacing: 4px;
  position: relative;
  display: inline-block;
  float: left;
  font-size: 41px;
  line-height: 46px;
  font-weight: 200;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  z-index: 10;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .logo:hover {
  text-decoration: none;
}
.home .logo {
  width: 26px;
  overflow: hidden;
}
.absolute .logo.img img {
  width: 162px;
  max-width: none;
}
.absolute .logo.text {
  overflow: hidden;
  padding-top: 2px;
  margin-top: -2px;
}
.home .absolute .logo.text {
  width: 25px;
  overflow: hidden;
  padding-top: 2px;
  margin-top: -2px;
}
.page header.absolute .logo.text {
  display: block;
}
.logo.text:before {
  position: absolute;
  top: 0px;
  content: '';
  border-top: 1px solid rgb(77, 77, 77);
  box-shadow: -0.5px 0 0.5px 0.5px rgba(102, 102, 102, 0.57);
  width: 24px;
  left: 0;
}
.fixed .logo.text {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 2px;
}
.fixed .logo.text:before {
  width: 18px;
  top: 0;
  box-shadow: none;
}
.menu-open .logo.img {
  width: 162px;
}
.menu-open .logo.text {
  width: 160px !important;
  display: block;
}
header.fixed .logo.img {
  width: 115px;
}
header.fixed .menu-button {
  display: none;
}
.menu-dropdown {
  display: inline-block;
  text-align: right;
  float: right;
}
.absolute .menu-dropdown .nav {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  text-align: center;
  background: #fff;
  transform: translateY(-100%);
  transition: 0.2s all ease-out;
}
.absolute .menu-dropdown ul {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.menu-dropdown li {
  display: inline-block;
  margin-left: 70px;
}
.menu-dropdown li:first-child {
  margin: 0;
}
.absolute .menu-dropdown li {
  display: block;
  position: relative;
  margin-bottom: 30px;
  margin-left: 0;
  transform: translateY(-10px);
  opacity: 0;
}
.absolute .menu-dropdown li:last-child {
  margin-bottom: 0;
}
.menu-dropdown a {
  font-weight: 300;
  border-bottom: 1px solid transparent;
  display: inline-block;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
}
.absolute .menu-dropdown a {
  font-size: 60px;
  line-height: 67px;
  padding-bottom: 20px;
  font-weight: 200;
  text-transform: none;
}
.menu-dropdown a:hover {
  text-decoration: none;
  border-color: #c9c9c9;
}
.menu-button {
  display: block;
  color: transparent;
  text-indent: -9999px;
  background: transparent;
  border: none;
  width: 60px;
  height: 25px;
  position: relative;
  z-index: 10;
}
.menu-button::before,
.menu-button::after {
  display: block;
  position: absolute;
  content: '';
  z-index: -1;
  width: 55px;
  height: 3px;
  background: #404040;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.menu-button::before {
  top: 19px;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-button::after {
  top: 3px;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-open {
  overflow: hidden;
}
.menu-open header {
  z-index: 1000;
}
.menu-open .menu-button {
  height: 42px;
}
.menu-open .menu-button::after {
  top: 19px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-open .menu-button::before {
  top: 19px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-open .menu-dropdown .nav {
  display: block;
  transform: translateY(0);
}
.menu-open .menu-dropdown li {
  transform: translateY(0px);
  transition: 0.3s all;
  opacity: 1;
}
.menu-open .menu-dropdown li:nth-child(1) {
  transition-delay: 0.1s;
}
.menu-open .menu-dropdown li:nth-child(2) {
  transition-delay: 0.2s;
}
.menu-open .menu-dropdown li:nth-child(3) {
  transition-delay: 0.3s;
}
.menu-open .menu-dropdown li:nth-child(4) {
  transition-delay: 0.4s;
}
.menu-open .menu-dropdown li:nth-child(5) {
  transition-delay: 0.5s;
}
.menu-open .menu-dropdown li:nth-child(6) {
  transition-delay: 0.6s;
}
.main-banner {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-repeat: no-repeat;
}
.main-banner:after {
  position: absolute;
  bottom: -10%;
  height: 20%;
  background: #797979;
  width: 1px;
  left: 50%;
  content: '';
}
.video-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
}
.video-bg {
  position: absolute;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-text {
  max-width: 720px;
  position: absolute;
  width: 100%;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}
.home .banner-text {
  max-width: 570px;
}
.banner-text h1 {
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 10px;
  display: inline-block;
  position: relative;
  line-height: 112px;
}
.banner-text h1:first-letter {
  font-size: 131px;
}
.banner-text h1:before {
  position: absolute;
  top: -15px;
  border-top: 4px solid #404040;
  content: '';
  width: 75px;
  left: 1px;
}
.banner-text p {
  margin-top: 40px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
}
.scroll-down {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 1px;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}
.scroll-down:hover {
  text-decoration: none;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
.what-we-do,
.info-block {
  width: 100%;
  overflow: hidden;
}
.info-block .text {
  max-width: 730px;
  text-align: left;
  width: 100%;
}
.what-we-do .text h2,
.info-block .text h2 {
  margin-bottom: 50px;
}
.what-we-do .text p,
.info-block .text p {
  margin-bottom: 25px;
}
.info-block .text p:last-child {
  margin-bottom: 0;
}
.what-we-do .one-ball {
  position: absolute;
  top: -10px;
  right: 15px;
  width: 87px;
  height: 87px;
  background: url(../img/one-ball.svg) no-repeat center;
  background-size: 100%;
  z-index: 1;
  transition: all 1s ease-out;
}
.what-we-do .text {
  max-width: calc(100% - 525px);
  text-align: left;
  width: 100%;
  margin-right: 25px;
}
.info-block .img-h {
  text-align: center;
  max-width: 590px;
  width: 100%;
}
.info-block .img-h.left {
  margin-left: -135px;
}
.spin-balls {
  max-width: 420px;
  width: 100%;
}
.spin-balls .spin {
  float: left;
  transition: all 1.3s ease-out;
}
.spin.anti1925wise {
  float: right;
  margin-top: -15px;
}
.technology .container:before {
  position: absolute;
  content: '';
  width: 699px;
  height: 344px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -100px;
  background: url(../img/iphone-bg.svg) no-repeat;
  background-size: 100%;
  background-position: bottom center;
  z-index: 1;
  filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.technology .container.animated:before {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.technology .text {
  position: relative;
  z-index: 2;
  max-width: calc(100% - 636px);
  transition: all 0.5s ease-out;
  opacity: 0;
}
.technology .text h2 {
  max-width: 500px;
}
.technology .img-h {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -13px;
  z-index: 2;
  max-width: 508px;
}
.technology .img-h img {
  animation: move 2s infinite ease-in-out;
}
.technology .animated .text {
  opacity: 1;
}
.info-block .circle.left {
  margin-left: -56px;
  max-width: 525px;
  padding-right: 20px;
}
.info-block .circle + .text {
  padding-left: 30px;
}
.info-block .circle .image {
  position: relative;
  z-index: 1;
}
.info-block .circle .animate:after {
  position: absolute;
  z-index: 1;
  width: 170%;
  height: 60%;
  background: url(../img/image-shadow.png) no-repeat 0 0;
  background-size: 100%;
  bottom: -25%;
  left: -24%;
  right: 0;
  margin: 0 auto;
  content: '';
}
.info-block .circle .image .animate {
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 50%;
  transition: all 1s ease-in-out;
}
.info-block .circle .image img {
  border-radius: 50%;
}
.info-block .circle .image.big {
  width: 337px;
  height: 337px;
  z-index: 2;
}
.info-block .circle .image.medium {
  width: 308px;
  height: 308px;
  z-index: 2;
  margin-right: 25px;
}
.info-block .circle .image.small {
  width: 247px;
  height: 247px;
  margin-top: -120px;
}
.info-block .circle .image.medium + .small {
  margin-top: -150px;
}
.full-height-img {
  padding: 0;
}
.full-height-img .container {
  padding-bottom: 0;
  max-width: 1550px;
}
.full-height-img .text {
  padding: 165px 0;
  vertical-align: bottom;
  display: inline-block;
  width: 100% !important;
}
.full-height-img .img-h {
  vertical-align: bottom;
  display: inline-block;
  max-width: calc(100% - 735px) !important;
}
.full-height-img .mozaik {
  padding-left: 32px;
  max-width: 800px !important;
  position: absolute;
  top: 0;
  left: 750px;
}
.mozaik {
  position: relative;
}
.mozaik img {
  float: left;
  height: 135px;
  width: 192px;
  opacity: 0;
  position: relative;
  z-index: 2;
}
.second {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  padding-left: 32px;
}
.second img {
  opacity: 1;
}
.services {
  margin-bottom: 84px;
  position: relative;
  overflow: hidden;
}
.services .container {
  padding: 0;
  max-width: 1366px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.block-right .container {
  justify-content: flex-end;
}
.services:after {
  position: absolute;
  top: 100px;
  height: 1px;
  width: calc((100% - 1116px) / 2);
  content: '';
  background: #707070;
  transition: all 1s ease-out;
}
.block-left:after {
  right: 0;
  transform: translate(100%, 0);
}
.block-right:after {
  left: 0;
  transform: translate(-100%, 0);
}
.services.animated:after {
  transform: translate(0, 0);
}
.block-left.one-img {
  margin-bottom: 0;
}
.block-left.one-img:after {
  width: calc((100% + 80px) / 2);
}
.service-block {
  max-width: 523px;
  width: 100%;
}
.service-block + .service-block {
  margin-left: 82px;
}
.service-block .img-h {
  margin-bottom: 38px;
  position: relative;
  padding-bottom: 38.3%;
  overflow: hidden;
}
.service-block img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translate(-100%, 0);
  opacity: 0;
  transition: all 0.8s ease-out;
  transition-timing-function: cubic-bezier(0, 0.2, 0.46, 1);
}
.service-block p {
  transition: all 0.5s ease-out;
  opacity: 0;
  transition-delay: 0.25s;
}
.block-right .service-block img {
  transform: translate(100%, 0);
}
.service-block.animated img {
  transform: translate(0, 0);
  opacity: 1;
}
.service-block.animated p {
  opacity: 1;
}
.block-right .service-block.animated:first-child img,
.block-left .service-block.animated + .service-block.animated img {
  transition-delay: 0.25s;
}
.block-right .service-block.animated:first-child p,
.block-left .service-block.animated + .service-block.animated p {
  transition-delay: 0.5s;
}
.service-block p {
  max-width: 419px;
}

.develop {
  text-align: center;
  padding-top: 15px;
}
.develop .container {
  max-width: 1130px;
}
.circle-borders {
  display: flex;
  flex-wrap: wrap;
}
.develop .col-1 {
  width: 258px;
  padding-top: 50px;
}
.develop .col-2 {
  width: 281px;
  padding-top: 95px;
}
.develop .col-3 {
  width: 290px;
}
.develop .col-4 {
  width: 246px;
  padding-top: 77px;
}
.develop .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-weight: bold;
  position: relative;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease-out;
  cursor: pointer;
  font-size: 20px;
  line-height: 25px;
}
.develop .animated.circle {
  opacity: 1;
}
.develop .circle .border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 100%;
  transition: 2s ease-out;
  transform: rotate(30deg);
  display: block;
}
.develop .circle:hover .border {
  transform: rotate(0) !important;
}
.develop .circle .border:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  animation: spin 6s linear 0s infinite reverse;
  -moz-animation: spin 6s linear 0s reverse none infinite;
  -webkit-animation: spin 6s linear 0s infinite reverse;
  -o-animation: spin 6s linear 0s infinite reverse;
  -webkit-animation-play-state: paused;
  -o-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
.develop .circle:hover .border:after {
  -webkit-animation-play-state: running;
  -o-animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
}
@keyframes spin {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(360deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
.develop .col-1 .circle:nth-child(1) {
  width: 203px;
  height: 203px;
  margin-bottom: 55px;
}
.develop .col-1 .circle:nth-child(1) .border:after {
  background-image: url('../img/borders/border-1.png');
}
.develop .col-1 .circle:nth-child(2) {
  width: 219px;
  height: 219px;
  margin-bottom: 51px;
  margin-left: 10px;
}
.develop .col-1 .circle:nth-child(2) .border:after {
  background-image: url('../img/borders/border-2.svg');
}
.develop .col-1 .circle:nth-child(3) {
  width: 258px;
  height: 258px;
  margin-bottom: 0;
}
.develop .col-1 .circle:nth-child(3) .border:after {
  background-image: url('../img/borders/border-3.svg');
}
.develop .col-2 .circle:nth-child(1) {
  width: 263px;
  height: 263px;
  margin-bottom: 56px;
}
.develop .col-2 .circle:nth-child(1) .border:after {
  background-image: url('../img/borders/border-4.svg');
}
.develop .col-2 .circle:nth-child(2) {
  width: 191px;
  height: 191px;
  margin-bottom: 71px;
  margin-left: 29px;
}
.develop .col-2 .circle:nth-child(2) .border:after {
  background-image: url('../img/borders/border-5.svg');
}
.develop .col-2 .circle:nth-child(3) {
  width: 217px;
  height: 217px;
  margin-bottom: 0;
  margin-left: 59px;
}
.develop .col-2 .circle:nth-child(3) .border:after {
  background-image: url('../img/borders/border-6.svg');
}
.develop .col-3 .circle:nth-child(1) {
  width: 231px;
  height: 231px;
  margin-bottom: 58px;
  margin-left: 46px;
}
.develop .col-3 .circle:nth-child(1) .border:after {
  background-image: url('../img/borders/border-7.svg');
}
.develop .col-3 .circle:nth-child(2) {
  width: 222px;
  height: 222px;
  margin-bottom: 41px;
}
.develop .col-3 .circle:nth-child(2) .border:after {
  background-image: url('../img/borders/border-8.svg');
}
.develop .col-3 .circle:nth-child(3) {
  width: 167px;
  height: 167px;
  margin-bottom: 56px;
  margin-left: 92px;
}
.develop .col-3 .circle:nth-child(3) .border:after {
  background-image: url('../img/borders/border-9.svg');
}
.develop .col-3 .circle:nth-child(4) {
  width: 169px;
  height: 169px;
  margin-bottom: 0;
  margin-left: 70px;
}
.develop .col-3 .circle:nth-child(4) .border:after {
  background-image: url('../img/borders/border-10.svg');
}
.develop .col-4 .circle:nth-child(1) {
  width: 183px;
  height: 183px;
  margin-bottom: 59px;
  margin-left: 65px;
}
.develop .col-4 .circle:nth-child(1) .border:after {
  background-image: url('../img/borders/border-11.svg');
}
.develop .col-4 .circle:nth-child(2) {
  width: 233px;
  height: 233px;
  margin-bottom: 65px;
  margin-left: 13px;
}
.develop .col-4 .circle:nth-child(2) .border:after {
  background-image: url('../img/borders/border-12.svg');
}
.develop .col-4 .circle:nth-child(3) {
  width: 231px;
  height: 231px;
  margin-bottom: 0;
  margin-left: 13px;
}
.develop .col-4 .circle:nth-child(3) .border:after {
  background-image: url('../img/borders/border-13.svg');
}

.develop .col-4 .circle:nth-child(3) .border,
.develop .col-4 .circle:nth-child(1) .border,
.develop .col-3 .circle:nth-child(2) .border,
.develop .col-2 .circle:nth-child(3) .border,
.develop .col-2 .circle:nth-child(1) .border,
.develop .col-1 .circle:nth-child(2) .border {
  transition: 2s ease-out;
  transform: rotate(-30deg);
}

.develop .col-4 .circle:nth-child(1) .border:after,
.develop .col-4 .circle:nth-child(3) .border:after,
.develop .col-3 .circle:nth-child(2) .border:after,
.develop .col-2 .circle:nth-child(3) .border:after,
.develop .col-2 .circle:nth-child(1) .border:after,
.develop .col-1 .circle:nth-child(2) .border:after {
  animation: spin 6s linear 0s infinite;
  -moz-animation: spin 6s linear 0s none infinite;
  -webkit-animation: spin 6s linear 0s infinite;
  -o-animation: spin 8s linear 0s infinite;
  -webkit-animation-play-state: paused;
  -o-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
.develop .col-4 .circle:nth-child(3):hover .border:after,
.develop .col-4 .circle:nth-child(1):hover .border:after,
.develop .col-3 .circle:nth-child(4):hover .border:after,
.develop .col-3 .circle:nth-child(2):hover .border:after,
.develop .col-2 .circle:nth-child(3):hover .border:after,
.develop .col-2 .circle:nth-child(1):hover .border:after,
.develop .col-1 .circle:nth-child(2):hover .border:after {
  -webkit-animation-play-state: running;
  -o-animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
}

.compare {
  padding-top: 55px;
}
.compare li {
  width: 100%;
  margin-bottom: 95px;
}
.compare li:last-child {
  margin-bottom: 0;
}
.col-3 {
  width: 33.332%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
  text-align: left;
}
.compare .col-3 {
  padding-right: 35px;
  font-size: 20px;
}
.compare .header .col-3 {
  font-weight: 400;
  font-size: 30px;
}
.compare .title {
  font-size: 25px;
  padding-left: 40px;
}
.compare .icon {
  width: 68px;
  text-align: center;
}
.compare .icon img {
  vertical-align: middle;
}
.minus,
.plus {
  width: 28px;
  height: 28px;
  background: url(../img/plus-minus.png) no-repeat 0 0;
  margin-right: 30px;
  display: inline-block;
  text-indent: -9999px;
}
.plus {
  background-position: -28px 0;
}
footer {
  background-color: #f4f4f4;
  width: 100%;
  padding: 100px 0 90px;
  line-height: 30px;
  position: relative;
  /* overflow: hidden; */
}
footer .scroll-animation {
  opacity: 0;
  transition: all 1s ease-out;
}
footer .scroll-animation.animated {
  opacity: 1;
}
footer .contacts a,
footer .footer-menu a,
footer .copyright a {
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}
footer a:focus,
footer a:hover {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
footer .col {
  vertical-align: top;
  width: 29%;
  display: inline-block;
}
footer .col.menu {
  width: 40%;
}
.footer-logo {
  font-size: 43px;
  line-height: 39px;
  text-transform: uppercase;
  font-weight: 200;
  position: relative;
  margin-bottom: 36px;
  letter-spacing: 3px;
}
.footer-logo:before {
  position: absolute;
  content: '';
  top: -4px;
  border-top: 1px solid #404040;
  width: 24px;
  left: 1px;
}
footer .title {
  font-size: 25px;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
.crea-logo {
  transform: scale(0.3);
  transform-origin: bottom left;
  position: absolute;
  bottom: -2px;
  left: 51%;
  right: 0;
  margin: 0 0 0 -17px;
  width: 115px;
  height: 115px;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  display: block;
  border: none;
  padding: 0;
  opacity: 0.7;
  transition: all 0.5s ease-in-out;
}
.crea-logo .quoter {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  position: relative;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  display: block;
}
.crea-logo .quoter:nth-child(2) {
  position: absolute;
  top: 0;
  -webkit-transform: scale(-1) rotate(75deg);
  -ms-transform: scale(-1) rotate(75deg);
  transform: scale(-1) rotate(75deg);
}
.crea-logo .quoter::after {
  content: '';
  background-image: url(../img/circle.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: -7px;
  width: 70px;
  height: 70px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.crea-logo .quoter:nth-child(1) {
  -webkit-animation: for_circle_1 3.8s forwards infinite;
  animation: for_circle_1 3.8s forwards infinite;
}
.crea-logo .quoter:nth-child(2) {
  -webkit-animation: for_circle_2 3.8s 0.1s forwards infinite;
  animation: for_circle_2 3.8s 0.1s forwards infinite;
}
.crea-logo:hover {
  border: none;
  opacity: 1;
}
@-webkit-keyframes for_circle_2 {
  0% {
    -webkit-transform: rotate(-105deg);
    transform: rotate(-105deg);
  }
  15% {
    -webkit-transform: rotate(-105deg);
    transform: rotate(-105deg);
  }
  35% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  48% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  65% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  75% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  95% {
    -webkit-transform: rotate(255deg);
    transform: rotate(255deg);
  }
  100% {
    -webkit-transform: rotate(255deg);
    transform: rotate(255deg);
  }
}
@keyframes for_circle_2 {
  0% {
    -webkit-transform: rotate(-105deg);
    transform: rotate(-105deg);
  }
  15% {
    -webkit-transform: rotate(-105deg);
    transform: rotate(-105deg);
  }
  35% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  48% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  65% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  75% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  95% {
    -webkit-transform: rotate(255deg);
    transform: rotate(255deg);
  }
  100% {
    -webkit-transform: rotate(255deg);
    transform: rotate(255deg);
  }
}
@-webkit-keyframes for_circle_1 {
  20% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  34% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  53% {
    -webkit-transform: rotate(255deg);
    transform: rotate(255deg);
  }
  65% {
    -webkit-transform: rotate(255deg);
    transform: rotate(255deg);
  }
  83% {
    -webkit-transform: rotate(375deg);
    transform: rotate(375deg);
  }
  100% {
    -webkit-transform: rotate(375deg);
    transform: rotate(375deg);
  }
}
@keyframes for_circle_1 {
  20% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  34% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  53% {
    -webkit-transform: rotate(255deg);
    transform: rotate(255deg);
  }
  65% {
    -webkit-transform: rotate(255deg);
    transform: rotate(255deg);
  }
  83% {
    -webkit-transform: rotate(375deg);
    transform: rotate(375deg);
  }
  100% {
    -webkit-transform: rotate(375deg);
    transform: rotate(375deg);
  }
}

.contacts p {
  margin-bottom: 30px;
}
.social-with-lang {
  padding-top: 35px;
}
.soc-link {
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  display: inline-block;
  background: url(../img/fb_black.svg) no-repeat 0 0;
  background-size: contain;
  margin-right: 15px;
  vertical-align: middle;
  padding-bottom: 0;
  transition: 0.3s all;
  opacity: 0.7;
}
.soc-link:focus,
.soc-link:hover {
  text-decoration: none;
  border: none;
  opacity: 1;
}
.soc-link.linkedin {
  background-image: url(../img/linkedin_black.svg);
  width: 34px;
  height: 34px;
}
.lang-dropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  min-width: 65px;
  padding-left: 10px;
}
.lang-dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-left: 10px;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
  display: none;
  overflow: hidden;
}
.lang-dropdown ul li {
  margin-top: 5px;
  cursor: pointer;
}
.lang-dropdown span {
  position: relative;
  cursor: pointer;
  display: block;
  padding-right: 10px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 20px;
  margin-top: 7px;
}
.lang-dropdown span:after {
  position: absolute;
  content: '';
  top: 5px;
  right: 0;
  border: 5px solid transparent;
  border-top: 7px solid #828282;
  width: 0;
  height: 0;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 200px;
  position: relative;
}
.footer-menu li {
  margin-bottom: 18px;
  width: 33%;
}

.footer-menu li.has-sumbenu:hover .sumbenu {
  max-height: 200px;
}
.footer-menu a {
  padding-bottom: 3px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.footer-menu .sumbenu {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: max-height 0.3s ease-in-out;
}
.footer-menu .sumbenu li {
  width: 100%;
  margin-bottom: 0;
}
.scroll-top {
  display: block;
  width: 217px;
  height: 312px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/arrow-top-T.svg) no-repeat center bottom;
  background-size: 100%;
  z-index: 2;
  text-indent: -9999px;
  transition: all 1s ease-out;
  border: none !important;
  transition: all 1s ease-out;
  transform: translate(100%, 0);
}
.scroll-top img {
  position: absolute;
  top: -172px;
  right: 148px;
}
.scroll-top:before {
  position: absolute;
  content: '';
  right: 0;
  width: 100%;
  height: 11px;
  background: #dbdbdb;
}
.animated + .scroll-top {
  transform: translate(0, 0);
}

.desktop-map {
  opacity: 0.19;
}
.mobile-map {
  display: none;
}
.towns {
  position: absolute;
  top: 82px;
  height: 40px;
  right: 154px;
  width: 230px;
  display: inline-block;
  text-align: left;
}
.towns i {
  font-weight: 400;
  letter-spacing: 2px;
  display: block;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  cursor: pointer;
  padding-left: 25px;
  font-style: normal;
}
.towns i span {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: block;
  line-height: 16px;
}
.towns i:after {
  position: absolute;
  content: '';
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #bebebe;
  left: 3px;
  transition: all 0.3s ease-in-out;
}
.towns i:hover:after {
  background: #fff;
  transform: scale(1.6);
}
.towns i:hover span {
  opacity: 1;
}
.towns .pl {
  top: 1px;
  right: 93px;
}
.towns .ua {
  top: 6px;
  left: 139px;
}
.towns .rm {
  top: 16px;
  left: 118px;
}
.towns .sp {
  top: 25px;
  right: 136px;
}
.towns .bl {
  top: 24px;
  left: 126px;
}
.towns .pl,
.towns .sp {
  padding-right: 25px;
  padding-left: 0;
}
.towns .pl:after,
.towns .sp:after {
  right: 0;
  left: initial;
}
.copyright {
  padding-top: 30px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  clear: both;
}
.copyright span {
  margin: 0 4px;
}
.copyright li {
  display: inline-block;
  margin-left: 22px;
}
.top-image {
  width: 100%;
  position: relative;
  padding: 195px 20px 50px;
  overflow: hidden;
  text-align: center;
}
.top-image h1 {
  font-size: 50px;
  text-align: left;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 2;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  line-height: 115.9%;
}
.top-image.subtitle {
  padding-bottom: 70px;
}
.top-image.subtitle p.subtitle {
  text-align: center;
  margin: 0 auto;
  max-width: 70%;
}
.contact-map {
  height: 750px;
  padding: 130px 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  text-align: center;
}
.contact-map h1 {
  font-size: 80px;
  text-align: center;
  font-weight: 200;
  letter-spacing: 7px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.contact-map .big-map {
  position: absolute;
  height: auto;
  width: 105%;
  height: 105%;
  top: -5%;
  left: 0;
  background: url(../img/big-map.jpg) no-repeat center;
  background-size: cover;
}
.big-map .countries {
  position: absolute;
  z-index: 3;
  width: 620px;
  height: 254px;
  top: 357px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.big-map .countries a {
  font-weight: 700;
  padding-left: 50px;
  position: absolute;
}
a.poland {
  top: 1px;
  left: 333px;
}
a.bolgary {
  top: 184px;
  left: 428px;
}
a.roman {
  top: 138px;
  left: 421px;
}
a.ukraine {
  top: 29px;
  left: 493px;
}
a.spain {
  top: 226px;
  left: 18px;
}
.popup.contact {
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.popup.contact .close {
  width: 30px;
  height: 30px;
  top: 15px;
  right: 20px;
}
.popup.contact .close::before,
.popup.contact .close::after {
  background: #9c9c9c;
  height: 2px;
  left: -4px;
  top: 13px;
  width: 38px;
}
.popup.contact .popup-content {
  position: relative;
  display: inline-block;
  padding: 60px;
  background: #fff;
}
.popup.contact .col {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.popup.contact .col + .col {
  margin-left: 50px;
}
.popup.contact .country {
  display: none;
}
.popup.contact .country.active {
  display: block;
}
.popup.contact .country-logo {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 900;
  vertical-align: bottom;
  text-transform: uppercase;
}
.popup.contact a {
  display: block;
  font-size: 18px;
  padding: 5px 0 5px 40px;
  font-weight: 400;
  margin-bottom: 2px;
  line-height: 26px;
  border-bottom: 1px solid transparent;
  letter-spacing: 1.5px;
  background: url(../img/contact-sprite.png) no-repeat 0 4px;
}
.popup.contact a:hover {
  border-color: #ccc;
}
.popup.contact .email {
  background-position: 0 -35px;
}
.popup.contact .site {
  background-position: 0 -76px;
}
.popup.contact img {
  max-width: 100%;
  display: inline-block;
  vertical-align: baseline;
}
.single h1 {
  text-transform: none;
  font-family: Bahnschrift;
    font-size: 42pt;
    font-weight: bold;
    line-height: 58px;
}
.media .top-image h1 {
  letter-spacing: 40px;
  padding-left: 30px;
}
.top-image h1 span {
  color: #fff;
}
.top-image h1:before,
.top-image h1:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  border-top: 1px solid #d6d6d6;
  width: 9999px;
}
.top-image h1::before {
  right: calc(100% + 50px);
}
.top-image h1:after {
  left: calc(100% + 40px);
}
.top-image.single h1:after,
.top-image.single h1:before {
  display: none;
}
.media .top-image h1:after {
  left: calc(100% + 10px);
}
.media .top-image h1:before {
  right: calc(100% + 20px);
}
.top-image img {
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  max-height: 115%;
  max-width: 400%;
  position: absolute;
  left: 50%;
  bottom: -10%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.intro {
  padding-top: 100px;
  padding-bottom: 0;
}
.simple-text h5,
.simple-text h4 {
  font-weight: 700;
  margin-bottom: 25px;
}
.intro h4,
.intro {
  font-size: 22px;
  line-height: 30px;
}
.project-list {
  padding-top: 90px;
  padding-bottom: 165px;
}
.simple-text p {
  margin-bottom: 25px;
}
.simple-text p:last-child {
  margin-bottom: 0;
}
.project-list .container {
  padding: 0 10px;
}
.simple-text .text a {
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  margin-bottom: 20px;
  display: inline-block;
}
.simple-text p a {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.simple-text a:hover {
  text-decoration: none;
  border-bottom: 1px solid #c9c9c9;
}
.project-list ul {
  width: 100%;
  list-style: none;
}
.project-list li {
  width: 33.332%;
  float: left;
  list-style: none;
  padding: 0 5px;
  margin-bottom: 10px;
  position: relative;
}
.project-list li .bg {
  position: relative;
  background: #000;
  width: 100%;
}
.project-list li:hover .logo {
  opacity: 1;
}
.project-list li:hover .bg img {
  opacity: 0.8;
}
.project-list li .bg:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/shadow.png) no-repeat center bottom;
  background-size: 100% auto;
  z-index: 2;
}
.project-list li .bg img {
  transition: all 0.2s ease-in-out;
  opacity: 1;
  position: relative;
  z-index: 1;
  width: 100%;
}
.project-list li .logo {
  opacity: 0.9;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 100%;
  color: #fff;
  font-size: 22px;
  line-height: 18px;
  font-weight: 900;
  vertical-align: bottom;
  text-align: center;
  z-index: 3;
}
.project-list li .logo img {
  display: inline-block;
  vertical-align: bottom;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: auto;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  display: none;
}
.popup .logo {
  position: absolute;
  left: 60px;
  top: 60px;
}
.popup-slider {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.popup-slide {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
}
.open .popup-slide {
  transition: all 0.3s ease-in;
}
.popup-slide .table {
  height: 100%;
  width: 100%;
}
.popup-slide.active {
  transform: translateX(0);
}
.popup-slide.prevslide {
  transform: translateX(-100%);
}
.popup-slide.nextslide {
  transform: translateX(100%);
}
.slider {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.slide {
  display: inline-block;
  overflow: hidden;
}
.slick-dots {
  position: absolute;
  z-index: 10;
  right: 50px;
  bottom: 42px;
}
.slick-dots li {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  position: relative;
}
.slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  background: #e1e6e6;
  border: none;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 15px;
  text-indent: -9999px;
  transition: all 0.2s;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
  padding: 0;
}
.slick-dots li:hover button,
.slick-dots li.slick-active button {
  width: 23px;
  height: 23px;
  top: 0;
  left: 0;
  background: #fff;
}
.popup.open {
  display: block;
}
.popup .close {
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  position: absolute;
  border: none;
  display: block;
  text-indent: -9999px;
  background: transparent;
  height: 42px;
  width: 60px;
  top: 60px;
  right: 60px;
  z-index: 20;
}
.popup .close::before,
.popup .close::after {
  display: block;
  position: absolute;
  content: '';
  z-index: -1;
  width: 55px;
  height: 3px;
  background: #404040;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 19px;
}
.popup .close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.popup .close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.popup .close:hover {
  transform: rotate(-90deg);
}
.popup .table {
  width: 100%;
  height: 100%;
}
.popup-content.container {
  padding: 150px 0;
  overflow: auto;
}
.popup-content .title {
  font-size: 80px;
  line-height: 85px;
  text-align: center;
  font-weight: 400;
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 35px;
}
.popup-content .sub-title {
  font-size: 50px;
  line-height: 55px;
  text-align: center;
  font-weight: 200;
  letter-spacing: 5px;
  display: block;
  z-index: 2;
}
.popup-content form {
  max-width: 815px;
  padding: 0 30px;
  margin: 100px auto 0;
}
.popup-content .form-body {
  float: left;
  width: 435px;
}
.popup-content .form-footer {
  float: right;
  width: 260px;
}
.popup-content .form-body input {
  width: 100%;
  border-width: 0;
  background: #fff;
  font: 300 22px/26px Circe, Arial, sans-serif;
  color: #404040;
  border-bottom: 1px solid #9f9f9f;
  padding: 0 0 15px 50px;
  border-radius: 0;
  margin-bottom: 30px;
  opacity: 0.7;
  background: url(../img/form-icons.png) no-repeat 0 0;
}
.popup-content .form-body input.invalid {
  border-bottom: 1px solid #ff0000;
  background: url(../img/form-icons-invalid.png) no-repeat 0 0;
}
.popup-content .form-body input[type='email'] {
  background-position: 0 -82px;
}
.popup-content .form-body input[type='tel'] {
  background-position: 0 -164px;
}
.popup-content .form-body #file {
  display: none;
}
.popup-content .form-body #file.invalid + label {
  background: url(../img/form-icons-invalid.png) no-repeat 0 0;
  background-position: 0 -252px;
  color: #ff0000;
}
.popup-content .form-body #file.invalid + label:hover {
  border-bottom: 1px solid #ff0000;
}

.popup-content .form-body #file + label {
  cursor: pointer;
  background: url(../img/form-icons.png) no-repeat 0 0;
  background-position: 0 -252px;
  font: normal 22px/26px Circe, Arial, sans-serif;
  color: #404040;
  padding: 0 0 15px 50px;
  display: block;
}
.popup-content .form-body #file + label:hover {
  border-bottom: 1px solid #d6d6d6;
}
.popup-content .form-body input:focus {
  opacity: 1;
}
.popup-content .form-footer button {
  transition: all 0.2s ease-in-out;
  width: 260px;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 260px;
  border-radius: 130px;
  text-transform: uppercase;
  background: #33afcd;
  background: -moz-linear-gradient(
    -45deg,
    rgba(51, 175, 205, 1) 29%,
    rgba(195, 54, 111, 1) 80%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(51, 175, 205, 1) 29%,
    rgba(195, 54, 111, 1) 80%
  );
  background: linear-gradient(
    135deg,
    rgba(51, 175, 205, 1) 29%,
    rgba(195, 54, 111, 1) 80%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33afcd',endColorstr='#c3366f',GradientType=1);
}
.popup-content .form-footer button:hover {
  transform: scale(1.05);
}
input::-webkit-input-placeholder {
  color: #404040;
  font: 300 22px/26px Circe, Arial, sans-serif;
}
input::-moz-placeholder {
  color: #404040;
  font: 300 22px/26px Circe, Arial, sans-serif;
}
input:-ms-input-placeholder {
  color: #404040;
  font: 300 22px/26px Circe, Arial, sans-serif;
}
input:-moz-placeholder {
  color: #404040;
  font: 300 22px/26px Circe, Arial, sans-serif;
}
.input-group:last-child input {
  border: none;
}
.projects-popup .img {
  position: relative;
  width: 43%;
  overflow: hidden;
  height: 100%;
  display: table-cell;
}
.projects-popup .img img {
  max-width: 300%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  min-height: 100%;
  min-width: 100%;
}
.projects-popup .img .dates {
  position: absolute;
  bottom: 78px;
  left: 70px;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  font-size: 22px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.projects-popup .img .dates span {
  font-weight: 800;
}
.projects-popup .project-logo {
  right: 14%;
  position: absolute;
  bottom: 123px;
  color: #fff;
  font-size: 22px;
  line-height: 18px;
  font-weight: 900;
  vertical-align: bottom;
  text-align: center;
}
.projects-popup .project-logo img {
  transform: none;
  max-width: 195px;
  min-height: 0;
  min-width: 0;
  left: 0;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.projects-popup .szybka .project-logo {
  bottom: 112px;
}
/*.projects-popup .bistro .project-logo{bottom:119px}*/
.popup .text {
  padding-bottom: 60px;
}
.projects-popup .text {
  width: 50%;
  padding: 5% 6% 12%;
  display: table-cell;
  position: relative;
}
.projects-popup .bottom-nav {
  position: absolute;
  width: 100%;
  bottom: 113px;
  left: 0;
  padding: 0 11%;
}
.popup .text h2 {
  font-size: 80px;
  text-align: center;
  line-height: 100px;
  font-weight: 200;
  margin-bottom: 45px;
}
.projects-popup .text h2 {
  text-transform: uppercase;
  text-align: left;
  line-height: 71px;
}
.popup .text p {
  margin-bottom: 30px;
}
.popup .text a {
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
}
.popup .text a:hover {
  text-decoration: none;
  border-bottom: 1px solid #c9c9c9;
}
.projects-popup .text a {
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 1px;
  display: inline-block;
}
.popup .prev-next {
  position: relative;
  float: right;
}
.popup .prev-next a {
  display: block;
  float: left;
  width: 68px;
  height: 28px;
  text-indent: -9999px;
  background: url(../img/arrow-prev-next.png) no-repeat 0 0;
  opacity: 0.3;
  transition: all 0.5s ease-in-out;
  border: none;
}
.popup .prev-next a.next {
  background: url(../img/arrow-prev-next.png) no-repeat -71px 0;
  margin-left: 20px;
}
.popup .popup-slide:first-child .prev-next a.prev,
.popup .popup-slide:last-child .prev-next a.next {
  display: none;
}
.popup .prev-next a:hover {
  opacity: 1;
  border: none;
}
.popup-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
.mobile {
  display: none;
}
.top-menu {
  text-align: center;
}
.footer-contacts ul,
.top-menu ul,
.footer-contacts li,
.top-menu li {
  display: inline-block;
}
.footer-contacts li,
.top-menu li {
  padding: 0 45px;
}
.footer-contacts li a,
.top-menu li a {
  display: block;
  text-decoration: none;
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
}
.top-menu li.current a,
.footer-contacts li a:hover,
.top-menu li a:hover {
  border-color: #d6d6d6;
}
.back-link + .section-pd,
.top-menu + .section-pd {
  padding: 100px 0 130px;
}
.single .section-pd {
  padding-top: 0;
}
.news-list .container {
  max-width: 1270px;
  padding: 0;
}
.news-list li {
  width: 33.332%;
  float: left;
  padding: 0 30px;
  margin-bottom: 50px;
  overflow: hidden;
  min-height:650px;
}
.news-list .preview-img {
  width: 100%;
  overflow: hidden;
  max-height: 244px;
  margin-bottom: 40px;
  padding-top: 68%;
  position: relative;
}
.news-list img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.news-list .text {
  position: relative;
}
.news-list h3 {
  margin-bottom: 20px;
}
.news-list li p {
  margin-bottom: 30px;
}
.news-list li .more {
  display: block;
  width: 100%;
  position: relative;
}
.news-list li .more span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  background: #fff;
  z-index: 2;
}
.news-list li .more:after {
  position: absolute;
  left: 0;
  margin-top: -1px;
  top: 50%;
  border: 1px solid #d6d6d6;
  width: 0;
  content: '';
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.news-list li .more:hover {
  text-decoration: none;
}
.news-list li:hover .more:after {
  width: 100%;
}
.show-more {
  width: 100%;
  clear: both;
  text-align: center;
  padding-top: 70px;
}
.simple-text .bottom-link,
.bottom-link,
.show-more a {
  text-align: center;
  display: inline-block;
  letter-spacing: 1px;
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
  font-size: 25px;
}
.bottom-link:hover,
.show-more a:hover {
  border-color: #d6d6d6;
  text-decoration: none;
}
.text-blocks {
  overflow: hidden;
  padding-bottom: 130px;
}
.text-blocks .block {
  width: 100%;
  margin-bottom: 40px;
}
h2,
.text-blocks h2 {
  margin-bottom: 55px;
}
.text-blocks .text {
  width: calc(100% - 725px);
  display: table;
  padding: 0 10%;
}
.text-blocks .text.left {
  padding-left: 15px;
}
.text-blocks .text.right {
  padding-right: 15px;
}
.text-blocks .image-hl {
  width: 725px;
}
.block.img-left {
  padding-right: calc((100% - 1230px) / 2);
}
.block.img-right {
  padding-left: calc((100% - 1230px) / 2);
}
.bottom-link {
  display: block;
  float: left;
  margin-right: 30px;
  font-size: 30px;
}
.block.link {
  clear: both;
}
.simple-text .bottom-link,
.show-more a,
.block .bottom-link {
  display: inline-block;
  float: none;
  border-color: #d6d6d6;
  font-size: 30px;
}
.simple-text .bottom-link:hover,
.show-more a:hover,
.block .bottom-link:hover {
  border-color: transparent;
}
.block .table-cell {
  position: relative;
}
.vacancy ul {
  width: 100%;
  margin-bottom: 60px;
}
.vacancy ul:last-child {
  margin-bottom: 0;
}
.vacancy li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px 70px;
  padding-right: 30px;
}
.vacancy li:nth-child(2n) {
  padding-left: 60px;
}
.vacancy li span {
  display: inline;
}
.vacancy li a {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
}
.vacancy li a:hover {
  border-bottom: 1px solid #d6d6d6;
  text-decoration: none;
}
.vacancy li a:after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #404040;
  content: '';
  height: 16px;
  right: -40px;
  top: 50%;
  margin-top: -14px;
  position: absolute;
  transform: rotate(45deg);
  width: 16px;
}
.vacancy .location {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px 70px;
  padding-right: 30px;
  text-align: center;
}
.vacancy .location a {
  border-color: #d6d6d6;
  font-size: 30px;
}
.vacancy .location a:hover {
  border-color: transparent;
  border-bottom: 1px solid #d6d6d6;
}
.small-image-text {
  margin-top: -50px;
  width: 100%;
  position: relative;
}
.small-image-text:before {
  position: absolute;
  content: '';
  border-left: 1px solid #9f9f9f;
  left: 50%;
  top: 80%;
  height: 0;
  transition: all 0.5s;
}
.small-image-text.show:before {
  height: 93px;
}
.small-image-text .text {
  display: table;
  min-height: 315px;
  max-width: 620px;
  width: calc(100% - 316px);
  padding: 0 8% 0 6%;
}
.small-image-text:first-child .text {
  padding-right: 0;
}
.small-image-text:nth-child(3) {
  padding-left: 9%;
}
.footer-contacts {
  clear: both;
  text-align: center;
  padding-top: 100px;
}
.footer-contacts li {
  margin-bottom: 20px;
}
.footer-contacts li a {
  font-size: 25px;
  padding: 6px 0 15px 60px;
  background: url(../img/envelope.svg) no-repeat 0 0;
  background-size: 40px;
}
.footer-contacts li span {
  font-weight: 400;
}
.back-link a {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
}
.back-link a:hover {
  border-bottom: 1px solid #d6d6d6;
  text-decoration: none;
}
.back-link a:after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #404040;
  content: '';
  height: 16px;
  left: 0;
  top: 50%;
  margin-top: -16px;
  position: absolute;
  transform: rotate(-135deg);
  width: 16px;
}
.entry-header {
  margin-bottom: 60px;
}
.entry-header h2 {
  margin-bottom: 20px;
}
.simple-text ul {
  margin-bottom: 55px;
}
.simple-text li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 3px;
}
.simple-text li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  background: #404040;
  border-radius: 12px;
}
.post-img {
  margin: 0;
  width: auto;
  max-width: 50%;
  float: left;
}
.post-img.left {
  float: left;
  margin-right: 50px;
  margin-bottom: 50px;
}
.post-img.right {
  float: right;
  margin-left: 50px;
  margin-bottom: 50px;
}
.post-img img {
  width: 100%;
}
.post-img .date {
  position: absolute;
  min-width: 180px;
  bottom: 40px;
  right: 60px;
  text-align: left;
}
.post-img .date span {
  display: block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 200;
  margin-bottom: 15px;
}
.post-footer {
  margin-top: 60px;
}
.post-footer a {
  font-weight: 300;
}

.article-img {
  margin: 0;
  width: auto;
  max-width: 100%;
  margin-bottom: 30px;
}
.article-img.center {
  text-align: center;
}

/*Another pages*/

.out #stage1,
.out .swiper-container-cube,
.out .swiper-container-flip {
  overflow: visible;
}

.color-black {
  color: #000;
}
.title-lg {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 100;
  color: #404040;
  text-align: center;
  letter-spacing: 8px;
  right: -3px;
}
.title-lg,
.title-lg.title--rows span {
  position: relative;
}
.title-lg.title--rows span:after,
.title-lg.title--rows span:before {
  content: '';
  height: 1px;
  background-color: #404040;
  opacity: 0.2;
  top: 50%;
  position: absolute;
  margin-top: -6px;
}
.title-lg.title--rows span:before {
  right: calc(100% + 49px);
  left: -9999px;
}
.title-lg.title--rows span:after {
  left: calc(100% + 43px);
  right: -9999px;
}
.section__title {
  text-align: center;
}
.i-content {
  max-width: 985px;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.full-vp {
  height: 100vh;
}
.flex,
.flex-wrap {
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.flex-vbottom,
.flex-vcenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-vcenter {
  -ms-flex-align: center;
  align-items: center;
}
.flex-hcenter,
.flex-vhcenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-vhcenter {
  -ms-flex-align: center;
  align-items: center;
}
.text-left {
  text-align: left;
}
.container-fluid {
  width: 100%;
  padding: 0 60px;
  margin: 0 auto;
  position: relative;
}
.process {
  padding: 110px 0 0 !important;
}
.process .decor {
  position: absolute;
  top: 57px;
  left: 0;
  right: 0;
}
.process .section__text {
  margin-top: 63px;
}
.processList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-top: 110px;
  padding-left: 5px;
}
.processList-wrapper {
  position: relative;
}
.processList-wrapper .arrow,
.processList__item svg,
.processList__item:before {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -85px;
}
.processList-wrapper .arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
  background-image: url(../img/process/spiral.svg);
  background-size: cover;
  background-position: center center;
  animation-name: rotate;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.processList-wrapper .arrow svg {
  width: 72px;
  height: 344px;
}
.processList-wrapper .arrow-left {
  left: -2px;
}
.processList-wrapper .arrow-left:before {
  left: -15px;
  margin-top: -5px;
}
.processList-wrapper .arrow-right {
  margin-top: -55px;
  right: -2px;
}
.processList-wrapper .arrow-right:before {
  right: -15px;
  margin-top: -35px;
}
.processList__item {
  width: 33.33%;
  margin-bottom: 110px;
  position: relative;
}
.processList__item svg,
.processList__item:before {
  right: 30px;
  width: 33px;
  height: 62px;
  margin-top: -7px;
}
.processList__item svg {
  fill: #878787;
}
.processList__item:before {
  content: '';
  background-size: cover;
  background-position: center center;
  background-image: url(../img/arrow.svg);
}
.processList__item:nth-child(2) {
  margin-left: 13px;
}
.processList__item:nth-child(2) svg {
  right: 2px;
}
.processList__item:nth-child(3) {
  margin-left: -15px;
  position: relative;
  left: 52px;
}
.processList__item:nth-child(3) svg,
.processList__item:nth-child(6):before {
  display: none;
}
.processList__item:nth-child(4) svg,
.processList__item:nth-child(5) svg {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -13px;
  right: 35px;
}
.processList__item:nth-child(5) {
  margin-left: 11px;
}
.processList__item:nth-child(5) svg {
  margin-top: -14px;
  right: 3px;
}
.processList__item:nth-child(5) > div:first-child,
.processList__item:nth-child(6) > div:first-child {
  margin-bottom: 20px;
}
.processList__item:nth-child(6) {
  margin-left: -15px;
  position: relative;
  left: 54px;
}
.process__text,
.process__title {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.25;
}
.process__text {
  margin-top: 15px;
  line-height: 1.65;
  font-size: 18px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
.bigData {
  background-color: #f3f3f3;
  padding-top: 165px;
  margin-top: 35px;
  padding-bottom: 142px;
}
.bigData .section__text {
  margin-top: 80px;
  margin-right: -30px;
}
.bigData-list {
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  padding: 0 62px 0 12px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bigData-list.animated .bigData-list__item {
  opacity: 1;
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.bigData-list__item {
  transition: opacity 0.55s ease-out, transform 0.55s ease-out;
  -ms-transform: translateX(-35px);
  transform: translateX(-35px);
  opacity: 0;
}
.bigData-list__item:nth-child(1) {
  transition-delay: 150ms, 150ms;
}
.bigData-list__item:nth-child(2) {
  transition-delay: 300ms, 300ms;
}
.bigData-list__item:nth-child(3) {
  transition-delay: 450ms, 450ms;
}
.bigData-list__item:nth-child(4) {
  transition-delay: 600ms, 600ms;
}
.bigData-list__item:nth-child(5) {
  transition-delay: 750ms, 750ms;
}
.bigData-list__item:not(:first-child) {
  position: relative;
}
.bigData-list__item:not(:first-child):before {
  content: '';
  width: 30px;
  height: 58px;
  position: absolute;
  left: -55px;
  top: 85px;
  background-image: url(../img/arrow.svg);
  background-size: cover;
  background-position: center center;
}
.bigData-list__item:nth-child(1) .bigData__icon svg {
  width: 125px;
  height: 192px;
}
.bigData-list__item:nth-child(3):before {
  left: -70px;
}
.bigData-list__item:nth-child(4):before {
  left: -60px;
}
.bigData__icon {
  min-height: 215px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bigData__title {
  margin-top: 57px;
  font-size: 18px;
  text-align: center;
  line-height: 1.35;
  color: #575757;
}
#bigData-icon-1:hover circle.active,
#stage3:hover circle.active {
  fill: #5a5a5a;
}
#stage3 circle {
  transition: 0.3s all;
}
#stage1 g {
  transition: 0.3s all ease-in-out;
}
#stage1:hover g > g:first-child {
  -ms-transform: translate(15px, 15px);
  transform: translate(15px, 15px);
}
#stage1:hover g:nth-child(2) {
  -ms-transform: translate(15px, -15px);
  transform: translate(15px, -15px);
}
#stage1:hover g:nth-child(4) {
  -ms-transform: translate(-15px, 15px);
  transform: translate(-15px, 15px);
}
#stage1:hover g:nth-child(5) {
  -ms-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
#stage4:hover path {
  fill: none;
}
#stage4:hover path:nth-child(3),
#stage4:hover path:nth-child(4) {
  fill: none;
}
#stage4:hover path.active {
  fill: #5a5a5a;
}
#stage4 path {
  fill: none;
  stroke: #5a5a5a;
  stroke-width: 2px;
}
#stage4 path:nth-child(3),
#stage4 path:nth-child(4) {
  fill: #5a5a5a;
}
.control {
  padding-top: 152px;
  padding-bottom: 162px;
  overflow: hidden;
}
.control .section__head {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.control .section__text {
  margin-top: 75px;
  padding: 0 50px;
}
.control .section__text p:not(:first-child) {
  margin-top: 29px;
}
.controlList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 78px 20px 0;
  position: relative;
}
.controlList:after,
.controlList:before {
  line-height: normal;
  content: 'In-house risk-platform';
  text-transform: uppercase;
  position: absolute;
  top: 145px;
  left: 50%;
  font-weight: 900;
  white-space: nowrap;
  opacity: 0.04;
  font-size: 109.56px;
  animation-name: riverRowTopBeforelarge;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 50s;
  width: 1898px;
  margin-left: -1000px;
}
.controlList:after {
  animation-name: riverRowTopAfterlarge;
}
.controlList__item {
  text-align: center;
  width: 33.33%;
}
.controlList__item:first-child .dott {
  position: absolute;
  width: 1.5px;
  height: 1.5px;
  background: #4f537a;
  animation-name: toTop;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.controlList__item:first-child .dott:nth-child(1) {
  bottom: 100px;
  left: 115px;
  animation-duration: 2.25s;
}
.controlList__item:first-child .dott:nth-child(2) {
  bottom: 100px;
  left: 130px;
  animation-delay: 0.5s;
  animation-duration: 2.15s;
}
.controlList__item:first-child .dott:nth-child(3) {
  bottom: 100px;
  left: 150px;
  animation-delay: 1s;
  animation-duration: 2.7s;
}
.controlList__item:first-child .dott:nth-child(4) {
  bottom: 160px;
  left: 240px;
  animation-delay: 1.5s;
  animation-duration: 2.85s;
}
.controlList__item:first-child .dott:nth-child(5) {
  bottom: 160px;
  left: 120px;
  animation-delay: 2s;
  animation-duration: 2.25s;
}
.controlList__item:first-child .dott:nth-child(6),
.controlList__item:first-child .dott:nth-child(7) {
  bottom: 160px;
  left: 80px;
  animation-delay: 2.25s;
  animation-duration: 2.25s;
}
.controlList__item:first-child .dott:nth-child(7) {
  left: 250px;
}
.controlList__item:first-child .dott:nth-child(8) {
  bottom: 120px;
  left: 200px;
  animation-delay: 2.25s;
  animation-duration: 2.25s;
}
.controlList__item:first-child .dott:nth-child(9) {
  bottom: 140px;
  left: 270px;
  animation-delay: 2.25s;
  animation-duration: 2.25s;
}
.controlList__item:first-child .dott:nth-child(10) {
  bottom: 120px;
  left: 230px;
  animation-delay: 2.25s;
  animation-duration: 2.25s;
}
.controlList__item:nth-child(2) {
  position: relative;
  right: -28px;
}
.controlList__item:nth-child(2) .dott {
  position: absolute;
  width: 1.5px;
  height: 1.5px;
  background: #4f537a;
  animation-name: toTopLeft;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.controlList__item:nth-child(2) .dott:nth-child(1) {
  bottom: 100px;
  left: 115px;
  animation-duration: 2.25s;
}
.controlList__item:nth-child(2) .dott:nth-child(2) {
  bottom: 100px;
  left: 130px;
  animation-delay: 0.5s;
  animation-duration: 2.15s;
  animation-name: toTopLeft2;
}
.controlList__item:nth-child(2) .dott:nth-child(3) {
  bottom: 100px;
  left: 150px;
  animation-delay: 1s;
  animation-duration: 2.7s;
  animation-name: toTopRight;
}
.controlList__item:nth-child(2) .dott:nth-child(4) {
  bottom: 160px;
  left: 240px;
  animation-delay: 1.5s;
  animation-duration: 2.85s;
  animation-name: toTopRight;
}
.controlList__item:nth-child(2) .dott:nth-child(5),
.controlList__item:nth-child(2) .dott:nth-child(6) {
  bottom: 200px;
  left: 100px;
  animation-delay: 1.5s;
  animation-duration: 2.85s;
  animation-name: toTopLeft;
}
.controlList__item:nth-child(2) .dott:nth-child(6) {
  left: 140px;
  animation-name: toTopRight;
}
.controlList__item:nth-child(2) .dott:nth-child(7) {
  bottom: 200px;
  left: 100px;
  animation-delay: 1.5s;
  animation-duration: 2.15s;
  animation-name: toTopLeft;
}
.controlList__item:nth-child(2) .dott:nth-child(8),
.controlList__item:nth-child(2) .dott:nth-child(9) {
  bottom: 200px;
  left: 100px;
  animation-delay: 1.5s;
  animation-duration: 2.15s;
  animation-name: toTopRight;
}
.controlList__item:nth-child(2) .dott:nth-child(9) {
  bottom: 160px;
  left: 180px;
}
.controlList__item:nth-child(2) .dott:nth-child(10) {
  bottom: 220px;
  left: 160px;
  animation-delay: 1s;
  animation-duration: 2.45s;
  animation-name: toTopRight;
}
.controlList__item:nth-child(2) .dott:nth-child(11),
.controlList__item:nth-child(2) .dott:nth-child(12) {
  bottom: 50px;
  left: 250px;
  animation-delay: 1s;
  animation-duration: 2.45s;
  animation-name: toTopRight;
}
.controlList__item:nth-child(2) .dott:nth-child(12) {
  bottom: 20px;
  left: 220px;
}
.controlList__item:nth-child(2) .dott:nth-child(13) {
  bottom: 100px;
  left: 130px;
  animation-delay: 0.5s;
  animation-duration: 2.15s;
  animation-name: toBottomLeft2;
}
.controlList__item:nth-child(2) .dott:nth-child(14) {
  bottom: 100px;
  left: 150px;
  animation-delay: 1s;
  animation-duration: 2.7s;
  animation-name: toBottomRight;
}
.controlList__item:nth-child(2) .dott:nth-child(15) {
  bottom: 160px;
  left: 240px;
  animation-delay: 1.5s;
  animation-duration: 2.85s;
  animation-name: toBottomRight;
}
.controlList__item:nth-child(2) .dott:nth-child(16),
.controlList__item:nth-child(2) .dott:nth-child(17) {
  bottom: 200px;
  left: 100px;
  animation-delay: 1.5s;
  animation-duration: 2.85s;
  animation-name: toBottomLeft;
}
.controlList__item:nth-child(2) .dott:nth-child(17) {
  left: 140px;
  animation-name: toBottomRight;
}
.controlList__item:nth-child(2) .dott:nth-child(18) {
  bottom: 200px;
  left: 100px;
  animation-delay: 1.5s;
  animation-duration: 2.15s;
  animation-name: toBottomLeft;
}
.controlList__item:nth-child(2) .dott:nth-child(19),
.controlList__item:nth-child(2) .dott:nth-child(20) {
  bottom: 200px;
  left: 100px;
  animation-delay: 1.5s;
  animation-duration: 2.15s;
  animation-name: toBottomRight;
}
.controlList__item:nth-child(2) .dott:nth-child(20) {
  bottom: 160px;
  left: 180px;
}
.controlList__item:nth-child(2) .dott:nth-child(21) {
  bottom: 220px;
  left: 160px;
  animation-delay: 1s;
  animation-duration: 2.45s;
  animation-name: toBottomRight;
}
.controlList__item:nth-child(2) .dott:nth-child(22),
.controlList__item:nth-child(2) .dott:nth-child(23) {
  bottom: 50px;
  left: 250px;
  animation-delay: 1s;
  animation-duration: 2.45s;
  animation-name: toBottomRight;
}
.controlList__item:nth-child(2) .dott:nth-child(23) {
  bottom: 20px;
  left: 220px;
}
.controlList__item:nth-child(2) svg {
  width: 262px;
  height: 266px;
}
.controlList__item:nth-child(3) {
  position: relative;
  right: -30px;
}
.controlList__item:nth-child(3) svg {
  width: 235px;
  height: 233px;
}
.controlList__icon {
  min-height: 266px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.controlList__title {
  font-size: 30px;
  font-weight: 300;
  opacity: 0.5;
  line-height: normal;
}
.controlList__title small {
  display: block;
  font-size: 22px;
}
@keyframes riverRowTopBeforelarge {
  0%,
  to {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1898px, 0, 0);
  }
  50.001% {
    transform: translate3d(1898px, 0, 0);
  }
}
@keyframes riverRowTopAfterlarge {
  0% {
    transform: translate3d(1958px, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-1958px, 0, 0);
  }
}
#control3 .lines line {
  animation-name: animation1;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#control3 .lines line:nth-child(1) {
  animation-delay: 50ms;
}
#control3 .lines line:nth-child(2) {
  animation-delay: 100ms;
}
#control3 .lines line:nth-child(3) {
  animation-delay: 150ms;
}
#control3 .lines line:nth-child(4) {
  animation-delay: 200ms;
}
#control3 .lines line:nth-child(5) {
  animation-delay: 250ms;
}
#control3 .lines line:nth-child(6) {
  animation-delay: 300ms;
}
#control3 .lines line:nth-child(7) {
  animation-delay: 350ms;
}
#control3 .lines line:nth-child(8) {
  animation-delay: 400ms;
}
#control3 .lines line:nth-child(9) {
  animation-delay: 450ms;
}
#control3 .lines line:nth-child(10) {
  animation-delay: 500ms;
}
#control3 .lines line:nth-child(11) {
  animation-delay: 550ms;
}
@keyframes animation1 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes toTop {
  0%,
  50.001% {
    transform: translate3d(0, 0, 0);
  }
  50%,
  to {
    transform: translate3d(0, -250px, 0);
  }
}
@keyframes toTopLeft {
  0%,
  50.001% {
    transform: translate3d(0, 0, 0);
  }
  50%,
  to {
    transform: translate3d(-250px, -250px, 0);
  }
}
@keyframes toTopLeft2 {
  0%,
  50.001% {
    transform: translate3d(0, 0, 0);
  }
  50%,
  to {
    transform: translate3d(-150px, -250px, 0);
  }
}
@keyframes toTopRight {
  0%,
  50.001% {
    transform: translate3d(0, 0, 0);
  }
  50%,
  to {
    transform: translate3d(150px, -250px, 0);
  }
}
@keyframes toBottomLeft {
  0%,
  50.001% {
    transform: translate3d(0, 0, 0);
  }
  50%,
  to {
    transform: translate3d(-250px, 250px, 0);
  }
}
@keyframes toBottomLeft2 {
  0%,
  50.001% {
    transform: translate3d(0, 0, 0);
  }
  50%,
  to {
    transform: translate3d(-150px, 250px, 0);
  }
}
@keyframes toBottomRight {
  0%,
  50.001% {
    transform: translate3d(0, 0, 0);
  }
  50%,
  to {
    transform: translate3d(150px, 250px, 0);
  }
}
.service {
  background-color: #f3f3f3;
  padding-top: 162px;
  padding-bottom: 168px;
}
.service .section__text {
  margin-top: 85px;
  padding: 0 40px;
}
.mobBank__inner .right p:not(:first-child),
.partnerProgram .section__text p:not(:first-child),
.service .section__text p:not(:first-child) {
  margin-top: 30px;
}
.service svg {
  fill: none;
  stroke: #373737;
}
.web {
  margin-top: 95px;
  position: relative;
  visibility: visible !important;
}
.web.animated:not(.is-hover-show) .web__top .web__item:first-child .web__icon {
  box-shadow: 0 0 70px rgba(1, 1, 1, 0.22);
  transition-delay: 0.5s;
}
.web.animated:not(.is-hover-show)
  .web__top
  .web__item:first-child
  .web__icon:before {
  opacity: 1;
  transition-delay: 0.5s;
}
.web.animated:not(.is-hover-show)
  .web__top
  .web__item:first-child
  .web__icon
  svg
  circle,
.web.animated:not(.is-hover-show)
  .web__top
  .web__item:first-child
  .web__icon
  svg
  ellipse,
.web.animated:not(.is-hover-show)
  .web__top
  .web__item:first-child
  .web__icon
  svg
  line,
.web.animated:not(.is-hover-show)
  .web__top
  .web__item:first-child
  .web__icon
  svg
  path,
.web.animated:not(.is-hover-show)
  .web__top
  .web__item:first-child
  .web__icon
  svg
  polyline,
.web.animated:not(.is-hover-show)
  .web__top
  .web__item:first-child
  .web__icon
  svg
  rect {
  stroke: #fff !important;
  transition-delay: 0.5s;
}
.web.animated.is-hover-show .web__top .web__item:first-child:hover .web__icon {
  box-shadow: 0 0 70px rgba(1, 1, 1, 0.22);
  transition-delay: 0 !important;
}
.web.animated.is-hover-show
  .web__top
  .web__item:first-child:hover
  .web__icon:before {
  opacity: 1;
  transition-delay: 0 !important;
}
.web.animated.is-hover-show
  .web__top
  .web__item:first-child:hover
  .web__icon
  svg
  circle,
.web.animated.is-hover-show
  .web__top
  .web__item:first-child:hover
  .web__icon
  svg
  ellipse,
.web.animated.is-hover-show
  .web__top
  .web__item:first-child:hover
  .web__icon
  svg
  line,
.web.animated.is-hover-show
  .web__top
  .web__item:first-child:hover
  .web__icon
  svg
  path,
.web.animated.is-hover-show
  .web__top
  .web__item:first-child:hover
  .web__icon
  svg
  polyline,
.web.animated.is-hover-show
  .web__top
  .web__item:first-child:hover
  .web__icon
  svg
  rect {
  stroke: #fff !important;
  transition-delay: 0 !important;
}
.web:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1900px;
  height: 357px;
  background-image: url(../img/lines.png);
  margin-top: -55px;
  background-size: cover;
  background-position: center center;
}
.web__icon,
.web__icon:before {
  border-radius: 100%;
  transition: 0.3s all;
}
.web__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e1e1e1;
  position: relative;
}
.web__icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, #e91657, #0dcfe6);
  opacity: 0;
}
.web__icon svg {
  position: relative;
  z-index: 2;
}
.web__item:hover .web__icon {
  box-shadow: 0 0 70px rgba(1, 1, 1, 0.22);
}
.web__item:hover .web__icon:before {
  opacity: 1;
}
.web__item:hover .web__icon svg circle,
.web__item:hover .web__icon svg ellipse,
.web__item:hover .web__icon svg line,
.web__item:hover .web__icon svg path,
.web__item:hover .web__icon svg polyline,
.web__item:hover .web__icon svg rect {
  stroke: #fff !important;
}
.web__title {
  margin-top: 30px;
}
.web__top {
  display: -ms-flexbox;
  display: flex;
  padding: 0 130px;
  position: relative;
}
.web__top > div:first-child .web__title {
  padding-left: 10px;
}
.web__top > div:nth-child(2) {
  margin-left: 85px;
  margin-top: -23px;
}
.web__top > div:nth-child(2) .web__title {
  margin-top: 25px;
  padding-left: 10px;
}
.web__top > div:nth-child(3) {
  margin-top: -10px;
  margin-left: 132px;
}
.web__top > div:nth-child(3) .web__title {
  margin-top: 22px;
  padding-left: 30px;
}
.web__bottom {
  padding-top: 15px;
  padding-left: 40px;
  display: -ms-flexbox;
  display: flex;
}
.web__bottom > div:first-child .web__title {
  margin-top: 25px;
  padding-left: 5px;
}
.web__bottom > div:nth-child(2) {
  margin-left: 160px;
  margin-top: 40px;
}
.web__bottom > div:nth-child(2) .web__title {
  text-align: center;
  margin-top: 20px;
}
.web__bottom > div:nth-child(3) {
  margin-left: 120px;
  margin-top: 55px;
}
.web__bottom > div:nth-child(3) .web__title {
  margin-top: 20px;
}
.web__bottom > div:nth-child(4) {
  margin-left: 120px;
  margin-top: -30px;
}
.web__bottom > div:nth-child(4) .web__title {
  margin-top: 20px;
  padding-left: 5px;
}
.web__title {
  font-size: 18px;
}
.web .web-icon1 {
  background-color: #eaeaea;
  width: 167px;
  height: 167px;
}
.web .web-icon1 svg {
  width: 97px;
  height: 77px;
}
.web .web-icon2,
.web .web-icon3 {
  width: 127px;
  height: 127px;
  background-color: #e1e1e1;
}
.web .web-icon2 svg {
  width: 61px;
  height: 53px;
}
.web .web-icon3 {
  height: 176px;
  width: 176px;
}
.web .web-icon3 svg {
  width: 77px;
  height: 70px;
}
.web .web-icon4 {
  width: 136px;
  height: 136px;
}
.web .web-icon4 svg {
  width: 48px;
  height: 61px;
}
.web .web-icon5 {
  width: 193px;
  height: 193px;
}
.web .web-icon5 svg {
  width: 91px;
  height: 92px;
}
.web .web-icon6 {
  background-color: #eaeaea;
  width: 129px;
  height: 129px;
}
.web .web-icon6 svg {
  width: 53px;
  height: 62px;
}
.web .web-icon7 {
  width: 135px;
  height: 135px;
}
.web .web-icon7 svg {
  height: 56px;
  width: 51px;
}
.mobBank {
  padding-top: 155px;
  padding-bottom: 155px;
}
.mobBank__inner {
  display: -ms-flexbox;
  display: flex;
  padding-left: 128px;
  padding-top: 135px;
  padding-bottom: 80px;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mobBank__inner .left,
.partnerProgram {
  position: relative;
}
.mobBank svg,
.mobBank__inner .left:before {
  animation-duration: 1.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  overflow: visible;
}
.mobBank__inner .left:before {
  content: '';
  position: absolute;
  bottom: -95px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -10px;
  width: 349px;
  height: 108px;
  background-image: url(../img/mobbank/icondecor.png);
  background-repeat: no-repeat;
  background-position: center center;
  animation-name: opacityLiv;
}
.mobBank__inner svg {
  width: 245px;
  height: 275px;
}
.mobBank__inner .right {
  padding-left: 95px;
  padding-top: 20px;
  padding-right: 15px;
}
.mobBank .circle {
  width: 91px;
  height: 91px;
  background-color: #f3f3f3;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin-top: -2px;
  margin-left: -55px;
}
.mobBank .circle-border {
  width: 143px;
  height: 143px;
  border-radius: 100%;
  border: 20px solid #f3f3f3;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 40px;
  margin-right: -120px;
}
.mobBank svg {
  animation-name: livitation;
}
@keyframes livitation {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes opacityLiv {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
.partnerProgram {
  background-color: #f3f3f3;
  margin-top: -70px;
  padding-top: 165px;
  padding-bottom: 142px;
  overflow: hidden;
}
.partnerProgram .section__text {
  margin-top: 92px;
  padding-left: 4px;
}
.partnerProgram__icon {
  width: 170px;
  height: 170px;
  border-radius: 100%;
  background-color: #fff;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.partnerProgram-list {
  display: -ms-flexbox;
  display: flex;
  margin: 120px -60px 0 -65px;
}
.partnerProgram__item {
  width: 33.33%;
}
.partnerProgram__item:not(:first-child) {
  position: relative;
}
.partnerProgram__item:not(:first-child):before {
  content: '';
  position: absolute;
  top: 65px;
  left: 0;
  width: 22px;
  height: 42px;
  background-image: url(../img/partnerprogram/arrowright@2x.png);
  background-size: cover;
  background-position: center center;
  margin-left: -5px;
}
.partnerProgram__item:first-child .partnerProgram__icon {
  background: linear-gradient(90deg, #10cce4, #2cb4d1);
}
.partnerProgram__item:nth-child(2) .partnerProgram__icon {
  background: linear-gradient(90deg, #6287ae, #925f8f);
}
.partnerProgram__item:nth-child(3) .partnerProgram__icon {
  background: linear-gradient(90deg, #c8316c, #e61858);
}
.partnerProgram__title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
  line-height: 1.65;
}
.decor-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  opacity: 0.2;
}
.decor-bg figure,
.partner-icon-1,
.partner-icon-2,
.partner-icon-3 {
  background-size: cover;
  background-position: center center;
}
.decor-bg .left1 {
  background-image: url(../img/partnerprogram/left1.png);
  width: 260px;
  height: 400px;
  position: absolute;
  top: 220px;
  left: 180px;
}
.decor-bg .left2,
.decor-bg .left3 {
  background-image: url(../img/partnerprogram/left2.png);
  width: 74px;
  height: 108px;
  position: absolute;
  bottom: 50px;
  left: 160px;
}
.decor-bg .left3 {
  background-image: url(../img/partnerprogram/left3.png);
  width: 31px;
  height: 48px;
  bottom: 185px;
  left: 390px;
}
.decor-bg .right1 {
  background-image: url(../img/partnerprogram/right1.png);
  width: 65px;
  height: 106px;
  position: absolute;
  right: 350px;
  bottom: 425px;
}
.decor-bg .right2 {
  background-image: url(../img/partnerprogram/right2.png);
  width: 174px;
  height: 266px;
  position: absolute;
  bottom: -90px;
  right: 210px;
}
.partner-icon-1,
.partner-icon-2,
.partner-icon-3 {
  background-image: url(../img/partnerprogram/icon1.svg);
  width: 97px;
  height: 55px;
}
.partner-icon-2,
.partner-icon-3 {
  background-image: url(../img/partnerprogram/icon2.svg);
  width: 76px;
  height: 74px;
}
.partner-icon-3 {
  background-image: url(../img/partnerprogram/icon3.svg);
  width: 83px;
  height: 79px;
}
.graphic-section {
  padding-top: 70px;
}
.graphic-section .section__text {
  line-height: 1.7;
}
.graphic-section .graphic {
  margin-top: 58px;
  margin-bottom: 90px;
  position: relative;
}
.graphic-section .graphic__head {
  margin-bottom: 58px;
}
.graphic-section .graphic__body {
  position: relative;
}
.graphic-section .graphic__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 3px;
}
.graphic-section .graphic__item:not(:first-child) {
  margin-top: 20px;
}
.graphic-section .graphic__title {
  font-size: 18px;
}
.graphic-section .graphic__color {
  width: 47px;
  height: 4px;
  background-color: #e91657;
  margin-right: 25px;
}
.graphic-scale {
  width: 1202px;
  height: 516px;
  background-image: url(../img/graphic/scale.png);
  background-size: cover;
  background-position: center center;
}
.graphic-lines.animated {
  right: 0;
}
.graphic-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 1203px;
  bottom: 0;
  background-image: url(../img/graphic/lines.png);
  background-repeat: no-repeat;
  transition: 2s ease-out;
  background-size: cover;
  background-position: left center;
}
.history {
  margin-top: 75px;
  background-color: #f3f3f3;
  padding-top: 150px;
  padding-bottom: 170px;
}
.roadMap {
  margin-top: 92px;
  position: relative;
  visibility: visible !important;
}
.roadMap.animated .roadMap__item:before {
  opacity: 1;
}
.roadMap.animated .roadMap__top .roadMap__item:first-child:before {
  transition-delay: 1s;
}
.roadMap.animated .roadMap__top .roadMap__item:nth-child(2):before {
  transition-delay: 1.4s;
}
.roadMap.animated .roadMap__top .roadMap__item:nth-child(3):before {
  transition-delay: 1.8s;
}
.roadMap.animated .roadMap__top .roadMap__item:nth-child(4):before {
  transition-delay: 2.2s;
}
.roadMap.animated .roadMap__bottom .roadMap__item:first-child:before {
  transition-delay: 1.2s;
}
.roadMap.animated .roadMap__bottom .roadMap__item:nth-child(2):before {
  transition-delay: 1.6s;
}
.roadMap.animated .roadMap__bottom .roadMap__item:nth-child(3):before {
  transition-delay: 2s;
}
.roadMap:after,
.roadMap:before {
  transition: 2s all ease-out;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
}
.roadMap:before {
  left: -999px;
  background-color: #000;
  height: 2px;
  margin-top: -10px;
}
.roadMap:after {
  width: 19px;
  margin-top: -27px;
  height: 36px;
  margin-right: -1px;
  background-image: url(../img/arrow_history.svg);
  background-size: cover;
  background-position: center center;
}
.roadMap__bottom,
.roadMap__top {
  display: -ms-flexbox;
  display: flex;
}
.roadMap__bottom .roadMap__item,
.roadMap__top .roadMap__item {
  position: relative;
  transition: 0.5s all;
}
.roadMap__bottom .roadMap__item.is-active:before,
.roadMap__top .roadMap__item.is-active:before {
  transition-delay: 0s !important;
}
.roadMap__bottom .roadMap__item:before,
.roadMap__top .roadMap__item:before {
  content: '';
  position: absolute;
  left: 0;
  background-color: #404040;
  width: 31px;
  height: 31px;
  border-radius: 100%;
  opacity: 0;
  transition: 0.3s all;
}
.roadMap__bottom .roadMap__item:before {
  top: 0;
  margin-top: -20px;
  margin-left: 2px;
}
.roadMap__top .roadMap__item {
  padding-bottom: 53px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}
.roadMap__top .roadMap__item:before {
  top: auto;
  bottom: -11px;
  margin-left: 2px;
  margin-top: 0;
}
.roadMap__top .roadMap__item:hover:before {
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}
.roadMap__top .roadMap__item:nth-child(1) {
  margin-right: 220px;
}
.roadMap__top .roadMap__item:nth-child(2) {
  margin-right: 210px;
}
.roadMap__top .roadMap__item:last-child {
  margin-left: auto;
}
.roadMap__top .roadMap__item .roadMap__logo {
  margin-bottom: 30px;
}
.roadMap__top .roadMap__item .roadMap__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}
.roadMap__top .roadMap__item .roadMap__info .roadMap__subtitle {
  margin-bottom: -5px;
}
.roadMap__bottom .roadMap__item {
  padding-top: 54px;
}
.roadMap__bottom .roadMap__item:hover:before {
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}
.roadMap__bottom .roadMap__item:first-child {
  margin-left: 180px;
}
.roadMap__bottom .roadMap__item:nth-child(2) {
  margin-left: 225px;
}
.roadMap__bottom .roadMap__item:nth-child(3) {
  margin-left: 182px;
}
.roadMap__bottom .roadMap__item .roadMap__subtitle {
  margin-top: -5px;
  margin-bottom: 36px;
}
.roadMap__bottom .roadMap__item .roadMap__logo {
  min-height: 37px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.roadMap__logo {
  font-size: 22px;
  font-weight: 700;
}
.roadMap__title {
  font-size: 18px;
  font-weight: 700;
}
.roadMap__subtitle {
  font-size: 18px;
  font-weight: 300;
}
.april2012,
.july2016,
.may2016,
.may2017,
.sent2016 {
  background-image: url(../img/roadmap/july2006@2x.png);
  width: 144px;
  height: 27px;
  background-size: cover;
  background-position: center center;
}
.april2012,
.may2016,
.may2017,
.sent2016 {
  background-image: url(../img/roadmap/may2016@2x.png);
  width: 136px;
  height: 32px;
}
.april2012,
.may2017,
.sent2016 {
  background-image: url(../img/roadmap/may2017.png);
}
.april2012,
.sent2016 {
  background-image: url(../img/roadmap/april2012.png);
  width: 135px;
  height: 37px;
}
.sent2016 {
  background-image: url(../img/roadmap/sent2016.svg);
  width: 166px;
  height: 26px;
}
.statistic {
  padding-top: 120px;
}
.statisticList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-top: 85px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -5px;
  visibility: visible !important;
}
.statisticList.animated .statisticList__item {
  opacity: 1;
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.statisticList__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 90px;
  position: relative;
  transition: opacity 0.55s ease-out, transform 0.55s ease-out;
}
.statisticList__item:nth-child(1) {
  transition-delay: 150ms, 150ms;
}
.statisticList__item:nth-child(2) {
  transition-delay: 300ms, 300ms;
}
.statisticList__item:nth-child(3) {
  transition-delay: 450ms, 450ms;
}
.statisticList__item:nth-child(4) {
  transition-delay: 600ms, 600ms;
}
.statisticList__item:nth-child(5) {
  transition-delay: 750ms, 750ms;
}
.statisticList__item:nth-child(6) {
  transition-delay: 900ms, 900ms;
}
.statisticList__item:nth-child(7) {
  transition-delay: 1050ms, 1050ms;
}
.statisticList__item:before {
  content: '';
  background-color: #d2d2d2;
  width: 48px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: 4px;
  margin-left: 37px;
}
.statisticList__item:nth-child(1) .statisticList__desc,
.statisticList__item:nth-child(1) .statisticList__numb {
  background: linear-gradient(to bottom, #0dcfe6 0%, #13cae2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.statisticList__item:nth-child(2) .statisticList__desc,
.statisticList__item:nth-child(2) .statisticList__numb {
  background: linear-gradient(to bottom, #0dcfe6 0%, #3ea6c6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.statisticList__item:nth-child(3) .statisticList__desc {
  background: linear-gradient(to bottom, #846b98 0%, #965c8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.statisticList__item:nth-child(3) .statisticList__numb {
  background: linear-gradient(to bottom, #3da6c6 0%, #8d6392 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.statisticList__item:nth-child(4) .statisticList__desc {
  background: linear-gradient(to bottom, #b2447a 0%, #c3366f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
}
.statisticList__item:nth-child(4) .statisticList__numb {
  background: linear-gradient(to bottom, #598fb4 0%, #a74d81 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.statisticList__item:nth-child(5) .statisticList__desc {
  background: linear-gradient(to bottom, #e11d5c 0%, #e91657 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.statisticList__item:nth-child(5) .statisticList__numb {
  background: linear-gradient(to bottom, #a15285 0%, #e51a59 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.statisticList__item:nth-child(6) .statisticList__desc {
  background: linear-gradient(to bottom, #e91657 0%, #e91657 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.statisticList__item:nth-child(6) .statisticList__numb {
  background: linear-gradient(to bottom, #d22965 0%, #e91657 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.statisticList__item:nth-child(3):before,
.statisticList__item:nth-child(6):before {
  content: none;
}
.statisticList__item:nth-child(6) {
  padding-right: 20px;
}
.statisticList__numb {
  font-size: 140px;
  line-height: 1;
  margin-bottom: -20px;
}
.statisticList__info {
  padding-top: 10px;
  margin-left: 10px;
}
.statisticList__desc {
  line-height: 1;
  font-size: 55px;
}
.statisticList__title {
  font-size: 25px;
  line-height: 1.2;
  position: relative;
  bottom: -5px;
}
.factors {
  padding-top: 160px;
}
.factors h2 {
  margin-bottom: 0;
}
.factors__inner {
  position: relative;
  padding-top: 165px;
  padding-bottom: 165px;
}
.factors__inner .factors__lines {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.factorsList {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.factorsList__item {
  width: 25%;
  padding: 0 10px;
}
.factorsList__item:nth-child(1) {
  padding-right: 40px;
}
.factorsList__item:nth-child(1) .factorsList__icon img {
  width: 79px;
}
.factorsList__item:nth-child(2) {
  margin-left: 35px;
  padding-right: 20px;
}
.factorsList__item:nth-child(2) .factorsList__icon img {
  width: 57px;
  position: relative;
  left: 15px;
  top: 5px;
}
.factorsList__item:nth-child(3) {
  margin-left: 13px;
  padding-right: 20px;
}
.factorsList__item:nth-child(3) .factorsList__icon img {
  width: 87px;
  position: relative;
  top: 26px;
}
.factorsList__item:nth-child(4) {
  margin-left: auto;
  position: relative;
  right: -20px;
  padding-right: 30px;
}
.factorsList__item:nth-child(4) .factorsList__icon img {
  width: 69px;
  position: relative;
  top: 10px;
  left: 10px;
}
.factorsList__title {
  font-size: 25px;
  font-weight: 300;
  margin-top: 42px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.factorsList__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
}
.factorsList__icon {
  min-height: 98px;
}
.potential {
  background-color: #f3f3f3;
  padding-top: 155px;
  padding-bottom: 200px;
}
.potentialList {
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 607px;
  visibility: visible !important;
}
.potentialList.animated .potentialList__item:nth-child(1):after {
  height: 202px;
}
.potentialList.animated .potentialList__item:nth-child(2):after {
  height: 40px;
}
.potentialList.animated .potentialList__item:nth-child(3):after {
  height: 226px;
}
.potentialList.animated .potentialList__item:nth-child(4):after {
  height: 98px;
}
.potentialList__item {
  width: 25%;
}
.potentialList__item:after {
  transition: 1.5s all ease-in-out;
  height: 0;
}
.potentialList__item:nth-child(1) {
  padding-right: 25px;
}
.potentialList__item:nth-child(1):after,
.potentialList__item:nth-child(2):after {
  content: '';
  display: block;
  background-color: #404040;
  width: 100%;
  margin-top: 44px;
  opacity: 0.86;
}
.potentialList__item:nth-child(2) {
  margin-left: 10px;
  padding-right: 24px;
}
.potentialList__item:nth-child(2) .potential__text {
  margin-right: -5px;
}
.potentialList__item:nth-child(2):after {
  margin-top: 50px;
  opacity: 0.4;
}
.potentialList__item:nth-child(3) {
  margin-left: 20px;
  padding-right: 18px;
}
.potentialList__item:nth-child(3):after,
.potentialList__item:nth-child(4):after {
  content: '';
  display: block;
  width: 100%;
  background-color: #404040;
  margin-top: 44px;
}
.potentialList__item:nth-child(4) {
  padding-left: 20px;
}
.potentialList__item:nth-child(4):after {
  opacity: 0.76;
  margin-top: 20px;
}
.potential__numb {
  font-weight: 300;
  font-size: 140px;
  line-height: 1;
}
.potential__numb small {
  display: block;
  margin-top: -5px;
  position: relative;
  left: -2px;
  font-size: 39px;
}
.potential__text {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-slide,
.swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-wrapper {
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(
    data:image/svg + xml;charset=utf-8,
    %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E
  );
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url(
    data:image/svg + xml;charset=utf-8,
    %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E
  );
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url(
    data:image/svg + xml;charset=utf-8,
    %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E
  );
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(
    data:image/svg + xml;charset=utf-8,
    %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E
  );
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url(
    data:image/svg + xml;charset=utf-8,
    %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E
  );
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url(
    data:image/svg + xml;charset=utf-8,
    %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E
  );
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet,
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white
  .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black
  .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(360deg);
  }
}

.carousel {
  padding-top: 160px;
  padding-bottom: 170px;
}
.carousel .swiper-container {
  margin-top: 92px;
  padding-bottom: 70px;
}
.carousel .swiper-pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0;
  min-height: 33px;
}
.carousel .swiper-pagination-bullet {
  background-color: #eaeaea;
  opacity: 1;
  width: 19px;
  height: 19px;
  transition: 0.3s all;
  margin: 0 16px !important;
}
.carousel .swiper-pagination-bullet-active {
  width: 33px;
  height: 33px;
}
.carousel__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.carousel__body {
  padding-left: 95px;
  padding-right: 100px;
}
.carousel__title {
  font-weight: 300;
  font-size: 55px;
  line-height: normal;
}
.carousel__text {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 300;
}
.carousel__img {
  width: 100%;
  max-width: 19.8125rem;
  height: 317px;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #f9f9f9;
}
.out {
  position: relative;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
  .graphic-scale {
    background-image: url(../img/graphic/scale@2x.png);
  }
  .graphic-lines {
    background-image: url(../img/graphic/lines@2x.png);
  }
}
@media only screen and (min-width: 1025px) {
  .hidden-desktop,
  .processList__item:before {
    display: none;
  }
  .roadMap.animated:after,
  .roadMap.animated:before {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .roadMap:after,
  .roadMap:before {
    -ms-transform: translateX(-3000px);
    transform: translateX(-3000px);
  }
  .roadMap__bottom .roadMap__item:hover:before,
  .roadMap__top .roadMap__item:hover:before {
    transition-delay: 0s !important;
    background-color: #35a945;
    transform: scale(1.4) translateZ(0);
  }
  .statisticList__item:nth-child(1) {
    min-width: 262px;
  }
  .statisticList__item:nth-child(2) {
    min-width: 356px;
  }
  .statisticList__item:nth-child(3) {
    width: 300px;
  }
}
@media only screen and (max-width: 1025px) {
  .container-fluid {
    padding: 0 1.6875rem;
  }
  .title-lg {
    font-size: 1.5625rem;
    right: 0;
  }
  .title-lg.title--rows span:after,
  .title-lg.title--rows span:before {
    margin-top: -2px;
  }
  .title-lg.title--rows span:before {
    right: calc(100% + 10px);
  }
  .title-lg.title--rows span:after {
    left: calc(100% + 13px);
  }

  .hidden-mobile {
    display: none;
  }
  .process {
    padding-top: 1.125rem !important;
  }
  .process .section__title {
    line-height: 1.1;
  }
  .process .section__text {
    margin-top: 2.4375rem;
    line-height: 1.42;
  }
  .bigData .section__text p:not(:first-child),
  .process .section__text p:not(:first-child) {
    margin-top: 1.25rem;
  }
  .processList {
    margin-top: 2.3125rem;
  }
  .processList-wrapper .arrow {
    display: none;
  }
  .processList__item svg {
    display: none !important;
  }
  .processList__item {
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    padding-bottom: 3.75rem;
    margin-bottom: 1.375rem;
  }
  .processList__item svg,
  .processList__item:before {
    width: 1.4375rem;
    height: 1.4375rem;
    top: auto;
    -ms-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
    margin-top: 0;
    bottom: 0;
    right: 0;
    left: 49%;
  }
  .processList__item:nth-child(3) svg {
    display: block;
  }
  .processList__item:nth-child(4) {
    -ms-flex-order: 11;
    order: 11;
  }
  .processList__item:nth-child(4):before {
    display: none;
  }
  .processList__item:nth-child(4) svg,
  .processList__item:nth-child(5) svg {
    -ms-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
  }
  .processList__item:nth-child(5) {
    -ms-flex-order: 10;
    order: 10;
  }
  .processList__item:nth-child(5) > div:first-child,
  .processList__item:nth-child(6) > div:first-child {
    margin-bottom: 0;
  }
  .processList__item:nth-child(6):before {
    display: block;
  }
  .process__title {
    font-size: 1.2rem;
  }
  .process__text {
    font-size: 0.87813rem;
    margin-top: 0.5rem;
    line-height: 1.4;
  }
  .bigData {
    margin-top: -1.75rem;
    padding-top: 3.125rem;
    padding-bottom: 3.25rem;
  }
  .bigData .section__title {
    padding: 0 1.25rem;
    line-height: 1.15;
  }
  .bigData .section__text {
    margin-right: 0;
    margin-top: 2.25rem;
    line-height: 1.4;
    word-break: break-all;
  }
  .bigData-list {
    margin-top: 3rem;
    display: block;
    padding: 0;
  }
  .bigData-list__item:not(:first-child) {
    margin-top: 5.5625rem;
  }
  .bigData-list__item:not(:first-child):before {
    width: 1.4375rem;
    height: 1.375rem;
    left: 50% !important;
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    top: auto !important;
    bottom: 126.9% !important;
  }
  .bigData-list__item:nth-child(1) .bigData__icon svg {
    width: 4.6875rem;
    height: 7.5rem;
  }
  .bigData-list__item:nth-child(2) .bigData__title {
    padding: 0 2.8125rem;
  }
  .bigData-list__item:nth-child(2) .bigData__icon svg,
  .bigData-list__item:nth-child(3) .bigData__icon svg {
    width: 6.25rem;
    height: 6.25rem;
  }
  .bigData-list__item:nth-child(4) .bigData__icon svg {
    width: 4.6875rem;
    height: 4.6875rem;
  }
  .bigData__icon {
    min-height: auto;
  }
  .bigData__title {
    margin-top: 0.9375rem;
    font-size: 0.88rem;
  }
  .control {
    padding-top: 3.125rem;
    padding-bottom: 0;
  }
  .control .section__title {
    padding: 0 1.875rem;
    line-height: 1.15;
  }
  .control .section__text {
    padding: 0;
    margin-top: 2.375rem;
    line-height: 1.4;
  }
  .control .section__text p:not(:first-child) {
    margin-top: 1.3125rem;
  }
  .controlList {
    display: block;
    padding: 40px 0 0;
  }
  .controlList:after,
  .controlList:before,
  .partnerProgram__title br {
    display: none;
  }
  .controlList__item {
    width: 100%;
    margin-bottom: 2.75rem;
  }
  .controlList__item:first-child {
    margin-bottom: 2.0625rem;
  }
  .controlList__item:first-child img {
    width: 12.5rem;
  }
  .controlList__item:nth-child(2),
  .controlList__item:nth-child(3) {
    right: 0;
  }
  .controlList__item:nth-child(2) .controlList__title {
    margin-top: 0.625rem;
  }
  .controlList__item:nth-child(2) img {
    width: 8.1875rem;
    height: 8.3125rem;
  }
  .controlList__item:nth-child(3) .controlList__title {
    margin-top: 0.3125rem;
  }
  .controlList__item:nth-child(3) svg {
    width: 7.5rem;
    height: 7.4375rem;
    margin-bottom: 0.5rem;
  }
  .controlList__icon {
    padding-top: 30px;
    margin-top: -30px;
    min-height: auto;
    overflow: hidden;
  }
  .controlList__title {
    margin-top: -0.375rem;
    font-size: 1.2rem;
  }
  .controlList__title small {
    margin-top: -0.375rem;
    font-size: 0.88rem;
  }
  .service {
    padding-top: 3.125rem;
    display: none;
  }
  .service .section__title {
    padding: 0 1.875rem;
    line-height: 1.1;
  }
  .service .section__text {
    padding: 0;
    margin-top: 2.375rem;
    line-height: 1.4;
  }
  .service .section__text p:not(:first-child) {
    margin-top: 1.25rem;
  }
  .web {
    margin-top: 2.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .web__bottom {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .mobBank {
    padding-top: 3.125rem;
    padding-bottom: 2.625rem;
  }
  .mobBank__inner {
    padding-left: 0;
    padding-top: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .mobBank__inner .left {
    padding-top: 2.8125rem;
    width: 100%;
    text-align: center;
  }
  .mobBank__inner .left:before {
    width: 10.9375rem;
    height: 3.375rem;
    background-size: cover;
    bottom: -2.5rem;
  }
  .mobBank__inner svg {
    width: 6.5rem;
    height: 7.3125rem;
  }
  .mobBank__inner .right {
    padding-left: 0;
    padding-right: 10px;
    padding-top: 0;
  }
  .mobBank__inner .right .section__text {
    line-height: 1.4;
  }
  .mobBank__inner .right p:not(:first-child) {
    margin-top: 1.25rem;
    padding-right: 1.25rem;
  }
  .mobBank .circle,
  .mobBank .circle-border {
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .mobBank .circle {
    margin-left: 1.25rem;
    margin-top: 5.9375rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .mobBank .circle-border {
    margin-right: 0.9375rem;
    margin-top: 0;
    bottom: 3.25rem;
    width: 3.875rem;
    height: 3.875rem;
    border-width: 0.625rem;
  }
  .partnerProgram {
    padding-top: 3.3125rem;
    padding-bottom: 3.25rem;
  }
  .partnerProgram .section__text {
    margin-top: 2.3125rem;
    padding-left: 0;
  }
  .partnerProgram .section__text p:not(:first-child) {
    margin-top: 22px;
  }
  .partnerProgram-list {
    margin: 45px 0 0;
    display: block;
  }
  .partnerProgram__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .partnerProgram__item:not(:first-child) {
    margin-top: 88px;
  }
  .partnerProgram__item:not(:first-child):before {
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    width: 1.4375rem;
    height: 1.375rem;
    margin-left: 0;
    left: 50%;
    top: -63px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .partnerProgram__title {
    padding: 0 40px;
    margin-top: 23px;
  }
  .decor-bg figure {
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .decor-bg .left1 {
    width: 254px;
    height: 394px;
  }
  .graphic-section {
    padding-top: 1.25rem;
  }
  .graphic-section .section__text {
    line-height: 1.4;
  }
  .graphic-section .section__text:last-child p:last-child {
    margin-right: -0.3125rem;
  }
  .graphic-section .section__text p:not(:first-child) {
    margin-top: 1.25rem;
  }
  .graphic-section .graphic {
    margin-top: 2.375rem;
    margin-bottom: 2.75rem;
  }
  .graphic-section .graphic__head {
    margin-bottom: 2.625rem;
  }
  .graphic-section .graphic__item {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .graphic-section .graphic__item:not(:first-child) {
    margin-top: 0.1875rem;
  }
  .graphic-section .graphic__title {
    font-size: 0.88rem;
  }
  .graphic-section .graphic__color {
    margin-right: 1.125rem;
    margin-top: 0.5625rem;
    max-width: 1.4375rem;
    width: 100%;
    height: 0.125rem;
  }
  .graphic-scale {
    height: 7.25rem;
    background-image: url(../img/graphic/scale-mob.png);
    width: 16.6875rem;
  }
  .graphic-lines {
    right: 16.6875rem;
    background-image: url(../img/graphic/lines-mob.png);
    background-size: cover;
  }
  .history {
    margin-top: 0.9375rem;
    padding-top: 3.25rem;
    padding-bottom: 3.75rem;
  }
  .history .section__title {
    line-height: 1.15;
  }
  .roadMap {
    margin-top: 3.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .roadMap:before {
    height: auto;
    top: 0.625rem;
    left: 50%;
    bottom: 0;
    right: auto;
    width: 2px;
  }
  .roadMap:after {
    bottom: 0;
    right: auto;
    top: auto;
    left: 50%;
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    margin-bottom: -10px;
    margin-left: 1px;
  }
  .roadMap__bottom,
  .roadMap__top {
    display: block;
    width: 50%;
  }
  .roadMap__bottom .roadMap__item,
  .roadMap__top .roadMap__item {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .roadMap__bottom .roadMap__item:before,
  .roadMap__top .roadMap__item:before {
    margin-top: 0;
    margin-left: 0;
    width: 1.4375rem;
    height: 1.4375rem;
  }
  .roadMap__top {
    padding-left: 1.875rem;
  }
  .roadMap__top .roadMap__item:before {
    top: -0.125rem;
    bottom: auto;
    margin-left: -2.5625rem;
  }
  .roadMap__top .roadMap__item:nth-child(2) {
    margin-top: 7.8125rem;
  }
  .roadMap__top .roadMap__item:nth-child(3) {
    margin-top: 7.1875rem;
  }
  .roadMap__top .roadMap__item:last-child {
    margin-top: 7.8125rem;
    padding-bottom: 1.25rem;
  }
  .roadMap__top .roadMap__item .roadMap__logo {
    margin-bottom: 1.125rem;
  }
  .roadMap__bottom .roadMap__item {
    padding-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .roadMap__bottom .roadMap__item:before {
    left: auto;
    right: 0;
    margin-right: -0.75rem;
  }
  .roadMap__bottom .roadMap__item:first-child {
    margin-top: 8rem;
  }
  .roadMap__bottom .roadMap__item:nth-child(2) {
    margin-top: 11.25rem;
  }
  .roadMap__bottom .roadMap__item:nth-child(3) {
    margin-top: 10.9375rem;
  }
  .roadMap__bottom .roadMap__item .roadMap__subtitle {
    margin-top: 0;
    margin-bottom: 0;
  }
  .roadMap__bottom .roadMap__item .roadMap__logo {
    min-height: auto;
    margin-bottom: 0.75rem;
  }
  .roadMap__logo {
    font-size: 1.00562rem;
    white-space: nowrap;
  }
  .roadMap__title {
    margin-top: 0.3125rem;
  }
  .roadMap__subtitle,
  .roadMap__title {
    font-size: 0.88rem;
  }
  .july2016 {
    width: 6.5rem;
    height: 1.1875rem;
  }
  .may2016,
  .may2017 {
    width: 6.25rem;
    height: 1.4375rem;
  }
  .april2012 {
    width: 6.125rem;
    height: 1.6875rem;
  }
  .sent2016 {
    width: 6.4375rem;
    height: 1rem;
  }
  .statistic {
    padding-top: 2.8125rem;
  }
  .statisticList {
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 2.375rem;
    margin-right: 0;
    padding-left: 2.5rem;
  }
  .statisticList__item {
    margin-bottom: 2.5625rem;
  }
  .statisticList__item:before {
    height: 1.375rem;
    width: 0.0625rem;
    left: 50%;
    margin-top: 0;
    margin-left: -1.3125rem;
    top: auto;
    bottom: -1.875rem;
  }
  .statisticList__numb {
    min-width: 6.1875rem;
    text-align: right;
    margin-bottom: -0.5rem;
    font-size: 3.71875rem;
  }
  .statisticList__info {
    padding-top: 0;
    margin-left: 0.3125rem;
  }
  .statisticList__desc {
    font-size: 1.47188rem;
    margin-top: 0.3125rem;
    white-space: nowrap;
  }
  .statisticList__title {
    font-size: 0.66938rem;
    margin-right: -0.625rem;
  }
  .factors__inner {
    padding-top: 2.8125rem;
    padding-bottom: 0.625rem;
  }
  .factors__inner .factors__lines {
    display: none;
  }
  .factors {
    padding-top: 3.25rem;
  }
  .factors .section__title {
    padding: 0 3.125rem;
    line-height: 1.15;
  }
  .factorsList {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0;
  }
  .factorsList__item {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 !important;
    margin-bottom: 2.8125rem;
  }
  .factorsList__item img {
    opacity: 0.7;
  }
  .factorsList__item:nth-child(1) .factorsList__icon img {
    width: 3.8125rem;
    opacity: 0.7;
  }
  .factorsList__item:nth-child(2),
  .factorsList__item:nth-child(3) {
    margin-left: 0;
  }
  .factorsList__item:nth-child(2) .factorsList__icon img {
    left: 0;
    top: 0;
    width: 2.75rem;
  }
  .factorsList__item:nth-child(3) .factorsList__icon img {
    top: 0;
    width: 4.25rem;
  }
  .factorsList__item:nth-child(4) {
    right: 0;
  }
  .factorsList__item:nth-child(4) .factorsList__icon img {
    top: 0;
    left: 0;
    width: 3.375rem;
  }
  .factorsList__title {
    margin-top: 1.25rem;
    font-size: 1.2rem;
    line-height: 1.1;
    margin-bottom: 0.9375rem;
  }
  .factorsList__text {
    font-size: 0.88rem;
    line-height: 1.4;
  }
  .factorsList__icon {
    min-height: auto;
  }
  .potential {
    padding-top: 3.125rem;
    padding-bottom: 0.9375rem;
  }
  .potential .section__title {
    line-height: 1.15;
  }
  .potentialList {
    margin-top: 2.5rem;
    min-height: 51.75rem;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-left: -0.84375rem;
    margin-right: -0.84375rem;
  }
  .potentialList.animated .potentialList__item:nth-child(1):after {
    height: 5.4375rem;
  }
  .potentialList.animated .potentialList__item:nth-child(2):after {
    height: 1.125rem;
  }
  .potentialList.animated .potentialList__item:nth-child(3):after {
    height: 6.0625rem;
  }
  .potentialList.animated .potentialList__item:nth-child(4):after {
    height: 2.6875rem;
  }
  .potentialList__item {
    width: 50%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0.84375rem !important;
    padding-left: 0.84375rem !important;
    margin-bottom: 2.8125rem;
  }
  .potentialList__item:nth-child(1):after {
    margin-top: 1.5rem;
  }
  .potentialList__item:nth-child(2):after {
    margin-top: 1.625rem;
  }
  .potentialList__item:nth-child(3):after {
    margin-top: 1.5625rem;
  }
  .potentialList__item:nth-child(4):after {
    margin-top: 1.6875rem;
  }
  .potential__numb {
    font-size: 3.73312rem;
  }
  .potential__numb small {
    margin-top: -0.125rem;
    font-size: 1.04rem;
  }
  .potential__text {
    line-height: 1.4;
    font-size: 0.8rem;
  }
  .carousel {
    padding-top: 3.25rem;
    padding-bottom: 3.4375rem;
  }
  .carousel .section__title {
    line-height: 1.12;
  }
  .carousel .swiper-container {
    margin-top: 2.8125rem;
    padding-bottom: 3.4375rem;
  }
  .carousel .swiper-pagination {
    min-height: 0.8125rem;
  }
  .carousel .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.375rem !important;
  }
  .carousel .swiper-pagination-bullet-active {
    width: 0.8125rem;
    height: 0.8125rem;
  }
  .carousel__item {
    display: block;
  }
  .carousel__body {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-top: 2.375rem;
  }
  .carousel__title {
    font-size: 1.2rem;
  }
  .carousel__text {
    margin-top: 0.625rem;
    font-size: 0.88rem;
    line-height: 1.4;
  }
  .carousel__img {
    width: 10.8125rem;
    height: 10.8125rem;
    margin: 0 auto;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  z-index: 1;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.page-head-text {
  padding: 50px 0 0;
  font-size: 24px;
  line-height: 36px;
}
.page-head-text p {
  margin-bottom: 36px;
}
.success,
.company {
  overflow: hidden;
  position: relative;
}
.success h2,
.company h2 {
  text-align: center;
  margin-bottom: 90px;
}
.company .slider {
  display: block;
  overflow: visible;
  padding-top: 30px;
}
.company .slick-arrow {
  z-index: 10;
  position: absolute;
  top: -55px;
  margin: 0 auto;
  width: 55px;
  height: 55px;
  display: block;
  text-indent: -9999px;
  background-image: url(../img/slide-nav.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border: none;
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.company .slick-arrow:hover {
  background-image: url(../img/slide-nav-blue.svg);
}
.company .slick-prev {
  left: 0;
  right: 76px;
  transform: rotate(180deg);
}
.company .slick-next {
  left: 76px;
  right: 0;
}
.company .slick-list {
  max-width: 440px;
  margin: 0 auto;
  overflow: visible !important;
}
.company .slide {
  padding: 0 65px;
  vertical-align: top;
  position: relative;
  min-height: 355px;
  line-height: 28px;
  overflow: visible;
  cursor: pointer;
}
.company .slide.last {
  padding-right: 0;
  min-width: 480px;
}
.company .slide p {
  margin-bottom: 28px;
}
.company .slide p:last-child {
  margin-bottom: 0;
}
.company .back-to-first {
  position: absolute;
  top: 50%;
  right: -100px;
  width: 50px;
  height: 100px;
  text-align: left;
  text-indent: -9999px;
  margin-top: -50px;
}
.company .back-to-first:after,
.company .back-to-first:before {
  position: absolute;
  content: '';
  top: 50px;
  left: 4px;
  width: 50px;
  height: 3px;
  background: #29cde2;
  transition: all 0.3s ease-in-out;
  transform-origin: top left;
}
.company .back-to-first:before {
  transform: rotate(35deg);
}
.company .back-to-first:after {
  transform: rotate(-35deg);
}
.company .back-to-first:hover:before {
  transform: rotate(25deg);
}
.company .back-to-first:hover:after {
  transform: rotate(-25deg);
}
.company .year {
  font-size: 70px;
  line-height: 103px;
  font-weight: 900;
  transition: all 0.3s ease-in-out;
}
.slick-current .year {
  color: #29cde2;
}
.slide-arrow {
  position: absolute;
  right: 100%;
  top: 35px;
}
.slide-arrow #Ellipse_63,
.slide-arrow #Component_33_9 line {
  transition: all 0.3s ease-in-out;
}
.slick-current .slide-arrow #Ellipse_63,
.slick-current .slide-arrow #Component_33_9 line {
  stroke: #29cde2;
}
.scrollspin {
  position: absolute;
  display: block;
  z-index: -1;
}
.scrollspin span {
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 1s ease-out;
  display: block;
}
.company .scrollspin.anticlockwise {
  top: 146px;
  right: -144px;
}
.company .scrollspin.anticlockwise span {
  background-image: url(../img/borders/border-12.svg);
  width: 487px;
  height: 487px;
}
.company .scrollspin.clockwise {
  left: -48px;
  bottom: 45px;
}
.company .scrollspin.clockwise span {
  background-image: url(../img/borders/border-8.svg);
  width: 287px;
  height: 287px;
}

.success {
  padding-top: 35px;
}
.success-bg {
  background: url(../img/success-bg.svg) no-repeat center center;
  padding-bottom: 170px;
  background-size: 1366px;
}
.hand:after,
.hand:before,
.rocket:after,
.clock:after,
.rocket .fuel:after,
.rocket .fuel:before,
.rocket .fuel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.clock {
  width: 160px;
  height: 128px;
  background: url(../img/clock/clock.png) no-repeat center;
  background-size: 100%;
  position: relative;
}
.clock:after {
  background-image: url(../img/clock/clock-center.png);
  animation: spin 2s linear infinite;
}
.rocket {
  width: 142px;
  height: 141px;
  background: url(../img/rocket/rocket.png) no-repeat center;
  background-size: 100%;
  position: relative;
}
.rocket:after {
  background-image: url(../img/rocket/rocket-stars.png);
  top: 5px;
}
.rocket .fuel:after {
  background-image: url(../img/rocket/rocket-1.png);
  animation: fuel 2s linear infinite;
  animation-delay: 0.2s;
}
.rocket .fuel:before {
  background-image: url(../img/rocket/rocket-2.png);
  animation: fuel 2s linear infinite;
}
.hand {
  width: 150px;
  height: 159px;
  background: url(../img/hand/hand.png) no-repeat center;
  background-size: 100%;
  position: relative;
}
.hand:after {
  background-image: url(../img/hand/hand-stars.png);
}
.hand:before {
  background-image: url(../img/hand/sphere.png);
  animation: spin 5s linear infinite;
  transform-origin: 103px 43px;
}

@keyframes up-down {
  0% {
    transform: translate(0, 0);
    animation-timing-function: ease-in-out;
  }
  50% {
    transform: translate(0, -10px);
    animation-timing-function: ease-in-out;
  }
}
@-moz-keyframes up-down {
  0% {
    transform: translate(0, 0);
    animation-timing-function: ease-in-out;
  }
  50% {
    transform: translate(0, -10px);
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes up-down {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
    animation-timing-function: ease-in-out;
  }
}
@-o-keyframes up-down {
  0% {
    transform: translate(0, 0);
    animation-timing-function: ease-in-out;
  }
  50% {
    transform: translate(0, -10px);
    animation-timing-function: ease-in-out;
  }
}

@keyframes fuel {
  0% {
    transform: translate(0, 0);
    animation-timing-function: ease-in-out;
  }
  50% {
    transform: translate(-10px, 10px);
    animation-timing-function: ease-in-out;
  }
}
@-moz-keyframes fuel {
  0% {
    transform: translate(0, 0);
    animation-timing-function: ease-in-out;
  }
  50% {
    transform: translate(-10px, 10px);
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes fuel {
  0% {
    transform: translate(0, 0);
    animation-timing-function: ease-in-out;
  }
  50% {
    transform: translate(-10px, 10px);
    animation-timing-function: ease-in-out;
  }
}
@-o-keyframes fuel {
  0% {
    transform: translate(0, 0);
    animation-timing-function: ease-in-out;
  }
  50% {
    transform: translate(-10px, 10px);
    animation-timing-function: ease-in-out;
  }
}

.col-section {
  display: flex;
  justify-content: space-between;
  padding-top: 130px;
}
.col-section .col {
  width: 27%;
}
.success .icon-h {
  height: 160px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 52px;
}
.contact-form h3,
.success h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 35px;
  font-weight: bold;
}
.contact-form {
  text-align: center;
  padding: 50px 0 150px !important;
  position: relative;
  overflow: hidden;
}
.contact-form h2 {
  max-width: 865px;
  text-align: center;
  margin: 0 auto 16px;
}
.contact-form p {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 75px;
}
.contact-form h3 {
  margin-bottom: 15px;
}
.contact-form .form form {
  padding-top: 35px;
  text-align: left;
}
.contact-form .form #thank-you {
  padding-top: 35px;
}
.contact-form .form {
  max-width: 514px;
  margin: 0 auto;
}
.contact-form .input-group {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  background: transparent;
}
.contact-form .input-group label {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  opacity: 0.7;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: left center;
}
.contact-form .input-group .phone {
  background-image: url(../img/icon-phone.svg);
}
.contact-form .input-group .name {
  background-image: url(../img/icon-name.svg);
}
.contact-form .input-group .project {
  background-image: url(../img/icon-desc.svg);
}
.contact-form .input-group .email {
  background-image: url(../img/icon-email.svg);
}
.contact-form .input-group input {
  transition: all 0.3s ease-in-out;
  color: #404040;
  font: 400 20px/28px Circe, Arial, sans-serif;
  padding: 26px 0 21px 33px;
  border: none;
  border-bottom: 1px solid #909090;
  width: 100%;
  background: transparent;
  border-radius: none !important;
}
.contact-form .input-group input.invalid {
  border-bottom: 1px solid #ff0000;
}
.contact-form .input-group input.invalid + .name {
  background-image: url(../img/icon-name-invalid.svg);
}
.contact-form .input-group input.invalid + .phone {
  background-image: url(../img/icon-phone-invalid.svg);
}
.contact-form .input-group input.invalid + .email {
  background-image: url(../img/icon-email-invalid.svg);
}
.contact-form .input-group input[type='number'],
.contact-form .input-group input[type='text'],
.contact-form .input-group input[type='tel'],
.contact-form .input-group input[type='email'] {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.contact-form .input-group input:hover,
.contact-form .input-group input:focus,
.contact-form .input-group input:active {
  outline: none;
  background: transparent;
}
.contact-form input::-webkit-input-placeholder {
  color: #404040;
  font: 400 20px/28px Circe, Arial, sans-serif;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.contact-form input::-moz-placeholder {
  color: #404040;
  font: 400 22px/28px Circe, Arial, sans-serif;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.contact-form input:-ms-input-placeholder {
  color: #404040;
  font: 400 22px/28px Circe, Arial, sans-serif;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.contact-form input:-moz-placeholder {
  color: #404040;
  font: 400 22px/28px Circe, Arial, sans-serif;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.contact-form .input-group input:focus {
  border-color: #404040;
}
.contact-form .input-group input:focus + label {
  opacity: 1;
}
.contact-form .input-group input:focus::-webkit-input-placeholder {
  opacity: 1;
}
.contact-form .input-group input:focus::-moz-placeholder {
  opacity: 1;
}
.contact-form .input-group input:focus:-ms-input-placeholder {
  opacity: 1;
}
.contact-form .input-group input:focus:-moz-placeholder {
  opacity: 1;
}
.contact-form *[type='submit'] {
  color: #404040;
  font: bold 17px/24px Circe, Arial, sans-serif;
  border: none;
  background: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  padding: 0;
  margin-top: 30px;
}
.contact-form *[type='submit']:hover {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.contact-form *[type='submit']:disabled,
.contact-form *[type='submit']:disabled:hover {
  opacity: 0.7;
  pointer-events: none;
  border: none;
}
.contact-form .scrollspin.anticlockwise {
  bottom: 425px;
  left: 112px;
}
.contact-form .scrollspin.anticlockwise span {
  background-image: url(../img/borders/border-14.svg);
  width: 224px;
  height: 224px;
}
.contact-form .scrollspin.clockwise {
  left: -162px;
  bottom: 0;
}
.contact-form .scrollspin.clockwise span {
  background-image: url(../img/borders/border-15.png);
  width: 284px;
  height: 284px;
}
.contact-list .col-section {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 100px;
  justify-content: center;
}
.contact-list .col-section .col {
  width: 395px;
  margin-bottom: 65px;
}
.contact-list .city {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.contact-list .city .img-h {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 142px;
  height: 142px;
}
.contact-list .city .img-h img {
  width: 110px;
  transition: all 0.2s ease-in-out;
  height: 110px;
  border-radius: 50%;
}
.contact-list .city:hover .img-h img {
  transform: scale(1.3);
}
.contact-list .city .text {
  max-width: calc(100% - 142px);
  padding-left: 15px;
  padding-top: 12px;
}
.contact-list .city h4 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
}
.offices {
  max-width: 960px;
  margin: auto;
}
.offices h2 {
  text-align: center;
  color: #404040;
  font-family: Circe;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 97px;
}

.offices .offices-wrapper {
  margin-bottom: 48px;
  display: flex;
  gap: 182px;
}
.offices .offices-wrapper .offices-item {
  color: #404040;
  font-family: Circe;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  gap: 10px;
  padding-bottom: 16px;
  padding-right: 5px;
  border-bottom: 1px solid #959595;
  width: max-content;
  margin-bottom: 34px;
}

.products {
  font-size: 28px;
  line-height: 36px;
}
.products-list .heading {
  position: relative;
  text-align: center;
  margin: 0 auto 65px;
}
.products-list .heading:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 50%;
  left: 0;
  width: 0;
  border-bottom: 1px solid #707070;
  transition: width 4s ease-out;
}
.products-list .block-left .heading:after {
  left: initial;
  right: 0;
}
.products-list h2 {
  display: inline-block;
  max-width: 1200px;
  padding: 0 100px;
  background: #fff;
  text-align: center;
  z-index: 2;
  position: relative;
  transition: all 1s ease-out;
  opacity: 0;
  margin-bottom: 0;
}
.products-list .flex-content {
  display: flex;
  align-items: center;
}
.products-list .block {
  margin-bottom: 150px;
}
.products-list .block:last-child {
  margin-bottom: 0;
}
.products-list .block-right .flex-content {
  padding-left: calc((100% - 1230px) / 2);
}
.products-list .block-left .flex-content {
  padding-right: calc((100% - 1230px) / 2);
}
.products-list .text {
  width: calc(100% - 615px);
  max-width: 100%;
  padding: 0 68px;
  line-height: 28px;
}
.products-list .text p {
  margin-bottom: 28px;
}
.products-list .text p:last-child {
  margin-bottom: 0;
}
.block-right .flex-content {
  flex-direction: row-reverse;
}
.products-list .block-right .text {
  padding-left: 0;
}
.products-list .block-left .text {
  padding-right: 0;
}
.products-list .text,
.products-list .image-h img {
  transition: all 1s ease-out;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  opacity: 0;
}
.products-list .image-h img {
  transition-delay: 0.25s;
}
.products-list .animated.heading:after {
  width: 50%;
}
.products-list .animated.heading h2 {
  opacity: 1;
}
.products-list .animated.text,
.products-list .animated.image-h img {
  opacity: 1;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}

@media screen and (max-width: 1900px) {
  .text-blocks h2 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .text-blocks .image-hl {
    height: 350px;
    overflow: hidden;
    width: 600px;
  }
  .text-blocks .image-hl img {
    max-width: none;
    min-height: 100%;
    height: auto;
    margin-left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
  .text-blocks .text {
    width: calc(100% - 600px);
  }
}
@media screen and (max-width: 1440px) {
  .info-block .img-h.left {
    margin-left: 0;
  }
  .info-block .text {
    width: calc(100% - 630px);
  }
  .info-block .container {
    max-width: 100%;
  }
  .info-block .text.right {
    padding-right: 40px;
  }
  .info-block .text.left {
    padding-left: 40px;
  }
  .technology .img-h {
    right: 7%;
  }
  .technology .container:before {
    right: 15px;
  }
  .projects-popup .close {
    right: 20px;
    top: 20px;
  }
  .projects-popup .img .dates {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
  }
  .projects-popup .project-logo {
    right: 30px;
    bottom: 49px;
  }
  .projects-popup .szybka .project-logo {
    bottom: 35px;
  }
  .projects-popup .bottom-nav {
    bottom: 37px;
  }
  .text-blocks .text {
    padding: 0 5%;
  }
  .text-blocks h2 {
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .full-height-img .text {
    max-width: 630px;
    padding: 120px 0;
  }
  .full-height-img .img-h {
    max-width: calc(100% - 636px) !important;
  }
  .full-height-img .mozaik {
    left: 650px;
    max-width: 735px !important;
  }
  .mozaik img {
    height: 125px;
    width: 172px;
  }
  .block-left .service-block:first-child p {
    margin-left: 72px;
  }
}
@media screen and (max-width: 1280px) {
  .products-list .block-left .flex-content,
  .products-list .block-right .flex-content {
    padding: 0;
  }
  .products-list .block-left .text {
    padding-right: 30px;
  }
  .products-list .block-right .text {
    padding-left: 30px;
  }
  .products-list .image-h,
  .products-list .text {
    width: 50%;
  }
}
@media screen and (max-width: 1245px) {
  .info-block .img-h {
    max-width: 500px;
  }
  .info-block .text {
    width: calc(100% - 530px);
  }
  .info-block .text.right {
    padding-right: 0;
  }
  .info-block .text.left {
    padding-left: 0;
  }
  .sites:before {
    height: 100%;
    width: 72%;
  }
  .animated.sites:before,
  .what-we-do .container:hover .sites:before {
    width: 65%;
    height: 90%;
    top: 5%;
  }
  footer .col-3 {
    width: 28%;
    float: left;
  }
  .col-3.menu {
    width: 180px;
  }
  .col.map {
    max-width: 500px;
  }
  .projects-popup .text h2 {
    font-size: 60px;
    margin-bottom: 30px;
  }
  .projects-popup .close {
    height: 42px;
    width: 40px;
  }
  .projects-popup .close::before,
  .projects-popup .close::after {
    width: 38px;
    height: 2px;
  }
  .full-height-img .img-h.man-woman {
    position: absolute;
    bottom: 0;
    max-width: 710px !important;
  }
  .text-blocks .image-hl {
    width: 450px;
    height: 320px;
    overflow: hidden;
  }
  .text-blocks .image-hl img {
    max-width: none;
    min-height: 100%;
    height: auto;
    margin-left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
  .text-blocks .text {
    width: calc(100% - 450px);
  }
  .develop .container {
    max-width: 900px;
  }
  .develop .col-4 {
    display: flex;
    width: 100%;
    padding-top: 0;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .develop .col-4 .circle:nth-child(1) {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 30px;
  }
  .develop .col-4 .circle:nth-child(2) {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .develop .col-4 .circle:nth-child(3) {
    margin-top: -30px;
  }
  .develop .col-3 .circle:nth-child(3) {
    margin-bottom: 33px;
    margin-left: 123px;
  }
  .service-block {
    max-width: 430px;
  }
  .service-block + .service-block {
    margin-left: 60px;
  }
  .services:after {
    width: calc((100% - 900px) / 2);
  }
  .technology .text {
    max-width: calc(100% - 500px);
  }
  .technology .container:before {
    width: 580px;
  }
  .technology .img-h {
    max-width: 450px;
    top: 60%;
  }
  .success-bg {
    background-size: cover;
  }
}
@media screen and (max-width: 1245px) and (min-width: 767px) {
  .projects-popup .img .dates {
    padding-top: 90px;
  }
  .projects-popup .project-logo {
    bottom: 127px;
    left: 28px;
    right: inherit;
  }
  .projects-popup .szybka .project-logo {
    bottom: 117px;
  }
}
@media screen and (max-width: 1024px) {
  .develop .spin .border:after {
    -webkit-animation-play-state: running;
    -o-animation-play-state: running;
    -moz-animation-play-state: running;
    -webkit-animation-play-state: running;
  }
}
@media screen and (max-width: 980px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .menu-dropdown li {
    margin-left: 40px;
  }
  .banner-text,
  .container {
    padding: 0 30px;
  }
  .section-pd {
    padding: 100px 0;
  }
  .home .info-block {
    overflow: visible;
  }
  .info-block .text {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }
  .technology .img-h,
  .info-block .img-h,
  .info-block .img-h.left,
  .info-block .img-h.right {
    float: none;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .technology .img-h {
    margin-top: 40px !important;
  }
  .technology .container:before {
    bottom: 55px;
    top: inherit;
    max-width: 600px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 95%;
  }
  .col-3.menu,
  footer .col-3,
  .compare .col-3 {
    width: 50%;
  }
  footer .col-3 {
    float: none;
  }
  .col-3.menu {
    padding-left: 30px;
  }
  .compare .col-3:first-child {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .compare .header .col-3 {
    text-align: center;
  }
  .compare .title br {
    display: none;
  }
  .compare .icon,
  .compare .title {
    width: 100%;
    display: block;
    margin-bottom: 25px;
    padding-left: 0;
  }
  .compare .icon img {
    margin: 0;
  }
  .col.map {
    max-width: 570px;
    float: none;
    margin: 120px auto 0;
  }
  .col.map img {
    max-width: 100%;
    float: none;
  }
  footer {
    padding-bottom: 70px;
  }
  footer .col-3 {
    position: relative;
  }
  .social-with-lang {
    padding-top: 0;
    position: absolute;
    width: 200%;
    bottom: -125px;
    text-align: center;
  }
  footer .social {
    left: 80%;
  }
  .soc-link {
    width: 38px;
    height: 38px;
    margin-right: 11px;
  }
  .copyright {
    width: 250px;
  }
  .copyright span {
    display: none;
  }
  .lang-dropdown ul,
  .lang-dropdown {
    padding-left: 0;
  }
  .lang-dropdown ul {
    text-align: center;
    padding-right: 10px;
  }
  .top-image {
    padding: 195px 20px 95px;
  }
  .top-image h1 {
    font-size: 70px;
  }
  .top-image.subtitle {
    padding-bottom: 30px;
  }
  .project-list li {
    width: 50%;
  }
  .projects-popup .text {
    width: 57%;
  }
  .projects-popup .img .dates {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
  }
  .projects-popup .text h2 {
    font-size: 45px;
    margin-bottom: 20px;
    line-height: 50px;
  }
  .project-logo img {
    display: inline-block !important;
  }
  .news-list li {
    width: 50%;
  }
  .text-blocks .image-hl,
  .text-blocks .image-hl img,
  .text-blocks .text {
    width: 100%;
    height: auto;
  }
  .text-blocks .image-hl img {
    transform: none;
    margin: 0;
    min-height: 0;
    max-width: 100%;
  }
  .text-blocks .block {
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
    margin: 0 auto 60px;
  }
  h2 {
    line-height: 36px;
  }
  .text-blocks .image-hl {
    margin-top: 60px;
  }
  .text-blocks .text {
    padding: 0 !important;
    margin-bottom: 60px;
  }
  .block.link {
    text-align: center;
    margin: 0;
  }
  .block .bottom-link {
    margin: 0;
    float: none;
  }
  .text-blocks .block h2 {
    margin-bottom: 50px;
    text-align: center;
  }
  .text-blocks .block .image-hl {
    margin: 0 -30px;
    width: calc(100% + 60px);
  }
  .vacancy li a {
    font-size: 25px;
  }
  .popup-content .title {
    font-size: 48px;
    line-height: 55px;
  }
  .popup-content .sub-title {
    font-size: 35px;
    line-height: 39px;
  }
  .small-image-text {
    margin-top: -20px;
  }
  .small-image-text .text {
    padding: 0 5% 0 4%;
    width: calc(100% - 250px);
    min-height: 250px;
  }
  .small-image-text img {
    width: 250px;
  }
  .small-image-text:nth-child(3) {
    padding-left: 0;
  }
  .small-image-text.show:before {
    height: 70px;
    top: 88%;
  }
  .single .simple-text .container {
    overflow: hidden;
  }
  .post-img {
    margin: 0 -30px 60px;
    width: calc(100% + 60px);
    padding-top: 50px;
  }
  .post-img .date span {
    margin-bottom: 0;
  }
  .post-img .date {
    min-width: 0;
    bottom: 25px;
    right: 30px;
  }
  .towns {
    right: 163px;
  }
  .popup.contact .col {
    display: block;
  }
  .popup.contact .col + .col {
    margin: 50px 0 0;
  }
  .full-height-img {
    padding-bottom: 0 !important;
  }
  .full-height-img .text {
    padding: 0 0 80px;
  }
  .full-height-img .mozaik {
    left: -30px;
    padding: 0;
    max-width: calc(100% + 60px) !important;
    width: calc(100% + 60px);
  }
  .full-height-img .mozaik .second {
    padding: 0;
  }
  .full-height-img .mozaik img {
    width: 25%;
    height: auto;
  }
  .full-height-img .img-h.man-woman {
    position: relative;
    width: 100%;
    max-width: 100% !important;
  }
  .footer-contacts li a {
    background-size: 35px;
    background-position: 0 3px;
  }
  .what-we-do .one-ball {
    display: none;
  }
  .spin-balls,
  .what-we-do .text {
    margin-right: 0;
    max-width: 100%;
    float: none;
  }
  .spin.anticlockwise {
    position: absolute;
    margin: 0;
    float: none;
    top: -65px;
    right: -65px;
  }
  .spin-balls {
    text-align: center;
    margin-top: 65px;
  }
  .spin-balls .spin {
    float: none;
    display: inline-block;
  }
  .service-block + .service-block {
    margin-left: 0;
  }
  .service-block {
    max-width: 100%;
    margin-bottom: 50px;
    position: relative;
  }
  .service-block .img-h {
    width: 523px;
    padding-bottom: 0;
    height: 200px;
  }
  .services {
    margin-bottom: 0;
  }
  .services:after {
    display: none;
  }
  .service-block:after {
    position: absolute;
    top: 100px;
    height: 1px;
    width: calc((100% - 430px) / 2);
    content: '';
    background: #707070;
    transition: all 1s ease-out;
  }
  .block-right .service-block:first-child,
  .block-left .service-block:nth-child(2) {
    padding-left: calc(100% - 523px);
  }
  .block-right .service-block:nth-child(2):after,
  .block-left .service-block:first-child:after {
    right: 0;
    transform: translate(100%, 0);
  }
  .block-right .service-block:first-child img,
  .block-left .service-block:nth-child(2) img {
    transform: translate(100%, 0);
  }
  .block-right .service-block:nth-child(2) img {
    transform: translate(-100%, 0);
  }
  .block-right .service-block:first-child:after,
  .block-left .service-block:nth-child(2):after {
    left: 0;
    transform: translate(-100%, 0);
  }
  .service-block.animated img,
  .service-block.animated:after {
    transform: translate(0, 0) !important;
  }
  .block-right .service-block.animated:first-child img,
  .block-left .service-block.animated + .service-block.animated img {
    transition-delay: 0s;
  }
  .block-right .service-block:nth-child(2) p {
    margin-left: 72px;
  }
  .technology {
    background: #f8f6f7;
    margin-top: 20px;
  }
  .develop .container {
    padding: 0;
    overflow: hidden;
  }
  .develop .circle-borders {
    justify-content: space-between;
  }
  footer .col {
    width: 40%;
  }
  .crea-logo {
    bottom: 12px;
  }
  .scroll-top {
    width: 150px;
    height: 205px;
    /* bottom: -103px; */
  }
  .scroll-top img {
    top: -480px;
    right: 25px;
  }
  .scroll-top:before {
    height: 7px;
  }
  .success-bg {
    background: none;
    padding-bottom: 0;
  }
  .col-section {
    padding-top: 0;
    display: block;
  }
  .col-section .col {
    width: 100%;
    margin: 0 auto 60px;
    max-width: 500px;
  }
  .company .scrollspin.anticlockwise span {
    width: 287px;
    height: 287px;
  }
  .company .scrollspin.clockwise span {
    width: 207px;
    height: 207px;
  }
  .contact-form .scrollspin.anticlockwise {
    bottom: 170px;
    left: initial;
    right: -112px;
  }
  .contact-form .scrollspin.clockwise {
    bottom: 92px;
    left: initial;
    right: 42px;
  }
  .contact-form .scrollspin.clockwise span {
    width: 110px;
    height: 110px;
    background-image: url(../img/borders/border-16.svg);
  }
  .success .icon-h {
    justify-content: center;
    height: auto;
    margin-bottom: 40px;
  }
  .contact-list .col-section .col {
    width: 50%;
    margin-bottom: 65px;
  }
  .contact-list .city .img-h {
    width: 120px;
  }
  .contact-list .city .text {
    max-width: calc(100% - 120px);
  }
  .products-list h2 {
    line-height: 46px;
  }
  .products-list .block-right .flex-content,
  .products-list .block-left .flex-content {
    display: block;
  }
  .products-list .image-h,
  .products-list .text {
    width: 100%;
  }
  .products-list .text {
    padding: 0 33px !important;
  }
  .products-list .image-h {
    text-align: center;
    margin-bottom: 45px;
  }
  .products-list .heading:after {
    width: 1px;
    left: 0;
    right: 0;
    top: -135px;
    border-bottom: none;
    border-left: 1px solid #707070;
    height: 0;
    margin: 0 auto;
    transition: height 1s ease-out;
  }
  .products-list .heading.animated:after {
    width: 1px;
    left: 0;
    right: 0;
    border-bottom: none;
    border-left: 1px solid #707070;
    height: 90px;
  }
  .products-list .block {
    margin-bottom: 180px;
  }
  .products-list .block:first-child .heading:after {
    display: none;
  }
  .products-list .animated.text,
  .products-list .animated.image-h img {
    transition-delay: 0s;
  }
  .products-list h2 {
    padding: 0 33px;
  }
}
@media screen and (max-width: 850px) {
  .menu-button {
    width: 40px;
  }
  .menu-button::before,
  .menu-button::after {
    width: 38px;
    height: 2px;
  }
  .menu-button::before {
    top: 14px;
  }
  .menu-open .menu-button::before,
  .menu-open .menu-button::after {
    top: 14px;
  }
  .absolute .menu-dropdown a {
    font-size: 34px;
    line-height: 30px;
    padding-bottom: 10px;
    font-weight: 300;
    text-transform: none;
  }
  header.fixed .menu-button {
    display: block;
  }
  .fixed .menu-dropdown .nav {
    display: none;
  }
  .develop .col-3 .circle:nth-child(3) {
    margin-left: 37px;
  }
  .develop .col-3 .circle:nth-child(1) {
    margin-left: 3px;
  }
  .develop .col-1 {
    width: 236px;
  }
  .develop .col-3 {
    width: 246px;
  }
}
@media screen and (max-width: 767px) {
  .menu-button {
    width: 26px;
    margin-top: 2px;
  }
  .menu-button::before,
  .menu-button::after {
    width: 24px;
    height: 2px;
  }
  .menu-button::after {
    top: 0px;
  }
  .menu-button::before {
    top: 8px;
  }
  .menu-open .menu-button::before,
  .menu-open .menu-button::after {
    top: 8px;
  }
  .intro h4,
  .intro,
  body {
    font-size: 16px;
    line-height: 22px;
  }
  .top-image img {
    top: 0;
    bottom: initial;
  }
  .back-link + .section-pd,
  .top-menu + .section-pd,
  footer,
  .section-pd {
    padding: 70px 0;
  }
  .intro {
    padding: 20px 0 0;
  }
  .project-list {
    padding: 60px 0;
  }
  .text-blocks {
    padding-bottom: 60px;
  }
  .info-block .text h2,
  h2 {
    font-size: 37px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  .info-block .text h2 br {
    display: none;
  }
  header.fixed .logo.img,
  .absolute .logo.img img {
    width: 77px;
  }
  header .logo {
    line-height: 22px;
  }
  .home .logo {
    width: 12px;
  }
  .menu-open .logo.text {
    width: 140px !important;
  }
  header.absolute {
    padding: 30px 30px 0;
  }
  .contact-map h1,
  .banner-text h1,
  .banner-text h1:first-letter,
  h1 {
    font-size: 57px;
    letter-spacing: 2px;
    line-height: 37px;
  }
  .banner-text h1:before {
    top: -15px;
    border-top: 2px solid #404040;
    width: 33px;
    left: 0;
  }
  .banner-text p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
  }
  .main-banner:after {
    height: 10%;
    bottom: -5%;
  }
  .scroll-down {
    font-size: 15px;
  }
  .what-we-do {
    overflow: hidden !important;
    max-width: 100%;
    padding-bottom: 100px;
  }
  .compare {
    padding-top: 30px;
  }
  .compare li {
    margin-bottom: 60px;
  }
  .compare .header .col-3 {
    font-size: 23px;
  }
  .compare .col-3 {
    vertical-align: top;
    font-size: 16px;
    line-height: 22px;
    padding-right: 0;
  }
  .compare .col-3:nth-child(2) {
    padding-right: 15px;
  }
  .compare .col-3:nth-child(3) {
    padding-left: 15px;
  }
  .compare .col-3 .table-cell {
    display: block;
    text-align: center;
  }
  .minus,
  .plus {
    margin-right: 0;
    margin-bottom: 20px;
    width: 20px;
    height: 20px;
    background-size: 200%;
  }
  .plus {
    background-position: -20px 0;
  }
  footer {
    padding-bottom: 60px;
  }
  .copyright ul {
    margin-top: 15px;
  }
  .copyright ul,
  .copyright p {
    float: none;
  }
  .technology .img-h {
    margin-top: 40px !important;
  }
  .map-icon.icon1 {
    width: 63px;
    height: 63px;
    top: -69px;
    left: 10%;
    background-size: 200px;
  }
  .map-icon.icon2 {
    top: -20px;
    right: 10%;
    background-position: -72px 0;
    width: 52px;
    height: 53px;
    background-size: 200px;
  }
  .map-icon.icon3 {
    bottom: 0;
    left: 15%;
    background-position: -129px 0;
    width: 71px;
    height: 71px;
    background-size: 200px;
  }
  .top-image {
    padding: 150px 20px 95px;
  }
  .top-image.subtitle {
    padding-bottom: 30px;
  }
  .contact-map h1,
  .top-image h1 {
    font-size: 53px;
    line-height: 57px;
    letter-spacing: 2px;
  }
  .projects-popup .text,
  .projects-popup .img {
    display: block;
    width: 100%;
    height: auto;
  }
  .projects-popup .img img {
    position: relative;
    top: 0;
    left: 0;
    transform: none !important;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: 0;
    min-width: 0;
  }
  .projects-popup .img .background {
    display: none;
  }
  .projects-popup .img .mobile {
    display: block;
  }
  .projects-popup .img .dates {
    padding: 15px 20px;
    font-size: 18px;
    line-height: 30px;
  }
  .projects-popup .bottom-nav {
    position: relative;
    bottom: 0;
    padding: 0;
  }
  .projects-popup .text a {
    font-size: 20px;
  }
  .projects-popup .project-logo img {
    max-width: 80%;
  }
  .projects-popup .text {
    padding-bottom: 120px;
  }
  .projects-popup .project-logo {
    right: 20px;
    bottom: 33px;
    width: 155px;
    text-align: right;
  }
  .projects-popup .szybka .project-logo {
    bottom: 28px;
  }
  .popup .logo {
    top: 30px;
    left: 30px;
  }
  .popup .close {
    right: 20px;
    top: 20px;
    height: 42px;
    width: 40px;
  }
  .popup .close::before,
  .popup .close::after {
    width: 38px;
    height: 2px;
    background: #fff;
  }
  .top-menu li {
    padding: 0 30px;
  }
  .top-menu li a {
    font-size: 25px;
  }
  .show-more {
    padding-top: 20px;
  }
  .vacancy li a {
    font-size: 22px;
  }
  .popup-content.container {
    padding: 120px 0;
  }
  .popup-content .title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .popup-content .sub-title {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 2px;
  }
  .popup-content form {
    margin-top: 70px;
  }
  .popup-content .form-body,
  .popup-content .form-footer {
    width: 100%;
    float: none;
  }
  .popup-content .form-footer button {
    width: 100%;
    line-height: 52px;
  }
  .small-image-text {
    margin: 0 0 130px;
  }
  .small-image-text .text {
    width: calc(100% - 150px);
    min-height: 150px;
  }
  .popup-content .form-footer {
    margin-top: 20px;
  }
  .small-image-text.show:before {
    top: 124%;
    height: 50px;
  }
  .small-image-text img {
    width: 150px;
  }
  .desktop-map,
  .towns {
    display: none;
  }
  .mobile-map {
    display: block;
  }
  .big-map .countries {
    top: 361px;
  }
  .popup.contact .popup-content {
    max-width: 100%;
  }
  .info-block .img-h.circle {
    max-width: 435px;
    margin-top: 50px;
  }
  .info-block .circle .image.big {
    width: 280px;
    height: 280px;
  }
  .info-block .circle .image.small {
    width: 200px;
    height: 200px;
  }
  .info-block .circle .image.medium {
    width: 240px;
    height: 240px;
  }
  .info-block .circle .image .animate {
    top: 0;
    position: relative;
  }
  .simple-text li {
    margin-bottom: 10px;
  }
  .simple-text li:before {
    top: 4px;
  }
  .back-link a,
  .simple-text .bottom-link,
  .bottom-link,
  .show-more a {
    font-size: 20px;
    display: inline-block;
  }
  .back-link a {
    padding-left: 25px;
  }
  .back-link a:after {
    margin-top: -13px;
    width: 10px;
    height: 10px;
  }
  .footer-contacts li a {
    background-size: 30px;
    background-position: 0 0px;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
    top: 2.5px;
    left: 2.5px;
  }
  .slick-dots li,
  .slick-dots li:hover button,
  .slick-dots li.slick-active button {
    width: 13px;
    height: 13px;
  }
  .spin.anticlockwise {
    top: -55px;
  }
  .service-block p {
    max-width: none;
    margin: 0 !important;
    padding: 0 35px;
  }
  .block-right .service-block:first-child,
  .block-left .service-block:nth-child(2) {
    padding: 0;
  }
  .service-block .img-h {
    width: 100%;
    padding-bottom: 27%;
    height: auto;
  }
  .service-block .img-h img {
    width: 71%;
  }
  .block-right .service-block:first-child img,
  .block-left .service-block:nth-child(2) img {
    right: 0;
  }
  .service-block:after {
    display: none;
  }
  .service-block .img-h:after {
    position: absolute;
    top: 50%;
    height: 1px;
    width: 20%;
    content: '';
    background: #707070;
    transition: all 1s ease-out;
  }
  .block-right .service-block:nth-child(2) .img-h:after,
  .block-left .service-block:first-child .img-h:after {
    right: 0;
    transform: translate(100%, 0);
  }
  .block-right .service-block:first-child .img-h:after,
  .block-left .service-block:nth-child(2) .img-h:after {
    left: 0;
    transform: translate(-100%, 0);
  }
  .service-block.animated .img-h:after {
    transform: translate(0, 0) !important;
  }
  .develop .circle-borders {
    justify-content: center;
  }
  .develop .col-2 .circle:nth-child(1) {
    width: 219px;
    height: 219px;
  }
  .develop .col-4 {
    width: 250px;
    display: block;
  }
  .develop .col-4 .circle:nth-child(3) {
    margin-top: 50px;
  }
  footer .social {
    position: relative;
    margin-bottom: 30px;
    left: 0;
    top: 0;
    display: flex;
    margin-top: 50px;
  }
  footer {
    font-size: 16px;
    line-height: 22px;
  }
  footer .col {
    width: 68%;
  }
  footer .col.menu {
    width: 29%;
  }
  .crea-logo {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    margin: -23px 0 0;
  }
  .scroll-top {
    width: 126px;
    height: 55px;
    background-position: top;
  }
  .scroll-top:before {
    height: 6px;
    top: -30px;
  }
  .copyright {
    width: 190px;
    font-size: 8px;
    line-height: 13px;
    padding-top: 25px;
  }
  .contacts p {
    margin-bottom: 22px;
  }
  .footer-menu {
    max-height: 154px;
  }
  .footer-menu li {
    margin-bottom: 20px;
    width: 120%;
    line-height: 17px;
    position: relative;
  }
  .footer-menu .sumbenu {
    right: -65px;
  }
  .footer-menu .sumbenu li {
    margin-bottom: 20px;
  }
  .footer-menu li:last-child {
    margin-bottom: 0;
  }
  .contact-form {
    padding: 0 0 165px !important;
  }
  .contact-form h2 {
    margin-bottom: 25px;
    text-align: left;
  }
  .contact-form p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: left;
  }
  .contact-form .form form,
  .contact-form .form #thank-you {
    padding-top: 25px;
  }
  .contact-form h3 {
    display: none;
  }
  .contact-form .input-group {
    margin-bottom: 32px;
  }
  .contact-form .input-group input {
    padding: 12px 0 6px 33px;
  }
  .contact-form *[type='submit'] {
    margin-top: 12px;
  }

  .offices {
    margin-top: -100px;
  }

  .offices h2 {
    text-align: left;
    margin-bottom: 37px;
  }
  .offices .offices-wrapper {
    display: block;
  }

  .page-head-text {
    font-size: 18px;
    line-height: 25px;
  }
  .success h2,
  .company h2 {
    margin-bottom: 50px;
  }
  .company .slide {
    width: 100%;
    padding: 0;
    min-height: 0;
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 50px;
  }
  .company .slide + .slide {
    padding-top: 135px;
  }
  .slide-arrow {
    top: 39px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90px;
    height: 15px;
    overflow: hidden;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .slide-arrow svg {
    position: absolute;
    right: 0;
    top: 0;
  }
  .slide-arrow #Ellipse_63 {
    transform: translate(119px);
  }
  .company {
    padding-bottom: 0;
  }
  .company .slide.animated .year {
    color: #29cde2;
  }
  .company .slide .slide-arrow #Ellipse_63,
  .company .slide .slide-arrow #Component_33_9 line {
    transition: all 0.1s ease-out;
  }
  .company .slide.animated .slide-arrow #Ellipse_63,
  .company .slide.animated .slide-arrow #Component_33_9 line {
    stroke: #29cde2;
  }
  .company .slide .year {
    text-align: center;
    font-size: 50px;
    line-height: 80px;
    margin-bottom: 10px;
    transition: all 0.1s ease-out;
  }
  .company .scrollspin,
  .company .slide p br {
    display: none;
  }
  .company .slide.last {
    min-width: 0;
  }
  .company .slider {
    padding-bottom: 0;
  }
  .company .slide.last,
  .page-head-text p:last-child {
    margin-bottom: 0;
  }
  .success .icon-h img {
    max-width: 30%;
  }
  .success .icon-h {
    height: 100px;
  }
  .success .col {
    margin-bottom: 180px;
    position: relative;
  }
  .success .col:last-child {
    margin-bottom: 50px;
  }
  .success .col + .col:after {
    position: absolute;
    content: '';
    width: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 90px;
    top: -135px;
    background: url(../img/mobile-separate.svg) no-repeat center;
  }
  .hand {
    margin-bottom: -15px;
  }
  .hand,
  .rocket,
  .clock {
    transform: scale(0.7);
    transform-origin: bottom center;
  }
  .contact-list .col-section .col {
    width: 100%;
    margin-bottom: 50px;
  }
  .contact-list .city .img-h img {
    width: 90px;
    height: 90px;
  }
  .contact-list .city .img-h {
    width: 120px;
  }
  .contact-list .city .text {
    max-width: calc(100% - 120px);
    font-size: 18px;
    line-height: 25px;
  }
  .single h1 {
      font-size: 24pt!important;
  }
  .contact-list .col-section {
    padding: 10px 0 50px;
  }
  .products-list .heading {
    margin-bottom: 25px;
  }
  .products-list h2 {
    text-align: left;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0;
  }
  .products-list h2 br {
    display: none;
  }
  .products-list .text {
    font-size: 18px;
    line-height: 25px;
  }
  .develop .circle:hover .border:after,
  .develop .circle .border:after {
    animation: none !important;
  }
  .develop .circle .border,
  .develop .col-4 .circle:nth-child(3) .border,
  .develop .col-4 .circle:nth-child(1) .border,
  .develop .col-3 .circle:nth-child(2) .border,
  .develop .col-2 .circle:nth-child(3) .border,
  .develop .col-2 .circle:nth-child(1) .border,
  .develop .col-1 .circle:nth-child(2) .border,
  .develop .circle:hover .border {
    transform: none;
  }
}
@media screen and (max-width: 620px) {
  .top-menu + .section-pd {
    padding-top: 20px;
  }
  .media .top-image h1 {
    letter-spacing: 10px;
    padding-left: 3px;
  }
  .media .top-image h1:after {
    left: calc(100% + 10px);
  }
  .col.map {
    max-width: 345px;
  }
  .project-list li {
    width: 100%;
    float: none;
    padding: 0;
  }
  .top-image {
    padding: 120px 20px 95px;
  }
  .top-image.subtitle {
    padding-bottom: 30px;
  }
  .freezl-pl .project-logo img,
  .freezl-es .project-logo img {
    max-width: 64%;
  }
  .projects-popup .project-logo {
    font-size: 20px;
    line-height: 12px;
  }
  .top-menu li {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .top-menu li:first-child {
    padding-left: 0;
  }
  .top-menu li:last-child {
    padding-right: 0;
  }
  .top-menu li a {
    display: inline-block;
    font-size: 19px;
  }
  .news-list li {
    width: 100%;
    padding: 0;
  }
  .news-list li .text {
    padding: 0 30px;
  }
  .vacancy li {
    width: 100%;
    margin: 0 0 50px;
  }
  .vacancy li a {
    margin: 0 0 10px;
    padding-bottom: 5px;
  }
  .vacancy li a:after {
    width: 10px;
    height: 10px;
    margin-top: -9px;
  }
  .vacancy li:nth-child(2n) {
    padding-left: 0;
  }
  .footer-contacts br {
    display: none;
  }
  .footer-contacts li a {
    font-size: 18px;
  }
  .project-list {
    padding-bottom: 0;
  }
  .project-list .container {
    padding: 0;
  }
  .project-list li {
    margin: 0;
  }
  .simple-text .bottom-link,
  .bottom-link,
  .post-footer a {
    display: block;
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 22px;
    text-align: left;
  }
  .small-image-text.show:before {
    top: 110%;
    height: 50px;
  }
  .contact-map {
    height: 900px;
  }
  .contact-map .big-map {
    background-image: url(../img/big-map-mob.png);
    background-position: top center;
    background-size: auto 1035px;
  }
  .big-map .countries {
    width: 390px;
    height: 127px;
    top: 364px;
  }
  .big-map .countries a {
    padding-left: 30px;
  }
  a.poland {
    top: 4px;
    left: 135px;
  }
  a.bolgary {
    top: 92px;
    left: 177px;
  }
  a.roman {
    top: 60px;
    left: 175px;
  }
  a.spain {
    top: 104px;
    left: 0;
  }
  a.ukraine {
    top: 27px;
    left: 260px;
  }
  .slick-dots {
    right: 20px;
    bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .small-image-text .text,
  .small-image-text .img {
    float: none;
  }
  .small-image-text .img {
    width: 150px;
    margin: 0 auto 40px;
  }
  .small-image-text .text {
    width: 100%;
    padding: 0;
    height: auto;
    min-height: 0;
  }
  .footer-contacts {
    padding-top: 40px;
  }
  .contact-map h1,
  .top-image h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .top-image {
    padding: 100px 20px 70px;
  }
  .top-image.subtitle {
    padding-bottom: 30px;
  }
  .top-image h1::before {
    right: calc(100% + 30px);
    margin-top: -3px;
  }
  .top-image h1:after {
    left: calc(100% + 20px);
    margin-top: -3px;
  }
  .top-menu {
    padding-top: 20px;
  }
  .footer-contacts h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .vacancy li a {
    font-size: 20px;
  }
  .info-block .img-h.circle {
    max-width: 335px;
  }
  .info-block .circle .image.big {
    width: 220px;
    height: 220px;
  }
  .info-block .circle .image.small {
    width: 160px;
    height: 160px;
  }
  .info-block .circle .image.medium {
    width: 200px;
    height: 200px;
  }
  .info-block .circle .image.medium + .small {
    margin-top: -100px;
  }
  .info-block .circle .image.medium {
    margin: 0;
  }
  .info-block .circle .image.small {
    margin-top: -80px;
  }
  .popup .prev-next a {
    width: 55px;
    background: url(../img/arrow-prev-next.png) no-repeat 0 0;
    background-size: 200%;
  }
  .popup .prev-next a.next {
    background: url(../img/arrow-prev-next.png) no-repeat -57px 0;
    background-size: 200%;
  }
  .develop .col-3,
  .develop .col-4,
  .develop .col-1,
  .develop .col-2 {
    width: 50%;
    display: block;
  }
  .develop .circle-borders {
    max-width: 375px;
    margin: 0 auto;
  }
  .develop .col-1 .circle:nth-child(1) {
    margin-bottom: 1px;
    margin-left: -23px;
  }
  .develop .col-1 .circle:nth-child(2) {
    width: 178px;
    height: 178px;
    margin-bottom: 20px;
  }
  .develop .col-2 .circle:nth-child(1) {
    margin-right: -17px;
    margin-bottom: 0px;
    float: right;
  }
  .develop .col-2 .circle:nth-child(2) {
    margin-bottom: 137px;
    margin-left: -9px;
  }
  .develop .col-2 .circle:nth-child(3) {
    margin-left: 0;
  }
  .develop .col-3 .circle:nth-child(1) {
    margin-left: -32px;
    margin-top: -154px;
    margin-bottom: -1px;
  }
  .develop .col-3 .circle:nth-child(2) {
    margin-bottom: 0;
  }
  .develop .col-4 .circle:nth-child(1) {
    margin-right: -8px;
    float: right;
    margin-bottom: 13px;
    margin-top: 0px;
  }
  .develop .col-3 .circle:nth-child(3) {
    margin-left: 32px;
    margin-top: 41px;
    margin-bottom: 0;
  }
  .develop .col-4 .circle:nth-child(2) {
    margin-left: 0;
    margin-top: 0;
  }
  .develop .col-3 .circle:nth-child(4) {
    margin-left: -11px;
  }
  .develop .col-4 .circle:nth-child(3) {
    margin-top: 0px;
    margin-left: -30px;
  }
  .contact-list .city .img-h {
    width: 90px;
  }
  .contact-list .city .text {
    max-width: calc(100% - 90px);
    padding-left: 20px;
  }
  .contact-list .city:hover .img-h img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 375px) {
  .top-menu li a {
    font-size: 16px;
  }
  .top-image h1 {
    font-size: 30px;
    line-height: 40px;
  }
  header.fixed {
    padding: 15px 30px 2px;
  }
  .top-menu li {
    padding: 0 11px;
  }
  .banner-text,
  .container {
    padding: 0 30px;
  }
  .social-with-lang {
    bottom: -95px;
  }
  .towns {
    left: 32%;
  }
  .towns span {
    line-height: 13px;
  }
  .projects-popup .text h2 {
    font-size: 38px;
  }
  .projects-popup .img .dates {
    padding: 15px 20px 10px;
    font-size: 12px;
    line-height: 22px;
  }
  .projects-popup .project-logo {
    bottom: 24px;
    width: 140px;
  }
  .projects-popup .szybka .project-logo {
    bottom: 19px;
  }
  .footer-contacts li {
    padding: 0;
  }
  .contact-map {
    height: 700px;
  }
  .contact-map .big-map {
    background-size: cover;
    background-position: left 40% center;
  }
  .big-map .countries {
    width: 263px;
    height: 89px;
    top: 259px;
  }
  a.spain {
    top: 70px;
    left: -4px;
  }
  a.poland {
    left: 91px;
    top: 0;
  }
  a.roman {
    top: 40px;
    left: 117px;
  }
  a.bolgary {
    top: 62px;
    left: 121px;
  }
  a.ukraine {
    top: 17px;
    left: 178px;
  }
  .popup.contact .popup-content {
    padding: 30px;
    width: 100%;
  }
  .popup.contact span {
    font-size: 16px;
    line-height: 28px;
  }
  .partnerProgram__icon {
    width: 5.6875rem;
    height: 5.6875rem;
  }
  .partner-icon-1 {
    width: 3.1875rem;
    height: 1.8125rem;
  }
  .partnerProgram__title {
    font-size: 0.88rem;
    padding: 0 40px;
    margin-top: 23px;
    line-height: 1.4;
  }
  .partner-icon-2 {
    width: 2.4375rem;
    height: 2.375rem;
  }
  .partner-icon-3 {
    width: 2.6875rem;
    height: 2.5625rem;
  }
}
.feedback-list li {
  padding: 20px;
  background-color: white;
  border: 1px solid;
  margin-bottom: 10px;
  width: 75%;
  margin: 0 auto 20px auto;
  border-radius: 25px;
}
.feedback-top {
  margin-bottom: 20px;
}
.feedback-top .date {
  color: lightgray;
  font-size: smaller;
}
.feedback-comment {
  margin: 30px;
  background-color: lightgray;
  font-style: italic;
  font-size: smaller;
}
.feedback-top .fa-star {
  color: lightgray;
}

.feedback-top .fa-star.checked {
  color: black;
}

/*  */
/* Media posts slider */
.press {
  background: #F7F7F7;
}
.press h2{
  text-align: center;
}
/* .press-slider {
  margin-top: 100px;
} */
.press-slider .slider-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  height: 420px;
  max-width: 1290px;
  margin: auto;
}
.press-slider .slider-wrapper .slider-body {
  position: absolute;
  display: flex;
}
.press-slider .slider-wrapper .slider-body .slider-item {
  width: 420px;
  height: auto;
  max-width: 100vw;
  padding: 0 21px;
  position: absolute;
  left: 0;
  transition: all 0.5s;
}
.press-slider .slider-wrapper .slider-body .slider-item .slider-item__body {
  height: 399px;
  border-radius: 5px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #404040;
  font-size: 29px;
  font-weight: 500;
  transition: all 0.5s;
  color: #404040;
  font-family: Circe;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.press-slider .slider-wrapper .slider-body .slider-item .slider-item__body .logo{
  border-bottom: 1px solid #404040;
  width: 100%;
  height: 85px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.press-slider .slider-wrapper .slider-body .slider-item .slider-item__body .title{
  font-weight: 700;
  padding: 0 16px;
}
.press-slider .slider-wrapper .slider-body .slider-item .slider-item__body .excerpt{
  padding: 0 16px;
}
.press-slider .slider-wrapper .slider-body .slider-item .slider-item__body .more{
  width: 100%;
  border-top: 1px solid #404040;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .press-slider .slider-wrapper .slider-body .slider-item.active .slider-item__body {
  background-color: red;
} */
.press-slider .slider-controls {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  height: 25px;
}
.press-slider .slider-controls .slider-control {
  position: absolute;
  left: 27px;
  top: 50%;
  background: url(../img/media-logo/arrow.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 25px;
}
.press-slider .slider-controls .slider-control:last-child {
  left: unset;
  right: 27px;
  transform: rotate(180deg);
}
.press-slider .control-status {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.press-slider .control-status .control-status__item {
  width: 12px;
  height: 2px;
  background: #BDBDBD;
  transition: all 0.2s ease-in-out;
}
.press-slider .control-status .control-status__item.active {
  width: 46px;
  background: #404040;
}

@media screen and (min-width: 980px) {
  .press-slider .slider-wrapper {
    height: 460px;
  }
  .press-slider .slider-wrapper .slider-body {
    left: -1290px;
  }
  .press-slider .slider-wrapper .slider-body .slider-item {
    width: auto;
  }
  .press-slider .slider-wrapper .slider-body .slider-item .slider-item__body {
    width: 280px;
    height: 431px;
  }
  .press-slider .slider-controls {
    max-width: 1280px;
    margin: auto;
  }
}
