@font-face {
  font-family: 'MontserratLight';
  src: url("../fonts/MontserratLight6.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/MontserratLight6.eot?#iefix") format("Lato-Regular"),
  url("../fonts/MontserratLight6.woff") format("woff"),
  url("../fonts/MontserratLight6.ttf") format("truetype"),
  url("../fonts/MontserratLight6.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */ }
@font-face {
  font-family: 'MontserratRegular';
  src: url("../fonts/MontserratRegular8.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/MontserratRegular8.eot?#iefix") format("Lato-Regular"), url("../fonts/MontserratRegular8.woff") format("woff"), url("../fonts/MontserratRegular8.ttf") format("truetype"), url("../fonts/MontserratRegular8.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */ }
@font-face {
  font-family: 'SyneRegular';
  src: url("../fonts/SyneRegular4.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/SyneRegular4.eot?#iefix") format("Lato-Regular"), url("../fonts/SyneRegular4.woff") format("woff"), url("../fonts/SyneRegular4.ttf") format("truetype"), url("../fonts/SyneRegular4.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */ }
@font-face {
  font-family: 'SyneBold2';
  src: url("../fonts/SyneBold2.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/SyneBold2.eot?#iefix") format("Lato-Regular"), url("../fonts/SyneBold2.woff") format("woff"), url("../fonts/SyneBold2.ttf") format("truetype"), url("../fonts/SyneBold2.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */ }
@font-face {
  font-family: 'SyneBold';
  src: url("../fonts/BoonToneBold_woff.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/BoonToneBold_woff.eot?#iefix") format("Lato-Regular"), url("../fonts/BoonToneBold_woff.woff") format("woff"), url("../fonts/BoonToneBold_woff.ttf") format("truetype"), url("../fonts/BoonToneBold_woff.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */ }
@font-face {
  font-family: 'FuturaLTCondensed';
  src: url("../fonts/FuturaLTCondensed.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/FuturaLTCondensed.eot?#iefix") format("Lato-Regular"), url("../fonts/FuturaLTCondensed.woff") format("woff"), url("../fonts/FuturaLTCondensed.ttf") format("truetype"), url("../fonts/SyneBold2.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */ }

html {
  font-size: 0.83vw;
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 16px;
  }
}
/*@media screen and (min-width: 1081px) and (max-width: 1280px) {
  html {
    font-size: 1vw;
  }
}*/
@media screen and (max-width: 1080px) {
  html {
    font-size: 16px;
  }
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "MontserratLight",'lato', sans-serif;
  background-position: top center;
  background-repeat: no-repeat;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6em;
  -webkit-text-size-adjust: none;
  color: #111;
  letter-spacing: 0.1px;
  overflow-x: hidden; }


/*@media screen and (max-width: 1080px) {
  body {
    padding: 10px; } }*/
a:hover {
  text-decoration: none; }
@media screen and (min-width: 1201px) {
  body {
    font-size: 16px;
    --font-size: 16px; } }
@media screen and (max-width: 1080px) {
  p {
    line-height: 1.6em; } }

:root {
  --orange-color:rgba(255,110,1,1);
  --Green-color: #1A8BA9 /*rgba(2,192,154,1)*/;
  --linkColor: rgba(2,192,154,1);
  --blue-color: #1A8BA9;
  --light-blue-color:rgba(58,130,254,1);
  --white-color:rgba(255,255,255,1);
  --yellow-color:rgba(245,166,1,1);
  --light-green-color: #1A8BA9;
  --dark-blue--color:#070A3D;
  --black-color:rgba(61,61,61,1);
  --light-blackColor:#7d7f80;
  --red-color:rgba(228,60,92,1);
  --light-red-color:rgba(253,239,242);
  --darkBlack-color:#111;
  --purple-color:#6959A1;
  --light-purple-color:#6959A1;
  --font-size: 1rem;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px; }

a[href]:hover {
  color: var(--orange-color);
}

a[href] {
  color: var(--linkColor);
  line-height: 1.6em;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  text-decoration: none; }

h1,
h2, h3 {
  line-height: 1.2em;
  font-family: "SyneBold";
  font-weight: bold; }

h3 {
  font-size: 1.4em; }

h4,
h5,
h6 {
  font-family: "SyneBold";
  font-weight: bold; }

p {
  margin: 0;
  padding-top: 5px;
  line-height: 1.8em;
  padding-bottom: 5px; }

@media screen and (max-width: 1080px) {
  p {
    line-height: 1.6em; } }
img {
  max-width: 100%;
  height: auto; }

sub,
sup {
  position: relative;
  font-size: 50%;
  line-height: 0; }

.clear {
  clear: both; }

p a[href], li > a[href] {
  color: var(--linkColor);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  line-height: 1.6em;
}

p a[href]:hover, li > a[href]:hover {
  color: var(--orange-color); }
button {
  font-family: "MontserratLight",'lato', sans-serif;
}
.row-layout {
  display: flex; }

@media screen and (max-width: 1080px) {
  .row-layout {
    flex-direction: column; } }
@media screen and (min-width: 1081px) {
  .row-layout {
    flex-direction: row; } }

/* ------------------------------------------ head ------------------------------------------ */
.head-learn {
  position: relative;
  /*  background-image: url("../images/head-bg-1.png");*/
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  width: 100%;
  padding: 6px 1rem;
  display: flex;
  justify-content: center;
  background-color: var(--blue-color);
  align-items: center; }
.head-learn img {
  margin-right: 10px; }
.head-learn a {
  display: flex;
  color: var(--white-color);
}
.head-learn label {
  position: relative;
  margin-left: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: var(--white-color);
  transition: all ease-in-out 0.4s;
  text-decoration: underline; }
.head-learn label::before {
  position: absolute;
  content: ">";
  right: -18px; }
.head-learn label:hover {
  color: var(--orange-color); }


@media screen and (min-width: 1081px) {
  .header-shell {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0; }
  .header-shell .naviBlock {
    position: relative;
    padding: 15px 0; }
  .header-shell .naviBlock > .row-layout {
    justify-content: space-between;
    align-items: center; }

  .navi-layout {
    position: relative;
    width: 100%;
    justify-content: flex-end; } }
@media screen and (max-width: 1080px) {
  .header-shell .naviBlock {
    padding: 10px 20px;
    background: var(--Green-color); }

  .head-learn {
    display: none;
    flex-direction: column; }
  .head-learn a {
    width: max-content; } }
.logo {
  position: relative;
  width: 320px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  display: block; }

/**************************************************mobile-menu****************************************************/
@media screen and (max-width: 1080px) {
  .mobile-menu svg {
    height: 3.125rem;
    position: absolute;
    width: 3.125rem; }

  .mobile-menu {
    height: 3.125rem;
    width: 3.125rem;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 200; }

  /*    .burger {
          filter: url(#gooeyness);
      }*/
  .mobile-menu .x {
    transform: scale(0);
    transition: transform 400ms; }

  .mobile-menu .line {
    fill: none;
    stroke: white;
    stroke-width: 6px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform-origin: 50%;
    transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms; }

  .x .line {
    stroke-width: 5.5px; }

  .mobile-menu .line2 {
    stroke-dasharray: 40 200;
    stroke-dashoffset: 0px; }

  .mobile-menu .line3 {
    stroke-dasharray: 40 179;
    stroke-dashoffset: 0px; }

  .active .line {
    transition: stroke-dasharray 500ms, stroke-dashoffset 500ms, transform 500ms; }

  .active.mobile-menu .line1 {
    transform: scale(0, 1);
    transition: transform 500ms 100ms; }

  .active.mobile-menu .line2 {
    stroke-dasharray: 5px 200;
    stroke-dashoffset: -164px; }

  .active.mobile-menu .line3 {
    stroke-dasharray: 5px 179;
    stroke-dashoffset: -142px; }

  .active.mobile-menu .x {
    transform: scale(1);
    transition: transform 400ms 350ms; } }
@media screen and (min-width: 1081px) {
  .mobile-menu {
    display: none; } }
/**************************************************mobile-menu****************************************************/
.navigation_title {
  position: relative; }

@media screen and (min-width: 1081px) {
  .navigation_title {
    display: flex; }
  .navigation_title > li {
    padding: 1.3rem 1rem;
    --leng:0;
    position: relative;
    display: flex;
    align-items: center; }
  .navigation_title > li > span {
    color: var(--white-color);
    transition: all ease-in-out 0.2s;
    display: block;
    width: max-content;
    height: max-content;
    margin-left: 10px; }
  .navigation_title > li:hover > span {
    transform: rotateZ(180deg); }
  .navigation_title > li > a, .navigation_title > li> .nav-label {
    color: var(--white-color) !important;
    font-size: calc(1.1 * var(--font-size));
    position: relative;
    font-weight: bold; }
  .navigation_title > li > a::before {
    position: absolute;
    content: '';
    background: var(--white-color);
    height: 1px;
    bottom: -10px;
    left: 0;
    width: var(--leng);
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s; }
  .navigation_title > li > ul {
    display: none;
    position: absolute;
    top: 99%;
    left: 0;
    background: var(--white-color);
    padding: 20px 0;
    box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
    border-radius: 8px; }
  .navigation_title > li > ul::before {
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid var(--white-color);
    left: 20%;
    top: -16px; }
  .navigation_title > li > ul li {
    position: relative;
    width: 15.6em;
    padding: 4px 20px; }
  .navigation_title > li > ul li a {
    color: var(--black-color);
    display: block;
    transition: all ease-in-out 0.4s; }
  .navigation_title > li > ul li a:hover {
    transform: translateX(4px); }
  .navigation_title > li > ul li span {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    cursor: pointer; }
  .navigation_title > li > ul li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    border-radius: 4px;
    box-shadow: 1px 0 20px rgba(21,21,21,0.1);
    background: var(--white-color); }
  /*   .navigation_title > li > ul li:hover > ul {
       display: block; }*/
  .navigation_title > li:hover {
    --leng:100%; }
  .navigation_title > li:hover > ul {
    display: block;
    /* grid-template-columns:repeat(auto-fill, 31%);
     justify-content: space-between;*/ }
  .header-shell.fixed_header-shell :is(.navigation_title > li > a, .navigation_title > li> .nav-label) {
    color: var(--black-color) !important;
  }
  .naviView li:hover>ul{
    display: block;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1520px) {
  .navigation_title > li {
    padding: 1rem 0.6rem; } }
@media screen and (min-width: 1081px) and (max-width: 1200px) {
  .navigation_title > li {
    padding: 1rem 0.6rem; } }
@media screen and (max-width: 1080px) {
  .navigation_title {
    display: none;
    margin-top: 3.125rem;
    width: 100%; }
  .navigation_title li {
    position: relative; }
  .navigation_title > li {
    padding: 5px 0; }
  .navigation_title > li > a, .navigation_title > li > .nav-label {
    font-weight: bold; }
  .navigation_title :is(a, .nav-label) {
    color: var(--white-color) !important; }
  .navigation_title ul {
    display: none;
    margin-left: 15px; }
  .navigation_title span {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    cursor: pointer;
    color: var(--white-color); }

  .mobile-nav {
    position: relative;
    background: var(--purple-color);
    border-radius: 2px;
    padding: 10px;
    min-height: 3.125rem; }
  .mobile-nav::before {
    position: absolute;
    content: 'Menu';
    left: 10px;
    top: 10px;
    color: var(--white-color);
    font-weight: bold;
    font-size: 1.2rem; } }
.header-shell.fixed_header-shell {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-animation: ease-in-out frombottom 0.5s;
  -o-animation: ease-in-out frombottom 0.5s;
  animation: ease-in-out frombottom 0.5s;
  height: max-content;
  background-color: var(--white-color);
  box-shadow: 1px 2px 4px 1px rgba(12, 12, 12, 0.3);
  width: 100%; }

.header-shell.fixed_header-shell .logo {
  width: 280px; }

.rotate-angle {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg); }

.header-search {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'MontserratLight'; }

.header-search > input {
  position: relative;
  padding: 10px 20px;
  /*    margin-right: 10px;*/
  outline: none;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.header-search > input::-webkit-input-placeholder {
  color: var(--light-green-color); }

.header-search > input::-moz-placeholder {
  color: var(--light-green-color); }

.header-search > input:-ms-input-placeholder {
  color: var(--light-green-color); }

.header-search > span {
  position: relative;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  color: var(--white-color);
  display: flex;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--orange-color);
  background: var(--orange-color); }

.header-search > .search-close {
  display: none; }

.search-platform {
  position: relative;
  background: var(--white-color);
  border-radius: 60px;
  display: flex;
  justify-content: center;
  padding: 4px 12px;
  background: linear-gradient(180deg, rgba(2, 19, 154, 0.1) 0, rgba(2, 192, 154, 0.01) 50%), var(--white-color);
  box-shadow: inset 1px 2px 6px 4px rgba(21, 22, 21, 0.1);
  --borderColor:var(--white-color);
  border: 3px solid var(--borderColor);
}
.search-platform select {
  border: none;
  outline: none;
  background: none;
  font-family: 'MontserratLight'; }

.search-platform > input {
  position: relative;
  padding: 10px 20px;
  outline: none;
  width: 100%;
  border-radius: 60px;
  border: none;
  font-family: 'MontserratLight';
  background: none; }

.search-platform > button {
  position: relative;
  margin-left: 10px;
  outline: none;
  border-radius: 3rem;
  background: var(--blue-color);
  border: 1px solid var(--blue-color);
  color: var(--white-color);
  cursor: pointer;
  height: 2.08rem;
  width: 2.08rem;
  font-size: 1.1rem;
  transition: all ease-in-out 0.4s; }
.search-platform > button:hover {
  background: var(--orange-color);
  border-color: var(--orange-color); }

@media screen and (min-width: 1081px) {
  .header-search > input {
    width: 15.6rem; }

  .search-platform {
    align-items: center;}
  .search-platform input {

    width: 12rem; }
  .fixed_header-shell .search-platform {
    border: 3px solid #e1833d;
    background-color: #e1833d;
  }
  .fixed_header-shell .search-platform input {
    padding: 0.8rem 1rem;
    color: var(--white-color);
  }
  .fixed_header-shell .search-platform select {
    color: var(--white-color);
  }
  .fixed_header-shell .search-platform select option {
    background: var(--blue-color);
  }
  .fixed_header-shell .search-platform > button {
    background-color: var(--white-color);
    color: var(--orange-color);
    border-color: var(--white-color);
  }
  .fixed_header-shell .search-platform > button:hover {
    color: var(--blue-color);
  }
  .fixed_header-shell .search-platform > input::-webkit-input-placeholder {
    color: var(--white-color); }

  .fixed_header-shell .search-platform > input::-moz-placeholder {
    color: var(--white-color); }

  .fixed_header-shell .search-platform > input:-ms-input-placeholder {
    color: var(--white-color); }
}
@media screen and (min-width: 1281px) {

.header-search .search-show {
  display: none; }
.header-search .search-close {
  display: none; } }
@media screen and (max-width: 1280px) and (min-width: 1081px) {
.header-shell .naviBlock > .row-layout {
  justify-content: space-around;
}
.header-search .search-platform {
  position: absolute;
  top: 110%;
  right: 0;
  display: none; } }
@media screen and (min-width: 1081px) and (max-width: 1440px) {
.search-platform input {
  width: 160px;
  padding: 10px; } }
@media screen and (max-width: 1080px) {
.header-search > span {
  display: none; }

.search-platform {
  display: flex !important;
  width: 100%;
  margin-top: 4rem; }
  .search-platform > input {
    font-size: 1rem;
  }
  .search-platform select {
    position: absolute;
    font-size: 1rem;
    top: 0;
    transform: translateY(-3.5rem);
    background-color: #fff;
    width: 102%;
    padding: 0.5em 1em;
    margin: 0;
    border-radius: 2px;
    border: 2px solid rgba(21,21,21,0.1);
    background: linear-gradient(180deg, rgba(2, 19, 154, 0.1) 0, rgba(2, 192, 154, 0.01) 50%), var(--white-color);
    box-shadow: inset 1px 2px 6px 4px rgba(21, 22, 21, 0.1);
  }
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }

.container, .container-max {
width: 100%;
margin-right: auto;
margin-left: auto;
max-width: 100vw; }

@media (min-width: 576px) {
.container-sm, .container {
  max-width: 540px; } }
@media (min-width: 768px) {
.container-md, .container-sm, .container {
  max-width: 720px; } }
@media (min-width: 992px) {
.container-lg, .container-md, .container-sm, .container {
  max-width: 960px; } }
@media (min-width: 1200px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1100px; } }
@media (min-width: 1300px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1200px; }

.container-max {
  max-width: 90%; } }
@media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1300px; }

.container-max {
  max-width: 90%; } }
@media (min-width: 1500px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1400px; }

.container-max {
  max-width: 90%; } }
@media (min-width: 1680px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 86%; }

.container-max {
  max-width: 90%; } }
@media (min-width: 2040px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1800px; }

.container-max {
  max-width: 1800px; } }


/* ------------------------------------------ head ------------------------------------------ */
/*********************************banner-btn***********************************/
.banner-btn {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.04), inset 1px 6px 6px 2px rgba(111, 111, 111, 0.2);
  --color: #444;
  position: relative;
  overflow: hidden;
  padding: 6px 10px 6px 2.1rem;
  margin: 2.1rem 5px;
  color: var(--color) !important;
  border-radius: 2.1rem;
  --btn-secondary-border:3px;
  display: flex!important;
  align-items: center;
  background-color: var(--white-color);
  transition: all ease-in-out 0.4s;
  --beforeBg:var(--blue-color);
  --borderColor:var(--white-color);
  border: 3px solid var(--borderColor);
  font-size: var(--font-size);
  width: max-content;
  cursor: pointer;
  --width:0; }
.banner-btn input {
  padding: 0;
  cursor: pointer;
}
.banner-btn label {
  cursor: pointer;
}
.banner-btn.color-style {
  background: linear-gradient(to bottom, #00C598, #188EA8);
  --beforeBg:var(--white-color);
  --color:var(--white-color);
  -webkit-box-shadow: 0 10px 20px rgba(2, 198, 150, 0.1), 0 4px 4px rgba(2, 198, 150, 0.04);
  box-shadow: 0 10px 20px rgba(2, 198, 150, 0.1), 0 4px 4px rgba(2, 198, 150, 0.04), inset 1px 6px 6px 2px rgba(111, 111, 111, 0.2);
  --borderColor:#00C598;
}
.banner-btn.color-style:hover {
  --color:var(--orange-color); }
.banner-btn.color-style img {
  background: var(--white-color); }
.banner-btn.color-style input {
  padding: 0;
  color: var(--color);
  background: none;

  border: none;
  font-size: 1.1em;
}
.banner-btn > * {
  z-index: 2; }
.banner-btn::before {
  position: absolute;
  content: "";
  width: var(--width);
  height: 100%;
  top: 0;
  right: 0;
  background: var(--beforeBg);
  transition: all ease-in-out 0.4s;
  z-index: 1; }
.banner-btn:hover {
  --width:100%;
  --color: var(--white-color); }
.banner-btn img {
  width: 2.1rem;
  background: var(--blue-color);
  border-radius: 80px;
  margin-left: 10px; }

/*********************************banner-btn***********************************/
/* ------------------------------------------ banner ------------------------------------------ */
.mainBanner {
  position: relative;
  /*  background-image: url("../images/b");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;*/
  overflow: hidden;
  background-size: cover; }
.mainBanner .mainBanner-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;


}
@media screen and (max-width: 1080px) {
  .mainBanner .mainBanner-video {
    background:linear-gradient(to bottom, #0c82a6,#00C598);
  }
  .mainBanner .mainBanner-mess {
    padding: 2rem 0 2rem 0;
  }
  .mainBanner .mainBanner-mess::before {
    display: none;
  }
}
@media screen and (min-width: 1081px) {
  .mainBanner {
    background-color: var(--blue-color);
  }
  .mainBanner .mainBanner-video {
    background-image: url("../images/banner-bg.jpg");
/*    background: -webkit-image-set(url(../images/banner-bg.webp) 1x,url(../images/banner-bg-min.webp) 2x,url(../images/banner-bg-min.webp) 3x);
    background: image-set(url(../images/banner-bg.webp) 1x,url(../images/banner-bg-min.webp) 2x,url(../images/banner-bg-min.webp) 3x);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .mainBanner .mainBanner-mess {
    padding: 7em 0 2rem 0;
  }
}
.mainBanner .mainBanner-video video {
  position: relative;
  width: auto;
  z-index: -1;
  height: 100%; }
.mainBanner .mainBanner-mess {
  position: relative;
  z-index: 10;
  color: var(--white-color);
}
.mainBanner .mainBanner-mess::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-image: url("../images/banner-wave.png");
  background-repeat: no-repeat;
  background-position-y: top;
  background-size: cover;
}
.mainBanner .mainBanner-mess .container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 2;
  text-align: center; }
.mainBanner .mainBanner-mess .container h1 {
  position: relative;
  text-transform: uppercase;
  font-family: 'SyneBold2';
  font-size: 5.2rem;
  --secondary-color1:rgba(255,255,255,1); }
.mainBanner .mainBanner-mess .container h1 span {
  display: inline-block; }
.mainBanner h1, .mainBanner h2 {
  font-size: 2rem;
  line-height: 1.2em; }
.mainBanner .new-nuka-btn {
  border: 1px solid var(--blue-color); }
.mainBanner .new-nuka-btn::before {
  background: var(--blue-color); }
.mainBanner .new-nuka-btn:hover {
  color: var(--blue-color); }

@media screen and (max-width: 1080px) {
  .mainBanner .mainBanner-mess h1 {
    font-size: 2.2rem !important; } }
@media screen and (min-width: 1281px) {
  .mainBanner .mainBanner-mess {
    padding: 160px 0 30px 0; }
  .mainBanner .mainBanner-mess h1 {
    font-size: 5.4rem !important;
    margin-bottom: 15px; } }
@media screen and (min-width: 1921px) {
  .mainBanner .mainBanner-video video {
    width: 100%;
    height: auto; } }
@media screen and (max-width: 1180px) and (min-width: 1081px) {
  .mainBanner h1, .mainBanner h2 {
    font-size: 2rem; } }
@media screen and (min-width: 1081px) {
  .mainBanner .container h1, .mainBanner .container h2 {
    font-size: 6rem; }
/*  .mainBanner .container p {
    font-size: 1.8rem; }*/
}
@media screen and (max-width: 1180px) and (min-width: 1081px) {
  .mainBanner h1, .mainBanner h2 {
    font-size: 4rem !important; } }
.block-toggle {
  position: relative;
  width: 100%;
   }
.block-toggle ul {
  position: relative;
  }
.block-toggle ul li {
  position: relative;
  margin: 20px 0; }
.block-toggle ul li div {
  position: relative;
  margin-bottom: 1rem; }
.block-toggle ul li div::before, .block-toggle ul li div::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background: var(--orange-color);
  border-radius: 12px;
  z-index: 1;
  opacity: 0; }
.mainBanner .block-toggle ul li>p {
  font-size: 1.2rem;
  color: var(--blue-color);

}
.block-toggle ul li div > p {
  position: relative;
  display: block;

  background-size: cover!important;
  background-repeat: no-repeat!important;
  width: 26rem;
  aspect-ratio: 1;
  border-radius: 0.625rem;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}

.block-toggle ul li img {
  position: relative;
  border-radius: 0.625rem;
  vertical-align: top;
  display: block;
  width: 30rem;
  aspect-ratio: 1;
  z-index: 2; }


@media screen and (min-width: 1081px) {
  .banner-list {
/*    display: grid;*/
    grid-template-columns: repeat(auto-fill, 32%);
    justify-content: space-between;

  }
  .banner-list>li {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-shadow: 1px 0 20px rgba(21,21,21,1);
  }
  .block-toggle {
    transform-style: preserve-3d;
    perspective: 1000px;
  }

  .block-toggle > ul {
    transform-style: preserve-3d;
    display: flex;
    align-items: center;
    justify-content: center;
    --transLateX:32rem;
    --translateZ:-3.125rem;
    --imgWidth: 25.8rem; }
  .block-toggle > ul li {
    transform: translate3d(0, 0, -1000px);
    margin: 5px 20px;
    transition: all ease-in-out 0.2s;
    /* z-index: 1;*/ }
  .block-toggle > ul li img {
    width: 25.8rem; }
  .block-toggle > ul li.current {
    transform: translate3d(0, 0, 1.56rem);
    opacity: 1;
    z-index: 8; }
  .block-toggle > ul li.current div::before {
    right: -10px;
    top: -10px;
    opacity: 1; }
  .block-toggle > ul li.current div::after {
    left: -10px;
    bottom: -10px;
    opacity: 1; }
  .block-toggle > ul li.current div > p::before {
    background: rgba(181, 181, 181, 0); }
  .block-toggle > ul li:not(:nth-child(2)) {
    position: absolute;
    z-index: -1;
    /*  width: 100%;
      height: 100%;*/ }
  .block-toggle > ul li.first {
    --width: -73rem;
    transform: rotateY(-30deg) translateZ(var(--translateZ)) translateX(var(--width)); }
  .block-toggle > ul li.prev {
    --width: calc(-1 * var(--transLateX));
    transform: rotateY(-20deg) translateZ(var(--translateZ)) translateX(var(--width)); }
  .block-toggle > ul li.next {
    transform: rotateY(20deg) translateZ(var(--translateZ)) translateX(var(--transLateX)); }
  .block-toggle > ul li.last {
    --width: 73rem;
    transform: rotateY(30deg) translateZ(var(--translateZ)) translateX(var(--width)); } }
/*@media screen and (max-width: 1140px) {
  .block-toggle > ul {
    --transLateX:400px; }
  .block-toggle > ul li img {
    width: 300px; } }*/
@media screen and (max-width: 1080px) {
  .block-toggle > ul li>div {
    display: flex;
    justify-content: center;
  }
  .block-toggle > ul li>div p {
    max-width: 90%;
  }
  .mainBanner .block-toggle ul li>p {
    color: var(--white-color);
  }
  .block-toggle > ul li img {
    width: auto; } }
/* ------------------------------------------ banner ------------------------------------------ */
/* ------------------------------------------ nomain banner ------------------------------------------ */
.nomain-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position-y: bottom!important;
  background-position-x: center!important;
  height: 35vh; }
.nomain-banner::before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  /*   background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,34,82,1)),to(rgba(0,34,82,0)));*/
  background: linear-gradient(180deg,rgba(4,96,120,1) 0,rgba(0,34,82,0) 95%);
  z-index: 2;
}
.nomain-banner .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative; }
.nomain-banner .container div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
.nomain-banner h2, .nomain-banner .banner-title {
  position: relative;
  color: var(--white-color);
  font-weight: bold;
  line-height: 1.2em;
  padding-bottom: 1.04rem;
  text-align: center;
  font-family: "SyneBold";
  margin: 0; }

