/* 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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.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;
}

@font-face {
  font-family: "Moniqa";
  font-display: swap;
  src: url("../fonts/Moniqa.woff2") format("woff2"), url("../fonts/Moniqa.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  font-display: swap;
  src: url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* reset */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

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

a,
a:visited {
  display: inline-block;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

nav,
footer,
header,
aside,
main,
section {
  display: block;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  appearance: none;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

ul li {
  list-style: none;
}

img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
optgroup,
select {
  font-family: inherit;
  font-size: inherit;
}

a,
button {
  color: inherit;
}

button:focus.focus,
a:focus.focus,
input[type="radio"]:focus.focus + label,
input[type="checkbox"]:focus.focus + label,
input[type="file"]:focus.focus + label {
  box-shadow: white 0 0 0 2px, lightskyblue 0 0 0 5px;
}

.icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

[class^="icon-"]:before,
[class^="icon-"] [class^="path"]:before,
[class*=" icon-"]:before,
[class*=" icon-"] [class*="path"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ua .path1:before {
  content: "\e900";
  color: #376aed;
}

.icon-ua .path2:before {
  content: "\e901";
  margin-left: -1.6669921875em;
  color: #faff02;
}

.icon-switch-2:before {
  content: "\e903";
}

.icon-switch-1:before {
  content: "\e904";
  color: #95a3ae;
}

.icon-arrow:before {
  content: "\e905";
}

.icon-download:before {
  content: "\e906";
}

.icon-mouse:before {
  content: "\e907";
}

.icon-switch:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e909";
}

.container {
  width: 100%;
  max-width: 1180px;
  padding: 0 25px;
  margin: 0 auto;
}

@media (min-width: 1600px) {
  .container {
    padding: 0 20px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

@media (min-width: 48em) {
  .row {
    margin: 0 -10px;
  }
}

.row > * {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 5px;
}

@media (min-width: 48em) {
  .row > * {
    padding: 0 10px;
  }
}

.col {
  flex: 1 1 0;
}

.col-auto {
  flex: 0 0 auto;
}

.col-3 {
  flex: 0 0 25%;
}

.col-6 {
  flex: 0 0 50%;
}

.col-8 {
  flex: 0 0 66.66667%;
}

.col-4 {
  flex: 0 0 33.333333%;
}

.col-12 {
  flex: 0 0 100%;
}

.order-1 {
  order: 1;
}

html {
  height: 100%;
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
}

body {
  height: 100%;
  width: 100%;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  text-transform: uppercase;
  transition: .2s ease 0s;
}

@media (min-width: 85.375em) {
  body {
    font-size: 0.875rem;
  }
}

body.lock {
  overflow: hidden;
}

.wrapper {
  padding-top: 110px;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  color: #F2F3F8;
  background-color: #95A3AE;
}

@media (min-width: 48em) {
  .wrapper {
    padding-top: 0px;
    height: 100%;
  }
}

.main {
  flex: 1 0 auto;
}

@media (min-width: 48em) {
  .main {
    height: 100%;
  }
}

.footer {
  flex: 0 0 auto;
}

._cover,
._contain {
  position: relative;
}

._cover img,
._contain img {
  position: absolute;
  height: 100%;
  width: 100%;
}

._cover img {
  object-fit: cover;
}

._contain img {
  object-fit: contain;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.hidden {
  display: none !important;
}

@media (min-width: 48em) {
  .page {
    padding: 0px 40px 0px 40px;
  }
}

.title-1 {
  line-height: 1;
  font-size: 12.5rem;
  font-weight: 900;
  text-transform: uppercase;
  font-family: Moniqa, sans-serif;
}

@media (max-width: 79.375rem) {
  .title-1 {
    font-size: calc(2.5rem + 10 * ((100vw - 20rem) / 59.375));
  }
}

.wrap-slider {
  position: relative;
}

.slider {
  margin: 0 -7px;
}

@media (min-width: 48em) {
  .slider {
    margin: 0 -20px;
  }
}

.slide {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 7px;
}

@media (min-width: 48em) {
  .slide {
    margin: 0 40px;
  }
}

.head {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 24px;
  transition: transform .3s ease 0s;
  background-color: inherit;
}

.head.hide:not(.active) {
  transform: translateY(-100%);
}

@media (min-width: 48em) {
  .head {
    padding: 40px 40px;
    background-color: transparent;
  }
}

.head__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 48em) {
  .head__body {
    align-items: flex-start;
  }
}

.wrapper-page .head__link {
  display: none;
}

@media (min-width: 48em) {
  .wrapper-page .head__link--left {
    display: inline-block;
  }
}

.head__link--right {
  display: flex;
  text-align: right;
  transition: .2s ease 0s;
}

@media (min-width: 48em) {
  .wrapper-page .head__link--right {
    display: flex;
  }
}

@media (pointer: fine) {
  .head__link--right:hover .icon-arrow {
    transform: translateX(5px);
  }
}

.head .page__link {
  display: inline-flex;
  align-items: center;
}

@media (min-width: 48em) {
  .head .page__link {
    display: none;
  }
}

.head .page__link span::before {
  display: inline-block;
  font-size: 1.25rem;
}

.head__link-text {
  margin-right: 10px;
}

@media (pointer: fine) {
  .page__link-back:hover span {
    display: inline-block;
    transform: translateX(5px);
  }
}

.footer {
  padding: 20px 24px 48px 24px;
}

@media (min-width: 48em) {
  .footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px 40px 30px 40px;
  }
}

.wrapper-page .footer {
  padding-top: 40px;
}

.footer__row {
  display: flex;
  justify-content: space-between;
}

.footer__text {
  display: flex;
  text-transform: none;
}

.footer__text-sp {
  margin-top: -1px;
  margin-right: 9px;
}

.icon-ua {
  font-size: 16px;
}

.wrapper {
  transition: .3s ease 0s;
}

.hero {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 100%;
}

.paging {
  z-index: 1;
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  margin-bottom: 50px;
  padding-top: 20px;
  text-align: center;
  font-size: 0.875rem;
  font-family: 'Moniqa';
  font-style: normal;
  font-weight: 400;
}

@media (min-width: 48em) {
  .paging {
    display: block;
  }
}

.hero .paging::before {
  margin-right: 9px;
  margin-left: 0;
}

.paging__current {
  font-size: 3rem;
}

.hero__wrap-slider {
  width: 100%;
}

@media (min-width: 48em) {
  .hero__wrap-slider {
    padding: 40px 0px 0px 0px;
  }
}

.hero__slider > div {
  margin-bottom: 50px;
}

.hero__slider > div:last-child {
  margin-bottom: 0px;
}

.hero__slide {
  position: relative;
  padding-top: 10px;
  margin: 0px -13px 0px 24px;
}

@media (min-width: 48em) {
  .hero__slide {
    padding-top: 0px;
    margin: 0px 40px 0px 40px;
    width: 70vw;
    opacity: 0.2;
    filter: grayscale(100%);
  }
}

@media (min-width: 1400px) {
  .hero__slide {
    width: 62vw;
  }
}

.hero__slide img {
  transition: .8s ease 0s;
}

.hero__wrap-img {
  flex-shrink: 0;
  padding-bottom: 51%;
  width: 100%;
}

@media (min-width: 48em) {
  .hero__wrap-img {
    pointer-events: none;
  }
}

.slick-center img {
  transform: scale(0.83);
}

@media (min-width: 48em) {
  .hero__info {
    display: none;
  }
  .slick-center .hero__slide {
    opacity: 1;
    filter: grayscale(0%);
  }
  .slick-center .hero__info {
    display: block;
  }
  .slick-center .hero__wrap-img {
    pointer-events: auto;
  }
}

.title-1 {
  position: absolute;
  white-space: nowrap;
  pointer-events: none;
}

.hero__title {
  z-index: 1;
  top: -5px;
  left: -10px;
}

@media (min-width: 48em) {
  .hero__title {
    z-index: 0;
    left: 0;
    top: 0;
  }
}

.hero__col--link {
  display: flex;
  justify-content: flex-end;
  height: 140px;
  margin-top: -120px;
}

.hero__link {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 30px;
  border-radius: 50%;
  color: #9F893B;
  background: #F5F5F5;
  transition: .3s ease 0s;
}

@media (pointer: fine) {
  .hero__link:hover {
    transform: scale(1.2);
  }
}

.hero__info-row,
.hero__col--link {
  display: none;
}

@media (min-width: 48em) {
  .hero__info-row,
  .hero__col--link {
    display: flex;
  }
}

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

.hero__col--end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 30px;
}

@media (min-width: 1600px) {
  .hero__text {
    padding-left: 30px;
    padding-right: 200px;
  }
}

.hero__col--1 {
  line-height: 2.0;
}

.hero__icon {
  display: flex;
  transition: .2s ease 0s;
}

@media (pointer: fine) {
  .hero__icon:hover .hero__icons {
    transform: translateX(5px);
  }
}

.icon-mouse:before {
  display: inline-block;
  margin-left: 5px;
  margin-top: -2px;
  font-size: 15px;
}

.hero__icons {
  width: 15px;
  height: 15px;
  margin-left: 9px;
}

.bg {
  height: 200px;
}

.wrapper-page {
  padding-top: 0px;
}

.page {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 0px 0px 0px;
}

@media (min-width: 48em) {
  .page {
    height: 100%;
    padding: 0px 0px 0px 0px;
  }
}

.page__slide {
  position: relative;
  width: 100%;
  padding: 40px 0px 60px 0px;
}

@media (min-width: 48em) {
  .page__slide {
    display: none;
  }
}

.page__info {
  padding: 0px 25px 0px 25px;
}

.page__title {
  left: 25px;
  top: -5px;
}

.page__title-bg {
  display: none;
}

@media (min-width: 48em) {
  .page__title-bg {
    display: block;
    left: 40px;
    top: 125px;
    opacity: 0.3;
  }
}

.page__wrap {
  position: relative;
  width: 100%;
}

.page__link-prev span::before {
  margin-right: 10px;
  transform: rotate(-135deg);
}

.page__link-next span::before {
  margin-left: 10px;
  transform: rotate(45deg);
}

.page__container {
  padding: 0;
}

.page__col--link {
  position: absolute;
  left: 40px;
  bottom: 100px;
}

.page__col--link-1 {
  height: 140px;
  margin-top: -41px;
  margin-bottom: 20px;
}

.page__link-round {
  margin-left: auto;
}

.page__col--w {
  margin-top: 20px;
}

.slider__dots {
  z-index: 1;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
  text-align: center;
}

.slider__dots li {
  margin-bottom: 10px;
  opacity: 0.3;
  transition: .2s ease 0s;
}

.slider__dots li:last-child {
  margin-bottom: 0px;
}

@media (pointer: fine) {
  .slider__dots li:not(.slick-active):hover {
    opacity: 1;
    cursor: pointer;
  }
}

.slider__dots .slick-active {
  opacity: 1;
}

.slider__dots img {
  width: 100px;
  height: 50px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.full__slider {
  width: 100%;
  margin: 0;
}

@media (min-width: 48em) {
  .full__slider {
    margin: -40px 0;
  }
}

@media (min-width: 48em) {
  .full__slider .slick-slide {
    margin: 40px 0;
  }
}

.full__slider > div {
  margin-bottom: 80px;
}

.full__slider > div:last-child {
  margin-bottom: 0px;
}

@media (min-width: 48em) {
  .full__slider > div {
    margin-bottom: 0;
  }
}

.full__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 48em) {
  .full__slide {
    height: 80vh;
    padding: 0 200px;
    overflow-y: auto;
    max-width: 100%;
    scrollbar-width: none;
  }
  .full__slide::-webkit-scrollbar {
    display: none;
  }
}

.full__slide .full__img {
  max-height: 100%;
}

.full__slide img {
  margin: 0 auto;
}

.page__full {
  z-index: 1;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 5px 0px 5px 0px;
  text-align: center;
  color: #95A3AE;
  background-color: #F2F3F8;
}

@media (min-width: 48em) {
  .page__full {
    display: none;
  }
}

.wrapper-about {
  position: relative;
  height: auto;
  padding-top: 0;
  color: #313E48;
  background-color: #C0CAD1;
  transition: .2s ease 0s;
}

.dark .wrapper-about {
  color: #95A3AE;
  background-color: #313E48;
}

.main-about {
  height: auto;
  overflow: visible;
}

.btn-theme {
  transition: .2s ease 0s;
}

@media (pointer: fine) {
  .btn-theme:hover {
    transform: scale(1.2);
  }
}

.flex-start {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

@media (min-width: 112.5em) {
  .wrapper-about,
  .main-about,
  .about,
  .flex-start,
  .about__col-img,
  .about__img {
    height: 100%;
  }
}

.about__container {
  max-width: 100%;
  padding: 0px 10px 0px 10px;
}

.about__col-img {
  position: relative;
  display: none;
}

@media (min-width: 62em) {
  .about__col-img {
    flex: 0 0 34%;
    display: block;
  }
  .about__col-img img {
    max-height: 100%;
    object-fit: cover;
  }
}

.about__img {
  width: 100%;
  object-fit: cover;
}

.about__col-desc {
  padding: 25px 25px 20px 25px;
}

@media (min-width: 62em) {
  .about__col-desc {
    padding: 40px 40px 80px 80px;
  }
}

@media (min-width: 75em) {
  .about__col-desc {
    padding-left: 120px;
    padding-bottom: 20px;
  }
}

.about__contrl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.icon-switch-1 {
  display: none;
}

.dark .icon-switch-2 {
  display: none;
}

.dark .icon-switch-1 {
  display: inline;
}

.about__row {
  display: flex;
  flex-wrap: wrap;
  max-width: 870px;
}

.about__row-text {
  display: flex;
  flex-wrap: wrap;
  max-width: 780px;
  margin-bottom: 20px;
}

.about__row-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 95px;
}

@media (min-width: 62em) {
  .about__row-top {
    padding-bottom: 0px;
  }
}

.about__title {
  width: 50%;
  font-size: 0.75rem;
  text-transform: uppercase;
}

@media (min-width: 62em) {
  .about__title {
    font-size: 1.25rem;
  }
}

@media (min-width: 75em) {
  .about__title {
    width: 80%;
  }
}

.about__title-2 {
  flex: 0 0 100%;
  margin-bottom: 8px;
  text-transform: uppercase;
}

@media (min-width: 75em) {
  .about__title-2 {
    flex: 0 0 200px;
  }
}

.about__title-3 {
  flex: 0 0 100%;
  margin-bottom: 8px;
  text-transform: uppercase;
}

@media (min-width: 75em) {
  .about__title-3 {
    flex: 0 0 290px;
  }
}

.about__text {
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  flex: 1 1 0px;
  flex: 1 0 0;
}

.about__list li {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}

.about__list li:last-child {
  margin-bottom: 0px;
}

.about__list li::before {
  margin-left: 10px;
  transition: .1s ease 0s;
}

@media (min-width: 75em) {
  .about__list li {
    margin-bottom: 10px;
  }
}

@media (pointer: fine) {
  .about__list li:hover:before {
    transform: translateX(5px);
  }
}

.about__img-sm {
  position: relative;
  margin: 0px -25px 0px -25px;
  text-align: center;
}

@media (min-width: 62em) {
  .about__img-sm {
    display: none;
  }
}

.about__link-cv {
  position: absolute;
  right: 10%;
  top: -70px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 30px;
  border-radius: 50%;
  color: #C0CAD1;
  background-color: #313E48;
  transition: .3s ease 0s;
}

.dark .about__link-cv {
  color: #313E48;
  background-color: #95A3AE;
}

@media (pointer: fine) {
  .about__link-cv:hover {
    transform: scale(1.2);
  }
}

@media (min-width: 48em) {
  .about__link-cv {
    right: 20%;
  }
}

@media (min-width: 62em) {
  .about__link-cv {
    top: calc(50% - 70px);
    right: -70px;
  }
}

.about__title-1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  margin-top: 40px;
  max-width: 780px;
  font-size: 0.875rem;
}

@media (min-width: 48em) {
  .about__title-1 {
    margin-bottom: 30px;
    font-size: 1.25rem;
  }
}

@media (min-width: 93.75em) {
  .about__title-xl {
    margin-top: 0;
  }
}

.about__exp {
  margin-bottom: 20px;
  text-decoration: underline;
}

.about__exp span {
  display: none;
}

@media (min-width: 48em) {
  .about__exp span {
    display: inline;
  }
}

.about__exp--text {
  text-decoration: none;
}

.footer-about {
  position: static;
}

@media (min-width: 100em) {
  .footer-about {
    position: fixed;
    pointer-events: none;
  }
}

@media (min-width: 48em) {
  .wrapper-about .copy {
    display: none;
  }
}

@media (min-width: 48em) {
  .wrapper-about .footer__text {
    margin-left: auto;
  }
}
/*# sourceMappingURL=style.min.css.map */
