html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
.container{
    max-width: 1518px;
}
.zayavka_block{
      display: flex;
    gap: 100px;
}
 @font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/sf-ui-display-ultralight.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/sf-ui-display-thin.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/sf-ui-display-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/sf-ui-display-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/sf-ui-display-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/sf-ui-display-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/sf-ui-display-heavy.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/sf-ui-display-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
	font-family: 'KZSupercell-Magic';
	src: url('../fonts/kzsupercell-magic.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/kzsupercell-magic.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/kzsupercell-magic.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/kzsupercell-magic.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/kzsupercell-magic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/kzsupercell-magic.svg#kzsupercell-magic') format('svg'); /* Chrome < 4, Legacy iOS */
}
body{
 font-family: 'KZSupercell-Magic';
 background: #F2DCC0;
}
.container{
   max-width: 1685px;
}
.banner_img{
  width: 100%;
max-width: 100%;
}
.banner{
  position: relative;
}
.banner_btn_blocks{
  width: 100%;
    position: absolute;
    z-index: 50;
    bottom: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_btn{
  box-shadow: 0px -7px 0px 0px #004365 inset;

box-shadow: 0px 12px 26px 0px #2378BE59;
background: linear-gradient(180deg, #0081D0 0%, #00539C 100%);

}

.btn-steam {
  position: relative;
  display: inline-block;
  padding: 20px 60px;

  font-size: 24px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 90px;

  /* Градиент + текстура сверху */
  background:
    url('../img4/4833725.png') repeat, /* твоя текстура */
    linear-gradient(to bottom, #00a1ff, #00539C); /* основной градиент */
  
  background-blend-mode: overlay; /* смешивание текстуры с градиентом */

  /* 3D объём через тени */
  box-shadow: 0 8px 0 #003366, 0 12px 15px rgba(0,0,0,0.3);
  transition: all 0.1s ease-in-out;
}


.app{
 
   background:
    url('../img4/4833725.png') repeat, /* твоя текстура */
    linear-gradient(to bottom, #FCD21B, #FA9605); /* основной градиент */
 box-shadow: 0 8px 0 #e3960d, 0 12px 15px rgba(0, 0, 0, 0.3);
}

/* Hover — вдавливание кнопки */
.btn-steam:hover {
  transform: translateY(4px);
  box-shadow: 0 4px 0 #003366, 0 8px 12px rgba(0,0,0,0.25);
}

.btn-steam:active {
  transform: translateY(6px);
  box-shadow: 0 2px 0 #003366, 0 4px 6px rgba(0,0,0,0.2);
}

.app:hover {
  transform: translateY(4px);
  box-shadow: 0 4px 0 #e3960d, 0 8px 12px rgba(0,0,0,0.25);
}
.app:active {
  transform: translateY(6px);
  box-shadow: 0 2px 0 #e3960d, 0 4px 6px rgba(0,0,0,0.2);
}
.banner_btn_block{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 26px;
  border-radius: 90px;
backdrop-filter: blur(10px);

box-shadow: 0px -6px 0px 0px #00000030 inset;
}


.banner_top{
     position: absolute;
    top: 65px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 5;
}
.menu {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px; /* расстояние между ссылками */
  justify-content: center;
  margin-bottom: 60px;
}

/* Основной стиль ссылок */
.menu li a {
  display: inline-block;
  padding: 15px 40px;

  font-size: 18px;
  font-weight: bold;
  color: white; /* текст всегда белый */
  text-decoration: none;
  border-radius: 90px;
  position: relative;
  transition: all 0.1s ease-in-out;
}

/* Верхний блик для 3D */
.menu li a::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 50%;
  border-radius: 90px 90px 0 0;
  background: rgba(255,255,255,0.2);
  pointer-events: none;
  opacity: 0; /* скрыт по умолчанию */
  transition: opacity 0.1s ease-in-out;
}

/* Боковая грань для объёма */
.menu li a::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -6px; height: 6px;
  border-radius: 0 0 90px 90px;
  background: #c87b00; /* более тёмная сторона клавиши */
  pointer-events: none;
  opacity: 0; /* скрыта по умолчанию */
  transition: opacity 0.1s ease-in-out;
}

/* Hover / Active — превращение в кнопку */
.menu li a:hover,
.menu li a:active {
  background: linear-gradient(180deg, #FCD21B 9.19%, #FA9605 124.01%);
  box-shadow: 0 8px 0 #c87b00, 0 12px 15px rgba(0,0,0,0.3);
}



/* Эффект нажатия */
.menu li a:active {
  transform: translateY(4px);
  box-shadow: 0 4px 0 #c87b00, 0 6px 10px rgba(0,0,0,0.3);
}


.tech-title{
  font-weight: 800;
    font-size: 64px;
  line-height: 130%;
  margin-bottom: 60px;
}
.tech_text{
  max-width: 521px;
    font-weight: 800;
  font-size: 14px;
  margin: auto;
}
.tech_mail{
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  background: linear-gradient(180deg, #FCD21B 9.19%, #FA9605 124.01%);
  -webkit-background-clip: text; /* для Chrome, Safari */
  -webkit-text-fill-color: transparent;
 background-clip: text;
  color: transparent;

}
.tech .btn-steam{
  padding-top: 56px;
  padding-bottom: 56px;
  width: 100%;
    text-align: center;
}
.tech{
  margin-top: 70px;
  margin-bottom: 85px;
}
.second_block-title{
  font-weight: 800;
  line-height: 130%;
  font-size: 64px;
  margin-bottom: 60px;
}
.second_block_text{
  max-width: 722px;
  font-weight: 800;
    line-height: 150%;
  font-size: 20px;
    margin-bottom: 60px;
}
.sec{
  font-weight: 800;
  color:#120F0D;
   line-height: 150%;
  font-size: 32px;
  padding: 55px;
  text-align: left;
}
.sec_blocks{
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap:20px;
}
.second_block{
  margin-top: 160px;
  margin-bottom: 85px;
}
.baner_img2{
  position: absolute;
  right: 0;
}
.arrow_slider{
      position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 50%;
    z-index: 50;
}

.swiper-button-prev2{
  margin-left: -10px;
}
@media (max-width:1536px) {
.baner_img2 img{
  max-width: 625px;
}
}
@media (max-width: 420px) {
   .glav {
        margin-top: 150px;
    }
        .glav_info_title {
        margin-top: -30px;
        margin-bottom: 10px;
    }
}
 