/*animations*/
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");
@keyframes anim1 {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.25) translateY(-15px);
    transform-origin: top;
  }
}
/*-animations*/
/*fonts*/
.h1 {
  color: #F5F5F5;
  font-size: 128px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.h2 {
  color: #F5F5F5;
  font-size: 96px;
  font-weight: 700;
  line-height: 115%;
  text-transform: uppercase;
}

.h3 {
  color: #F5F5F5;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.h4 {
  color: #F5F5F5;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.p0 {
  font-size: 1.9vw;
  font-weight: 500;
  line-height: 120%;
}

.p {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.p1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.p2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 1440px) {
  .h1 {
    font-size: 96px;
  }
  .h2 {
    font-size: 80px;
  }
  .h3 {
    font-size: 48px;
  }
  .p2 {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .p0 {
    font-size: 2.8vw;
  }
}
@media (max-width: 800px) {
  .h1 {
    font-size: 72px;
  }
  .h2 {
    font-size: 64px;
  }
  .h4 {
    font-size: 32px;
  }
  .p0 {
    font-size: 4vw;
  }
  .p {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .h1 {
    font-size: 48px;
  }
  .h2 {
    font-size: 40px;
  }
  .h3 {
    font-size: 32px;
  }
  .h4 {
    font-size: 24px;
  }
  .p0 {
    font-size: 7.6vw;
  }
  .p1 {
    font-size: 16px;
  }
  .p2 {
    font-size: 14px;
    line-height: 150%;
  }
}
/*-fonts*/
/*options*/
*, ::after, ::before {
  box-sizing: border-box;
}

body {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  color: #F5F5F5;
  line-height: normal;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  background: #0D0D0D;
}

body.active {
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-thumb {
  background: #F5F5F5;
}

body::-webkit-scrollbar-track {
  background: #0D0D0D;
}

p {
  width: 100%;
  margin: 0px;
}

h1, h2, h3, h4, h5 {
  width: 100%;
  margin: 0px;
}

img {
  max-width: 100%;
}

ul, ol {
  padding: 0px;
  margin: 0px;
}

li {
  list-style-type: none;
}

span {
  display: block;
}

table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}

th {
  border: none;
}

td {
  border: none;
}

a {
  display: block;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
  outline: none;
}

select {
  font-family: "", sans-serif;
  opacity: 1;
  border-radius: 0;
  background: transparent;
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "Inter Tight";
}
select:hover, select:focus {
  outline: none;
  text-decoration: none;
}

textarea {
  font-family: "Inter Tight", sans-serif;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  resize: none;
  border-radius: 0;
  background: transparent;
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
}
textarea::-webkit-input-placeholder {
  color: #808080;
}
textarea::-moz-placeholder {
  color: #808080;
}
textarea:-ms-input-placeholder {
  color: #808080;
}
textarea:-moz-placeholder {
  color: #808080;
}
textarea:hover, textarea:focus {
  outline: none;
  text-decoration: none;
}

input {
  font-family: "Inter Tight", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  border-radius: 0;
  background: transparent;
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
}
input::-webkit-input-placeholder {
  color: #808080;
}
input::-moz-placeholder {
  color: #808080;
}
input:-ms-input-placeholder {
  color: #808080;
}
input:-moz-placeholder {
  color: #808080;
}
input:hover, input:focus {
  outline: none;
  text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

button {
  font-family: "Inter Tight", sans-serif;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button:hover, button:focus {
  outline: none;
  text-decoration: none;
}

html,
body {
  height: 100%;
}

.container {
  height: 100%;
  width: 100%;
  padding: 0 32px;
  margin: 0 auto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

main {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

.section {
  padding: 128px 0px;
}

.section-l {
  color: #808080;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media (max-width: 1200px) {
  .section {
    padding: 64px 0px;
  }
}
@media (max-width: 800px) {
  .container {
    padding: 0px 24px;
  }
}
@media (max-width: 500px) {
  .section-l {
    font-size: 14px;
  }
}
/*-options*/
/*buttons*/
.btn1 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: fit-content;
  color: #F5F5F5;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  padding: 0px 16px;
  border-radius: 8px;
  text-transform: uppercase;
  transition: 0.3s;
}
.btn1::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #F5F5F5;
  border-radius: 8px;
}
.btn1::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #F5F5F5;
  transition: 0.3s;
}

@media (max-width: 500px) {
  .btn1 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .btn1:hover {
    color: #0D0D0D;
  }
  .btn1:hover:after {
    height: 100%;
  }
}
/*-buttons*/
/*form*/ 
.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 12px;
}

.wpcf7 form .wpcf7-response-output {
  order: -1;
  color: #0D0D0D;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  padding: 16px;
  border-radius: 8px;
  margin: 0px 0px 16px 0px;
}

.wpcf7-spinner {
  display: none;
}

.form-input {
  position: relative;
  display: block;
  width: 100%;
}

.form-input_point {
  width: 100%;
  height: 48px;
  color: #808080;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  padding: 0px 40px 0px 16px;
  border-radius: 8px;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
}

.form-input_point:focus {
  border: 1px solid #101010;
}

.form-textarea {
  position: relative;
  display: block;
  width: 100%;
}

.form-textarea_point {
  width: 100%;
  height: 148px;
  color: #808080;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  padding: 16px;
  border-radius: 8px;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
}

.form-textarea_point:focus {
  border: 1px solid #101010;
}

.form-select {
  position: relative;
  display: block;
  width: 100%;
}
.form-select::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 12px;
  width: 24px;
  height: 24px;
  background: url("../icons/arrow2.svg") center no-repeat;
  background-size: contain;
  pointer-events: none;
}

.form-select_point {
  width: 100%;
  height: 48px;
  color: #808080;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  padding: 0px 40px 0px 16px;
  border-radius: 8px;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
}

.form-select_point:focus {
  border: 1px solid #101010;
}

.form-btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  padding: 0px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}
.form-btn span {
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFF;
  transition: 0.3s;
}
.form-btn::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #101010;
  border-radius: 8px;
}
.form-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #101010;
  border-radius: 8px;
  transition: 0.3s;
}

