@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');
@font-face {
  font-family: 'lifehack';
  src: url('../fonts/lifehack.ttf') format('truetype'); /* Правильный формат */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Sofia Pro Regular Az.woff') format('woff');
}

@font-face {
  font-family: 'Sofia Pro';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/Sofia Pro Regular-Italic Az.woff') format('woff');
}

@font-face {
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/Sofia Pro ExtraLight Az.woff') format('woff');
}

@font-face {
  font-family: 'Sofia Pro';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/Sofia Pro ExtraLight Italic Az.woff') format('woff');
}

@font-face {
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/Sofia Pro UltraLight Az.woff') format('woff');
}

@font-face {
  font-family: 'Sofia Pro';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/Sofia Pro UltraLight Italic Az.woff') format('woff');
}

@font-face {
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Sofia Pro Light Az.woff') format('woff');
}

@font-face {
  font-family: 'Sofia Pro';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/Sofia Pro Light Italic Az.woff') format('woff');
}

@font-face {
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Sofia Pro Medium Az.woff') format('woff');
}

@font-face {
  font-family: 'Sofia Pro';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/Sofia Pro Medium-Italic Az.woff') format('woff');
}

@font-face {
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Sofia Pro Bold Az.woff') format('woff');
}

@font-face {
  font-family: 'Sofia Pro';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/Sofia Pro Bold-Italic Az.woff') format('woff');
}

@font-face {
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/Sofia Pro Black Az.woff') format('woff');
}

@font-face {
  font-family: 'Sofia Pro';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/Sofia Pro Black-Italic Az.woff') format('woff');
}
@font-face {
  font-family: 'LifehackBasic';
  font-style: normal; /* Исправлено с "regular" на "normal" */
  font-weight: 400;
  src: url('../fonts/lifehackbasic_regular.otf') format('opentype'); /* Указан правильный формат */
}
@font-face {
  font-family: 'CTCSANS';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/CTCSANS-MEDIUM.otf') format('opentype'); /* Правильный формат */
}

body {
  font-family: 'PT Sans Narrow', serif; /* Подключаем шрифт */
}
.fa-bars{
  color: #fff;
}
.nav-link {
  color: rgb(37, 63, 142);
  font-weight: 400;
  transition: 0.4s all;
  font-size: 18px;
}
@media (max-width:1248px) {
  .nav-link {
    color: rgb(37, 63, 142);
    font-weight: 400;
    transition: 0.4s all;
    font-size: 16px;
  }
}
@media (max-width:1070px) {
  .nav-link {
    color: rgb(37, 63, 142);
    font-weight: 400;
    transition: 0.4s all;
    font-size: 15px;
  }
}
@media (max-width:1028px) {
  .nav-link {
    color: rgb(37, 63, 142);
    font-weight: 400;
    transition: 0.4s all;
    font-size: 14px;
  }
} 


* {
  padding: 0;
  margin: 0;
  color: inherit;
  text-decoration: none;
  list-style: none;
}
.mountain{
   position: relative;
   background-color: #b60c21;
   background-size: cover;
   width: 100%;
  }
.how {
  position: relative;
  background-color: #b60c21;
  background-size: cover;
  width: 100%;
  padding: 40px 0;

}
.how_title{
  text-align: center;
  text-transform: uppercase;
  font-size: 45px;
  color: #fff;
  line-height: 1 ;
  font-weight: 700;
}
.how_title span{
  color: #ffc500;
}
.how_subtitle{
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-family: 'LifehackBasic';
}


