@-webkit-keyframes fade {
  0%,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fade {
  0%,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  color: inherit;
  line-height: inherit;
  background: 0 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  resize: none;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  will-change: transform, opacity;
}
.scroll-content {
  will-change: transform;
}
.logo img {
  max-width: 100%;
  height: auto;
}
img {
  height: auto;
}
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}
span {
  background: inherit;
  color: #fff;
}
img,
svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
a,
button {
  display: inline-block;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
small {
  font-size: 80%;
}
b,
strong {
  font-weight: bolder;
}
u {
  text-decoration: underline;
}
div,
section {
  display: block;
  position: relative;
}
section {
  max-width: 100%;
  overflow-x: hidden;
}
.row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}
.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.m-top {
  margin-top: auto;
}
.m-left {
  margin-left: auto;
}
.m-right {
  margin-right: auto;
}
.a-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.a-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.a-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.a-self-top {
  -ms-flex-itrem-align: start;
  -ms-grid-row-align: start;
  -ms-flex-item-align: start;
  align-self: start;
}
.a-self-center {
  -ms-flex-itrem-align: center;
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.a-self-bottom {
  -ms-flex-itrem-align: end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.j-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.j-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.j-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.j-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.no-list {
  list-style: none;
}
.menu .no-list li:first-child a span {
  margin-left: -3px;
}
.shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.img {
  display: block;
  width: 100%;
  height: auto;
}
.bg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.cover {
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
}
.contain {
  -o-object-fit: contain;
  object-fit: contain;
  background-size: contain;
}
.circle {
  border-radius: 50%;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hidden {
  display: none;
}
@font-face {
  font-family: "Ruberoid";
  src: url(../../../../../templates/books/css/fonts/Ruberoid-Light.eot);
  src:
    local("Ruberoid Light"),
    local("Ruberoid-Light"),
    url(../../../../../templates/books/css/fonts/Ruberoid-Light-1.eot)
      format("rembedded-opentype"),
    url(../../../../../templates/books/css/fonts/Ruberoid-Light.woff2)
      format("woff2"),
    url(../../../../../templates/books/css/fonts/Ruberoid-Light.woff)
      format("woff"),
    url(../../../../../templates/books/css/fonts/Ruberoid-Light.ttf)
      format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ruberoid";
  src: url(../../../../../templates/books/css/fonts/Ruberoid-Regular.eot);
  src:
    local("Ruberoid"),
    local("Ruberoid-Regular"),
    url(../../../../../templates/books/css/fonts/Ruberoid-Regular-1.eot)
      format("rembedded-opentype"),
    url(../../../../../templates/books/css/fonts/Ruberoid-Regular.woff2)
      format("woff2"),
    url(../../../../../templates/books/css/fonts/Ruberoid-Regular.woff)
      format("woff"),
    url(../../../../../templates/books/css/fonts/Ruberoid-Regular.ttf)
      format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ruberoid";
  src: url(../../../../../templates/books/css/fonts/Ruberoid-Medium.eot);
  src:
    local("Ruberoid Medium"),
    local("Ruberoid-Medium"),
    url(../../../../../templates/books/css/fonts/Ruberoid-Medium-1.eot)
      format("rembedded-opentype"),
    url(../../../../../templates/books/css/fonts/Ruberoid-Medium.woff2)
      format("woff2"),
    url(../../../../../templates/books/css/fonts/Ruberoid-Medium.woff)
      format("woff"),
    url(../../../../../templates/books/css/fonts/Ruberoid-Medium.ttf)
      format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ruberoid";
  src: url(../../../../../templates/books/css/fonts/Ruberoid-SemiBold.eot);
  src:
    local("Ruberoid Sremi Bold"),
    local("Ruberoid-SemiBold"),
    url(../../../../../templates/books/css/fonts/Ruberoid-SemiBold-1.eot)
      format("rembedded-opentype"),
    url(../../../../../templates/books/css/fonts/Ruberoid-SemiBold.woff2)
      format("woff2"),
    url(../../../../../templates/books/css/fonts/Ruberoid-SemiBold.woff)
      format("woff"),
    url(../../../../../templates/books/css/fonts/Ruberoid-SemiBold.ttf)
      format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ruberoid";
  src: url(../../../../../templates/books/css/fonts/Ruberoid-Bold.eot);
  src:
    local("Ruberoid Bold"),
    local("Ruberoid-Bold"),
    url(../../../../../templates/books/css/fonts/Ruberoid-Bold-1.eot)
      format("rembedded-opentype"),
    url(../../../../../templates/books/css/fonts/Ruberoid-Bold.woff2)
      format("woff2"),
    url(../../../../../templates/books/css/fonts/Ruberoid-Bold.woff)
      format("woff"),
    url(../../../../../templates/books/css/fonts/Ruberoid-Bold.ttf)
      format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ruberoid";
  src: url(../../../../../templates/books/css/fonts/Ruberoid-ExtraBold.eot);
  src:
    local("Ruberoid Extra Bold"),
    local("Ruberoid-ExtraBold"),
    url(../../../../../templates/books/css/fonts/Ruberoid-ExtraBold-1.eot)
      format("rembedded-opentype"),
    url(../../../../../templates/books/css/fonts/Ruberoid-ExtraBold.woff2)
      format("woff2"),
    url(../../../../../templates/books/css/fonts/Ruberoid-ExtraBold.woff)
      format("woff"),
    url(../../../../../templates/books/css/fonts/Ruberoid-ExtraBold.ttf)
      format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.scrollbar-track {
  background: #e8f6ff !important;
}
.scrollbar-thumb {
  background: #283355 !important;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #e8f6ff !important;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
  border-radius: 4px;
  background: #283355 !important;
}
::-ms-expand {
  display: none;
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.2;
}
::-moz-placeholder {
  color: inherit;
  opacity: 0.2;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 0.2;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 0.2;
}
::placeholder {
  color: inherit;
  opacity: 0.2;
}
::-moz-selection {
  background-color: #283355;
  color: #fff;
}
::selection {
  background-color: #283355;
  color: #fff;
}
body,
html {
  width: 100%;
  height: 100%;
  font-family: "Ruberoid", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #283355;
  background: #fff;
}
#preloader,
#wrapper,
body,
html {
  position: fixed;
  top: 0;
  left: 0;
}
#wrapper {
  right: 0;
  bottom: 0;
}
#preloader {
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 13;
}
.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 0 60px;
}
.bl {
  border-left: 1px solid rgba(150, 150, 150, 0.3);
}
.br {
  border-right: 1px solid rgba(150, 150, 150, 0.3);
}
.bt {
  border-top: 1px solid rgba(150, 150, 150, 0.3);
}
.bb {
  border-bottom: 1px solid #e2e2e2;
}
.lines,
.lines span {
  position: absolute;
  top: 0;
  height: 100%;
}
.lines {
  left: 0;
  width: 100%;
  z-index: 1;
}
.lines span {
  width: 0.1px;
  display: block;
  background: rgba(150, 150, 150, 0.3);
}
.lines span:nth-child(1) {
  left: calc(25% - 2px);
}
.lines span:nth-child(2) {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lines span:nth-child(3) {
  left: 75%;
}
.h1,
.nice-select {
  font-weight: 400;
  font-size: 3.125rem;
  line-height: 130%;
}
.parallax {
  position: relative;
  will-change: transform;
}
.parallax .in {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition:
    transform 0.6s ease-in-out,
    -webkit-transform 0.6s ease-in-out;
}
.parallax .in,
.parallax .in .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}
.parallax,
.parallax .in,
.split .line {
  overflow: hidden;
}
.split .line .char {
  will-change: transform, opacity;
}
.btn {
  display: block;
  width: 100%;
  background: #0d58a3
}
.btn .front {
  width: 100%;
  padding: 30px;
  will-change: transform;
}
.a:hover span,
.about-3 .line-1 .card a:hover .a span,
.btn:hover .back,
.btn:hover .front,
.detail-6 .line-2 .col-1 a:hover .a span,
.detail-6 .line-2 .col-2 a:hover .a span,
.products-1 .line-1 .col-1 .card .dropdown2:hover .a span,
.products-1 .line-1 .col-1 .card .dropdown:hover .a span,
.products-1 .line-1 .col-1 .card ul li a.active .a span,
.products-1 .line-1 .col-1 .card ul li a:hover .a span,
.products-1 .line-1 .col-2 .card a:hover .a span,
.projects-2 .line-1 .card a:hover .a span {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.a span,
.a::before,
.btn .back,
.btn .front {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: transform 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition: transform 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition:
    transform 0.6s cubic-bezier(0.73, 0.01, 0, 1),
    -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1);
}
.btn .back {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 30px;
  background: #0d569f;
}
.a,
.btn {
  position: relative;
  overflow: hidden;
}
.a span,
.a::before {
  display: block;
}
.a span,
.btn .back {
  will-change: transform;
}
.a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: attr(data-text);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.a:hover::before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.btn-1 .p {
  display: block;
  font-size: 0.8125rem;
  line-height: 123%;
  text-align: center;
  letter-spacing: 0.005em;
  margin-bottom: 1em;
}
.btn-1 .square {
  position: relative;
  display: block;
  width: 80px;
  height: 75px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
}
.btn-1:hover .square {
  background: #0d58a3
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.btn-1 .bg {
  height: 12px;
  width: 12px;
}
.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.nice-select {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 120px 30px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4d82ad;
}
.nice-select:after {
  content: "";
  position: absolute;
  margin-top: 5px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.875rem;
  height: 0.875rem;
  background: url(../../../../../templates/books/img/arrow-down.svg) no-repeat
    50% 50% / contain;
}
.nice-select.open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.nice-select,
.nice-select .list,
.nice-select .option,
.nice-select:after {
  -webkit-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
}
.nice-select,
.nice-select .list {
  background-color: #fff;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
.nice-select .list {
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  z-index: 2;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  border-bottom: 1px solid #e2e2e2;
}
.nice-select.open .list {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  pointer-events: auto;
}
.nice-select .option {
  padding: 30px;
  cursor: pointer;
  list-style: none;
  color: #4d82ad;
  font-size: 1.3125rem;
  line-height: 130%;
  border-top: 1px solid #e2e2e2;
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background: #0d58a3
}
.detail-1 .column .line-1 .col-1 .h1.bold,
.modal .line-1 .col-1 .h1.bold,
.nice-select .option.selected {
  font-weight: 500;
}
input,
textarea {
  width: 100%;
  padding: 30px;
  line-height: 107.5%;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  will-change: transform;
  -webkit-transition:
    border-bottom 0.6s cubic-bezier(0.73, 0.01, 0, 1),
    background 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition:
    border-bottom 0.6s cubic-bezier(0.73, 0.01, 0, 1),
    background 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition:
    border-bottom 0.6s cubic-bezier(0.73, 0.01, 0, 1),
    background 0.6s cubic-bezier(0.73, 0.01, 0, 1);
}
.header.no-bg {
  background: 0 0;
  border-bottom: none;
}
.header.active {
  border-bottom: 1px solid transparent;
  background: 0 0;
}
.header.no-bg.active {
  border-bottom: none;
}
.header .line-1 {
  padding: 45px 0;
}
.header .line-1 .logo {
  height: 24px;
}
.header .line-1 .logo:hover {
  opacity: 0.8;
}
.header .line-1 .logo img {
  height: 100%;
}
.header .line-1 nav ul li:not(:first-child) {
  margin-left: 30px;
}
.header .line-1 nav ul li a {
  display: block;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 130%;
}
.header .line-1 .burger {
  position: relative;
  width: 25px;
  height: 25px;
  margin-left: 80px;
  margin-right: 5px;
}
.header .line-1 .burger span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
}
.header .line-1 .burger span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) translateY(-150%);
  -ms-transform: translate(-50%, -50%) translateY(-150%);
  transform: translate(-50%, -50%) translateY(-150%);
}
.header .line-1 .burger span:nth-child(2) {
  width: 80%;
  -webkit-transform: translate(-40%, -50%) translateY(150%);
  -ms-transform: translate(-40%, -50%) translateY(150%);
  transform: translate(-40%, -50%) translateY(150%);
}
.header .line-1 .burger.active span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.header .line-1 .burger.active span:nth-child(2) {
  width: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: transform 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition: transform 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition:
    transform 0.6s cubic-bezier(0.73, 0.01, 0, 1),
    -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  max-height: 100%;
  overflow-y: auto;
}
.about-3 .line-1 .card a:hover .a::before,
.detail-6 .line-2 .col-1 a:hover .a::before,
.detail-6 .line-2 .col-2 a:hover .a::before,
.menu.active,
.products-1 .line-1 .col-1 .card .dropdown2:hover .a::before,
.products-1 .line-1 .col-1 .card .dropdown:hover .a::before,
.products-1 .line-1 .col-1 .card ul li a.active .a::before,
.products-1 .line-1 .col-1 .card ul li a:hover .a::before,
.products-1 .line-1 .col-2 .card a:hover .a::before,
.projects-2 .line-1 .card a:hover .a::before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.menu .line-1 {
  padding-top: 185px;
  padding-bottom: 70px;
}
.menu .line-1 .col-1 {
  padding-left: 30px;
  padding-right: 30px;
  width: 25%;
}
.menu .line-1 .col-2,
.menu .line-1 .col-3 {
  padding-left: 30px;
  padding-right: 30px;
  width: 37.5%;
}
.menu .line-1 .h1 {
  line-height: 124%;
}
.menu .line-1 nav ul li a {
  display: block;
}
.menu .line-1 .col-1 ul li:not(:first-child) {
  margin-top: 50px;
}
.menu .line-1 .col-2 ul li:first-child,
.menu .line-1 .col-3 ul li:first-child {
  margin-bottom: 50px;
}
.detail-1 .column .line-2 ul li:not(:first-child),
.menu .line-1 .col-2 ul li:not(:first-child),
.menu .line-1 .col-3 ul li:not(:first-child) {
  margin-top: 30px;
}
.menu .line-1 .col-2 ul li:not(:first-child) a,
.menu .line-1 .col-3 ul li:not(:first-child) a {
  font-size: 1rem;
  line-height: 130%;
  letter-spacing: 0.025em;
}
.menu .btn {
  font-size: 2.25rem;
  line-height: 122.5%;
}
.menu .btn img {
  position: relative;
  top: 4px;
  height: 0.58em;
  margin-left: 0.55em;
}
.footer {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
.footer .line-1 {
  padding: 50px 30px 70px;
}
.footer .line-1 .form-open {
  position: relative;
  font-size: 8.85vw;
  line-height: 130%;
  padding-right: 0.9em;
  -webkit-transition: padding-right 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: padding-right 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition: padding-right 0.6s cubic-bezier(0.73, 0.01, 0, 1);
}
.footer .line-1 .form-open:hover {
  padding-right: 1.1em;
}
.footer .line-1 .form-open.active {
  padding-right: 0.9em;
}
.footer .line-1 .form-open .a {
  display: block;
}
.footer .line-1 .form-open::after,
.footer .line-1 .form-open::before {
  content: "";
  position: absolute;
  top: 0.96em;
  right: 0;
  width: 0.62em;
  height: 0.06em;
  background: #283355;
}
.footer .line-1 .form-open::after {
  -webkit-animation: fade 1.2s none infinite;
  animation: fade 1.2s none infinite;
  -webkit-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
}
.footer .line-1 .form-open::before {
  -webkit-animation: fade 1.2s cubic-bezier(0.73, 0.01, 0, 1) infinite;
  animation: fade 1.2s cubic-bezier(0.73, 0.01, 0, 1) infinite;
  -webkit-transition:
    top 0.6s cubic-bezier(0.73, 0.01, 0, 1),
    -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition:
    transform 0.6s cubic-bezier(0.73, 0.01, 0, 1),
    top 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition:
    transform 0.6s cubic-bezier(0.73, 0.01, 0, 1),
    top 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition:
    transform 0.6s cubic-bezier(0.73, 0.01, 0, 1),
    top 0.6s cubic-bezier(0.73, 0.01, 0, 1),
    -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1);
}
.footer .line-1 .form-open.active::after,
.footer .line-1 .form-open.active::before {
  -webkit-animation: none;
  animation: none;
}
.footer .line-1 .form-open.active::after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.footer .line-1 .form-open.active::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.footer .line-2 {
  display: none;
}
.footer .line-2 .form {
  padding-bottom: 220px;
}
.footer .line-2 button[type="submit"] {
  line-height: 130%;
  letter-spacing: -0.025em;
  margin-left: 30px;
  margin-top: 30px;
  margin-right: 30px;
  color: #4d82ad;
  padding-right: 1em;
}
.footer .line-2 button[type="submit"]:hover {
  padding-right: 1.4em;
}
.footer .line-2 button[type="submit"] .a {
  display: block;
}
.footer .line-2 button[type="submit"]::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.4em;
  width: 0.5em;
  height: 0.4em;
  background: url(../../../../../templates/books/img/arrow-blue.svg) no-repeat
    50% 50% / contain;
}
.footer .line-3,
.modal .line-1 .col-1 .h1 {
  padding: 30px;
}
.footer .line-3 p {
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 130%;
  margin-bottom: 4px;
}
.footer .line-3 a {
  font-size: 3.75rem;
  line-height: 130%;
  letter-spacing: -0.025em;
}
.footer .line-4 nav {
  width: 100%;
  padding: 0 30px;
}
.footer .line-4 nav ul li:not(:first-child) {
  margin-left: 40px;
}
.footer .line-4 nav ul li a {
  display: block;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 130%;
}
.footer .line-4 .btn {
  width: 250px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 130%;
}
.footer .line-4 .btn img {
  -webkit-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  height: 1rem;
}
.detail-6 .line-1 a:hover::after,
.footer .line-4 .btn:hover img {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.footer .line-5 {
  padding: 220px 30px 70px;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 130%;
}
.footer .line-5 a {
  margin-left: 0.5em;
  font-weight: 800;
  font-size: 1.23em;
}
.modal,
.modal-overlay {
  position: fixed;
  top: 0;
  height: 100%;
}
.modal-overlay {
  left: 0;
  width: 100%;
  background: #60656b;
  opacity: 0.6;
  z-index: 2;
  display: none;
}
.modal-overlay.active {
  z-index: 11;
}
.modal {
  right: 0;
  width: 50%;
  z-index: 12;
  background: #fff;
  padding-top: 115px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
}
.modal.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.modal .line-1 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal .line-1 .col-1 {
  width: 100%;
  height: auto;
}
.modal .line-1 .col-2 {
  position: relative;
  width: 125px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal .line-1 .col-2 .btn {
  width: 100%;
  height: 100%;
}
.modal .line-1 .col-2 .btn .back,
.modal .line-1 .col-2 .btn .front {
  padding: 0;
  height: 100%;
  display: block;
}
.modal .line-1 .col-2 .btn .back img:not(.m-left),
.modal .line-1 .col-2 .btn .front img:not(.m-left) {
  width: 18.4%;
  margin-left: 0;
}
.modal .line-2,
.modal .line-3 {
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
}
.modal .line-2 .form {
  height: 100%;
}
.modal .line-2 .form .btn,
.modal .line-2 .form input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal .line-2 .form textarea {
  height: 100%;
  min-height: 3em;
}
.modal .line-2 .form .btn img {
  height: 0.46em;
}
.modal .line-4 {
  padding: 60px 30px;
  font-size: 0.8125em;
  line-height: 227.5%;
}
.modal .line-4 .h2 {
  font-size: 1.6875em;
  line-height: 147%;
  margin-bottom: 1.66em;
}
.modal .line-4 ol:not(:last-child),
.modal .line-4 p:not(:last-child),
.modal .line-4 ul:not(:last-child) {
  margin-bottom: 1em;
}
.modal .line-5 {
  margin-top: auto;
}
.modal .line-5 .col-1,
.modal .line-5 .col-2 {
  width: 50%;
}
.modal .line-5 .col-1 {
  padding: 0 30px;
  height: auto;
  font-size: 0.875em;
  line-height: 107.5%;
}
.modal .line-5 .col-1 .h1 {
  font-weight: 500;
  line-height: 107.5%;
}
.detail-1 .column .line-1 .col-1 .h1 span,
.modal .line-5 .col-1 .h1 span {
  font-size: 0.72em;
}
.detail-1 .column .line-1 .col-1 .h1 sup,
.modal .line-5 .col-1 .h1 sup {
  top: -0.8em;
  font-size: 0.5em;
}
.modal .line-5 .col-1 p:not(:last-child) {
  margin-bottom: 0.71em;
}
.modal .line-5 .col-2 {
  height: auto;
  font-size: 2.25em;
  line-height: 122.5%;
}
.modal .line-5 .col-2 .btn img {
  height: 0.58em;
  margin-left: 0.55em;
}
.main {
  position: relative;
  padding-top: 115px;
  z-index: 2;
  overflow: hidden;
}
.main.no-pt {
  padding-top: 0;
}
.detail-1 .parallax {
  width: 50%;
  min-height: auto;
  aspect-ratio: 1/1;
  border: 1px solid rgba(150, 150, 150, 0.3);
}
@supports not (aspect-ratio: 1/1) {
  .detail-1 .parallax {
    height: 905px;
  }
}
.detail-1 .parallax .bg img {
  width: 80%;
}
.detail-1 .column,
.detail-4 .line-1 .gallery .swiper .swiper-slide img {
  width: 50%;
}
.detail-1 .column .line-1 {
  border-left: none;
}
.detail-1 .column .line-1 .col-1 {
  padding: 30px;
  width: 100%;
  height: auto;
  font-size: 0.875rem;
  line-height: 122.5%;
}
.detail-1 .column .line-1.disabled .col-1 {
  opacity: 0.2;
}
.detail-1 .column .line-1 .col-1 .h1 {
  line-height: 122.5%;
}
.detail-1 .column .line-1 .col-2 {
  position: relative;
  width: 125px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.detail-1 .column .line-1 .col-2 .btn {
  width: 100%;
  height: 100%;
}
.detail-1 .column .line-1 .col-2 .btn.disabled {
  pointer-events: none;
}
.detail-1 .column .line-1 .col-2 .btn .back,
.detail-1 .column .line-1 .col-2 .btn .front {
  padding: 0;
  height: 100%;
  display: block;
}
.detail-1 .column .line-1 .col-2 .btn .back img:not(.m-left),
.detail-1 .column .line-1 .col-2 .btn .front img:not(.m-left) {
  height: auto;
  margin-left: 0;
}
.detail-1 .column .line-1 .col-2 .btn .arrow {
  width: 25%;
}
.detail-1 .column .line-1 .col-2 .btn .pdf {
  width: 40%;
}
.detail-1 .column .line-1 .col-3 {
  position: relative;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.detail-1 .column .line-1 .col-3 .btn {
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 122.5%;
}
.detail-1 .column .line-1 .col-3 .btn .back,
.detail-1 .column .line-1 .col-3 .btn .front {
  height: 100%;
}
.detail-1 .column .line-1 .col-3 .btn .back img,
.detail-1 .column .line-1 .col-3 .btn .front img {
  height: 0.58em;
  margin-left: 0.69em;
  position: relative;
  top: 2px;
}
.detail-1 .column .line-2 {
  padding: 30px;
}
.detail-1 .column .line-2 p {
  font-size: 0.9375rem;
  line-height: 215%;
  color: #fff;
}
.detail-1 .column .line-2 p:not(:last-child) {
  margin-bottom: 30px;
}
.detail-1 .column .line-2 ul li {
  font-size: 0.8125rem;
  line-height: 130%;
  letter-spacing: 0.015em;
}
.detail-1 .column .line-2 ul li a {
  position: relative;
  padding-right: 1.8em;
}
.detail-1 .column .line-2 ul li a:hover,
.detail-7 .line-1 .col-2 .card .right a:hover {
  padding-right: 2.2em;
}
.detail-1 .column .line-2 ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.35em;
  width: 0.76em;
  height: 0.76em;
  background: url(../../../../../templates/books/img/arrow-right.svg) no-repeat
    50% 50% / contain;
}
.detail-2 .line-1 {
  width: 100%;
  padding: 220px 30px 30px;
  font-size: 0.8125rem;
  line-height: 130%;
}
.detail-2 .line-2 .col-1 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  font-size: 0.625rem;
  line-height: 130%;
  padding: 35px 0;
  text-align: center;
}
.detail-2 .line-2 .col-2 {
  width: 100%;
  padding: 30px;
  font-size: 1.6875rem;
  line-height: 122.5%;
}
.detail-2 .line-2 .col-3 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 190px;
  padding: 30px 0;
  font-size: 1.6875rem;
  line-height: 124.5%;
  text-align: center;
}
.detail-2 .line-2 .col-4 {
  width: 100%;
  padding: 30px;
  font-size: 1.6875rem;
  line-height: 122.5%;
  color: #fff;
}
.detail-2 .line-2 .col-5 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 30px;
  font-size: 1.6875rem;
  line-height: 124.5%;
}
.detail-2 .hidden {
  width: 100%;
}
.detail-2 .line-3 {
  padding-top: 70px;
  padding-bottom: 30px;
}
.detail-2 .line-3 .btn-1.active p {
  display: none;
}
.detail-2 .line-3 .btn-1.active .bg {
  background-image: url(../../../../../templates/books/img/minus.svg) !important;
}
.detail-3 .line-1 .col-1 {
  width: 25%;
  padding-top: 350px;
  z-index: 2;
}
.detail-3 .line-1 .col-2,
.detail-3 .line-1 .col-3 {
  width: 50%;
  padding-top: 350px;
  z-index: 2;
}
.detail-3 .line-1 .col-3 {
  width: 25%;
}
.detail-3 .line-1 .col-2 .circle {
  position: relative;
  font-weight: 600;
  font-size: 1rem;
  line-height: 124.5%;
  width: 100%;
  height: 190px;
  border: 1px solid #283355;
  will-change: transform;
  z-index: 2;
}
.detail-3 .line-1 .col-2 .circle p:nth-child(1) {
  position: absolute;
  top: -2em;
  left: 0;
  will-change: transform;
}
.detail-3 .line-1 .col-2 .circle p:nth-child(2) {
  position: absolute;
  bottom: -2em;
  right: 0;
  will-change: transform;
}
.detail-3 .line-2 .col-1 {
  width: 25%;
  padding-top: 70px;
  z-index: 2;
}
.detail-3 .line-2 .col-2,
.detail-3 .line-2 .col-3 {
  width: 50%;
  padding-top: 70px;
  z-index: 2;
}
.detail-3 .line-2 .col-3 {
  width: 25%;
}
.detail-3 .line-2 .col-2 .btn-1 {
  z-index: 2;
}
.detail-3 .line-3 {
  position: absolute;
  top: 350px;
  left: 0;
  width: 100vw;
  overflow-x: hidden;
  z-index: 2;
}
.detail-3 .line-3 .marquee {
  font-size: 8.85vw;
  line-height: 124.5%;
  letter-spacing: -0.045em;
  white-space: nowrap;
  will-change: transform;
}
.detail-3 .line-3 .marquee::after {
  content: "";
  margin-left: 0.53em;
  margin-right: 0.53em;
  width: 0.47em;
  height: 1em;
  background: url(../../../../../templates/books/img/rect.svg) no-repeat 50%
    50% / contain;
}
.detail-4 .line-1 {
  padding-top: 0;
  margin-top: -1px;
}
.detail-4 .line-1 .gallery {
  width: 100%;
}
.detail-4 .line-1 .gallery .swiper {
  position: relative;
  width: 100%;
  max-width: 1370px;
  height: 905px;
}
.detail-4 .line-1 .gallery .swiper-next,
.detail-4 .line-1 .gallery .swiper-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.detail-4 .line-1 .gallery .swiper-prev {
  left: 0;
}
.detail-4 .line-1 .gallery .swiper-next {
  right: 0;
}
.detail-5 .line-1 {
  font-size: 0.8125rem;
  line-height: 130%;
  padding: 220px 30px 30px;
}
.detail-5 .line-2 {
  padding: 30px;
  line-height: 121%;
  letter-spacing: -0.005em;
}
.detail-6 .line-1,
.detail-7 .line-1 .col-1 h2 {
  padding-top: 220px;
  padding-left: 30px;
  padding-right: 30px;
}
.detail-7 .line-1 .col-1 h2 {
  padding-top: 70px;
  position: relative;
  z-index: 50;
}
.contacts .line-3::after,
.detail-6 .line-1::after,
.detail-6 .line-2::after,
.detail-7 .line-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: rgba(150, 150, 150, 0.3);
  z-index: 1;
}
.detail-6 .line-1 a {
  padding-right: 1.4em;
  z-index: 2;
}
.detail-6 .line-1 a:hover {
  padding-right: 1.8em;
}
.detail-6 .line-1 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.42em;
  width: 0.8em;
  height: 0.6em;
  background: url(../../../../../templates/books/img/arrow-b.svg) no-repeat 50%
    50% / contain;
  -webkit-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
}
.detail-6 .line-2,
.detail-7 .line-1,
.detail-8 .line-1 {
  padding-top: 220px;
}
.detail-6 .line-2 .col-1,
.detail-6 .line-2 .col-2 {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}
.detail-6 .line-2 .col-1 .parallax .bg,
.detail-6 .line-2 .col-1 a,
.detail-6 .line-2 .col-1 h3 span,
.detail-6 .line-2 .col-2 .parallax .bg,
.detail-6 .line-2 .col-2 a,
.detail-6 .line-2 .col-2 h3 span,
.projects-2 .line-1 .card h2 span {
  display: block;
}
.about-3 .line-1 .card h3,
.detail-6 .line-2 .col-1 h3,
.detail-6 .line-2 .col-2 h3 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 130%;
  margin-bottom: 20px;
}
.detail-6 .line-2 .col-1 .parallax,
.detail-6 .line-2 .col-2 .parallax {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
@supports not (aspect-ratio: 1/1) {
  .detail-6 .line-2 .col-1 .parallax,
  .detail-6 .line-2 .col-2 .parallax {
    height: 869px;
  }
}
.detail-6 .line-2 .col-1 a:hover .parallax .in,
.detail-6 .line-2 .col-2 a:hover .parallax .in,
.products-1 .line-1 .col-2 .card a:hover .parallax .in,
.projects-2 .line-1 .card a:hover .parallax .in {
  -webkit-transform: scale(1.1) rotate(5deg);
  -ms-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
}
.detail-6 .line-2 .col-1 .parallax .bg img,
.detail-6 .line-2 .col-2 .parallax .bg img {
  width: 60%;
}
.detail-7 .line-1 .col-1 {
  width: calc(50% - 1px);
  height: 100vh;
}
.detail-7 .line-1 .col-1 video {
  height: 90%;
  top: 49%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.detail-7 .line-1 .col-2 {
  width: 50%;
}
.detail-7 .line-1 .col-2 .card {
  padding: 40px 80px;
  position: relative;
  left: 1px;
}
.detail-7 .line-1 .col-2 .card .left {
  width: 45px;
  height: 45px;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.detail-7 .line-1 .col-2 .card:nth-child(7n + 1) .left {
  background: url(../../../../../templates/books/img/sr-4.svg) no-repeat 50%
    50% / contain;
}
.detail-7 .line-1 .col-2 .card:nth-child(7n + 2) .left {
  background: url(../../../../../templates/books/img/sr-3.svg) no-repeat 50%
    50% / contain;
}
.detail-7 .line-1 .col-2 .card:nth-child(7n + 3) .left {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNiYWJhYmEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1ub3RlYm9vay1wZW4taWNvbiBsdWNpZGUtbm90ZWJvb2stcGVuIj48cGF0aCBkPSJNMTMuNCAySDZhMiAyIDAgMCAwLTIgMnYxNmEyIDIgMCAwIDAgMiAyaDEyYTIgMiAwIDAgMCAyLTJ2LTcuNCIvPjxwYXRoIGQ9Ik0yIDZoNCIvPjxwYXRoIGQ9Ik0yIDEwaDQiLz48cGF0aCBkPSJNMiAxNGg0Ii8+PHBhdGggZD0iTTIgMThoNCIvPjxwYXRoIGQ9Ik0yMS4zNzggNS42MjZhMSAxIDAgMSAwLTMuMDA0LTMuMDA0bC01LjAxIDUuMDEyYTIgMiAwIDAgMC0uNTA2Ljg1NGwtLjgzNyAyLjg3YS41LjUgMCAwIDAgLjYyLjYybDIuODctLjgzN2EyIDIgMCAwIDAgLjg1NC0uNTA2eiIvPjwvc3ZnPg==) no-repeat 50%
    50% / contain;
}
.detail-7 .line-1 .col-2 .card:nth-child(7n + 4) .left {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNiYWJhYmEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1zZXJ2ZXItY29nLWljb24gbHVjaWRlLXNlcnZlci1jb2ciPjxwYXRoIGQ9Im0xMC44NTIgMTQuNzcyLS4zODMuOTIzIi8+PHBhdGggZD0iTTEzLjE0OCAxNC43NzJhMyAzIDAgMSAwLTIuMjk2LTUuNTQ0bC0uMzgzLS45MjMiLz48cGF0aCBkPSJtMTMuMTQ4IDkuMjI4LjM4My0uOTIzIi8+PHBhdGggZD0ibTEzLjUzIDE1LjY5Ni0uMzgyLS45MjRhMyAzIDAgMSAxLTIuMjk2LTUuNTQ0Ii8+PHBhdGggZD0ibTE0Ljc3MiAxMC44NTIuOTIzLS4zODMiLz48cGF0aCBkPSJtMTQuNzcyIDEzLjE0OC45MjMuMzgzIi8+PHBhdGggZD0iTTQuNSAxMEg0YTIgMiAwIDAgMS0yLTJWNGEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2NGEyIDIgMCAwIDEtMiAyaC0uNSIvPjxwYXRoIGQ9Ik00LjUgMTRINGEyIDIgMCAwIDAtMiAydjRhMiAyIDAgMCAwIDIgMmgxNmEyIDIgMCAwIDAgMi0ydi00YTIgMiAwIDAgMC0yLTJoLS41Ii8+PHBhdGggZD0iTTYgMThoLjAxIi8+PHBhdGggZD0iTTYgNmguMDEiLz48cGF0aCBkPSJtOS4yMjggMTAuODUyLS45MjMtLjM4MyIvPjxwYXRoIGQ9Im05LjIyOCAxMy4xNDgtLjkyMy4zODMiLz48L3N2Zz4=) no-repeat 50%
    50% / contain;
}
.detail-7 .line-1 .col-2 .card:nth-child(7n + 5) .left {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNiYWJhYmEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1saWdodGJ1bGItaWNvbiBsdWNpZGUtbGlnaHRidWxiIj48cGF0aCBkPSJNMTUgMTRjLjItMSAuNy0xLjcgMS41LTIuNSAxLS45IDEuNS0yLjIgMS41LTMuNUE2IDYgMCAwIDAgNiA4YzAgMSAuMiAyLjIgMS41IDMuNS43LjcgMS4zIDEuNSAxLjUgMi41Ii8+PHBhdGggZD0iTTkgMThoNiIvPjxwYXRoIGQ9Ik0xMCAyMmg0Ii8+PC9zdmc+) no-repeat 50%
    50% / contain;
}
.detail-7 .line-1 .col-2 .card:nth-child(7n + 6) .left {
  background: url(../../../../../templates/books/img/sr-5.svg) no-repeat 50%
    50% / contain;
}
.detail-7 .line-1 .col-2 .card:nth-child(7n + 7) .left {
  background: url(../../../../../templates/books/img/sr-2.svg) no-repeat 50%
    50% / contain;
}
.detail-7 .line-1 .col-2 .card .right {
  width: 100%;
}
.detail-7 .line-1 .col-2 .card .right h3 {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 130%;
  margin-bottom: 10px;
}
.detail-7 .line-1 .col-2 .card .right p {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 165%;
  color: #fff;
  margin-bottom: 30px;
}
.detail-7 .line-1 .col-2 .card .right a {
  position: relative;
  font-size: 0.8125rem;
  line-height: 130%;
  padding-right: 1.8em;
}
.detail-7 .line-1 .col-2 .card .right a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.15em;
  width: 0.76em;
  height: 0.76em;
  background: url(../../../../../templates/books/img/arrow-right.svg) no-repeat
    50% 50% / contain;
}
.detail-8 .line-2 {
  padding: 60px 30px;
}
.detail-8 .line-2 .h1 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  letter-spacing: -0.005em;
  padding-right: 170px;
}
.detail-8 .line-2 p {
  font-size: 0.9375rem;
  line-height: 215%;
  color: #fff;
  max-width: 1010px;
}
.contacts .line-1,
.projects-1 .line-1 h1.h1 {
  padding: 30px;
}
.contacts .line-2 {
  padding: 110px 30px 30px;
  font-size: 0.8125em;
  line-height: 130%;
}
.contacts .line-2 p {
  width: 100%;
}
.contacts .line-2 p:not(:last-child),
.contacts .line-3 .col-1 p:not(:last-child),
.contacts .line-3 .col-2 p:not(:last-child) {
  margin-bottom: 1em;
}
.contacts .line-2 .h1 {
  font-weight: 500;
  max-width: 1100px;
}
.contacts .line-3 .col-1,
.contacts .line-3 .col-2 {
  width: 50%;
  padding: 110px 30px 30px;
  font-size: 0.8125em;
  line-height: 130%;
}
.contacts .line-3 .col-1 p,
.contacts .line-3 .col-2 p,
.products-1 .line-1 .col-2 .card h3 {
  width: 100%;
}
.contacts .line-3 .col-1 .h1,
.contacts .line-3 .col-2 .h1 {
  font-weight: 500;
}
.contacts #map {
  width: 100%;
  height: 400px;
}
.projects-1 {
  overflow: unset;
  z-index: 2;
}
.projects-1 .line-1 .btn,
.projects-1 .line-1 .nice-select {
  width: auto;
}
.projects-1 .line-1 .btn .back,
.projects-1 .line-1 .btn .front {
  display: block;
  height: 100%;
}
.projects-1 .line-1 .btn .h1 {
  -webkit-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  color: rgba(77, 130, 173, 0.3);
  position: relative;
  top: -5px;
}
.line-1 h1.split .line {
  position: relative;
  top: -5px;
}
.projects-1 .line-1 .btn.active {
  pointer-events: none;
}
.projects-1 .line-1 .btn.active .h1,
.projects-1 .line-1 .btn:hover .h1 {
  color: #283355;
}
.projects-2 {
  overflow: visible;
}
.projects-2 .line-1 .list {
  width: 100%;
  z-index: 2;
}
.projects-2 .line-1 .card {
  z-index: 2;
}
.projects-2 .line-1 .card a {
  z-index: 2;
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  will-change: transform, margin-top;
}
.projects-2 .line-1 .card h2 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 130%;
  margin-bottom: 1em;
}
.projects-2 .line-1 .card .parallax {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
.products-1 .line-1 .col-1 .card .dropdown span,
.products-1 .line-1 .col-1 .card .dropdown2 span,
.products-1 .line-1 .col-1 .card ul li a span,
.products-1 .line-1 .col-2 .card h3 span,
.projects-2 .line-1 .card .parallax .bg {
  display: block;
}
.projects-2 .line-1 .card .parallax video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.projects-2 .line-1 .card:nth-child(6n + 1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 50%;
  margin-top: 220px;
  padding-right: 30px;
}
.projects-2 .line-1 .card:nth-child(6n + 2),
.projects-2 .line-1 .card:nth-child(6n + 3) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 25%;
  padding-left: 30px;
  padding-right: 30px;
}
.projects-2 .line-1 .card:nth-child(6n + 3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.projects-2 .line-1 .card:nth-child(6n + 4) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding-right: 30px;
}
.projects-2 .line-1 .card:nth-child(6n + 5) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  width: calc(25% - 1px);
  padding-right: 30px;
}
.projects-2 .line-1 .card:nth-child(6n + 6) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  width: 25%;
  padding-left: 30px;
  padding-right: 30px;
}
.about-3 .line-1 .card:nth-child(2n + 1) h3,
.projects-2 .line-1 .card:nth-child(6n + 1) h2,
.projects-2 .line-1 .card:nth-child(6n + 4) h2,
.projects-2 .line-1 .card:nth-child(6n + 5) h2 {
  padding-left: 30px;
}
.projects-2 .line-1 .card:nth-child(6n + 4) h2 {
  margin-top: 1em;
  margin-bottom: 0;
}
.projects-2 .line-1 .card:nth-child(6n + 4) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.projects-2 .line-1 .card:nth-child(6n + 5) a {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
@supports not (aspect-ratio: 1/1) {
  .projects-2 .line-1 .card:nth-child(6n + 1) .parallax {
    height: 869px;
  }
}
@supports not (aspect-ratio: 1/1) {
  .projects-2 .line-1 .card:nth-child(6n + 2) .parallax {
    height: 389px;
  }
}
@supports not (aspect-ratio: 1/1) {
  .projects-2 .line-1 .card:nth-child(6n + 3) .parallax {
    height: 389px;
  }
}
@supports not (aspect-ratio: 1/1) {
  .projects-2 .line-1 .card:nth-child(6n + 4) .parallax {
    height: 869px;
  }
}
@supports not (aspect-ratio: 1/1) {
  .projects-2 .line-1 .card:nth-child(6n + 5) .parallax {
    height: 389px;
  }
}
@supports not (aspect-ratio: 1/1) {
  .projects-2 .line-1 .card:nth-child(6n + 6) .parallax {
    height: 389px;
  }
}
.projects-2 .line-2 .col-1 {
  width: 25%;
}
.projects-2 .line-2 .col-1,
.projects-2 .line-2 .col-2,
.projects-2 .line-2 .col-3 {
  padding-top: 30px;
  padding-bottom: 50px;
  z-index: 2;
}
.projects-2 .line-2 .col-3 {
  width: 25%;
}
.projects-2 .line-2 .col-2 {
  width: 50%;
}
.projects-2 .line-2 .col-2 .btn-1 {
  z-index: 2;
}
.products-1,
.service-1 {
  overflow: unset;
}
.history-1 .line-1,
.service-1 .line-1 {
  padding: 30px;
}
.service-1 .line-2 .list {
  padding-top: 220px;
  z-index: 2;
}
.service-1 .line-2 .column {
  width: 25%;
}
.service-1 .line-2 .column:nth-child(4n + 2) .card {
  margin-top: 95px;
}
.service-1 .line-2 .column:nth-child(4n + 3) .card {
  margin-top: 190px;
}
.service-1 .line-2 .column:nth-child(4n + 4) .card {
  margin-top: 285px;
}
.service-1 .line-2 .card {
  padding: 0 30px;
  width: 100%;
  will-change: transform;
}
.service-1 .line-2 .card .image {
  width: 45px;
  height: 70px;
  margin-bottom: 20px;
}
.service-1 .line-2 .column:nth-child(7n + 1) .card .image {
  background: url(../../../../../templates/books/img/sr-4.svg) no-repeat 50%
    50% / contain;
}
.service-1 .line-2 .column:nth-child(7n + 2) .card .image {
  background: url(../../../../../templates/books/img/sr-5.svg) no-repeat 50%
    50% / contain;
}
.service-1 .line-2 .column:nth-child(7n + 3) .card .image {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNiYWJhYmEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1zZXJ2ZXItY29nLWljb24gbHVjaWRlLXNlcnZlci1jb2ciPjxwYXRoIGQ9Im0xMC44NTIgMTQuNzcyLS4zODMuOTIzIi8+PHBhdGggZD0iTTEzLjE0OCAxNC43NzJhMyAzIDAgMSAwLTIuMjk2LTUuNTQ0bC0uMzgzLS45MjMiLz48cGF0aCBkPSJtMTMuMTQ4IDkuMjI4LjM4My0uOTIzIi8+PHBhdGggZD0ibTEzLjUzIDE1LjY5Ni0uMzgyLS45MjRhMyAzIDAgMSAxLTIuMjk2LTUuNTQ0Ii8+PHBhdGggZD0ibTE0Ljc3MiAxMC44NTIuOTIzLS4zODMiLz48cGF0aCBkPSJtMTQuNzcyIDEzLjE0OC45MjMuMzgzIi8+PHBhdGggZD0iTTQuNSAxMEg0YTIgMiAwIDAgMS0yLTJWNGEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2NGEyIDIgMCAwIDEtMiAyaC0uNSIvPjxwYXRoIGQ9Ik00LjUgMTRINGEyIDIgMCAwIDAtMiAydjRhMiAyIDAgMCAwIDIgMmgxNmEyIDIgMCAwIDAgMi0ydi00YTIgMiAwIDAgMC0yLTJoLS41Ii8+PHBhdGggZD0iTTYgMThoLjAxIi8+PHBhdGggZD0iTTYgNmguMDEiLz48cGF0aCBkPSJtOS4yMjggMTAuODUyLS45MjMtLjM4MyIvPjxwYXRoIGQ9Im05LjIyOCAxMy4xNDgtLjkyMy4zODMiLz48L3N2Zz4=) no-repeat 50%
    50% / contain;
}
.service-1 .line-2 .column:nth-child(7n + 4) .card .image {
  background: url(../../../../../templates/books/img/sr-3.svg) no-repeat 50%
    50% / contain;
}
.service-1 .line-2 .column:nth-child(7n + 5) .card .image {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNiYWJhYmEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1ub3RlYm9vay1wZW4taWNvbiBsdWNpZGUtbm90ZWJvb2stcGVuIj48cGF0aCBkPSJNMTMuNCAySDZhMiAyIDAgMCAwLTIgMnYxNmEyIDIgMCAwIDAgMiAyaDEyYTIgMiAwIDAgMCAyLTJ2LTcuNCIvPjxwYXRoIGQ9Ik0yIDZoNCIvPjxwYXRoIGQ9Ik0yIDEwaDQiLz48cGF0aCBkPSJNMiAxNGg0Ii8+PHBhdGggZD0iTTIgMThoNCIvPjxwYXRoIGQ9Ik0yMS4zNzggNS42MjZhMSAxIDAgMSAwLTMuMDA0LTMuMDA0bC01LjAxIDUuMDEyYTIgMiAwIDAgMC0uNTA2Ljg1NGwtLjgzNyAyLjg3YS41LjUgMCAwIDAgLjYyLjYybDIuODctLjgzN2EyIDIgMCAwIDAgLjg1NC0uNTA2eiIvPjwvc3ZnPg==) no-repeat 50%
    50% / contain;
}
.service-1 .line-2 .column:nth-child(7n + 6) .card .image {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNiYWJhYmEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1saWdodGJ1bGItaWNvbiBsdWNpZGUtbGlnaHRidWxiIj48cGF0aCBkPSJNMTUgMTRjLjItMSAuNy0xLjcgMS41LTIuNSAxLS45IDEuNS0yLjIgMS41LTMuNUE2IDYgMCAwIDAgNiA4YzAgMSAuMiAyLjIgMS41IDMuNS43LjcgMS4zIDEuNSAxLjUgMi41Ii8+PHBhdGggZD0iTTkgMThoNiIvPjxwYXRoIGQ9Ik0xMCAyMmg0Ii8+PC9zdmc+) no-repeat 50%
    50% / contain;
}
.service-1 .line-2 .column:nth-child(7n + 7) .card .image {
  background: url(../../../../../templates/books/img/sr-2.svg) no-repeat 50%
    50% / contain;
}
.service-1 .line-2 .card h2 {
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 116.5%;
  margin-bottom: 30px;
}
.service-1 .line-2 .card p {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 156.5%;
  color: #fff;
  margin-bottom: 50px;
}
.service-1 .line-2 .card .modal-open:not(.btn-1) {
  width: 10px;
}
.service-1 .line-2 .card .modal-open:not(.btn-1):hover {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 15px;
  padding-left: 5px;
}
.service-1 .line-2 .card .modal-open:not(.btn-1) img {
  width: 100%;
}
.service-1 .line-2 .card .modal-open.btn-1 .square {
  width: 40px;
  height: 40px;
}
.products-1 .line-1 .col-1 {
  width: 25%;
  z-index: 2;
}
.products-1 .line-1 .col-1 .card .dropdown,
.products-1 .line-1 .col-1 .card .dropdown2 {
  display: block;
  padding: 30px 50px 30px 30px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 130%;
  border-bottom: 1px solid #e2e2e2;
}
.download-link-bb a:hover span,
.products-1 .line-1 .col-1 .card .dropdown.active,
.products-1 .line-1 .col-1 .card .dropdown2.active {
  border-color: transparent;
}
.products-1 .line-1 .col-1 .card .dropdown::after,
.products-1 .line-1 .col-1 .card ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 11px;
  background: url(../../../../../templates/books/img/arrow-ct.svg) no-repeat 50%
    50% / contain;
}
.products-1 .line-1 .col-1 .card .dropdown::after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.products-1 .line-1 .col-1 .card .dropdown2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 11px;
  background: url(../../../../../templates/books/img/arrow-ct.svg) no-repeat 50%
    50% / contain;
}
.products-1 .line-1 .col-1 .card .dropdown2::after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.products-1 .line-1 .col-1 .card .dropdown.no_parent::after,
.products-1 .line-1 .col-2 .card h3 span.a:before {
  display: none !important;
}
.products-1 .line-1 .col-1 .card .dropdown.active::after {
  background-image: url(../../../../../templates/books/img/arrow-ct2.svg);
}
.products-1 .line-1 .col-1 .card .dropdown2.active::after {
  background-image: url(../../../../../templates/books/img/arrow-ct2.svg);
}
.products-1 .line-1 .col-1 .card ul {
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 240%;
  color: #fff;
  border-bottom: 1px solid #e2e2e2;
}
.products-1 .line-1 .col-1 .card ul li a {
  display: block;
  padding-left: 30px;
  padding-right: 50px;
}
.products-1 .line-1 .col-1 .card ul li a.active,
.products-1 .line-1 .col-1 .card ul li a:hover {
  text-shadow:
    0 0 0.04em#283355,
    0 0 0.04em#283355;
  color: #283355;
}
.products-1 .line-1 .col-1 .card ul li a::after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
}
.products-1 .line-1 .col-1 .card ul li a.active::after {
  background: url(../../../../../templates/books/img/arrow-ct2.svg) no-repeat
    50% 50% / contain;
}
.products-1 .line-1 .col-2 .card p {
  padding-left: 30px;
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
}
.products-1 .line-1 .col-2 .card p span {
  font-size: 0.625em;
  margin-right: 0.8em;
}
.products-1 .line-1 .col-1 .card ul li a.active::after,
.products-1 .line-1 .col-1 .card ul li a:hover::after {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.products-1 .line-1 .col-2 {
  margin-top: 140px;
  width: 75%;
  z-index: 2;
}
.products-1 .line-1 .col-2 .card {
  padding-left: 30px;
  padding-right: 30px;
  width: 33.333%;
  font-weight: 600;
  font-size: 1rem;
  line-height: 130%;
  will-change: transform;
}

.products-1 .line-1 .col-2 .card .parallax {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 25px;
}
.about-3 .line-1 .card a,
.about-3 .line-1 .card h3 span,
.products-1 .line-1 .col-2 .card .h3 span,
.products-1 .line-1 .col-2 .card .parallax .bg {
  display: block;
}
.products-1 .line-1 .col-2 .card .parallax .bg {
  background: #eceef2;
}
@supports not (aspect-ratio: 1/1) {
  .products-1 .line-1 .col-2 .card .parallax {
    height: 389px;
  }
}
.products-1 .line-1 .col-2 .card .h3,
.products-1 .line-1 .col-2 .card .parallax img {
  width: 100%;
}
.products-1 .line-1 .col-2 .card .p {
  padding-left: 30px;
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
}
.products-1 .line-1 .col-2 .card .p span {
  font-size: 0.625em;
  margin-right: 0.8em;
}
.products-1 .line-1 .col-3 {
  margin-top: 140px;
  z-index: 2;
}
.history-1 .line-2 .col-1 {
  z-index: 2;
  width: 50%;
  height: auto;
}
.history-1 .line-2 .col-1 .count {
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 500;
  font-size: 16.35vw;
  line-height: 100%;
  letter-spacing: -0.045em;
  will-change: transform;
}
.history-1 .line-2 .col-1 .count p {
  text-align: center;
  width: 50%;
}
.history-1 .line-2 .col-1 .count p:nth-child(1) {
  opacity: 0.1;
}
.history-1 .line-2 .col-1 .count p:nth-child(2) {
  margin-top: 0.5em;
}
.history-1 .line-2 .col-2 {
  z-index: 2;
  width: 50%;
}
.history-1 .line-2 .col-2 .list {
  width: 100%;
}
.history-1 .line-2 .col-2 .card {
  width: 100%;
  padding: 30px 30px 0;
}
.history-1 .line-2 .col-2 .card:last-child {
  padding-bottom: 30px;
}
.history-1 .line-2 .col-2 .card .h1 {
  margin-bottom: 50px;
}
.history-1 .line-2 .col-2 .card p {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 214.5%;
  padding-left: 60px;
  max-width: 450px;
}
.history-1 .line-2 .col-2 .timeline {
  will-change: transform;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}
.history-1 .line-2 .col-2 .timeline ul li {
  position: relative;
  padding-left: 60px;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  letter-spacing: 0.015em;
  color: #dee3e6;
  -webkit-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
}
.history-1 .line-2 .col-2 .timeline ul li:not(:first-child) {
  margin-top: 20px;
}
.about-1 .line-1 .btn.active .h1,
.about-1 .line-1 .btn:hover .h1,
.history-1 .line-2 .col-2 .timeline ul li.active {
  color: #283355;
}
.history-1 .line-2 .col-2 .timeline ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #283355;
  -webkit-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
}
.history-1 .line-2 .col-2 .timeline ul li.active::before {
  width: 40px;
}
.about-1 .line-1 .h1 {
  padding: 30px;
}
.about-1 .line-1 .btn {
  width: auto;
}
.about-1 .line-1 .btn .back,
.about-1 .line-1 .btn .front {
  display: block;
  height: 100%;
}
.about-1 .line-1 .btn .h1 {
  padding: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  color: rgba(77, 130, 173, 0.3);
}
.about-1 .line-1 .btn.active {
  pointer-events: none;
}
.about-1 .line-2 {
  overflow: hidden;
}
.about-1 .line-2 .col-1,
.about-1 .line-2 .col-2,
.about-1 .line-2 .col-3,
.about-1 .line-2 .col-4 {
  width: 25%;
  z-index: 2;
}
.about-1 .line-2 .col-1 .column,
.about-1 .line-2 .col-4 .column {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 100px 30px;
  font-size: 2.6vw;
}
.about-1 .line-2 .col-1 .column .h1,
.about-1 .line-2 .col-4 .column .h1 {
  position: absolute;
  font-size: 2.4vw;
  line-height: 124%;
}
.about-1 .line-2 .col-1 .column .h1:nth-child(2),
.about-1 .line-2 .col-4 .column .h1:nth-child(2) {
  opacity: 0;
}
.about-1 .line-2 .col-1 .column .h1::after,
.about-1 .line-2 .col-4 .column .h1::after {
  content: "";
  position: absolute;
  top: -0.5em;
  left: 0;
  width: 0.56em;
  height: 0.13em;
  background: url(../../../../../templates/books/img/dots.svg) no-repeat 50%
    50% / contain;
}
.about-1 .line-2 .col-4 .column .h1::after {
  top: auto;
  bottom: -0.5em;
}
.about-1 .line-2 .col-2 .parallax,
.about-1 .line-2 .col-3 .parallax {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  will-change: transform;
}
.about-1 .line-2 .col-2 .parallax .in,
.about-1 .line-2 .col-3 .parallax .in {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.about-1 .line-2 .col-2 .parallax:nth-child(1) {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.about-1 .line-2 .col-2 .parallax:nth-child(1) .in,
.about-1 .line-2 .col-3 .parallax:nth-child(1) {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.about-1 .line-2 .col-3 .parallax:nth-child(1) .in {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.about-2 .line-1 {
  padding-top: 220px;
}
.about-2 .col-1,
.about-2 .col-2,
.about-2 .col-3,
.about-2 .col-4 {
  padding-left: 30px;
  padding-right: 30px;
  width: 25%;
  z-index: 2;
}
.about-2 .col-1 p:not(.h1),
.about-2 .col-2 p:not(.h1),
.about-2 .col-3 p:not(.h1),
.about-2 .col-4 p:not(.h1) {
  font-weight: 600;
  font-size: 1rem;
  line-height: 143%;
}
.about-2 .col-1 .h1,
.about-2 .col-2 .h1,
.about-2 .col-3 .h1,
.about-2 .col-4 .h1 {
  font-size: 6.5vw;
  line-height: 124%;
}
.about-2 .col-1 .card {
  padding-top: 280px;
}
.about-2 .col-1 .card,
.about-2 .col-2 .card {
  will-change: padding-top;
}
.about-2 .col-3 .card {
  padding-top: 480px;
  will-change: transform;
}
.about-2 .col-4 .card {
  padding-top: 710px;
  will-change: padding-top;
}
.about-3 .line-1 .list {
  z-index: 2;
}
.about-3 .line-1 .card {
  will-change: transform;
  width: 50%;
}
.about-3 .line-1 .card:nth-child(2n + 1) {
  padding-right: 30px;
}
.about-3 .line-1 .card:nth-child(2n + 2) {
  padding-top: 220px;
  padding-left: 30px;
}
.about-3 .line-1 .card .parallax {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
@supports not (aspect-ratio: 1/1) {
  .about-3 .line-1 .card .parallax {
    height: 869px;
  }
}
.about-3 .line-1 .card a:hover .parallax .in {
  -webkit-transform: scale(1.1) rotate(5deg);
  -ms-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
}
.about-3 .line-1 .col-2 .parallax .bg {
  display: block;
}
.about-3 .line-1 .card .parallax .bg img {
  width: 60%;
}
.about-4 .line-1 {
  padding-left: 30px;
  padding-right: 30px;
}
.about-4 .line-1 p {
  z-index: 2;
  max-width: 1200px;
  font-size: 1.6875rem;
  line-height: 150%;
}
.about-5 .line-1 {
  padding-top: 395px;
}
.about-5 .line-1 .list {
  z-index: 2;
}
.about-5 .line-1 .card {
  width: 100%;
}
.about-5 .line-1 .card:not(:first-child) {
  margin-top: 190px;
}
.about-5 .line-1 .card .col-1 {
  width: 50%;
  z-index: 2;
}
.about-5 .line-1 .card:nth-child(2n + 2) .col-1 {
  margin-left: auto;
}
.about-5 .line-1 .card .h1 {
  font-size: 8.85vw;
  line-height: 94%;
  letter-spacing: -0.045em;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 70px;
}
.about-5 .line-1 .card p {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 215%;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  width: 50%;
}
.about-5 .line-1 .card .col-2 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-80%);
  -ms-transform: translateX(-50%) translateY(-80%);
  transform: translateX(-50%) translateY(-80%);
  width: 50%;
  z-index: 1;
}
.about-5 .line-1 .card .col-2 .circle {
  position: relative;
  width: 100%;
  height: 190px;
  border: 1px solid #283355;
  will-change: transform;
  z-index: 2;
}
.about-5 .line-1 .card .col-2 .circle .centered {
  width: 30%;
  height: 60%;
  mix-blend-mode: multiply;
}
.about-5 .line-1 .card .col-2 .circle .bg {
  will-change: transform;
  width: 100%;
  height: 100%;
}
.about-6 .line-1 {
  padding-top: 220px;
  padding-left: 30px;
  padding-right: 30px;
}
.about-6 .line-2 {
  padding-top: 80px;
  padding-bottom: 395px;
}
.about-6 .line-2 .col-1,
.about-6 .line-2 .col-2,
.about-6 .line-2 .col-3,
.about-6 .line-2 .col-4 {
  width: 25%;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 2;
}
.about-6 .line-2 .col-2 {
  padding-top: 656px;
}
.about-6 .line-2 .col-4 {
  padding-top: 390px;
}
.about-6 .line-2 .col-1 .card,
.about-6 .line-2 .col-2 .card,
.about-6 .line-2 .col-4 .card {
  width: 100%;
  aspect-ratio: 1/1;
  background: #f2f9ff;
}
@supports not (aspect-ratio: 1/1) {
  .about-6 .line-2 .col-1 .card,
  .about-6 .line-2 .col-2 .card,
  .about-6 .line-2 .col-4 .card {
    height: 390px;
  }
}
.about-6 .line-2 .col-1 .card .bg,
.about-6 .line-2 .col-2 .card .bg,
.about-6 .line-2 .col-4 .card .bg {
  width: 60%;
  height: 40%;
}
.about-6 .line-2 .col-1 .card:not(:first-child),
.about-6 .line-2 .col-2 .card:not(:first-child),
.about-6 .line-2 .col-4 .card:not(:first-child) {
  margin-top: 65px;
}
.about-6 .line-2 .col-3 .card {
  padding-top: 220px;
}
.about-6 .line-2 .col-3 .h1 {
  font-size: 6.5vw;
  line-height: 124%;
  letter-spacing: -0.055em;
}
.about-6 .line-2 .col-3 p:not(.h1) {
  margin-top: -1em;
  font-weight: 600;
  font-size: 1rem;
  line-height: 142%;
}
.main-1 {
  width: 100%;
  height: 100vh;
  z-index: 1;
  will-change: transform;
}
.main-1 .card {
  position: absolute;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  width: 50%;
  display: block;
  background: #fff;
  overflow: hidden;
  border-color: #dee3e6;
  will-change: transform, left, top, bottom, right;
  z-index: 3;
}
.main-1 .card .mask,
.main-1 .card-1 {
  top: 0;
  left: 0;
  height: 100%;
}
.main-1 .card-2 {
  top: 0;
  right: 0;
  height: 50%;
}
.main-1 .card-3 {
  bottom: 0;
  right: 0;
  height: 50%;
}
.main-1 .card .mask {
  position: absolute;
  display: block;
  width: 100%;
  background: #0d58a3
  z-index: 1;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: transform 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition: transform 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition:
    transform 0.6s cubic-bezier(0.73, 0.01, 0, 1),
    -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  will-change: transform;
}
.main-1 .card.active .mask {
  -webkit-transform-origin: 50%0;
  -ms-transform-origin: 50%0;
  transform-origin: 50%0;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.main-1 .card video {
  height: 80%;
  max-width: 90%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.73, 0.01, 0, 1);
  transition: all 0.3s cubic-bezier(0.73, 0.01, 0, 1);
  will-change: opacity;
}
.main-1 .card-1 video {
  height: 60%;
}
.main-1 .card.active video {
  opacity: 1;
  -webkit-transition: all 0.9s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: all 0.9s cubic-bezier(0.73, 0.01, 0, 1);
  transition: all 0.9s cubic-bezier(0.73, 0.01, 0, 1);
}
.main-1 .card .image,
.main-1 .card .num {
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  will-change: opacity;
}
.main-1 .card .image {
  width: 64px;
  height: 64px;
  z-index: 3;
}
.main-1 .card .image img {
  display: none;
}
.main-1 .card-1 .image {
  background: url("../../../../../templates/books/img/mm-2.svg") no-repeat 50%
    50% / contain;
}
.main-1 .card-2 .image {
  background: url("../../../../../templates/books/img/mm-1.svg") no-repeat 50%
    50% / contain;
}
.main-1 .card-3 .image {
  background: url("../../../../../templates/books/img/mm-3.svg") no-repeat 50%
    50% / contain;
}
.main-1 .card.active .image {
  opacity: 0;
}
.main-1 .card .num {
  font-weight: 600;
  font-size: 0.5rem;
  line-height: 130%;
  color: #000;
  background: 0 0;
  opacity: 0.4;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  z-index: 4;
}
.main-1 .card-1 .num {
  top: 50px;
  right: 30px;
}
.main-1 .card-2 .num {
  top: 50px;
  left: 30px;
}
.main-1 .card-3 .num {
  bottom: 50px;
  left: 30px;
}
.main-1 .card.active .num {
  opacity: 0.6;
}
.main-1 .card .text {
  display: block;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: #2a343c;
  position: absolute;
  z-index: 4;
  top: 50%;
  text-align: center;
  -webkit-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  background: 0 0;
  will-change: transform, right, left;
}
.main-1 .card-1 .text {
  right: 30px;
  -webkit-transform: rotate(90deg) translateX(50%) translateY(-5%);
  -ms-transform: rotate(90deg) translateX(50%) translateY(-5%);
  transform: rotate(90deg) translateX(50%) translateY(-5%);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.main-1 .card-2 .text,
.main-1 .card-3 .text {
  left: 30px;
  -webkit-transform: rotate(90deg) translateX(-50%) translateY(-16%);
  -ms-transform: rotate(90deg) translateX(-50%) translateY(-16%);
  transform: rotate(90deg) translateX(-50%) translateY(-16%);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.main-1 .card-1.active .text {
  right: 50%;
  -webkit-transform: rotate(0deg) translate(50%, -50%);
  -ms-transform: rotate(0deg) translate(50%, -50%);
  transform: rotate(0deg) translate(50%, -50%);
}
.main-1 .card-2.active .text,
.main-1 .card-3.active .text {
  left: 50%;
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
  -ms-transform: rotate(0deg) translate(-50%, -50%);
  transform: rotate(0deg) translate(-50%, -50%);
}
.main-1 .card .square {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  transition: all 0.6s cubic-bezier(0.73, 0.01, 0, 1);
  will-change: opacity;
}
.main-1 .card.active .square {
  opacity: 1;
}
.main-1 .text-wrapper,
.main-1 .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-1 .video-wrapper {
  z-index: 1;
}
.main-1 .video-wrapper .video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform;
}
.main-1 .video-wrapper .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
}
.main-1 .text-wrapper,
.main-2 {
  z-index: 2;
}
.main-1 .text-wrapper .container,
.main-1 .text-wrapper .container > .row {
  height: 100%;
}
.main-1 .text-wrapper .col-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-66px);
  -ms-transform: translateX(-50%) translateY(-66px);
  transform: translateX(-50%) translateY(-66px);
  width: 100%;
}
.main-1 .text-wrapper .col-1 .line-1 .h1 {
  position: relative;
  display: block;
  color: #fff;
  line-height: 123%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  will-change: color;
}
.main-1 .text-wrapper .col-1 .line-1 .h1:nth-child(2) {
  text-align: right;
}
.main-1 .text-wrapper .col-1 .line-1 .h1 sup {
  top: -1em;
  font-size: 0.4em;
}
.main-1 .text-wrapper .col-1 .line-1 .h1 > span {
  display: inline-block;
  will-change: transform, padding-left, padding-right;
}
.main-1 .text-wrapper .col-1 .line-1 .h1:nth-child(1) > span {
  padding-left: 0.88em;
}
.main-1 .text-wrapper .col-1 .line-1 .h1:nth-child(1) > span > .dots {
  position: absolute;
  top: 0.13em;
  left: 0;
  margin-right: 0.32em;
  width: 0.56em;
  height: 0.13em;
  background: url(../../../../../templates/books/img/dots.svg) no-repeat 50%
    50% / contain;
  will-change: opacity;
}
.main-1 .text-wrapper .col-1 .line-1 .h1:nth-child(2) > span {
  padding-right: 0.88em;
}
.main-1 .text-wrapper .col-1 .line-1 .h1:nth-child(2) > span > .dots {
  position: absolute;
  right: 0;
  bottom: 0.33em;
  width: 0.56em;
  height: 0.13em;
  background: url(../../../../../templates/books/img/dots.svg) no-repeat 50%
    50% / contain;
  will-change: opacity;
}
.main-1 .text-wrapper .col-1 .line-2 {
  margin-top: 40px;
}
.main-1 .text-wrapper .col-1 .line-2 .p {
  position: relative;
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 197%;
  text-align: center;
  color: #fff;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.main-1 .text-wrapper .col-1 .line-2 .p > span {
  display: inline-block;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  will-change: transform;
}
.main-1 .text-wrapper .col-2 {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
}
.main-1 .text-wrapper .col-2 .btn-1 .square {
  width: 40px;
  height: 40px;
}
.main-1 .text-wrapper .col-2 .line-1 {
  width: 100%;
  will-change: opacity;
}
.main-1 .text-wrapper .col-2 .line-1 .btn-1 .p {
  color: #fff;
  will-change: color;
}
.main-1 .text-wrapper .col-2 .line-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}
.main-2 .projects-2 .line-1 {
  padding-bottom: 220px;
}
.main-2 .detail-7 .line-1 {
  padding-top: 0;
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 40px;
  }
  .h1,
  .nice-select {
    font-size: 2.71rem;
  }
  .btn .back,
  .btn .front {
    padding: 20px;
  }
  .btn-1 .square {
    width: 60px;
    height: 55px;
    -webkit-box-shadow: 0 3px 11px rgb(0 0 0/15%);
    box-shadow: 0 3px 11px rgb(0 0 0/15%);
  }
  .btn-1 .bg {
    height: 10px;
    width: 10px;
  }
  .nice-select {
    padding: 20px 80px 20px 20px;
  }
  .nice-select:after {
    right: 20px;
  }
  .nice-select .option,
  input,
  textarea {
    padding: 20px;
  }
  .header .line-1 {
    padding: 35px 0;
  }
  .header .line-1 .logo {
    height: 30px;
  }
  .header .line-1 nav ul li:not(:first-child) {
    margin-left: 25px;
  }
  .header .line-1 .burger {
    margin-left: 60px;
  }
  .menu .line-1 {
    padding-top: 140px;
    padding-bottom: 50px;
  }
  .menu .line-1 .col-1,
  .menu .line-1 .col-2,
  .menu .line-1 .col-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu .line-1 .col-1 ul li:not(:first-child) {
    margin-top: 40px;
  }
  .menu .line-1 .col-2 ul li:not(:first-child),
  .menu .line-1 .col-3 ul li:not(:first-child) {
    margin-top: 20px;
  }
  .menu .line-1 .col-2 ul li:first-child,
  .menu .line-1 .col-3 ul li:first-child {
    margin-bottom: 40px;
  }
  .footer .line-1 {
    padding: 165px 20px 50px;
  }
  .footer .line-2 .form {
    padding-bottom: 165px;
  }
  .footer .line-2 button[type="submit"] {
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
  }
  .detail-1 .column .line-1 .col-1,
  .footer .line-3,
  .modal .line-1 .col-1 .h1 {
    padding: 20px;
  }
  .detail-7 .line-1 .col-2 .card .right h3,
  .footer .line-3 p {
    margin-bottom: 8px;
  }
  .footer .line-4 nav {
    padding: 0 20px;
  }
  .footer .line-4 nav ul li:not(:first-child) {
    margin-left: 30px;
  }
  .footer .line-4 .btn {
    width: 190px;
  }
  .footer .line-5 {
    padding: 165px 20px 50px;
  }
  .main,
  .modal {
    padding-top: 95px;
  }
  .detail-1 .column .line-1 .col-2,
  .modal .line-1 .col-2 {
    width: 89px;
  }
  .modal .line-4 {
    padding: 40px 20px;
  }
  .modal .line-5 .col-1 {
    padding: 0 20px;
  }
  @supports not (aspect-ratio: 1/1) {
    .detail-1 .parallax {
      height: 680px;
    }
  }
  .detail-1 .column .line-2 {
    padding: 20px;
  }
  .detail-1 .column .line-2 p:not(:last-child),
  .detail-1 .column .line-2 ul li:not(:first-child) {
    margin-top: 20px;
  }
  .detail-2 .line-1 {
    padding: 165px 20px 20px;
  }
  .detail-2 .line-2 .col-1 {
    width: 60px;
    padding: 25px 0;
  }
  .detail-2 .line-2 .col-2 {
    padding: 20px;
  }
  .detail-2 .line-2 .col-3 {
    width: 150px;
    padding: 20px 0;
  }
  .detail-2 .line-2 .col-4,
  .detail-2 .line-2 .col-5 {
    padding: 20px;
  }
  .detail-2 .line-3 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .detail-3 .line-1 .col-1,
  .detail-3 .line-1 .col-2,
  .detail-3 .line-1 .col-3 {
    padding-top: 265px;
  }
  .detail-3 .line-1 .col-2 .circle {
    height: 140px;
  }
  .detail-3 .line-2 .col-1,
  .detail-3 .line-2 .col-2,
  .detail-3 .line-2 .col-3 {
    padding-top: 50px;
  }
  .detail-3 .line-3 {
    top: 265px;
  }
  .detail-4 .line-1 {
    padding-top: 265px;
  }
  .detail-4 .line-1 .gallery .swiper {
    height: 680px;
  }
  .detail-5 .line-1 {
    padding: 165px 20px 20px;
  }
  .detail-5 .line-2 {
    padding: 20px;
  }
  .detail-6 .line-1 {
    padding-top: 165px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .detail-6 .line-2,
  .detail-7 .line-1,
  .detail-8 .line-1 {
    padding-top: 165px;
  }
  .detail-6 .line-2 .col-1,
  .detail-6 .line-2 .col-2,
  .detail-7 .line-1 .col-1 h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .detail-6 .line-2 .col-1 h3,
  .detail-6 .line-2 .col-2 h3,
  .detail-7 .line-1 .col-2 .card .right p {
    margin-bottom: 15px;
  }
  @supports not (aspect-ratio: 1/1) {
    .detail-6 .line-2 .col-1 .parallax,
    .detail-6 .line-2 .col-2 .parallax {
      height: 652px;
    }
  }
  .detail-7 .line-1 .col-1 h2 {
    padding-top: 50px;
    position: relative;
    z-index: 50;
  }
  .detail-7 .line-1 .col-2 .card {
    padding: 30px 60px;
  }
  .detail-7 .line-1 .col-2 .card .left {
    width: 35px;
    height: 35px;
    margin-right: 20px;
  }
  .detail-8 .line-2 {
    padding: 40px 20px;
  }
  .detail-8 .line-2 .h1 {
    padding-right: 130px;
  }
  .contacts .line-1,
  .projects-1 .line-1 h1.h1 {
    padding: 20px;
  }
  .contacts .line-2,
  .contacts .line-3 .col-1,
  .contacts .line-3 .col-2 {
    padding: 80px 20px 20px;
  }
  .projects-2 .line-1 .card:nth-child(6n + 1) {
    margin-top: 165px;
    padding-right: 20px;
  }
  .about-3 .line-1 .card:nth-child(2n + 1) h3,
  .projects-2 .line-1 .card:nth-child(6n + 1) h2,
  .projects-2 .line-1 .card:nth-child(6n + 4) h2,
  .projects-2 .line-1 .card:nth-child(6n + 5) h2 {
    padding-left: 20px;
  }
  .projects-2 .line-1 .card:nth-child(6n + 2),
  .projects-2 .line-1 .card:nth-child(6n + 3) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .projects-2 .line-1 .card:nth-child(6n + 5) {
    padding-right: 20px;
  }
  .projects-2 .line-1 .card:nth-child(6n + 4) {
    margin-top: 40px;
    padding-right: 20px;
  }
  .projects-2 .line-1 .card:nth-child(6n + 6) {
    padding-left: 20px;
    padding-right: 20px;
  }
  @supports not (aspect-ratio: 1/1) {
    .projects-2 .line-1 .card:nth-child(6n + 1) .parallax {
      height: 652px;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .projects-2 .line-1 .card:nth-child(6n + 2) .parallax {
      height: 292px;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .projects-2 .line-1 .card:nth-child(6n + 3) .parallax {
      height: 292px;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .projects-2 .line-1 .card:nth-child(6n + 5) .parallax {
      height: 292px;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .projects-2 .line-1 .card:nth-child(6n + 4) .parallax {
      height: 652px;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .projects-2 .line-1 .card:nth-child(6n + 6) .parallax {
      height: 292px;
    }
  }
  .projects-2 .line-2 .col-1,
  .projects-2 .line-2 .col-2,
  .projects-2 .line-2 .col-3 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .history-1 .line-1,
  .service-1 .line-1 {
    padding: 20px;
  }
  .service-1 .line-2 .list {
    padding-top: 165px;
  }
  .service-1 .line-2 .card {
    padding: 0 20px;
  }
  .service-1 .line-2 .column:nth-child(4n + 2) .card {
    margin-top: 70px;
  }
  .service-1 .line-2 .column:nth-child(4n + 3) .card {
    margin-top: 140px;
  }
  .service-1 .line-2 .column:nth-child(4n + 4) .card {
    margin-top: 210px;
  }
  .service-1 .line-2 .card .image {
    width: 40px;
    height: 60px;
    margin-bottom: 15px;
  }
  .about-3 .line-1 .card h3,
  .service-1 .line-2 .card h2 {
    margin-bottom: 15px;
  }
  .service-1 .line-2 .card p {
    margin-bottom: 40px;
  }
  .service-1 .line-2 .card .modal-open.btn-1 .square {
    width: 30px;
    height: 30px;
  }
  .products-1 .line-1 .col-1 .card .dropdown {
  }
  .products-1 .line-1 .col-1 .card .dropdown::after,
  .products-1 .line-1 .col-1 .card ul li a::after {
    right: 12px;
  }
  .products-1 .line-1 .col-1 .card ul {
    padding-bottom: 20px;
  }
  .products-1 .line-1 .col-1 .card ul li a {
    padding-left: 20px;
    padding-right: 40px;
  }
  .products-1 .line-1 .col-2,
  .products-1 .line-1 .col-3 {
    margin-top: 100px;
  }
  .about-2 .col-1,
  .about-2 .col-2,
  .about-2 .col-3,
  .about-2 .col-4,
  .products-1 .line-1 .col-2 .card {
    padding-left: 20px;
    padding-right: 20px;
  }
  .products-1 .line-1 .col-2 .card {
    margin-top: 10%;
  }
  .products-1 .line-1 .col-2 .card .parallax {
    margin-bottom: 20px;
  }
  @supports not (aspect-ratio: 1/1) {
    .products-1 .line-1 .col-2 .card .parallax {
      height: 292px;
    }
  }
  .products-1 .line-1 .col-2 .card .p {
    padding-left: 20px;
  }
  .history-1 .line-2 .col-1 .count {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-1 .line-1 .h1,
  .history-1 .line-2 .col-2 .card {
    padding: 20px;
  }
  .history-1 .line-2 .col-2 .card:last-child {
    padding-bottom: 20px;
  }
  .history-1 .line-2 .col-2 .card .h1 {
    margin-bottom: 40px;
  }
  .history-1 .line-2 .col-2 .card p {
    padding-left: 40px;
  }
  .history-1 .line-2 .col-2 .timeline {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
  .history-1 .line-2 .col-2 .timeline ul li {
    padding-left: 45px;
  }
  .history-1 .line-2 .col-2 .timeline ul li:not(:first-child) {
    margin-top: 15px;
  }
  .history-1 .line-2 .col-2 .timeline ul li.active::before {
    width: 30px;
  }
  .about-1 .line-2 .col-1 .column,
  .about-1 .line-2 .col-4 .column {
    padding: 75px 20px;
  }
  .about-2 .line-1 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .about-2 .col-1 .card {
    padding-top: 210px;
  }
  .about-2 .col-3 .card {
    padding-top: 360px;
  }
  .about-2 .col-4 .card {
    padding-top: 530px;
  }
  .about-3 .line-1 .card:nth-child(2n + 1) {
    padding-right: 20px;
  }
  .about-3 .line-1 .card:nth-child(2n + 2) {
    padding-top: 165px;
    padding-left: 20px;
  }
  @supports not (aspect-ratio: 1/1) {
    .about-3 .line-1 .card .parallax {
      height: 652px;
    }
  }
  .about-4 .line-1,
  .about-5 .line-1 .card p,
  .about-6 .line-2 .col-1,
  .about-6 .line-2 .col-2,
  .about-6 .line-2 .col-3,
  .about-6 .line-2 .col-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-5 .line-1 {
    padding-top: 296px;
  }
  .about-5 .line-1 .card:not(:first-child) {
    margin-top: 140px;
  }
  .about-5 .line-1 .card .h1 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
  }
  .about-5 .line-1 .card .col-2 .circle {
    height: 140px;
  }
  .about-6 .line-1 {
    padding-top: 165px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-6 .line-2 {
    padding-top: 60px;
    padding-bottom: 300px;
  }
  .about-6 .line-2 .col-2 {
    padding-top: 490px;
  }
  .about-6 .line-2 .col-4 {
    padding-top: 290px;
  }
  @supports not (aspect-ratio: 1/1) {
    .about-6 .line-2 .col-1 .card,
    .about-6 .line-2 .col-2 .card,
    .about-6 .line-2 .col-4 .card {
      height: 300px;
    }
  }
  .about-6 .line-2 .col-1 .card:not(:first-child),
  .about-6 .line-2 .col-2 .card:not(:first-child),
  .about-6 .line-2 .col-4 .card:not(:first-child) {
    margin-top: 50px;
  }
  .about-6 .line-2 .col-3 .card {
    padding-top: 165px;
  }
  .main-1 .card .image {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 1024px) {
  body,
  html {
    font-size: 12px;
  }
  .container {
    padding: 0 30px;
  }
  .h1,
  .nice-select {
    font-size: 2.83rem;
  }
  .btn .back,
  .btn .front {
    padding: 15px;
  }
  .btn-1 .square {
    width: 45px;
    height: 40px;
    -webkit-box-shadow: 0 2px 10px rgb(0 0 0/15%);
    box-shadow: 0 2px 10px rgb(0 0 0/15%);
  }
  .nice-select {
    padding: 15px 60px 15px 15px;
  }
  .nice-select:after {
    right: 15px;
  }
  .nice-select .option,
  input,
  textarea {
    padding: 15px;
  }
  .header .line-1 {
    padding: 25px 0;
  }
  .header .line-1 .logo {
    height: 30px;
  }
  .header .line-1 .burger {
    margin-left: 40px;
  }
  .menu .line-1 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .menu .line-1 .col-1,
  .menu .line-1 .col-2,
  .menu .line-1 .col-3 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .menu .line-1 .col-2,
  .menu .line-1 .col-3 {
    margin-top: 30px;
  }
  .menu .line-1 .col-1 ul li:not(:first-child) {
    margin-top: 30px;
  }
  .menu .line-1 .col-2 ul li:not(:first-child),
  .menu .line-1 .col-3 ul li:not(:first-child) {
    margin-top: 15px;
  }
  .menu .line-1 .col-2 ul li:first-child,
  .menu .line-1 .col-3 ul li:first-child {
    margin-bottom: 30px;
  }
  .footer .line-1 {
    padding: 115px 15px 40px;
  }
  .footer .line-2 .form {
    padding-bottom: 115px;
  }
  .footer .line-2 button[type="submit"] {
    margin-left: 15px;
    margin-top: 15px;
    margin-right: 15px;
  }
  .detail-1 .column .line-1 .col-1,
  .footer .line-3,
  .modal .line-1 .col-1 .h1 {
    padding: 15px;
  }
  .detail-7 .line-1 .col-2 .card .right h3,
  .footer .line-3 p {
    margin-bottom: 5px;
  }
  .footer .line-4 nav {
    padding: 0 15px;
  }
  .footer .line-4 nav ul li:not(:first-child) {
    margin-left: 25px;
  }
  .footer .line-4 .btn {
    width: 130px;
  }
  .footer .line-5 {
    padding: 115px 15px 40px;
  }
  .modal {
    width: 100%;
  }
  .detail-1 .column .line-1 .col-2,
  .modal .line-1 .col-2 {
    width: 74px;
  }
  .modal .line-4 {
    padding: 40px 20px;
  }
  .modal .line-5 .col-1 {
    padding: 0 20px;
  }
  .main,
  .modal {
    padding-top: 75px;
  }
  @supports not (aspect-ratio: 1/1) {
    .detail-1 .parallax {
      height: 480px;
    }
  }
  .detail-1 .column .line-2 {
    padding: 15px;
  }
  .detail-1 .column .line-2 p:not(:last-child),
  .detail-1 .column .line-2 ul li:not(:first-child),
  .history-1 .line-2 .col-2 .timeline ul li:not(:first-child) {
    margin-top: 15px;
  }
  .detail-2 .line-1 {
    padding: 115px 15px 15px;
  }
  .detail-2 .line-2 .col-1 {
    width: 50px;
    padding: 20px 0;
  }
  .detail-2 .line-2 .col-2 {
    padding: 15px;
  }
  .detail-2 .line-2 .col-3 {
    width: 130px;
    padding: 15px 0;
  }
  .detail-2 .line-2 .col-4,
  .detail-2 .line-2 .col-5 {
    padding: 15px;
  }
  .detail-2 .line-3 {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .detail-3 .line-1 .col-2 .circle {
    height: 100px;
  }
  .detail-3 .line-3 {
    top: 165px;
  }
  .detail-3 .line-1 .col-1,
  .detail-3 .line-1 .col-2,
  .detail-3 .line-1 .col-3,
  .detail-4 .line-1 {
    padding-top: 165px;
  }
  .detail-4 .line-1 .gallery .swiper {
    height: 480px;
  }
  .detail-5 .line-1 {
    padding: 115px 15px 15px;
  }
  .detail-5 .line-2 {
    padding: 15px;
  }
  .detail-6 .line-1 {
    padding-top: 115px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .detail-6 .line-2,
  .detail-7 .line-1,
  .detail-8 .line-1 {
    padding-top: 115px;
  }
  .detail-6 .line-2 .col-1,
  .detail-6 .line-2 .col-2,
  .detail-7 .line-1 .col-1 h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  @supports not (aspect-ratio: 1/1) {
    .detail-6 .line-2 .col-1 .parallax,
    .detail-6 .line-2 .col-2 .parallax {
      height: 463px;
    }
  }
  .detail-7 .line-1 .col-1 h2 {
    padding-top: 30px;
  }
  .detail-7 .line-1 .col-2 .card {
    padding: 20px 40px;
  }
  .detail-7 .line-1 .col-2 .card .left,
  .service-1 .line-2 .card .modal-open.btn-1 .square {
    width: 25px;
    height: 25px;
  }
  .detail-7 .line-1 .col-2 .card .right p,
  .service-1 .line-2 .card h2 {
    margin-bottom: 10px;
  }
  .detail-8 .line-2 {
    padding: 30px 15px;
  }
  .detail-8 .line-2 .h1 {
    padding-right: 90px;
  }
  .contacts .line-1,
  .projects-1 .line-1 h1.h1 {
    padding: 15px;
  }
  .contacts .line-2 {
    padding: 60px 15px 15px;
  }
  .contacts .line-3::after {
    display: none;
  }
  .contacts .line-3 .col-1,
  .contacts .line-3 .col-2 {
    width: 100%;
    padding: 60px 15px 15px;
  }
  .contacts .line-3 .col-2 {
    border-top: 1px solid rgba(150, 150, 150, 0.3);
  }
  .projects-2 .line-1 .card:nth-child(6n + 1) {
    margin-top: 115px;
    padding-right: 15px;
  }
  .about-3 .line-1 .card:nth-child(2n + 1) h3,
  .projects-2 .line-1 .card:nth-child(6n + 1) h2,
  .projects-2 .line-1 .card:nth-child(6n + 4) h2,
  .projects-2 .line-1 .card:nth-child(6n + 5) h2 {
    padding-left: 15px;
  }
  .projects-2 .line-1 .card:nth-child(6n + 2),
  .projects-2 .line-1 .card:nth-child(6n + 3) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .projects-2 .line-1 .card:nth-child(6n + 5) {
    padding-right: 15px;
  }
  .projects-2 .line-1 .card:nth-child(6n + 4) {
    margin-top: 30px;
    padding-right: 15px;
  }
  .projects-2 .line-1 .card:nth-child(6n + 6) {
    padding-left: 15px;
    padding-right: 15px;
  }
  @supports not (aspect-ratio: 1/1) {
    .projects-2 .line-1 .card:nth-child(6n + 1) .parallax {
      height: 463px;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .projects-2 .line-1 .card:nth-child(6n + 2) .parallax {
      height: 207px;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .projects-2 .line-1 .card:nth-child(6n + 3) .parallax {
      height: 207px;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .projects-2 .line-1 .card:nth-child(6n + 5) .parallax {
      height: 207px;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .projects-2 .line-1 .card:nth-child(6n + 4) .parallax {
      height: 463px;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .projects-2 .line-1 .card:nth-child(6n + 6) .parallax {
      height: 207px;
    }
  }
  .projects-2 .line-2 .col-1,
  .projects-2 .line-2 .col-2,
  .projects-2 .line-2 .col-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .history-1 .line-1,
  .service-1 .line-1 {
    padding: 15px;
  }
  .service-1 .line-2 .list {
    padding-top: 115px;
  }
  .service-1 .line-2 .card {
    padding: 0 15px;
  }
  .service-1 .line-2 .column:nth-child(4n + 2) .card {
    margin-top: 50px;
  }
  .service-1 .line-2 .column:nth-child(4n + 3) .card {
    margin-top: 100px;
  }
  .service-1 .line-2 .column:nth-child(4n + 4) .card {
    margin-top: 150px;
  }
  .service-1 .line-2 .card .image {
    width: 30px;
    height: 45px;
  }
  .service-1 .line-2 .card p {
    margin-bottom: 20px;
  }
  .products-1 .line-1 .col-1 .card .dropdown {
  }
  .products-1 .line-1 .col-1 .card .dropdown::after,
  .products-1 .line-1 .col-1 .card ul li a::after {
    right: 10px;
  }
  .products-1 .line-1 .col-1 .card ul {
    padding-bottom: 15px;
  }
  .products-1 .line-1 .col-1 .card ul li a {
    padding-left: 15px;
    padding-right: 30px;
  }
  .products-1 .line-1 .col-2 {
    margin-top: 75px;
  }
  .products-1 .line-1 .col-2 .card {
    padding-left: 15px;
    padding-right: 15px;
  }
  .products-1 .line-1 .col-2 .card:nth-child(3n + 2) {
    margin-top: 75px;
  }
  .products-1 .line-1 .col-2 .card .parallax {
    margin-bottom: 15px;
  }
  @supports not (aspect-ratio: 1/1) {
    .products-1 .line-1 .col-2 .card .parallax {
      height: 207px;
    }
  }
  .products-1 .line-1 .col-3 {
    margin-top: 70px;
  }
  .products-1 .line-1 .col-2 .card .no-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
  }
  .products-1 .line-1 .col-2 .card .p {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .history-1 .line-2 {
    border-bottom: none;
  }
  .history-1 .line-2 .col-1 {
    width: 100%;
    z-index: 3;
  }
  .history-1 .line-2 .lines {
    display: none;
  }
  .history-1 .line-2 .col-1 .count {
    padding-top: 106px;
    padding-left: 15px;
    padding-bottom: 0;
    font-size: 17vh;
    background: #fff;
    -webkit-box-shadow: 0 20px 20px 0#fff;
    box-shadow: 0 20px 20px 0#fff;
  }
  .history-1 .line-2 .col-1 .count p {
    width: auto;
    text-align: left;
  }
  .history-1 .line-2 .col-2 {
    width: 100%;
  }
  .about-1 .line-1 .h1,
  .history-1 .line-2 .col-2 .card {
    padding: 15px;
  }
  .history-1 .line-2 .col-2 .card:last-child {
    padding-bottom: 15px;
  }
  .history-1 .line-2 .col-2 .card .h1 {
    margin-bottom: 25px;
  }
  .history-1 .line-2 .col-2 .card p,
  .history-1 .line-2 .col-2 .timeline ul li {
    padding-left: 30px;
  }
  .history-1 .line-2 .col-2 .timeline {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 15px;
  }
  .history-1 .line-2 .col-2 .timeline ul li.active::before {
    width: 20px;
  }
  .about-1 .line-2 .col-1 .column,
  .about-1 .line-2 .col-4 .column {
    padding: 50px 15px;
  }
  .about-2 .col-1,
  .about-2 .col-2,
  .about-2 .col-3,
  .about-2 .col-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-2 .line-1 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .about-2 .col-1 .card {
    padding-top: 150px;
  }
  .about-2 .col-3 .card {
    padding-top: 250px;
  }
  .about-2 .col-4 .card {
    padding-top: 380px;
  }
  .about-3 .line-1 .card:nth-child(2n + 1) {
    padding-right: 15px;
  }
  .about-3 .line-1 .card:nth-child(2n + 2) {
    padding-top: 115px;
    padding-left: 15px;
  }
  @supports not (aspect-ratio: 1/1) {
    .about-3 .line-1 .card .parallax {
      height: 463px;
    }
  }
  .about-4 .line-1,
  .about-5 .line-1 .card p,
  .about-6 .line-2 .col-1,
  .about-6 .line-2 .col-2,
  .about-6 .line-2 .col-3,
  .about-6 .line-2 .col-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-5 .line-1 {
    padding-top: 211px;
  }
  .about-5 .line-1 .card:not(:first-child) {
    margin-top: 100px;
  }
  .about-5 .line-1 .card .h1 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .about-5 .line-1 .card .col-2 .circle {
    height: 100px;
  }
  .about-6 .line-1 {
    padding-top: 115px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-6 .line-2 {
    padding-top: 40px;
    padding-bottom: 210px;
  }
  .about-6 .line-2 .col-2 {
    padding-top: 350px;
  }
  .about-6 .line-2 .col-4 {
    padding-top: 210px;
  }
  @supports not (aspect-ratio: 1/1) {
    .about-6 .line-2 .col-1 .card,
    .about-6 .line-2 .col-2 .card,
    .about-6 .line-2 .col-4 .card {
      height: 210px;
    }
  }
  .about-6 .line-2 .col-1 .card:not(:first-child),
  .about-6 .line-2 .col-2 .card:not(:first-child),
  .about-6 .line-2 .col-4 .card:not(:first-child) {
    margin-top: 35px;
  }
  .about-6 .line-2 .col-3 .card {
    padding-top: 115px;
  }
  .main-1 .card .image {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 568px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 15px;
  }
  .header .line-1 nav,
  .lines {
    display: none;
  }
  .h1,
  .nice-select {
    font-size: 2.22rem;
  }
  .btn .back,
  .btn .front,
  .footer .line-4 nav,
  input,
  textarea {
    padding: 15px 10px;
  }
  .btn-1 .p,
  .detail-1 .column .line-2 p,
  .detail-1 .column .line-2 ul li,
  .detail-7 .line-1 .col-2 .card .right p,
  .detail-8 .line-2 p {
    font-size: 0.88rem;
  }
  .btn-1 .square {
    width: 29px;
    height: 28px;
    -webkit-box-shadow: 2.41943px 10.4842px 16.936px -3.2259px
      rgba(0, 0, 0, 0.25);
    box-shadow: 2.41943px 10.4842px 16.936px -3.2259px rgba(0, 0, 0, 0.25);
  }
  .btn-1 .bg {
    height: 8px;
    width: 8px;
  }
  .nice-select {
    border-left: none;
    border-right: none;
    padding: 15px 40px 15px 25px;
  }
  .nice-select:after {
    right: 25px;
  }
  .modal .line-2 .form input,
  .modal .line-2 .form textarea,
  .nice-select .option {
    padding: 15px 25px;
  }
  .header .line-1 {
    padding: 15px 0;
  }
  .header .line-1 .logo {
    height: 30px;
  }
  .header .line-1 .burger {
    margin-left: auto;
    margin-right: 0;
    width: 20px;
    height: 20px;
  }
  .menu .line-1 {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .menu .line-1 .col-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .menu .line-1 .col-2,
  .menu .line-1 .col-3 {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .menu .line-1 .col-1 ul li:not(:first-child) {
    margin-top: 20px;
  }
  .menu .line-1 .col-2 ul li:not(:first-child),
  .menu .line-1 .col-3 ul li:not(:first-child) {
    margin-top: 10px;
  }
  .menu .line-1 .col-2 ul li:first-child,
  .menu .line-1 .col-3 ul li:first-child {
    margin-bottom: 20px;
  }
  .menu .line-1 .col-2 ul li:not(:first-child) a,
  .menu .line-1 .col-3 ul li:not(:first-child) a {
    font-size: 0.88em;
  }
  .footer .line-1 {
    padding: 65px 10px 30px;
  }
  .footer .line-1 .form-open {
    font-size: 2.77rem;
  }
  .footer .line-2 .form {
    padding-bottom: 65px;
  }
  .footer .line-2 button[type="submit"] {
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .footer .line-3 {
    padding: 10px;
  }
  .footer .line-3 a {
    font-size: 1.77rem;
  }
  .footer .line-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .detail-7 .line-1 .col-2 .card .right a,
  .footer .line-4 nav ul li a {
    font-size: 0.88em;
  }
  .footer .line-4 .btn {
    font-size: 0.88em;
    border-top: 1px solid #e2e2e2;
    width: 50%;
  }
  .footer .line-4 .btn:nth-child(2) {
    border-left: none;
  }
  .footer .line-5 {
    font-size: 0.66em;
    padding: 65px 10px 30px;
  }
  .modal {
    width: 100%;
    padding-top: 0;
  }
  .modal .line-1 {
    border-top: none;
  }
  .modal .line-1 .col-1 .h1,
  .modal .line-2 .form .btn .back,
  .modal .line-2 .form .btn .front,
  .modal .line-4,
  .modal .line-5 .col-2 .btn .back,
  .modal .line-5 .col-2 .btn .front {
    padding: 15px 25px;
  }
  .modal .line-1 .col-2 {
    width: 55px;
  }
  .modal .line-4 {
    font-size: 0.88em;
  }
  .modal .line-4 .h2 {
    font-size: 1.33em;
  }
  .modal .line-5 .col-1 {
    width: 100%;
    padding: 10px 25px;
    font-size: 0.66em;
  }
  .modal .line-5 .col-1 .h1 span {
    font-size: 0.5em;
  }
  .modal .line-5 .col-2 {
    border-top: 1px solid rgba(150, 150, 150, 0.3);
    border-left: none;
    width: 100%;
    font-size: 1.66em;
  }
  .main {
    padding-top: 50px;
  }
  .detail-1 .parallax {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    border-top: none;
  }
  @supports not (aspect-ratio: 1/1) {
    .detail-1 .parallax {
      height: 290px;
    }
  }
  .detail-1 .column {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    border-left: 1px solid rgba(150, 150, 150, 0.3);
  }
  .detail-1 .column .line-1 .col-1 {
    font-size: 0.66rem;
    padding: 10px;
  }
  .detail-1 .column .line-1 .col-2 {
    width: 45px;
  }
  .detail-1 .column .line-2 {
    padding: 10px;
  }
  .detail-1 .column .line-2 p:not(:last-child),
  .detail-1 .column .line-2 ul li:not(:first-child),
  .history-1 .line-2 .col-2 .timeline ul li:not(:first-child) {
    margin-top: 10px;
  }
  .detail-1 .column .line-1 .col-3 .btn {
    font-size: 1.66rem;
  }
  .detail-2 .line-1 {
    padding: 65px 10px 10px;
    font-size: 0.77em;
  }
  .detail-2 .line-2 .col-1 {
    font-size: 0.55em;
    width: 30px;
    padding: 12px 0;
  }
  .detail-2 .line-2 .col-2 {
    font-size: 0.88em;
    padding: 10px;
  }
  .detail-2 .line-2 .col-3 {
    font-size: 0.88em;
    width: 60px;
    padding: 10px 0;
  }
  .detail-2 .line-2 .col-4,
  .detail-2 .line-2 .col-5 {
    padding: 10px;
    font-size: 0.88rem;
  }
  .detail-2 .line-3 {
    padding-bottom: 30px;
  }
  .detail-3 .line-1 .col-1,
  .detail-3 .line-1 .col-3 {
    display: none;
  }
  .detail-3 .line-1 .col-2 {
    width: 100%;
    padding-top: 105px;
  }
  .detail-3 .line-1 .col-2 .circle {
    font-size: 0.88em;
    width: 80%;
    height: 50px;
  }
  .detail-3 .line-1 .col-2.bc::after,
  .detail-3 .line-2 .col-1,
  .detail-3 .line-2 .col-2.bc::after,
  .detail-3 .line-2 .col-3,
  .detail-6 .line-1::after,
  .detail-6 .line-2::after,
  .detail-7 .line-1::after {
    display: none;
  }
  .detail-3 .line-2 .col-2 {
    width: 100%;
  }
  .detail-3 .line-3 {
    top: 105px;
  }
  .detail-3 .line-3 .marquee {
    font-size: 5.33rem;
  }
  .detail-4 .line-1 {
    padding-top: 65px;
  }
  .detail-4 .line-1 .gallery .swiper {
    height: 200px;
  }
  .detail-5 .line-1 {
    font-size: 0.77em;
    padding: 65px 10px 10px;
  }
  .detail-5 .line-2 {
    padding: 10px;
  }
  .detail-6 .line-1,
  .detail-7 .line-1 .col-1 h2 {
    padding-top: 65px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .detail-7 .line-1 .col-1 h2 {
    padding-top: 0;
    margin-bottom: 50px;
  }
  .detail-6 .line-2,
  .detail-7 .line-1,
  .detail-8 .line-1 {
    padding-top: 65px;
  }
  .detail-6 .line-2 .col-1,
  .detail-6 .line-2 .col-2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .detail-6 .line-2 .col-2 {
    margin-top: 50px;
  }
  @supports not (aspect-ratio: 1/1) {
    .detail-6 .line-2 .col-1 .parallax,
    .detail-6 .line-2 .col-2 .parallax {
      height: 290px;
    }
  }
  .detail-7 .line-1 .col-1 {
    width: 100%;
    height: auto;
  }
  .detail-7 .line-1 .col-1 video {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
  .detail-7 .line-1 .col-2 {
    width: 100%;
  }
  .detail-7 .line-1 .col-2 .card {
    padding: 15px 10px;
  }
  .detail-7 .line-1 .col-2 .card .left {
    width: 20px;
    height: 20px;
  }
  .detail-7 .line-1 .col-2 .card .right h3 {
    font-size: 1.33rem;
  }
  .detail-8 .line-2 {
    padding: 20px 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .detail-8 .line-2 .h1 {
    width: 100%;
    margin-bottom: 0.6em;
    padding-right: 0;
  }
  .contacts .line-1 {
    padding: 10px;
  }
  .contacts .line-2,
  .contacts .line-3 .col-1,
  .contacts .line-3 .col-2 {
    padding: 30px 10px 10px;
  }
  .projects-1 .container {
    padding: 0;
  }
  .projects-1 .line-1 h1.h1 {
    width: 100%;
    padding: 15px 25px;
    border-right: none;
    border-bottom: 1px solid rgba(150, 150, 150, 0.3);
  }
  .projects-1 .line-1 .btn:nth-child(2) {
    margin-left: 15px;
    border-left: 1px solid #e2e2e2;
  }
  .projects-1 .line-1 .nice-select {
    width: 100%;
    max-width: 100%;
  }
  .projects-2 .line-1 .list {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .projects-2 .line-1 .card:nth-child(6n + 1) {
    width: 100%;
    margin-top: 65px;
    padding-right: 0;
  }
  .about-3 .line-1 .card:nth-child(2n + 1) h3,
  .projects-2 .line-1 .card:nth-child(6n + 1) h2,
  .projects-2 .line-1 .card:nth-child(6n + 4) h2,
  .projects-2 .line-1 .card:nth-child(6n + 5) h2,
  .projects-2 .line-1 .card:nth-child(6n + 6) h2 {
    padding-left: 10px;
  }
  .projects-2 .line-1 .card:nth-child(6n + 2),
  .projects-2 .line-1 .card:nth-child(6n + 3) {
    padding-left: 0;
    padding-right: 0;
    margin-top: 130px;
    width: calc((100% - 15px) / 2);
  }
  .projects-2 .line-1 .card:nth-child(6n + 3) {
    margin-top: 65px;
    margin-left: auto;
  }
  .projects-2 .line-1 .card:nth-child(6n + 4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    margin-top: 65px;
    padding-right: 0;
  }
  .projects-2 .line-1 .card:nth-child(6n + 4) a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .projects-2 .line-1 .card:nth-child(6n + 4) h2 {
    margin-top: 0;
    margin-bottom: 1em;
  }
  .projects-2 .line-1 .card:nth-child(6n + 5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 130px;
    width: calc((100% - 15px) / 2);
  }
  .projects-2 .line-1 .card:nth-child(6n + 5) a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .projects-2 .line-1 .card:nth-child(6n + 6) {
    padding-left: 0;
    padding-right: 0;
    margin-top: 65px;
    margin-left: auto;
    width: calc((100% - 15px) / 2);
  }
  @supports not (aspect-ratio: 1/1) {
    .projects-2 .line-1 .card:nth-child(6n + 1) .parallax {
      height: auto;
      aspect-ratio: 1/1;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .projects-2 .line-1 .card:nth-child(6n + 2) .parallax {
      aspect-ratio: 1/1;
      height: auto;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .projects-2 .line-1 .card:nth-child(6n + 3) .parallax {
      aspect-ratio: 1/1;
      height: auto;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .projects-2 .line-1 .card:nth-child(6n + 4) .parallax {
      height: auto;
      aspect-ratio: 1/1;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .projects-2 .line-1 .card:nth-child(6n + 5) .parallax {
      aspect-ratio: 1/1;
      height: auto;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .projects-2 .line-1 .card:nth-child(6n + 6) .parallax {
      aspect-ratio: 1/1;
      height: auto;
    }
  }
  .projects-2 .line-2 .col-1,
  .projects-2 .line-2 .col-2::after,
  .projects-2 .line-2 .col-3 {
    display: none;
  }
  .projects-2 .line-2 .col-2 {
    width: 100%;
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .history-1 .line-1,
  .service-1 .line-1 {
    padding: 10px;
  }
  .service-1 .line-2 .list {
    padding-top: 65px;
  }
  .service-1 .line-2 .column {
    width: 50%;
  }
  .service-1 .line-2 .card {
    padding: 0 10px;
  }
  .service-1 .line-2 .card h2 {
    font-weight: 400;
    font-size: 1.11rem;
    line-height: 145%;
  }
  .service-1 .line-2 .column:nth-child(4n + 2) .card,
  .service-1 .line-2 .column:nth-child(4n + 3) .card,
  .service-1 .line-2 .column:nth-child(4n + 4) .card {
    margin-top: 0;
  }
  .service-1 .line-2 .column:nth-child(2n + 2) .card {
    margin-top: 65px;
  }
  .service-1 .line-2 .card p {
    font-size: 0.88em;
    margin-bottom: 15px;
  }
  .service-1 .line-2 .card .modal-open:not(.btn-1) {
    width: 9px;
  }
  .service-1 .line-2 .card .image {
    width: 20px;
    height: 30px;
    margin-bottom: 10px;
  }
  .products-1 .line-1 .col-1 {
    width: 100%;
  }
  .products-1 .line-1 .col-1 .card .dropdown {
    font-size: 1rem;
  }
  .products-1 .line-1 .col-1 .card .dropdown::after,
  .products-1 .line-1 .col-1 .card ul li a::after {
    width: 8px;
    height: 8px;
  }
  .products-1 .line-1 .col-1 .card ul {
    font-size: 0.88rem;
    padding-bottom: 15px;
  }
  .products-1 .line-1 .col-1 .card ul li a {
    padding-left: 10px;
    padding-right: 15px;
  }
  .products-1 .line-1 .col-2 {
    width: 100%;
    margin-top: 65px;
  }
  .products-1 .line-1 .col-2 .card {
    width: calc((100% - 15px) / 2);
    padding-left: 0;
    padding-right: 0;
    font-size: 0.88rem;
  }
  .products-1 .line-1 .col-2 .card:nth-child(3n + 2) {
    margin-top: 0;
  }
  .products-1 .line-1 .col-2 .card:nth-child(2n + 1) {
    margin-top: 65px;
  }
  .products-1 .line-1 .col-2 .card:nth-child(2n + 2) {
    margin-left: auto;
  }
  .products-1 .line-1 .col-2 .card .parallax {
    margin-bottom: 10px;
  }
  @supports not (aspect-ratio: 1/1) {
    .products-1 .line-1 .col-2 .card .parallax {
      height: 140px;
    }
  }
  .products-1 .line-1 .col-2 .card .no-wrap {
    padding-left: 10px;
  }
  .products-1 .line-1 .col-2 .card .p {
    margin-bottom: 5px;
  }
  .products-1 .line-1 .col-2 .card .p span {
    font-size: 0.625em;
  }
  .products-1 .line-1 .col-3 {
    margin-top: 65px;
  }
  .history-1 .line-2 .col-2 .timeline {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .history-1 .line-2 .col-2 .timeline ul li.active::before {
    width: 15px;
  }
  .history-1 .line-2 .col-1 .count {
    padding-top: 70px;
    padding-left: 10px;
  }
  .history-1 .line-2 .col-2 .card {
    padding: 10px;
  }
  .history-1 .line-2 .col-2 .card:last-child {
    padding-bottom: 10px;
  }
  .history-1 .line-2 .col-2 .card .h1 {
    margin-bottom: 15px;
  }
  .history-1 .line-2 .col-2 .card p {
    font-size: 0.88rem;
    padding-left: 20px;
  }
  .history-1 .line-2 .col-2 .timeline {
    padding-right: 10px;
  }
  .history-1 .line-2 .col-2 .timeline ul li {
    padding-left: 20px;
  }
  .about-1 .line-1 .h1 {
    padding: 15px 10px;
  }
  .about-1 .line-2 .col-1 .column,
  .about-1 .line-2 .col-4 .column {
    padding: 30px 10px;
  }
  .about-1 .line-2 .col-1,
  .about-1 .line-2 .col-2,
  .about-1 .line-2 .col-3,
  .about-1 .line-2 .col-4 {
    width: 50%;
    overflow: hidden;
  }
  .about-1 .line-2 .col-1 .column .h1,
  .about-1 .line-2 .col-4 .column .h1 {
    font-size: 2.22rem;
  }
  .about-2 .line-1 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .about-2 .col-1,
  .about-2 .col-2,
  .about-2 .col-3,
  .about-2 .col-4 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-2 .col-1 .h1,
  .about-2 .col-2 .h1,
  .about-2 .col-3 .h1,
  .about-2 .col-4 .h1 {
    font-size: 4.44rem;
  }
  .about-2 .col-1 p:not(.h1),
  .about-2 .col-2 p:not(.h1),
  .about-2 .col-3 p:not(.h1),
  .about-2 .col-4 p:not(.h1) {
    font-size: 0.88rem;
  }
  .about-2 .col-1 .card {
    padding-top: 0;
  }
  .about-2 .col-2 .card {
    margin-top: 65px;
    padding-top: 0;
  }
  .about-2 .col-3 .card {
    padding-top: 0;
  }
  .about-2 .col-4 .card {
    margin-top: 65px;
    padding-top: 0;
  }
  .about-3 .line-1 .card {
    width: calc((100% - 15px) / 2);
  }
  .about-3 .line-1 .card:nth-child(2n + 1) {
    padding-right: 0;
  }
  .about-3 .line-1 .card:nth-child(2n + 2) {
    margin-left: auto;
    padding-top: 65px;
    padding-left: 0;
  }
  @supports not (aspect-ratio: 1/1) {
    .about-3 .line-1 .card .parallax {
      height: 290px;
    }
  }
  .about-4 .line-1 {
    padding-top: 65px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-5 .line-1 {
    padding-top: 165px;
  }
  .about-5 .line-1 .card .col-1 {
    width: 100%;
  }
  .about-5 .line-1 .card:not(:first-child) {
    margin-top: 115px;
  }
  .about-5 .line-1 .card .h1 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    font-size: 2.77rem;
  }
  .about-5 .line-1 .card p {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.88rem;
  }
  .about-5 .line-1 .card .col-2 {
    width: 80%;
  }
  .about-5 .line-1 .card .col-2 .circle {
    height: 50px;
  }
  .about-5 .line-1 .card .col-2 .circle .centered {
    width: 30%;
    height: 50%;
  }
  .about-6 .line-1 {
    padding-top: 115px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-6 .line-2 {
    padding-top: 20px;
    padding-bottom: 65px;
  }
  .about-6 .line-2 .col-1 {
    width: calc((100% - 15px) / 2);
    padding-right: 0;
  }
  .about-6 .line-2 .col-2 {
    padding-left: 0;
  }
  .about-6 .line-2 .col-2,
  .about-6 .line-2 .col-3,
  .about-6 .line-2 .col-4 {
    width: calc((100% - 15px) / 2);
  }
  .about-6 .line-2 .col-1 {
    padding-left: 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .about-6 .line-2 .col-2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-top: 0;
    margin-left: auto;
    padding-right: 10px;
  }
  .about-6 .line-2 .col-4 {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding-top: 0;
  }
  @supports not (aspect-ratio: 1/1) {
    .about-6 .line-2 .col-1 .card,
    .about-6 .line-2 .col-2 .card,
    .about-6 .line-2 .col-4 .card {
      height: 250px;
    }
  }
  .about-6 .line-2 .col-1 .card:not(:first-child),
  .about-6 .line-2 .col-2 .card:not(:first-child) {
    margin-top: 15px;
  }
  .about-6 .line-2 .col-4 .card {
    width: calc((100% - 15px) / 2);
  }
  .about-6 .line-2 .col-4 .card:not(:first-child) {
    margin-top: 0;
  }
  .about-6 .line-2 .col-4 .card:nth-child(2n + 2) {
    margin-left: auto;
  }
  .about-6 .line-2 .col-3 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .about-6 .line-2 .col-3 .card {
    padding-top: 0;
  }
  .about-6 .line-2 .col-3 .card .h1 {
    font-size: 4.44rem;
  }
  .about-6 .line-2 .col-3 .card p:not(.h1) {
    margin-top: 0;
    font-size: 0.88rem;
  }
  .main-1 .card .image {
    width: 34px;
    height: 34px;
  }
  .main-1 .card .text,
  .main-1 .text-wrapper .col-1 .line-2 .p {
    font-size: 1.11rem;
  }
  .main-1 .card .num {
    font-size: 1rem;
  }
}
.detail-7 .line-1 .col-1 {
  border-bottom: 1px solid rgba(150, 150, 150, 0.3);
  border-top: 1px solid rgba(150, 150, 150, 0.3);
}
#panel {
  z-index: 9999999;
}
.main-2 .detail-7 .line-1 {
  padding-bottom: 1px;
}
.products-1 .line-1 .col-3 .btn-1,
.projects-2 .line-2 .col-2 .btn-1 {
  text-align: center;
  font-size: 13px;
}
.products-1 .line-1 .col-3 .btn-1 p,
.projects-2 .line-2 .col-2 .btn-1 p {
  line-height: 17px;
  margin-bottom: 8px;
}
.nice-select .current {
  opacity: 0.3;
}
.products-1 .line-1 .col-1 .card .dropdown.active span,
.products-1 .line-1 .col-1 .card ul li a.active span {
  color: #4d82ad;
}
.products-1 .line-1 .col-1 .card .dropdown2.active span {
  color: #4d82ad;
}

.detail-2 .line-3 .btn-1.more p {
  line-height: 17px;
  margin-bottom: 29px;
}
.products-1 .line-1 .col-2 .card h3 span.a span {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.line-1 .col-1 .card ul li a.active:after,
input#PHOTO {
  display: none;
}
.detail-1 .column .line-2 {
  height: 100%;
  padding-bottom: 100px;
}
.download-link-bb {
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-size: 16px;
  line-height: 21px;
}
.download-link-bb a {
  position: relative;
  display: inline-block;
  padding-top: 42px;
}
.download-link-bb a span {
  border-bottom: 1px solid #283355;
}
.download-link-bb a:before {
  position: absolute;
  top: 0;
  width: 35px;
  height: 35px;
  margin: 0 0 0-17px;
  background: url(../../../../../templates/books/img/ico-acrobat.svg) no-repeat;
  left: 50%;
  content: "";
  display: block;
}
.btn-1 .ar-h {
  width: 22px;
  height: 16px;
}
.in-params-card,
.wr-params-card {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wr-params-card {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}
.in-params-card {
  position: absolute;
  overflow-y: auto;
}
.params-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content-pop img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
  max-height: 100%;
}
.content-pop {
  padding: 30px;
  background: #fff;
  max-width: 70%;
  display: block;
}
.close-prm {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.close-prm:after,
.close-prm:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 24px;
  width: 2px;
  background-color: #000;
}
.close-prm:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-prm:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.file-type {
  margin-bottom: 20px;
  position: relative;
  margin-left: 32px;
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
  font-size: 21px;
  line-height: 24px;
  color: #283355;
  padding: 0 0 0 37px;
}
.more-prm p {
  font-size: 13px;
  margin-bottom: 20px;
}
.file-type:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../../../../templates/books/img/scrp.svg) no-repeat;
}
.detail-1 .column .line-1 .col-2 .btn,
.file-type {
  cursor: pointer;
}
@media (max-width: 1440px) {
  .download-link-bb {
    left: 20px;
  }
  .btn-1 .ar-h {
    width: 20px;
    height: 16px;
  }
  .more-prm p {
    font-size: 12px;
  }
  .file-type {
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .download-link-bb {
    left: 15px;
    font-size: 14px;
  }
  .btn-1 .ar-h {
    width: 16px;
    height: 14px;
  }
  .content-pop {
    padding: 30px;
  }
  .close-prm {
    top: 10px;
    right: 10px;
  }
  .content-pop {
    max-width: 90%;
  }
  .more-prm p {
    font-size: 11px;
  }
  .file-type {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .download-link-bb {
    font-size: 12px;
  }
  .download-link-bb a {
    padding-top: 36px;
  }
  .more-prm p {
    font-size: 10px;
  }
}
@media (max-width: 568px) {
  .download-link-bb {
    font-size: 11px;
    left: 10px;
  }
  .download-link-bb a {
    padding-top: 34px;
  }
  .btn-1 .ar-h {
    width: 11px;
    height: 8px;
  }
  .more-prm p {
    font-size: 8px;
    margin-bottom: 15px;
  }
  .main-1 .text-wrapper .col-1 .line-1 .h1:nth-child(1) > span > .dots,
  .main-1 .text-wrapper .col-1 .line-1 .h1:nth-child(2) > span > .dots {
    display: none;
  }
  .main-1 .text-wrapper .col-1 .line-1 .h1 {
    text-align: center !important;
  }
  .main-1 .text-wrapper .col-1 .line-1 .h1:nth-child(2) {
    text-align: center !important;
    margin-bottom: 20px;
  }
  .main-1 .text-wrapper .col-1 .line-1 .h1:nth-child(2) > span {
    padding-right: 0;
  }
  .main-1 .text-wrapper .col-1 .line-1 .h1:nth-child(1) > span {
    padding-left: 0;
  }
  .main-1 .text-wrapper .col-1 .line-1,
  .main-1 .text-wrapper .col-1 .line-1 .p,
  .main-1 .text-wrapper .col-1 .line-1 .p > span,
  .main-1 .text-wrapper .col-1 .line-2,
  .main-1 .text-wrapper .col-1 .line-2 .p,
  .main-1 .text-wrapper .col-1 .line-2 .p > span {
    display: inline !important;
  }
  .main-1 .text-wrapper .col-1 {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }
  .main-2 .detail-7 .line-1 {
    padding-top: 20px;
  }
  .footer .line-3 .no-list {
    line-height: 8px;
  }
  .detail-6 .line-2 .col-1 {
    margin-top: 15px;
  }
  .detail-6 .line-2 .col-1:first-child {
    margin-top: 0;
  }
  .projects-1 .line-1 a.br:last-child {
    border-right: 0;
  }
  .projects-1 .line-1:after {
    position: absolute;
    bottom: 0;
    right: 15px;
    content: "";
    display: block;
    width: 1px;
    height: 57px;
    background: rgba(150, 150, 150, 0.3);
  }
  .file-type {
    font-size: 15px;
  }
}

.products-1 .line-1 .col-2 .card .parallax img {
  mix-blend-mode: multiply;
}
.m-left {
  text-transform: lowercase;
}

.detail-6 .line-2 .col-1 .parallax .bg {
  background: #eceef2;
  background-repeat: no-repeat;
  background-size: cover;
}
.detail-6 .line-2 .col-1 .parallax .bg img {
  mix-blend-mode: multiply;
}

.products-1 .line-1 .col-1 .card ul li a.active {
  margin-left: 25px;
}
.detail-1 .container .parallax .in .bg {
  background: #eceef2;
  background-size: cover !important;
  background-position: 50% 50%;
}
.detail-1 .container .parallax .in .bg img {
  mix-blend-mode: multiply;
}
.new-arrow.swiper-button-next {
  right: 0;
  background: url(../../../../../templates/books/img/arr-new.svg) 0 bottom
    no-repeat;
  transform: rotate(180deg);
}
.new-arrow.swiper-button-prev {
  left: 0;
  background: url(../../../../../templates/books/img/arr-new.svg) 0 0 no-repeat;
}
.swiper.slider-img-param {
  padding-left: 10px;
  padding-right: 10px;
}
.detail-4 .line-1 .gallery .swiper .swiper-slide {
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-2 .detail-7 .line-1 .col-1 {
  border-top: none !important;
}
.line-foot {
  border-bottom: 1px solid rgba(150, 150, 150, 0.3);
}
.line-2 .succes {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 20px;
}
.more-prm-rpp > p {
  margin-bottom: 8px;
}
.main-dt .bt {
  border-top: none !important;
}
.main-dt .line-1::after,
.detail-7 .line-1::after {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.projects-2 .container {
  padding-bottom: 1px;
}
.col-2.pix-fix {
  margin-left: -1px;
}
.col-3.pix-fix {
  margin-left: 1px;
}
.line-foot-new {
  border-bottom: none;
}
.det-pr .container {
  padding-bottom: 1px !important;
}
.main-1 .text-wrapper .col-1 .line-2 {
  opacity: 0;
}

@media (min-width: 1024px) {
  .wrap_cont .detail-3 .line-2.br {
    padding-bottom: 300px;
  }
  .header .line-1 .logo img {
    height: auto !important;
    max-height: none;
  }
  .wrap_cont .projects-2 + .detail-3 {
    margin-bottom: 0;
  }
  .footer .line-3 .no-list li:last-child {
    margin-top: -15px;
  }
  .footer .line-3 {
    padding-top: 42px;
    padding-bottom: 55px;
  }
}

@media (max-width: 1024px) {
  .products-1 .line-1 .col-1 .card .dropdown::after {
    right: 20px;
  }
  .products-1 .line-1 .col-1 .card ul li a {
    padding-left: 30px;
  }
}

@media (max-width: 568px) {
  .products-1 .line-1 .col-1 .card .dropdown2::after {
    width: 8px;
    height: 8px;
  }
  .products-1 .line-1 .col-1 .card ul {
    margin-top: -15px;
  }
  .products-1 .line-1 .col-1 .card ul li a {
    padding-left: 30px;
  }
  .projects-1 .line-1 .nice-select:after {
    margin-top: 1px;
  }
  .detail-7 .line-1 .col-1 video {
    display: none;
  }
  .detail-7 .line-1 .col-1 {
    padding-top: 15px;
  }
  .menu .line-1 nav ul li a {
    padding-left: 0;
  }
  .menu .line-1 nav ul li a:before {
    display: none;
  }
  .menu .no-list li:first-child a span {
    margin-left: 0;
  }
  .projects-1 .line-1 .btn .h1,
  .line-1 h1.split .line {
    top: 0;
  }
  .projects-1 .line-1 .btn .h1 {
    font-size: 2em;
    font-size: 1.6em;
  }
  .projects-1 .line-1:after {
    height: 52px;
  }
  .menu .btn img {
    top: 2px;
  }
  .detail-7 .line-1 .col-1 video {
    display: block;
    position: absolute;
    top: 4%;
    height: 85%;
  }
  .products-1 .line-1 .col-2 .card p {
    margin-left: 0;
    margin-bottom: 12px;
    padding-left: 0;
  }
  .about-3 .line-1 .list-ab-proj .card {
    width: 100%;
  }
  .main-1 .text-wrapper .line-1 .btn-1 {
    margin-bottom: 35px;
  }
  .main-1 .card-2 .text,
  .main-1 .card-3 .text {
    font-size: 1em;
    max-width: 90px;
  }
  .main-1 .card-2 .text,
  .main-1 .card-3 .text {
    left: 45px;
  }
  .main-1 .card .text {
    font-size: 1em;
  }
  .main-1 .text-wrapper .col-1 .line-1 .h1 {
    font-size: 1.4em;
  }
  .main-2 .projects-2 .line-1.bt {
    border-top: none !important;
  }
  .about-1 .line-2 .col-3.pix-fix {
    margin-left: 0;
  }
  .about-1 .col-2.pix-fix {
    margin-left: 0;
  }
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition:
    0.2s transform,
    0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.95;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition:
    opacity 0.25s ease 0s,
    visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: 0;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