.form-btn_point {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  pointer-events: none;
}

@media (max-width: 500px) {
  .form-select_point {
    font-size: 16px;
  }
  .form-input_point {
    font-size: 16px;
  }
  .form-textarea_point {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .form-btn:hover:after {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
}
/*-form*/
/*modal*/
.modal {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: none;
}

.modal-wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 32px;
}

.modal-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 580px;
  height: 100%;
  padding: 32px;
  border-radius: 16px;
  background: #FFF;
  overflow: auto;
}

.modal-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}

.modal-l {
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.modal-h {
  color: #0D0D0D;
}

.modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-close svg {
  stroke: #808080;
  transition: 0.1s;
}

.modal-form form {
  display: flex;
  flex-direction: column;
}

.modal-grid {
  display: grid;
  gap: 16px;
}

.modal-select {
  margin-bottom: 16px;
}

.modal-btn {
  margin-top: 24px;
}

@media (max-width: 1440px) {
  .modal-wrap {
    padding: 24px;
  }
  .modal-box {
    padding: 24px;
  }
}
@media (max-width: 1200px) {
  .modal-box {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .modal-close:hover svg {
    stroke: #0D0D0D;
  }
}
/*-modal*/
/*header*/
.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 32px;
  width: 100%;
  transform: translateY(-140%);
}

.header-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  border-radius: 16px;
}
.header-wrap:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  border-radius: 16px;
  background: #FFF;
  transition: 0.3s;
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-logo img {
  width: 123px;
  height: auto;
}
.header-logo img:nth-child(2) {
  display: none;
}

.header-menu {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 32px;
}
.header-menu a {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  white-space: nowrap;
  transition: 0.2s;
}

