@font-face {
    font-family: 'Jaro';
    src: url('/fonts/Jaro-Regular-VariableFont_opsz.ttf');
}

@font-face {
    font-family: 'SharpGroteskSMBold';
    src: url('/fonts/SharpGrotesk-Bold25.otf');
}

@font-face {
    font-family: 'impact';
    src: url('/fonts/impact.ttf');
}

@font-face {
    font-family: 'Lobster';
    src: url('/fonts/Lobster_1.3.otf');
}
@font-face {
    font-family: 'square_721_bt';
    src: url('/fonts/square_721_bt.ttf');
}
@font-face {
    font-family: 'asphaltic';
    src: url('/fonts/3676-font.ttf');
}
@font-face {
    font-family: 'MYRIADPRO';
    src: url('/fonts/MYRIADPRO-REGULAR.otf');
}
body {/*background-image:url(/wa-data/public/site/img/foot.png); background-position: right bottom; background-repeat: no-repeat;*/}
.asphaltic {font-family: square_721_bt, sans-serif;}
h1, .h1 {font-family: square_721_bt, sans-serif;}
h2, .h2 {font-family: square_721_bt, sans-serif;}
h3, .h3 {font-family: square_721_bt, sans-serif;}
.lbcolor {color:#ff6600;}
.lborcolor {color:#ff6600;}
.lbbckg {background:#ff6600!important;}
nav {font-size:20px;}
nav a {color:#fff;}
nav a:hover {color:#ccc;}
.logo {background:#000B8B; margin-bottom:-50px;}
.headernav {background:#000B8B; min-height:50px; border-bottom:double #fff;}
.header {background:#000; border-bottom: 1px solid #fff;}
footer {background:#000;border-top: 1px solid #fff; color:white;}
.foot-nav {/*border-bottom:1px solid #fff; font-size:16px;*/ /*border-top:1px solid #fff; min-height:50px;*/}
.foot-nav a {color:white;}
.lobster {font-family: 'asphaltic';}
.redcont {background-image:url(/wa-data/public/site/img/redcont.png); background-position: center; background-repeat: repeat-y;}
.fs14 {font-size:14px!important;}
.fs18 {font-size:18px!important;}
.fs24 {font-size:24px!important;}
.fs60 {font-size:60px!important;}
.himbl {max-width:250px;height:3px; background:#ed292c;}
.himblwhite {max-width:250px;height:3px; background:white;}
/*.jump {transition: transform 0.3s ease-in-out;}
.jump:hover {transform: translateY(-5px);}*/
.jump:hover {animation: bounce 0.5s infinite alternate;}
.hometop {background-image:url(/wa-data/public/site/img/car.jpg); background-position: center; background-repeat: repeat-x;}
.bg-green {background:#6aa400;}

@keyframes bounce {
  0% {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
  }
  20% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
}
.btn-lb {
  background-color: #ff6600!important;
  color: #fff!important;
}
.btn-lb:hover {
  background-color: #e05e07!important;
}

/*спойлеры html5*/
/* Скрываем стандартный треугольник */
details summary::-webkit-details-marker {
  display: none;
}
details summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
  outline: none;
}
/* Анимация для плавного раскрытия/скрытия */
details[open] summary ~ * {
  animation: openDetails 0.3s ease-out;
}
@keyframes openDetails {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 1000px; /* Задайте нужную высоту */
    opacity: 1;
  }
}

.bgbg {background-image:url(/wa-data/public/site/img/bgbg.png)}

#video-background {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        overflow: hidden;
        background:#000;
    }
    #video-background video {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .content {
        position: relative;
        z-index: 1;
        color: white;
        text-align: center;
        /*padding: 20px;*/
    }
    
    .video-block {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}