.how_subtitle span{
  color: #ffc500;
}
.how_subtitle a{
  color: #fff;
  text-decoration: none;
}
.iconka{
   width: 150px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.iconka img{
width: 100%;
}

.logo {
  width: 90px;
}
.mta{
  margin-top: auto!important;
}

.liniya {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: self-end;
}

.telefon {
  display: flex;
  align-self: center;
}

.btn_block button {
  text-transform: uppercase;
  border-radius: 30px;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  height: 36px;
  transition: 0.3s;
  cursor: pointer;
  background-color: transparent;
}

.entrance {
  background: rgb(203, 50, 50);
  padding: 4px 15px;
}

.entrance:hover {
  background: rgb(37, 63, 142);
}

.lang {
  padding: 1px 8px;
}
.lang a {
  text-decoration: none;
  color: #fff;
}
.lang.active{
  background: #f6e230!important;
  color:#000!important;
}
.lang.active a{
  color:#000!important;

}





.mountain_container {
  max-width: 1400px;
   position: relative;
   z-index: 15;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}

.left_mountain {
  z-index: 1000;
  width: 60%;  
  margin: 0 auto;
  margin-top: auto;
  margin: auto;

}

.left_mountain h1 {
  text-align: center;
  text-transform: uppercase;
 font-size: 33px;
  margin: 0px auto 35px auto!important;

  color: #fff;
  font-weight: 600;
}

.left_mountain2 h1 {
  font-size: 33px;
}

.claksa {
  position: relative;
  display: block;
}

.claksa h2 {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 40px;
}
.mountain_descr{
  font-family: 'LifehackBasic';
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-bottom: 70px;
}
.mountain_descr span{
  color: #ffd200;
}
.claksa2 h2 {
  font-size: 2.5vw;
  padding-top: 20px;
}

.claksa span {
  color: rgb(203, 50, 50);
  font-weight: 800;
}

.mountain_button {
  justify-content: space-around;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.mountain_button button{
  margin-bottom: 10px;
}

.register_code {
  font-family: 'CTCSANS',serif;
  font-size: 20px;
  padding: 5px 10px;
  border-radius: 20px;
  border: none;
  color: #840417;
  background: #f5ce00;
  font-weight: 500;
  width: 360px;
}

.where_code ,a.where_code {
  font-family: 'CTCSANS',serif;
  line-height: 18px;
  width: 360px;
  font-size: 20px;
  padding: 10px 5px;
  border-radius: 20px;
  border: none;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  background-color: #840417;

}

.p1_lights{
  position: absolute;
  height: 100%;
}
.right_mountain {
  width: 40%;
  display: flex;
  align-items: flex-start;
}
.right_mountain img{
  width: 100%;

}

.milk_man {
  width: 100%;
}
.claksa img{
  width: 100%;
}
.insta {
  justify-content: center;
  margin: 0 auto;
  margin-top: 10px;
  display: flex;
  align-items: center;
  background: #be0925;
}
.insta_left{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
.insta_left img{
  width: 80%;
}
.insta_left h3 {
  font-size: 20px;
  padding: 5px 10px;
  border-radius: 20px;
  border: none;
  color: #fff;
  text-align: center;
  background: #cb3232;
  font-weight: 500;
  width: 300px;
  margin: 10px auto;
}
.insta_prize{
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.insta_prize img {
  width: 100%;

}

.insta_right h5 {
  text-transform: uppercase;
  font-size: 40px;
  color: #fff;
  text-align: center; 
  font-weight: 600;
}

.insta_right h4 {
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  color: #ff0;
  margin-bottom: 20px;
  font-weight: 600;
}

.insta_title1 {
  font-size: 17px;
  text-align: center;
  width: 33%;
  color: #fff;
  font-weight: 500;
  margin: 0 auto;
}

.insta_title2 {
  font-size: 17px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  width: 33%;
  margin: 0 auto;
}
.right_nav{
  align-items: center;
}
.insta_title3 {
  width: 33%;
  font-size: 17px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin: 0 auto;
}

.prize {
  background: #053d92;
  width: 100%;
  margin-top: 10px;
}

.prize h1 {
  padding: 40px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}

.prize span {
  color: yellow;
}

.prize_container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-bottom: 50px;
  justify-content: center;
}

.prize_money p {
  color: #fff;
  font-size: 22px;
  width: 219px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  margin-top: -18px;
  z-index: 0;
  MARGIN-TOP: -39PX;
}
.fxd{
  flex-direction: column;
}
.bg_money {
  background: #fff;
  width: 440px;
  height: 500px;
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
}

.bg_money img {
  position: absolute;
  left: -100px;
}

.prize_pribor {
  margin-left: 40px;
  display: flex;
}

.prize_pribor img {
  width: 200px;
  height: 180px;
  margin: 0 auto;
  text-align: center;
  display: flex;
}

.grid_always {
  background: #fff;
  width: 250px;
  margin-bottom: 15px;
  border-radius: 20px;
}

.prize_pribor2 {
  margin-top: 20px;
  display: flex;
}

.bg_nabor {
  background: #fff;
  width: 510px;
  height: 250px;
  border-radius: 20px;
  margin-top: 15px;

}

.bg_nabor img {
  width: 400px;
  height: 220px;
}

.bg_multivarka img {
  height: 250px;
  width: 250px;
}

.braun p {
  color: #fff;
  font-size: 18px;
  width: 201px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  margin-top: -14px;
}

.chainik p {
  color: #fff;
  font-size: 18px;
  width: 250;
  text-align: center;
  font-weight: 600;
  margin-top: -4px;
}

.mikrovolnovka p {
  width: 208px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-top: -14px;
}

.multivarka p {
  color: #fff;
  font-size: 18px;
  width: 250;
  text-align: center;
  font-weight: 600;
  margin-top: -4px;
}

.nabor {
  margin-top: -12px;
}

.nabor P {
  width: 308px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-top: 8px;
}

.bg_holodilnik {
  width: 200px;
  margin: 0 auto;
  border-radius: 20px;
  margin-left: 20px;
  background: #fff;
  object-fit: cover;
}

.holodilnik p {
  width: 208px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-top: -14px;
}

.bg_holodilnik img {
  height: 500px;
  width: 176px;
  object-fit: cover;
  padding: 20px;
  margin: 0 auto;
  display: flex;
}

/*               Modal */

.modal-title {
  color: #930b24;
  font-size: 24px;
}

.form-control {
  background: #f7fafc;
  border: 1px solid #ccd5e0;
  box-sizing: border-box;
  border-radius: 60px;
  padding: 30px 20px;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  color: #495057;
  font-weight: 300;
  font-size: 1.1rem;
}
.name{
  color: #fff;
}
.modal-footer {
  display: flex;
  grid-template-columns: 250px;
  justify-content: start;
  text-decoration: none;
}

.register-modal-logIn {
  width: 222px;
  background: #930b24;
  border-radius: 60px;
  color: #fff;
  padding: 20px;
  border: none;
  transition: 0.3s;
}

.form-check-label {
  color: #be0925;
}
.form-check-input:checked{
  background-color: #be0925;
  border-color: #be0925;
}

.catalog {
  background: #be0925;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}

.catalog_left {
  z-index: 1;
}

.catalog_left img {
  z-index: 1;
  margin-top: -81px;
  margin-left: -4px;
  width: 487px;
}

.catalog_top {
  margin: 25px auto -25px auto!important;
  justify-content: center;
  align-items: center;
  display: flex;
}

.catalog_carousel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog_top h5 {
  white-space: nowrap;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

.catalog_top h4 {
  color: #ff0;
  font-size: 40px;
  padding: 0!important;
  font-weight: 600;
  padding-right: 30px;
  white-space: nowrap;
  margin-left: 15px;
}
.right_mountain_{
  z-index: 1000;
}

.catalog_top2 h5 {
  white-space: nowrap;
}

.catalog_top2 h4 {
  font-size: 40px;
  display: flex;
  align-items: center;
}

.catalog_card {
  background: rgb(37, 63, 142);
  width: 300px;
  height: 390px;
  padding: 0!important;
  text-align: center;
  border-radius: 20px;
  color: #fff;
}

.catalog_card img {
  width: 230px;
}

.catalog_cardcenter {
  margin: 0 140px;
}

.register_code2 {
  padding: 7px 10px;
}

.register_code2 {
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
}

.card {
  height: 100%;
  width: 300px;
  height: 470px;
  justify-content: space-between;
  border-radius: 10px;
  border: none;
  background: #fff;
  padding-top: 15px;
}
.card1{
   height: 100%;
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-direction: column;
   width: 18rem;
   border-radius: 10px;
   border: none;
   background: #fff;
   padding: 20px;
   color: rgb(37, 63, 142);
}
.card2{
  padding: 0!important;
}
.card1 figure img{
  width: 100%;
}


.card-title {
  color: #000;
  font-size: 23px;
  text-align: center;
  font-weight: 600;
}

.card-title2 {
  width: 231px;
  margin: 0 auto;
}

.card-title3 {
  width: 200px;
}

.card-text {
  color: #000;
  text-align: center;
}

.card-text span {
  color: yellow;
  font-size: 28px;
  font-weight: 700;
}
.card-text1 {
   color: #8389b3;
  text-align: center;
}

.card-text1 span {
        color: #053d92;
  font-size: 28px;
  font-weight: 700;
}

.maslo {
  margin: 0 auto;
  display: flex;
  max-height: 310px;
}

.maslo2 {

  /* width: 90%; */
}

.slider_container {
  max-width: 1330px;
  overflow-x: hidden;
}

.swiper-slide {
  width: 415.333px;
  height: auto;
  margin-right: 30px;
}
.card-body{
   flex: 0!important;
}
.slider_next {
  position: absolute;
  z-index: 2;
  top: 1px;
}

.register_footer {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
}

.znachki {
  background: rgb(37, 63, 142);
}

.znachki_container {
  max-width: 1680px;
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}

.firm_download {
  display: flex;
}

.firm_download h3 {
  color: #fff;
  font-weight: 600;
}

.download {
  margin-top: 11px;
  background: rgb(203, 50, 50);
  color: #fff;
  border: none;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 5px 30px;
  border-radius: 20px;
  width: 300px;
  font-weight: 500;
}

.znachki_block {
  word-spacing: 10px;
  margin-top: 10px;
}

.znachki_block img {
  width: 80px;
  height: 80px;
  padding: 20px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 50%;
}

.znachki_right {
  display: flex;
  align-items: top;

  justify-content: center;
}

.znachki_right h3 {
  color: #fff;
  font-weight: 600;
}

.recept {
  display: flex;
  align-items: top;


}
.recept_img {
  width: 45%;
}

.download2 {
  background: rgb(203, 50, 50);
  color: #fff;
  border: none;
  font-size: 20px;
  width: 300px;
  letter-spacing: 1px;
  padding: 5px 30px;
  border-radius: 20px;
  font-weight: 500;
}

.footer_title {
  text-align: center;
  padding: 20px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-color: #be0925;
  margin: 0;
}

.modal-title {
  color: #930b24;
  font-size: 24px;
}
.first-modal a{
  color: #930b24;

}
.modal-footer {
  display: flex;
  grid-template-columns: 250px;
  justify-content: center;
}

@media (max-width: 1736px) {
  .mountain {
    background-size: auto;
  }
  .catalog {
    display: flex;
    justify-content: center;
  }

  .catalog_top {
    display: flex;
      justify-content: center;
  }

  .register_footer {
    margin-bottom: 50px;
  }
}

@media (max-width: 1590px) {
 

  .znachki_container {
    display: flex;
    justify-content: space-around;
  }

  .prize_money {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .holodilnik {
    margin: 0 auto;
    margin-top: 20px;
  }
}

@media (max-width: 1454px) {
  .mountain_container {
    flex-direction: row;
  }



  .insta_left h3 {
    width: 300px;
    margin: 10px auto;
  }

  .insta_right h5 {
    font-size: 40px;
    text-align: center;
  }
  .insta_right h4 {
    font-size: 40px;
    text-align: center;
  }

  .insta_prize img {
  
  }


  .grid_always {
    width: 100%;
  
  }

  .prize_pribor img {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 30vh;
    margin-bottom: 15px;
    line-height: 50px;
  }

  .prize_pribor img:nth-last-child(5) {
    width: 23vw;
  }

  .bg_nabor {
    /* width: 31vw;
    height: 32vh; */
    width: 113%;
    height: auto; 
  }

  .img_nabor {
    width: 23vw;
  }

}

.swiper-container {
  width: 100%;
  position: relative;
}


.swiper-slide {
    display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.swiper-button-prev {
  background-image: url(../img/left.webp);
  width: 118px;
  background-repeat: no-repeat;
  background-color: #0000;
  outline: none;
  left: -15px;
  border: none!important;
  transform: rotate(135deg);}
  .swiper-button-prev,
  .swiper-button-next{
    outline: none;
  }

.swiper-button-next{
  border: none!important;
 background-image: url(../img/right.webp);
  width: 118px;
  background-repeat: no-repeat;
  background-color: #0000;
  outline: none;
  right: 0px;
  transform: rotate(225deg)
}
.swiper-button-next{
  top: 50%!important;
  border: none!important;
}
.swiper-button-prev{
  top: 53%!important;
  border: none!important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
display: none;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
display: none;
}
@media (max-width:576px) {
  .left_mountain h1{
     margin: 0 auto;
     text-align: center;
  }

.claksa h2 {


font-size: 30px;

}
.claksa span {
display: block;
font-size: 17px;
color: rgb(203, 50, 50);
font-weight: 800;
}
}
@media (max-width: 1308px) {
  .catalog_right {
    width: 100%;
  }

  .insta_card {
    width: 100%;
  }
}
@media (max-width:773px) {
   .insta{
      flex-direction: column;
    }
}
@media (max-width: 768px) {
  .mountain_container {
    flex-direction: column;
    align-items: center;
  }
  .p1_lights{
    display: none!important;
  }
 

.right_mountain{
  width: 100%;
  align-items: center;
  justify-content: center;
}
.left_mountain{
  
  width: 100%;
  align-items: center;
  justify-content: center;

}
}

@media (max-width: 606px) {
   .milk_man {
      width: 100%;
   }
}
@media (max-width: 1020px) {
  .nav-link {
    font-size: 14px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 978px) {
  .catalog_top {
    display: flex;
    margin: 0 auto;
    text-align: center;
  }

  .insta_right h5 {
    text-align: center;
  }

  .insta_right h4 {
    text-align: center;
  }

  .insta_card {
    display: flex;
    justify-content: center;
  }

 
}

@media (max-width: 992px) {
   .iconka{
      display: none;
   }
  .catalog_top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 912px) {
  
  .znachki_container {
    display: flex;
    align-items: center;
    flex-direction: column; 
    justify-content: space-evenly;
    text-align: center;
  }

  .firm_download {
    display: flex;
    text-align: center;
  }

  .firm_download {
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
  }


  .mx-4 {
    margin-left: 0;
    margin-right: 0;
  }

  
}

@media (max-width: 842px) {
  .table_prize {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .prize_pribor {
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .mikrovolnovka {
    margin: 0;
    text-align: center;
  }

  .firm_download {
    display: flex;
  }

  .znachki_right h3 {
    text-align: center;
    width: 250px;
  }

  .insta_right h4 {
    font-size: 6vw;
  }

  .claksa {
  
    background-size: cover;
    margin-top: 14px;
    margin: 0 auto; 
  }



  .mountain_button {
    display: flex;
    margin: 0 auto;
  }

  .mikrovolnovka p {
   text-align: center;
    margin: 0;
    margin-top: -20px;
  }

  .recept {
    margin: 0 auto;
    justify-content: center;
  }
}

@media (max-width: 791px) {
  .grid_always {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .prize_pribor {
    display: flex;
    flex-direction: column;
 
    justify-content: center;
  }

  .prize_pribor2 {
    display: flex;
    flex-direction: column;
 
    justify-content: center;
  }

  .bg_nabor {
    width: 380px;
  }

  .bg_nabor img {
    width: 241px;
    height: 193px;
  }
}



@media (max-width: 720px) {
  .catalog_top h5 {
    width: auto;
  }
  .catalog_top h4 {
    width: auto;
  }
}
@media (max-width: 800px) {
  .prize h1 {
    font-size: 4vw;
  }
}
@media (max-width:1130px) {
  .prize_container{
    flex-direction: column;
  }
}
@media (max-width:1244px) {
  .prize_container{
    flex-direction: column;
  }
  .catalog_top h4{
    font-size: 4vw;
   padding: 0;
  }
  .catalog_top h5{
   font-size: 4vw;
  }
}

@media (max-width:1206px) {
  .swiper-button-next {
right: 0;
  }

  .swiper-button-prev {
   left: -16px;
  }
}
@media (max-width:848px) {
  .mountain_button{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .register_code{
    margin-bottom: 15px;
  }

}
@media (max-width:520px) {
  .claksa{
    width: auto;
   
  }
}
@media (max-width:1240px) {
  .prize_pribor{
    justify-content: space-between;
  }  
}

@media (max-width:1170px) {
   .bg_money{
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 18rem;
      border-radius: 10px;
      border: none;
      background: #fff;
      padding: 20px;
      color: rgb(37, 63, 142);
      position: static;
   }
   .bg_money img{
      position: static;
      width: 100% ;
   }
}
@media (max-width:907px) {
   
}
@media (max-width:1813px) {
   .catalog_left img {
      display: none;
    }
    .catalog {
      display: flex;
      justify-content: center;
  }
}
.slider_container{
  max-width: 1310px;
}
.abs{
  display: flex;
  width: 85px;
  height: 85px;
  position: absolute;
  background-color: #00aeef;
  top: 30px;
  left: 50px;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  justify-content: center;
  font-size: 68px;
  font-weight: 600;
}
@media (max-width:978px) {

.abs{
  width: 20vw;
  height: 20vw;
  left: 83px;
  font-size: 11vw;
}  
}


element.style {
}
.znachki_block {
    word-spacing: 10px;
    margin-top: 10px;
}
.row>*{
  padding: 0;
  margin: 0;
}
@media (max-width:947px) {
   .download2{
      margin: 0;
   }
}
.min{
   display: none;
}
.max{
   display: flex;
}
@media (max-width:773px) {
   .min{
      display: block;
   }
   .max{
      display: none;
   }
}
@media (max-width:1188px) {
   .insta_left img{
      width: 60%;
      display: block;
      margin: 0 auto;
      margin-top: 30px;
    }
}
@media (max-width:1592px) {
  .max{
    flex-direction: column;
  }
}
@media (max-width:979px) {
  .liniya{
    margin: 0;
    width:129px;
  }

  .btn_block{
    display: flex;
    align-items: center;
    width: 87px;
  }
  .entrance{
    width: 100%;
  }
 
}
@media (max-width:1243px) {
  .prize_money p{
    margin: -43px auto 25px auto;
  }   
  .catalog_top{
    margin: 25px auto -25px auto;
  }
}


@media (max-width:1259px) {
 
  .register_code {
     font-size: 16px; 
    padding: 10px 5px;
}
  .register_code {
    font-size: 16px;
   
    padding: 10px 5px;  
  }
  
  .where_code,a.where_code{
   font-size: 16px;
   padding: 10px 5px;   
  }
}
@media (max-width:1024px) {
  .mountain_button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .register_code{
    margin-bottom: 8px;
  }
}
@media (max-width:946px) {
  .claksa h2{
    font-size: 35px;
    margin-bottom:30px
  }
}
@media (max-width: 425px) {
  .catalog_top h5 {
    font-size: 4vw;
  }

  .catalog_top h4 {
    font-size: 4vw;
  }

  .nabor {
    margin-top: 20px;
  }
  .bg_nabor {
    width: 240px;
    margin: 0 auto;
  }

  .bg_nabor img {

    height: 193px;
  }

 


  .prize h1 {
    font-size: 30px;
  }

  .znachki_container {
  
  }
  .znachki {
    margin: 0 auto;
    height: auto;
  }


  .insta_right h4 {
    font-size: 6vw;
  }

  .insta_right h5 {
    font-size: 6vw;
  }

  .insta_left img {
    margin-top: 30px;
    width: 300px;
  }

  .left_mountain {
    font-size: 16px;
    text-align: center;
  }

  .claksa h2 {

    width: 300px;
  }


  .claksa {
    width: 350px;
    height: 104px;
  }

  .register_code {
    font-size: 14px;

  }

  .where_code,a.where_code {
    font-size: 14px;

  }

  .mountain_button {
    margin: 10px 0;
  }

  .left_mountain h1 {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .mountain_button {
    display: flex;
  }
  .register_code{
    font-size: 12px;
  }
  .where_code,a.where_code {
    font-size: 12px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .left_mountain {
    margin: 0;
  }

  .mountain_container {
    display: flex;
 
    margin: 0;
  }

  .mountain_container {

  }

  .left_mountain h1 {
    width: 300px;
    margin: 0;
  }
}



  
@media (max-width:820px) {
  .claksa h2{
    font-size: 30px;
  }
  .mountain_descr{

  }
}
  
  @media (max-width:756px) {
   .left_mountain h1{
      padding-top: 25px;
   }
  }
  @media (max-width:794px) {
   .catalog_top{
      flex-direction: column;
   }
   .catalog_top h5{
      text-align: center;
      width: 100%
   }
   .catalog_top h4{
      justify-content: center;
      text-align: center;
  
   }
  }
  @media (max-width: 1244px) {
    .catalog_top h4{
       font-size: 2.5vw;
    }
    .catalog_top h5{
       font-size: 2.5vw;
    }
    .prize h1{
     font-size: 2.5vw;
    }
    .insta_right h5{
     font-size: 2.5vw;
    }
    .insta_right h4{
     font-size: 2.5vw;
    }}
  @media (max-width:800px) {
   .firm_download h3{
      font-size: 4vw;
   }

   .footer_title{
      font-size: 12px;
   }
   .catalog_top h4{
      font-size: 4vw;
   }
   .catalog_top h5{
      font-size: 4vw;
   }
   .prize h1{
    font-size: 4vw;
   }
   .insta_right h5{
    font-size: 4vw;
   }
   .insta_right h4{
    font-size: 4vw;
   }



  }
  @media (max-width:600px) {
    .znachki_right h3,.download,.download2,.register_code,.insta_left h3,.where_code,a.where_code{
    
      width: 80vw;  
      padding: 10px 5px;
   }  
   .catalog_top h4{
      font-size: 4vw;
   }
   .catalog_top h5{
      font-size: 4vw;
   }
   .prize h1{
    font-size: 4vw;
   }
   .insta_right h5{
    font-size: 4vw;
   }
   .insta_right h4{
    font-size: 4vw;
   }
   .card-text{
    font-size: 4vw;
   }
   .card-title{
    width: 100%;
    font-size: 4vw;
   }
   .maslo {
     /* width: 100%;  */
}
    .maslo2 {
      /* width: 100%; */
  }
    .card1{
    justify-content: center;
    align-items: center;
  }
  .card,.card1{
    width: 65vw;
  }

.card1 .card-body{
  margin-top: 10px;
}
  }
  .next_gr{
      background-image: url(../img/right_gr.webp);
  }
  .left_gr{
      background-image: url(../img/left_gr.webp);
  }

  .card1{
    justify-content: space-between;
    align-items: center;
  }

.card1 .card-body{
  margin-top: 10px;
}


 .code-p{
  text-align: center;
  align-items: center;
  justify-content: center;
 }
 @media (max-width:897px) {
  .download{
    margin-bottom: 30px;
  }
 }
 @media (max-width:754px) {
  .prize span{
    display: block; 
  }
 }
 @media (max-width: 1244px) {
  .left_mountain h1{ 
    font-size: 3vw;
   }
 }
@media (max-width:768px) {
  .claksa{
    width: 45%;
  }
}
@media (max-width:564px) {
  .claksa{
    margin-bottom: 21px;
    width: 100%;
  }
}

.card_prize{
  justify-content: space-between;
}
.count_num{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #00a0f0;
  border-radius: 50%;
  color: #fff;
  font-size: 63px;
}
.wrapper_product {
  display: flex;
}
.slider_container_product{
  width: 100%;
}
@media (max-width:1156px) {
  .wrapper_product{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .slider_container_product{
    max-width: 95%;
    width: 100%;
  }
}
/* 
.container_products {
  width: 32%; 
  overflow: hidden;
  flex: 1;
  margin: 0 0.5%; 
}


.swiper-button-prev-product {
  background-image: url(../img/left.webp);
  width: 118px;
  height: 40px;
  background-repeat: no-repeat;
  background-color: #0000;
  outline: none;
  left: 0px;
  border: none!important;
  transform: rotate(135deg);}
  .swiper-button-prev-product,
  .swiper-button-next-product{
    outline: none;
  }

.swiper-button-next-product{
  border: none!important;
 background-image: url(../img/right.webp);
  width: 118px;
  height: 40px;
  background-repeat: no-repeat;
  background-color: #0000;
  outline: none;
  right: 0px;
  transform: rotate(225deg)
}
  .swiper-button-next-product{
    top: 174px!important;
    border: none!important;
  }
.swiper-button-next-product:after, .swiper-rtl .swiper-button-prev-product:after{
display: none;
}
.swiper-button-prev-product:after, .swiper-rtl .swiper-button-next-product:after{
display: none;
}
.swiper-button-next-product, .swiper-button-prev-product{
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
 
 
  margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width:915px) {
  .wrapper_product{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container_products{
    width: 95%;
  }
} */


.how_imgs{
  position: relative;

}

.how_img img{
  width: 100%;
}
.how_1{
  display: none;

}
.how_2{
  display: none;

}
.how_3{
  display: none;

}
.how_4{
  display: none;
}

.how_register_code{
  display: block;
  margin-left: auto;
  margin-top: 20px;
  margin-right: 0;
}

@media (max-width:991px) {
  .how_img{
    display: block;
    width: 75%;
    margin: 15px auto;
  
  }
  
  .how_5{
    display: none;
  }
  .how_register_code{
    display: block;
    margin: 20px auto;
  }
  .p2_left{
    display: none!important;
  }
  .p2_right{
    display: none!important;
  }
}

.p2_left{
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100%);
}
.p2_right{
  position: absolute;
  right: 0;
  top: 0;
height: 100%;
}
.container{
  position: relative;
  z-index: 2;
}

.rule {
  position: relative;
  background-color: #b60c21;
  background-size: cover;
  width: 100%;
  padding: 40px 0;

}
.rule_title{
  text-align: center;
  text-transform: uppercase;
      
  font-size: 25px;
  color: #fff;
  font-weight: 700;
}
.rule_title span{
  color: #ffc500;
}
.rule_subtitle{
  margin-top: 25px;
  text-align: center;
  color: #ffc500;
  font-size: 20px;
}

.rule_descr{
color: #fff;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
}
.rule_descr img{
  width: 20px;
}
.rule_or{

     font-size: 25px;
    color: #fff;
    font-weight: 700;
  text-transform: uppercase;
}
.m_rule_or{
  display: none;
}
.rule_footer_text{
  font-size: 25px;
  font-family: 'LifehackBasic';
  color: #fff;
}

.m_rule_img{
  display: none;
}
.rule_footer{
    display: flex;
    justify-content: end;
}

@media (max-width:992px) {
  .m_rule_img{
    display: block;
  }
  .d_rule_img{
    display: none;
  }
}
@media (max-width:768px) {
  .rule_or{
    display: none;
  }
  .m_rule_or{
    display: block;
    text-align: center;
    margin: 15px 0;
  }
  .rule_title{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .rule_subtitle{
    margin-bottom: 10px;
  }
  .rule_footer{
    justify-content: center;

  }
}

.modal_title{
  text-transform: uppercase;
  text-align: center;
  font-size: 35px;
  color:#930b24;
}
.modal_subtitle{
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  color:#930b24;
}
.modal_descr{
    font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
}
.code_ivi_title{
    font-size: 25px;
  text-align: center;
}
.code_ivi{

  text-align: center;
  background-color: #930b24;
  color: #fff;
  font-size: 30px;
  border-radius: 23px;
  padding: 0 8px;
  letter-spacing: 5px;
}
@media (max-width:991px) {
  .ivi_img{
    width: 180px!important;
    display: block;
    margin: 15px auto;
  }
}

.prize_btn{
  margin: 0 auto;
  width: 85%;
  background: #f5ce00;
  text-transform: uppercase;
  border-radius: 13px;
  text-align: center;
  margin-top: 10px;
}

.nav-link:focus, .nav-link:hover{
  color: #f6e230;
}

span.span_inst{
  font-family:'CTCSANS',serif;
  color: #fff;
}

.scroll-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1000;
  display: flex
;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.phone, .tg {
  width: 60px;
  height: 60px;
  display: flex
;
  align-items: center;
  justify-content: center;
  background: #8d0e29;
  border-radius: 14px;
}