.transition-fade {
  transition: 0.4s;
  opacity: 1;
}
html.is-animating .transition-fade {
  opacity: 0;
}
@media screen and (min-width: 401px) {
  .m-only {
    display: none !important;
  }
}
@media screen and (min-width: 751px) {
  .mp-only {
    display: none !important;
  }
}
@media screen and (max-width: 400px) {
  .d-only {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .h-only {
    display: none !important;
  }
}
html,
body,
#page {
  width: 100vw;
  overflow-x: hidden;
}
#page {
  color: #000;
  font-family: 'galano', sans-serif;
  font-size: 12px;
  line-height: 1.35em;
  position: relative;
  transition: background 0.3s ease;
}
#page:after {
  clear: both;
  display: block;
  content: '';
}
main {
  width: 100vw;
}
strong {
  font-family: 'galano-semibold', sans-serif;
}
section h1:first-child {
  line-height: 1.35em;
  text-align: center;
  font-family: 'galano-medium', sans-serif;
}
@media screen and (max-width: 400px) {
  section h1:first-child {
    font-size: 25px;
    padding: 120px 0 10px;
  }
}
@media screen and (min-width: 401px) and (max-width: 1100px) {
  section h1:first-child {
    font-size: 30px;
    padding: 150px 0 20px;
  }
}
@media screen and (min-width: 1101px) {
  section h1:first-child {
    font-size: 40px;
    padding: 150px 0 20px;
  }
}
.submenu {
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 400px) {
  .submenu {
    padding: 0 20px 40px;
  }
}
@media screen and (min-width: 401px) and (max-width: 1100px) {
  .submenu {
    padding: 0 40px 50px;
  }
}
@media screen and (min-width: 1101px) {
  .submenu {
    padding: 0 70px 60px;
  }
}
.submenu a {
  font-size: 12px;
}
#page > .logotypes {
  z-index: 999;
  position: absolute;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 400px) {
  #page > .logotypes {
    left: 20px;
    top: 20px;
    transition: opacity 0.2s ease-in-out;
  }
}
@media screen and (min-width: 401px) and (max-width: 1279px) {
  #page > .logotypes {
    left: 40px;
    top: 40px;
  }
}
@media screen and (min-width: 1101px) {
  #page > .logotypes {
    left: 70px;
    top: 70px;
  }
}
#page > .logotypes > a + a {
  margin-top: -8px;
}
@media screen and (min-width: 1101px) {
  #page:not(.index) > .logotypes:hover #logo .esign,
  #page:not(.index) > .logotypes:hover #logo .natomy {
    opacity: 0;
    transition-delay: 0s;
  }
  #page:not(.index) > .logotypes:hover #logo .ellipse {
    transform: translateX(-35px);
  }
  #page:not(.index) > .logotypes:hover #logo .rect {
    transform: translateX(-148px);
  }
  #page:not(.index) > .logotypes:hover #logo .a,
  #page:not(.index) > .logotypes:hover #logo .esing,
  #page:not(.index) > .logotypes:hover #logo .natomy {
    transform: translateX(-30px);
  }
  #page:not(.index) > .logotypes:hover #logo-2 .onstruction {
    opacity: 0;
  }
  #page:not(.index) > .logotypes:hover #logo-2 .plus {
    transform: translateX(-130px) translateY(20px);
  }
}
#logo {
  display: block;
}
@media screen and (max-width: 400px) {
  #logo svg {
    width: 120px !important;
  }
}
#logo svg {
  width: 136px;
  height: auto;
  transition: all 0.3s ease;
}
#logo svg g,
#logo svg path {
  transition: all 0.3s ease;
}
#logo-2 svg {
  width: 169px;
  height: 50px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 400px) {
  #logo-2 svg {
    width: 150px;
  }
}
@media screen and (max-width: 1100px) {
  #logo-2 svg {
    width: 150px;
    height: 21px;
    margin-top: 6px;
  }
}
#logo-2 svg g,
#logo-2 svg path {
  transition: all 0.3s ease;
}
@keyframes arrow-scroll {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
#page.arrowScroll:after {
  content: '';
  display: block;
  position: fixed;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: url('/images/arrow-bottom-w.svg') center no-repeat;
  pointer-events: none;
  animation-name: arrow-scroll;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
#page.arrowScroll.scrolled:after {
  display: none;
}
/* MENU */
#hamburger {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  padding: 9px 6px;
  z-index: 999;
}
@media screen and (max-width: 400px) {
  #hamburger {
    top: 11px;
    right: 14px;
  }
}
@media screen and (min-width: 401px) and (max-width: 1279px) {
  #hamburger {
    top: 31px;
    right: 34px;
  }
}
@media screen and (min-width: 1101px) {
  #hamburger {
    top: 61px;
    right: 64px;
  }
}
#hamburger:before,
#hamburger:after,
#hamburger span {
  display: block;
  content: '';
  height: 1px;
  width: 28px;
  margin: 5px 0;
  background-color: #000;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1331px) {
  #hamburger:hover span {
    transform: translateX(-14px);
  }
}
#menu {
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  letter-spacing: 0.1px;
  z-index: 998;
  font-size: 0;
}
@media screen and (max-width: 1330px) {
  #menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
    color: #000;
    overflow: hidden;
  }
  #menu .list {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
  #menu .item {
    padding: 10px 0;
  }
  #menu .link-item span {
    font-size: 27px;
  }
  #menu .socials {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
  }
  #menu .socials a {
    display: inline-block;
    margin: 0 10px;
  }
}
@media screen and (min-width: 1331px) {
  #menu {
    position: absolute;
    right: 13px;
    top: 20px;
    transform: translateX(5px);
    padding: 42px 113px 42px 40px;
  }
  #menu .item {
    display: inline-block;
  }
  #menu .socials {
    display: none;
  }
}
.link-item {
  display: inline-block;
  padding: 8px;
}
.link-item > div {
  display: inline-block;
  position: relative;
  font-size: 13px;
  line-height: 1em;
}
.link-item > div span {
  display: inline-block;
  padding: 0px 4px 4px;
  line-height: 1em;
}
.link-item > div:before,
.link-item > div:after,
.link-item > div span:after {
  display: block;
  position: absolute;
  content: '';
  background-color: #000;
}
.link-item > div:before,
.link-item > div:after {
  height: 3px;
  width: 1px;
  transition: transform 0.2s ease, background 0.3s ease;
  transform-origin: 0 100%;
  transform: scale(1, 0);
}
.link-item > div span:after {
  height: 1px;
  width: 0;
  left: 0;
  bottom: 0;
  transition: width 0.3s ease 0.2s, background 0.3s ease;
}
.link-item > div:before {
  left: 0;
  bottom: 0;
  transition-delay: 0.2s;
}
.link-item > div:after {
  right: 0;
  bottom: 0;
  transition-delay: 0s;
}
.link-item:hover span:after,
.link-item.active span:after,
#page.team #menu .item-team span:after,
#page.realizations #menu .item-realizations span:after,
#page.news #menu .item-news span:after,
#page.contact #menu .item-contact span:after {
  width: 100%;
}
.link-item:hover div:before,
.link-item.active div:before,
#page.team #menu .item-team div:before,
#page.realizations #menu .item-realizations div:before,
#page.news #menu .item-news div:before,
#page.contact #menu .item-contact div:before,
.link-item:hover span:after,
.link-item.active span:after,
#page.team #menu .item-team span:after,
#page.realizations #menu .item-realizations span:after,
#page.news #menu .item-news span:after,
#page.contact #menu .item-contact span:after {
  transition-delay: 0s;
}
.link-item:hover div:after,
.link-item.active div:after,
#page.team #menu .item-team div:after,
#page.realizations #menu .item-realizations div:after,
#page.news #menu .item-news div:after,
#page.contact #menu .item-contact div:after {
  transition-delay: 0.2s;
}
.link-item:hover div:before,
.link-item.active div:before,
#page.team #menu .item-team div:before,
#page.realizations #menu .item-realizations div:before,
#page.news #menu .item-news div:before,
#page.contact #menu .item-contact div:before,
.link-item:hover div:after,
.link-item.active div:after,
#page.team #menu .item-team div:after,
#page.realizations #menu .item-realizations div:after,
#page.news #menu .item-news div:after,
#page.contact #menu .item-contact div:after {
  transform: scale(1, 1);
}
#page.menuVisible #menu,
#page.menuHover #menu {
  opacity: 1;
  transform: translateX(0px);
  pointer-events: auto;
}
#page.menuVisible #hamburger span,
#page.menuHover #hamburger span {
  transform: translateX(-14px);
}
@media screen and (max-width: 400px) {
  #page.menuVisible #hamburger:before,
  #page.menuHover #hamburger:before,
  #page.menuVisible #hamburger:after,
  #page.menuHover #hamburger:after,
  #page.menuVisible #hamburger span,
  #page.menuHover #hamburger span {
    background-color: #000 !important;
  }
  #page.menuVisible #logo svg path,
  #page.menuHover #logo svg path {
    fill: #000 !important;
  }
  #page.menuVisible .logotypes,
  #page.menuHover .logotypes {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 1330px) {
  #page.menuVisible #page > .logotypes,
  #page.menuVisible #hamburger {
    position: fixed;
  }
}
footer {
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 400px) {
  footer {
    padding: 10px 20px 30px;
  }
}
@media screen and (min-width: 401px) and (max-width: 1100px) {
  footer {
    padding: 30px 40px 50px;
  }
}
@media screen and (min-width: 1101px) {
  footer {
    padding: 30px 70px 50px;
  }
}
footer:before {
  display: block;
  content: '';
  height: 18px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #000;
  margin-bottom: 25px;
}
#page.noFooter footer {
  display: none;
}
.list.loading .item {
  opacity: 0;
  transition: all 0.3s ease 0.8s;
  transition-property: opacity, transform;
  transform: translateY(5px);
}
.list.loading .item:nth-child(1) {
  transition-delay: 0s;
}
.list.loading .item:nth-child(2) {
  transition-delay: 0.1s;
}
.list.loading .item:nth-child(3) {
  transition-delay: 0.2s;
}
.list.loading .item:nth-child(4) {
  transition-delay: 0.3s;
}
.list.loading .item:nth-child(5) {
  transition-delay: 0.4s;
}
.list.loading .item:nth-child(6) {
  transition-delay: 0.5s;
}
.list.loading .item:nth-child(7) {
  transition-delay: 0.6s;
}
.list.loading .item:nth-child(8) {
  transition-delay: 0.7s;
}
#page.loaded .list.loading .item {
  opacity: 1;
  transform: translateY(0);
}
/* SECTIONS */
#page.index {
  background: #fafafa;
}
#page.index:not(.menuVisible) #hamburger:before,
#page.index:not(.menuVisible) #hamburger:after,
#page.index:not(.menuVisible) #hamburger span {
  background: #fff;
}
@media screen and (min-width: 401px) {
  #page.index:not(.menuVisible) .link-item div:before,
  #page.index:not(.menuVisible) .link-item div:after,
  #page.index:not(.menuVisible) .link-item span:after {
    background: #fff;
  }
}
@media screen and (min-width: 1331px) {
  #page.index #menu {
    color: #fff;
  }
}
@media screen and (min-width: 1101px) {
  #page.index:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 999;
    left: 70px;
    top: calc( 100vh - 88px );
    width: 18px;
    height: 18px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #fff;
  }
}
#page.whiteLogo:not(.menuVisible) #logo svg path,
#page.whiteLogo:not(.menuVisible) #logo-2 svg path {
  fill: #fff;
}
@media screen and (max-width: 1100px) {
  #page.whiteLogo:not(.menuVisible) #hamburger:before,
  #page.whiteLogo:not(.menuVisible) #hamburger:after,
  #page.whiteLogo:not(.menuVisible) #hamburger span {
    background: #fff;
  }
}
.awards {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  font-size: 0;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .awards {
    bottom: 15px;
  }
}
@media screen and (min-width: 1101px) {
  .awards {
    bottom: 70px;
  }
}
.awards .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-image: url('/images/award-bg-left.svg'), url('/images/award-bg-right.svg');
  background-repeat: no-repeat;
  background-position: top left, top right;
}
@media screen and (max-width: 400px) {
  .awards .item {
    margin: 10px 3px 0;
    background-size: 24px auto;
    width: 80px;
    min-height: 60px;
  }
  .awards .item p {
    font-size: 7px;
    line-height: 1.3em;
    padding: 0 19px 10px;
  }
}
@media screen and (min-width: 401px) {
  .awards .item {
    margin: 40px 20px 0;
    width: 134px;
    min-height: 80px;
  }
  .awards .item p {
    font-size: 10px;
    line-height: 1.4em;
    padding: 0 27px 5px;
  }
}
.awards p {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
#index {
  position: relative;
  background: #222;
}
#index .slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .slider div {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
#index .socials {
  display: block;
  position: absolute;
  z-index: 5;
  left: calc( 100vw - 162px );
  width: 100px;
  bottom: 70px;
  font-size: 0;
  line-height: 1em;
  text-align: right;
}
#index .socials img {
  display: inline-block;
  margin: 0 8px;
  width: 16px;
  height: 16px;
}
#index .socials a:hover {
  opacity: 0.7;
}
#index:after {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  bottom: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}
@keyframes circle-scroll {
  0% {
    stroke-dashoffset: 160%;
  }
  30% {
    stroke-dashoffset: 0%;
  }
  50% {
    stroke-dashoffset: 0%;
  }
  90% {
    stroke-dashoffset: 160%;
  }
  100% {
    stroke-dashoffset: 160%;
  }
}
@keyframes circle-scroll-mobile {
  0% {
    stroke-dashoffset: 42%;
  }
  30% {
    stroke-dashoffset: 0%;
  }
  50% {
    stroke-dashoffset: 0%;
  }
  90% {
    stroke-dashoffset: 42%;
  }
  100% {
    stroke-dashoffset: 42%;
  }
}
#page.contact {
  background-color: #BACCD8;
}
#page.contact main {
  height: 100%;
}
#page.contact .circle svg {
  display: block;
  position: absolute;
  pointer-events: none;
}
#page.contact .circle svg path {
  animation-duration: 8s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 1100px) {
  #page.contact .circle svg {
    top: 130px;
    right: 30px;
    width: 130px !important;
    height: auto !important;
  }
  #page.contact .circle svg path {
    stroke-dasharray: 42%;
    animation-name: circle-scroll-mobile;
  }
}
@media screen and (min-width: 1101px) {
  #page.contact .circle svg {
    top: 110px;
    right: 70px;
  }
  #page.contact .circle svg path {
    stroke-dasharray: 160%;
    animation-name: circle-scroll;
  }
}
html.index,
html.contact,
html.construction {
  height: 100%;
}
html.index body,
html.contact body,
html.construction body {
  height: 100%;
}
html.index body #page,
html.contact body #page,
html.construction body #page,
html.index body main,
html.contact body main,
html.construction body main {
  height: 100%;
}
html.index body #page #index,
html.contact body #page #index,
html.construction body #page #index,
html.index body main #index,
html.contact body main #index,
html.construction body main #index {
  height: 100%;
}
@media screen and (min-width: 751px) {
  html.contact {
    height: 100%;
  }
  html.contact body {
    height: 100%;
  }
  html.contact body #page,
  html.contact body main {
    height: 100%;
  }
  html.contact body #page #contact,
  html.contact body main #contact {
    height: 100%;
  }
}
#contact {
  min-height: 690px;
  position: relative;
}
#contact .center {
  display: flex;
  flex-direction: column;
}
#contact .center .link-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contact .center .link-item + .link-item {
  margin-top: 35px;
}
@media screen and (max-width: 1100px) {
  #contact .center {
    text-align: center;
    padding-top: 200px;
  }
  #contact .center .link-item {
    font-size: 16px;
    padding: 0px 4px;
  }
}
@media screen and (max-width: 750px) {
  #contact .center {
    padding-top: 200px;
  }
}
@media screen and (min-width: 1101px) {
  #contact .center {
    position: absolute;
    left: 50%;
    top: 43%;
    transform: translate(-50%, -50%);
  }
  #contact .center .link-item {
    font-size: 25px;
    padding: 0px 6px;
  }
  #contact .center .link-item strong {
    font-family: 'galano-medium', sans-serif;
    line-height: 34px;
  }
}
#contact .center a {
  display: inline-block;
  padding: 7px 0;
}
#contact .center .socials {
  text-align: center;
  margin-top: 25px;
  font-size: 0;
  line-height: 1em;
}
#contact .center .socials img {
  display: inline-block;
  margin: 0 8px;
  width: 16px;
  height: 16px;
}
#contact .center .socials a:hover {
  opacity: 0.7;
}
#contact .team {
  background-size: 100%;
  padding-top: 35px;
}
@media screen and (max-width: 1100px) {
  #contact .team {
    margin: 30px 30px 30px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1101px) {
  #contact .team {
    position: absolute;
    bottom: 35px;
    left: 70px;
    right: 70px;
  }
}
#contact .team a:hover {
  text-decoration: underline;
}
#contact .team .item {
  position: relative;
  text-align: center;
  padding-top: 35px;
  font-size: 13px;
  line-height: 1.4em;
}
@media screen and (min-width: 1101px) {
  #contact .team .item {
    float: left;
    width: 33.333%;
  }
}
@media screen and (min-width: 1101px) {
  #contact .team .item:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    right: 0;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #000;
  }
  #contact .team .item:not(:first-child):before {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    border-top: 1px solid #000;
  }
}
#contact .team .list:after {
  clear: both;
  display: block;
  content: '';
}
#contact .separator {
  height: 18px;
  border-left: 1px solid #000;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #contact .separator {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1101px) {
  #contact .separator {
    margin-top: 35px;
  }
}
#contact .separator:before,
#contact .separator:after {
  background-color: #000;
  position: absolute;
  content: '';
  display: block;
}
#contact .separator:before {
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: width 0.6s ease;
}
#contact .separator:after {
  height: 0%;
  width: 1px;
  right: 0;
  bottom: 0;
  transition: height 0.3s ease 0.6s;
}
#contact .company-info {
  max-width: 752px;
  display: block;
  margin: 0 auto;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  padding: 38px 0 0;
}
#page.contact.loaded .separator:before {
  width: 100%;
}
#page.contact.loaded .separator:after {
  height: 100%;
}
@media screen and (max-width: 400px) {
  #team .list {
    margin-top: 30px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 401px) and (max-width: 1100px) {
  #team .list {
    margin-top: 40px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  #team .list {
    margin-top: 50px;
    padding: 0 70px;
  }
}
#team .list .item {
  overflow: hidden;
  position: relative;
  float: left;
  margin-bottom: 2%;
}
@media screen and (max-width: 750px) {
  #team .list .item {
    width: 49%;
    padding-bottom: 49%;
  }
  #team .list .item:not(:nth-child(2n+1)) {
    margin-left: 2%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  #team .list .item {
    width: 23.5%;
    padding-bottom: 23.5%;
  }
  #team .list .item:not(:nth-child(4n+1)) {
    margin-left: 2%;
  }
}
@media screen and (min-width: 1101px) {
  #team .list .item {
    width: 18.4%;
    padding-bottom: 18.4%;
  }
  #team .list .item:not(:nth-child(5n+1)) {
    margin-left: 2%;
  }
}
#team .list .item .info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7%;
  color: #fff;
  z-index: 5;
}
@media screen and (min-width: 1101px) {
  #team .list .item .info {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 400px) {
  #team .list .item .info .position {
    font-size: 10px;
  }
  #team .list .item .info .name {
    font-size: 14px;
    margin-top: 1px;
  }
}
@media screen and (min-width: 401px) {
  #team .list .item .info .position {
    font-size: 12px;
  }
  #team .list .item .info .name {
    font-size: 16px;
    margin-top: 5px;
  }
}
#team .list .item:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 100%);
}
#team .list .item .image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#team .list .item .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#team .list .item .image img.hover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#team .list .item:hover .info,
#team .list .item:hover .image img.hover {
  opacity: 1;
}
#team .list:after {
  clear: both;
  display: block;
  content: '';
}
@media screen and (max-width: 400px) {
  #realizations .list {
    padding: 0 20px;
  }
}
@media screen and (min-width: 401px) and (max-width: 1100px) {
  #realizations .list {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  #realizations .list {
    padding: 0 70px;
  }
}
#realizations .list .item {
  display: block;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 400px) {
  #realizations .list .item {
    padding-bottom: 73%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 401px) {
  #realizations .list .item {
    float: left;
    margin-bottom: 2%;
  }
}
@media screen and (min-width: 401px) and (max-width: 750px) {
  #realizations .list .item {
    width: 49%;
    padding-bottom: 36%;
  }
  #realizations .list .item:not(:nth-child(2n+1)) {
    margin-left: 2%;
  }
}
@media screen and (min-width: 751px) {
  #realizations .list .item {
    width: 32%;
    margin-bottom: 2%;
    padding-bottom: 23.5%;
  }
  #realizations .list .item:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
}
#realizations .list .item .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  z-index: 2;
}
#realizations .list .item .hover .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  line-height: 1.35em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #realizations .list .item .hover .title {
    font-size: 16px;
  }
}
@media screen and (min-width: 751px) {
  #realizations .list .item .hover .title {
    font-size: 20px;
  }
}
#realizations .list .item .hover .title small {
  display: block;
  font-size: 75%;
  line-height: 1.2em;
  margin-top: 5px;
}
#realizations .list .item:nth-child(4n) .hover:after,
#realizations .list .item:nth-child(4n) .hover:before {
  display: block;
  content: '';
  position: absolute;
}
#realizations .list .item:nth-child(4n) .hover:after {
  width: 18px;
  height: 18px;
  bottom: 0;
  left: 0;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #000;
}
#realizations .list .item:nth-child(4n) .hover:before {
  left: 33%;
  top: 82%;
  width: 110%;
  padding-bottom: 110%;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: 50%;
}
#realizations .list .item:nth-child(4n+1) .hover:after,
#realizations .list .item:nth-child(4n+1) .hover:before {
  display: block;
  content: '';
  position: absolute;
}
#realizations .list .item:nth-child(4n+1) .hover:after {
  width: 18px;
  height: 18px;
  bottom: 0;
  left: 0;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #000;
}
#realizations .list .item:nth-child(4n+1) .hover:before {
  width: 18px;
  height: 18px;
  right: 0;
  top: 0;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #000;
}
#realizations .list .item:nth-child(4n+2) .hover:after,
#realizations .list .item:nth-child(4n+2) .hover:before {
  display: block;
  content: '';
  position: absolute;
}
#realizations .list .item:nth-child(4n+2) .hover:after {
  width: 63.333%;
  height: 33.333%;
  bottom: 0;
  left: 0;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #000;
}
#realizations .list .item:nth-child(4n+2) .hover:before {
  right: 0;
  top: 0;
  width: 40%;
  padding-bottom: 40%;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
  border-radius: 50%;
  transform: rotate(-45deg);
  transform-origin: 50%;
}
#realizations .list .item:nth-child(4n+3) .hover:after,
#realizations .list .item:nth-child(4n+3) .hover:before {
  display: block;
  content: '';
  position: absolute;
}
#realizations .list .item:nth-child(4n+3) .hover:after {
  width: 50%;
  height: 14%;
  right: 0;
  top: 0;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #000;
}
#realizations .list .item:nth-child(4n+3) .hover:before {
  left: 20%;
  bottom: 20%;
  width: 40%;
  padding-bottom: 40%;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-radius: 50%;
  transform: rotate(-45deg);
  transform-origin: 50%;
}
#realizations .list .item img {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#realizations .list .item:hover .hover {
  opacity: 1;
}
#realizations .list:after {
  clear: both;
  display: block;
  content: '';
}
@media screen and (max-width: 400px) {
  #news .list {
    padding: 0 20px;
  }
}
@media screen and (min-width: 401px) and (max-width: 1100px) {
  #news .list {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1101px) {
  #news .list {
    padding: 0 70px;
  }
}
#news .list .item {
  display: block;
  position: relative;
  border-left: 1px solid #000;
}
@media screen and (max-width: 750px) {
  #news .list .item {
    margin-bottom: 20px;
    padding-bottom: 60%;
  }
}
@media screen and (min-width: 751px) {
  #news .list .item {
    float: left;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  #news .list .item {
    width: 48%;
    margin-bottom: 4%;
    padding-bottom: 30%;
  }
  #news .list .item:not(:nth-child(2n+1)) {
    margin-left: 4%;
  }
}
@media screen and (min-width: 1101px) {
  #news .list .item {
    width: 30.666%;
    margin-bottom: 4%;
    padding-bottom: 20%;
  }
  #news .list .item:not(:nth-child(3n+1)) {
    margin-left: 4%;
  }
}
#news .list .item:before {
  content: '';
  display: block;
  height: 1px;
  width: 0;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease;
}
#news .list .item .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  z-index: 1;
}
#news .list .item .hover .title {
  position: absolute;
  left: 40px;
  top: 30px;
  color: #000;
  line-height: 1.35em;
  max-width: 230px;
}
@media screen and (max-width: 400px) {
  #news .list .item .hover .title {
    font-size: 16px;
  }
}
@media screen and (min-width: 401px) {
  #news .list .item .hover .title {
    font-size: 20px;
  }
}
#news .list .item .hover .data {
  position: absolute;
  left: 40px;
  bottom: 30px;
  color: #000;
}
@media screen and (max-width: 400px) {
  #news .list .item .hover .data {
    font-size: 12px;
  }
}
@media screen and (min-width: 401px) {
  #news .list .item .hover .data {
    font-size: 14px;
  }
}
#news .list .item img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 0;
  height: 100%;
  width: calc( 100% - 10px);
  object-fit: cover;
  opacity: 0.15;
  transition: all 0.3s ease;
  z-index: 2;
}
#news .list .item:hover:before {
  width: 10px;
}
#news .list .item:hover img {
  opacity: 1;
  left: 20px;
}
#news .list:after {
  clear: both;
  display: block;
  content: '';
}
#offer > p {
  text-align: center;
  font-size: 16px;
  line-height: 27px;
  padding: 0 9vw;
  max-width: 1024px;
  margin: 0 auto;
}
#offer > p:last-of-type {
  margin-bottom: 64px;
}
@media screen and (max-width: 1100px) {
  #offer > p {
    padding: 0 9vw;
    font-size: 14px;
    line-height: 21px;
  }
  #offer > p + p {
    margin-top: 21px;
  }
}
#offer .offer-list {
  display: grid;
  grid-template-columns: repeat(5, 20%);
  margin: 52px 10vw;
}
@media screen and (max-width: 1100px) {
  #offer .offer-list {
    grid-template-columns: repeat(4, 25%);
    margin-top: 47px;
  }
}
@media screen and (max-width: 750px) {
  #offer .offer-list {
    grid-template-columns: repeat(2, 50%);
  }
}
@media screen and (min-width: 1440px) {
  #offer .offer-list {
    max-width: 1100px;
    margin: 52px auto;
  }
}
#offer .offer-list .offer-list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  padding-top: 32px;
}
@media screen and (min-width: 1101px) {
  #offer .offer-list .offer-list-item {
    height: 300px;
  }
}
@media screen and (max-width: 1100px) {
  #offer .offer-list .offer-list-item {
    height: 190px;
  }
}
#offer .offer-list .offer-list-item .offer-item-header {
  font-size: 16px;
  font-weight: 400;
  height: 50px;
}
@media screen and (max-width: 400px) {
  #offer .offer-list .offer-list-item .offer-item-header {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  #offer .offer-list .offer-list-item .offer-item-header {
    font-size: 14px;
    line-height: 21px;
  }
}
#offer .offer-list .offer-list-item .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 22px;
  display: flex;
  justify-content: center;
  position: relative;
}
#offer .offer-list .offer-list-item .icon .main-icon {
  margin: auto;
}
#offer .offer-list .offer-list-item .icon .doodle-icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
#offer .offer-list .offer-list-item .description .number {
  font-size: 30px;
  line-height: 41px;
  font-family: 'galano';
}
#offer .offer-list .offer-list-item .description .number sup {
  line-height: 0;
}
#offer .offer-list .offer-list-item .description .caption {
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 1101px) {
  #offer .offer-list .offer-list-item .description {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    gap: 10px;
    height: 0;
    transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out;
  }
  #offer .offer-list .offer-list-item .description .read-more {
    display: none;
  }
  #offer .offer-list .offer-list-item:before {
    top: 10px;
    right: 10px;
  }
  #offer .offer-list .offer-list-item:after {
    bottom: 10px;
    left: 10px;
  }
  #offer .offer-list .offer-list-item:hover .icon .doodle-icon {
    opacity: 1;
  }
  #offer .offer-list .offer-list-item:hover .description {
    height: 110px;
    opacity: 1;
  }
  #offer .offer-list .offer-list-item:hover:before,
  #offer .offer-list .offer-list-item:hover:after {
    opacity: 1;
  }
  #offer .offer-list .offer-list-item:hover:before {
    top: 0;
    right: 0;
  }
  #offer .offer-list .offer-list-item:hover:after {
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 1100px) {
  #offer .offer-list .offer-list-item .description {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #FFF;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
  }
  #offer .offer-list .offer-list-item .read-more {
    position: absolute;
    bottom: 4px;
    text-decoration: underline;
  }
  #offer .offer-list .offer-list-item:before {
    top: 10px;
  }
  #offer .offer-list .offer-list-item:after {
    bottom: 10px;
  }
  #offer .offer-list .offer-list-item:nth-child(odd) .description {
    left: 100%;
  }
  #offer .offer-list .offer-list-item:nth-child(odd):before {
    left: calc(200% - 29px);
  }
  #offer .offer-list .offer-list-item:nth-child(odd):after {
    left: 10px;
  }
  #offer .offer-list .offer-list-item:nth-child(even) .description {
    right: 100%;
  }
  #offer .offer-list .offer-list-item:nth-child(even):after {
    left: calc(-100% + 10px);
  }
  #offer .offer-list .offer-list-item:nth-child(even):before {
    left: calc(100% - 29px);
  }
  #offer .offer-list .offer-list-item.active:nth-child(odd):before {
    left: calc(200% - 19px);
  }
  #offer .offer-list .offer-list-item.active:nth-child(odd):after {
    left: 0;
  }
  #offer .offer-list .offer-list-item.active:nth-child(even):before {
    left: calc(100% - 19px);
  }
  #offer .offer-list .offer-list-item.active:nth-child(even):after {
    left: -100%;
  }
  #offer .offer-list .offer-list-item.active .icon .doodle-icon {
    opacity: 1;
  }
  #offer .offer-list .offer-list-item.active .description {
    opacity: 1;
    visibility: visible;
  }
  #offer .offer-list .offer-list-item.active:before,
  #offer .offer-list .offer-list-item.active:after {
    opacity: 1;
    z-index: 3;
  }
  #offer .offer-list .offer-list-item.active:before {
    top: 0;
  }
  #offer .offer-list .offer-list-item.active:after {
    bottom: 0;
  }
}
#offer .offer-list .offer-list-item:before,
#offer .offer-list .offer-list-item:after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out, bottom 0.2s ease-in-out, left 0.2s ease-in-out;
  pointer-events: none;
}
#offer .offer-list .offer-list-item:before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
#offer .offer-list .offer-list-item:after {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
#offer .offer-list .offer-list-item.offer-item-01 .icon .doodle-icon {
  left: -50px;
  top: -15px;
}
#offer .offer-list .offer-list-item.offer-item-02 .icon .doodle-icon {
  left: 27px;
  top: 10px;
}
#offer .offer-list .offer-list-item.offer-item-03 .icon .doodle-icon {
  left: -13px;
  top: -25px;
}
#offer .offer-list .offer-list-item.offer-item-04 .icon .doodle-icon {
  left: -18px;
  top: -30px;
}
#offer .offer-list .offer-list-item.offer-item-05 .icon .doodle-icon {
  left: 0;
  top: -40px;
}
#offer .offer-list .offer-list-item.offer-item-06 .icon .doodle-icon {
  left: 14px;
  top: 12px;
}
#offer .offer-list .offer-list-item.offer-item-07 .icon .doodle-icon {
  left: 13px;
  top: 22px;
}
#offer .offer-list .offer-list-item.offer-item-08 .icon .doodle-icon {
  left: -55px;
  top: -46px;
}
#offer .offer-list .offer-list-item.offer-item-09 .icon .doodle-icon {
  left: -7px;
  top: -1px;
}
#offer .offer-list .offer-list-item.offer-item-10 .icon .doodle-icon {
  left: 13px;
  top: 49px;
}
.offer-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(216, 216, 216, 0.88);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 60px;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
@media screen and (max-width: 1100px) {
  .offer-modal {
    padding: 60px 25px 25px;
  }
}
@media screen and (max-width: 400px) {
  .offer-modal {
    padding: 3vw;
  }
}
.offer-modal.active {
  opacity: 1;
  visibility: visible;
}
.offer-modal.active .modal-content {
  transform: translateY(0);
}
.offer-modal .modal-content {
  max-width: 1200px;
  width: 100%;
  height: 80%;
  background-color: #FFF;
  display: flex;
  flex-direction: row;
  gap: 50px;
  padding: 50px 35px 40px;
  position: relative;
  transform: translateY(5vh);
  transition: transform 0.25s ease-in-out;
}
@media screen and (max-width: 1100px) {
  .offer-modal .modal-content {
    height: 100%;
    overflow: hidden;
    gap: 0;
    flex-direction: column;
  }
  .offer-modal .modal-content:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 18px;
    bottom: 40px;
    background-color: #000;
  }
}
@media screen and (min-width: 1101px) {
  .offer-modal .modal-content {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .offer-modal .modal-content {
    height: 600px;
    margin: auto;
  }
}
@media screen and (max-width: 400px) {
  .offer-modal .modal-content {
    padding: 10vw 5vw 5vw;
  }
  .offer-modal .modal-content:before {
    bottom: 5vw;
  }
}
.offer-modal .modal-content .modal-aside {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .offer-modal .modal-content .modal-aside {
    max-width: 50%;
    flex-grow: 1;
    border-bottom: 1px solid #000;
  }
  .offer-modal .modal-content .modal-aside:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 18px;
    left: 0;
    bottom: 0;
    background-color: #000;
  }
}
@media screen and (max-width: 1100px) {
  .offer-modal .modal-content .modal-aside {
    width: 100%;
  }
}
.offer-modal .modal-content .modal-aside .modal-title {
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .offer-modal .modal-content .modal-aside .modal-title {
    height: 90px;
    font-size: 26px;
    line-height: 28px;
    padding-left: 10px;
    position: relative;
  }
  .offer-modal .modal-content .modal-aside .modal-title:before,
  .offer-modal .modal-content .modal-aside .modal-title:after {
    content: '';
    background-color: #000;
    position: absolute;
  }
  .offer-modal .modal-content .modal-aside .modal-title:before {
    height: 15px;
    width: 1px;
    left: 0;
    bottom: 0;
  }
  .offer-modal .modal-content .modal-aside .modal-title:after {
    width: 10px;
    height: 1px;
    bottom: 7px;
    left: 1px;
  }
}
@media screen and (min-width: 1101px) {
  .offer-modal .modal-content .modal-aside .modal-title {
    font-size: 40px;
    line-height: 40px;
    padding-left: 30px;
    padding-bottom: 40px;
  }
  .offer-modal .modal-content .modal-aside .modal-title:before,
  .offer-modal .modal-content .modal-aside .modal-title:after {
    content: '';
    background-color: #000;
    position: absolute;
  }
  .offer-modal .modal-content .modal-aside .modal-title:before {
    height: 15px;
    width: 1px;
    left: 0;
    bottom: 0;
  }
  .offer-modal .modal-content .modal-aside .modal-title:after {
    width: 10px;
    height: 1px;
    bottom: 7px;
    left: 1px;
  }
}
@media screen and (max-width: 400px) {
  .offer-modal .modal-content .modal-aside .modal-title {
    height: auto;
    padding-bottom: 40px;
    padding-right: 80px;
    padding-left: 5vw;
  }
}
.offer-modal .modal-content .modal-aside .icon-container {
  padding-top: 17px;
  padding-left: 38px;
}
@media screen and (max-width: 1100px) {
  .offer-modal .modal-content .modal-aside .icon-container {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 400px) {
  .offer-modal .modal-content .modal-aside .icon-container {
    padding-left: 5vw;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 400px) {
  .offer-modal .modal-content .modal-aside .icon-container .illustration {
    display: block;
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}
.offer-modal .modal-content .modal-article {
  max-width: 50%;
  flex-grow: 1;
  border-bottom: 1px solid #000;
  position: relative;
  font-size: 14px;
  line-height: 19px;
}
@media screen and (min-width: 1100px) {
  .offer-modal .modal-content .modal-article:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 18px;
    bottom: 0;
    right: 0;
    background-color: #000;
  }
}
@media screen and (max-width: 1100px) {
  .offer-modal .modal-content .modal-article {
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: auto;
  }
}
.offer-modal .modal-content .modal-article article {
  padding-right: 40px;
  overflow: auto;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .offer-modal .modal-content .modal-article article {
    height: auto;
    padding: 0px 10px 40px 20px;
  }
}
@media screen and (min-width: 1100px) {
  .offer-modal .modal-content .modal-article article {
    padding-bottom: 40px;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .offer-modal .modal-content .modal-article article::-webkit-scrollbar {
    width: 1px;
  }
  .offer-modal .modal-content .modal-article article::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    margin: 30px 0 50px;
  }
  .offer-modal .modal-content .modal-article article::-webkit-scrollbar-thumb {
    background: #000;
  }
  .offer-modal .modal-content .modal-article article::-webkit-scrollbar-thumb:hover {
    background: red;
  }
}
.offer-modal .modal-content .modal-article article p + p,
.offer-modal .modal-content .modal-article article p + ul {
  margin-top: 24px;
}
.offer-modal .modal-content .modal-article article ul li {
  display: list-item;
  margin-left: 10px;
  list-style-image: url('/images/icon-bullet.svg');
}
.offer-modal .modal-content .modal-article article ul li + li {
  margin-top: 12px;
}
.offer-modal .modal-content .modal-article article ul ul {
  margin-top: 12px;
}
.offer-modal .modal-content .modal-article article ul + p {
  margin-top: 24px;
}
.offer-modal .modal-content .modal-article article .scroll-down,
.offer-modal .modal-content .modal-article article .scroll-up {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  display: none;
  border: 0;
}
.offer-modal .modal-content .modal-article article .scroll-down.active,
.offer-modal .modal-content .modal-article article .scroll-up.active {
  display: block;
}
.offer-modal .modal-content .modal-article article .scroll-down {
  bottom: 0;
  background: transparent url('/images/icon-scroll-arrow-down.svg') center center no-repeat;
  background-color: #f3f3f3;
}
.offer-modal .modal-content .modal-article article .scroll-up {
  top: 0px;
  background: transparent url('/images/icon-scroll-arrow-down.svg') center center no-repeat;
  background-color: #f3f3f3;
}
.offer-modal .modal-content .close-modal {
  width: 40px;
  height: 40px;
  background: url('/images/icon-close.svg') no-repeat center center;
  position: absolute;
  top: 14px;
  right: 21px;
  cursor: pointer;
}
#partners {
  margin-top: 50px;
  font-size: 0;
}
@media screen and (max-width: 400px) {
  #partners {
    padding: 0 20px 0;
  }
}
@media screen and (min-width: 401px) and (max-width: 1100px) {
  #partners {
    padding: 0 40px 0;
  }
}
@media screen and (min-width: 1101px) {
  #partners {
    padding: 0 70px 0;
  }
}
#partners:before {
  display: block;
  content: '';
  height: 18px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #000;
}
#partners h2 {
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  width: 260px;
  margin: -20px auto 40px;
  position: relative;
  top: -9px;
}
#partners .list {
  text-align: center;
  overflow: hidden;
  position: relative;
}
#partners .list a {
  display: inline-block;
  margin: 0 20px;
}
#partners .list a:hover {
  opacity: 0.6;
}
#partners .list img {
  width: 100px;
  height: 100px;
  display: block;
  object-fit: contain;
}
#partners .list:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  bottom: 0;
  height: 100%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, #ffffff 100%);
  pointer-events: none;
}
#partners .list:after {
  clear: both;
  display: block;
  content: '';
}
@media screen and (max-width: 1100px) {
  #subpage #top .cover {
    height: 50vh;
  }
}
@media screen and (min-width: 1101px) {
  #subpage #top {
    width: 100%;
    min-height: calc( 100vh - 100px );
    display: table;
  }
  #subpage #top .cover,
  #subpage #top .details {
    display: table-cell;
    min-height: calc( 100vh - 100px );
  }
  #subpage #top .cover {
    width: 55%;
  }
  #subpage #top .details {
    width: 45%;
  }
}
#subpage #top h1,
#subpage #top .text {
  max-width: 600px;
}
#subpage #top .cover {
  position: relative;
  background-color: #f7f7f7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 400px) {
  #subpage #top .cover {
    min-height: 400px;
  }
}
@media screen and (min-width: 401px) and (max-width: 750px) {
  #subpage #top .cover {
    min-height: 500px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  #subpage #top .cover {
    min-height: 600px;
  }
}
#subpage #top .cover:after {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  bottom: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}
#subpage #top .details {
  position: relative;
}
@media screen and (max-width: 400px) {
  #subpage #top .details {
    padding: 20px;
  }
}
@media screen and (min-width: 401px) and (max-width: 1100px) {
  #subpage #top .details {
    padding: 40px;
  }
}
@media screen and (min-width: 1101px) {
  #subpage #top .details {
    padding: 70px 70px 0 60px;
  }
}
#subpage #top .details .date {
  position: absolute;
  left: 100%;
  top: 100%;
  text-align: right;
  transform: rotate(-90deg);
  transform-origin: 0;
  margin-left: -100px;
  margin-top: -10px;
}
@media screen and (max-width: 1100px) {
  #subpage #top .details .date {
    margin-left: -50px;
    margin-top: -40px;
  }
}
#subpage #top .details .back {
  line-height: 16px;
}
#subpage #top .details .back:before {
  content: '';
  display: block;
  float: left;
  width: 12px;
  height: 16px;
  background: url('/images/back.svg') no-repeat left center;
  transition: transform 0.2s ease;
  margin-left: -2px;
  margin-top: 1px;
}
#subpage #top .details .back:hover:before {
  transform: translateX(-3px);
}
#subpage #top .details h1 {
  font-size: 30px;
  line-height: 1.2em;
  margin: 40px 0 10px;
  font-family: 'galano-medium', sans-serif;
}
#subpage #top .details h2 {
  font-size: 16px;
}
#subpage #top .details h1,
#subpage #top .details h2 {
  padding: 0 10px;
}
#subpage #top .details p {
  padding: 10px;
  font-size: 14px;
  line-height: 1.35em;
}
#subpage #top .details .text {
  padding-top: 20px;
  position: relative;
}
#subpage #top .details .text hr {
  display: block;
  margin: 24px 0;
  width: 18px;
  border-top: 1px solid #000;
}
#subpage #top .details .text .read-more {
  padding-top: 24px;
  margin-top: 24px;
  position: relative;
  max-width: 450px;
}
#subpage #top .details .text .read-more p {
  padding-right: 60px;
}
#subpage #top .details .text .read-more a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
#subpage #top .details .text .read-more:before {
  content: '';
  display: block;
  height: 1px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
}
#subpage #top .details .text .read-more:after {
  content: '';
  display: block;
  width: 1px;
  height: 17px;
  position: absolute;
  left: 0px;
  top: -8px;
  background-color: #000;
}
#subpage #top .details .text a {
  font-family: 'galano-medium', sans-serif;
  text-decoration: underline;
}
@media screen and (max-width: 1100px) {
  #subpage #top .details .go-to-project {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1101px) {
  #subpage #top .details .go-to-project {
    position: absolute;
    bottom: -10px;
    left: 60px;
  }
}
#subpage #top .details .go-to-project a {
  font-family: 'galano-medium', sans-serif;
}
#subpage #top .details .go-to-project a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url('/images/arrow-right-b.svg') no-repeat center;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  transition: transform 0.2s ease;
}
#subpage #top .details .go-to-project a:hover:after {
  transform: translateX(3px);
}
#subpage #top .details .description {
  position: relative;
}
#subpage #top .details .description:before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 0;
  background-color: #000;
  transition: width 2s ease;
}
#subpage #top .details .description:after {
  content: '';
  display: block;
  width: 1px;
  height: 17px;
  position: absolute;
  left: 0px;
  top: -8px;
  background-color: #000;
}
#subpage #top .details .description table tr td,
#subpage #top .details .description p {
  line-height: 1.35em;
}
#subpage #top .details .description p {
  font-size: 14px;
}
#subpage #top .details .description p:first-child {
  padding-top: 33px;
}
#subpage #top .details table {
  width: 100%;
  border: 0 !important;
}
#subpage #top .details table tr td {
  border-bottom: 1px solid #000;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  padding: 15px 10px;
  vertical-align: top;
  height: auto !important;
  font-size: 12px;
}
#subpage #top .details table tr td:first-child {
  width: 140px !important;
  border-top: 0;
  font-family: 'galano-medium', sans-serif;
}
#subpage #top .details table tr td:not(:first-child) {
  width: auto !important;
}
#subpage #top:after {
  clear: both;
  display: block;
  content: '';
}
@media screen and (max-width: 1100px) {
  #subpage #see-more {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  #subpage #see-more {
    height: 100px;
    position: relative;
  }
  #subpage #see-more .separator {
    width: 55%;
    float: left;
    padding: 40px 0 40px 70px;
  }
  #subpage #see-more .separator:before {
    content: '';
    display: block;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #000;
    height: 16px;
    width: 0%;
    transition: width 2s ease;
  }
  #subpage #see-more .link {
    width: 45%;
    float: right;
    padding: 45px 70px 0;
  }
  #subpage #see-more .link .moveTo {
    line-height: 12px;
    cursor: pointer;
  }
  #subpage #see-more .link .moveTo:before {
    content: '';
    display: block;
    width: 20px;
    height: 12px;
    float: left;
    background: url('/images/arrow-bottom.svg') no-repeat left center;
    transition: transform 0.2s ease;
    margin-top: 1px;
  }
  #subpage #see-more .link .moveTo:hover:before {
    transform: translateY(3px);
  }
  #subpage #see-more:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 70px;
    top: 40px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #000;
  }
  #subpage #see-more:after {
    clear: both;
    display: block;
    content: '';
  }
}
@media screen and (min-width: 1101px) {
  #subpage #info {
    min-height: calc( 100vh - 140px );
  }
  #subpage #info .gallery {
    width: 55%;
    float: left;
    padding: 70px 0 70px calc( 70px - 1.2vw );
  }
  #subpage #info .description p {
    max-width: 600px;
  }
}
@media screen and (max-width: 400px) {
  #subpage #info .gallery {
    padding: 20px 20px 20px calc( 20px - 2vw );
  }
}
@media screen and (min-width: 401px) and (max-width: 1100px) {
  #subpage #info .gallery {
    padding: 40px 40px 40px calc( 40px - 2vw );
  }
}
#subpage #info .gallery img {
  display: block;
  float: left;
  background-color: #000;
  cursor: pointer;
}
@media screen and (max-width: 400px) {
  #subpage #info .gallery img {
    margin: 0 0 2vw 2vw;
    height: calc( ( 100vw - 40px ) * 0.21215 );
  }
}
@media screen and (min-width: 401px) and (max-width: 1100px) {
  #subpage #info .gallery img {
    margin: 0 0 2vw 2vw;
    height: calc( ( 100vw - 80px ) * 0.211 );
  }
}
@media screen and (min-width: 1101px) {
  #subpage #info .gallery img {
    margin: 0 0 1.2vw 1.2vw;
    height: calc( ( 55vw - 70px ) * 0.211 );
  }
}
#subpage #info .gallery img:hover {
  opacity: 0.8;
}
#subpage #info .gallery:after {
  clear: both;
  display: block;
  content: '';
}
@media screen and (max-width: 400px) {
  #subpage #info .description {
    padding: 20px;
  }
}
@media screen and (min-width: 401px) and (max-width: 1100px) {
  #subpage #info .description {
    padding: 40px;
  }
}
@media screen and (min-width: 1101px) {
  #subpage #info .description {
    padding: 70px;
    width: 45%;
    float: right;
  }
}
#subpage #info .description p {
  line-height: 1.35em;
}
@media screen and (max-width: 400px) {
  #subpage #info .description p {
    font-size: 12px;
  }
}
@media screen and (min-width: 401px) {
  #subpage #info .description p {
    font-size: 14px;
  }
}
#subpage #info .description p + p {
  margin-top: 1.35em;
}
#subpage #info:after {
  clear: both;
  display: block;
  content: '';
}
#construction {
  height: 100%;
  min-height: 690px;
  position: relative;
  display: flex;
  flex-direction: column;
}
#construction h1 + small {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
#construction .center {
  max-width: 520px;
  text-align: center;
  margin: auto auto 0;
  font-size: 14px;
  line-height: 19px;
}
@media screen and (max-width: 1100px) {
  #construction .center {
    max-width: 95vw;
    padding: 32px 24px 0;
    margin: 0 auto 0;
  }
}
#construction .center p + p {
  margin-top: 18px;
}
#construction .logotypes {
  display: flex;
  margin: auto;
  gap: 38px;
}
@media screen and (max-width: 1100px) {
  #construction .logotypes {
    flex-wrap: wrap;
    padding: 48px 50px;
    justify-content: center;
  }
}
#construction footer {
  display: block !important;
}
@media screen and (min-width: 1101px) {
  #page.news #subpage .details {
    padding-bottom: 80px !important;
  }
}
#page.loaded #subpage #top .details .description:before,
#page.loaded #subpage #see-more .separator:before {
  width: 100%;
}
.wide-photo {
  display: block;
  width: 100%;
}
@media screen and (max-width: 400px) {
  .photo-photo {
    padding: 20px;
  }
  .photo-photo .photo + .photo {
    margin-top: 20px;
  }
}
@media screen and (min-width: 401px) {
  .photo-photo {
    display: table;
    width: 100%;
    border-collapse: separate;
  }
  .photo-photo > div {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
}
@media screen and (min-width: 401px) and (max-width: 1100px) {
  .photo-photo {
    border-spacing: 40px;
  }
}
@media screen and (min-width: 1101px) {
  .photo-photo {
    border-spacing: 70px;
  }
}
.photo-photo .photo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 400px) {
  .photo-text {
    padding: 20px;
  }
  .photo-text .photo + .text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 401px) and (max-width: 750px) {
  .photo-text {
    padding: 40px;
  }
  .photo-text .photo + .text {
    margin-top: 40px;
  }
}
@media screen and (min-width: 751px) {
  .photo-text {
    display: table;
    width: 100%;
    border-collapse: separate;
  }
  .photo-text > div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .photo-text {
    border-spacing: 40px;
  }
}
@media screen and (min-width: 1101px) {
  .photo-text {
    border-spacing: 70px;
  }
}
.photo-text .wrapper {
  position: relative;
}
.photo-text .wrapper:after {
  clear: both;
  display: block;
  content: '';
}
.photo-text .photo img {
  display: block;
  width: 100%;
}
.photo-text .text {
  border: 1px solid #000;
  padding: 70px;
  position: relative;
}
.photo-text .text p {
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.photo-text .text:before,
.photo-text .text:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: 1;
}
.photo-text .text:before {
  top: -1%;
  height: 102%;
  left: 18px;
  right: 18px;
}
.photo-text .text:after {
  width: 102%;
  top: 18px;
  bottom: 18px;
  left: -1%;
}
.circle-text {
  height: 100vh;
}
@media screen and (max-width: 400px) {
  .circle-text {
    padding: 20px;
  }
}
@media screen and (min-width: 401px) and (max-width: 1100px) {
  .circle-text {
    padding: 40px;
  }
}
@media screen and (min-width: 1101px) {
  .circle-text {
    padding: 70px;
  }
}
@media screen and (max-width: 549px) {
  .circle-text {
    min-height: 400px;
  }
  .circle-text .text {
    width: 250px;
    height: 250px;
  }
  .circle-text .text p {
    font-size: 11px;
  }
}
@media screen and (min-width: 550px) and (max-width: 879px) {
  .circle-text {
    min-height: 500px;
  }
  .circle-text .text {
    width: 400px;
    height: 400px;
  }
  .circle-text .text p {
    font-size: 16px;
  }
}
@media screen and (min-width: 880px) {
  .circle-text {
    min-height: 800px;
  }
  .circle-text .text {
    width: 650px;
    height: 650px;
  }
  .circle-text .text p {
    font-size: 20px;
  }
}
.circle-text .wrapper {
  height: 100%;
  position: relative;
}
.circle-text .wrapper:before,
.circle-text .wrapper:after {
  content: '';
  display: block;
  width: 18px;
  height: 100%;
  position: absolute;
  border-style: solid;
  border-color: #000;
}
.circle-text .wrapper:before {
  border-width: 1px 0 1px 1px;
  left: 0;
}
.circle-text .wrapper:after {
  border-width: 1px 1px 1px 0;
  right: 0;
}
.circle-text .text {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid #000;
  transform: translate(-50%, -50%);
}
.circle-text .text p {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
  line-height: 1.35em;
}
.showGallery,
.closeGallery {
  cursor: pointer;
}
.slick .slick-arrow {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent no-repeat center;
  width: 50px;
  height: 50px;
  position: absolute;
  cursor: pointer;
  font-size: 0;
  top: 50%;
  margin-top: -25px;
  z-index: 2;
  transition: transform 0.2s ease;
}
.slick .slick-arrow:hover {
  transform: scale(1.3);
}
.slick .slick-arrow.slick-prev {
  background-image: url('/images/arrow-left-w.svg');
}
@media screen and (max-width: 400px) {
  .slick .slick-arrow.slick-prev {
    left: 0;
  }
}
@media screen and (min-width: 401px) and (max-width: 1100px) {
  .slick .slick-arrow.slick-prev {
    left: 22px;
  }
}
@media screen and (min-width: 1101px) {
  .slick .slick-arrow.slick-prev {
    left: 49px;
  }
}
.slick .slick-arrow.slick-next {
  background-image: url('/images/arrow-right-w.svg');
}
@media screen and (max-width: 400px) {
  .slick .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (min-width: 401px) and (max-width: 1100px) {
  .slick .slick-arrow.slick-next {
    right: 22px;
  }
}
@media screen and (min-width: 1101px) {
  .slick .slick-arrow.slick-next {
    right: 49px;
  }
}
.slick .slick-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
}
.slick .slick-dots li {
  display: inline-block;
  padding: 3px;
  cursor: pointer;
}
.slick .slick-dots li.slick-active button {
  background-color: #000;
}
.slick .slick-dots button {
  display: block;
  font-size: 0;
  appearance: none;
  border: 1px solid #000;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  cursor: pointer;
}
.slick .slick-dots button:hover {
  opacity: 0.7;
}
#page.realizations .slick .slick-arrow.slick-prev {
  background-image: url('/images/arrow-left.svg');
}
#page.realizations .slick .slick-arrow.slick-next {
  background-image: url('/images/arrow-right.svg');
}
#gallery {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 10000;
}
#gallery .list,
#gallery .slick-list,
#gallery .slick-track,
#gallery .list .item {
  width: 100%;
  height: 100%;
}
#gallery .list .item {
  background-color: rgba(255, 255, 255, 0.9);
}
#gallery .list .item .image {
  background: no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 400px) {
  #gallery .list .item .image {
    height: calc( 100% - 140px );
    width: calc( 100% - 80px );
    margin: 75px 40px;
  }
}
@media screen and (min-width: 401px) and (max-width: 1100px) {
  #gallery .list .item .image {
    height: calc( 100% - 160px );
    width: calc( 100% - 180px );
    margin: 90px;
  }
}
@media screen and (min-width: 1101px) {
  #gallery .list .item .image {
    height: calc( 100% - 140px );
    width: calc( 100% - 240px );
    margin: 70px 120px;
  }
}
#gallery .closeGallery {
  position: absolute;
  height: 50px;
  width: 50px;
  background: url('/images/close.svg') no-repeat center;
  z-index: 2;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 400px) {
  #gallery .closeGallery {
    right: 5px;
    top: 5px;
  }
}
@media screen and (min-width: 401px) and (max-width: 1100px) {
  #gallery .closeGallery {
    right: 29px;
    top: 26px;
  }
}
@media screen and (min-width: 1101px) {
  #gallery .closeGallery {
    right: 59px;
    top: 56px;
  }
}
#gallery .closeGallery:hover {
  opacity: 0.6;
}
#page.galleryVisible #gallery {
  opacity: 1;
  pointer-events: inherit;
}