.header-ul {
  display: none;
}

.header-btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  width: fit-content;
  color: #0D0D0D;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  padding: 0px 20px;
  border-radius: 8px;
  transition: 0.3s;
}
.header-btn span {
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0D0D0D;
  transition: 0.3s;
}
.header-btn::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 8px;
}
.header-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 8px;
  transition: 0.3s;
}

.header-burger {
  display: none;
}

.header-bg {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0D0D0D;
  display: none;
}

.header.active .header-wrap:before {
  height: 100%;
}
.header.active .header-logo img:nth-child(1) {
  display: none;
}
.header.active .header-logo img:nth-child(2) {
  display: block;
}
.header.active .header-menu a {
  color: #808080;
}
.header.active .header-btn {
  color: #FFF;
}
.header.active .header-btn span {
  background: #FFF;
}
.header.active .header-btn::before {
  border: 2px solid #101010;
}
.header.active .header-btn::after {
  background: #101010;
}

@media (max-width: 1440px) {
  .header-menu a {
    font-size: 16px;
  }
  .header-btn {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .header-wrap {
    background: #FFF;
  }
  .header-wrap::before {
    display: none;
  }
  .header-logo img {
    width: 81px;
    height: auto;
  }
  .header-logo img:nth-child(1) {
    display: none;
  }
  .header-logo img:nth-child(2) {
    display: block;
  }
  .header-burger {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-burger svg:nth-child(2) {
    display: none;
  }
  .header-burger.active svg:nth-child(1) {
    display: none;
  }
  .header-burger.active svg:nth-child(2) {
    display: block;
  }
  .header-nav {
    position: absolute;
    z-index: -1;
    left: 0;
    top: calc(100% - 16px);
    width: 100%;
    background: #FFF;
    padding: 48px 24px 32px 24px;
    border-radius: 0px 0px 16px 16px;
    display: none;
  }
  .header-nav::after {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 100%;
    height: 1px;
    background: #EBEBEB;
  }
  .header-nav::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 112px;
    width: 100%;
    height: 1px;
    background: #EBEBEB;
  }
  .header-menu {
    position: static;
    transform: translate(0);
    display: grid;
    gap: 12px;
  }
  .header-menu a {
    color: #0D0D0D;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
  }
  .header.active .header-menu a {
    color: #0D0D0D;
  }
  .header-ul {
    display: grid;
    gap: 18px;
    margin-top: 100px;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .header-ul a {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
  }
  .header-btn {
    color: #FFF;
    width: 100%;
    background: #0D0D0D;
  }
  .header-btn span {
    background: #FFF;
  }
  .header-btn::before {
    display: none;
  }
  .header-btn::after {
    display: none;
  }
}
@media (max-width: 800px) {
  .header {
    top: 24px;
  }
  .header-menu a {
    font-size: 22px;
  }
  .header-ul {
    margin-top: 32px;
  }
  .header-btn {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .header-menu a:hover {
    color: #0D0D0D;
  }
  .header-btn:hover:after {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
  .header.active .header-menu a:hover {
    color: #0D0D0D;
  }
}
/*-header*/
/*footer*/
.footer {
  border-radius: 32px;
  background: #FFF;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 32px 0px 128px 0px;
}

.footer-info {
  width: 50%;
}

.footer-l {
  margin-bottom: 64px;
}

.footer-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 16px;
}
.footer-menu a {
  color: #0D0D0D;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  transition: 0.1s;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #E7E7E7;
  padding: 32px 0px;
}

.footer-descr {
  color: #808080;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}

.footer-ul a {
  color: #808080;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  transition: 0.1s;
}

.footer-a {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 50%;
}
.footer-a span {
  color: #808080;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
.footer-a a {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 64px;
  }
  .footer-info {
    width: 100%;
  }
  .footer-grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
  }
  .footer-a {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  .footer-grid {
    gap: 16px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .footer {
    border-radius: 16px;
  }
  .footer-top {
    padding: 24px 0px 64px 0px;
  }
  .footer-logo img {
    width: 81px;
    height: auto;
  }
  .footer-l {
    margin-bottom: 32px;
  }
  .footer-menu {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-menu a {
    font-size: 24px;
    line-height: 100%;
  }
  .footer-bottom {
    padding: 24px 0px;
  }
}
@media (min-width: 1200px) {
  .footer-menu a:hover {
    color: #808080;
  }
  .footer-ul a:hover {
    color: #0D0D0D;
  }
}
/*-footer*/
/*content*/
.content *:first-child {
  margin-top: 0px;
}
.content h2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 40px;
}
.content h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 40px;
}
.content h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  margin-top: 40px;
}
.content p {
  color: #5C5C5C;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 24px;
}
.content p a {
  display: inline;
  margin: 0px;
}
.content a {
  color: #F5F5F5;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
  margin-top: 24px;
}
.content ul {
  margin-top: 24px;
}
.content ul li {
  position: relative;
  color: #5C5C5C;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding-left: 24px;
  margin-top: 16px;
}
.content ul li:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F5F5F5;
}
.content img {
  margin-top: 48px;
}
.content iframe {
  margin-top: 48px;
}

@media (max-width: 800px) {
  .content h2 {
    font-size: 48px;
  }
  .content h3 {
    font-size: 32px;
  }
}
/*-content*/
/*start*/
.start {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.start::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, #0D0D0D 100%);
}

.start-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: anim1 10s ease-out both infinite alternate;
}

.start-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 96px;
}

