@charset "utf-8";
@import "fonts.css";
/*reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Museo", sans-serif;
  font-weight: 300;
  color: #1D222B;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*common*/
* {
  outline: 0 none;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 20px;
}
strong {
  font-size: inherit;
  font-weight: 700;
  color: inherit;
}
.oh {
  overflow: hidden;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.block-top {
  display: inline-block;
  vertical-align: top;
}
.block-middle {
  display: inline-block;
  vertical-align: middle;
}
.w100 {
  width: 100%;
  font-size: 0;
}
.w50 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
a {
  color: #FF4500;
  text-decoration: none;
  transition: color 0.3s;
}
a:hover {
  color: #FF7846;
}
.hidden {
  display: none !important;
}
.show {
  display: inline-block !important;
  vertical-align: top;
}
.img img {
  max-width: 100%;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/*common project*/
.btn,
.content-button,
.page-404-button {
  min-width: 150px;
  line-height: 48px;
  padding: 0 20px;
  border: 1px solid #FF4500;
  border-radius: 3px;
  background-color: #FF4500;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  font-family: "Museo", sans-serif;
  cursor: pointer;
  display: inline-block;
  transition: background-color 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn:hover,
.content-button:hover,
.page-404-button:hover {
  background-color: #FF7846;
  color: #ffffff;
}
.items {
  font-size: 0;
}
.items .item {
  display: inline-block;
  vertical-align: top;
}
.items .item .body {
  padding: 0;
}
.item-hide {
  display: none;
  opacity: 0;
}
.slick-slider .slick-arrow {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
  transition: background 0.3s;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.slick-slider .slick-arrow.slick-prev {
  background-image: url("/images/icons/arrow-left.svg");
  left: 50px;
}
.slick-slider .slick-arrow.slick-prev:hover {
  background-image: url("/images/icons/arrow-left-h.svg");
}
.slick-slider .slick-arrow.slick-next {
  background-image: url("/images/icons/arrow-right.svg");
  right: 50px;
}
.slick-slider .slick-arrow.slick-next:hover {
  background-image: url("/images/icons/arrow-right-h.svg");
}
.slick-slider .slick-dots {
  width: 100%;
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 2;
}
.slick-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 18px;
  border-radius: 20px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: top;
  transition: background-color 0.3s;
  cursor: pointer;
}
.slick-slider .slick-dots li:hover {
  background-color: #FF4500;
}
.slick-slider .slick-dots li button {
  font-size: 0;
  display: none;
}
/*layout*/
.full-wrap {
  min-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.wrapper {
  width: 100%;
  max-width: 1440px;
  padding: 0 140px;
  margin: 0 auto;
}
.wrapper.more-wrap {
  max-width: 1920px;
}
.header {
  width: 100%;
  height: 160px;
  background-color: #ffffff;
}
.header.header-main {
  position: relative;
  z-index: 100;
}
.header .wrapper {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.header .logo {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
}
.header .logo span {
  max-width: 160px;
  margin-left: 40px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  display: inline-block;
}
.header .logo a {
  height: 100%;
}
.header .menu {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
}
.header .menu .menu-top li {
  margin-right: 40px;
  display: inline-block;
  vertical-align: top;
}
.header .menu .menu-top li a {
  font-size: 18px;
  font-weight: 300;
  color: #1D222B;
  transition: color 0.3s;
}
.header .menu .menu-top li a:hover {
  color: #FF4500;
}
.header .menu .menu-top li.selected a {
  color: #FF4500;
}
.header-fixed {
  width: 100%;
  height: 90px;
  background-color: #ffffff;
  box-shadow: 0 4px 30px rgba(28, 36, 52, 0.2);
  position: fixed;
  transition: top 0.3s;
  top: -200px;
  left: 0;
  z-index: 99;
}
.header-fixed .wrapper {
  padding: 0 0 0 50px;
}
.header-fixed .logo {
  height: 60px;
  margin: 15px 0;
}
.header-fixed .logo img {
  height: 100%;
}
.header-fixed .btn {
  height: 90px;
  line-height: 24px;
  border: 0 none;
  border-radius: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.scroll-up .header-fixed,
.scroll-down .header-fixed {
  top: 0;
}
.footer {
  width: 100%;
  height: 80px;
  background-color: #1D222B;
}
.footer .wrapper {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.footer span {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: 300;
  color: #8894AD;
  display: inline-block;
  vertical-align: top;
}
.footer span a {
  color: #8894AD;
}
.footer span a:hover {
  color: #FF4500;
}
.block-slider {
  font-size: 0;
}
.block-slider .slide {
  height: calc(100vh - 160px);
  position: relative;
}
.block-slider .slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(119.05deg, #2B313E 38.64%, rgba(255, 69, 0, 0.58) 100%);
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block-slider .slide .content {
  height: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-slider .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.block-slider .wrapper span {
  max-width: 560px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.3s;
}
.block-slider .wrapper span.title {
  margin-bottom: 30px;
  font-size: 44px;
  line-height: 57px;
  font-weight: 700;
  transform: translateY(-50px);
}
.block-slider .slick-active .wrapper span {
  transform: translateY(0);
  opacity: 1;
}
.block-slider .slick-active .wrapper span.title {
  transform: translateY(0);
  opacity: 1;
}
.block-slider .slick-dots li {
  position: relative;
}
.block-slider .slick-dots li svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: -11px;
  left: -9px;
  z-index: 1;
}
.block-slider .slick-dots li .circle_animation {
  opacity: 0;
}
.block-slider .slick-dots li.slick-active .circle_animation {
  stroke-dasharray: 81;
  stroke-dashoffset: 81;
  animation-name: li;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  opacity: 1;
}
@-webkit-keyframes li {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes li {
  to {
    stroke-dashoffset: 0;
  }
}
.block {
  margin: 80px 0;
  position: relative;
}
.block .content {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.block .data {
  font-size: 0;
}
.block .data .description {
  max-width: 445px;
  margin-right: 55px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
}
.block .data .content {
  max-width: 660px;
  display: inline-block;
  vertical-align: top;
}
.block .heading {
  margin-bottom: 35px;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}
.block-partners {
  margin-bottom: 0;
  padding-bottom: 35px;
}
.block-partners::before {
  content: "";
  width: 100%;
  height: 320px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F3F5 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.block-partners .heading {
  margin-bottom: 25px;
}
.block-partners .wrapper {
  position: relative;
  z-index: 2;
}
.block-partners .items {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.block-partners .items .item {
  max-width: 260px;
  margin-bottom: 25px;
}
.block-partners .items .item .link {
  position: relative;
}
.block-partners .items .item .link::before,
.block-partners .items .item .link::after {
  content: "";
  width: 300%;
  height: 1px;
  background-color: #C9D0DE;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 50ms;
  pointer-events: none;
}
.block-partners .items .item .link::before {
  transform: scaleX(0);
  transform-origin: left center;
  transition-delay: 0ms;
  background-color: #FF4500;
}
.block-partners .items .item .link:hover::before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.block-partners .items .item .link:hover::after {
  transform: scaleX(0);
  transition-delay: 0ms;
}
.block-partners .items .item .link:hover img {
  transform: translateY(-10px);
}
.block-partners .items .item .img {
  padding-top: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.block-partners .items .item .img a {
  min-height: 87px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.block-partners .items .item .img img {
  transform: translateY(0);
  transition: 0.3s;
}
.block-partners .items .item .content,
.block-partners .items .item .content-hidden {
  font-size: 16px;
  line-height: 22px;
}
.block-partners .items .item .show-more {
  width: 30px;
  height: 30px;
  margin: 20px 0 0 0;
  border-radius: 3px;
  background: #FF4500 url("/images/icons/ico-more.svg") no-repeat center center;
  display: inline-block;
  cursor: pointer;
  transform: rotate(0);
  transition: transform 0.3s;
}
.block-partners .items .item .show-more.rotate {
  transform: rotate(180deg);
}
.block-partners .items .item a {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
}
.block-partners .items .item .data a {
  margin-bottom: 20px;
}
.block-solutions {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.block-solutions .item {
  width: 50%;
  padding-right: 20px;
  margin-bottom: 50px;
}
.block-solutions .item:nth-child(2n+2) {
  padding: 0 0 0 20px;
}
.block-solutions .img {
  width: 130px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
}
.block-solutions .data {
  max-width: 400px;
  display: inline-block;
  vertical-align: top;
}
.block-solutions .data .link::before,
.block-solutions .data .link::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #FF4500;
  border-radius: 3px;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 50ms;
  pointer-events: none;
}
.block-solutions .data .link::before {
  transform: scaleX(0);
  transform-origin: left center;
  transition-delay: 0ms;
}
.block-solutions .data .link:hover::before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.block-solutions .data .link:hover::after {
  transform: scaleX(0);
  transition-delay: 0ms;
}
.block-solutions .data .title {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.block-solutions .data .title a {
  margin-bottom: 20px;
  padding-bottom: 17px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #FF4500;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.block-solutions .data .description {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.block-feedback {
  height: 640px;
  margin-bottom: 0;
  background-color: #2B313E;
  position: relative;
}
.block-feedback::before {
  content: "";
  width: 100%;
  height: 420px;
  background: url("/images/bg/bg-footer.png") repeat-x bottom left;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.block-feedback .wrapper {
  font-size: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
  z-index: 2;
}
.block-feedback .content {
  max-width: 460px;
  padding-top: 80px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
}
.block-feedback .content .block-contacts {
  margin-bottom: 25px;
}
.block-feedback .content .title {
  margin-bottom: 5px;
  line-height: 30px;
  color: #C9D0DE;
}
.block-feedback .content .content-phone {
  width: 100%;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}
.block-feedback .content .content-phone a {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.block-feedback .content a[href^="mailto"] {
  color: #FF4500;
  display: inline-block;
  vertical-align: top;
}
.block-feedback .address {
  margin-bottom: 25px;
}
.block-feedback .address a {
  padding-left: 35px;
  background: url("/images/icons/ico-loc.svg") no-repeat center left;
  display: inline-block;
  vertical-align: top;
}
.block-feedback .requisites {
  font-size: 17px;
  line-height: 23px;
  color: #C9D0DE;
}
.block-feedback .requisites strong {
  color: #ffffff;
  font-weight: 500;
  display: block;
}
.block-feedback .form {
  width: 500px;
  min-height: 640px;
  margin-top: -80px;
  padding: 40px 0 60px 60px;
  border-radius: 3px;
  box-shadow: 0 4px 30px rgba(28, 36, 52, 0.2);
  background-color: #ffffff;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.block-feedback .form form {
  height: 100%;
  position: relative;
}
.block-feedback .form svg {
  position: absolute;
  top: -66px;
  left: -90px;
  z-index: 1;
}
.block-feedback .form .form-block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.block-feedback .form .form-title {
  font-size: 24px;
  font-weight: 700;
}
.block-feedback .form .form-description {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #8894AD;
}
.block-feedback .form .form-field {
  margin-bottom: 10px;
  padding-right: 60px;
}
.block-feedback .form .form-field .textbox,
.block-feedback .form .form-field .textarea {
  height: 50px;
  border-radius: 3px;
  border: 1px solid #C9D0DE;
  outline: 0 none;
  font-size: 18px;
  font-weight: 300;
  font-family: "Museo", sans-serif;
  box-shadow: none;
  padding: 5px 15px;
}
.block-feedback .form .form-field .textbox:focus,
.block-feedback .form .form-field .textarea:focus {
  outline: 0 none;
  box-shadow: none;
}
.block-feedback .form .form-field .textarea {
  height: 120px;
  padding-top: 10px;
}
.block-feedback .form .form-field .field {
  position: relative;
}
.block-feedback .form .form-field .placeholder {
  width: 100%;
  height: 100%;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.3s;
}
.block-feedback .form .form-field .placeholder span {
  padding: 0 10px;
  margin: 0 5px;
  background-color: #ffffff;
  font-size: 18px;
  color: #1D222B;
  font-weight: 300;
  transition: all 0.3s;
  display: inline;
}
.block-feedback .form .form-field .field.styled .placeholder {
  transform: translateY(-24px);
  background: transparent;
}
.block-feedback .form .form-field .field.styled .placeholder span {
  font-size: 13px;
}
.block-feedback .form .form-footer {
  margin-top: 20px;
}
.block-feedback .form .form-footer .form-field-empty {
  display: inline-block;
  vertical-align: top;
}
.block-feedback .form .form-footer .form-field-empty:first-child {
  margin-right: 20px;
}
.block-feedback .form .form-footer .form-field-empty:last-child {
  max-width: 260px;
  padding-left: 20px;
  background: url("/images/icons/ico-lock.svg") no-repeat top left;
  font-size: 16px;
  line-height: 22px;
  color: #8894AD;
}
.block-animation {
  display: none;
}
.slick-active .block-animation {
  display: inline-block;
  vertical-align: top;
}
.slick-active .block-animation.anim-1 {
  width: 520px;
  height: 520px;
  margin-top: -260px;
  position: absolute;
  top: 50%;
  right: 140px;
  z-index: 1;
}
.slick-active .block-animation.anim-1 .center {
  width: 200px;
  height: 200px;
  border-radius: 300px;
  background-color: #FF4500;
  margin: -100px auto 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 10;
}
.slick-active .block-animation.anim-1 .center img {
  position: relative;
  z-index: 100;
}
.slick-active .block-animation.anim-1 .center::before {
  content: "";
  width: 280px;
  height: 280px;
  border-radius: 300px;
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(0);
  animation: pulse-center 6s infinite;
  animation-delay: 2s;
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: 1;
}
.slick-active .block-animation.anim-1 .center::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #FF4500;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.slick-active .block-animation.anim-1 .circle {
  width: 390px;
  height: 390px;
  border-radius: 400px;
  margin: -195px auto 0 auto;
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(0);
  animation: pulse-center 6s infinite;
  animation-delay: 2s;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
}
.slick-active .block-animation.anim-1 .circle::before {
  content: "";
  width: 480px;
  height: 480px;
  border-radius: 500px;
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(0);
  animation: pulse-center 6s infinite;
  animation-delay: 2s;
  position: absolute;
  top: -45px;
  left: -45px;
  z-index: -1;
}
.slick-active .block-animation.anim-1 .items {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.slick-active .block-animation.anim-1 .item {
  width: 170px;
  height: 170px;
  padding: 20px;
  border-radius: 200px;
  background-color: #2B313E;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  z-index: 10;
}
.slick-active .block-animation.anim-1 .item span {
  font-size: 52px;
  line-height: 60px;
  font-weight: 800;
  color: #FF4500;
  display: block;
}
.slick-active .block-animation.anim-1 .item:nth-child(1) {
  top: 175px;
  left: 175px;
  animation: phase-1 500ms forwards;
}
.slick-active .block-animation.anim-1 .item:nth-child(2) {
  top: 175px;
  right: 175px;
  animation: phase-2 500ms forwards;
  animation-delay: 500ms;
}
.slick-active .block-animation.anim-1 .item:nth-child(3) {
  bottom: 175px;
  right: 175px;
  animation: phase-3 500ms forwards;
  animation-delay: 1s;
}
.slick-active .block-animation.anim-1 .item:nth-child(4) {
  bottom: 175px;
  left: 175px;
  animation: phase-4 500ms forwards;
  animation-delay: 1500ms;
}
.slick-active .block-animation.anim-2 {
  width: 690px;
  height: 640px;
  position: absolute;
  top: 50px;
  right: 140px;
  z-index: 1;
}
.slick-active .block-animation.anim-2 .center {
  width: 240px;
  height: 240px;
  border-radius: 300px;
  background-color: #FF4500;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 75px;
  right: 80px;
  z-index: 10;
}
.slick-active .block-animation.anim-2 .center span {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  z-index: 100;
}
.slick-active .block-animation.anim-2 .center::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #FF4500;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.slick-active .block-animation.anim-2 .circle {
  width: 396px;
  height: 396px;
  border-radius: 400px;
  margin: -198px auto 0 auto;
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(0);
  animation: pulse-center 6s infinite;
  animation-delay: 2s;
  position: absolute;
  top: 190px;
  right: 0;
  z-index: -1;
}
.slick-active .block-animation.anim-2 .circle::before {
  content: "";
  width: 320px;
  height: 320px;
  border-radius: 350px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: -160px 0 0 -160px;
  transform: scale(0);
  animation: pulse-center 6s infinite;
  animation-delay: 2s;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.slick-active .block-animation.anim-2 .items {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.slick-active .block-animation.anim-2 .item {
  width: 170px;
  height: 170px;
  padding: 20px;
  border-radius: 200px;
  background-color: #2B313E;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  z-index: 10;
}
.slick-active .block-animation.anim-2 .item span {
  font-size: 16px;
  color: #FF4500;
  display: block;
}
.slick-active .block-animation.anim-2 .item:nth-child(1) {
  top: 110px;
  right: 120px;
  animation: phase-21 500ms forwards;
}
.slick-active .block-animation.anim-2 .item:nth-child(2) {
  top: 110px;
  right: 120px;
  animation: phase-22 500ms forwards;
  animation-delay: 500ms;
}
.slick-active .block-animation.anim-2 .item:nth-child(3) {
  top: 110px;
  right: 120px;
  animation: phase-23 500ms forwards;
  animation-delay: 1s;
}
.slick-active .block-animation.anim-2 .item:nth-child(4) {
  top: 110px;
  right: 120px;
  animation: phase-24 500ms forwards;
  animation-delay: 1500ms;
}
.slick-active .block-animation.anim-2 .item:nth-child(5) {
  top: 110px;
  right: 120px;
  animation: phase-25 500ms forwards;
  animation-delay: 2s;
}
.block-hidden {
  display: none;
}
.block-snippet {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.block-snippet .block-snippet-intro .wrapper {
  height: 120px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.block-snippet .block-snippet-intro .title {
  font-size: 44px;
  line-height: 56px;
  font-weight: 700;
}
.block-snippet .block-snippet-intro a {
  max-width: 200px;
  font-size: 16px;
  line-height: 22px;
}
.block-snippet .block-snippet-outro {
  padding: 40px 0;
}
.block-snippet .block-snippet-outro a {
  min-width: 110px;
  height: 40px;
  padding-left: 43px;
  background: url("/images/icons/arrow-back.svg") no-repeat center left 15px;
  font-size: 18px;
  line-height: 38px;
  color: #FF4500;
  border: 1px solid #FF4500;
  border-radius: 100px;
  display: inline-block;
  vertical-align: top;
  transition: background 0.3s;
}
.block-snippet .block-snippet-outro a:hover {
  background: #FF4500 url("/images/icons/arrow-back-h.svg") no-repeat center left 15px;
  color: #ffffff;
}
.block-snippet .fancybox-close-small {
  width: 30px;
  height: 30px;
  margin-left: 770px;
  background: url("/images/icons/ico-close.svg") no-repeat center center;
  top: 45px;
  left: 50%;
  z-index: 1;
  transition: background 0.3s;
}
.block-snippet .fancybox-close-small::after {
  display: none;
}
.block-snippet .fancybox-close-small:hover {
  background: url("/images/icons/ico-close-h.svg") no-repeat center center;
}
.fancybox-slide--iframe .fancybox-content {
  width: 100% !important;
  max-width: 100%;
  height: 100% !important;
  max-height: 100%;
  margin: 0;
}
.fancybox-container {
  transform: scale(0);
  transition: transform 0.5s;
}
.fancybox-container.fancybox-is-open {
  transform: scale(1);
}
.fancybox-container.fancybox-is-open .fancybox-bg {
  background-color: rgba(29, 34, 43, 0.4);
}
.fancybox-container .fancybox-toolbar {
  display: none;
}
.fancybox-container iframe .fancybox-toolbar {
  display: block;
}
.fancybox-container#fancybox-container-2 .fancybox-bg {
  background: transparent;
}
.block-data {
  padding-bottom: 80px;
}
.block-data .heading {
  max-width: 760px;
  margin: 0 auto 35px auto;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
}
.block-data .items .item {
  width: 50%;
  padding-left: 60px;
  padding-right: 20px;
  margin-top: 40px;
  background: url("/images/icons/ico-check.svg") no-repeat top left;
}
.block-data .items .item:nth-child(2n+2) {
  padding-right: 0;
  padding-left: 80px;
  background-position: top left 20px;
}
.block-data .items .item .title {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.block-data .items .item p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.block-data .items .item p:last-of-type {
  margin-bottom: 0;
}
.block-data.long-heading .heading {
  max-width: 100%;
}
.block-slider-intro {
  padding: 0 0 80px 0;
  position: relative;
}
.block-slider-intro .img {
  position: relative;
}
.block-slider-intro .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(119.05deg, #2B313E 38.64%, rgba(255, 69, 0, 0.58) 100%);
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block-slider-intro .wrapper {
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.block-slider-intro .wrapper .block-left {
  max-width: 600px;
}
.block-slider-intro .wrapper .block-left p {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
.block-slider-intro .wrapper .block-left p.content-lead {
  margin: 30px 0;
  font-size: 36px;
  line-height: 47px;
  font-weight: 700;
}
.block-slider-intro .wrapper .block-right {
  max-width: 650px;
}
.block-slider-intro .wrapper .block-right p {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
.block-slider-intro .wrapper .block-right p.content-lead {
  margin: 0 0 25px 0;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}
.block-slider-intro.solar .wrapper {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.block-slider-intro.solar .wrapper .block-left,
.block-slider-intro.solar .wrapper .block-right {
  max-width: 100%;
  width: 100%;
  margin: 0;
  text-align: center;
}
.block-slider-intro.solar .wrapper .block-left p {
  margin-bottom: 15px;
}
.block-slider-intro.solar .wrapper .block-left p.content-lead {
  margin: 0 0 25px 0;
}
.block-slider-intro.solar .wrapper .block-left p.content-lead + p {
  margin-bottom: 25px;
}
.block-slider-intro.solar .wrapper .block-right {
  margin-top: 25px;
}
.block-slider-intro.solar .wrapper .block-right table {
  width: 100%;
  border: 0 none;
  background: 0 none;
}
.block-slider-intro.solar .wrapper .block-right table tr {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.block-slider-intro.solar .wrapper .block-right table td {
  width: 20%;
  padding: 0;
  background: 0 none;
  border: 0;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.block-slider-intro.solar .wrapper .block-right table td img {
  margin-bottom: 10px;
}
.block-hidden-solutions.no-margin .items .item {
  margin-top: 0;
}
.block-hidden-solutions.short .items .item {
  width: 400px;
  padding-right: 40px;
  margin-top: 0;
}
.block-hidden-solutions.short .items .item:last-child {
  width: 360px;
  padding-right: 0;
}
.block-hidden-solutions.short .items .item:nth-child(2n+2) {
  padding-left: 60px;
  background-position: top left;
}
.block-hidden-solutions.new-template {
  padding-bottom: 0;
}
.block-hidden-solutions.new-template .heading {
  margin-bottom: 20px;
}
.block-hidden-solutions.new-template .item {
  width: 360px;
  height: 240px;
  padding: 33px 0 0 0;
  margin: 40px 40px 0 0;
  background: 0 none;
  position: relative;
}
.block-hidden-solutions.new-template .item:nth-child(2n+2) {
  padding-left: 0;
}
.block-hidden-solutions.new-template .item:nth-child(3n+3) {
  margin-right: 0;
}
.block-hidden-solutions.new-template .item::before {
  content: "";
  width: 100px;
  height: 3px;
  border-radius: 10px;
  background-color: #FF4500;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block-hidden-solutions.new-template .item .title {
  height: 80px;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.block-hidden-screen .slick-center {
  position: relative;
}
.block-hidden-screen .slick-center::before {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 100px;
  margin: -40px 0 0 -40px;
  background-color: rgba(255, 69, 0, 0.5);
  background-image: url("/images/icons/ico-zoom.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: scale(0);
  transition: transform 0.3s;
  pointer-events: none;
}
.block-hidden-screen .slick-center:hover::before {
  transform: scale(1);
}
.block-hidden-screen .slick-arrow.slick-prev {
  background-image: url("/images/icons/arrow-left-dark.svg");
  left: 140px;
}
.block-hidden-screen .slick-arrow.slick-next {
  background-image: url("/images/icons/arrow-right-dark.svg");
  right: 140px;
}
.block-hidden-screen .slick-slide {
  width: 760px;
  margin: 0 20px;
  text-align: center;
}
.block-hidden-screen .slick-slide img {
  display: inline-block;
  vertical-align: middle;
}
.block-hidden-clients {
  padding-bottom: 40px;
}
.block-hidden-clients .items {
  font-size: 0;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.block-hidden-clients .items .item {
  width: 160px;
  height: 120px;
  padding: 0;
  margin: 0 40px 40px 0;
  border: 1px solid #C9D0DE;
  background: 0 none;
  border-radius: 3px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.block-hidden-clients .items .item:nth-child(2n+2) {
  padding: 0;
}
.block-hidden-text .content {
  text-align: center;
}
.block-hidden-text .content img {
  max-width: 100%;
}
.block-hidden-text table {
  border: 0;
  background: 0 none;
}
.block-hidden-text table td {
  padding: 0 20px 0 0;
  background: 0 none;
  text-align: left;
}
.block-hidden-text table td:nth-child(2) {
  padding: 0 0 0 20px;
}
.block-hidden-text table td:nth-child(odd),
.block-hidden-text table td:nth-child(even) {
  background: 0 none;
}
.block-hidden-text table td p.content-lead {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.block-hidden-text table td ul li {
  padding-left: 60px;
  margin-top: 30px;
  background: url("/images/icons/ico-check.svg") no-repeat top left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.block-hidden-list .items .item {
  width: 200px;
  padding: 0;
  margin: 0 40px 0 0;
  background: 0 none;
  text-align: center;
}
.block-hidden-list .items .item:nth-child(2n+2) {
  padding: 0;
}
.block-hidden-list .items .item:nth-child(5n+5) {
  margin: 0;
}
.block-hidden-list .items .item .img {
  height: 100px;
  margin-bottom: 30px;
}
.block-hidden-list .items .item .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.block-hidden-list .items .item .description {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.block-hidden-outro {
  min-height: 200px;
  padding: 40px 0;
  background-color: #F2F3F5;
}
.block-hidden-outro .content {
  height: 120px;
  padding: 5px 0 0 100px;
  background: url("/images/icons/ico-info.svg") no-repeat top left;
  position: relative;
}
.block-hidden-outro .content::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #C9D0DE;
  position: absolute;
  top: 0;
  left: 70px;
  z-index: 1;
}
.block-hidden-outro .content p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
}
.block-hidden-outro .content .block-contacts {
  width: 260px;
  margin-right: 40px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
.block-hidden-outro .content .block-contacts .title {
  margin-bottom: 5px;
}
.block-hidden-outro .content .block-contacts .content-phone {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.block-hidden-outro .content .block-contacts .content-phone a {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.block-hidden-outro .content .block-contacts a {
  font-weight: 300;
}
.fancybox-close-small:focus::after {
  outline: 0 none;
}
/*animations*/
@keyframes pulse-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes phase-1 {
  0% {
    left: 175px;
    top: 175px;
  }
  100% {
    left: 0;
    top: 0;
  }
}
@keyframes phase-2 {
  0% {
    right: 175px;
    top: 175px;
  }
  100% {
    right: 0;
    top: 0;
  }
}
@keyframes phase-3 {
  0% {
    right: 175px;
    bottom: 175px;
  }
  100% {
    right: 0;
    bottom: 0;
  }
}
@keyframes phase-4 {
  0% {
    left: 175px;
    bottom: 175px;
  }
  100% {
    left: 0;
    bottom: 0;
  }
}
@keyframes phase-21 {
  0% {
    right: 120px;
    top: 110px;
  }
  100% {
    right: 330px;
    top: 110px;
  }
}
@keyframes phase-22 {
  0% {
    right: 120px;
    top: 110px;
  }
  100% {
    right: 435px;
    top: 290px;
  }
}
@keyframes phase-23 {
  0% {
    right: 120px;
    top: 110px;
  }
  100% {
    right: 240px;
    top: 290px;
  }
}
@keyframes phase-24 {
  0% {
    right: 120px;
    top: 110px;
  }
  100% {
    right: 525px;
    top: 480px;
  }
}
@keyframes phase-25 {
  0% {
    right: 120px;
    top: 110px;
  }
  100% {
    right: 330px;
    top: 480px;
  }
}
.mobile-head {
  width: 100%;
  height: 50px;
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0 4px 30px rgba(28, 36, 52, 0.2);
  padding: 0;
  top: 0;
  z-index: 1100;
}
.mobile-head .header {
  width: 96%;
  height: inherit;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}
.mobile-head .header .logo {
  margin: 0;
  line-height: normal;
}
.mobile-head .header .logo img {
  height: 40px;
}
.mobile-open {
  width: 50px;
  height: 50px;
  background: url("/images/icons/menu.svg") no-repeat left center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.mobile-head,
.mobile-body {
  display: none;
}
#axence .block-slider-intro .img,
#solar .block-slider-intro .img {
  max-height: 600px;
  overflow: hidden;
}
.block-slider-intro .img img {
  width: 100%;
}
#ekran .block-slider-intro .img,
#ekran .block-slider-intro .img img {
  max-height: 440px;
}
#phishman .block-slider-intro .img,
#phishman .block-slider-intro .img img {
  max-height: 520px;
}
.fancybox-container .block-slider-intro .img img {
  width: 100%;
}
#phishman .block-slider-intro.solar .wrapper .block-right {
  margin-top: 0;
}
#solar .block-slider-intro .wrapper {
  max-width: 1440px;
  display: inline-block;
}
#solar .block-slider-intro .wrapper .block-left {
  margin-top: 80px;
}
#solar .block-slider-intro .wrapper .block-right {
  margin-top: 40px;
}
#ekran .block-slider-intro.solar .wrapper,
#phishman .block-slider-intro.solar .wrapper {
  justify-content: center;
  -webkit-justify-content: center;
}
@media only screen and (min-width: 1280px) {
  [data-aos][data-aos][data-aos-delay="3200"].aos-animate,
  body[data-aos-delay="3200"] [data-aos].aos-animate {
    transition-delay: 3.2s;
  }
  [data-aos][data-aos][data-aos-delay="3400"].aos-animate,
  body[data-aos-delay="3400"] [data-aos].aos-animate {
    transition-delay: 3.4s;
  }
  [data-aos][data-aos][data-aos-delay="3600"].aos-animate,
  body[data-aos-delay="3600"] [data-aos].aos-animate {
    transition-delay: 3.6s;
  }
  [data-aos][data-aos][data-aos-delay="3800"].aos-animate,
  body[data-aos-delay="3800"] [data-aos].aos-animate {
    transition-delay: 3.8s;
  }
  [data-aos][data-aos][data-aos-delay="4000"].aos-animate,
  body[data-aos-delay="4000"] [data-aos].aos-animate {
    transition-delay: 4s;
  }
  [data-aos][data-aos][data-aos-delay="4200"].aos-animate,
  body[data-aos-delay="4200"] [data-aos].aos-animate {
    transition-delay: 4.2s;
  }
}
/*31.03.2023*/
#pwug .block-slider-intro .wrapper {
  width: 1360px;
}
#pwug .block-slider-intro .wrapper .block-left .content-lead {
  font-size: 24px;
  line-height: 32px;
}
#pwug .block-slider-intro .wrapper .block-left .content-lead ~ p {
  width: 960px;
  margin: 0 auto;
}
#pwug .block-slider-intro .wrapper .block-right {
  margin-top: 40px;
}
#pwug .block-hidden-list .items .item {
  width: 260px;
}
#pwug .block-hidden-list .items .item:last-child {
  margin: 0;
}
#pwug .block-hidden-list .items .item .img {
  height: auto;
}
#pwug .block-hidden-list .items .item .title {
  font-size: 24px;
  font-weight: 700;
}
#pwug .block-hidden-list .items .item .description {
  font-weight: 300;
}
#pwug .block-hidden-solutions .items .item p {
  color: #8894AD;
}
#scanner .block-slider-intro .wrapper {
  width: 1260px;
}
#scanner .block-hidden-solutions .items .item {
  width: 360px;
  margin: 0 40px 0 0;
  padding-right: 0;
}
#scanner .block-hidden-solutions .items .item:nth-child(2n+2) {
  padding-left: 60px;
  background-position: top left;
}
#scanner .block-hidden-solutions .items .item:nth-child(3n+3) {
  margin: 0;
}
#scanner .block-hidden-solutions.new-template {
  margin-bottom: 60px;
  /*.heading {
        margin-bottom: 40px;
      }*/
}
#scanner .block-hidden-solutions.new-template .items .item {
  height: 140px;
  margin-top: 40px;
}
#scanner .block-hidden-solutions.new-template .items .item:nth-child(2n+2) {
  padding-left: 0;
}
#flowmon .block-slider-intro .wrapper .content-lead ~ p {
  width: 960px;
  margin: 0 auto;
}
#flowmon .block-text {
  margin-top: 0;
}
#flowmon .block-text .data .description {
  width: 360px;
  margin-right: 40px;
}
#flowmon .block-text .data .content {
  max-width: 760px;
}
#flowmon .block-text .data .content p {
  margin-bottom: 15px;
}
#flowmon .block-text .data .content p:last-child {
  margin: 0;
}
#flowmon .block-text .data .content p strong {
  color: #FF4500;
}
/*# sourceMappingURL=styles.css.map */