*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Mulish', sans-serif;
  color: #FFFFFF;
  background: #000;
}

.b-all-conteiner {
  overflow: hidden;
  position: relative;
}

a {
  text-decoration: none;
}

.b-icon {
  display: inline-block;
  vertical-align: middle;
}

.b-conteiner {
  max-width: 420px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.b-h1,
.b-h2 {
  font-weight: 400;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 30px;
  padding-left: 16px;
  position: relative;
  z-index: 10;
}

.b-h1 .grad1,
.b-h2 .grad1 {
  background: linear-gradient(90deg, #30DAFF 0%, #D634FF 100%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.b-h1 .grad2,
.b-h2 .grad2 {
  background: linear-gradient(90deg, #30DAFF 0%, #FF6109 100%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.b-h1 .grad3,
.b-h2 .grad3 {
  background: linear-gradient(90deg, #EC1086 0%, #00F0FF 100%), linear-gradient(90deg, #30DAFF 0%, #FF6109 100%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.b-h1 .grad4,
.b-h2 .grad4 {
  background: linear-gradient(90deg, #00E7AF 0%, #D23AB7 100%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.b-h1 .backslash,
.b-h2 .backslash {
  position: absolute;
  left: 0;
  top: 0;
}

.b-h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  position: relative;
  z-index: 10;
}

.b-h3 .b-logo {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #30DAFF 0%, #D634FF 100%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.b-h3 .b-logo img {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin-left: 3px;
}

.b-p {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  position: relative;
  z-index: 10;
}

.b-button {
  border: none;
  outline: none;
  display: block;
  margin: 0 auto;
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  text-align: center;
  z-index: 10;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
  padding: 9px 30px;
  border-radius: 30px;
  transition: 0.3s;
}

.b-button span {
  position: relative;
  z-index: 10;
  transition: 0.3s;
}

.b-button::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  background: #000;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 29px;
  left: 1px;
  top: 1px;
  transition: 0.3s;
}

.b-button:hover {
  background: #fff !important;
  color: #000;
}

.b-button:hover::before {
  background: #fff;
}

.b-form {
  position: relative;
}

.b-input,
.b-select {
  position: relative;
  z-index: 10;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  padding: 12px 36px 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  margin: 0 auto 15px;
  width: 100%;
  display: block;
  transition: 0.3s;
  background: transparent;
}

.b-input.text,
.b-select.text {
  height: 81px;
  resize: none;
}

.b-input:active, .b-input:focus,
.b-select:active,
.b-select:focus {
  outline: none;
  border-color: #fff;
}

.b-label {
  display: block;
  position: relative;
  width: 100%;
}

.b-label img {
  position: absolute;
  right: 15px;
  top: 16px;
  width: 10px;
  height: 8px;
  display: block;
  transition: 0.3s;
  opacity: 0;
}

select::-ms-expand {
  display: none;
}

.b-input::-webkit-input-placeholder {
  color: #fff;
}

.b-input:-moz-placeholder {
  color: #fff;
}

.b-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.b-select-box {
  position: relative;
  width: 290px;
}

.b-select-box::before {
  content: '';
  width: 13px;
  height: 8px;
  display: block;
  position: absolute;
  right: 25px;
  top: 25px;
  background: url(../img/select_arrow.png) no-repeat;
  z-index: 15;
}

.b-border {
  border: 1.5px solid #FFFFFF;
  border-radius: 20px;
  position: relative;
  z-index: 5;
  width: 100%;
  transition: 0.3s;
}

.b-header {
  padding: 15px 0 0;
  z-index: 25;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.3s;
}

.b-header .b-curtain {
  background: linear-gradient(180deg, black 70%, transparent 100%);
  position: absolute;
  z-index: 0;
  width: 100%;
  height: calc(140%);
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
}

.b-header .b-menu {
  display: none;
  transition: 0.3s;
}

.b-header .b-nav {
  display: none;
}

.b-header .b-border {
  border: 1.5px solid transparent;
  padding: 11px 25px;
  display: flex;
  align-items: center;
}

.b-header .b-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #30DAFF 0%, #D634FF 100%);
  position: relative;
  margin-left: auto;
  transition: 0.4s;
  display: none;
}

.b-header .b-btn::before {
  content: '';
  background: #000;
  border-radius: 50%;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
  position: absolute;
  display: block;
}

.b-header .b-btn img {
  display: block;
  margin-top: 2px;
  position: relative;
  z-index: 10;
}

.b-header .b-btn-menu {
  display: block;
  transition: 0.4s;
  margin: 13px 25px 13px 0;
  cursor: pointer;
}

.b-header .b-logo {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #30DAFF 0%, #D634FF 100%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: none;
  transition: 0.4s;
}

.b-header .b-logo img {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin-left: 3px;
}

.b-header .b-btn-close {
  margin-bottom: 25px;
  width: 14px;
  height: 14px;
}

.b-header .b-menu {
  position: absolute;
  left: 0;
  top: -0.75px;
  background: #fff;
  padding: 25px 27px;
  border-radius: 20px;
  width: 100%;
  height: 471px;
  z-index: 10;
  flex-direction: column;
}

.b-header .b-menu .b-p {
  color: #000;
  display: block;
  margin-bottom: 25px;
  height: max-content;
}

.b-header .b-menu .b-p:last-of-type {
  margin-bottom: 0;
}

.b-header .b-menu .b-button {
  background: linear-gradient(90deg, #30DAFF 0%, #D634FF 100%), #FFFFFF;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  margin-top: auto;
  margin-left: 0;
}

.b-header .b-menu .b-button::before {
  background: #fff;
}

.b-header.scroll {
  position: fixed;
}

.b-header.scroll .b-border {
  background: #000;
  border-color: #fff;
}

.b-header.scroll .b-logo {
  display: block;
}

.b-header.scroll .b-btn {
  display: flex;
}

.b-header.scroll .b-curtain {
  opacity: 1;
}

.b-start {
  padding: 15px 0;
}

.b-start .b-conteiner {
  display: flex;
  height: 100%;
}

.b-start .b-border {
  overflow: hidden;
  padding: 63px 25px 160px;
}

.b-start .b-bg-1 {
  width: 800px;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -135px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(5px);
}

.b-start .b-bg-2 {
  width: 800px;
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -135px;
  left: 50%;
  transform: translateX(-50%);
}

.b-start .b-h1 .br1 {
  display: block;
}

.b-start .b-h3 {
  margin-bottom: 25px;
}

.b-start .b-button {
  background: linear-gradient(90deg, #30DAFF 0%, #D634FF 100%), #FFFFFF;
}

.slick-track {
  display: flex;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
}

.slick-dots li {
  list-style: none;
  display: block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  opacity: 0.5;
  transition: 0.3s;
  transform: scale(0.5);
  margin: 0 11px;
  background: #fff;
  cursor: pointer;
}

.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  opacity: 1;
  transform: scale(1);
}

.b-capabilities {
  padding: 30px 0;
}

.b-capabilities .b-h2 {
  margin: 0 auto 30px;
  width: calc(100% - 50px);
}

.b-capabilities .b-box {
  position: relative;
}

.b-capabilities .b-box::before {
  content: '';
  display: block;
  position: absolute;
  width: calc(50vw - 45%);
  height: 100%;
  left: calc(-50vw + 50%);
  top: 0;
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.7) 60%, transparent);
  z-index: 3;
}

.b-capabilities .b-box::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(50vw - 45%);
  height: 100%;
  right: calc(-50vw + 50%);
  top: 0;
  background: linear-gradient(-90deg, black 0%, rgba(0, 0, 0, 0.7) 60%, transparent);
  z-index: 3;
}

.b-capabilities .b-bg-1 {
  width: 478px;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(7.5px) brightness(0.5);
}

.b-capabilities .b-slider {
  padding: 0 7.5px;
  margin: 0;
}

.b-capabilities .b-slider .b-border {
  overflow: hidden;
  padding: 15px;
}

.b-capabilities .b-slider-box {
  margin-bottom: 30px;
}

.b-capabilities .b-h3 {
  margin-bottom: 5px;
}

.b-capabilities .b-h3 .br {
  display: block;
}

.b-capabilities .color05 {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}

.b-capabilities .b-li {
  padding-left: 18px;
  line-height: 2;
}

.b-capabilities .b-li::before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 6px;
  top: 10px;
  background: #fff;
}

.b-capabilities .b-button {
  background: linear-gradient(90deg, #30DAFF 0%, #FF6109 100%), #FFFFFF;
  max-width: 260px;
}

.b-aboutus {
  padding: 30px 0;
}

.b-aboutus .b-h2 {
  margin: 0 auto 30px;
  width: calc(100% - 50px);
}

.b-aboutus .b-h3 {
  margin-bottom: 10px;
}

.b-aboutus .b-flex {
  position: relative;
}

.b-aboutus .b-bgbox {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.b-aboutus .b-bgbox .b-item {
  height: 290px;
  margin-bottom: 30px;
  position: relative;
}

.b-aboutus .b-bgbox .b-img {
  width: 478px;
  display: block;
  position: absolute;
  z-index: 0;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(7.5px) brightness(0.5);
  transition: 0.3s;
}

.b-aboutus .b-card {
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 5;
}

.b-aboutus .b-card:last-child {
  margin-bottom: 0;
}

.b-aboutus .b-card .b-border {
  height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 25px;
}

.b-aboutus .b-card .b-border::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.7) 0%, transparent 60%);
  left: 0;
  top: 0;
}

.b-aboutus .b-card .b-bg-2 {
  width: 478px;
  display: block;
  position: absolute;
  z-index: 1;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}

.b-feedback {
  padding: 30px 0;
}

.b-feedback .b-border {
  overflow: hidden;
  padding: 30px 25px 160px;
}

.b-feedback .b-h2 .br {
  display: block;
}

.b-feedback .b-bg-1 {
  width: 480px;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -105px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(5px) brightness(0.5);
}

.b-feedback .b-bg-2 {
  width: 480px;
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -105px;
  left: 50%;
  transform: translateX(-50%);
}

.b-feedback .b-button {
  background: linear-gradient(90deg, #00E7AF 0%, #D23AB7 100%), #FFFFFF;
}

.b-footer {
  position: relative;
  padding: 30px 0 60px;
  background: linear-gradient(0deg, black 0%, transparent 100%);
}

.b-footer .b-arrow {
  height: 25px;
  display: block;
  margin: 0 auto 15px;
}

.b-footer .b-p {
  display: block;
  text-align: center;
}

.b-footer .t1 {
  margin-bottom: 60px;
}

.b-footer .t3 {
  margin-top: 15px;
}

.thx{
  position: relative;
  z-index: 2;
  text-align: center;
  display: none;
  padding: 15px;
  background: rgba(0,0,0,.65);
}
@media screen and (min-width: 768px) {
  .b-conteiner {
    max-width: 768px;
  }
  .b-button {
    padding-left: 40px;
    padding-right: 40px;
    width: max-content;
  }
  .b-h1,
  .b-h2 {
    font-size: 50px;
    padding-left: 20px;
  }
  .b-header .b-menu {
    width: max-content;
    height: 405px;
  }
  .b-start .b-border {
    overflow: hidden;
    padding-bottom: 100px;
  }
  .b-start .b-h1 .br1 {
    display: inline;
  }
  .b-start .b-h1 .br2 {
    display: block;
  }
  .b-start .b-button {
    margin-left: 16px;
  }
  .b-start .b-bg-1 {
    bottom: -50px;
    transform: none;
    left: 22%;
  }
  .b-start .b-bg-2 {
    bottom: -50px;
    transform: none;
    left: 22%;
  }
  .b-capabilities {
    padding: 40px 0;
  }
  .b-capabilities .b-h2 .br {
    display: block;
  }
  .b-capabilities .b-button {
    max-width: none;
  }
  .b-capabilities .b-slider .b-border {
    min-height: 320px;
  }
  .b-aboutus {
    padding: 40px 0;
  }
  .b-aboutus .b-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .b-aboutus .b-bgbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .b-aboutus .b-bgbox .b-item {
    height: 230px;
    width: calc(50% - 15px);
    transition: 0.3s;
  }
  .b-aboutus .b-bgbox .b-img {
    width: 386px;
  }
  .b-aboutus .b-card {
    width: calc(50% - 15px);
  }
  .b-aboutus .b-card .b-bg-2 {
    width: 386px;
  }
  .b-aboutus .b-card .b-border {
    height: 230px;
  }
  .b-feedback {
    padding: 40px 0 30px;
  }
  .b-feedback .b-bg-1 {
    width: 700px;
    bottom: -160px;
  }
  .b-feedback .b-bg-2 {
    width: 700px;
    bottom: -160px;
  }
  .b-feedback .b-h2 .br {
    display: inline;
  }
  .b-feedback .b-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .b-feedback .b-flex .b-label {
    width: calc(33.33% - 10px);
  }
  .b-feedback .b-flex .b-label:nth-child(4) {
    width: 100%;
  }
  .b-input {
    margin: 0 0 15px;
  }
  .b-footer .b-flex {
    display: flex;
    justify-content: space-between;
  }
  .b-footer .b-p {
    margin: 0;
    height: max-content;
  }
  .b-footer .t1 {
    order: 3;
    padding-right: 30px;
  }
  .b-footer .b-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
  .b-footer .t2 {
    order: 2;
    width: 60%;
  }
  .b-footer .t3 {
    order: 1;
  }
}

@media screen and (min-width: 992px) {
  .b-conteiner {
    max-width: 992px;
  }
  .b-h1,
  .b-h2 {
    font-size: 65px;
    padding-left: 26px;
  }
  .b-h3 {
    font-size: 30px;
  }
  .b-h3 .b-logo img {
    width: 18px;
    height: 18px;
  }
  .b-p {
    font-size: 14px;
    line-height: 1.6;
  }
  .b-input,
  .b-select {
    font-size: 14px;
  }
  .b-label img {
    right: 15px;
    top: 17px;
    width: 12px;
    height: 9px;
  }
  .b-border {
    border-width: 2px;
    border-radius: 30px;
  }
  .b-header .b-menu {
    top: -1.5px;
    left: -1.5px;
    border-radius: 30px;
  }
  .b-header .b-border {
    border-width: 2px;
  }
  .b-header .b-nav {
    display: flex;
    margin-left: auto;
  }
  .b-header .b-nav .b-p {
    margin-left: 20px;
    transition: 0.3s;
  }
  .b-header .b-nav .b-p span {
    margin-right: 5px;
  }
  .b-header .b-nav .b-p:hover {
    opacity: 0.5;
  }
  .b-header.scroll .b-btn {
    display: none;
  }
  .b-header .b-btn-menu {
    display: none;
  }
  .b-start .b-button {
    margin-left: 26px;
  }
  .b-start .b-bg-1 {
    width: 1100px;
    bottom: -260px;
  }
  .b-start .b-bg-2 {
    width: 1100px;
    bottom: -260px;
  }
  .slick-next {
    line-height: 0;
    font-size: 0;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    z-index: 10;
    cursor: pointer;
  }
  .slick-next::before {
    content: '';
    height: 25px;
    width: 25px;
    background: url(../img/icon_arrow.svg) no-repeat center center;
    background-size: auto 100%;
    display: block;
    z-index: 10;
    transform: rotate(90deg);
  }
  .slick-prev {
    line-height: 0;
    font-size: 0;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    z-index: 10;
    cursor: pointer;
  }
  .slick-prev::before {
    content: '';
    height: 25px;
    width: 25px;
    background: url(../img/icon_arrow.svg) no-repeat center center;
    background-size: auto 100%;
    display: block;
    transform: rotate(-90deg);
  }
  .b-capabilities .b-bg-1 {
    width: 550px;
  }
  .b-capabilities .b-h3 {
    margin-bottom: 10px;
  }
  .b-capabilities .color05 {
    margin-bottom: 10px;
  }
  .b-capabilities .b-slider {
    min-height: 360px;
  }
  .b-capabilities .b-slider-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .b-capabilities .b-slider .b-border {
    min-height: 100%;
    padding: 20px;
  }
  .b-capabilities .b-box::before {
    width: calc(50vw - 40%);
  }
  .b-capabilities .b-box::after {
    width: calc(50vw - 40%);
  }
  .b-aboutus .b-h2 {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .b-aboutus .b-bgbox .b-item {
    height: 290px;
    opacity: 0;
    transition: 0.3s;
  }
  .b-aboutus .b-bgbox .b-img {
    width: 520px;
  }
  .b-aboutus .b-card {
    width: calc(50% - 15px);
  }
  .b-aboutus .b-card .b-bg-2 {
    width: 520px;
    opacity: 0.3;
  }
  .b-aboutus .b-card .b-border {
    height: 290px;
    border-color: #333536;
  }
  .b-aboutus .b-card .b-p {
    opacity: 0.3;
  }
  .b-aboutus .b-card:hover .b-bg-1 {
    opacity: 1;
  }
  .b-aboutus .b-card:hover .b-bg-2 {
    opacity: 1;
  }
  .b-aboutus .b-card:hover .b-border {
    border-color: #fff;
  }
  .b-aboutus .b-card:hover .b-p {
    opacity: 1;
  }
  .b-feedback .b-h2 {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .b-feedback .b-bg-1 {
    width: 900px;
    bottom: -200px;
  }
  .b-feedback .b-bg-2 {
    width: 900px;
    bottom: -200px;
  }
  .b-feedback .b-border {
    padding-bottom: 200px;
  }
  .b-feedback .b-flex {
    width: 75.84%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1200px) {
  .thx{
    font-size: 24px;
  }
  .b-conteiner {
    max-width: 1920px;
    padding: 0 50px;
  }
  .b-h1,
  .b-h2 {
    font-size: 77px;
    padding-left: 36px;
    margin-bottom: 40px;
  }
  .b-h3 {
    font-size: 35px;
  }
  .b-p {
    font-size: 16px;
  }
  .b-select,
  .b-input {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 12px 50px 12px 20px;
  }
  .b-label img {
    right: 20px;
    top: 17px;
    width: 14px;
    height: 10px;
  }
  .b-button {
    padding: 14px 40px;
  }
  .b-footer .t2 {
    width: 75%;
  }
  .b-footer .b-arrow {
    height: 35px;
  }
  .b-border {
    border-radius: 40px;
  }
  .b-header {
    padding-top: 50px;
  }
  .b-header .b-menu {
    top: -1.5px;
    border-radius: 40px;
    min-height: max-content;
    padding: 38px 52px;
  }
  .b-header .b-menu .b-button {
    margin-top: 60px;
  }
  .b-header .b-border {
    padding: 24px 50px;
  }
  .b-start {
    padding: 50px 0;
  }
  .b-start .b-button {
    margin-left: 36px;
  }
  .b-start .b-border {
    padding: 162px 50px 80px;
    min-height: calc(100vh - 100px);
  }
  .b-start .b-h3 {
    margin-bottom: 60px;
  }
  .b-start .b-bg-1 {
    width: 1800px;
    bottom: -582px;
    left: 22%;
    filter: blur(7px) brightness(0.5);
  }
  .b-start .b-bg-2 {
    width: 1800px;
    bottom: -582px;
    left: 20%;
  }
  .b-capabilities {
    padding: 60px 0;
  }
  .b-capabilities .b-bg-1 {
    width: 724px;
    bottom: 20px;
  }
  .b-capabilities .b-h2 {
    margin-bottom: 60px;
  }
  .b-capabilities .b-slider {
    padding: 0 15px;
  }
  .b-capabilities .b-slider .b-border {
    padding: 30px;
  }
  .b-capabilities .b-slider-box {
    margin-bottom: 70px;
  }
  .b-capabilities .b-h3 {
    margin-bottom: 15px;
  }
  .b-capabilities .color05 {
    margin-bottom: 15px;
  }
  .b-capabilities .b-li {
    padding-left: 27px;
  }
  .b-capabilities .b-li::before {
    width: 6px;
    height: 6px;
    left: 10px;
    top: 13px;
  }
  .slick-prev::before {
    width: 35px;
    height: 35px;
  }
  .slick-next::before {
    width: 35px;
    height: 35px;
  }
  .b-aboutus .b-bgbox .b-item {
    height: 374px;
  }
  .b-aboutus .b-bgbox .b-img {
    width: 112.34%;
    top: -25%;
  }
  .b-aboutus .b-card .b-bg-2 {
    width: 112.34%;
    top: -25%;
  }
  .b-aboutus .b-card .b-border {
    height: 374px;
  }
  .b-feedback .b-h2 {
    margin-bottom: 60px;
  }
  .b-feedback .b-input {
    margin-bottom: 30px;
  }
  .b-feedback .b-border {
    padding-top: 110px;
    padding-bottom: 313px;
  }
  .b-feedback .b-bg-1 {
    width: 1600px;
    bottom: -450px;
  }
  .b-feedback .b-bg-2 {
    width: 1600px;
    bottom: -450px;
  }
  .b-feedback .b-flex .b-label {
    width: calc(33.33% - 20px);
  }
  .b-footer .t1 {
    padding-right: 35px;
  }
  .b-footer .b-arrow {
    height: 50px;
  }
}

@media screen and (min-width: 1600px) {
  .b-h1,
  .b-h2 {
    font-size: 110px;
    padding-left: 50px;
  }
  .b-h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .b-h3 .b-logo img {
    width: 26px;
    height: 26px;
    margin-top: -3px;
  }
  .slick-prev::before {
    width: 50px;
    height: 50px;
  }
  .slick-next::before {
    width: 50px;
    height: 50px;
  }
  .b-p {
    font-size: 18px;
  }
  .b-select,
  .b-input {
    font-size: 18px;
  }
  .b-label img {
    right: 20px;
    top: 17px;
    width: 16px;
    height: 12px;
  }
  .b-start .b-button {
    margin-left: 50px;
  }
  .b-start .b-bg-1 {
    width: 2266px;
    left: 19%;
    bottom: auto;
    top: 102px;
  }
  .b-start .b-bg-2 {
    width: 2266px;
    left: 17%;
    bottom: auto;
    top: 102px;
  }
  .b-capabilities .b-h3 {
    margin-bottom: 20px;
  }
  .b-capabilities .color05 {
    margin-bottom: 20px;
  }
  .b-capabilities .b-slider-box {
    width: 80%;
  }
  .b-capabilities .b-slider-box {
    margin-bottom: 100px;
  }
  .b-capabilities .b-box::before {
    width: calc(50vw - 35%);
  }
  .b-capabilities .b-box::after {
    width: calc(50vw - 35%);
  }
  .b-aboutus .b-h2 {
    margin-bottom: 60px;
  }
  .b-aboutus .b-h3 {
    margin-bottom: 30px;
  }
  .b-aboutus .b-bgbox .b-item {
    width: calc(50% - 25px);
  }
  .b-aboutus .b-bgbox .b-img {
    width: 102.34%;
    top: -31%;
  }
  .b-aboutus .b-card {
    width: calc(50% - 25px);
    margin-bottom: 50px;
  }
  .b-aboutus .b-card .b-border {
    height: 374px;
  }
  .b-aboutus .b-card .b-p {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
  .b-aboutus .b-card .b-bg-2 {
    width: 102.34%;
    top: -31%;
  }
  .b-feedback .b-bg-1 {
    width: 2500px;
    bottom: -800px;
  }
  .b-feedback .b-bg-2 {
    width: 2500px;
    bottom: -800px;
  }
}

@media screen and (min-width: 1900px) {
  .b-capabilities .b-slider-box {
    width: 70%;
  }
  .b-capabilities .b-box::before {
    width: calc(50vw - 30%);
  }
  .b-capabilities .b-box::after {
    width: calc(50vw - 30%);
  }
}

.a-menu-open {
  animation: a-menu-open linear 0.4s both;
}

.a-menu-close {
  animation: a-menu-close linear 0.4s both;
}

@keyframes a-menu-open {
  0% {
    opacity: 0;
    transform: translateY(-120%);
  }
  30% {
    opacity: 1;
    transform: translateY(-80%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes a-menu-close {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
    transform: translateY(-80%);
  }
  100% {
    opacity: 0;
    transform: translateY(-120%);
  }
}