.start-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.start-h {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.start-h strong {
  font-weight: 700;
  overflow: hidden;
}
.start-h span.char {
  display: inline-block;
}

.start-p {
  opacity: 0;
  y: 50px;
  max-width: 680px;
  margin-top: 96px;
}

@media (max-width: 1440px) {
  .start-p {
    margin-top: 48px;
  }
}
@media (max-width: 800px) {
  .start-p {
    max-width: 430px;
    margin-top: 32px;
  }
}
/*-start*/
/*about*/
.about-wrap {
  display: grid;
  gap: 96px;
  text-align: center;
  margin-bottom: 128px;
}
.about-wrap .section-l {
  margin: 0px;
}

.about-p {
  color: rgba(255, 255, 255, 0.24);
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
}
.about-p span {
  display: inline;
}

.about-contain {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  padding: 64px 64px 96px 64px;
  overflow: hidden;
}
.about-contain:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 32px;
  width: 100%;
  height: calc(100% - 160px);
  border-radius: 32px;
  background: #F5F5F5;
}

.about-l {
  margin-bottom: 32px;
}

.about-slider {
  width: 90%;
  margin-left: 0px;
  overflow: visible;
}

.about-contain.active .about-slider {
  width: 100%;
}

.about-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25vw;
  border-radius: 16px;
  background: #131314;
  padding: 12px;
}
.about-box img {
  width: 20vw;
  height: 20vw;
}
.about-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-radius: 16px;
  border: 2px solid #FFF;
  transition: 0.4s;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .about-wrap {
    gap: 64px;
  }
  .about-contain {
    padding: 48px;
  }
  .about-box {
    height: 35vw;
  }
}
@media (max-width: 800px) {
  .about-wrap {
    text-align: left;
  }
  .about-p {
    font-size: 32px;
    text-align: left;
  }
  .about-l {
    margin-bottom: 48px;
  }
  .about-contain {
    height: auto;
    padding: 24px;
    border-radius: 16px;
    background: #F5F5F5;
  }
  .about-contain::before {
    display: none;
  }
  .about-slider {
    width: 100%;
  }
  .about-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .about-box {
    height: 256px;
  }
  .about-box img {
    width: 58vw;
    height: 58vw;
  }
}
@media (max-width: 500px) {
  .about-wrap {
    gap: 32px;
    margin-bottom: 64px;
  }
  .about-p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .about-box.two:hover:after {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
}
/*-about*/
/*technics*/
.technics-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.technics-h span {
  display: inline-block;
}
.technics-h span.word {
  overflow: hidden;
  padding-right: 6px;
}
.technics-h span.char {
  transform: translateY(110%);
}

.technics-boxs {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 32px;
  height: calc(100vh - 330px);
}

.technics-box {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 64px;
  border-radius: 32px;
  overflow: hidden;
}
.technics-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(13, 13, 13, 0.56) 0%, rgba(13, 13, 13, 0.56) 100%);
}

