@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,regular,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Days+One&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900; 1,14..32,100..900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&display=swap);
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  color: #fff;
  line-height: 1;
  font-family: Inter;
  font-size: totoRem(19);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: Inter;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0)
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
body {
  padding-right: 0!important;
  background-color: #000
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}


.video-container iframe {
   overflow: hidden;
  border-radius:15px;
    width: 100%;
    height: 100%;
    min-height:350px;
}

@media (max-width: 680px) {
 .video-container iframe {
    width: 100%;
    height: 100%;
    min-height:200px;
}
.video-container{
  overflow: hidden;
  border-radius:15px;
}
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
[class*=__container] {
  max-width: 87.5rem;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto
}
[class*=__container-big] {
  max-width: 87.5rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 .625rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .625rem 1fr minmax(auto,87.5rem) 1fr .625rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
.icon-menu {
  display: none
}
.titt{
  font-size: 20px;
    line-height: 21px !important;
  text-align: right!important;

    padding-bottom: 0px !important;
}
.arrow {
          padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: bounce 1.5s infinite;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(10px);
    }
    60% {
        transform: translateY(5px);
    }
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
video{
  overflow: hidden;
    border-radius: 15px;
    width: 100%;
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.bn-1{

    align-items: center!important;
}
.im1{
  width: 50%;
  height: 100%;
}

.bn__wraps{

}
.imm{
  margin-top: 10px!important;
  width: 100%;
  display: flex
;
}
@media (max-width:720px) {
  .imm {
    margin-bottom: 15px;
    margin-top: 10px;
    background-color: rgba(5, 5, 5, .6392156863);
        border-radius: 15px;
        border: 1px solid rgba(129, 127, 127, .49);
        box-shadow: inset 0 0 20px rgba(179, 179, 179, .5);
    flex-direction: column-reverse;
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
}
  .bn-1{
    justify-content: space-evenly;

    display: flex!important;
      flex-direction: column!important;
      height: 100%;
      align-items: center!important;
  }
  .im1{
    width: 100%;
    height: 100%;
  }
  
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
.header {
  background-color: #000000;
}
.header__container-big {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.header__logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5
}
.bgg{
  background-size: 70%;
    background-image: url(../img/res2.png);
    background-position: center;
}
.header__logo img {
  margin-right: 10px;
  max-width: 7.8125rem
}
.header__actions {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 1rem;
  align-items: center
}
.menu {
 
}
.h3t{
  font-size: 22px;
    font-weight: 600;
    color: #edba21;
    padding-bottom: 10px;
}
.menu__body {
  z-index: 7
}
.menu__list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: .625rem;
  -webkit-column-gap: 2.9375rem;
  -moz-column-gap: 2.9375rem;
  column-gap: 2.9375rem
}
.menu__link {
  color: #002846
}
body {
  background-color: #f7fbf8
}
.bn {
  border-radius: 10px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
 
  background-image: url(../img/banner/fon1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: space-evenly;

  background-position: center
}

.bn-2::after {
  content: "";
  display: inline-block;
  width: 470px;
  height: 636px;
  position: absolute;
  right: 160px;
  bottom: 0;
  z-index: 0;
  background-image: url(../img/2323.png);
  background-size: cover;
  background-repeat: no-repeat
}
.bn__container {
  display: flex;
  flex-direction: row-reverse;
  position: relative
}
.block-bt {
  gap: 10px;
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center
}
.block-bt__img {
  max-width: 5.25rem
}
.block-bt__p {
  color: #c2c2c2;
  max-width: 200px
}
.block-podarok {
  display: none
}
.block-podarok__wrapper {
  display: flex;
  align-items: flex-end
}
.pp {
  padding-bottom: 10px!important;
  text-align: start!important;
  font-style: italic;
  font-weight: 400!important;
  line-height: 17px!important
}
.bb-logo {
  max-width: 155px
}
.bb-logo img {
  width: 100%
}
.block-bb {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 5px;
  margin-top: 15px;
  align-items: center;
  justify-content: center
}
.bb-text {
  font-size: 12px
}
.ppp {
  color: #fff;
  max-width: 221px
}
.accent {
  color: #feb902
}
.nng {
  position: relative;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}
.acti {
  border: 1px solid rgba(129,127,127,.49);
  box-shadow: inset 0 0 20px rgba(179,179,179,.5);
  border-radius: 10px;
  padding: 10px;
  padding-bottom: 10px!important
}
.timer {
  display: flex;
  gap: 10px;
  font-size: 30px;
  font-family: monospace
}
.minutes {
  display: flex;
  gap: 2px
}
.seconds {
  display: flex;
  gap: 2px
}
.digit-group {
  display: flex;
  gap: 3px
}
.flip-digit {
  background: #fff;
  color: #000;
  width: 30px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  box-shadow: inset 0 0 10px rgba(0,0,0,.5);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.flip-digit.flip {
  -webkit-animation: flipDown .4s ease;
  animation: flipDown .4s ease
}
@-webkit-keyframes flipDown {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
  }
  50% {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg)
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
  }
}
@keyframes flipDown {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
  }
  50% {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg)
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
  }
}
.colon {
  font-size: 38px
}
.bn {
  position: relative;
  min-height: 90vh;
  height: 100%;
  overflow: hidden
}
.bn__item-header {
  gap: 20px;
  align-items: center;
  display: flex
}
.bn__item {
  position: relative;
  z-index: 40;
  border-radius: 10px;
  max-width: 42.5rem
}
.bn p {
  text-align: start;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
  max-width: 26.25rem
}
.bn h2 {
  color: #ffbd37;
  text-transform: uppercase
}
.bn__logo {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #fff
}
.bn__logo img {
  max-width: 185px
}
.bn__btn-block img {
  max-width: 170px
}
.bn__title {
  position: relative;
  z-index: 9999;
  max-width: 42.5rem;
  line-height: 34px;
  color: #fff;
  font-weight: 400;
  font-style: normal
}
.bn__title h1 {
  font-weight: 600;
  text-transform: uppercase;
      font-family: "Oswald";
    font-size: 28px;
}
.bn__subtitle {
  position: relative;
  z-index: 9999;
  font-weight: 700
}
.bn__punkt {
  position: relative;
  z-index: 9999
}
.bn__punkt ul {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
  padding-top: .625rem;
  padding-left: 1.25rem;
  list-style-type: circle!important
}
.bn__punkt ul li {
  font-weight: 500
}
.bn__btn-start {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 0 30px;
  height: 2.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #040404;
  background: linear-gradient(0deg,#ffd454 0,#de9f23 100%);
  box-shadow: 0 4px 0 0 #df9f24;
  border-radius: 20px
}
.info-item img{
     min-width: 30px;
}
.block-header {
  display: flex
}
.block-header h2 {
  color: #fff;
  font-weight: 600;
  font-family: Oswald,sans-serif
}
.btn2 {
  color: #fff;
  background: rgba(254,187,2,0);
  border: 2px solid #fff
}
.sub-p {
  font-size: 22px;
  padding-bottom: 10px;
  font-weight: 600;
  max-width: 41.875rem
}
.p-sup2 {
  font-size: 14px;
  padding-top: 20px
}
.chat__container h2 {
  font-family: "Oswald";
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #000
}
.chat__wrapper {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center
}
.chat__item {
  position: relative;
  border-radius: 20px;
  max-width: 670px;
  width: 100%
}
.black {
  background-color: #222
}
.black::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 20px;
  position: absolute;
  left: 10px;
  bottom: -19px;
  z-index: -1;
  background-image: url(../img/block2/j.webp);
  background-size: cover;
  background-repeat: no-repeat
}
.in {
  color: #000;
  background-color: #ebebeb
}
.in::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: -19px;
  z-index: -1;
  background-image: url(../img/block2/l.webp);
  background-size: cover;
  background-repeat: no-repeat
}
.ball-fon {
  flex-direction: column;
  justify-content: center;
  background-image: url(../img/block3/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh
}
.bls {
  display: none
}
.ball__wrapper {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  position: relative
}
.ball__item {
  background-color: #000;
  position: relative;
  border-radius: 20px;
  max-width: 670px;
  width: 100%
}
.btw {
  font-family: "Bebas Neue",sans-serif;
  text-align: center;
  font-weight: 700;
  word-spacing: 10px;
  letter-spacing: -3px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 20px
}
.bu {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 690px;
  height: 593px;
  border-radius: 50%;
  background: #ffb34d;
  z-index: -1
}
.bu1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 710px;
  height: 613px;
  border-radius: 50%;
  background: rgba(255,178,77,0);
  box-shadow: 0 0 60px 30px rgba(255,179,77,.4);
  z-index: -1
}
.rt {
  font-family: "Oswald";
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #000
}
.block2-3__wrapper {
  gap: 20px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.block2-3__item {
  background-image: url(../img/block4/1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  flex: 0 0 30%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 20px 25px 40px 25px;
  
  min-height: 185px;
  background-color: #313131;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
    text-align: center;
}
.block2-3-0__item {
 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  flex: 0 0 22%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0px 15px 15px 15px;
  gap: 0px;
  min-height: 130px;

  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
    text-align: center;
  background-size: 100%;
    background-image: url(../img/res2.png);
  
}
.footer {
 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  
  justify-content: flex-start;
  align-items: flex-start;
  background-size: 100%;
    background-image: url(../img/res2.png);
  
}
.gft {
  display: flex
;
  gap: 7px;
  flex-direction: column;
}
.footer__container {
  text-align: center;
}
.fo-pw {
  margin-bottom: 7px;
  display: flex
;
  gap: 7px;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.fo-pw h2{
  color: #e0a226;
}
.hot {
  padding-top: 5px;
  font-size: 12px;
  color: #878787;
  padding-bottom: 5px;
}
.footer {
  padding-top: 10px;
    border-top: 2px solid #e6ab2e;
  padding-top: 10px;
}
.info-2__item img {
  max-width: 65px;
  margin-left: -10px;
}
.bonus {
  background-color: #edba21;
  padding: 5px;
  border-radius: 6px;
  color: #000;
  font-family: "Bebas Neue",sans-serif;
  font-weight: 700
}
.slider-wrapper {
  position: relative;
  width: 90%;
  display: flex;
  min-height: 177px;
  margin: 0 auto;
  justify-content: center;
  flex-direction: column
}
.swiper {
  width: 80%;
  max-width: 900px
}
.swiper-slide {
  position: relative;
  height: 100%;
  min-height: 177px;
  width: 356px;
  margin-right: 20px;
  align-content: center;
  justify-content: center;
  display: flex;
  border-radius: 10px;
  overflow: hidden
}
.slide-content {
  width: 40%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 0 10px 10px 0
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 60%;
  width: 60px!important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10
}
.swiper-button-prev {
  left: -24px!important
}
.swiper-button-prev:hover {
  background-color: rgba(255,0,0,0)
}
.swiper-button-next {
  right: -24px!important
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: flex;
  height: 45px;
  font-size: 24px!important;
  font-weight: 800;
  background-color: #de9f23;
  border-radius: 50%;
  width: 45px;
  color: #000!important;
  align-items: center;
  justify-content: center
}
.sl {
  border: 1px solid #fff
}
.sl__wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px
}
.sl__item {
  display: flex;
  gap: 7px;
  flex-direction: column
}
.sl__item p {
  font-style: italic
}
.sub__wrapper {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-content: center;
  align-items: center
}
.sub__item {
  max-width: 50px;
  border-radius: 50%
}
.sub__item img {
  width: 100%;
  border-radius: 50%
}
.info-block {
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  gap: 10px
}
.info-item {
  display: flex;
  align-items: center;
  gap: 15px
}
.info-item p {
  padding-bottom: 0
}
.info-item .icon {
  font-size: 24px;
  flex-shrink: 0;
  line-height: 1.2
}
.comma {
  position: relative;
  background: linear-gradient(158.63deg, rgb(255 255 255) 0, #d9b149 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gg {
  width: 86px;
  height: 60px;
  position: absolute;
  left: -1px;
  bottom: 123px;
  z-index: -1;
  background-image: url(../img/block6/comma.svg);
  background-size: cover;
  background-repeat: no-repeat
}
.tit {
line-height: 42px;
    padding-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Bebas Neue",sans-serif
}
.sl {
  width: 300.667px;
  margin-right: 20px;
  height: 600px!important;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}
.s1 {
  background-image: url(../img/block5/1.webp)
}
.s2 {
  background-image: url(../img/block5/2.webp)
}
.s3 {
  background-image: url(../img/block5/3.webp)
}
.s4 {
  background-image: url(../img/block5/4.webp)
}
.s5 {
  background-image: url(../img/block5/5.webp)
}
.s6 {
  background-image: url(../img/block5/6.webp)
}
.form-bl__wrapper {
  display: flex;
  gap: 10px;
  justify-content: space-between
}
.form-bl__item {
justify-content: flex-end;
    position: relative;
    flex: 0 0 49%;
    box-sizing: border-box;
    display: flex
;

    flex-direction: column;
    padding: 20px 25px 40px 25px;
    gap: 10px;
    padding: 10px !important;
}
.blf2__wraper p {
  color: #000;
  line-height: 19px
}
.blf2__wraper h2 {
  font-family: Oswald;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 48px;

  line-height: 52px;
        padding-bottom: 20px;
}
.popup__btn {
  width: 100%
}
.submitbtn {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 0 30px;
  width: 100%;
  height: 2.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #040404;
  background: linear-gradient(0deg,#ffd454 0,#de9f23 100%);
  box-shadow: 0 4px 0 0 #df9f24;
  border-radius: 20px
}
input {
  border-radius: 10px;
  color: #000;
  background-color: rgba(23,23,23,.4196078431);
  height: 50px;
  padding: 10px
}
#leadform {
  max-width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px
}
input::-webkit-input-placeholder {
  color: #000
}
input:-ms-input-placeholder {
  color: #000
}
input::-ms-input-placeholder {
  color: #000
}
input::placeholder {
  color: #000
}
.image-time img {
  width: 100%;
  max-width: 500px
}
.timer-block {
  width: 335px;
  border-radius: 10px;
  background-color: #000;
  display: flex;
  gap: 10px;
  align-content: center;
  align-items: center;
  padding: 10px
}
.txt {
  text-align: center
}
@media (min-width:88.75em) {
  .header {
    padding-top: 1.25rem
  }
  .header {
    padding-bottom: 1.25rem
  }
  .header__logo img {
    width: 18.75rem
  }
  .menu__list {
    -webkit-column-gap: 2.75rem;
    -moz-column-gap: 2.75rem;
    column-gap: 2.75rem
  }
  .bn {
    padding: .9375rem
  }
  .bn {
    margin-top: .9375rem
  }
  .ppp {
    font-size: .75rem
  }
  .nng {
    padding-bottom: 6.25rem
  }
  .nng {
    padding-top: 6.25rem
  }
  .acti {
    margin-bottom: .9375rem
  }
  .bn {
    padding-top: 6.25rem
  }
  .bn__item-header {
    padding-left: 3.125rem
  }
  .bn__item {
    padding: 1.25rem
  }
  .bn__item {
    padding-left: 3.75rem
  }
  .bn p {
    font-size: 1.125rem
  }
  .bn p {
    padding-bottom: 1.875rem
  }
  .bn h2 {
    font-size: 1.25rem
  }
  .bn h2 {
    padding-bottom: .9375rem
  }
  .bn__btn-block {
    padding-top: .625rem
  }
  .bn__btn-block {
    padding-bottom: .625rem
  }
  .bn__btn-block {
    margin-bottom: 3.125rem
  }
  .bn__title {
    padding-bottom: .9375rem
  }
  .bn__title {
    font-size: 1.75rem
  }
  .bn__subtitle {
    font-size: 1.5625rem
  }
  .bn__punkt {
    padding-bottom: 1.5625rem
  }
  .bn__punkt ul li {
    font-size: 1.5rem
  }
  .block-header h2 {
    font-size: 1.125rem
  }
  .sub-p {
    line-height: 1.875rem
  }
  .chat {
    padding-top: 3.75rem
  }
  .chat {
    padding-bottom: 3.75rem
  }
  .chat__container h2 {
    font-size: 3.4375rem
  }
  .chat__container h2 {
    padding-bottom: 1.875rem
  }
  .chat__item {
    padding: .9375rem
  }
  .ball__wrapper {
    padding-top: 3.75rem
  }
  .ball__wrapper {
    padding-bottom: 3.75rem
  }
  .ball__item {
    padding: .9375rem
  }
  .btw {
    font-size: 3.75rem
  }
  .block3-3 {
    padding-top: 3.75rem
  }
  .block3-3 {
    padding-bottom: 3.75rem
  }
  .rt {
    font-size: 3.4375rem
  }
  .rt {
    padding-bottom: 1.875rem
  }
  .sl {
    padding: 1.25rem
  }
  .comma {
    padding-top: 2.5rem
  }
  .tit {
    font-size: 2.125rem
  }
  .bbb {
    font-size: 2.75rem
  }
  .form-bl {
    padding-top: 3.75rem
  }
  .form-bl {
    padding-bottom: 3.75rem
  }
  .blf2__wraper p {
    padding-top: .9375rem
  }
  .blf2__wraper p {
    padding-bottom: .9375rem
  }
  .blf2__wraper h2 {
    font-size: 2.375rem
  }
}
@media (max-width:20em) {
  .header {
    padding-top: .9375rem
  }
  .header {
    padding-bottom: .9375rem
  }
  .header__logo img {
    width: 8.75rem
  }
  .menu__list {
    -webkit-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem
  }
  .bn {
    padding: .625rem
  }
  .bn {
    margin-top: .625rem
  }
  .ppp {
    font-size: .75rem
  }
  .nng {
    padding-bottom: 3.125rem
  }
  .nng {
    padding-top: 3.125rem
  }
  .acti {
    margin-bottom: .625rem
  }
  .bn {
    padding-top: 18.75rem
  }
  .bn__item-header {
    padding-left: .9375rem
  }
  .bn__item {
    padding: .625rem
  }
  .bn__item {
    padding-left: .625rem
  }
  .bn p {
    font-size: 1rem
  }
  .bn p {
    padding-bottom: 1.25rem
  }
  .bn h2 {
    font-size: 1rem
  }
  .bn h2 {
    padding-bottom: .625rem
  }
  .bn__btn-block {
    padding-top: .4375rem
  }
  .bn__btn-block {
    padding-bottom: .4375rem
  }
  .bn__btn-block {
    margin-bottom: 2.5rem
  }
  .bn__title {
    padding-bottom: .9375rem
  }
  .bn__title {
    font-size: 1rem
  }
  .bn__subtitle {
    font-size: 1.4375rem
  }
  .bn__punkt {
    padding-bottom: .9375rem
  }
  .bn__punkt ul li {
    font-size: 1.25rem
  }
  .block-header h2 {
    font-size: .9375rem
  }
  .sub-p {
    line-height: 1.25rem
  }
  .chat {
    padding-top: 2.5rem
  }
  .chat {
    padding-bottom: 2.5rem
  }
  .chat__container h2 {
    font-size: 1.75rem
  }
  .chat__container h2 {
    padding-bottom: .9375rem
  }
  .chat__item {
    padding: .625rem
  }
  .ball__wrapper {
    padding-top: 5.625rem
  }
  .ball__wrapper {
    padding-bottom: 5.625rem
  }
  .ball__item {
    padding: .625rem
  }
  .btw {
    font-size: 2.8125rem
  }
  .block3-3 {
    padding-top: 2.5rem
  }
  .block3-3 {
    padding-bottom: 2.5rem
  }
  .rt {
    font-size: 1.75rem
  }
  .rt {
    padding-bottom: .9375rem
  }
  .sl {
    padding: .9375rem
  }
  .comma {
    padding-top: 1.5625rem
  }
  .tit {
    font-size: 1.375rem
  }
  .bbb {
    font-size: 1.6875rem
  }
  .form-bl {
    padding-top: 2.5rem
  }
  .form-bl {
    padding-bottom: 2.5rem
  }
  .blf2__wraper p {
    padding-top: .625rem
  }
  .blf2__wraper p {
    padding-bottom: .625rem
  }
  .blf2__wraper h2 {
    font-size: 1.625rem
  }
}
@media (max-width:61.99875em) {
  .menu__body {
    position: fixed;
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    left: -100%;
    transition: all .3s ease 0s;
    overflow: auto;
    background-color: #1b2327;
    gap: 1.875rem;
    z-index: 4;
    padding-left: .9375rem;
    padding-right: .9375rem;
    padding-bottom: 1.875rem
  }
  .menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    transition: all .3s ease 0s;
    width: 100%;
    height: 5.125rem;
    background-color: rgba(84,11,11,.4784313725);
    z-index: 2
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .menu__list {
    flex-direction: column;
    text-align: center;
    row-gap: 1.875rem
  }
  .menu__link {
    font-size: 1.5rem;
    color: #fff
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #002846
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .form-bl__wrapper {
    flex-wrap: wrap;
    gap: 30px
  }
  .form-bl__item {
    flex: 0 0 100%;
    padding: 0
  }
  .image-time {
    display: none
  }
  .timer-block {
    width: 100%
  }
}
@media (max-width:61.99875em)and (max-width:0.125em) {
  .menu__body {
    padding-top: 7.5rem
  }
}
@media (max-width:61.99875em)and (max-width:20em) {
  .menu__body::before {
    padding-top: 1.375rem
  }
  .menu__body::before {
    padding-bottom: .625rem
  }
}
.t12{
    display:none;
  }
  .t11{
    display:block;
  }
@media (max-width:47.99875em) {
  .vv{text-align: center!important;
    font-weight: 600!important;}
  .blf2__wraper h2 {
            line-height: 32px;
    
    padding-bottom: 0px;
    font-size: clamp(1.75rem, 1.2590909091rem + 2.4545454545vw, 3.4375rem);
  }
  .t12{
    display:block;
  }
  .t11{
    display:none;
  }
  .form-bl__item {

    border-radius: 15px;
    border: 1px solid rgba(129, 127, 127, .49);
    box-shadow: inset 0 0 20px rgba(179, 179, 179, .5);
  
}
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 3.125rem .9375rem .9375rem 1.875rem;
    transition: left .3s
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: -100%;
    top: 0;
    transition: left .3s;
    z-index: 2
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #fff
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .bn {
    /* justify-content: space-between */
  }
  .block-bt {
    position: relative;
    z-index: 9999;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center
  }
  .block-bt__img {
    display: none
  }
  .block-podarok {
    display: block
  }
  .block-bb {
    display: none
  }
  .ppp {
    max-width: 300px;
    padding-bottom: 15px;
    text-align: center;
    display: none
  }
  .bn {
    padding-top: 0;
            
  }
  .bn__item-header {
    padding-top: 20px;
    padding-bottom: 5px;
  }
  .bn__item {
    /*background-color: rgba(5,5,5,.6392156863);*/
    /*border-radius: 15px;*/
    /*border: 1px solid rgba(129,127,127,.49);*/
    /*box-shadow: inset 0 0 20px rgba(179,179,179,.5)*/
  }
  .bn p {
    font-size: 17px;
    line-height: 18px
  }
  .bn h2 {
    text-align: center;
    line-height: 24px
  }
  .bn__title {
    line-height: 30px
  }
  .bn__title h1 {
    text-align: center;
    line-height: 29px;
    font-size: 26px;
    padding-bottom: 10px;
    font-family: "Oswald";
  }
  .block-timer {
    
  }
  .chat__item {
    border-radius: 15px
  }
  .ball-fon {
    display: none
  }
  .bls {
    display: block
  }
  .ball__wrapper {
    gap: 10px
  }
  .ball__item {
    border-radius: 10px
  }
  .block2-3__wrapper {
    gap: 20px
  }
  .block2-3__item {
    display: flex
    ;
            min-height: 161px;
            min-width: 269px;
            /* padding: 0px; */
            gap: 0px;
            width: 100%;
            text-align: center;
            flex: 0 0 100%;
            align-items: center;
            padding: 20px 15px 19px 15px;
  }
  .block2-3-0__item {
    min-height: 100px;
    display: flex
;
    min-width: 300px;
    text-align: center;
    width: 100%;
    line-height: 28px;
    flex: 0 0 100%;
    align-content: center;
    align-items: center;
  }
  .tit {
    padding-bottom
    line-height: 28px
  }
  .bn-2 {
    min-height: 140vh;
    justify-content: flex-end
  }
  .bn-2 p {
    font-size: 1rem
  }
}
@media (max-width:47.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:845px) {
  .bn__logo img {
    max-width: 155px
  }
  .bn {
padding-top: 0;
min-height: 65vh;
}

}
@media (max-width:420px) {
      .bn {
    padding-top: 0;
    min-height: 65vh;
    
  }
  
  
    .bn-2 {
    padding-top: 0;
    min-height: 155vh;
  }
}
@media (min-width:1420px) {
      .bn {
    padding-top: 0;
    min-height: 90vh;
  }
}


@media (max-width:43.75em) {

 
  .bn-2::after {
    content: "";
    display: inline-block;
    width: 365px;
    height: 516px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0px;
    z-index: 0;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(5,5,5,.72)),url(../img/2323.png);
    background-size: cover;
    background-repeat: no-repeat
  }
  .black::after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 15px;
    position: absolute;
    left: 10px;
    bottom: -14px;
    z-index: -1;
    background-image: url(../img/block2/j.webp);
    background-size: cover;
    background-repeat: no-repeat
  }
  .in::after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 15px;
    position: absolute;
    right: 10px;
    bottom: -14px;
    z-index: -1;
    background-image: url(../img/block2/l.webp);
    background-size: cover;
    background-repeat: no-repeat
  }
}
@media (max-width:29.99875em) {
  .header__btn-menu {
    display: none
  }
  .header__btn-menu::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    transition: all .3s ease 0s;
    width: 100%;
    z-index: 2
  }
  .menu-open .header__btn-menu {
    left: 0
  }
  .menu-open .header__btn-menu::before {
    left: 0
  }
}
@media (min-width:20em)and (max-width:88.75em) {
  .header {
    padding-top: clamp(.9375rem ,.8465909091rem + .4545454545vw ,1.25rem)
  }
  .header {
    padding-bottom: clamp(.9375rem ,.8465909091rem + .4545454545vw ,1.25rem)
  }
  .header__logo img {
    width: clamp(8.75rem ,5.8409090909rem + 14.5454545455vw ,18.75rem)
  }
  .menu__list {
    -webkit-column-gap: clamp(.9375rem ,.4102272727rem + 2.6363636364vw ,2.75rem);
    -moz-column-gap: clamp(.9375rem ,.4102272727rem + 2.6363636364vw ,2.75rem);
    column-gap: clamp(.9375rem ,.4102272727rem + 2.6363636364vw ,2.75rem)
  }
  .bn {
    padding: clamp(.625rem ,.5340909091rem + .4545454545vw ,.9375rem)
  }
  .bn {
    margin-top: clamp(.625rem ,.5340909091rem + .4545454545vw ,.9375rem)
  }
  .ppp {
    font-size: clamp(.75rem ,.75rem + 0 ,.75rem)
  }
  .nng {
    padding-bottom: clamp(3.125rem ,2.2159090909rem + 4.5454545455vw ,6.25rem)
  }
  .nng {
    padding-top: clamp(3.125rem ,2.2159090909rem + 4.5454545455vw ,6.25rem)
  }
  .acti {
    margin-bottom: clamp(.625rem ,.5340909091rem + .4545454545vw ,.9375rem)
  }
  .bn {
    /* padding-top: clamp(6.25rem ,22.3863636364rem + -18.1818181818vw ,18.75rem) */
  }
  .bn__item-header {
    
  }
  .bn__item {
    padding: clamp(.625rem ,.4431818182rem + .9090909091vw ,1.25rem)
  }
  .bn__item {
    padding-bottom: 30px;
        padding-top: 20px;
        margin-bottom: 15px;
  }
  .bn p {
    font-size: clamp(1rem ,.9636363636rem + .1818181818vw ,1.125rem)
  }
  .vv{
    text-align: center;
  }
  .bn p {
    padding-bottom: 25px;
    /*padding-bottom: clamp(1.25rem ,1.0681818182rem + .9090909091vw ,1.875rem)*/
  }
  .bn h2 {
    font-size: clamp(1rem ,.9272727273rem + .3636363636vw ,1.25rem)
  }
  .bn h2 {
    padding-bottom: clamp(.625rem ,.5340909091rem + .4545454545vw ,.9375rem)
  }
  .bn__btn-block {
    padding-top: clamp(.4375rem ,.3829545455rem + .2727272727vw ,.625rem)
  }
  .bn__btn-block {
    padding-bottom: clamp(.4375rem ,.3829545455rem + .2727272727vw ,.625rem)
  }
  .bn__btn-block {
    margin-bottom: clamp(2.5rem ,2.3181818182rem + .9090909091vw ,3.125rem)
  }
  .bn__title {
    padding-bottom: clamp(.9375rem ,.9375rem + 0 ,.9375rem)
  }
  .bn__title {
    font-size: clamp(1rem ,.7818181818rem + 1.0909090909vw ,1.75rem)
  }
  .bn__subtitle {
    font-size: clamp(1.4375rem ,1.4011363636rem + .1818181818vw ,1.5625rem)
  }
  .bn__punkt {
    padding-bottom: clamp(.9375rem ,.7556818182rem + .9090909091vw ,1.5625rem)
  }
  .bn__punkt ul li {
    font-size: clamp(1.25rem ,1.1772727273rem + .3636363636vw ,1.5rem)
  }
  .block-header h2 {
    font-size: clamp(.9375rem ,.8829545455rem + .2727272727vw ,1.125rem)
  }
  .sub-p {
    line-height: clamp(1.25rem ,1.0681818182rem + .9090909091vw ,1.875rem)
  }
  .chat {
    padding-top: clamp(2.5rem ,2.1363636364rem + 1.8181818182vw ,3.75rem)
  }
  .chat {
    padding-bottom: clamp(2.5rem ,2.1363636364rem + 1.8181818182vw ,3.75rem)
  }
  .chat__container h2 {
    font-size: clamp(1.75rem ,1.2590909091rem + 2.4545454545vw ,3.4375rem)
  }
  .chat__container h2 {
    padding-bottom: clamp(.9375rem ,.6647727273rem + 1.3636363636vw ,1.875rem)
  }
  .chat__item {
    padding: clamp(.625rem ,.5340909091rem + .4545454545vw ,.9375rem)
  }
  .ball__wrapper {
    padding-top: clamp(3.75rem ,6.1704545455rem + -2.7272727273vw ,5.625rem)
  }
  .ball__wrapper {
    padding-bottom: clamp(3.75rem ,6.1704545455rem + -2.7272727273vw ,5.625rem)
  }
  .ball__item {
    padding: clamp(.625rem ,.5340909091rem + .4545454545vw ,.9375rem)
  }
  .btw {
    font-size: clamp(2.8125rem ,2.5397727273rem + 1.3636363636vw ,3.75rem)
  }
  .block3-3 {
  
  }
  .block3-3 {
    padding-bottom: clamp(2.5rem ,2.1363636364rem + 1.8181818182vw ,3.75rem)
  }
  .rt {
    font-size: clamp(1.75rem ,1.2590909091rem + 2.4545454545vw ,3.4375rem)
  }
  .rt {
    padding-top: clamp(2.5rem, 2.1363636364rem + 1.8181818182vw, 3.75rem);
    padding-bottom: clamp(.9375rem ,.6647727273rem + 1.3636363636vw ,1.875rem)
  }
  .sl {
    padding: clamp(.9375rem ,.8465909091rem + .4545454545vw ,1.25rem)
  }
  .comma {
    padding-top: clamp(1.5625rem ,1.2897727273rem + 1.3636363636vw ,2.5rem)
  }
  .tit {
    font-size: clamp(1.375rem ,1.1568181818rem + 1.0909090909vw ,2.125rem)
  }
  .bbb {
    font-size: clamp(1.6875rem ,1.3784090909rem + 1.5454545455vw ,2.75rem)
  }
  .form-bl {
    padding-top: clamp(2.5rem ,2.1363636364rem + 1.8181818182vw ,3.75rem)
  }
  .form-bl {
    padding-bottom: clamp(2.5rem ,2.1363636364rem + 1.8181818182vw ,3.75rem)
  }
  .blf2__wraper p {
    padding-top: clamp(.625rem ,.5340909091rem + .4545454545vw ,.9375rem)
  }
  .blf2__wraper p {
    font-size: 18px;
    padding-bottom: clamp(.625rem ,.5340909091rem + .4545454545vw ,.9375rem)
  }
  
}
@media (max-width:61.99875em)and (min-width:20em) {
  .menu__body {
    padding-top: 11.25rem
  }
}
@media (max-width:61.99875em)and (min-width:0.125em)and (max-width:20em) {
  .menu__body {
    padding-top: clamp(7.5rem ,7.4764150943rem + 18.8679245283vw ,11.25rem)
  }
}
@media (max-width:61.99875em)and (min-width:88.75em) {
  .menu__body::before {
    padding-top: 1.875rem
  }
  .menu__body::before {
    padding-bottom: 1.25rem
  }
}
@media (max-width:61.99875em)and (min-width:20em)and (max-width:88.75em) {
  .menu__body::before {
    padding-top: clamp(1.375rem ,1.2295454545rem + .7272727273vw ,1.875rem)
  }
  .menu__body::before {
    padding-bottom: clamp(.625rem ,.4431818182rem + .9090909091vw ,1.25rem)
  }
}
@media (any-hover:hover) {
  .menu__link:hover {
    color: #fff;
    transition: all .3s ease 0s
  }
}
.content-wrapper{
  color: #100f0f;
}