@media screen and (max-width: 1080px) {
  .nomain-banner h2, .nomain-banner .banner-title {
    font-size: 2rem; }
  .nomain-banner {
    height: 280px; } }
@media screen and (min-width: 1081px) {
  .nomain-banner h2, .nomain-banner .banner-title {
    font-size: 3rem;
    margin-top: 3.64rem; }
  .nomain-banner p {
    font-size: 1rem; }
  .nomain-banner .container {
    z-index: 2; }
  .nomain-banner .container div {
    height: 100%; } }

@media screen and (max-width: 1080px) {
  .nomain-back h1, .nomain-back h2 {
    font-size: 1.8rem; } }
.nomain-content {
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin: 3.125rem 0; }

.section_services_inpage h3 {
  font-size: 1.2em;
  margin-top: 1em;
  margin-bottom: 0.3em;
}
/*@media screen and (min-width: 1081px) {
  .nomain-content h2 {
    font-size: 2rem; } }*/
.nomainBanner-animate {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
.nomainBanner-animate .animateGround {
  height: 100%; }
/* ------------------------------------------ nomain banner ------------------------------------------ */

/*******************************************breadcrumb***************************************************/
.breadcrumb {
  list-style: none;
  margin-top: 10px;
  bottom: 1.56rem; }

@media screen and (max-width: 1080px) {
  .breadcrumb {
    padding: 2px 0.5em; } }
@media screen and (min-width: 1081px) {
  .breadcrumb {
    padding: 8px 0; } }
.breadcrumb > li {
  display: inline-block;
  position: relative; }

.breadcrumb > li:first-child {
  padding-left: 1.04rem; }

.breadcrumb > li:first-child::before {
  position: absolute;
  content: "\e907";
  font-family: "icomoon";
  left: 0;
  color: var(--black-color); }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: var(--black-color);
  content: "/\00a0"; }