.technics-box_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.technics-box_text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 580px;
  gap: 24px;
}

.technics-box_h {
  font-style: italic;
}

@media (max-width: 1440px) {
  .technics-boxs {
    height: calc(100vh - 310px);
  }
}
@media (max-width: 1200px) {
  .technics-boxs {
    height: calc(100vh - 290px);
  }
}
@media (max-width: 800px) {
  .technics-box {
    border-radius: 20px;
  }
  .technics-box_text {
    width: 420px;
  }
}
@media (max-width: 500px) {
  .technics-boxs {
    gap: 16px;
    height: calc(100vh - 260px);
  }
  .technics-box {
    align-items: flex-start;
    padding: 32px;
    border-radius: 16px;
  }
  .technics-box_text {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    text-align: left;
    width: 100%;
  }
}
/*-technics*/
/*plus*/
.plus {
  overflow: hidden;
}

.plus-h {
  display: flex;
  gap: 6px;
  overflow: hidden;
}
.plus-h strong {
  font-weight: 400;
  font-style: italic;
}
.plus-h span {
  display: inline-block;
}
.plus-h span.word {
  overflow: hidden;
  padding-right: 6px;
}
.plus-h span.char {
  transform: translateY(110%);
}

.plus-slider {
  overflow: visible;
  height: calc(100vh - 300px);
}

.plus-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 576px;
  height: 100%;
  padding: 64px;
  border-radius: 16px;
  background: #131314;
}

.plus-slide_label {
  color: #808080;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.plus-slide_img {
  width: 5.2vw;
  height: 5.2vw;
}

@media (max-width: 1440px) {
  .plus-slider {
    height: calc(100vh - 280px);
  }
  .plus-slide {
    width: 470px;
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .plus-slider {
    height: calc(100vh - 290px);
  }
  .plus-slide_img {
    width: 8vw;
    height: 8vw;
  }
}
@media (max-width: 800px) {
  .plus-slide_img {
    width: 10vw;
    height: 10vw;
  }
}
@media (max-width: 500px) {
  .plus-slider {
    height: calc(100vh - 260px);
  }
  .plus-slide {
    width: 99%;
    padding: 32px;
  }
  .plus-slide_label {
    font-size: 14px;
  }
  .plus-slide_img {
    width: 25vw;
    height: 25vw;
  }
}
/*-plus*/
/*access*/
.access-h {
  max-width: 1350px;
  line-height: 120%;
  font-style: italic;
  font-weight: 400;
}
.access-h span {
  display: inline-block;
}
.access-h span.word {
  overflow: hidden;
  padding-right: 16px;
}
.access-h span.char {
  transform: translateY(110%);
}
.access-h strong {
  font-weight: 700;
  font-style: normal;
}
.access-h strong:nth-child(1):before {
  content: "";
  position: relative;
  top: -10px;
  display: inline-block;
  width: 192px;
  height: 96px;
  border-radius: 16px;
  background: url("../img/access/access1.webp") center no-repeat;
  background-size: contain;
  margin-right: 14px;
}
.access-h strong:last-child:before {
  content: "";
  position: relative;
  top: -10px;
  display: inline-block;
  width: 192px;
  height: 96px;
  border-radius: 16px;
  background: url("../img/access/access2.webp") center no-repeat;
  background-size: contain;
  margin-top: -20px;
  margin-right: 14px;
}

.access-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 96px;
}