.slider-wrapper {
  position: relative;
  width: 100%;
 
}
.swiper-container {
  width: 100%;
}
.swiper-slide {
  display: flex
  ;
      justify-content: center;
      align-items: center;
      width: 300px;
      height: 400px;
      background-size: 100%;
      border: 1px solid #ffae006b;
      background-image: url(../img/res2.png);
      background-position: center;
      border-radius: 10px;
      /* padding: 20px; */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      text-align: center;
      position: relative;
}
.swiper-slide img {
  width: 100%;
  max-height: 425px;
  border-radius: 10px;
  object-fit: cover;
}
.swiper-slide h3 {
  margin: 10px 0;
}
.swiper-slide .play-button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ff5722;
  padding: 10px 10px 11px 12px;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 18px;
}
.swiper-slide .play-button:active {
  background-color: #e64a19;
}

/* Попап */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup iframe {
  height: 70%;
  width: 80%;
  max-width: 800px;
  border-radius: 10px;
}
.popup .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  color: white;
  font-size: 30px;
  border: none;
  cursor: pointer;
}


.gft{
  display: flex
;
    gap: 7px;
    flex-direction: column;
}

.fo-pw{
    margin-bottom: 7px;
    display: flex
;
    gap: 7px;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.hov{
  color: #ffba00b3;
}

@media (max-width:700px) {
  .slider-wrapper {
    position: relative;
    width: 85%;
   
  }
}

.timer__wrap {
  gap: 20px;
  padding-bottom: 10px;
  display: flex
;
  align-items: center;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}
.timer__img {
  max-width: 60px;
}