@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

:root {
  --con-padding: 60px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    :root {
      --con-padding: 48px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    :root {
      --con-padding: 32px; } }
  @media only screen and (max-width: 767px) {
    :root {
      --con-padding: 24px; } }

.visible-xs {
  display: none !important; }
  @media only screen and (max-width: 767px) {
    .visible-xs {
      display: block !important; } }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }
  a:active {
    color: inherit; }

p {
  margin: 0; }

strong {
  font-weight: 600; }

b {
  font-weight: 700; }

.swiper-pagination .swiper-pagination-bullet {
  transition: .7s; }

.f-thumbs__viewport {
  display: none !important; }

.slick-slider *:focus {
  outline: 0; }

.container.full {
  max-width: 100%;
  padding: 0 var(--con-padding); }

@media only screen and (max-width: 767px) {
  .container {
    padding: 0 var(--con-padding); } }

@keyframes spin {
  0% {
    border-radius: 43% 77% 80% 40%/40% 40% 80% 80%; }
  20% {
    border-radius: 47% 73% 61% 59%/47% 75% 45% 73%; }
  40% {
    border-radius: 46% 74% 74% 46%/74% 58% 62% 46%; }
  60% {
    border-radius: 47% 73% 61% 59%/40% 40% 80% 80%; }
  80% {
    border-radius: 50% 70% 52% 68%/51% 61% 59% 69%; }
  100% {
    border-radius: 43% 77% 80% 40%/40% 40% 80% 80%;
    transform: rotate(-360deg); } }
.cursor {
  pointer-events: none;
  position: fixed;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  /*border: .5px solid $color;*/
  background: rgba(0, 0, 0, 0.3);
  /*backdrop-filter: blur(2px);*/
  border-radius: 50%;
  z-index: 1051;
  margin-top: -35px;
  margin-left: -35px;
  transition: width .7s,height .7s,margin .7s;
  /*&:after{
  	content: '';
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	border: .5px solid #000;
  	border-radius: 50%;
  	top: .5px;
  	left: .5px;
  }*/ }

.cursor.hover {
  animation: spin 6s infinite linear;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-left: -60px; }