.access-box_img {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-110%);
  height: 380px;
  border-radius: 16px;
  overflow: hidden;
  transition: 1s;
}
.access-box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.access-box_text {
  padding: 64px 0px;
  border-top: 1px solid #242424;
}

.access-box_h {
  font-style: italic;
  color: #808080;
  transition: 0.2s;
}

.access-box_p {
  color: #808080;
  padding-top: 32px;
  transition: 0.2s;
}

.access-box.active .access-box_img {
  transform: translate(0);
}
.access-box.active .access-box_h {
  color: #F5F5F5;
}
.access-box.active .access-box_p {
  color: #F5F5F5;
}

@media (max-width: 1440px) {
  .access-h {
    max-width: 1100px;
  }
  .access-h strong:nth-child(1):before {
    width: 163px;
    height: 80px;
  }
  .access-h strong:last-child:before {
    width: 163px;
    height: 80px;
  }
  .access-box {
    gap: 32px;
  }
}
@media (max-width: 1200px) {
  .access-boxs {
    display: grid;
    gap: 24px;
  }
  .access-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 380px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
  }
  .access-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.48) 100%);
  }
  .access-box_img {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translate(0);
  }
  .access-box_text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 24px;
    border: none;
  }
  .access-box_p {
    width: 50%;
    font-size: 24px;
    line-height: 120%;
    padding: 0px;
  }
}
@media (max-width: 800px) {
  .access-h strong:nth-child(1):before {
    width: 130px;
    height: 64px;
  }
  .access-h strong:last-child:before {
    width: 130px;
    height: 64px;
  }
}
@media (max-width: 500px) {
  .access {
    height: 100vh;
  }
  .access-h strong:nth-child(1):before {
    display: none;
  }
  .access-h strong:nth-child(1):after {
    content: "";
    position: relative;
    top: -10px;
    display: inline-block;
    width: 97px;
    height: 48px;
    border-radius: 16px;
    background: url("../img/access/access1.webp") center no-repeat;
    background-size: contain;
    margin-right: 6px;
  }
  .access-h strong:last-child:before {
    width: 97px;
    height: 48px;
    margin-bottom: -10px;
    margin-right: 6px;
  }
  .access-boxs {
    position: relative;
    height: calc(100vh - 430px);
  }
  .access-box {
    position: absolute;
    height: 100%;
    border-radius: 16px;
  }
  .access-box_text {
    padding: 32px;
  }
  .access-box_h {
    color: #FFF;
    font-size: 28px;
    line-height: 100%;
  }
  .access-box_p {
    color: #FFF;
    width: 100%;
    font-size: 18px;
    line-height: 120%;
  }
}
/*-access*/
/*cases*/
.cases {
  overflow: hidden;
}

.cases-h strong {
  font-weight: 400;
  font-style: italic;
}
.cases-h span {
  display: inline-block;
}
.cases-h span.word {
  overflow: hidden;
  padding-right: 6px;
}
.cases-h span.char {
  transform: translateY(100%);
}

.cases-boxs {
  height: calc(100vh - 300px);
  width: 100%;
  overflow: visible;
}

.cases-box {
  display: flex;
  gap: 8px;
  height: 100%;
}

.cases-box_img {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  border-radius: 32px;
  padding: 32px;
  overflow: hidden;
}
.cases-box_img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(13, 13, 13, 0.48) 0%, rgba(13, 13, 13, 0.48) 100%);
}
.cases-box_img::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-radius: 32px;
  border: 2px solid #FFF;
  transition: 0.4s;
  pointer-events: none;
}

.cases-box_logo {
  position: relative;
  z-index: 2;
  max-width: 135px;
  max-height: 50px;
}

.cases-box_bottom {
  position: relative;
  z-index: 2;
}

