/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* Don't kill focus outline for keyboard users: http://24ways.org/2009/dont-lose-your-focus */

a:hover,
a:active {
  outline: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input,
select,
textarea {
  -webkit-appearance: none;
}

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

/* Slider */

.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 {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@charset "UTF-8";

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.fancybox-container~.fancybox-container {
  z-index: 99992;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s,visibility 0s linear .25s;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s,visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30,30,30,.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform,opacity;
  transform-style: preserve-3d;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide>* {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -ms-transform-origin: top left;
      transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0,0%,100%,.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30,30,30,.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0,0,0,.8);
}

.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
  opacity: .3;
}

.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
  left: 20px;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}

.fancybox-button--right:after {
  right: 20px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.fancybox-button--close:after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s;
}

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30,30,30,.8);
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: .6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3;
}

.fancybox-loading {
  border: 6px solid hsla(0,0%,39%,.4);
  border-top: 6px solid hsla(0,0%,100%,.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@keyframes a {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0,0,.25,1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  transform: translate3d(-100%,0,0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  transform: translate3d(100%,0,0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  transform: scale3d(1.5,1.5,1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  transform: scale3d(.5,.5,.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -ms-transform: scaleX(1);
      transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -ms-transform: rotate(-1turn);
      transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -ms-transform: rotate(1turn);
      transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  transform: scale3d(0,0,0) translate3d(-100%,0,0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  transform: scale3d(0,0,0) translate3d(100%,0,0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-width:800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none!important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}

.fancybox-button--thumbs,
.fancybox-thumbs {
  display: none;
}

@media (min-width:800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0,0,0,.1);
  }

  .fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
  }

  .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

html,
body,
main {
  width: 100%;
}

body.not-scrolling {
  overflow: hidden;
}

* {
  transition: all linear 0.2s;
  box-sizing: border-box;
  font-family: "PT Sans", sans-serif;
}

*:focus {
  outline: none;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

.custom-gradient,
hr,
header .main-menu ul li button:before,
.nav-side .nav-side-item.active-item .nav-line,
.nav-side .nav-side-item:hover .nav-line {
  background: linear-gradient(90deg, #05cdef, #0ed991);
}

button {
  cursor: pointer;
  border: none;
}

.wrapper {
  width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .wrapper {
    width: 960px;
  }
}

@media (max-width: 1003px) {
  .wrapper {
    width: 750px;
  }
}

@media (max-width: 770px) {
  .wrapper {
    width: 580px;
  }
}

@media (max-width: 600px) {
  .wrapper {
    width: 100%;
  }
}

h1 {
  color: #ffffff;
  font-family: "Kelson Regular", sans-serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 770px) {
  h1 {
    font-size: 24px;
    letter-spacing: 1.41px;
    line-height: 34px;
    text-transform: uppercase;
  }
}

h2 {
  color: #373737;
  font-family: "Kelson Regular", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 770px) {
  h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

h3,
.big-accent-text {
  color: #05cdef;
  font-family: "Kelson Regular", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-transform: uppercase;
}

@media (max-width: 770px) {
  h3,
  .big-accent-text {
    font-size: 20px;
    line-height: 30px;
  }
}

hr {
  width: 160px;
  height: 2px;
  border: none;
}

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

.title-section h2 {
  margin-bottom: 15px;
}

header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 30px;
  z-index: 1600;
  width: 100%;
  background: transparent;
}

@media (max-width: 1003px) {
  header {
    height: 85px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
}

@media (max-width: 590px) {
  header {
    height: 55px;
  }
}

header.open-header {
  height: 100%;
  background: #3e3e3e;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

header.open-header .burger {
  right: 50px;
}

@media (max-width: 590px) {
  header.open-header .burger {
    right: 40px;
  }
}

header.open-header .wrapper {
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

header.open-header .main-menu {
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

header.open-header .lang-menu {
  display: -ms-flexbox;
  display: flex;
  margin: 45px auto auto;
}

header.scrolled-header {
  background: #292929;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

header.scrolled-header .burger {
  top: 26px;
}

@media (max-width: 590px) {
  header.scrolled-header .burger {
    top: 15px;
  }
}

header .wrapper {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 1281px) {
  header .wrapper {
    width: 1215px;
  }
}

header .lang-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-left: 100px;
}

@media (max-width: 1280px) {
  header .lang-menu {
    margin-left: 60px;
  }
}

@media (max-width: 1003px) {
  header .lang-menu {
    width: 100%;
    display: none;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

header .lang-menu > * {
  color: #d5d5d5;
  font-family: "Kelson Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 10px;
  text-decoration: none;
  position: relative;
}

@media (max-width: 1280px) {
  header .lang-menu > * {
    font-size: 16px;
  }
}

@media (max-width: 1003px) {
  header .lang-menu > * {
    font-size: 18px;
  }
}

header .lang-menu > *.active-item {
  color: #0ed991;
}

header .lang-menu > *:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 30px;
  border: none;
  background: rgba(213, 213, 213, 0.4);
}

header .lang-menu > *:last-child:after {
  display: none;
}

header .lang-menu div {
  cursor: default;
}

header .lang-menu a:hover {
  color: #ffffff;
}

@media (max-width: 1003px) {
  header .main-menu {
    width: 100%;
    display: none;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

header .main-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 1003px) {
  header .main-menu ul {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    margin: auto;
  }
}

header .main-menu ul li {
  margin: 20px 60px 20px 0;
}

@media (max-width: 1280px) {
  header .main-menu ul li {
    margin-right: 25px;
  }
}

@media (max-width: 1003px) {
  header .main-menu ul li {
    margin: 0 auto 10px;
  }
}

header .main-menu ul li:last-child {
  margin-right: 0;
}

@media (max-width: 1003px) {
  header .main-menu ul li:last-child {
    margin: 0 auto 10px;
  }
}

header .main-menu ul li button {
  background: transparent;
  border: none;
  color: #d5d5d5;
  font-family: "Kelson Regular", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
  padding: 10px 0;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}

@media (max-width: 1280px) {
  header .main-menu ul li button {
    font-size: 19px;
  }
}

@media (max-width: 1003px) {
  header .main-menu ul li button {
    font-size: 21px;
  }
}

header .main-menu ul li button:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0;
  transition: all ease-out 0.2s;
}

header .main-menu ul li button.active-item {
  color: #ffffff;
}

header .main-menu ul li button.active-item:before {
  opacity: 1;
}

@media (min-width: 1004px) {
  header .main-menu ul li button:hover {
    color: #ffffff;
  }
}

@media (min-width: 1004px) {
  header .main-menu ul li button:hover:before {
    opacity: 1;
  }
}

.burger {
  cursor: pointer;
  background: transparent;
  margin: 0 0 0 auto;
  position: absolute;
  top: 40px;
  right: 40px;
  height: 36px;
  width: 60px;
  display: none;
}

@media (max-width: 1003px) {
  .burger {
    display: block;
  }
}

@media (max-width: 590px) {
  .burger {
    right: 30px;
    height: 26px;
    width: 43px;
  }
}

.burger:before,
.burger:after {
  background: #d5d5d5;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  content: "";
  height: 2px;
  left: 0;
  transition: 0.375s;
  width: 60px;
}

@media (max-width: 590px) {
  .burger:before,
  .burger:after {
    width: 43px;
  }
}

.burger:before {
  box-shadow: #d5d5d5 0 17px 0 0;
  position: absolute;
  top: 0;
}

@media (max-width: 590px) {
  .burger:before {
    box-shadow: #d5d5d5 0 12px 0 0;
  }
}

.burger:after {
  position: absolute;
  top: calc(100% - 2px);
}

.burger.active-item:before,
.burger.active-item:after {
  top: 50%;
  left: 10%;
  width: 45px;
}

.burger.active-item:before {
  box-shadow: transparent 0 0 0 0;
  -ms-transform: rotate(133deg);
      transform: rotate(133deg);
}

.burger.active-item:after {
  -ms-transform: rotate(226deg);
      transform: rotate(226deg);
}

.top-section {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}

.top-section .img-top-section {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.top-section .img-top-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1003px) {
  .top-section .img-top-section img {
    width: 120%;
  }
}

@media (max-width: 1003px) {
  .top-section .wrapper {
    width: 100%;
  }
}

.logo-section,
.top-about-factory,
.img-scroll-wrapper {
  z-index: 10;
  position: relative;
}

.logo-section {
  position: relative;
  margin: auto 0 60px 0;
  width: 100%;
  height: 195px;
}

@media (max-width: 1003px) {
  .logo-section {
    margin-bottom: 120px;
  }
}

@media (max-width: 770px) {
  .logo-section {
    height: 152px;
    margin-bottom: 100px;
  }
}

@media (max-width: 590px) {
  .logo-section {
    height: 90px;
  }
}

@media (max-height: 899px) {
  .logo-section {
    margin: 100px 0 60px;
  }
}

@media (min-width: 1004px) and (max-height: 899px) {
  .logo-section {
    height: 195px;
  }
}

@media (min-width: 1004px) and (max-height: 700px) {
  .logo-section {
    margin-bottom: 40px;
    height: 180px;
  }
}

.logo-section.scrolled-logo {
  z-index: 2000;
}

.logo-section.scrolled-logo:before {
  display: none;
}

.logo-section.scrolled-logo .logo-img-wrapper {
  width: 284px;
  height: 85px;
  position: fixed;
  top: 3px;
  left: 40px;
  z-index: 2010;
}

@media (max-width: 590px) {
  .logo-section.scrolled-logo .logo-img-wrapper {
    width: 170px;
    height: 43px;
    top: 4px;
    left: 30px;
  }
}

@media (max-width: 500px) {
  .logo-section.scrolled-logo .logo-img-wrapper {
    width: 200px;
  }
}

@media (max-width: 400px) {
  .logo-section.scrolled-logo .logo-img-wrapper {
    width: 150px;
  }
}

.logo-section:before {
  content: '';
  display: block;
  width: 58%;
  height: 100%;
  border-radius: 0 100px 100px 0;
  background-color: rgba(36, 36, 36, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 1280px) {
  .logo-section:before {
    width: 72%;
  }
}

@media (max-width: 1003px) {
  .logo-section:before {
    width: calc(100% - 60px);
  }
}

@media (max-width: 770px) {
  .logo-section:before {
    width: 100%;
  }
}

@media (min-width: 1004px) and (max-height: 899px) {
  .logo-section:before {
    width: 65%;
  }
}

.logo-section .logo-img-wrapper {
  width: 610px;
  height: 195px;
  overflow: hidden;
  margin-top: -5px;
}

@media (max-width: 1003px) {
  .logo-section .logo-img-wrapper {
    margin: -5px auto auto;
  }
}

@media (max-width: 770px) {
  .logo-section .logo-img-wrapper {
    width: 515px;
    height: 152px;
  }
}

@media (max-width: 590px) {
  .logo-section .logo-img-wrapper {
    width: 260px;
    height: 90px;
    margin-top: -2px;
  }
}

@media (min-width: 1004px) and (max-height: 899px) {
  .logo-section .logo-img-wrapper {
    width: 535px;
    height: 195px;
  }
}

@media (min-width: 1004px) and (max-height: 700px) {
  .logo-section .logo-img-wrapper {
    height: 180px;
  }
}

.logo-section .logo-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center left;
}

@media (max-width: 770px) and (min-height: 900px) {
  .top-about-factory-wrapper {
    margin-bottom: 100px;
  }
}

.top-about-factory {
  margin: 0 0 130px 50%;
  max-width: 468px;
}

@media (max-width: 1003px) {
  .top-about-factory {
    margin: 0 auto 145px;
  }
}

@media (max-width: 1003px) {
  .top-about-factory * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-about-factory hr {
  margin: 0 auto 30px 0;
}

@media (max-width: 1003px) {
  .top-about-factory hr {
    margin: 0 auto 30px;
  }
}

.top-about-factory h1 {
  margin-bottom: 15px;
}

.top-about-factory p {
  color: #ffffff;
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

@media (max-width: 1003px) {
  .top-about-factory p {
    font-size: 18px;
    line-height: 26px;
  }
}

.img-scroll-wrapper {
  position: absolute;
  left: calc(50% - 15px);
  bottom: 40px;
  width: 30px;
  height: 40px;
  animation: img-up-down-animation 5s ease infinite;
  animation-delay: 0.3s;
}

.img-scroll-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes img-up-down-animation {
  0% {
    bottom: 40px;
  }

  10% {
    bottom: 30px;
  }

  30% {
    bottom: 50px;
  }

  45% {
    bottom: 40px;
  }
}

.nav-side {
  position: fixed;
  right: 30px;
  top: calc(50% - 115px);
  z-index: 1500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 1003px) {
  .nav-side {
    display: none;
  }
}

.nav-side .nav-side-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  border: none;
}

.nav-side .nav-side-item.active-item .nav-line,
.nav-side .nav-side-item:hover .nav-line {
  width: 30px;
  transition: width ease-out 0.2s;
}

.nav-side .nav-side-item:hover .nav-side-item-name {
  width: auto;
  opacity: 1;
  transition: width ease-out 0.2s, opacity ease-out 0.375s 0.2s;
}

.nav-side .nav-side-item-name {
  width: 0;
  opacity: 0;
  margin: auto 15px auto 0;
  color: #05cdef;
  font-family: "Kelson Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  transition: opacity ease-out 0.2s, width ease-out 0.375s 0.2s;
}

.nav-side .nav-line {
  width: 15px;
  height: 1px;
  background: #dbdbdb;
  margin: auto 0;
  transition: width ease-out 0.2s;
}

.btn-to-top {
  display: none;
  width: 54px;
  height: 54px;
  background: url("../images/arrow-up.svg") center no-repeat;
  background-size: contain;
  border: none;
  border-radius: 50%;
  position: fixed;
  right: 65px;
  bottom: 61px;
  z-index: 1500;
  opacity: 0.5;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 1003px) {
  .btn-to-top {
    right: 40px;
  }
}

@media (max-width: 590px) {
  .btn-to-top {
    right: 30px;
  }
}

.btn-to-top:hover {
  opacity: 1;
}

.how-it-works-section {
  background: #ededed;
  overflow: hidden;
  padding: 40px 0 60px;
}

@media (max-width: 770px) {
  .how-it-works-section {
    padding-top: 60px;
  }
}

.how-it-works {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 50px;
}

@media (max-width: 1003px) {
  .how-it-works {
    margin-bottom: 60px;
  }
}

.how-it-works .how-it-w-row1,
.how-it-works .how-it-w-row2 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.how-it-works hr {
  margin: 0 auto 25px 0;
}

.how-it-works .how-it-w-row1 {
  position: relative;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

@media (max-width: 1003px) {
  .how-it-works .how-it-w-row1 {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.how-it-works .how-it-w-row1 img.how-it-w-img {
  position: absolute;
  top: 0;
  right: 395px;
  width: auto;
  height: 490px;
  z-index: 10;
}

@media (max-width: 1280px) {
  .how-it-works .how-it-w-row1 img.how-it-w-img {
    height: 380px;
  }
}

@media (max-width: 1003px) {
  .how-it-works .how-it-w-row1 img.how-it-w-img {
    height: 490px;
    position: relative;
    right: auto;
  }
}

@media (max-width: 590px) {
  .how-it-works .how-it-w-row1 img.how-it-w-img {
    width: 100%;
    height: auto;
  }
}

.how-it-works .how-it-w-row1 .description {
  position: relative;
  padding: 90px 0 0 40px;
  margin: 80px 0 120px auto;
}

@media (max-width: 1280px) {
  .how-it-works .how-it-w-row1 .description {
    padding-left: 50px;
    margin-bottom: 100px;
  }
}

@media (max-width: 1003px) {
  .how-it-works .how-it-w-row1 .description {
    padding: 90px 0 225px;
    margin: -140px 0 0;
    width: 100%;
  }
}

@media (max-width: 1003px) {
  .how-it-works .how-it-w-row1 .description * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.how-it-works .how-it-w-row1 .description:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -55px;
  width: 800px;
  height: 515px;
  border: 13px solid #ffffff;
  z-index: 1;
  box-sizing: border-box;
}

@media (max-width: 1280px) {
  .how-it-works .how-it-w-row1 .description:before {
    left: -15px;
    width: 670px;
  }
}

@media (max-width: 1003px) {
  .how-it-works .how-it-w-row1 .description:before {
    width: calc(100% + 30px);
  }
}

@media (max-width: 590px) {
  .how-it-works .how-it-w-row1 .description:before {
    height: 100%;
    border-width: 6px 0 6px 0;
  }
}

.how-it-works .how-it-w-row1 .description * {
  position: relative;
  z-index: 3;
  max-width: 540px;
}

@media (max-width: 1280px) {
  .how-it-works .how-it-w-row1 .description * {
    max-width: 520px;
  }
}

@media (max-width: 1003px) {
  .how-it-works .how-it-w-row1 .description * {
    max-width: 540px;
  }
}

.how-it-works .how-it-w-row1 .description .accent-text {
  color: #373737;
  font-family: "Kelson Regular", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 15px;
}

@media (max-width: 770px) {
  .how-it-works .how-it-w-row1 .description .accent-text {
    font-size: 20px;
    line-height: 30px;
  }
}

.how-it-works .how-it-w-row1 .description .text {
  color: #373737;
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

@media (max-width: 770px) {
  .how-it-works .how-it-w-row1 .description .text {
    font-size: 18px;
    line-height: 26px;
  }
}

.how-it-works .how-it-w-row2 {
  z-index: 2;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

@media (max-width: 1003px) {
  .how-it-works .how-it-w-row2 {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin-top: -165px;
  }
}

.how-it-works .how-it-w-row2 .description {
  margin: auto 50px auto 0;
}

@media (max-width: 1003px) {
  .how-it-works .how-it-w-row2 .description {
    margin: 0 auto;
  }
}

.how-it-works .how-it-w-row2 .description * {
  max-width: 345px;
}

@media (max-width: 1003px) {
  .how-it-works .how-it-w-row2 .description * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.how-it-works .how-it-w-row2 .description p {
  color: #373737;
  font-family: "Kelson Regular", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
}

@media (max-width: 770px) {
  .how-it-works .how-it-w-row2 .description p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 1003px) {
  .how-it-works .how-it-works-slider {
    margin-bottom: 112px;
  }
}

@media (max-width: 770px) {
  .how-it-works .how-it-works-slider {
    margin-bottom: 92px;
  }
}

.how-ecoclimate-created {
  padding-top: 60px;
}

.how-ecoclimate-created .title-section {
  margin-bottom: 45px;
}

@media (max-width: 1280px) {
  .how-ecoclimate-created .title-section {
    margin-bottom: 110px;
  }
}

@media (max-width: 770px) {
  .how-ecoclimate-created .title-section {
    margin-bottom: 80px;
  }
}

@media (max-width: 590px) {
  .how-ecoclimate-created .title-section {
    margin-bottom: 30px;
  }
}

.infographic-section {
  position: relative;
  margin-bottom: 120px;
}

@media (max-width: 770px) {
  .infographic-section {
    margin-bottom: 80px;
  }
}

.infographic-section .inf-img-wrapper {
  width: 100%;
  height: auto;
}

@media (max-width: 590px) {
  .infographic-section .inf-img-wrapper {
    width: calc(100% + 30px);
    height: auto;
    margin-left: -15px;
  }
}

.infographic-section .inf-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.inf-title1,
.inf-title2,
.inf-title3,
.inf-title4 {
  color: #05cdef;
  font-family: "Kelson Regular", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-transform: uppercase;
  position: absolute;
}

@media (max-width: 1280px) {
  .inf-title1,
  .inf-title2,
  .inf-title3,
  .inf-title4 {
    text-align: center;
  }
}

@media (max-width: 770px) {
  .inf-title1,
  .inf-title2,
  .inf-title3,
  .inf-title4 {
    font-size: 21px;
    line-height: 27px;
  }
}

@media (max-width: 590px) {
  .inf-title1,
  .inf-title2,
  .inf-title3,
  .inf-title4 {
    display: none;
  }
}

.inf-title1 {
  bottom: 467px;
  left: 2px;
  max-width: 355px;
}

@media (max-width: 1280px) {
  .inf-title1 {
    bottom: 384px;
    max-width: 195px;
  }
}

@media (max-width: 1003px) {
  .inf-title1 {
    bottom: 295px;
  }
}

@media (max-width: 770px) {
  .inf-title1 {
    bottom: 220px;
    left: -8px;
  }
}

.inf-title2 {
  bottom: 195px;
  left: 282px;
  max-width: 250px;
}

@media (max-width: 1280px) {
  .inf-title2 {
    bottom: 154px;
    left: 185px;
  }
}

@media (max-width: 1003px) {
  .inf-title2 {
    bottom: 114px;
    left: 100px;
  }
}

@media (max-width: 770px) {
  .inf-title2 {
    bottom: 89px;
    left: 85px;
  }
}

.inf-title3 {
  bottom: 467px;
  left: 510px;
  max-width: 550px;
}

@media (max-width: 1280px) {
  .inf-title3 {
    bottom: 384px;
    left: 454px;
    max-width: 195px;
  }
}

@media (max-width: 1003px) {
  .inf-title3 {
    bottom: 295px;
    left: 340px;
  }
}

@media (max-width: 770px) {
  .inf-title3 {
    bottom: 220px;
    left: 230px;
  }
}

.inf-title4 {
  bottom: 195px;
  right: 35px;
  max-width: 365px;
}

@media (max-width: 1280px) {
  .inf-title4 {
    bottom: 142px;
    right: 41px;
    max-width: 250px;
    text-align: center;
  }
}

@media (max-width: 1003px) {
  .inf-title4 {
    bottom: 88px;
    right: -5px;
  }
}

@media (max-width: 770px) {
  .inf-title4 {
    max-width: 215px;
    bottom: 68px;
    right: 0;
  }
}

.inf-arrow1,
.inf-arrow2,
.inf-arrow3 {
  width: 62px;
  height: 81px;
  background: url("../images/arrow_info.png") center no-repeat;
  background-size: contain;
  position: absolute;
}

@media (max-width: 1280px) {
  .inf-arrow1,
  .inf-arrow2,
  .inf-arrow3 {
    width: 40px;
    height: 52px;
  }
}

@media (max-width: 770px) {
  .inf-arrow1,
  .inf-arrow2,
  .inf-arrow3 {
    width: 20px;
    height: 26px;
  }
}

.inf-arrow1 {
  top: 221px;
  left: 207px;
}

@media (max-width: 1280px) {
  .inf-arrow1 {
    top: 170px;
    left: 170px;
    -ms-transform: rotate(20deg);
        transform: rotate(20deg);
  }
}

@media (max-width: 1003px) {
  .inf-arrow1 {
    top: 132px;
    left: 124px;
  }
}

@media (max-width: 770px) {
  .inf-arrow1 {
    top: 106px;
    left: 100px;
  }
}

@media (max-width: 590px) {
  .inf-arrow1 {
    top: 50%;
    left: 19%;
  }
}

.inf-arrow2 {
  bottom: 143px;
  right: 514px;
  -ms-transform: rotate(-79deg);
      transform: rotate(-79deg);
}

@media (max-width: 1280px) {
  .inf-arrow2 {
    bottom: 119px;
    right: 424px;
  }
}

@media (max-width: 1003px) {
  .inf-arrow2 {
    bottom: 88px;
    right: 326px;
    -ms-transform: rotate(-76deg);
        transform: rotate(-76deg);
  }
}

@media (max-width: 770px) {
  .inf-arrow2 {
    bottom: 71px;
    right: 256px;
    -ms-transform: rotate(-79deg);
        transform: rotate(-79deg);
  }
}

@media (max-width: 590px) {
  .inf-arrow2 {
    bottom: 30%;
    right: 47%;
  }
}

.inf-arrow3 {
  top: 205px;
  right: 184px;
  z-index: 10;
}

@media (max-width: 1280px) {
  .inf-arrow3 {
    top: 166px;
    right: 172px;
  }
}

@media (max-width: 1003px) {
  .inf-arrow3 {
    top: 126px;
    right: 118px;
    -ms-transform: rotate(10deg);
        transform: rotate(10deg);
  }
}

@media (max-width: 770px) {
  .inf-arrow3 {
    top: 110px;
    right: 104px;
  }
}

@media (max-width: 590px) {
  .inf-arrow3 {
    top: 46%;
    right: 19%;
  }
}

.inf-plus-btn1,
.inf-plus-btn2,
.inf-plus-btn3,
.inf-plus-btn4,
.inf-plus-btn5 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  padding: 0;
}

.inf-plus-btn1 svg,
.inf-plus-btn2 svg,
.inf-plus-btn3 svg,
.inf-plus-btn4 svg,
.inf-plus-btn5 svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 1004px) {
  .inf-plus-btn1:hover,
  .inf-plus-btn2:hover,
  .inf-plus-btn3:hover,
  .inf-plus-btn4:hover,
  .inf-plus-btn5:hover {
    width: 54px;
    height: 54px;
    z-index: 50;
  }
}

.inf-plus-btn1.active-item,
.inf-plus-btn2.active-item,
.inf-plus-btn3.active-item,
.inf-plus-btn4.active-item,
.inf-plus-btn5.active-item {
  width: 54px;
  height: 54px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  transition: all ease-in-out 0.375s;
  z-index: 45;
}

.inf-plus-btn1 {
  top: 126px;
  left: 277px;
  z-index: 25;
}

@media (max-width: 1280px) {
  .inf-plus-btn1 {
    left: 94px;
    top: 178px;
  }
}

@media (max-width: 1003px) {
  .inf-plus-btn1 {
    left: 67px;
    top: 135px;
  }
}

@media (max-width: 770px) {
  .inf-plus-btn1 {
    left: 46px;
    top: 100px;
  }
}

@media (max-width: 590px) {
  .inf-plus-btn1 {
    left: 8%;
    top: 40%;
  }
}

@media (max-width: 400px) {
  .inf-plus-btn1 {
    left: 0;
  }
}

@media (min-width: 1004px) {
  .inf-plus-btn1:hover {
    left: 87px;
    top: 171px;
  }
}

@media (min-width: 1281px) {
  .inf-plus-btn1:hover {
    top: 119px;
    left: 270px;
  }
}

.inf-plus-btn1.active-item {
  top: 119px;
  left: 270px;
}

@media (max-width: 1280px) {
  .inf-plus-btn1.active-item {
    left: 87px;
    top: 171px;
  }
}

@media (max-width: 1003px) {
  .inf-plus-btn1.active-item {
    left: 60px;
    top: 127px;
  }
}

@media (max-width: 770px) {
  .inf-plus-btn1.active-item {
    left: 39px;
    top: 93px;
  }
}

@media (max-width: 590px) {
  .inf-plus-btn1.active-item {
    left: 6.5%;
    top: 38%;
  }
}

@media (max-width: 400px) {
  .inf-plus-btn1.active-item {
    left: -2%;
  }
}

.inf-plus-btn2 {
  bottom: 37px;
  left: 238px;
  z-index: 20;
}

@media (max-width: 1280px) {
  .inf-plus-btn2 {
    bottom: 28px;
    left: 187px;
  }
}

@media (max-width: 1003px) {
  .inf-plus-btn2 {
    bottom: 14px;
    left: 142px;
  }
}

@media (max-width: 770px) {
  .inf-plus-btn2 {
    bottom: 8px;
    left: 100px;
  }
}

@media (max-width: 590px) {
  .inf-plus-btn2 {
    bottom: 1.5%;
    left: 18%;
  }
}

@media (min-width: 1004px) {
  .inf-plus-btn2:hover {
    bottom: 20px;
    left: 180px;
  }
}

@media (min-width: 1281px) {
  .inf-plus-btn2:hover {
    bottom: 30px;
    left: 231px;
  }
}

.inf-plus-btn2.active-item {
  bottom: 30px;
  left: 231px;
}

@media (max-width: 1280px) {
  .inf-plus-btn2.active-item {
    bottom: 20px;
    left: 180px;
  }
}

@media (max-width: 1003px) {
  .inf-plus-btn2.active-item {
    bottom: 7px;
    left: 135px;
  }
}

@media (max-width: 770px) {
  .inf-plus-btn2.active-item {
    bottom: 1px;
    left: 93px;
  }
}

@media (max-width: 590px) {
  .inf-plus-btn2.active-item {
    bottom: -1%;
    left: 16.5%;
  }
}

@media (max-width: 400px) {
  .inf-plus-btn2.active-item {
    bottom: -2%;
    left: 15.5%;
  }
}

.inf-plus-btn3 {
  bottom: 207px;
  right: 472px;
  z-index: 15;
}

@media (max-width: 1280px) {
  .inf-plus-btn3 {
    bottom: 165px;
    right: 380px;
  }
}

@media (max-width: 1003px) {
  .inf-plus-btn3 {
    bottom: 125px;
    right: 288px;
  }
}

@media (max-width: 770px) {
  .inf-plus-btn3 {
    bottom: 91px;
    right: 217px;
  }
}

@media (max-width: 590px) {
  .inf-plus-btn3 {
    bottom: 37%;
    right: 39%;
  }
}

@media (min-width: 1004px) {
  .inf-plus-btn3:hover {
    bottom: 158px;
    right: 373px;
  }
}

@media (min-width: 1281px) {
  .inf-plus-btn3:hover {
    bottom: 200px;
    right: 465px;
  }
}

.inf-plus-btn3.active-item {
  bottom: 200px;
  right: 465px;
}

@media (max-width: 1280px) {
  .inf-plus-btn3.active-item {
    bottom: 158px;
    right: 373px;
  }
}

@media (max-width: 1003px) {
  .inf-plus-btn3.active-item {
    bottom: 118px;
    right: 281px;
  }
}

@media (max-width: 770px) {
  .inf-plus-btn3.active-item {
    bottom: 84px;
    right: 210px;
  }
}

@media (max-width: 590px) {
  .inf-plus-btn3.active-item {
    bottom: 34%;
    right: 37.5%;
  }
}

.inf-plus-btn4 {
  z-index: 10;
  right: 191px;
  bottom: 13px;
}

@media (max-width: 1280px) {
  .inf-plus-btn4 {
    right: 153px;
    bottom: 3px;
  }
}

@media (max-width: 1003px) {
  .inf-plus-btn4 {
    right: 117px;
  }
}

@media (max-width: 770px) {
  .inf-plus-btn4 {
    bottom: -3px;
    right: 86px;
  }
}

@media (max-width: 590px) {
  .inf-plus-btn4 {
    bottom: -3%;
    right: 14%;
  }
}

@media (min-width: 1004px) {
  .inf-plus-btn4:hover {
    bottom: -4px;
    right: 147px;
  }
}

@media (min-width: 1281px) {
  .inf-plus-btn4:hover {
    right: 185px;
    bottom: 6px;
  }
}

.inf-plus-btn4.active-item {
  right: 185px;
  bottom: 6px;
}

@media (max-width: 1281px) {
  .inf-plus-btn4.active-item {
    right: 147px;
    bottom: -4px;
  }
}

@media (max-width: 1003px) {
  .inf-plus-btn4.active-item {
    right: 111px;
  }
}

@media (max-width: 770px) {
  .inf-plus-btn4.active-item {
    bottom: -10px;
    right: 80px;
  }
}

@media (max-width: 590px) {
  .inf-plus-btn4.active-item {
    bottom: -6%;
    right: 13%;
  }
}

.inf-plus-btn5 {
  z-index: 5;
  left: 530px;
  bottom: 79px;
}

@media (max-width: 1281px) {
  .inf-plus-btn5 {
    left: 432px;
    bottom: 63px;
  }
}

@media (max-width: 1003px) {
  .inf-plus-btn5 {
    left: 333px;
    bottom: 45px;
  }
}

@media (max-width: 770px) {
  .inf-plus-btn5 {
    left: 256px;
    bottom: 30px;
  }
}

@media (max-width: 590px) {
  .inf-plus-btn5 {
    left: 46%;
    bottom: 12%;
  }
}

@media (max-width: 400px) {
  .inf-plus-btn5 {
    left: 43%;
    bottom: 1%;
  }
}

@media (min-width: 1004px) {
  .inf-plus-btn5:hover {
    left: 426px;
    bottom: 56px;
  }
}

@media (min-width: 1281px) {
  .inf-plus-btn5:hover {
    left: 524px;
    bottom: 72px;
  }
}

.inf-plus-btn5.active-item {
  left: 524px;
  bottom: 72px;
}

@media (max-width: 1281px) {
  .inf-plus-btn5.active-item {
    left: 426px;
    bottom: 56px;
  }
}

@media (max-width: 1003px) {
  .inf-plus-btn5.active-item {
    left: 327px;
    bottom: 38px;
  }
}

@media (max-width: 770px) {
  .inf-plus-btn5.active-item {
    left: 250px;
    bottom: 23px;
  }
}

@media (max-width: 590px) {
  .inf-plus-btn5.active-item {
    left: 44.5%;
    bottom: 9%;
  }
}

@media (max-width: 400px) {
  .inf-plus-btn5.active-item {
    left: 40%;
    bottom: -4%;
  }
}

.inf-description1,
.inf-description2,
.inf-description3,
.inf-description4,
.inf-description5 {
  background: #ffffff;
  position: absolute;
  width: 386px;
  height: 2px;
  opacity: 0;
  padding: 0;
  transition: all ease-out 0.2s;
  z-index: -10;
  overflow: hidden;
}

@media (max-width: 770px) {
  .inf-description1,
  .inf-description2,
  .inf-description3,
  .inf-description4,
  .inf-description5 {
    width: calc(100% + 30px);
  }
}

.inf-description1 .inf-title-inside,
.inf-description2 .inf-title-inside,
.inf-description3 .inf-title-inside,
.inf-description4 .inf-title-inside,
.inf-description5 .inf-title-inside {
  display: none;
  margin-bottom: 10px;
  color: #05cdef;
  font-family: "Kelson Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 590px) {
  .inf-description1 .inf-title-inside,
  .inf-description2 .inf-title-inside,
  .inf-description3 .inf-title-inside,
  .inf-description4 .inf-title-inside,
  .inf-description5 .inf-title-inside {
    display: block;
  }
}

.inf-description1 p,
.inf-description2 p,
.inf-description3 p,
.inf-description4 p,
.inf-description5 p {
  color: #373737;
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  opacity: 0;
  display: none;
  width: 326px;
}

@media (max-width: 770px) {
  .inf-description1 p,
  .inf-description2 p,
  .inf-description3 p,
  .inf-description4 p,
  .inf-description5 p {
    width: 100%;
  }
}

.inf-description1.active-item,
.inf-description2.active-item,
.inf-description3.active-item,
.inf-description4.active-item,
.inf-description5.active-item {
  opacity: 1;
  padding: 30px;
  width: 386px;
  height: auto;
  transition: all ease-out 0.2s;
  z-index: 40;
}

@media (max-width: 770px) {
  .inf-description1.active-item,
  .inf-description2.active-item,
  .inf-description3.active-item,
  .inf-description4.active-item,
  .inf-description5.active-item {
    width: calc(100% + 30px);
  }
}

.inf-description1.active-item p,
.inf-description2.active-item p,
.inf-description3.active-item p,
.inf-description4.active-item p,
.inf-description5.active-item p {
  display: block;
  opacity: 1;
  transition: opacity ease-out 0.2s 0.5s;
}

@media (max-width: 590px) {
  .inf-description1.active-item p,
  .inf-description2.active-item p,
  .inf-description3.active-item p,
  .inf-description4.active-item p,
  .inf-description5.active-item p {
    text-align: center;
  }
}

.inf-description1 {
  top: 138px;
  left: 294px;
  z-index: 23;
}

@media (max-width: 1280px) {
  .inf-description1 {
    top: 190px;
    left: 114px;
  }
}

@media (max-width: 1003px) {
  .inf-description1 {
    top: 145px;
    left: 89px;
  }
}

@media (max-width: 770px) {
  .inf-description1 {
    top: 120px;
    left: -15px;
  }
}

@media (max-width: 590px) {
  .inf-description1 {
    top: 49%;
  }
}

@media (max-width: 400px) {
  .inf-description1 {
    top: 54%;
  }
}

.inf-description2 {
  top: 450px;
  left: 258px;
  z-index: 18;
}

@media (max-width: 1280px) {
  .inf-description2 {
    top: 367px;
    left: 207px;
  }
}

@media (max-width: 1003px) {
  .inf-description2 {
    top: 286px;
    left: 162px;
  }
}

@media (max-width: 770px) {
  .inf-description2 {
    bottom: auto;
    top: 217px;
    left: -15px;
  }
}

@media (max-width: 590px) {
  .inf-description2 {
    top: 90%;
  }
}

@media (max-width: 400px) {
  .inf-description2 {
    top: 84%;
  }
}

.inf-description3 {
  top: 277px;
  right: 106px;
  z-index: 13;
}

@media (max-width: 1280px) {
  .inf-description3 {
    top: 228px;
    right: 205px;
  }
}

@media (max-width: 1003px) {
  .inf-description3 {
    top: 176px;
    right: 115px;
  }
}

@media (max-width: 770px) {
  .inf-description3 {
    top: 134px;
    left: -15px;
  }
}

@media (max-width: 590px) {
  .inf-description3 {
    top: 55%;
  }
}

@media (max-width: 400px) {
  .inf-description3 {
    top: 50%;
  }
}

.inf-description4 {
  top: 472px;
  right: 15px;
  z-index: 8;
}

@media (max-width: 1280px) {
  .inf-description4 {
    top: 390px;
    right: -16px;
  }
}

@media (max-width: 1003px) {
  .inf-description4 {
    top: 298px;
    right: 138px;
  }
}

@media (max-width: 770px) {
  .inf-description4 {
    left: -15px;
    top: 229px;
    z-index: 2;
  }
}

@media (max-width: 590px) {
  .inf-description4 {
    top: 94%;
  }
}

@media (max-width: 400px) {
  .inf-description4 {
    top: 90%;
  }
}

.inf-description5 {
  z-index: 3;
  left: 355px;
  top: 409px;
}

@media (max-width: 1280px) {
  .inf-description5 {
    left: 258px;
    top: 332px;
  }
}

@media (max-width: 1003px) {
  .inf-description5 {
    left: 158px;
    top: 257px;
  }
}

@media (max-width: 770px) {
  .inf-description5 {
    left: -15px;
    top: 197px;
  }
}

@media (max-width: 590px) {
  .inf-description5 {
    top: 79%;
  }
}

@media (max-width: 400px) {
  .inf-description5 {
    top: 88%;
  }
}

.fancybox-bg {
  background: #ededed !important;
  opacity: 1 !important;
}

.our-mission {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}

@media (max-width: 1003px) {
  .our-mission {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-flow: column;
        flex-flow: column;
  }
}

.our-mission .title-section {
  text-align: left;
  margin: 120px 100px auto 120px;
}

@media (max-width: 1280px) {
  .our-mission .title-section {
    margin: 120px 60px auto 20px;
  }
}

@media (max-width: 1003px) {
  .our-mission .title-section {
    margin: 0 auto 60px;
  }
}

@media (max-width: 770px) {
  .our-mission .title-section {
    margin-bottom: 30px;
  }
}

.our-mission .title-section hr {
  width: 80px;
  margin: 0 auto 25px 0;
}

@media (max-width: 1003px) {
  .our-mission .title-section hr {
    margin: 0 auto 25px;
  }
}

.our-mission .title-section .big-accent-text {
  color: #373737;
}

.our-mission .infographic-img-wrapper {
  width: 100%;
  max-width: 651px;
  height: 423px;
  border: 13px solid #ffffff;
  background-color: #ededed;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1003px) {
  .our-mission .infographic-img-wrapper {
    max-width: none;
  }
}

@media (max-width: 770px) {
  .our-mission .infographic-img-wrapper {
    height: 240px;
  }
}

@media (max-width: 590px) {
  .our-mission .infographic-img-wrapper {
    width: calc(100% + 30px);
    border-width: 6px;
  }
}

.our-mission .infographic-img-wrapper:hover .btn {
  opacity: 1;
}

.our-mission .infographic-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.our-mission .infographic-img-wrapper .btn {
  display: block;
  position: absolute;
  top: calc(50% - 27px);
  left: calc(50% - 27px);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(44deg, #00d9ff 0%, #0ed991 100%);
  z-index: 10;
  opacity: 0.5;
}

.our-mission .infographic-img-wrapper .btn:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/plus-icon.svg") center no-repeat;
  background-size: 20px;
}

.about-factory-section {
  background-color: #69a5bb;
  padding-top: 60px;
}

.about-factory-section .wrapper {
  padding: 0;
}

.about-factory-section .title-section {
  margin-bottom: 50px;
}

.about-factory-section .title-section h2 {
  color: #ffffff;
}

.about-factory-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-factory-items .about-factory-item {
  width: 535px;
  min-height: 145px;
  padding: 0 50px 0 95px;
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 1280px) {
  .about-factory-items .about-factory-item {
    width: 478px;
    padding: 0 50px 0 55px;
  }
}

@media (max-width: 1003px) {
  .about-factory-items .about-factory-item {
    width: 486px;
    padding: 0 0 0 95px;
  }
}

@media (max-width: 770px) {
  .about-factory-items .about-factory-item {
    width: 100%;
    padding: 0 17px;
  }
}

@media (max-width: 770px) {
  .about-factory-items .about-factory-item > * {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.about-factory-items .about-factory-item .item-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 233px;
  max-height: 145px;
}

@media (max-width: 770px) {
  .about-factory-items .about-factory-item .item-img {
    top: -4px;
    width: 100%;
    max-width: none;
    height: 145px;
    max-height: none;
    overflow: hidden;
  }
}

.about-factory-items .about-factory-item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-factory-items .about-factory-item .item-name,
.about-factory-items .about-factory-item .item-desc,
.about-factory-items .about-factory-item .item-additional-info {
  position: relative;
  z-index: 10;
}

.about-factory-items .about-factory-item .item-name {
  color: #373737;
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 1003px) {
  .about-factory-items .about-factory-item .item-name {
    margin-bottom: 13px;
  }
}

@media (max-width: 770px) {
  .about-factory-items .about-factory-item .item-name {
    text-align: center;
    font-size: 18px;
  }
}

.about-factory-items .about-factory-item .item-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 450px) {
  .about-factory-items .about-factory-item .item-desc {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 10px;
  }
}

.about-factory-items .about-factory-item .item-desc .item-number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  color: #ffffff;
  font-family: "Kelson Regular", sans-serif;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 2.59px;
  text-transform: uppercase;
  margin-right: 10px;
}

@media (max-width: 770px) {
  .about-factory-items .about-factory-item .item-desc .item-number {
    margin: 0 10px 0 auto;
    font-size: 40px;
  }
}

@media (max-width: 450px) {
  .about-factory-items .about-factory-item .item-desc .item-number {
    margin: 0 auto;
  }
}

@media (max-width: 400px) {
  .about-factory-items .about-factory-item .item-desc .item-number {
    font-size: 30px;
  }
}

.about-factory-items .about-factory-item .item-desc .item-number .sub-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-right: 5px;
  text-transform: none;
}

.about-factory-items .about-factory-item .item-desc .item-number .units {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: none;
}

.about-factory-items .about-factory-item .item-desc .item-number .units sup {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.88px;
}

.about-factory-items .about-factory-item .item-desc .item-desc-text {
  color: #ffffff;
  font-family: "Kelson Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 770px) {
  .about-factory-items .about-factory-item .item-desc .item-desc-text {
    margin: 0 auto 0 0;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 450px) {
  .about-factory-items .about-factory-item .item-desc .item-desc-text {
    margin: 0 auto;
    text-align: center;
  }
}

.about-factory-items .about-factory-item .item-additional-info {
  color: #373737;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 770px) {
  .about-factory-items .about-factory-item .item-additional-info {
    text-align: center;
  }
}

.products-section {
  padding-top: 60px;
  background: #ffffff;
}

@media (max-width: 590px) {
  .products-section .wrapper {
    padding: 0;
  }
}

.products-section .title-section {
  margin-bottom: 60px;
}

.product-item {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 70px;
}

@media (max-width: 1003px) {
  .product-item {
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 60px;
  }
}

.product-item.prod-v1 {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: row;
      flex-direction: row;
  border: 6px solid #ededed;
}

@media (max-width: 1003px) {
  .product-item.prod-v1 {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.product-item.prod-v1 .img-wrapper {
  margin: auto 70px auto -20px;
}

@media (max-width: 1003px) {
  .product-item.prod-v1 .img-wrapper {
    margin: 35px auto 60px;
  }
}

@media (max-width: 770px) {
  .product-item.prod-v1 .img-wrapper {
    margin-bottom: 30px;
  }
}

.product-item.prod-v2 {
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  padding-left: 80px;
}

@media (max-width: 1003px) {
  .product-item.prod-v2 {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-left: 0;
    margin-bottom: 30px;
  }
}

@media (min-width: 1004px) {
  .product-item.prod-v2.small-img .img-wrapper {
    margin-right: 60px;
  }
}

.product-item.prod-v2 .img-wrapper {
  margin: auto -20px auto 0;
}

@media (max-width: 1003px) {
  .product-item.prod-v2 .img-wrapper {
    margin: 0 auto 60px;
  }
}

@media (max-width: 770px) {
  .product-item.prod-v2 .img-wrapper {
    margin: 30px;
  }
}

.product-item.prod-v2 .product-description {
  max-width: 600px;
  margin-right: 100px;
}

@media (max-width: 1003px) {
  .product-item.prod-v2 .product-description {
    margin: 0;
    max-width: none;
  }
}

.product-item .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-item .img-wrapper.prod1-img {
  width: 420px;
  min-width: 420px;
  height: 210px;
  min-height: 210px;
}

@media (max-width: 770px) {
  .product-item .img-wrapper.prod1-img {
    width: 330px;
    min-width: 0;
    height: 165px;
    min-height: 0;
  }
}

@media (max-width: 590px) {
  .product-item .img-wrapper.prod1-img {
    width: calc(100% - 30px);
    height: auto;
  }
}

.product-item .img-wrapper.prod2-img {
  width: 420px;
  min-width: 420px;
  height: 310px;
  min-height: 310px;
}

@media (max-width: 770px) {
  .product-item .img-wrapper.prod2-img {
    width: 330px;
    min-width: 0;
    height: 243px;
    min-height: 0;
  }
}

@media (max-width: 590px) {
  .product-item .img-wrapper.prod2-img {
    width: calc(100% - 30px);
    height: auto;
  }
}

.product-item .img-wrapper.prod3-img {
  width: 420px;
  min-width: 420px;
  height: 310px;
  min-height: 310px;
}

@media (max-width: 770px) {
  .product-item .img-wrapper.prod3-img {
    width: 330px;
    min-width: 0;
    height: 243px;
    min-height: 0;
  }
}

@media (max-width: 590px) {
  .product-item .img-wrapper.prod3-img {
    width: calc(100% - 30px);
    height: auto;
  }
}

.product-item .img-wrapper.prod4-img {
  width: 200px;
  min-width: 200px;
  height: 175px;
  min-height: 175px;
}

.product-item .img-wrapper.prod5-img {
  width: 280px;
  min-width: 280px;
  height: 180px;
  min-height: 180px;
}

@media (max-width: 400px) {
  .product-item .img-wrapper.prod5-img {
    width: calc(100% - 30px);
    height: auto;
    min-width: 0;
    min-height: 0;
  }
}

.product-item .img-wrapper.prod6-img {
  width: 277px;
  min-width: 277px;
  height: 155px;
  min-height: 155px;
}

@media (max-width: 400px) {
  .product-item .img-wrapper.prod6-img {
    width: calc(100% - 30px);
    height: auto;
    min-width: 0;
    min-height: 0;
  }
}

.product-item .product-description {
  margin: 60px 30px 30px 0;
}

@media (max-width: 1003px) {
  .product-item .product-description {
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
  }
}

.product-item .product-description .product-name {
  color: #05cdef;
  font-family: "Kelson Regular", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1003px) {
  .product-item .product-description .product-name {
    text-align: center;
  }
}

@media (max-width: 770px) {
  .product-item .product-description .product-name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

.product-item .product-description .description-text {
  color: #373737;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 50px;
}

@media (max-width: 1003px) {
  .product-item .product-description .description-text {
    text-align: center;
    margin-bottom: 30px;
  }
}

.product-item .product-description a[download] {
  padding: 20px 22px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  text-decoration: none;
  background: #ffffff url("../images/border.svg") center no-repeat;
  background-size: calc(100% - 2px);
  color: #05cdef;
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 10;
}

@media (max-width: 1003px) {
  .product-item .product-description a[download] {
    margin-bottom: 30px;
  }
}

@media (max-width: 400px) {
  .product-item .product-description a[download] {
    font-size: 17px;
  }
}

.product-item .product-description a[download]:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/download_icon.svg") center no-repeat;
  background-size: contain;
  margin: auto 10px auto 0;
}

.product-item .product-description a[download]:hover {
  text-decoration: underline;
}

.official-distributors-section {
  background: linear-gradient(225deg, rgba(125, 227, 192, 0.45) 0%, rgba(118, 227, 245, 0.53) 100%), url("../images/distributors-bg.JPG");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}

.official-distributors-section .wrapper {
  padding: 0;
}

@media (max-width: 1003px) {
  .official-distributors-section .wrapper {
    padding: 0 15px;
  }
}

@media (max-width: 590px) {
  .official-distributors-section .wrapper {
    padding: 0;
  }
}

.official-distributors-section .title-section {
  margin-bottom: 30px;
}

.official-distributors-section .title-section h2 {
  color: #ffffff;
}

.distributors-table {
  border: 6px solid #07d9cc;
  background: rgba(255, 255, 255, 0.5);
}

.title-distributors-items {
  padding: 25px 30px;
  color: #373737;
  font-family: "Kelson Regular", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  margin: auto;
  max-width: 800px;
}

@media (max-width: 1003px) {
  .title-distributors-items {
    padding: 20px 15px;
  }
}

@media (max-width: 770px) {
  .title-distributors-items {
    font-size: 20px;
    line-height: 30px;
    padding: 30px 15px;
  }
}

.distributors-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.distributors-item {
  width: 25%;
  border: solid #ffffff;
  border-width: 1px 1px 0 0;
  padding: 35px 25px 30px 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 1280px) {
  .distributors-item {
    padding-right: 5px;
    padding-left: 20px;
  }
}

@media (max-width: 1003px) {
  .distributors-item {
    width: 50%;
    padding: 30px 60px;
  }
}

@media (max-width: 770px) {
  .distributors-item {
    width: 100%;
    border-width: 1px 0 0 0;
  }
}

@media (max-width: 590px) {
  .distributors-item {
    padding: 30px 15px;
  }
}

.distributors-item:nth-child(4n) {
  border-right-width: 0;
}

@media (max-width: 1003px) {
  .distributors-item:nth-child(2n) {
    border-right-width: 0;
  }
}

.distributors-item.ukraine-distr .distributors-name:before {
  width: 97px;
  height: 56px;
  background: url("../images/ukraine-white.svg") center no-repeat;
}

.distributors-item.belarus-distr .distributors-name:before {
  width: 74px;
  height: 52px;
  background: url("../images/belarus-white.svg") center no-repeat;
}

.distributors-item.kazakhstan-distr .distributors-name:before {
  width: 120px;
  height: 56px;
  background: url("../images/kazakhstan-white.svg") center no-repeat;
}

.distributors-item .item-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 5px 0 0;
}

@media (max-width: 1003px) {
  .distributors-item .item-wrapper {
    max-width: 240px;
    margin: auto;
  }
}

.distributors-item .distributors-name {
  color: #373737;
  font-family: "Kelson Regular", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 auto 10px 0;
  position: relative;
  z-index: 10;
}

.distributors-item .distributors-name:before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: -30px;
  z-index: -1;
  background-size: contain;
}

@media (max-width: 1280px) {
  .distributors-item .distributors-name:before {
    left: -20px;
  }
}

.distributors-item .distributors-country {
  color: #ffffff;
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 auto 20px 0;
}

.distributors-item a[target="_blank"] {
  padding: 15px 25px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  border-radius: 35px;
  background: #ffffff;
  color: #05cdef;
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: auto auto 0;
}

@media (max-width: 400px) {
  .distributors-item a[target="_blank"] {
    font-size: 17px;
  }
}

.distributors-item a[target="_blank"]:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/target_link_icon.svg") center no-repeat;
  background-size: contain;
  margin: auto 10px auto 0;
}

.distributors-item a[target="_blank"]:hover {
  text-decoration: underline;
}

.contacts-section {
  background-color: #ededed;
  padding-top: 60px;
}

.contacts-section .wrapper {
  padding: 0;
}

.contacts-section .title-section {
  margin-bottom: 60px;
}

@media (max-width: 1003px) {
  .contacts-section .title-section {
    margin-bottom: 30px;
  }
}

.contacts-section .wrapper-contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}

@media (max-width: 1003px) {
  .contacts-section .wrapper-contacts {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
  }
}

.contacts-section .map-wrapper {
  width: 100%;
  max-width: 560px;
  height: 425px;
}

@media (max-width: 1003px) {
  .contacts-section .map-wrapper {
    max-width: none;
  }
}

.contacts-section .contacts-description {
  width: 100%;
  max-width: 560px;
  padding-top: 30px;
}

@media (max-width: 1003px) {
  .contacts-section .contacts-description {
    max-width: none;
    text-align: center;
    padding-top: 0;
  }
}

@media (max-width: 770px) {
  .contacts-section .contacts-description {
    padding: 0 15px 10px;
  }
}

.contacts-section .contacts-description h3 {
  color: #373737;
  margin-bottom: 25px;
}

@media (max-width: 770px) {
  .contacts-section .contacts-description h3 {
    margin-bottom: 15px;
  }
}

.contacts-section .contacts-description .address {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 1003px) {
  .contacts-section .contacts-description .address {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media (max-width: 590px) {
  .contacts-section .contacts-description .address {
    margin-bottom: 15px;
  }
}

.contacts-section .contacts-description .address .label {
  color: #373737;
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-right: 10px;
  white-space: nowrap;
}

@media (max-width: 590px) {
  .contacts-section .contacts-description .address .label {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .contacts-section .contacts-description .address .label {
    font-size: 16px;
  }
}

.contacts-section .contacts-description .address .text-contact {
  color: #373737;
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 590px) {
  .contacts-section .contacts-description .address .text-contact {
    font-size: 18px;
    line-height: 1;
  }
}

@media (max-width: 400px) {
  .contacts-section .contacts-description .address .text-contact {
    font-size: 16px;
  }
}

.contacts-section .contacts-description .address.e-mail {
  margin-bottom: 30px;
}

.contacts-section .contacts-description .address.e-mail .text-contact {
  color: #05cdef;
  font-weight: 700;
}

.contacts-section .social-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1003px) {
  .contacts-section .social-wrapper {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.contacts-section .social-wrapper .social-item {
  width: 44px;
  height: 44px;
  background: linear-gradient(44deg, rgba(0, 217, 255, 0.5) 0%, rgba(14, 217, 145, 0.5) 100%);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 7px;
  margin-bottom: 20px;
  border-radius: 50%;
}

.contacts-section .social-wrapper .social-item:hover span svg path {
  fill: #373737;
}

.contacts-section .social-wrapper .social-item span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px;
}

.contacts-section .social-wrapper .social-item span svg {
  max-width: 12px;
  max-height: 12px;
}

footer {
  background: #373737;
}

footer .wrapper {
  height: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 770px) {
  footer .wrapper {
    height: 52px;
  }
}

footer .copyright {
  color: #b8b8b8;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin: auto auto auto 0;
  height: 20px;
}

@media (max-width: 770px) {
  footer .copyright {
    height: 16px;
  }
}

footer .link-top-developer {
  width: 210px;
  height: 20px;
  margin: auto 0 auto auto;
}

@media (max-width: 770px) {
  footer .link-top-developer {
    width: 167px;
    height: 16px;
  }
}

footer .link-top-developer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.how-it-works-slider {
  margin-bottom: 52px;
  width: 650px;
  height: 435px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border: 13px solid #ffffff;
  background-clip: padding-box;
}

@media (max-width: 770px) {
  .how-it-works-slider {
    width: 580px;
  }
}

@media (max-width: 590px) {
  .how-it-works-slider {
    width: calc(100% + 30px);
    height: 240px;
    border-width: 6px;
  }
}

.slick-track,
.slick-list {
  height: 100%;
}

.slick-prev,
.slick-next {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  padding: 8px;
  border: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: linear-gradient(44deg, rgba(0, 217, 255, 0.5) 0%, rgba(14, 217, 145, 0.5) 100%);
  position: absolute;
  top: calc(50% - 27px);
  z-index: 1000;
}

.slick-prev span,
.slick-next span {
  width: 38px;
  height: 38px;
  display: block;
  border-radius: 50%;
  background: #ffffff url("../images/arrow-slider.svg") center no-repeat;
  background-size: 19px;
}

.slick-prev {
  left: 30px;
}

@media (max-width: 590px) {
  .slick-prev {
    left: 15px;
  }
}

.slick-prev span {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.slick-prev:hover span {
  background-image: url("../images/arrow-slider-hover.svg");
}

.slick-next {
  right: 30px;
}

@media (max-width: 590px) {
  .slick-next {
    right: 15px;
  }
}

.slick-next span {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}

.slick-next:hover span {
  background-image: url("../images/arrow-slider-hover.svg");
}

.item-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  width: 100%;
  bottom: -50px;
}

.slick-dots li {
  margin-right: 20px;
  padding: 10px 0;
  cursor: pointer;
  font-size: 0;
}

.slick-dots li button {
  width: 40px;
  height: 2px;
  background: #c2c2c2;
  border: none;
  border-width: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  padding: 0;
}

.slick-dots li.slick-active button {
  background: #0ed991;
}