.cursor.wh {
  border-color: #fff; }

@media (max-width: 1200px) {
  .cursor {
    display: none; } }
/*@media (min-width: 1201px) {
	html, a, button{
		cursor: none !important;
	}
}*/
.anim-button div {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  overflow: hidden; }
  .anim-button div span {
    display: inline-block;
    text-shadow: 0 20px #fff;
    margin: 0 2px;
    transition: .4s; }
    .anim-button div span:nth-child(2) {
      transition-delay: .05s; }
    .anim-button div span:nth-child(3) {
      transition-delay: .1s; }
    .anim-button div span:nth-child(4) {
      transition-delay: .15s; }
    .anim-button div span:nth-child(5) {
      transition-delay: .2s; }
@media (min-width: 1200px) {
  .anim-button:hover span {
    transform: translateY(-20px); } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: .7s; }
  .popup .cls {
    position: absolute;
    z-index: 2;
    top: 48px;
    right: 48px;
    width: 58px;
    height: 58px;
    background-color: #000;
    border-radius: 50%;
    background-image: url(../img/close.svg);
    background-position: center;
    background-repeat: no-repeat; }
  .popup .popup-slider {
    margin-bottom: 40px; }
    .popup .popup-slider .swiper-slide {
      height: calc(100vh - 180px); }
  .popup .popup-thumbs {
    overflow: visible; }
    .popup .popup-thumbs .swiper-slide {
      position: relative;
      height: 140px; }
      .popup .popup-thumbs .swiper-slide span {
        opacity: 0;
        position: absolute;
        left: 0;
        top: -40px;
        width: 100%;
        text-align: center;
        line-height: 40px;
        font-size: .9rem; }
      .popup .popup-thumbs .swiper-slide:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 10px;
        background: #FFCE00;
        opacity: 0;
        transition: .4s; }
      .popup .popup-thumbs .swiper-slide:hover:after {
        opacity: 1; }
      .popup .popup-thumbs .swiper-slide:hover span {
        opacity: 1; }
    .popup .popup-thumbs .swiper-button-prev, .popup .popup-thumbs .swiper-button-next {
      top: 50px;
      left: 48px;
      width: 58px;
      height: 58px;
      line-height: 58px;
      background: #000;
      border-radius: 50%;
      --swiper-navigation-size: 20px;
      --swiper-theme-color: #fff; }
    .popup .popup-thumbs .swiper-button-next {
      left: auto;
      right: 48px; }
  .popup.active {
    opacity: 1;
    visibility: visible; }

.cookies {
  position: fixed;
  display: flex;
  align-items: end;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 98;
  opacity: 0;
  padding-bottom: 120px;
  visibility: hidden;
  transition: .7s; }
  .cookies .box {
    background: #fff;
    padding: 30px 50px; }
    .cookies .box p a {
      text-decoration: underline; }
  .cookies.active {
    opacity: 1;
    visibility: visible; }

.button {
  line-height: 40px;
  padding: 0 20px;
  display: inline-block;
  color: #000;
  border: 1px solid #000;
  transition: .4s;
  text-align: center; }
  .button img {
    margin-right: 10px;
    position: relative;
    top: -1px; }
  .button .hover {
    display: none; }
  .button:hover {
    background: #000;
    color: #fff; }
    .button:hover .hover-hide {
      display: none; }
    .button:hover .hover {
      display: inline; }
  .button.rev {
    color: #fff;
    border-color: #fff; }
    .button.rev:hover {
      background: #fff;
      color: #000; }
  .button.bl {
    color: #fff;
    border-color: #000;
    background: #000; }
    .button.bl:hover {
      background: #fff;
      color: #000; }

html {
  font-size: 16px;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  html::-webkit-scrollbar {
    display: none; }

body {
  font-family: "Sora", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1052;
  background: #fff; }
  .loading.active {
    transition: .5s;
    visibility: hidden;
    opacity: 0; }

.chat {
  position: fixed;
  right: 0;
  bottom: 110px;
  background: #000;
  width: 75px;
  line-height: 58px;
  border-top-left-radius: 29px;
  border-bottom-left-radius: 29px;
  text-align: center;
  z-index: 5; }
  .chat .box {
    color: #fff;
    line-height: normal;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    padding: 34px;
    background: #000;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .4s; }
    .chat .box a {
      display: block;
      margin-bottom: 15px;
      font-weight: 400;
      transition: opacity .4s; }
      .chat .box a img {
        margin-right: 10px;
        width: 24px; }
      .chat .box a:hover {
        opacity: .6; }
    .chat .box .tel {
      font-size: 1.2rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding-bottom: 15px;
      margin-bottom: 25px; }
      .chat .box .tel img {
        width: 28px; }
  .chat:hover .box {
    opacity: 1;
    visibility: visible; }
  @media only screen and (max-width: 767px) {
    .chat {
      bottom: 10px; }
      .chat.has-filter {
        bottom: 110px; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  line-height: 90px;
  background: #fff;
  z-index: 9;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
  header .logo img {
    height: 44px; }
    @media (min-width: 768px) and (max-width: 991px) {
      header .logo img {
        height: 30px; } }
    @media only screen and (max-width: 767px) {
      header .logo img {
        height: 38px; } }
  header nav {
    display: inline-block;
    position: relative;
    font-size: 0; }
    header nav .item-border {
      width: 150px;
      height: 5px;
      background: #000;
      position: absolute;
      left: 0;
      bottom: 0;
      opacity: 0;
      transition: .4s; }
    header nav .item {
      display: inline-block;
      padding: 0 15px;
      font-size: .9rem;
      font-weight: 400; }
      header nav .item.has-sub {
        cursor: pointer; }
        header nav .item.has-sub:after {
          content: '';
          background-repeat: no-repeat;
          background-position: center;
          width: 12px;
          height: 15px;
          display: inline-block;
          vertical-align: middle;
          background-image: url(../img/menu-arrow.svg);
          margin-left: 6px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        header nav .item {
          padding: 0 12px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        header nav .item {
          font-size: .8rem;
          padding: 0 8px; } }
    header nav:hover .item-border {
      opacity: 1; }
    @media (min-width: 768px) {
      header nav .mobile-sub {
        display: none !important; } }
    @media only screen and (max-width: 767px) {
      header nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        text-align: left;
        line-height: normal;
        padding: 56px 24px 24px 24px;
        overflow: auto;
        font-size: 1rem; }
        header nav .item-border {
          display: none; }
        header nav .item {
          display: block;
          padding: 0;
          margin: 0 0 20px 0;
          font-size: 1.2rem; }
          header nav .item.has-sub {
            position: relative; }
            header nav .item.has-sub:after {
              background-size: 12px;
              position: absolute;
              top: 4px;
              right: 0; }
        header nav .lang {
          color: #000;
          padding-right: 0;
          background: none; }
          header nav .lang .options {
            width: auto; }
            header nav .lang .options a {
              margin: 0 0 0 10px; }
        header nav .numbers {
          margin: 60px 0 40px 0; }
          header nav .numbers a {
            display: block;
            margin-bottom: 5px; }
            header nav .numbers a .icon {
              display: inline-block;
              width: 28px; }
        header nav .social a {
          margin-right: 10px; }
        header nav .mobile-sub {
          display: none;
          padding: 20px 0 10px 0;
          font-size: 1rem; }
          header nav .mobile-sub a {
            display: block;
            margin-bottom: 10px; }
        header nav.active {
          display: block; } }
  header .open-menu {
    display: none;
    background-image: url(../img/menu-xs-bl.svg);
    background-repeat: no-repeat;
    background-position: left center;
    width: 40px;
    height: 100%; }
  header .menu-cls {
    display: inline-block;
    background-image: url(../img/menu-cls.svg);
    background-repeat: no-repeat;
    background-position: left center;
    width: 28px;
    height: 28px;
    margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    header .open-menu {
      display: inline-block; } }
  header.home {
    top: auto;
    bottom: 0;
    position: absolute; }
    header.home.scrolled {
      top: 0;
      bottom: auto;
      position: fixed; }
    @media only screen and (max-width: 767px) {
      header.home {
        background: none; }
        header.home .logo, header.home .open-menu {
          display: none; } }

nav.main {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 0 24px 24px 24px;
  top: 90px;
  bottom: 0;
  background: #fff;
  z-index: 10;
  transform: translateY(calc(-100% - 90px));
  transition: .7s; }
  nav.main .row, nav.main .col-md-6 {
    height: 100%; }
  nav.main .cover {
    height: 100%; }
  nav.main .left {
    opacity: 0;
    transform: translateX(-100%); }
  nav.main .right {
    opacity: 0;
    display: flex;
    padding-top: 250px;
    position: relative;
    padding-left: 60px; }
    @media (max-height: 750px) {
      nav.main .right {
        padding-top: 200px; } }
    @media (max-height: 620px) {
      nav.main .right {
        padding-top: 130px; } }
    nav.main .right .title {
      font-size: 2rem;
      position: absolute;
      top: 40px;
      left: 60px;
      width: 400px;
      line-height: 1.3; }
      @media (max-height: 620px) {
        nav.main .right .title {
          font-size: 1.5rem; } }
    nav.main .right .links {
      opacity: 0;
      transition: .4s; }
      nav.main .right .links .right-item {
        position: relative;
        display: block;
        background-position: left;
        background-repeat: no-repeat;
        margin: 8px 0;
        transition: .4s; }
        nav.main .right .links .right-item .change-video {
          display: block; }
        nav.main .right .links .right-item .right-sub {
          max-height: 0;
          overflow: hidden;
          transition: .6s; }
          nav.main .right .links .right-item .right-sub a {
            display: block;
            color: #8D8D8D;
            margin-top: 8px; }
        nav.main .right .links .right-item:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          height: 24px;
          width: 20px;
          background-image: url(../img/menu-arrow-right.svg);
          background-position: left center;
          background-repeat: no-repeat;
          opacity: 0; }
        nav.main .right .links .right-item:hover {
          /*padding-left: 20px;
          &:before{
          	transition: .4s;
          	opacity: 1;
          	transition-delay: .2s;
          }*/ }
          nav.main .right .links .right-item:hover .right-sub {
            max-height: 200px;
            transition-delay: .2s; }
    @media (min-width: 768px) and (max-width: 991px) {
      nav.main .right {
        padding-left: 12px; }
        nav.main .right .title {
          width: 350px;
          left: 12px; } }
  nav.main.home {
    top: 0;
    bottom: 90px;
    padding: 24px 24px 0 24px;
    transform: translateY(-100%); }
  nav.main.scrolled {
    padding: 0 24px 24px 24px;
    top: 90px;
    bottom: 0;
    transform: translateY(calc(-100% - 90px)); }
  nav.main.active {
    transform: translateY(0); }
    nav.main.active .left {
      transform: translateX(0);
      opacity: 1;
      transition: .9s;
      transition-delay: .6s; }
    nav.main.active .right {
      opacity: 1;
      transition: .7s;
      transition-delay: 1.1s; }
      nav.main.active .right .links {
        opacity: 1;
        transition-delay: 1.3s; }
  @media only screen and (max-width: 767px) {
    nav.main {
      display: none !important; } }

.lang {
  display: inline-block;
  color: #fff;
  padding-right: 10px;
  background-image: url(../img/lang.svg);
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer; }
  .lang .selected {
    display: inline-block;
    vertical-align: middle; }
  .lang .options {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: 0;
    overflow: hidden;
    text-align: right;
    transition: .4s; }
    .lang .options a {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px 0 0; }
  .lang.active {
    background-image: url(../img/lang-active.svg); }
    .lang.active .options {
      width: 74px; }

.home-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
  line-height: 160px; }
  .home-header .logo {
    height: 54px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-header .logo {
        height: 40px; } }
    @media only screen and (max-width: 767px) {
      .home-header .logo {
        height: 38px; } }
  .home-header .button {
    display: inline-block;
    margin-right: 70px;
    font-size: .8rem;
    line-height: 35px;
    padding: 0 15px; }
    .home-header .button img {
      width: 14px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home-header .button {
        margin-right: 10px;
        font-size: .6rem;
        padding: 0px 10px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-header .button {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .home-header .button {
        display: none; } }
  .home-header .open-menu {
    display: none;
    background-image: url(../img/menu-xs.svg);
    background-repeat: no-repeat;
    background-position: left center;
    width: 40px;
    height: 100%; }
  @media only screen and (max-width: 767px) {
    .home-header {
      line-height: 140px; }
      .home-header .lang {
        display: none; }
      .home-header .open-menu {
        display: inline-block; } }

footer {
  position: relative;
  z-index: 3;
  background: #000;
  color: #fff;
  font-size: .8rem; }
  footer .container {
    padding: 0 70px; }
    @media only screen and (max-width: 767px) {
      footer .container {
        padding: 0 24px; } }
  footer .logo {
    width: 150px;
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      footer .logo {
        display: block;
        width: 110px;
        margin: 0 auto 50px auto; } }
  footer a {
    display: block;
    transition: .4s opacity; }
    footer a:hover {
      opacity: .5; }
  footer .icon {
    margin-right: 10px;
    width: 18px;
    display: inline-block; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .icon {
        width: 10px; } }
  footer .social {
    margin-bottom: 40px;
    text-align: right; }
    footer .social a {
      display: inline-block;
      margin-right: 10px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      footer .social a {
        margin-right: 5px; }
        footer .social a img {
          transform: scale(0.8); } }
    @media only screen and (max-width: 767px) {
      footer .social {
        margin: 40px 0 0 0;
        text-align: left; } }
  footer .numbers a i {
    font-size: 16px; }
    footer .numbers a i.fa-phone {
      font-size: 12px; }
  @media (min-width: 768px) and (max-width: 991px) {
    footer .numbers a i {
      font-size: 8px; }
      footer .numbers a i.fa-phone {
        font-size: 6px; } }
  @media only screen and (max-width: 767px) {
    footer .numbers a {
      display: inline-block;
      margin: 0 20px 10px 0;
      font-size: 1rem;
      font-weight: 500; } }
  footer .top {
    padding: 60px 0; }
    footer .top a {
      margin-bottom: 5px; }
    footer .top .title {
      font-weight: 400;
      display: block;
      text-transform: uppercase;
      opacity: 1 !important;
      margin-bottom: 30px; }
    footer .top .title + a {
      margin-top: 20px; }
    footer .top .col-lg-8 {
      white-space: nowrap; }
      footer .top .col-lg-8 .row {
        padding-left: 24px; }
      footer .top .col-lg-8 .col-md-2 {
        width: auto;
        padding: 0 18px; }
      @media (max-width: 1320px) {
        footer .top .col-lg-8 {
          white-space: normal; }
          footer .top .col-lg-8 .row {
            padding-left: 12px; }
          footer .top .col-lg-8 .col-md-2 {
            padding: 0 12px; } }
      @media (max-width: 1200px) {
        footer .top .col-lg-8 .col-md-2 {
          width: 16.66%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .top .col-lg-8 .row {
          padding-left: 0;
          margin-top: 30px;
          margin-bottom: 30px; } }
      @media only screen and (max-width: 767px) {
        footer .top .col-lg-8 .row {
          padding-left: 0; }
        footer .top .col-lg-8 .col-md-2 {
          width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .top {
        font-size: .8rem;
        padding: 40px 0; }
        footer .top .title + a {
          margin-top: 5px; } }
    @media only screen and (max-width: 767px) {
      footer .top {
        padding: 30px 0 40px 0;
        font-size: .9rem; }
        footer .top .sub {
          display: none;
          padding-top: 10px;
          padding-bottom: 30px; }
        footer .top .title {
          border-bottom: 1px solid #707070;
          padding-bottom: 12px;
          margin-bottom: 12px; } }
  footer .lang.active .options {
    width: 66px; }
  footer .bottom {
    background: #fff;
    color: #000;
    line-height: 55px;
    font-size: .7rem; }
    footer .bottom a {
      display: inline-block; }
    footer .bottom .text-lg-center span {
      margin: 0 20px; }
    @media (max-width: 1000px) {
      footer .bottom {
        font-size: .5rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .bottom {
        font-size: .8rem;
        padding: 20px 0;
        line-height: normal; }
        footer .bottom .col-lg-6 {
          margin: 15px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .bottom .text-end {
        text-align: left !important; } }
    @media only screen and (max-width: 767px) {
      footer .bottom {
        font-size: .6rem; } }
  @media only screen and (max-width: 767px) {
    footer .legal-links {
      margin-bottom: 40px; }
      footer .legal-links a {
        display: block;
        text-transform: uppercase; }
    footer .lang {
      padding-right: 0;
      background: none;
      margin: 30px 0 40px 0; }
      footer .lang .options {
        width: auto; }
        footer .lang .options a {
          margin: 0 0 0 10px; } }

h1 {
  font-size: 1.8rem;
  margin: 0 0 30px 0;
  font-weight: 400; }
  @media (min-width: 768px) and (max-width: 991px) {
    h1 {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 1.5rem; } }

h2 {
  font-size: 1.8rem;
  margin: 0 0 30px 0;
  font-weight: 700; }
  @media (min-width: 768px) and (max-width: 991px) {
    h2 {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 1.5rem; } }

h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 20px 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    h3 {
      font-size: .9rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h3 {
      font-size: .9rem; } }

.back-top {
  display: none;
  position: fixed;
  top: 120px;
  right: 55px;
  color: #fff;
  z-index: 2; }
  .back-top span {
    transform: rotate(-90deg);
    transform-origin: top right;
    position: absolute;
    white-space: nowrap;
    right: 0;
    top: 0; }
    .back-top span:after {
      content: '';
      width: 95px;
      height: 1px;
      display: inline-block;
      vertical-align: middle;
      background: #fff;
      margin-left: 16px; }
  .back-top.wh {
    color: #000; }
    .back-top.wh span:after {
      background: #000; }
  @media only screen and (max-width: 767px) {
    .back-top {
      display: none !important; } }

@keyframes scrolldown {
  0% {
    background-position: 0 -60px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 60px; } }
.c-scrolldown {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 1px;
  height: 60px;
  overflow: hidden;
  z-index: 3; }
  @media only screen and (max-width: 767px) {
    .c-scrolldown {
      display: none; } }

.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite; }

.main-video {
  position: relative;
  height: 100vh; }
  .main-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .main-video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1; }
  .main-video .container {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center; }
  .main-video h1 {
    font-size: 1.75rem;
    font-weight: 400;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .main-video h1 {
        font-size: 1.2rem; } }

.main-slider .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */ }
.main-slider .swiper-slide {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  /*&:after{
  	content:'';
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  }*/ }
  .main-slider .swiper-slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .main-slider .swiper-slide .container {
    position: relative;
    z-index: 1;
    color: #fff;
    opacity: 0;
    transition: 1s;
    transform: translateX(30px); }
  .main-slider .swiper-slide h1, .main-slider .swiper-slide h2 {
    margin-bottom: 0;
    font-size: 1.1rem; }
  .main-slider .swiper-slide.swiper-slide-active .container {
    opacity: 1;
    transition-delay: .7s;
    transform: translateX(0); }
  @media only screen and (max-width: 767px) {
    .main-slider .swiper-slide {
      height: 550px; } }
.main-slider .slider-count {
  pointer-events: none;
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 200px; }
  .main-slider .slider-count .container {
    color: #fff;
    font-size: .9rem; }
    .main-slider .slider-count .container .slides {
      display: flex;
      margin-bottom: 12px;
      width: 70px;
      justify-content: space-between; }
      .main-slider .slider-count .container .slides span {
        opacity: .5; }
        .main-slider .slider-count .container .slides span.active {
          opacity: 1; }
    .main-slider .slider-count .container .bar {
      position: relative;
      height: 2px;
      width: 70px;
      background: #fff;
      margin-bottom: 15px; }
      .main-slider .slider-count .container .bar span {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: #000; }
      .main-slider .slider-count .container .bar.play span {
        transition: 4s;
        width: 100%; }
      .main-slider .slider-count .container .bar.play.active span {
        transition: 6s; }
    .main-slider .slider-count .container .cur {
      color: #05A840; }
  @media only screen and (max-width: 767px) {
    .main-slider .slider-count {
      top: auto;
      bottom: 50px;
      height: auto; }
      .main-slider .slider-count .container {
        margin-top: 0; } }
@media only screen and (max-width: 767px) {
  .main-slider {
    position: relative; } }

.cover {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .cover.tint {
    position: relative; }
    .cover.tint:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .5; }
  .cover.tint-gr:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1; }
  .cover video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .cover.hover-tint {
    position: relative; }
    .cover.hover-tint:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0;
      transition: .4s; }
    .cover.hover-tint:hover:before {
      opacity: .5; }
  @media only screen and (max-width: 767px) {
    .cover.mobile-tint {
      position: relative; }
      .cover.mobile-tint:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .5; } }

.main-banner {
  position: fixed !important;
  top: 150px;
  left: 0;
  width: 100%;
  height: calc(100vh - 220px);
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff; }
  .main-banner h1, .main-banner h2 {
    margin-bottom: 0;
    font-size: 1.1rem; }
  @media only screen and (max-width: 767px) {
    .main-banner {
      top: 90px;
      height: 250px; } }

.main-banner + .bcrumb {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #fff; }

.project-slider {
  height: 100vh;
  min-height: 700px;
  position: relative;
  overflow: hidden;
  cursor: none; }
  .project-slider a {
    cursor: none; }
  .project-slider .swiper-slide {
    overflow: hidden;
    height: 100vh;
    min-height: 700px;
    padding-top: 250px; }
    .project-slider .swiper-slide .cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: scale(1.2);
      transition: 1.5s; }
    .project-slider .swiper-slide .container {
      position: relative;
      z-index: 1; }
    .project-slider .swiper-slide.swiper-slide-active .cover {
      transform: scale(1); }
    @media (max-height: 800px) {
      .project-slider .swiper-slide {
        padding-top: 120px; } }
  .project-slider .title {
    font-size: 5rem;
    line-height: 1.05;
    font-style: italic; }
    .project-slider .title span {
      font-weight: bold;
      font-family: 'Work Sans', sans-serif; }
    @media (max-width: 1700px) {
      .project-slider .title {
        font-size: 4rem; } }
    @media (max-width: 1500px) {
      .project-slider .title {
        font-size: 3rem; } }
    @media only screen and (max-width: 767px) {
      .project-slider .title {
        font-size: 2rem; } }
  .project-slider p {
    width: 570px;
    margin-top: 30px;
    max-width: 100%; }
  .project-slider .thumbs {
    position: absolute;
    bottom: 110px;
    left: 0;
    width: 100%;
    z-index: 2; }
    .project-slider .thumbs .item {
      display: inline-block;
      margin-right: 6px; }
      .project-slider .thumbs .item .number {
        display: inline-block;
        margin-bottom: 14px;
        font-size: .9rem; }
      .project-slider .thumbs .item .cover {
        width: 95px;
        height: 125px;
        margin-bottom: 15px; }
      .project-slider .thumbs .item .bar {
        height: 2px;
        position: relative;
        background: #fff;
        opacity: 0;
        transition: .4s; }
        .project-slider .thumbs .item .bar span {
          position: absolute;
          left: 0;
          top: 0;
          width: 0;
          height: 2px;
          background: #000; }
        .project-slider .thumbs .item .bar.play {
          opacity: 1; }
          .project-slider .thumbs .item .bar.play span {
            width: 100%;
            transition: 5s; }
    @media (max-height: 800px) {
      .project-slider .thumbs {
        bottom: 80px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project-slider .thumbs .item .cover {
      width: 80px;
      height: 100px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project-slider .thumbs .item .cover {
      width: 70px;
      height: 90px; } }
  @media only screen and (max-width: 767px) {
    .project-slider {
      height: 600px;
      min-height: 0; }
      .project-slider .swiper-slide {
        height: 600px;
        min-height: 0;
        padding-top: 60px; }
      .project-slider .thumbs {
        bottom: 60px; }
        .project-slider .thumbs .container {
          white-space: nowrap;
          overflow: auto; }
        .project-slider .thumbs .item {
          white-space: normal;
          width: 17.5%; }
          .project-slider .thumbs .item .cover {
            width: 100%;
            height: auto;
            padding-bottom: 130%; } }

.page-form {
  padding: 80px 0;
  background: #F7F7F7; }
  .page-form .left {
    text-align: center; }
    .page-form .left h2 {
      text-transform: uppercase;
      margin: 0 0 30px 0;
      font-weight: 400;
      font-size: 1.1rem; }
      .page-form .left h2 strong {
        display: block; }
      @media (min-width: 768px) and (max-width: 991px) {
        .page-form .left h2 {
          font-size: 1.5rem; } }
    .page-form .left p {
      font-weight: 400; }
      .page-form .left p .number {
        display: block;
        font-size: 1.5rem;
        margin-top: 10px;
        font-weight: 600; }
  .page-form form input, .page-form form textarea, .page-form form select, .page-form form .send {
    width: 100%;
    height: 58px;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    margin-bottom: 16px;
    padding: 0;
    background-color: transparent; }
  .page-form form .iti {
    width: 100%;
    margin-bottom: 16px; }
    .page-form form .iti .iti__selected-country-primary {
      padding-left: 0; }
    .page-form form .iti .iti__tel-input {
      padding-left: 90px !important; }
  .page-form form select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 14px;
    color: #000; }
    .page-form form select options {
      color: #000; }
  .page-form form textarea {
    height: 150px;
    padding-top: 20px; }
  .page-form form .checkbox {
    margin-bottom: 16px;
    position: relative; }
    .page-form form .checkbox input {
      width: 20px;
      height: 20px;
      margin: 0;
      position: absolute;
      top: 5px;
      left: 0;
      opacity: 0; }
    .page-form form .checkbox .check {
      margin-right: 12px;
      width: 20px;
      height: 20px;
      border: 1px solid #000;
      display: inline-block;
      vertical-align: top;
      position: relative;
      top: 5px; }
    .page-form form .checkbox input:checked + .check {
      background-image: url(../img/check.svg);
      background-position: center;
      background-repeat: no-repeat; }
    .page-form form .checkbox span {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 60px);
      font-size: .8rem; }
      .page-form form .checkbox span a {
        text-decoration: underline; }
  .page-form form .send {
    display: inline-block;
    width: auto;
    padding: 0;
    border: 0;
    font-weight: 400;
    transition: .4s; }
    .page-form form .send:hover {
      opacity: .5; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page-form {
      padding: 90px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page-form {
      padding: 90px 0; } }
  @media only screen and (max-width: 767px) {
    .page-form {
      padding: 60px 0; }
      .page-form .left {
        height: auto;
        margin-bottom: 60px; }
        .page-form .left h2 {
          font-size: 1.5rem; }
      .page-form .g-3, .page-form .gy-3 {
        --bs-gutter-y: 0; }
      .page-form form .send {
        width: 100%;
        border: 1px solid;
        margin-top: 30px; } }

.news-box {
  display: block; }
  .news-box .cover {
    padding-bottom: 60%;
    margin-bottom: 40px; }
  .news-box .date {
    font-size: .9rem;
    font-weight: 400;
    color: #808080;
    margin-bottom: 10px; }
  .news-box .date, .news-box h3, .news-box p {
    transition: opacity .4s; }
  .news-box h3 {
    font-weight: 500; }
  .news-box:hover .date, .news-box:hover h3, .news-box:hover p {
    opacity: .5; }
  @media only screen and (max-width: 767px) {
    .news-box h3 {
      margin-bottom: 20px; }
    .news-box .cover {
      margin-bottom: 30px; }
    .news-box .date {
      margin-bottom: 15px; } }

.bcrumb {
  line-height: 60px;
  color: #535353;
  font-size: .7rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
  .bcrumb img {
    margin: 0 10px; }
  @media only screen and (max-width: 767px) {
    .bcrumb {
      display: none; } }

.product-box {
  display: block;
  border-right: 1px solid #fff; }
  .product-box .cover {
    padding-bottom: 100%; }
    .product-box .cover .img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      transition: .4s; }
    .product-box .cover .logo {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-width: 70%; }
  .product-box h3 {
    line-height: 120px;
    margin: 0;
    padding-left: var(--con-padding);
    padding-right: 12px;
    font-weight: 500; }
  .product-box .txt {
    padding: 32px 0;
    padding-left: var(--con-padding);
    padding-right: 12px; }
    .product-box .txt .date {
      color: #808080;
      text-transform: uppercase;
      margin-bottom: 12px;
      font-size: .8rem; }
    .product-box .txt h3 {
      padding: 0;
      line-height: normal; }
  .product-box:hover .img {
    opacity: 1; }

.pagi {
  padding: 28px 0;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  text-align: center; }
  .pagi a {
    font-weight: 500;
    display: inline-block;
    margin: 0 24px;
    padding-bottom: 1px; }
    .pagi a.active {
      border-bottom: 1px solid; }

.products {
  position: relative; }
  .products .filter-button {
    position: fixed;
    left: var(--con-padding);
    top: 180px;
    background: #05A840;
    color: #fff;
    border: 0;
    z-index: 1;
    line-height: 50px;
    padding: 0 28px;
    font-weight: 500; }
    .products .filter-button img {
      margin-right: 0; }
    .products .filter-button span {
      margin-left: 10px; }
      .products .filter-button span:empty {
        margin: 0; }
    .products .filter-button:hover {
      background: #000; }
    .products .filter-button.bl {
      background: #000;
      color: #fff; }
      .products .filter-button.bl:hover {
        background: #000;
        color: #fff; }
    .products .filter-button.wh {
      background: #fff;
      color: #000; }
      .products .filter-button.wh:hover {
        background: #fff;
        color: #000; }
    @media only screen and (max-width: 767px) {
      .products .filter-button {
        top: 90px;
        left: 0;
        width: 100%;
        padding: 0 24px;
        text-align: right; }
        .products .filter-button span {
          text-transform: uppercase; }
        .products .filter-button img {
          transform: rotate(90deg); } }
  .products .filter {
    position: fixed;
    top: 90px;
    left: 0;
    bottom: 0;
    width: 400px;
    max-width: 100%;
    padding: 60px var(--con-padding);
    background: #05A840;
    color: #fff;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: .4s; }
    .products .filter .cls {
      display: block;
      margin-bottom: 90px;
      font-weight: 500; }
      .products .filter .cls img {
        width: 18px;
        margin-right: 10px;
        position: relative;
        top: -1px; }
    .products .filter ul {
      white-space: pre-line; }
      .products .filter ul li {
        position: relative;
        list-style-type: none;
        margin-bottom: 12px;
        font-weight: 400;
        cursor: pointer;
        display: inline-block; }
        .products .filter ul li:after {
          content: '';
          width: 0;
          height: 1px;
          background: #fff;
          position: absolute;
          bottom: -2px;
          left: 0;
          transition: .4s; }
        .products .filter ul li.active {
          font-weight: bold; }
        .products .filter ul li:hover:after {
          width: 100%; }
    .products .filter.bl {
      background: #000; }
    .products .filter.active {
      opacity: 1;
      visibility: visible; }
    @media only screen and (max-width: 767px) {
      .products .filter {
        width: 100%;
        height: auto;
        bottom: auto;
        padding: 12px 24px 60px 24px; }
        .products .filter .cls {
          margin-bottom: 60px;
          text-align: right; } }
  @media only screen and (max-width: 767px) {
    .products .filter + .row {
      margin-top: 50px; } }
  .products .images img {
    width: 100%;
    display: block; }
  .products .images .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center; }
    .products .images .slick-dots li {
      display: inline-block; }
      .products .images .slick-dots li button {
        font-size: 0;
        border: 0;
        width: 8px;
        height: 8px;
        margin: 0 6px;
        border-radius: 50%;
        background: #fff;
        padding: 0;
        opacity: .5; }
      .products .images .slick-dots li.slick-active button {
        opacity: 1; }
  .products .detail {
    padding: 90px; }
    .products .detail p {
      margin-bottom: 80px; }
      @media only screen and (max-width: 767px) {
        .products .detail p {
          margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .products .detail .col-md-6.order-1 {
        margin-bottom: 30px; } }
    .products .detail .accordion {
      margin-bottom: 80px; }
      .products .detail .accordion .acc-item {
        border-bottom: 1px solid #919191; }
        .products .detail .accordion .acc-item .acc-title {
          padding: 12px 0;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url(../img/plus.svg);
          font-weight: 400;
          padding-left: 28px;
          cursor: pointer; }
        .products .detail .accordion .acc-item .acc-detail {
          display: none;
          padding: 15px 0 30px 0;
          font-size: .9rem; }
          .products .detail .accordion .acc-item .acc-detail .info {
            padding: 12px 0;
            border-bottom: 1px solid #EAEAEA; }
            .products .detail .accordion .acc-item .acc-detail .info .info-title {
              display: inline-block;
              width: 200px;
              position: relative;
              font-weight: 400; }
              .products .detail .accordion .acc-item .acc-detail .info .info-title:after {
                content: ':';
                position: absolute;
                right: 0; }
            .products .detail .accordion .acc-item .acc-detail .info span {
              display: inline-block;
              padding-left: 16px; }
            .products .detail .accordion .acc-item .acc-detail .info:last-child {
              border: 0; }
            @media only screen and (max-width: 767px) {
              .products .detail .accordion .acc-item .acc-detail .info {
                font-size: .8rem; }
                .products .detail .accordion .acc-item .acc-detail .info .info-title {
                  width: 130px; } }
          .products .detail .accordion .acc-item .acc-detail .img {
            text-align: center;
            display: inline-block;
            vertical-align: bottom;
            margin-right: 30px;
            margin-bottom: 30px;
            position: relative; }
            .products .detail .accordion .acc-item .acc-detail .img span {
              display: block;
              white-space: nowrap;
              margin-top: 10px; }
              .products .detail .accordion .acc-item .acc-detail .img span.hover {
                position: absolute;
                width: 150px;
                opacity: 0;
                top: 100%;
                margin-top: 5px;
                left: -49px;
                opacity: 0;
                text-align: center;
                white-space: normal;
                font-size: .8rem;
                transition: .4s; }
            .products .detail .accordion .acc-item .acc-detail .img img {
              width: 50px; }
            .products .detail .accordion .acc-item .acc-detail .img:hover .hover {
              opacity: 1; }
            @media only screen and (max-width: 767px) {
              .products .detail .accordion .acc-item .acc-detail .img {
                margin-right: 12px;
                margin-bottom: 50px; }
                .products .detail .accordion .acc-item .acc-detail .img span.hover {
                  width: 100px;
                  left: -25px; } }
        .products .detail .accordion .acc-item:first-child {
          border-top: 1px solid #919191; }
        .products .detail .accordion .acc-item.active .acc-title {
          background-image: url(../img/minus.svg); }
    .products .detail .buttons .button {
      padding: 0;
      width: 100%;
      line-height: 44px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .products .detail {
        padding: 60px var(--con-padding); } }
    @media (min-width: 768px) and (max-width: 991px) {
      .products .detail {
        padding: 60px var(--con-padding); } }
    @media only screen and (max-width: 767px) {
      .products .detail {
        padding: 50px var(--con-padding); } }
  .products .other-products h2 {
    font-weight: 400;
    margin: 45px 0;
    font-size: 1.1rem; }
  .products.news .product-box {
    border: 0; }
    .products.news .product-box .cover {
      padding-bottom: 68%; }
    .products.news .product-box:hover .cover:before {
      opacity: .5; }
  .products.cert .product-box {
    border: 0; }
    .products.cert .product-box h3 {
      width: 70%;
      margin-bottom: 20px; }
    .products.cert .product-box .txt {
      padding: 50px var(--con-padding); }
    @media only screen and (max-width: 767px) {
      .products.cert .product-box .txt {
        padding: 32px var(--con-padding); } }
  .products.catalogs .product-box {
    border: 0; }
    .products.catalogs .product-box h3 {
      margin-bottom: 20px; }
    .products.catalogs .product-box .txt {
      padding: 50px var(--con-padding); }
      .products.catalogs .product-box .txt p {
        margin-bottom: 30px; }
      .products.catalogs .product-box .txt a img {
        margin-left: 20px; }
      @media only screen and (max-width: 767px) {
        .products.catalogs .product-box .txt {
          padding: 32px var(--con-padding); } }
    .products.catalogs .product-box:hover .cover:before {
      opacity: .5; }

.about {
  position: relative;
  margin-top: calc(100vh - 160px);
  padding: 120px 0;
  background: #fff;
  z-index: 1; }
  .about h2 {
    font-weight: 400;
    margin-bottom: 80px; }
    .about h2.mb-40 {
      margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .about h2 {
        margin-bottom: 40px;
        font-size: 1.3rem; } }
  .about iframe {
    width: 100%;
    height: 350px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .about iframe {
        height: 300px;
        margin-bottom: 30px; } }
  .about .address-pin a {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top; }
  @media (min-width: 768px) and (max-width: 991px) {
    .about .address-pin {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .about .address-pin {
      margin-bottom: 60px; } }
  .about .pin {
    margin-right: 10px; }
  .about .tabs .tab-nav {
    margin-bottom: 100px;
    border-bottom: 1px solid #C0C0C0; }
    .about .tabs .tab-nav a {
      display: inline-block;
      padding: 30px 0;
      margin-right: 90px;
      color: #BABABA; }
      .about .tabs .tab-nav a.active {
        border-bottom: 4px solid;
        font-weight: 600;
        color: #000; }
    @media only screen and (max-width: 767px) {
      .about .tabs .tab-nav {
        margin-bottom: 60px; } }
    @media only screen and (max-width: 767px) {
      .about .tabs .tab-nav {
        margin-bottom: 32px; }
        .about .tabs .tab-nav a {
          padding: 24px 0;
          margin: 0;
          width: 49%;
          padding: 24px 12px;
          font-size: 0.8rem;
          text-align: center; } }
  .about .tabs table {
    width: 100%; }
    .about .tabs table tr {
      border-bottom: 1px solid #C0C0C0; }
      .about .tabs table tr td {
        padding: 24px;
        vertical-align: top; }
        .about .tabs table tr td:nth-child(3), .about .tabs table tr td:nth-child(4) {
          width: 200px; }
      .about .tabs table tr:nth-child(even) {
        background: #F8F8F8; }
    .about .tabs table thead {
      font-weight: 600; }
    @media (min-width: 768px) and (max-width: 991px) {
      .about .tabs table tr td {
        padding: 24px 12px;
        font-size: .8rem; } }
    @media only screen and (max-width: 767px) {
      .about .tabs table {
        display: none; } }
  .about .mobile-table {
    display: none; }
    .about .mobile-table p {
      display: inline-block;
      vertical-align: top; }
    .about .mobile-table hr {
      margin: 32px 0; }
    @media only screen and (max-width: 767px) {
      .about .mobile-table {
        display: block; } }
  @media only screen and (max-width: 767px) {
    .about {
      margin-top: 250px;
      padding: 60px 0; }
      .about video {
        margin-bottom: 30px; }
      .about .col-md-6:first-child img {
        margin-bottom: 30px; } }

.contact a {
  position: relative;
  padding-bottom: 2px;
  margin-bottom: 4px; }
  .contact a.button {
    padding-bottom: 0; }
  .contact a:after {
    content: '';
    width: 0;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .4s; }
  .contact a:hover:after {
    width: 100%; }

section.content {
  padding: 100px 0; }
  @media only screen and (max-width: 767px) {
    section.content {
      padding: 60px 0; } }

main.home .boxes .cover {
  position: relative;
  padding-bottom: 90%; }
  main.home .boxes .cover .button {
    width: 180px;
    position: absolute;
    bottom: 85px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1; }
@media (min-width: 992px) and (max-width: 1199px) {
  main.home .boxes {
    font-size: .8rem; } }
@media (min-width: 768px) and (max-width: 991px) {
  main.home .boxes {
    font-size: .6rem; } }
@media only screen and (max-width: 767px) {
  main.home .boxes h2 {
    margin: 24px 0;
    padding-left: 24px; }
  main.home .boxes p {
    padding: 50px 24px; }
  main.home .boxes .cover .button {
    border: 0;
    border-bottom: 2px solid;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    width: 36px;
    padding: 0; } }
main.home .references {
  position: relative; }
  main.home .references h2 {
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
    top: 200px;
    z-index: 2;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 1.1rem; }
    @media (min-width: 992px) and (max-width: 1199px) {
      main.home .references h2 {
        top: 120px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      main.home .references h2 {
        top: 90px; } }
  main.home .references .all {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    z-index: 2; }
    main.home .references .all a img {
      margin-right: 10px;
      position: relative;
      top: -2px; }
  main.home .references .slider {
    --swiper-theme-color: #fff; }
    main.home .references .slider .swiper-wrapper {
      transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
      /* easeInOutQuart */ }
    main.home .references .slider .swiper-button-prev {
      left: 25%; }
    main.home .references .slider .swiper-button-next {
      right: 25%; }
    main.home .references .slider .swiper-pagination {
      bottom: 50px; }
    main.home .references .slider .swiper-slide {
      height: 800px;
      display: flex;
      align-items: center;
      justify-content: center; }
      main.home .references .slider .swiper-slide .logo {
        position: absolute;
        z-index: 2;
        opacity: 0;
        transition: .7s; }
      main.home .references .slider .swiper-slide.swiper-slide-active .logo {
        opacity: 1;
        transition-delay: 1.8s; }
      @media (min-width: 992px) and (max-width: 1199px) {
        main.home .references .slider .swiper-slide {
          height: 600px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        main.home .references .slider .swiper-slide {
          height: 500px; } }
  @media only screen and (max-width: 767px) {
    main.home .references h2 {
      position: static;
      color: #000;
      margin: 40px 0; }
    main.home .references .slider .swiper-slide {
      height: 580px; }
    main.home .references .slider .swiper-button-prev {
      left: 24px; }
    main.home .references .slider .swiper-button-next {
      right: 24px; }
    main.home .references .all {
      display: none; }
    main.home .references .logo {
      text-align: center; }
      main.home .references .logo img {
        width: 80%; } }
main.home .news {
  padding: 70px 0 100px 0; }
  main.home .news .title {
    font-size: .8rem;
    margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    main.home .news {
      padding: 30px 0 0 0; }
      main.home .news .title {
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 20px; }
      main.home .news .col-md-6 {
        margin-bottom: 50px; } }

main.page {
  padding-top: 90px; }

.iti .iti__dropdown-content {
  color: #000; }

.mb-6 {
  margin-bottom: 4rem; }

.mb-7 {
  margin-bottom: 5rem; }

.mb-8 {
  margin-bottom: 6rem; }

.mb-40 {
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .mb-40 {
      margin-bottom: 30px; } }

.mb-100 {
  margin-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .mb-100 {
      margin-bottom: 50px; } }

.mb-120 {
  margin-bottom: 120px; }
  @media only screen and (max-width: 767px) {
    .mb-120 {
      margin-bottom: 50px; } }

.mb-240 {
  margin-bottom: 240px; }
  @media only screen and (max-width: 767px) {
    .mb-240 {
      margin-bottom: 50px; } }

.w-80 {
  width: 80%; }

.g-120 {
  --bs-gutter-x: 120px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .g-120 {
      --bs-gutter-x: 90px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .g-120 {
      --bs-gutter-x: 60px; } }
  @media only screen and (max-width: 767px) {
    .g-120 {
      --bs-gutter-x: 24px; } }

.anim {
  transition: 1s;
  opacity: 0;
  transform: translateY(60px); }
  .anim.anim-opa {
    transform: translateY(0); }
  .anim.play {
    transform: translateY(0);
    opacity: 1; }
    .anim.play.anim-del-2 {
      transition-delay: .2s; }
    .anim.play.anim-del-4 {
      transition-delay: .4s; }
    .anim.play.anim-del-6 {
      transition-delay: .6s; }
    .anim.play.anim-del-8 {
      transition-delay: .8s; }
    .anim.play.anim-del-20 {
      transition-delay: 2s; }

.anim-boxes .anim:nth-of-type(2) {
  transition-delay: .2s; }
.anim-boxes .anim:nth-of-type(3) {
  transition-delay: .4s; }
.anim-boxes .anim:nth-of-type(4) {
  transition-delay: .6s; }
.anim-boxes .anim:nth-of-type(5) {
  transition-delay: .8s; }
.anim-boxes .anim:nth-of-type(6) {
  transition-delay: 1s; }
.anim-boxes .anim:nth-of-type(7) {
  transition-delay: 1.2s; }
.anim-boxes .anim:nth-of-type(8) {
  transition-delay: 1.4s; }

/*# sourceMappingURL=style.css.map */
