@charset "UTF-8";

@font-face {
  font-family: "Aeroport";
  src: url("/font/Aeroport-Light.eot");
  src: local("/font/Aeroport Light"), local("/font/Aeroport-Light"), url("/font/Aeroport-Light.eot?#iefix") format("embedded-opentype"), url("/font/Aeroport-Light.woff2") format("woff2"), url("/font/Aeroport-Light.woff") format("woff"), url("/font/Aeroport-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Aeroport Mono";
  src: url("/font/AeroportMono.eot");
  src: local("/font/Aeroport Mono"), local("/font/AeroportMono"), url("/font/AeroportMono.eot?#iefix") format("embedded-opentype"), url("/font/AeroportMono.woff2") format("woff2"), url("/font/AeroportMono.woff") format("woff"), url("/font/AeroportMono.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Aeroport";
  src: url("/font/Aeroport-Bold.eot");
  src: local("/font/Aeroport Bold"), local("/font/Aeroport-Bold"), url("/font/Aeroport-Bold.eot?#iefix") format("embedded-opentype"), url("/font/Aeroport-Bold.woff2") format("woff2"), url("/font/Aeroport-Bold.woff") format("woff"), url("/font/Aeroport-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Aeroport";
  src: url("/font/Aeroport-LightItalic.eot");
  src: local("/font/Aeroport Light Italic"), local("/font/Aeroport-LightItalic"), url("/font/Aeroport-LightItalic.eot?#iefix") format("embedded-opentype"), url("/font/Aeroport-LightItalic.woff2") format("woff2"), url("/font/Aeroport-LightItalic.woff") format("woff"), url("/font/Aeroport-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Aeroport";
  src: url("/font/Aeroport-BoldItalic.eot");
  src: local("/font/Aeroport Bold Italic"), local("/font/Aeroport-BoldItalic"), url("/font/Aeroport-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/font/Aeroport-BoldItalic.woff2") format("woff2"), url("/font/Aeroport-BoldItalic.woff") format("woff"), url("/font/Aeroport-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Aeroport";
  src: url("/font/Aeroport-MediumItalic.eot");
  src: local("/font/Aeroport Medium Italic"), local("/font/Aeroport-MediumItalic"), url("/font/Aeroport-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/font/Aeroport-MediumItalic.woff2") format("woff2"), url("/font/Aeroport-MediumItalic.woff") format("woff"), url("/font/Aeroport-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

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

@font-face {
  font-family: "Aeroport";
  src: url("/font/Aeroport-Italic.eot");
  src: local("/font/Aeroport Italic"), local("/font/Aeroport-Italic"), url("/font/Aeroport-Italic.eot?#iefix") format("embedded-opentype"), url("/font/Aeroport-Italic.woff2") format("woff2"), url("/font/Aeroport-Italic.woff") format("woff"), url("/font/Aeroport-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Aeroport";
  src: url("/font/Aeroport-Medium.eot");
  src: local("/font/Aeroport Medium"), local("/font/Aeroport-Medium"), url("/font/Aeroport-Medium.eot?#iefix") format("embedded-opentype"), url("/font/Aeroport-Medium.woff2") format("woff2"), url("/font/Aeroport-Medium.woff") format("woff"), url("/font/Aeroport-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  color: #1c1c1c;
  font-family: "Aeroport";
  font-size: 16px;
  list-style: none;
  text-decoration: none;
}

*::-moz-selection {
  background: #EC514A;
}

*::selection {
  background: #EC514A;
}

.cnt {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

body {
  padding-bottom: 88px;
  background-color: #F3F3F3;
  background-attachment: fixed;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
}

body > canvas {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  transform: translateX(calc((100% - 100vw)/2));
  transition: opacity ease 0.3s;
}

body main,
body footer {
  position: relative;
  z-index: 1;
}

header {
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  z-index: 2;
}

header .cnt {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  display: block;
}

header .logo svg {
  width: 180px;
  height: 24px;
}

.intro {
  position: relative;
}

.intro .cnt {
  height: 100vh;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.intro .cnt > div {
  max-width: 600px;
}

.intro .cnt > div h1 {
  font-size: 77px;
  line-height: 77px;
  font-weight: bold;
  margin-bottom: 45px;
}

.intro .cnt > div div {
  font-size: 24px;
  margin-bottom: 16px;
}

.intro .cnt > div div span {
  font-size: 24px;
}

.intro .cnt > div p {
  font-size: 24px;
  color: #EC514A;
}

.intro .camera {
  width: 100%;
  height: 100%;
  max-height: 590px;
  max-width: 590px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.intro .camera img {
  width: 100%;
}

.benefits {
  margin-bottom: 110px;
}

.benefits h2 {
  font-size: 53px;
  line-height: 70px;
  color: #EC514A;
  margin-bottom: 67px;
}

.benefits ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -60px;
}

.benefits ul li {
  width: 260px;
  margin-bottom: 60px;
  position: relative;
  margin-right: 60px;
  cursor: pointer;
}

.benefits ul li svg {
  width: 66px;
  height: 66px;
  margin-bottom: 25px;
}

.benefits ul li p {
  font-size: 24px;
  font-weight: bold;
  max-width: 180px;
}

.benefits ul li span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #1C1C1C;
  transition: background ease 0.3s;
}

.benefits ul li div {
  position: absolute;
  bottom: 80px;
  left: 0;
  background: #fff;
  border: 1px solid #1C1C1C;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 28px;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease 0.3s;
}

.benefits ul li div:before,
.benefits ul li div:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  right: 10px;
}

.benefits ul li div:before {
  border-width: 17px 12px 0 12px;
  border-color: #1C1C1C transparent transparent transparent;
  bottom: -17px;
}

.benefits ul li div:after {
  border-width: 17px 12px 0 12px;
  border-color: #fff transparent transparent transparent;
  bottom: -16px;
}

.benefits ul li:focus span,
.benefits ul li:hover span {
  background: #75E7CC;
  color: #1c1c1c;
}

.benefits ul li:focus div,
.benefits ul li:hover div {
  opacity: 1;
  pointer-events: initial;
}

.contact {
  background: #1C1C1C;
  padding: 120px 0;
  margin-bottom: 170px;
}

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

.contact .cnt > div {
  color: #fff;
  font-size: 53px;
  font-weight: bold;
  line-height: 64px;
  max-width: 360px;
}

.contact .cnt > div.pd {
  padding-top: 137px;
}

.contact .cnt .form {
  width: 280px;
  line-height: 16px;
}

.contact .cnt .form > div {
  position: relative;
}

.contact .cnt .form > div.error input {
  color: #ec514a;
  border-color: #ec514a;
}

.contact .cnt .form > div.error:before {
  content: "!";
  display: block;
  width: 16px;
  height: 16px;
  background: #ec514a;
  color: #fff;
  position: absolute;
  top: 3px;
  right: 0;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

.contact .cnt .form > div.error:hover:after {
  content: "\41A\430\436\435\442\441\44F, \432\44B   \43D\435\43A\43E\440\440\435\43A\442\43D\43E   \437\430\43F\43E\43B\43D\438\43B\438   \44D\442\43E   \43F\43E\43B\435";
  display: block;
  width: 155px;
  padding: 12px;
  background: #ec514a;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -20px;
  left: calc(100% + 10px);
}

.contact .cnt .form input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 16px;
  margin-bottom: 12px;
}

.contact .cnt .form .btn {
  margin: 32px 0 16px;
}

.contact .cnt .form .btn.disabled {
  pointer-events: none;
  -webkit-filter: opacity(0.6);
          filter: opacity(0.6);
}

.contact .cnt .form p {
  font-size: 12px;
  font-weight: initial;
  line-height: 16px;
  color: #fff;
}

.contact .cnt .form p a {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}

.contact .cnt .form p a:hover {
  text-decoration: none;
}

.btn {
  display: block;
  width: 280px;
  padding: 24px 0;
  text-align: center;
  background: #F3F3F3;
  border: none;
  cursor: pointer;
  position: relative;
  line-height: 16px;
  overflow: hidden;
}

.btn span {
  color: #1c1c1c;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #75E7CC;
  transition: top ease 0.3s;
}

.btn:hover:after {
  top: 0;
}

.red {
  color: #EC514A;
}

.pro {
  margin-bottom: 170px;
}

.pro h3 {
  font-size: 53px;
  color: #EC514A;
  margin-bottom: 51px;
}

.pro ul li {
  margin-bottom: 8px;
}

.pro ul li div:first-child {
  display: flex;
  padding: 32px 56px;
  align-items: center;
  cursor: pointer;
  background: #F3F3F3;
  border: 1px solid #1c1c1c;
  overflow: hidden;
  position: relative;
}

.pro ul li div:first-child svg {
  width: 46px;
  height: 46px;
  margin: 0 38px 0 0;
  position: relative;
  z-index: 1;
}

.pro ul li div:first-child svg:nth-child(3) {
  margin: 0 0 0 38px;
  width: 36px;
  height: 36px;
}

.pro ul li div:first-child p {
  font-size: 25px;
  font-weight: bold;
  width: 100%;
  position: relative;
  z-index: 1;
}

.pro ul li div:first-child:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #EC514A;
  transition: top ease 0.3s;
}

.pro ul li div:first-child:hover p {
  color: #fff;
}

.pro ul li div:first-child:hover svg {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.pro ul li div:first-child:hover:after {
  top: 0;
}

.pro ul li div:last-child {
  padding: 32px 56px;
  background: #fff;
  height: 0;
  margin-top: -64px;
  transition: all ease 0.3s;
  overflow: hidden;
}

.pro ul li.active div:first-child p {
  color: #fff;
}

.pro ul li.active div:first-child svg {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.pro ul li.active div:first-child svg:nth-child(3) {
  transform: rotate(180deg);
}

.pro ul li.active div:first-child:after {
  top: 0;
}

.pro ul li.active div:last-child {
  height: auto;
  margin-top: 0;
}

.top {
  margin-bottom: 150px;
}

.top ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top ul li {
  min-width: 372px;
  border: 1px solid #1c1c1c;
  padding: 24px 40px;
  margin-bottom: 24px;
  background: #F3F3F3;
}

.top ul li div {
  font-size: 53px;
  font-weight: bold;
  margin-bottom: 18px;
}

.top ul li p {
  font-size: 25px;
  color: #EC514A;
  font-weight: bold;
  margin-bottom: 25px;
}

.top ul li span {
  font-size: 25px;
}

.slider .cnt {
  display: flex;
}

.slider .tns-nav,
.slider button {
  display: none;
}

.person-image-slider {
  width: 212px;
}

.person-image-slider .image {
  width: 212px;
  height: 212px;
  background-position: top center;
  background-size: cover;
}

.person-slider {
  margin-bottom: 81px;
  max-width: 420px;
  margin: 0 auto 200px;
}

.person-slider-title {
  font-size: 53px;
  color: #EC514A;
  font-weight: bold;
  width: 400px;
}

.person-slider-nav {
  position: relative;
  z-index: 1000;
}

.person-slider-nav .arrow {
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  width: 240px;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 35px;
  left: -36px;
  transition: width ease 0.3s;
  padding: 8px;
}

.person-slider-nav .arrow div {
  display: flex;
  cursor: pointer;
}

.person-slider-nav .arrow div:hover svg {
  fill: #ec514a;
}

.person-slider-nav .arrow svg {
  width: 16px;
  height: 16px;
  transition: all ease 0.3s;
}

.person-slider-nav .arrow-prev {
  transform: rotate(90deg);
}

.person-slider-nav .arrow-next {
  transform: rotate(-90deg);
}

.person-slider-item {
  display: flex;
  justify-content: space-between;
  align-items: top;
}

.person-slider-item-text {
  width: 100%;
  padding-top: 33px;
}

.person-slider-item-text div {
  display: table;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

.person-slider-item-text span {
  display: block;
  font-style: italic;
  margin-bottom: 16px;
}

.portfolio {
  margin-bottom: 100px;
}

.portfolio .cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.portfolio .cnt div {
  min-width: 30%;
  max-width: 30%;
}

.portfolio .cnt div p {
  font-size: 53px;
  font-weight: bold;
  color: #EC514A;
  margin-bottom: 35px;
}

.portfolio .cnt div span {
  font-size: 20px;
}

.portfolio .cnt div a {
  display: block;
  margin: 0 0 30px 0;
}

.portfolio .cnt div a img {
  width: 100%;
  transition: all ease 0.3s;
  margin: 0 0 10px 0;
}

.portfolio .cnt div a:hover img {
  margin: 10px 0 0 0;
}

.portfolio .cnt div a span {
  font-size: 16px;
  font-weight: bold;
}

footer {
  display: none;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  display: none !important;
}

.popup-active .popup {
  display: flex !important;
}

.popup-active header,
.popup-active footer,
.popup-active main {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.popup .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.popup .cnt {
  background: #1C1C1C;
  padding: 50px 12px;
  width: 302px;
  position: relative;
  z-index: 1;
}

.popup .cnt.success > div {
  line-height: initial;
  font-size: initial;
}

.popup .cnt.success > div > span {
  font-size: 16px;
  color: #fff;
  display: block;
}

.popup .cnt.success > div > b {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.popup .cnt .form > div.error:hover:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: calc(100% + 5px);
}

.popup .close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.popup .close svg {
  width: 14px;
  height: 14px;
}

.mob {
  display: none;
}

@media screen and (max-width: 960px) {
  .mob {
    display: block;
  }

  .dsc {
    display: none;
  }

  .cnt {
    padding: 0 32px;
  }

  header {
    position: relative;
    padding: 48px 0 40px;
    z-index: 1;
  }

  header .cnt {
    display: flex;
  }

  header .cnt .logo img {
    width: 40px;
    height: 40px;
  }

  header .cnt > .mob {
    padding: 10px 12px;
    border: 1px solid #1c1c1c;
    display: block;
  }

  .intro {
    margin-bottom: 144px;
  }

  .intro .camera {
    position: initial;
    transform: none;
    padding-left: 100px;
    max-width: initial;
    max-height: initial;
  }

  .intro .cnt {
    height: auto;
  }

  .intro .cnt > div h1 {
    font-size: 39px;
    line-height: 44px;
    margin-bottom: 25px;
  }

  .intro .cnt > div div {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .intro .cnt > div div span {
    font-size: 20px;
  }

  .intro .cnt > div p {
    font-size: 20px;
  }

  .benefits h2 {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 44px;
  }

  .benefits ul {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  .benefits ul li {
    margin-right: 0;
  }

  .benefits ul li span {
    font-size: 28px;
  }

  .benefits ul li.active div {
    opacity: 1;
  }

  .benefits ul li.active span {
    background: #75E7CC;
    color: #1c1c1c;
  }

  .contact {
    padding: 40px 0;
    margin-bottom: 80px;
  }

  .contact .cnt {
    display: block;
  }

  .contact .cnt > div {
    font-size: 27px;
    line-height: 32px;
    margin: 0 auto 17px;
  }

  .contact .cnt > div.pd {
    padding: 0;
  }

  .pro {
    margin-bottom: 117px;
  }

  .pro h3 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .pro ul li div:first-child {
    padding: 20px 24px;
  }

  .pro ul li div:first-child p {
    font-size: 16px;
  }

  .pro ul li div:last-child {
    padding: 20px 24px;
    margin-top: -40px;
  }

  .top ul li {
    min-width: 300px;
    padding: 23px 22px;
  }

  .top ul li div {
    font-size: 40px;
  }

  .top ul li p {
    font-size: 24px;
  }

  .top ul li span {
    font-size: 20px;
  }

  .slider .cnt {
    flex-direction: column;
  }

  .person-image-slider {
    margin: 0 auto;
  }

  .person-slider {
    max-width: 232px;
    margin-bottom: 90px;
  }

  .person-slider-title {
    font-size: 30px;
    margin-bottom: 33px;
    width: 100%;
  }

  .person-slider-item {
    flex-direction: column;
  }

  .person-slider-item .image {
    width: 232px;
    height: 232px;
  }

  .person-slider-item-text {
    width: 100%;
  }

  .person-slider-nav .arrow {
    width: 310px !important;
    left: -40px;
  }

  .portfolio .cnt {
    width: 375px;
    flex-direction: column;
  }

  .portfolio .cnt div {
    min-width: 100%;
    max-width: 100%;
  }

  .portfolio .cnt div p {
    font-size: 32px;
    margin-bottom: 9px;
  }

  .portfolio .cnt div span {
    display: block;
    font-size: 14px;
    margin-bottom: 24px;
  }

  .portfolio .cnt div img {
    max-width: 310px;
    margin-bottom: 12px;
  }
}