.cases-box_ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cases-box_ul li {
  color: #F5F5F5;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 64px;
  border: 1px solid #F5F5F5;
}

.cases-box_i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cases-box_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border-radius: 32px;
  width: 576px;
  min-width: 576px;
  background: #131314;
}

.cases-box_l {
  width: 8px;
  height: 8px;
  background: #FFF;
  border-radius: 50%;
}

.cases-box_items {
  display: grid;
  gap: 96px;
}

.cases-box_content *:first-child {
  margin: 0px;
}
.cases-box_content p {
  color: #F5F5F5;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  margin-top: 24px;
}
.cases-box_content p a {
  display: inline;
  margin: 0px;
}
.cases-box_content a {
  color: #F5F5F5;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: underline;
  margin-top: 24px;
}

@media (max-width: 1440px) {
  .cases-boxs {
    height: calc(100vh - 280px);
  }
}
@media (max-width: 1200px) {
  .cases-boxs {
    height: 100%;
  }
  .cases-boxs .swiper-wrapper {
    flex-direction: column;
    gap: 23px;
  }
  .cases-box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .cases-box_img {
    height: 830px;
  }
  .cases-box_text {
    width: 100%;
  }
  .cases-box_l {
    margin-bottom: 64px;
  }
  .cases-box_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 96px;
  }
  .cases-box_content p {
    font-size: 18px;
    margin-top: 16px;
  }
}
@media (max-width: 800px) {
  .cases-box_img {
    height: 600px;
    padding: 32px;
    border-radius: 16px;
  }
  .cases-box_text {
    min-width: 100%;
    padding: 32px;
    border-radius: 16px;
  }
  .cases-box_items {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
@media (max-width: 500px) {
  .cases-box_img {
    height: 390px;
  }
}
@media (min-width: 500px) {
  .cases-box_img.two:hover:before {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
}
/*-cases*/
/*reviews*/
.reviews-h strong {
  font-weight: 400;
}
.reviews-h span {
  display: inline-block;
}
.reviews-h span.word {
  overflow: hidden;
  padding-right: 6px;
}
.reviews-h span.char {
  transform: translateY(100%);
}

.reviews-table b {
  display: none;
}
.reviews-table > li {
  border-bottom: 1px solid #242424;
}
.reviews-table > li:nth-child(1) > ul > li {
  padding-top: 0px;
}
.reviews-table ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}
.reviews-table ul li {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  padding: 32px 0px;
}
.reviews-table a {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: underline;
  transition: 0.1s;
}
.reviews-table ul li:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 4;
}
.reviews-table li:first-child span {
  color: #808080;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .reviews-table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
  .reviews-table > li {
    padding-bottom: 64px;
  }
  .reviews-table > li:nth-child(1) {
    display: none;
  }
  .reviews-table ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    grid-row-gap: 32px;
    grid-column-gap: 24px;
  }
  .reviews-table ul li {
    font-size: 18px;
    padding: 0px;
  }
  .reviews-table a {
    font-size: 18px;
    padding: 0px;
  }
  .reviews-table b {
    display: block;
    color: #808080;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
}
@media (max-width: 800px) {
  .reviews-table {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1200px) {
  .reviews-table a:hover {
    color: #808080;
  }
}
/*-reviews*/
/*promo*/
.promo-slider {
  background: #FFF;
  padding: 32px 0px;
}
.promo-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.promo-slide {
  display: flex;
  gap: 32px;
  width: fit-content;
  font-style: italic;
  color: #0D0D0D;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  white-space: nowrap;
}
.promo-slide::after {
  content: "";
  width: 64px;
  height: 64px;
  background: url("../icons/arrow.svg") center no-repeat;
  background-size: contain;
}

.promo-btn {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media (max-width: 500px) {
  .promo-slide {
    font-size: 32px;
    gap: 16px;
  }
  .promo-slide::after {
    width: 32px;
    height: 32px;
  }
}
/*-promo*/
/*faq*/
.faq-h span {
  display: inline-block;
}
.faq-h span.word {
  overflow: hidden;
  padding-right: 6px;
}
.faq-h span.char {
  transform: translateY(100%);
}

.faq-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.faq-tabs li {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #808080;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  padding: 12px 16px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
}
.faq-tabs li:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #F5F5F5;
  transition: 0.3s;
}
.faq-tabs li:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #242424;
}
.faq-tabs span {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: #0D0D0D;
}
.faq-tabs li.active {
  color: #0D0D0D;
}
.faq-tabs li.active::after {
  height: 100%;
}
.faq-tabs li.active span {
  width: 8px;
  min-width: 8px;
  height: 8px;
}

.faq-box {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.faq-box.active {
  display: grid;
}

.faq-item {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  width: 100%;
  cursor: pointer;
  padding: 32px 0px;
  border-bottom: 1px solid #242424;
  margin-top: 32px;
}

.faq-item_top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.faq-item_bottom {
  display: none;
  width: 80%;
  margin-top: 32px;
}
.faq-item_bottom *:first-child {
  margin-top: 0px;
}
.faq-item_bottom p {
  color: #F5F5F5;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  margin-top: 16px;
}

.faq-item_h {
  color: #808080;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.faq-item_plus {
  min-width: 24px;
  stroke: #808080;
  transition: 0.1s;
}

.faq-item.active {
  padding: 32px 24px;
  border-radius: 16px;
  background: #131314;
  border: none;
}
.faq-item.active .faq-item_plus {
  transform: rotate(45deg);
}

@media (max-width: 1200px) {
  .faq-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}
@media (max-width: 500px) {
  .faq-item.active {
    padding: 32px 16px;
  }
  .faq-item_h {
    font-size: 18px;
  }
  .faq-item_bottom {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .faq-tabs li:hover {
    color: #0D0D0D;
  }
  .faq-tabs li:hover:after {
    height: 100%;
  }
  .faq-item:hover .faq-item_plus {
    stroke: #FFF;
  }
}
/*-faq*/ 
/*contact*/
.contact-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-h span {
  display: inline-block;
}
.contact-h span.word {
  overflow: hidden;
  padding-right: 16px;
}
.contact-h span.char {
  transform: translateY(100%);
}

.contact-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.contact-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 830px;
  border-radius: 32px;
  overflow: hidden;
}
.contact-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px;
  border-radius: 32px;
  background: #101010;
}

.contact-oval {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFF;
}

.contact-boxs {
  display: grid;
  gap: 48px;
}

.contact-box {
  display: grid;
  gap: 16px;
}

.contact-box_label {
  color: #808080;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

.contact-box_ul {
  display: grid;
  gap: 8px;
}
.contact-box_ul a {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  transition: 0.1s;
}

@media (max-width: 1200px) {
  .contact-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .contact-oval {
    margin-bottom: 96px;
  }
  .contact-text {
    order: -1;
  }
  .contact-img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-top {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 0px;
  }
  .contact-wrap {
    gap: 8px;
  }
  .contact-text {
    border-radius: 16px;
    padding: 32px;
  }
  .contact-oval {
    margin-bottom: 64px;
  }
  .contact-boxs {
    gap: 32px;
  }
  .contact-box {
    gap: 16px;
  }
  .contact-box_ul a {
    font-size: 24px;
  }
  .contact-img {
    width: 100%;
    height: 340px;
    border-radius: 16px;
  }
}
@media (min-width: 1200px) {
  .contact-box_ul a:hover {
    color: #808080;
  }
}
/*-contact*/
/*policy*/
.policy-wrap {
  max-width: 960px;
  margin: auto;
}

.policy-h {
  overflow-wrap: break-word;
  margin-bottom: 48px;
}

@media (max-width: 1200px) {
  .policy {
    padding-top: 160px;
  }
}
/*-policy*/
/*mistake*/
/*-mistake*/