.breadcrumb > .active {
  color: #3d3d3d; }

.breadcrumb > li > a {
  color: var(--black-color) !important; }

.breadcrumb > li > a:hover {
  color: var(--purple-color); }

.breadcrumb > li:last-child {
  color: var(--black-color); }

/*******************************************breadcrumb***************************************************/

.gridrow-layout {
  position: relative;
  display: grid; }

@media screen and (min-width: 1081px) {
  .gridrow-layout {
    grid-template-columns: 32% 65%;
    place-content: space-between; } }
@media (min-width: 1680px) {
  .gridrow-layout {
    grid-template-columns: 26rem auto;
    grid-gap: 2rem;
    place-content: space-between; }
}
.layout-left {
  position: relative; }

@media screen and (max-width: 1080px) {
  .content-title, .contentMain-title {
    text-align: center;
  }
}
.content-title, .contentMain-title {
  position: relative;
  font-size: 1.6rem;
  padding-bottom: 10px;
  line-height: 1.1em;
  color: var(--black-color);
  margin-bottom: 10px; }
.content-title label, .contentMain-title label {
  color: var(--blue-color); }
.content-title {
  position: relative;
  text-align: center;
  font-size: 2rem;
}
@media screen and (min-width: 1081px) {
  .content-title {
    font-size: calc(2.6 * var(--font-size));
  }
}
