/* UltraLight */
@font-face {
    font-family: 'e-Ukraine-UltraLight';
    src: url('fonts/e-Ukraine-UltraLight.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

/* Light */
@font-face {
    font-family: 'e-Ukraine-Light';
    src: url('fonts/e-Ukraine-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

/* Regular */
@font-face {
    font-family: 'e-Ukraine-Regular';
    src: url('fonts/e-Ukraine-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: 'e-Ukraine-Medium';
    src: url('fonts/e-Ukraine-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'e-Ukraine-Bold';
    src: url('fonts/e-Ukraine-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'e-Impact';
    src: url('fonts/impact.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'e-Franklin';
    src: url('fonts/FranklinGothic-Medium.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}




*{
    margin: 0;
    padding: 0;
    border: none;
    -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
  display: none;
}

html {
  scrollbar-width: none;
}



body::-webkit-scrollbar {
  display: none;
}

body {
    scrollbar-width: none;
  -ms-overflow-style: none;
}

input{
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

input:focus {
    border: none;
}

a{
    all: unset;
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background-color: transparent;
    -webkit-user-select: text;
      -moz-user-select: text;
      -ms-user-select: text;
      user-select: text;
}
@media (max-width: 600px) {

.header{
    width: 100%;
    height: 51px;
    border-bottom: 3px solid #ffc000;
    background:
    linear-gradient(
      to bottom,
      #2b2b2b 0%,
      #1f1f1f 50%,
      #151515 100%
    );
  position: relative;
  overflow: hidden;
    padding-left: 5px;
    padding-right: 14px;
    box-sizing: border-box;
    margin-bottom: 0;
}

.header::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-radial-gradient(
      circle at 0 0,
      rgba(255,255,255,0.01),
      rgba(255,255,255,0.03) 1px,
      transparent 1px,
      transparent 2px
    );
  opacity: 0.3;
  pointer-events: none;
}

.logo{
    width: 139px;
    margin-top: 3px;
}

.header-right{
    float: right;
    margin-top: 7px;
}

.header-right>h1, .header-right>h2{
    color: white;
    display: block;
}


.header-phone{
    font-family: 'e-Impact';
    font-size: 20.7px;
    letter-spacing: 0.7px;
    margin-bottom: -2px;
}

.header-text{
    color: white;
    font-weight: 200;
    font-family: 'e-Franklin';
    font-size: 11px;
    letter-spacing: 1.37px;
    float: right;
}



.top{
    width: 100%;
    height: 410px;
    background-image: url('img/background-body.webp');
    background-size: 143%;
    background-position: -76px 0;
    background-repeat: no-repeat;
    padding-top: 21px;
    box-sizing: border-box;
}

.top-text{
    margin: 0 auto;
    width: 91%;
    height: 100px;
    margin-bottom: 23px;
}

.top-text>h1, .top-text>p{
    color: white;
}

.top-text-1{
    color: white;
    font-family: 'e-Ukraine-Regular';
    font-weight: 100;
    font-size: 25px;
    letter-spacing: -0.2px;
    line-height: 1.17;
    margin-bottom: 4px;
}

.top-text-2{
    color: red;
    font-family: 'e-Ukraine-Regular';
    font-size: 20px;
    letter-spacing: -0.2px;
    margin-bottom: 5px;
}

.top-text-2-light{
    font-family: 'e-Ukraine-Bold';
    color: #ffc000;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

.top-line{
    margin-left: -2px;
    width: 284px;
    height: 0.5px;
    background-color: white;
    margin-bottom: 1px;
    border-radius: 10px;
}

.top-text-3{
    color: white;
    font-family: 'e-Ukraine-Regular';
    font-size: 11px;
    letter-spacing: -0.2px;
    text-shadow: 
    1px 1px 1px rgba(0,0,0,0.5),
   -1px -1px 1px rgba(0,0,0,0.5),
    1px -1px 1px rgba(0,0,0,0.5),
   -1px 1px 1px rgba(0,0,0,0.5);
}

.forms{
    width: 87%;
    height: 207px;
    background-color: rgba(0, 0, 0, 68%);
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
    box-sizing: border-box;
    padding: 19px 16px;
}


.input-name,
.input-phone{
    border-radius: 5px;
    width: 100%;
    height: 33px;
    
    display: block;
    margin-bottom: 15px;
    padding-left: 9px;
    box-sizing: border-box;
}


.input-name::placeholder,
.input-phone::placeholder{
    color: #343434;
    font-family: 'e-Ukraine-Light';
    font-size: 14px;
    letter-spacing: 0px;
}



.custom-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 19px;
  height: 19px;
  border: 1.5px solid orange;
  border-radius: 2px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
    margin-bottom: -5px;
}

.custom-checkbox input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 5px;
  width: 6px;
  height: 12px;
  border: solid orange;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-text{
    color: white;
    font-family: 'e-Ukraine-Regular';
    font-size: 11px;
    letter-spacing: -0.2px;
}

.button{
    transition-property: background-color;
    transition-duration: 0.2s;
    color: black;
    font-family: 'e-Ukraine-Medium';
    font-size: 15px;
    letter-spacing: 0px;
    width: 100%;
    height: 38px;
    background-color: #ffc000;
    border-radius: 5px;
    margin-top: 15px;
}

.button:hover{
    background-color: #ffc71b;
}

.button:active{
    background-color: #dfa800;
}


.info{
    width: 100%;
    height: 270px;
    background: 
        linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0)),
        url('img/background-info.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
}


.info-head{
    width: 100%;
    height: 44px;
    text-align: center;
    padding-top: 11px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 10px;
}

.info-head > *{
    display: inline-block;
    vertical-align: middle;
}

.info-head-line{
    width: 34%;
    height: 0.5px;
    background-color: #ffc000;
    border-radius: 10px;
}

.info-head-title{
    color: white;
    font-family: 'e-Ukraine-Regular';
    font-size: 21px;
    font-weight: 200;
    letter-spacing: -0.2px;
    margin-top: -12px;
}

.info-body{
    margin: 0 auto;
    width: 91%;
    font-family: 'e-Ukraine-Regular';
    color: white;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 1.3;
}

.info-body > h2{
    font-size: 15px;
    font-weight: 100;
}

.info-body > h2{
    margin-top: 15px;
}

.prices{
    width: 100%;
    height: 210px;
    background: 
        linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0)),
        url('img/background-prices.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.prices-head{
    width: 100%;
    height: 44px;
    text-align: center;
    padding-top: 11px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-bottom: 10px;
}

.prices-head-title{
    color: white;
    font-family: 'e-Ukraine-Regular';
    font-size: 21px;
    font-weight: 200;
    letter-spacing: -0.2px;
    margin-top: -12px;
}

.prices-head-line{
    width: 27%;
    height: 0.5px;
    background-color: #ffc000;
    border-radius: 10px;
}

.prices-boxes{
    width: 91%;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 0 auto;
    margin-bottom: 4px;
}

.box-title{
    color: white;
    font-family: 'e-Ukraine-Regular';
    font-weight: 400;
    font-size: 9px;
    letter-spacing: 1px;
}

.box-1>h2{
    line-height: 28px;
    margin-bottom: -6px;
}

.box-price{
    color: #ffc000;
    font-family: 'e-Ukraine-Bold';
    font-size: 11px;
    letter-spacing: 0.4px;
    margin-top: 9px;
    text-shadow: 
    1px 1px 1px rgba(0,0,0,0.5),
   -1px -1px 1px rgba(0,0,0,0.5),
    1px -1px 1px rgba(0,0,0,0.5),
   -1px 1px 1px rgba(0,0,0,0.5);
}

.box-1,
.box-2,
.box-3{
    border-radius: 5px;
    width: 32%;
    height: 62px;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    padding-top: 3px;
}


.prices-text{
    text-align: center;
    color: white;
    font-family: 'e-Ukraine-UltraLight';
    font-size: 9px;
    letter-spacing: 0px;
    text-shadow: 
    1px 1px 1px rgba(0,0,0,0.4),
   -1px -1px 1px rgba(0,0,0,0.4),
    1px -1px 1px rgba(0,0,0,0.4),
   -1px 1px 1px rgba(0,0,0,0.4);
}


.end{
    width: 100%;
    height: 45px;
    background:
    linear-gradient(
      to bottom,
      #2b2b2b 0%,
      #151515 100%,
      #1f1f1f 50%
    );
    border-top: 1px solid #ffc000;
    box-sizing: border-box;
    
    display: flex;
    justify-content: center;
      align-items: center;
    gap: 4px;
}

.end-phone{
    color: white;
    font-family: 'e-Ukraine-Bold';
    font-size: 7.5px;
    font-weight: 100;
    letter-spacing: 0px;
}

.end-title{
    color: white;
    font-family: 'e-Ukraine-UltraLight';
    font-size: 7.5px;
    font-weight: 100;
}
}

@media (min-width: 600px) {    
    body {
  /* Несколько слоёв фона */
  background-image: 
    linear-gradient(45deg, #ab8100 0%, transparent 0%, transparent 35%, #ab8100 0%, #ab8100 50%, transparent 10%, transparent 85%, #ab8100 10%, #ab8100 100%, transparent 90%, transparent 100%), /* полоски сверху */
    linear-gradient(to bottom, #2c2c37, #101116); /* градиент снизу */

  /* Размер для каждого слоя */
  background-size: 65px 65px, 100% 100%; 
  background-repeat: repeat, no-repeat;
  background-attachment: fixed;

  position: relative;
  min-height: 100vh;
}

/* шум через псевдоэлемент */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQObYZgAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=');
  opacity: 100%;
  pointer-events: none;
  z-index: 9999;
}

    body>section{
        max-width: 800px;
        margin: 0 auto;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    }
    
    
    /*78*/
.header{
    width: 100%;
    height: 57px;
    border-bottom: 3px solid #ffc000;
    background:
    linear-gradient(
      to bottom,
      #2b2b2b 0%,
      #1f1f1f 50%,
      #151515 100%
    );
  position: relative;
  overflow: hidden;
    padding-left: 5%;
    padding-right: 7%;
    box-sizing: border-box;
    margin-bottom: 0;
}

.header::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-radial-gradient(
      circle at 0 0,
      rgba(255,255,255,0.01),
      rgba(255,255,255,0.03) 1px,
      transparent 1px,
      transparent 2px
    );
  opacity: 0.3;
  pointer-events: none;
}

.logo{
    width: 147px;
    margin-top: 6px;
}

.header-right{
    float: right;
    margin-top: 10px;
}

.header-right>h1, .header-right>h2{
    color: white;
    display: block;
}


.header-phone{
    font-family: 'e-Impact';
    font-size: 22px;
    letter-spacing: 0.7px;
    margin-bottom: -2px;
}

.header-text{
    color: white;
    font-weight: 200;
    font-family: 'e-Franklin';
    font-size: 14px;
    letter-spacing: 1.37px;
    float: right;
}



.top{
    width: 100%;
    height: 410px;
    background-image: url('img/background-body.webp'); /* путь к картинке */
    background-size: 100%; /* увеличиваем на 150% */
    background-position: -1px -61px; /* сдвигаем вниз на 10px */
    background-repeat: no-repeat; /* отключает повторение */
    box-sizing: border-box;
    display: flex;
    gap: 21px;
    padding: 0 2.5%;
    padding-top: 59px;
}

.top-text{
    width: 46%;
    height: 100px;
    /*background-color: rgba(255, 0, 0, 0.2);*/
    margin-bottom: 23px;
}

.top-text>h1, .top-text>p{
    color: white;
}

.top-text-1{
    color: white;
    font-family: 'e-Ukraine-Regular';
    font-weight: 100;
    font-size: 25px;
    letter-spacing: -0.2px;
    line-height: 1.17;
    margin-bottom: 4px;
}

.top-text-2{
    color: red;
    font-family: 'e-Ukraine-Regular';
    font-size: 20px;
    letter-spacing: -0.2px;
    margin-bottom: 8px;
}

.top-text-2-light{
    font-family: 'e-Ukraine-Bold';
    color: #ffc000;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

.top-line{
    margin-left: -2px;
    width: 301px;
    height: 0.5px;
    background-color: white;
    margin-bottom: 4px;
    border-radius: 10px;
}

.top-text-3{
    color: white;
    font-family: 'e-Ukraine-Regular';
    font-size: 15px;
    letter-spacing: -0.2px;
    text-shadow: 
    1px 1px 1px rgba(0,0,0,0.5),
   -1px -1px 1px rgba(0,0,0,0.5),
    1px -1px 1px rgba(0,0,0,0.5),
   -1px 1px 1px rgba(0,0,0,0.5);
}

.forms{
    width: 329px;
    height: 218px;
    background-color: rgba(0, 0, 0, 68%);
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
    box-sizing: border-box;
    padding: 24px 16px;
}


.input-name,
.input-phone{
    border-radius: 5px;
    width: 100%;
    height: 33px;
    
    display: block;
    margin-bottom: 15px;
    padding-left: 9px;
    box-sizing: border-box;
}


.input-name::placeholder,
.input-phone::placeholder{
    color: #343434;
    font-family: 'e-Ukraine-Light';
    font-size: 14px;
    letter-spacing: 0px;
}



.custom-checkbox input[type="checkbox"] {
  appearance: none;           /* убираем стандартный вид */
  -webkit-appearance: none;   /* для Safari/Chrome */
  width: 19px;
  height: 19px;
  border: 1.5px solid orange;   /* оранжевая рамка */
  border-radius: 2px;         /* закругленные углы, опционально */
  background-color: transparent; /* прозрачный фон */
  cursor: pointer;
  position: relative;
    margin-bottom: -5px;
}

.custom-checkbox input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 5px;
  width: 6px;
  height: 12px;
  border: solid orange;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-text{
    color: white;
    font-family: 'e-Ukraine-Regular';
    font-size: 11px;
    letter-spacing: -0.2px;
}

.button{
    transition-property: background-color;
    transition-duration: 0.2s;
    color: black;
    font-family: 'e-Ukraine-Medium';
    font-size: 15px;
    letter-spacing: 0px;
    width: 100%;
    height: 38px;
    background-color: #ffc000;
    border-radius: 5px;
    margin-top: 15px;
}

.button:hover{
    background-color: #ffc71b;
}

.button:active{
    background-color: #dfa800;
}


.info{
    width: 100%;
    height: 346px;
    background: 
        linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0)),
        url('img/background-info.webp');
    background-size: 100%;
    background-position: 0 -75px;
    background-repeat: no-repeat;
    box-sizing: border-box;
}


.info-head{
    width: 100%;
    height: 64px;
    /*background-color: indianred;*/
    text-align: center;
    padding-top: 11px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 10px;
}

.info-head > *{
    display: inline-block;
    vertical-align: middle;
}

.info-head-line{
    /*width: 137px;*/
    width: 37%;
    height: 0.5px;
    background-color: #ffc000;
    border-radius: 10px;
}

.info-head-title{
    color: white;
    font-family: 'e-Ukraine-Regular';
    font-size: 25px;
    font-weight: 200;
    letter-spacing: -0.2px;
    margin-top: -12px;
}

.info-body{
    margin: 0 auto;
    width: 91%;
    font-family: 'e-Ukraine-Regular';
    color: white;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 1.3;
}

.info-body > h2{
    font-size: 17px;
    font-weight: 100;
    margin-top: 15px;
}


.prices{
    width: 100%;
    height: 243px;
    background: 
        linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0)),
        url('img/background-prices.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.prices-head{
    width: 100%;
    height: 64px;
    text-align: center;
    padding-top: 11px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-bottom: 10px;
}

.prices-head-title{
    color: white;
    font-family: 'e-Ukraine-Regular';
    font-size: 25px;
    font-weight: 200;
    letter-spacing: -0.2px;
    margin-top: -12px;
}

.prices-head-line{
    width: 34%;
    height: 0.5px;
    background-color: #ffc000;
    border-radius: 10px;
}

.prices-boxes{
    width: 91%;
    height: 74px;
    display: flex;              /* превращаем контейнер в flex */
    justify-content: center;    /* центрируем элементы по горизонтали */
    align-items: center;        /* выравнивание по вертикали */
    gap: 10px;
    margin: 0 auto;
    margin-bottom: 13px;
}

.box-title{
    color: white;
    font-family: 'e-Ukraine-Regular';
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}

.box-1>h2{
    line-height: 29px;
}

.box-price{
    color: #ffc000;
    font-family: 'e-Ukraine-Bold';
    font-size: 17px;
    letter-spacing: 0.4px;
    margin-top: 9px;
    text-shadow: 
    1px 1px 1px rgba(0,0,0,0.5),
   -1px -1px 1px rgba(0,0,0,0.5),
    1px -1px 1px rgba(0,0,0,0.5),
   -1px 1px 1px rgba(0,0,0,0.5);
}

.box-1,
.box-2,
.box-3{
    border-radius: 5px;
    width: 32%;
    height: 86px;
    /*background-color: indianred;*/
    display: inline-block;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    padding-top: 7px;
}


.prices-text{
    text-align: center;
    color: white;
    font-family: 'e-Ukraine-UltraLight';
    font-size: 14px;
    letter-spacing: 0px;
    text-shadow: 
    1px 1px 1px rgba(0,0,0,0.4),
   -1px -1px 1px rgba(0,0,0,0.4),
    1px -1px 1px rgba(0,0,0,0.4),
   -1px 1px 1px rgba(0,0,0,0.4);
}


.end{
    width: 100%;
    height: 55px;
    background:
    linear-gradient(
      to bottom,
      #2b2b2b 0%,
      #151515 100%,
      #1f1f1f 50%
    );
    border-top: 1px solid #ffc000;
    box-sizing: border-box;
    
    display: flex;
    justify-content: center;
      align-items: center;
    gap: 4px;
}

.end-phone{
    color: white;
    font-family: 'e-Ukraine-Bold';
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 0px;
}

.end-title{
    color: white;
    font-family: 'e-Ukraine-UltraLight';
    font-size: 12px;
    font-weight: 100;
}
}




























