body {
  padding: 0;
}

::before, ::after {
  box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1400px) {
  .container {
    width: 1290px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.flex, .ac, .as, .ac-jc, .ac-jb, .as-jb, .jb, .as-jc, .ae-jb, .column-jc, .column-js {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.ac-jb, .as-jb, .jb, .ae-jb {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.column-js {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.ac-jc, .as-jc, .column-jc {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.ac, .ac-jc, .ac-jb {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.as, .as-jb, .as-jc {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.column-jc, .column-js {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ae-jb {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.shrink {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

/* Slider */
/* Arrows */
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Slider */
.slick-slider {
  overflow: hidden;
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-dots {
  position: absolute;
  margin: 0;
  list-style-type: none;
}
.slick-dots button {
  opacity: 0;
  width: 30%;
  height: 30%;
  cursor: pointer;
}

.slick-prev,
.slick-next {
  z-index: 10;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 0;
  cursor: pointer;
  color: transparent;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  cursor: pointer;
}
.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;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #0089EC;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #0089EC;
}

.scrollbar-inner .scroll-element_size {
  background-color: #EFEFEF;
}

.scroll-wrapper > .scroll-content {
  padding: 0 20px 0 0;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
}

.scrollbar-inner .scroll-element_size, .scrollbar-inner > .scroll-element.scroll-y {
  width: 3px;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  left: 0;
  width: 3px;
  background-color: #C6C6C6;
}

.scrollbar-inner {
  height: 450px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .scrollbar-inner {
    height: 360px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .scrollbar-inner {
    height: 270px;
  }
}
@media (max-width: 1024px) {
  .scrollbar-inner {
    height: 300px;
  }
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scrollbar-inner .scroll-element_outer {
  width: 100%;
  overflow: hidden;
}
.scrollbar-inner > .scroll-element {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
  display: none !important;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 240px;
  left: 0;
  top: calc(50% - 120px);
}

.button-1 {
  display: block;
  height: 100px;
  width: 264px;
  background-color: #07131F;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.button-1:after {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  height: 200%;
  top: -5%;
  border-radius: 50px;
  left: -25%;
  width: 0;
  opacity: 1;
  transition: 0s;
}
.button-1:hover:after {
  width: 200%;
  opacity: 0;
  transition: all .9s ease-in-out;
}
.button-1:active:after {
  width: 0;
  opacity: 1;
  transition: 0s;
}

.button-2 {
  display: block;
  height: 100px;
  width: 264px;
  background-color: #0089EC;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.button-2:after {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  height: 200%;
  top: -5%;
  border-radius: 50px;
  left: -25%;
  width: 0;
  opacity: 1;
  transition: 0s;
}
.button-2:hover:after {
  width: 200%;
  opacity: 0;
  transition: all .7s ease-in-out;
}
.button-2:active:after {
  width: 0;
  opacity: 1;
  transition: 0s;
}

.button-3 {
  display: block;
  padding: 15px 10px;
  width: 100%;
  background-color: #0089EC;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.button-3 input {
  display: none;
}
.button-3:after {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  height: 200%;
  top: -5%;
  border-radius: 50px;
  margin-left: -50%;
  width: 0;
  opacity: 1;
  transition: 0s;
}
.button-3:hover:after {
  width: 200%;
  opacity: 0;
  transition: all .7s ease-in-out;
}
.button-3:active:after {
  width: 0;
  opacity: 1;
  transition: 0s;
}

@media (max-width: 1199px) {
  .button-1, .button-2 {
    width: 174px;
    height: 70px;
  }
}
@media (max-width: 1024px) {
  .button-1, .button-2 {
    width: 114px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .button-1, .button-2 {
    width: 50%;
  }
}
.waves {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
}
.waves.top {
  bottom: initial;
  top: 0;
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }

  .content {
    height: 30vh;
  }

  h1 {
    font-size: 24px;
  }
}
#sys_filter_popup {
  position: absolute;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  h1, .h1 {
    font-size: 50px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  h1, .h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.validation {
  font-family: "Montserrat", sans-serif;
  font-size: 0;
  max-width: 420px;
  padding: 15px;
}
.validation .form-title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.validation-field {
  position: relative;
  display: block;
  padding: 12px 0 22px 0;
}
.validation-field > input, .validation-field > select, .validation-field > textarea {
  -webkit-appearance: none;
  width: 100%;
  padding-left: 20px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #07131F;
}
.validation-field > input::-webkit-input-placeholder, .validation-field > select::-webkit-input-placeholder, .validation-field > textarea::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 0;
  color: #949494;
}
.validation-field > input:-moz-placeholder, .validation-field > select:-moz-placeholder, .validation-field > textarea:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 0;
  color: #949494;
}
.validation-field > input::-moz-placeholder, .validation-field > select::-moz-placeholder, .validation-field > textarea::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 0;
  color: #949494;
}
.validation-field > input:-ms-input-placeholder, .validation-field > select:-ms-input-placeholder, .validation-field > textarea:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 0;
  color: #949494;
}
.validation-field > input:hover, .validation-field > select:hover, .validation-field > textarea:hover, .validation-field > input:focus, .validation-field > select:focus, .validation-field > textarea:focus {
  border-color: #0089EC;
}
.validation-field > input:focus + .placeholder, .validation-field > select:focus + .placeholder, .validation-field > textarea:focus + .placeholder {
  top: -3px;
  font-size: 10px;
  color: #0089EC;
}
.validation-field > input, .validation-field > select {
  vertical-align: middle;
  height: 36px;
}
.validation-field > textarea {
  height: 100px;
  padding-top: 10px;
  resize: vertical;
}
.validation-field.message-area {
  width: 100%;
}
.validation-field.invalid input, .validation-field.invalid textarea, .validation-field.invalid .checkbox {
  border-color: #e25353 !important;
}
.validation-field.invalid > .error {
  display: block;
}
.validation-field.invalid > .input-title {
  color: #e25353;
}
.validation-field.active > .placeholder {
  top: -3px;
  font-size: 10px;
  color: #0089EC;
}
.validation-field > .placeholder {
  pointer-events: none;
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 6px 0 6px;
  background-color: #fff;
  font-size: 12px;
  color: #7a7a7a;
  transition: all 0.4s;
}
.validation-field > .error {
  position: absolute;
  bottom: 6px;
  right: 0;
  display: none;
  font-size: 12px;
  color: #e25353;
}

.submit {
  max-width: 100%;
}

.form-success.waiting:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../Images/loading.gif");
  pointer-events: none;
}

.form-error {
  font-size: 18px;
  color: #e25353;
  margin-bottom: 12px;
}

.form-success.green {
  font-size: 18px;
  padding: 20px;
  text-align: center;
  color: #07131F;
}
.form-success.green:after {
  display: none;
}

.g-recaptcha > div {
  margin: 0 calc(50% - 152px);
}
@media (max-width: 767px) {
  .g-recaptcha > div {
    -moz-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
}

header {
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 50px;
}
header .nav {
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header .nav .item-level-0 {
  list-style-type: none;
  padding: 0;
  margin: 0 35px 0 0;
  position: relative;
  z-index: 1;
}
header .nav .item-level-0:last-child {
  margin: 0;
}
header .nav .item-level-0:before {
  content: '';
  width: 0;
  height: 6px;
  position: absolute;
  left: -5px;
  top: calc(50% - 3px);
  background-color: #87CDFF;
  z-index: -1;
  transition: width .3s;
}
header .nav .item-level-0.active:before {
  width: calc(100% + 10px);
}
header .nav .item-level-0:hover:before {
  width: calc(100% + 10px);
}
header .nav .link-level-0 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #07131F;
  text-decoration: none;
}
header .button-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 1024px) {
  header .nav .item-level-0 {
    margin: 0 15px 0 0;
  }
  header .nav .link-level-0 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  header {
    padding-left: 0;
  }
  header .container {
    padding: 0;
  }
  header .nav {
    display: none;
  }
  header .button-wrap {
    width: 100%;
  }
}
footer {
  padding: 10px 0;
  background-color: #fff;
}
footer .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
footer .container:before, footer .container:after {
  display: none;
}

.megalogo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #07131F;
}
.megalogo img {
  padding-top: 10px;
  padding-left: 15px;
  min-width: 130px;
  max-width: 130px;
  width: 100%;
}

.copyright {
  font-weight: 500;
  font-size: 18px;
  color: #07131F;
}

@media (max-width: 767px) {
  footer .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .copyright {
    margin-bottom: 10px;
  }
  footer .logo {
    margin-bottom: 10px;
  }
}
.banner {
  padding: 160px 0 240px 0;
  background-image: url("../Images/banner_back.jpg");
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner .container {
  position: relative;
}
.banner .content-wrap {
  max-width: 530px;
}
.banner .title-1 {
  font-weight: 900;
  font-size: 100px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: -60px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: transform .4s .2s, opacity .4s .2s;
}
.banner .title-2 {
  font-weight: 900;
  font-size: 200px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 0 -6px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: transform .4s .4s, opacity .4s .4s;
}
.banner .text {
  font-weight: 500;
  font-size: 31px;
  line-height: 126%;
  color: #FFFFFF;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: transform .4s .7s, opacity .4s .7s;
}
.banner .dec-wrap {
  width: 50%;
  position: absolute;
  right: 50px;
  bottom: -10%;
  opacity: 0;
  transition: opacity .4s 1s;
}
/*.banner .dec-wrap > img {
  width: 100%;
}*/
.banner .dec-wrap > div > img {
  width: 100%;
}

.banner.waypoint .title-1, .banner.waypoint .title-2, .banner.waypoint .text, .banner.waypoint .dec-wrap {
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner {
    padding: 90px 0 200px 0;
  }
  .banner .dec-wrap {
    width: 50%;
    position: absolute;
    right: 15px;
    bottom: 0;
  }
}
@media (max-width: 1199px) {
  .banner {
    padding: 90px 0 200px 0;
  }
  .banner .content-wrap {
    max-width: 440px;
  }
  .banner .title-1 {
    font-size: 80px;
    margin-bottom: -50px;
  }
  .banner .title-2 {
    font-size: 164px;
  }
  .banner .text {
    font-size: 26px;
  }
  .banner .dec-wrap {
    width: 50%;
    position: absolute;
    right: 15px;
    bottom: -6%;
  }
}
@media (max-width: 1024px) {
  .banner {
    padding: 90px 0 180px 0;
  }
  .banner .content-wrap {
    max-width: 340px;
  }
  .banner .title-1 {
    font-size: 60px;
    margin-bottom: -40px;
  }
  .banner .title-2 {
    font-size: 122px;
    margin: 0 0 0 -4px;
  }
  .banner .text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .banner {
    padding: 40px 0 70px 0;
  }
  .banner .dec-wrap {
    display: none;
  }
  .banner .content-wrap {
    max-width: 320px;
    margin: 0 auto;
  }
  .banner .title-1 {
    text-align: center;
  }
  .banner .title-2 {
    text-align: center;
  }
  .banner .text {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .banner .content-wrap {
    max-width: 310px;
  }
  .banner .title-1 {
    font-size: 55px;
    margin-bottom: -35px;
  }
  .banner .title-2 {
    font-size: 111px;
  }
}
.who-we-are {
  padding: 60px 0;
}
.who-we-are .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.who-we-are .left-column {
  width: 40%;
  margin-right: 5%;
}
.who-we-are .right-column {
  width: 55%;
}
.who-we-are .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  margin-bottom: 30px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: transform .4s .3s, opacity .4s .3s;
}
.who-we-are .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.who-we-are .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  padding-left: 74px;
  background-position: left center;
  background-repeat: no-repeat;
  width: calc(50% - 50px);
  margin-bottom: 25px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.who-we-are .list:nth-child(1) {
  transition: 0.4s 0.2s;
}
.who-we-are .list:nth-child(2) {
  transition: 0.4s 0.4s;
}
.who-we-are .list:nth-child(3) {
  transition: 0.4s 0.6s;
}
.who-we-are .list:nth-child(4) {
  transition: 0.4s 0.8s;
}
.who-we-are .list:nth-child(5) {
  transition: 0.4s 1s;
}
.who-we-are .list:nth-child(6) {
  transition: 0.4s 1.2s;
}
.who-we-are .list:nth-child(odd) {
  margin-right: 50px;
}
.who-we-are .seamen {
  padding: 25px 15px;
  font-weight: 900;
  font-size: 28px;
  text-transform: uppercase;
  color: #0089EC;
  user-select: none;
  border: 1px #0089EC dashed;
  border-radius: 3px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: transform .4s .7s, opacity .4s .7s;
}
.who-we-are .blue {
  color: #0089EC;
}
.who-we-are .h1 {
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: transform .4s, opacity .4s;
}
.who-we-are.waypoint .h1, .who-we-are.waypoint .text, .who-we-are.waypoint .seamen, .who-we-are.waypoint .list {
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .who-we-are .seamen {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .who-we-are .list {
    width: calc(50% - 20px);
  }
  .who-we-are .list:nth-child(odd) {
    margin-right: 20px;
  }
  .who-we-are .seamen {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .who-we-are .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .who-we-are .left-column {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .who-we-are .right-column {
    width: 100%;
  }
  .who-we-are .list {
    padding: 10px 0 10px 74px;
  }
  .who-we-are .seamen {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .who-we-are {
    padding: 30px 0;
  }
  .who-we-are .left-column {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 600px) {
  .who-we-are .list {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 20px 0 20px 74px;
  }
  .who-we-are .list:nth-child(odd) {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 450px) {
  .who-we-are .seamen {
    font-size: 20px;
  }
}
.what-in-it {
  background-repeat: repeat-y;
  background-position: center 0;
  background-image: url("./../Images/back_line.png");
  padding: 60px 0;
}
.what-in-it .h1 {
  max-width: 630px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: transform .4s, opacity .4s;
}
.what-in-it .container {
  position: relative;
}
.what-in-it .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  margin-right: 150px;
}
.what-in-it .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  padding-left: 74px;
  background-position: left center;
  background-repeat: no-repeat;
  width: calc(50% - 50px);
  margin-bottom: 25px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.what-in-it .list:nth-child(1) {
  transition: 0.4s 0.2s;
}
.what-in-it .list:nth-child(2) {
  transition: 0.4s 0.4s;
}
.what-in-it .list:nth-child(3) {
  transition: 0.4s 0.6s;
}
.what-in-it .list:nth-child(4) {
  transition: 0.4s 0.8s;
}
.what-in-it .list:nth-child(5) {
  transition: 0.4s 1s;
}
.what-in-it .list:nth-child(6) {
  transition: 0.4s 1.2s;
}
.what-in-it .list:nth-child(odd) {
  margin-right: 50px;
}
.what-in-it .dec-wrap {
  width: 30%;
  position: absolute;
  right: 170px;
  bottom: -20px;
  opacity: 0;
  transition: opacity .4s 1.2s;
}
.what-in-it .dec-wrap > img {
  width: 100%;
}
.what-in-it.waypoint .h1, .what-in-it.waypoint .list, .what-in-it.waypoint .dec-wrap {
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

@media (max-width: 1199px) {
  .what-in-it .list-wrap {
    width: 60%;
  }
  .what-in-it .dec-wrap {
    width: 35%;
    right: 20px;
    bottom: -20px;
  }
}
@media (max-width: 1024px) {
  .what-in-it .dec-wrap {
    display: none;
  }
  .what-in-it .list-wrap {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .what-in-it {
    padding: 30px 0;
  }
}
@media (max-width: 600px) {
  .what-in-it .list {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 20px 0 20px 74px;
  }
  .what-in-it .list:nth-child(odd) {
    margin: 0 0 10px 0;
  }
}
.how-you-can {
  padding: 60px 0;
}
.how-you-can .container {
  position: relative;
}
.how-you-can .h1 {
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: transform .4s, opacity .4s;
  width: 50%;
  margin-left: auto;
}
.how-you-can .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  margin-left: auto;
}
.how-you-can .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  padding-left: 74px;
  background-position: left center;
  background-repeat: no-repeat;
  width: calc(50% - 50px);
  margin-bottom: 25px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.how-you-can .list:nth-child(1) {
  transition: 0.4s 0.2s;
}
.how-you-can .list:nth-child(2) {
  transition: 0.4s 0.4s;
}
.how-you-can .list:nth-child(3) {
  transition: 0.4s 0.6s;
}
.how-you-can .list:nth-child(4) {
  transition: 0.4s 0.8s;
}
.how-you-can .list:nth-child(5) {
  transition: 0.4s 1s;
}
.how-you-can .list:nth-child(6) {
  transition: 0.4s 1.2s;
}
.how-you-can .list:nth-child(odd) {
  margin-right: 50px;
}
.how-you-can .dec-wrap {
  width: 30%;
  position: absolute;
  left: 90px;
  bottom: -60px;
  opacity: 0;
  transition: opacity .4s 1.2s;
}
.how-you-can .dec-wrap > img {
  width: 100%;
}
.how-you-can.waypoint .h1, .how-you-can.waypoint .list, .how-you-can.waypoint .dec-wrap {
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

@media (max-width: 1199px) {
  .how-you-can .h1 {
    width: 56%;
  }
  .how-you-can .list-wrap {
    width: 56%;
  }
  .how-you-can .dec-wrap {
    width: 35%;
    left: 20px;
    bottom: -20px;
  }
}
@media (max-width: 1024px) {
  .how-you-can .dec-wrap {
    display: none;
  }
  .how-you-can .list-wrap {
    width: 100%;
  }
  .how-you-can .h1 {
    width: 100%;
  }
  .how-you-can .list {
    padding: 8px 0 5px 74px;
  }
}
@media (max-width: 767px) {
  .how-you-can {
    padding: 30px 0;
  }
}
@media (max-width: 600px) {
  .how-you-can .list {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 20px 0 20px 74px;
  }
  .how-you-can .list:nth-child(odd) {
    margin: 0 0 10px 0;
  }
}
.portal {
  padding: 160px 0;
  background: linear-gradient(104.57deg, #12105E 11.34%, rgba(0, 43, 107, 0) 71.19%), linear-gradient(180deg, #01237C 25.86%, #005897 100%);
  position: relative;
  z-index: 1;
}
.portal:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-repeat: repeat-y;
  background-position: center 0;
  background-image: url("./../Images/back_line_second.png");
}
.portal .h1 {
  color: #4789EB;
  margin-bottom: -10px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: transform .4s, opacity .4s;
}
.portal .subtitle {
  display: inline-block;
  font-weight: 800;
  font-size: 43px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: transform .4s .3s, opacity .4s .3s;
}
.portal .subtitle:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #4789EB;
  z-index: -1;
  bottom: 6px;
  left: 0;
}
.portal .portal-wrap-1 {
  position: relative;
  margin-bottom: 20px;
}
.portal .portal-wrap-1 .dec-wrap {
  width: 26%;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity .4s 1.2s;
}
.portal .portal-wrap-1 .dec-wrap > img {
  width: 100%;
}
.portal .portal-wrap-1.waypoint .h1, .portal .portal-wrap-1.waypoint .subtitle, .portal .portal-wrap-1.waypoint .list-title, .portal .portal-wrap-1.waypoint .list {
  opacity: 1;
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
}
.portal .portal-wrap-1.waypoint .dec-wrap {
  opacity: 1;
}
.portal .portal-wrap-2 {
  position: relative;
}
.portal .portal-wrap-2 .dec-wrap {
  width: 26%;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity .4s 1.2s;
}
.portal .portal-wrap-2 .dec-wrap > img {
  width: 100%;
}
.portal .portal-wrap-2 .heading-wrap {
  max-width: calc(100% - 400px);
  margin-left: auto;
}
.portal .portal-wrap-2 .listed-wrap {
  margin-left: auto;
}
.portal .portal-wrap-2.waypoint .h1, .portal .portal-wrap-2.waypoint .subtitle, .portal .portal-wrap-2.waypoint .list-title, .portal .portal-wrap-2.waypoint .list {
  opacity: 1;
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
}
.portal .portal-wrap-2.waypoint .dec-wrap {
  opacity: 1;
}
.portal .listed-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 400px);
}
.portal .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(33% - 10px);
  margin-right: 15px;
}
.portal .list-wrap:nth-child(3) {
  margin-right: 0;
}
.portal .list-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 40px;
  height: 40px;
  padding-left: 50px;
  position: relative;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: transform .4s .5s, opacity .4s .5s;
}
.portal .list-title:before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
}
.portal .plus-dec {
  display: none;
}
.portal .list {
  font-size: 17px;
  line-height: 147%;
  color: #FFFFFF;
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.portal .list:before {
  content: '';
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.portal .list:nth-child(1) {
  transition: 0.4s 0.7s;
}
.portal .list:nth-child(2) {
  transition: 0.4s 0.9s;
}
.portal .list:nth-child(3) {
  transition: 0.4s 1.1s;
}
.portal .list:nth-child(4) {
  transition: 0.4s 1.3s;
}
.portal .list:nth-child(5) {
  transition: 0.4s 1.5s;
}
.portal .list:nth-child(6) {
  transition: 0.4s 1.7s;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .portal .listed-wrap {
    width: calc(100% - 320px);
  }
}
@media (max-width: 1199px) {
  .portal .portal-wrap-1 .dec-wrap {
    display: none;
  }
  .portal .portal-wrap-2 .dec-wrap {
    display: none;
  }
  .portal .portal-wrap-2 .heading-wrap {
    width: 100%;
    margin: 0;
  }
  .portal .listed-wrap {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .portal {
    padding: 60px 0;
  }
  .portal .listed-wrap {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .portal .list-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .portal .list-wrap:nth-last-child(1) {
    margin-bottom: 0;
  }
  .portal .list-title {
    margin-bottom: 10px;
    padding-right: 30px;
    cursor: pointer;
  }
  .portal .list-title.active .plus-dec:after {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .portal .plus-dec {
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    height: 20px;
    width: 20px;
  }
  .portal .plus-dec:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    background-color: #fff;
  }
  .portal .plus-dec:after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    right: calc(50% - 1px);
    top: 0;
    background-color: #fff;
    moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: transform .3s;
  }
  .portal .accordion {
    display: none;
    margin-top: 30px;
  }
  .portal .h1 {
    margin-bottom: 0;
  }
  .portal .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .portal .h1 {
    font-size: 23px;
  }
  .portal .subtitle {
    font-size: 21px;
  }
  .portal .list {
    font-size: 16px;
  }
}
.products {
  padding: 60px 0;
  position: relative;
}
.products .h1 {
  text-align: center;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: transform .4s, opacity .4s;
}
.products .slider-wrap {
  padding: 0 45px 60px 45px;
  opacity: 0;
  transition: transform .4s .3s, opacity .4s .3s;
}
.products.waypoint .h1, .products.waypoint .slider-wrap {
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
.products .slide-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.products .slide-wrap > .list-wrap {
  max-height: 450px;
}
.products .slide-wrap > .list-wrap:after {
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  height: 46px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.products .img-wrap {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 50px;
  width: 55%;
}
.products .img-wrap > img {
  width: 100%;
}
.products .list-title {
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  color: #07131F;
  padding-left: 50px;
  margin-bottom: 20px;
}
.products .list {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: #07131F;
  padding-left: 50px;
  position: relative;
  margin-bottom: 15px;
}
.products .list:last-child {
  margin-bottom: 40px;
}
.products .list:before {
  content: '';
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.products .img-inner {
  display: none;
}
.products .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.products .slick-dots li {
  pointer-events: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #87CDFF;
  margin: 0 3px !important;
  border-radius: 50%;
  transition: background .3s;
}
/*
old version with 2 rows on small display
.products .slick-dots li {
  pointer-events: auto;
  width: 20px;
  height: 20px;
  border: 2px solid #87CDFF;
  margin: 0 20px;
  border-radius: 50%;
  transition: background .3s;
}*/


.products .slick-dots li.slick-active {
  background: #87CDFF;
}
.products .slick-prev, .products .slick-next {
  top: calc(50% - 30px);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  height: 76px;
  background-size: contain;
  transition: background-image .3s;
}
.products .slick-prev {
  left: 0;
}
.products .slick-next {
  right: 0;
}

@media (max-width: 1199px) {
  .products .img-wrap {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .products .img-wrap {
    display: none;
  }
  .products .img-inner {
    display: block;
    margin: 0 auto 20px auto;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .products {
    padding: 30px 0;
  }
  .products .slider-wrap {
    padding: 0 30px 60px 30px;
  }
  .products .slick-prev, .products .slick-next {
    width: 16px;
    height: 46px;
  }
  .products .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 10px;
  }
}
@media (max-width: 600px) {
  .products .list-title {
    padding-left: 15px;
  }
  .products .list {
    padding-left: 15px;
  }
  .products .list:before {
    content: '-';
    left: 0;
    top: 0;
    background-image: none !important;
    width: auto;
    height: auto;
  }
  .products .slider-wrap {
    padding: 0 20px 60px 20px;
    margin: 0 -8px;
  }
}
.above-footer {
  padding: 160px 0 60px 0;
  background: linear-gradient(128.21deg, #14125A 11.34%, rgba(0, 50, 108, 0) 71.19%), linear-gradient(180deg, #01237C 25.86%, #01498B 100%);
  position: relative;
  z-index: 1;
}
.above-footer:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-repeat: repeat-y;
  background-position: center 0;
  background-image: url("./../Images/back_line.png");
  opacity: 0.25;
}
.above-footer .waves {
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
  -webkit-transform: scale(-1);
  transform: scale(-1);
  top: 0;
}
.above-footer .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.above-footer .column {
  width: 100%;
  max-width: 25%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.above-footer .title {
  font-weight: 600;
  font-size: 35px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: transform .4s, opacity .4s;
}
.above-footer .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: transform .4s .3s, opacity .4s .3s;
  width: 100%;
}
.above-footer .address {
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  color: #FFFFFF;
  margin-bottom: 20px;
  width: 100%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.above-footer .address:nth-child(1) {
  transition: 0.4s 0.15s;
}
.above-footer .address:nth-child(2) {
  transition: 0.4s 0.3s;
}
.above-footer .address:nth-child(3) {
  transition: 0.4s 0.45s;
}
.above-footer .address:nth-child(4) {
  transition: 0.4s 0.6s;
}
.above-footer .address:nth-child(5) {
  transition: 0.4s 0.75s;
}
.above-footer .address:nth-child(6) {
  transition: 0.4s 0.9s;
}
.above-footer .link-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.above-footer .link {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 5px;
  border-bottom: 1px rgba(255, 255, 255, 0) dashed;
  transition: border .3s;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.above-footer .link:hover {
  border-bottom: 1px white dashed;
}
.above-footer .link:nth-child(1) {
  transition: 0.4s 0.6s;
}
.above-footer .link:nth-child(2) {
  transition: 0.4s 0.9s;
}
.above-footer .social-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: .4s 1.1s;
}
.above-footer .instagram, .above-footer .facebook {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: background-image .3s;
}
.above-footer .instagram {
  margin-right: 44px;
}
.above-footer .nav-link {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 15px;
  cursor: pointer;
  border-bottom: 1px rgba(255, 255, 255, 0) dashed;
  transition: border .3s;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.above-footer .nav-link:hover {
  border-bottom: 1px white dashed;
}
.above-footer .nav-link:nth-child(1) {
  transition: 0.4s 0.2s;
}
.above-footer .nav-link:nth-child(2) {
  transition: 0.4s 0.4s;
}
.above-footer .nav-link:nth-child(3) {
  transition: 0.4s 0.6s;
}
.above-footer .nav-link:nth-child(4) {
  transition: 0.4s 0.8s;
}
.above-footer .nav-link:nth-child(5) {
  transition: 0.4s 1s;
}
.above-footer.waypoint .title, .above-footer.waypoint .address, .above-footer.waypoint .link, .above-footer.waypoint .nav-link, .above-footer.waypoint .text, .above-footer.waypoint .social-wrap {
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

@media (max-width: 1024px) {
  .above-footer .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .above-footer {
    padding: 60px 0 30px 0;
  }
  .above-footer .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .above-footer .column {
    max-width: 450px;
    margin-bottom: 20px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .above-footer .column:last-child {
    margin-bottom: 0;
  }
  .above-footer .text {
    text-align: center;
  }
  .above-footer .address {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .above-footer .title {
    font-size: 26px;
  }
}
