/*-------------------------------------------------------*/
/* General 
/*-------------------------------------------------------*/
 ::-webkit-input-placeholder {
    /* Chrome */
     color: #e41318 !important;
}
 :-ms-input-placeholder {
    /* IE 10+ */
     color: #e41318 !important;
}
 ::-moz-placeholder {
    /* Firefox 19+ */
     color: #e41318 !important;
     opacity: 1;
}
 :-moz-placeholder {
    /* Firefox 4 - 18 */
     color: #e41318 !important;
     opacity: 1;
}
 html,body{
     height: 100%;
}
 html{
     background:#9bc42d;
}
 body{
     color: #989898;
     letter-spacing: 0;
     background: transparent;
}
header{
     height: 100px;
}
.link2024{
	position: absolute;
	right: 10px;
	font-weight: bold;
	top: 86px;
	color:#e41318;
}
.play, .stop{
     width: 40px;
     height: 40px;
     position: fixed;
     right: 5px;
     
     z-index: 10000;
     top: 20px;
}

.play{
     background: url("../img/play.svg") no-repeat;
     background-size: contain;
}
.play:hover{
      -webkit-animation: width12 1.5s linear infinite  both;
             animation: width12 1.5s linear infinite  both;
}
.stop{

     background: url("../img/stop.svg") no-repeat;
     background-size: contain;
}
 .h5, .red{
     color: #E41E24;
}
.lk_bu{
     position: relative;
     width: 140px;   
}
.navbar-nav2 .lk_bu .enter_btn{
     
     left: 70px;
}
.navbar-main-pag{
     background: #FFF200;
     position: fixed;
     width: 100%;
     padding-top: 0;
     padding-bottom: 0;
     z-index: 3
}
.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 10px;

}
.gifts-2 {
     width: 49%;
     display: inline-block;

}
.gifts-2 img:hover,.gifts-3 img:hover{
      -webkit-animation: width12 1s linear infinite  both;
             animation: width12 1s linear infinite  both;
}
.link2{
     display: inline;
     text-decoration: underline;
}
.lk_b{
     position: absolute;
     top: 3px;
     padding: 5px 20px;
     display: inline-block;
     background: #E41E24;
     color: #fff;
     font-size: 9px;
     font-weight: bolder;
     text-transform: uppercase;
     border-radius: 10px 0 0 10px;
     line-height: 9px;
}

.bg-main{
position: relative;
display: block;
     width: 100%;
     height: 100%;
     background: url(../img/h_b.png) no-repeat bottom  center;
     background-size: 100% auto;

      
}
 .bg-main:after{
     position: absolute;
     content: '';
     display: block;
     width: 100%;
     height: 100%;
     background: url(../img/h_b_b.png) no-repeat bottom center;
     background-size: 100% auto;
     -webkit-animation: bounce 2s linear   both;
             animation: bounce 2s linear   both;
}
 .bg-main:before{
     position: absolute;
     content: '';
     display: block;
     width: 100%;
     height: 100%;
     background: url(../img/h_b_m.png) no-repeat bottom center;
     background-size: 100% auto;
      -webkit-animation: fadeIn 1.5s linear   both;
             animation: fadeIn 1.5s linear   both;
}
 .main{
     padding-bottom: 30px;
}
 .header{
     background: url(../img/h_b.gif) no-repeat top center;
     background-size: 100% auto;
     width: 30%;
     margin-left: -12%;
     left: 50%;
     height: 250px;
     position: absolute;
     top: 120px;
      -webkit-animation: width12 1.5s linear infinite  both;
             animation: width12 1.5s linear infinite  both;
             z-index: 2

}
 @keyframes show {
     from {
         opacity: 0;
         width: 50%;
         left: 0%;
         margin-left: 0%;
    }
     to {
         opacity: 1;
         width: 50%;
         margin-left: -25%;
         left: 50%;
    }
}
 button{
     border: 0px;
     background: transparent;
}
 input, select, textarea, input.form-control, select.form-control, textarea.form-control{
     background: #f6f6f6;
     border-radius: 32px;
     padding: 13px 35px;
     border: 0;
     margin: 15px auto;
     line-height: 100%;
}
 select {
     -webkit-appearance: none;
     -moz-appearance: none;
     -ms-appearance: none;
     appearance: none !important;
     background: #fff url('../img/aup.svg') no-repeat;
     background-position: 95% center;
     background-size: 20px;
     padding: 0 35px;
}
 textarea, select{
     color: #B4B4B4;
}
 h1{
     color: #E41E24;
     font-size: 30px;
     font-weight: 700;
}
 h4{
     font-weight: 700;
     color: #E41E24;
     text-transform: uppercase;
}
 a:hover{
     text-decoration: none;
}
 .bg-darks h1{
     padding: 70px 0 90px;
     color: #fff;
     font-weight: 700;
}
 .bg-darks h1 span{
     border-bottom: 10px solid #E41E24;
}
 table{
     width: 100%;
     text-align: center;
     font-size: 14px;
     color: #E41E24;
     font-weight: bold;
}
 table td{
     padding: 20px 10px;
     max-width: 400px;
     vertical-align: top;
}
 thead th{
     font-weight: normal;
     color: #b9b6b6 
}
 tbody tr:nth-child(2n+1){
     background: #f6f6f6 
}
 .main_btn{
     position: fixed;
     text-align: center;
     bottom: 20px;
     right: 0px;
     width: 400px;
     margin-left: -250px;
     z-index: 1000;
}
 .btn{
     background: linear-gradient(226.02deg, #EE252B 14.96%, #CA0A10 91.1%);
     border-radius: 54px;
     font-weight: 700;
     color: #fff;
     padding: 30px 50px;
}
 .btn:hover{
     background: linear-gradient(226.02deg, #CA0A10 14.96%, #EE252B 91.1%);
     color: #FFFFFF;
}
 .btn-link {
     font-weight: 700;
     color: #3e060b;
}
 .btn-enter{
     position: relative;
     top: -6px;
     border: 2px solid #E40005;
     border-radius: 40px;
     text-align: center;
     color: #E40005 !important;
     text-transform: uppercase;
     padding: 12px 42px;
}
 .btn-enter:hover{
     background: #E40005;
     color: #FFFFFF !important;
}
 .btn-y{
     margin: 0px auto;
     display: block;
     padding: 20px 40px 
}
 .btn-enter-f{
     border: 1px solid #E40005;
     color: #E40005;
}
 .btn-enter-f:hover{
     background: #E40005;
     color: #FFF;
}
 .btn-reg-f{
     margin-top: 10px;
     background: #ffff35;
     color: #0DB14B;
}
 .ruls-btn{
     background: #E40005;
     color: #fff;
     display: inline-block;
     margin-top: 10px;
     padding: 20px 40px;
     border-radius: 70px;
     font-weight: bold;
}
 .ruls-btn:hover{
}
 .btn-enter-f{
     width: 40%;
     margin:0px auto;
     display: block;
     padding:15px 0;
     border: 0;
     border-radius: 30px 30px 0 0;
     background: rgb(255,255,255);
     background: -moz-linear-gradient(0deg, rgba(208,208,209,1) 0%, rgba(255,255,255,1) 100%);
     background: -webkit-linear-gradient(0deg, rgba(208,208,209,1) 0%, rgba(255,255,255,1) 100%);
     background: linear-gradient(0deg, rgba(208,208,209,1) 0%, rgba(255,255,255,1) 100%);
     font-weight: bold;
     color: #b8b8b8;
}
 .btn-reg-f:hover{
     background: #E41E24;
     color: #FFFFFF;
}
 .btn-mob{
     color: #E41E24;
     background: #FFFFFF;
     border-radius: 40px;
     padding: 12px 42px;
}
 .btn-mob:hover{
     font-weight: bold;
}
 .btn-y{
     margin-top: 20px;
     background: #FFFF25;
     color: #E41E24;
}
 form button{
     display: block;
     border-radius: 34px;
     padding: 12px 0;
}
 .input-phone{
     margin: 0;
     border: none;
     background: #f6f6f6 url(../img/icon/search.svg) no-repeat right center;
     background-position: 90% center;
     background-size: 20px;
     color: #E41E24;
     padding-right: 40px;
}
 .pt-60{
     padding-top: 40px 
}
 .pt-80{
     padding-top: 80px 
}
 .pb-80{
     padding-bottom: 80px 
}
 .ptb-40{
     padding: 40px 0 
}
 .mtb-40{
     margin: 40px auto;
}
 .mt-30{
     margin-top: 30px 
}
 .mt-40{
     margin-top: 40px 
}
 .plr{
     padding-top: 20px;
     padding-left: 40px;
     padding-right: 40px;
}
 .box-s, .box-ss{
     box-shadow: 0 0 10px 0px rgba(0,0,0, .2);
     padding-bottom: 50px 
}
 .box-s input{
     margin-top: 0px;
}
 .box-s .row > div:nth-child(2){
     padding-left: 10px;
}
 .box-s .lh-100{
     color: #000;
     font-size: 12px;
}
 .box-s input,.box-s button{
     width: 100%;
     margin-right: 20px;
}
 .box-s .btn{
     padding: 10px 50px !important;
     font-weight: normal;
}
 .color-y{
     color:#FFFF25 
}
 .pull-left{
     float: left;
}
 .bg-grey{
     background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(244,245,244,1) 100%);
     background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(244,245,244,1) 100%);
     background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(244,245,244,1) 100%);
}
 .lk .bg-grey{
     margin-bottom: 20px 
}
 .navbar-nav .nav-item a{
     padding: 5px 0 5px 40px;
     background-repeat: no-repeat;
     background-position: center left;
     font-weight: 700;
}
 .navbar-nav2 .enter_btn, .navbar-nav2 .vk {
     position: relative;
     top: -5px;
}
 .navbar-nav2 {
     padding:0;
     margin: 0;
}
 .navbar-nav2 li{
     list-style: none;
     display: inline-block;
}
 .nav-link{
     color: #e41318;
     font-size: 14px;
     font-weight: 700;
     transition: all 0.5s ease-out;
}
 .nav-link:hover{
     color: #e41318;
     text-shadow: 0 0 2px #e41318;
}
 .user_co .nav-link{
     color: #fff;
}
 .navbar-nav2 .enter_btn{
     font-size: 14px;
     font-weight: 700;
     color: #fff;
     padding: 20px;
     background-color:#e41318;
     background-repeat: no-repeat;
     background-position: center center;
     background-image: url(../img/login.svg);
     background-size: auto 20px;
     transition: all 0.5s ease-out;
     border-radius: 90%;
}
 .navbar-nav2 .vk{
     position: relative;
     top: 0px;
     display: inline-block;
     vertical-align: middle;
     width: 40px;
     height: 40px;
     background-repeat: no-repeat;
     background-position: center center;
     background-image: url(../img/vk.svg);
     background-size: auto 100%;
     transition: all 0.5s ease-out;
     margin: 0 10px;
}


 .navbar-nav2 .smi,   .smi_{
     position: relative;
     top: 0px;
     display: inline-block;
     vertical-align: middle;
     width: 60px;
     height: 40px;
     background-repeat: no-repeat;
     background-position: center center;
     background-image: url(../img/smi.svg);
     background-size: auto 100%;
     transition: all 0.5s ease-out;
     margin: 0 10px;
}
.smi_{
     display: none;
 }
 .media-container{
     margin: 60px auto; 

     

 }
 .media-container .container{
     background: #fff;
 }
 .media-container .row > div{
     padding-right: 0;
     padding-left: 0;
}
 .catalog-media{
     display: flex;
     align-items: flex-end;
     height: 300px;
     width: 96%;
     padding: 20px 60px; 
     margin:2%; 

 }
 .media-bl{
     color: #fff;
     z-index: 1
 }
  .media-bl a{
     font-size: 18px;
     line-height: 100%;
     color: #fff;
     font-weight: bold;
     text-shadow: 0 0 3px #000;


  }
.data{
     font-size: 14px;
}

.catalog-media-item-meta{
     margin-top: 10px;
}
   .catalog-media:after{
     content: "";
     display: block;
     position: absolute;
      margin:2%; 
     top: 0px;
     left: 0px;
    width: 96%;
      height: 300px;

background: linear-gradient(0deg, rgba(49,41,41,0.95) 0%, rgba(49,41,41,0.4303921397660627) 56%, rgba(49,41,41,0) 100%); 
 }

  .catalog-media-item-meta {
      max-height: 50px;
  }
 .catalog-media-item-meta img{
     max-height: 50px;
     max-width: 200px
 }
 .top-about{
     position: relative;
     background-attachment: fixed;
     padding: 0px 60px 0px;
     background-repeat: no-repeat;
     background-position: bottom center;
     background-image: url(../img/about.jpg);
     background-size: cover;


     height: 180px;
 }
  .top-about:before{
     content: "";
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
      height: 180px;
     background: rgb(235,35,41);
background: linear-gradient(0deg, rgba(235,35,41,0.7) 0%,  rgba(235,35,41,0.5)  100%); 

 }
  .top-about .title{
     position: relative;
     padding-top: 100px;
     display: block;
     font-size: 30px;
     font-weight: bold;
     color: #fff;
     z-index: 1;
     text-transform: uppercase;
  }
 .table-scroll{
     display: block;
     overflow: hidden;
     overflow-x: scroll;
}
 .wrap {
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .main_btn .button {
     min-width: 300px;
     min-height: 60px;
     font-family: 'Nunito', sans-serif;
     font-size: 22px;
     text-transform: uppercase;
     letter-spacing: 1.3px;
     font-weight: 700;
     color: #EB2329;
     background: #FFF200;
     border: none;
     border-radius: 1000px;
     box-shadow: 12px 12px 24px rgba(238,37,43,.64);
     transition: all 0.3s ease-in-out 0s;
     cursor: pointer;
     outline: none;
     position: relative;
     padding: 10px;
}
 .main_btn .button:hover,.main_btn .button:focus {
     color: #EB2329;
     transform: translateY(-6px);
}
 .btn_reg:hover, .enter_btn:hover{
     background-color: #AB6D34;
}
 .btn_reg{
     font-size: 14px;
     height: 40px;
     padding: 0px 15px;
     font-weight: 700;
     background: #e41318;
     border-radius: 20px;
     color: #fff;
     margin-right: 10px;
     transition: all 0.5s ease-out;
}
 .reg-btn{
     padding: 5px 25px 5px 0 !important;
     background-repeat: no-repeat;
     background-position: center right;
     background-image: url(../img/icon/i6.png);
     background-size: auto 20px;
     margin-right:20px;
}
 .ico-download{
     display: inline-block;
     vertical-align: middle;
     width: 33px;
     height: 28px;
     background: url(../img/icon/download.png) no-repeat center;
     background-size: auto 100% ;
     margin: 0 10px 0 0;
}
 .card{
     border: none;
     background: none;
}
 .card-header:first-child{
     border: none;
     border-radius: 0;
     padding: 30px 0;
}
 .card-header{
     background: url(../img/arrowdown.png) no-repeat right center;
}
 .selected{
     background: url(../img/arrowup.svg) no-repeat right center;
}
 .card-header button{
     width: 100%;
}
 .card-body{
     font-weight: 300;
     padding: 30px 0;
}
 .accordion{
     font-size: 20px;
     color: #fff;
     margin: 0px auto;
     max-width: 1000px;
}
 .accordion .collapse{
     background: #fff;
     border-radius: 30px;
     color: #E41E24;
}
 .accordion .btn-link{
     color: #E41E24;
}
 .accordion b{
     font-weight: bold;
}
 .accordion .btn-link p, .accordion .collapse p{
     font-size: 16px;
}
 .accordion button{
     text-align: left;
}
 .accordion > .card .card-header{
     padding-left: 30px;
     padding-right: 30px;
}
 .accordion .collapse{
     padding-left: 30px;
     padding-right: 30px;
}
 .accordion.accordion-1 .collapse {
     padding-left: 0px;
     padding-right: 0px;
}
 .accordion.accordion-1 .card-header .collapsed{
     background: #32BCEE;
     border: 1px solid #32BCEE;
     color: #fff;
}
 .accordion.accordion-1 .card-header >div{
     border: 1px solid #32BCEE;
     background: #fff;
     color: #989898;
}
 .accordion-1 .card-h >div{
     display: inline-block;
     width: 32%;
     margin:0;
     text-align: center;
}
 .accordion-1 .card-h >div button{
     width: 100%;
     text-align: center;
}
 .page-link{
     text-align: center;
     font-weight: bolder;
     border: none;
     color: #E41E24;
     background: none;
     border-radius: 50px;
     width: 50px;
     height: 50px;
     margin: 40px 10px 20px;
     display: table-cell;
     vertical-align: middle;
}
 .accordion-1 .btn{
     border: 1px solid #32BCEE;
     background: #fff;
     color: #989898;
     padding:10px 20px;
     margin:0;
}
 .accordion-1 .btn.collapsed{
     border: 1px solid #32BCEE;
     background: #32BCEE;
     color: #fff;
}
 .page-item:last-child .page-link{
     border-radius:50px;
     width: 50px;
     height: 50px;
}
 .page-item.disabled .page-link{
     background: #E41E24 0% 0% no-repeat;
     font-weight: bold;
     color: #fff;
     width: 50px;
     height: 50px;
     border-radius: 50px 
}
 .page-item.active .page-link{
     background-color: #ffff25;
     border-color: #ffff25;
}
 .lk .page-item.disabled .page-link{
     background: #E41E24 0% 0% no-repeat;
     font-weight: bold;
     color: #fff;
}
 .page-3 .page-link{
     color: #fff;
     margin-left: 30px;
     margin-right: 30px;
}
 .page-3 .page-item.disabled .page-link{
     background: #E41E24 0% 0% no-repeat;
     color: #ffff25;
}
 .page-4 .gifts.slider span{
     position: relative;
     padding-bottom: 5px;
     right: auto;
}
 .gifts.slider p{
     color: #989898;
     padding-top: 20px;
     line-height: 120%;
}
 .lk{
     width: 100%;
     background: #fff;
     border-radius: 30px;
     padding:40px 0 10px;
     color: #737373;
     font-size: 18px;
}
 .lk nav{
     width: 100%;
     font-weight: 900;
}
 .lk .row{
     margin-left:0;
     margin-right: 0 
}
 .modals{
     width: 57%;
     margin:10px auto 40px;
     background: #fff;
     border-radius: 30px;
     padding:40px 40px 10px;
     color: #b8b8b8;
     font-size: 16px;
     box-shadow: 0px 7px 30px 0px #FFBB15;
}
 .model{
     box-shadow: 0px 7px 30px 0px #FFBB15;
}
 .lk .modals{
     padding:40px 100px 10px;
}
 .modals .btn, .modal .btn{
     width: 100%;
     padding:20px 0;
}
 .modals b, .modal b{
     font-size: 32px;
     font-weight: 700;
     color:#E41E24;
}
 .modal-content{
     border-radius: 27px !important;
}
 .modal-header, .modal-footer{
     border: 0 
}
 .modal .close{
     background: url(../img/close1.svg) no-repeat center;
     right: 30px;
     top: 30px;
     z-index: 1;
}
 .close{
     background: url(../img/close.svg) no-repeat center;
     width: 20px;
     height: 20px;
     opacity: 1;
     position: absolute;
     right: 20px;
     top: 20px;
}
 .bl-center{
     display: block;
     margin: 20px auto 
}
 .back-top {
     position: relative;
     bottom: 0;
     left: 50%;
     margin-right: 25px;
     background:#FFF200 url(../img/icon/top.svg) no-repeat center;
     background-position: center 20px;
     background-size: 25px auto;
     margin-left: -30px;
     cursor: pointer;
     width: 60px;
     height: 120px;
     border-radius: 50px 50px 0 0;
     z-index: 10000 
}
 .page-1{
     text-align: center;
     background: linear-gradient(180deg, #FBDA24 54.45%, rgba(251, 218, 36, 0) 100%);
     padding-bottom: 80px;
     padding-top: 80px;
}
 .bl-p{
     background: #fff;
     padding:10px 10px 60px;
     border-radius: 60px;
     box-shadow: 0px 7px 30px 0px #FFBB15;
     margin-top: 30px;
}
 .page-1 p{
     color: #E41E24;
     font-size: 20px;
     font-weight: 700;
     line-height: 100%;
}
 .page-1 span{
     font-size: 14px;
     color: #787878;
}
 .titl-bl span{
     color: #E41E24;
     font-size: 38px;
     font-weight: bold;
}
 .page-1 img{
     margin: 20px auto;
}
 .litres {
     background: #fff url(../img/litres.png) no-repeat center;
     background-size: 90% auto;
     border-radius: 40px;
     box-shadow: 0px 7px 30px 0px #FFBB15;
}
/*-------------------------------------------------------*/
/* Ruls 
/*-------------------------------------------------------*/
 .mtext{
     display: inline-block;
     vertical-align: middle;
     position: relative;
     width: 30px;
}
 .ruls img{
     width: 100%;
}
 .whatsapp{
     background: url(../img/icon/whatsapp.png) no-repeat left;
     padding-left: 22px;
     background-size: contain;
}
 .telegramm{
     background: url(../img/icon/telegramm.png) no-repeat left;
     padding-left: 22px;
     background-size: contain;
}
 .page-2{
     background: url("../img/page-2.png") no-repeat;
     background-size: 100% 100%;
     color: #989898;
     font-size: 16px;
     line-height: 130%;
     padding: 100px 0;
}
 .page-5{
     position: relative;
     padding-bottom: 50px;
}
 .page-5 .container{
     position: relative;
     z-index: 2;
}
 .page-2 .gifts{
     padding-bottom: 50px;
}
 .h5{
     font-size: 30px;
     font-weight: 700;
}
 .page-2 .titl-bl span{
     color: #E41E24;
     font-size: 48px;
     font-weight: bolder;
}
 .page-2 a{
     color: #989898;
     text-decoration: underline;
}
 .page-2 .info{
     font-size: 14px;
     color: #989898;
}
 .box{
     background: #fff;
     position: relative;
     margin:10px;
     padding:20px 10px 30px;
     border-radius: 50px;
}
 .page-3 .gifts .box div p {
     text-align: left;
}
 .page-3 .gifts .box div b {
     font-size: 30px;
}
 .box div{
     width: 50%;
     margin-top:50px;
     margin-bottom: 40px;
     margin-left: 50%;
}
 .gifts img.g_priz{
     position: absolute;
     top: -30px;
     width: 45%;
     max-width: 45%;
}
 .gifts{
     margin:0px auto 0;
}
 .gifts img{
     display: block;
     margin:30px auto 10px;
     width: 100%;

}
.page-1-3  .gifts img{
     max-width: 190px;
}
.page-1-3 .gifts .txt-gifts{
     height: 80px;
     width: auto !important;
     max-width: 500px;
     margin-bottom: 40px; 
}
 .gifts span{
     display: inline-block;
     margin:0px auto;
     background:#E41E24;
     border-radius: 20px;
     color: #fff;
     font-weight: bolder;
     font-size: 24px;
     padding: 8px 15px;
     line-height: 100%;
     position: absolute;
     right: 20px;
}
 .gifts p b{
}
 .info{
     color: #E41E24;
     font-size: 20px;
     line-height: 120%;
}
 .grey_c{
     color: #b9b6b6;
}
 .phone-q{
     width: 100%;
}
 .page-3 .gifts .col{
     padding: 0;
}
 .page-3 .gifts p{
     text-align: center;
     color: #989898;
     font-size: 17px;
     line-height: 120%;
     width: 70%;
     margin: 0px auto;
}
 .page-4 .container{
     background: #fff;
     border-radius: 40px;
     padding:50px;
}
 .titl-bl{
     font-weight: bold;
}
 .page-4 .qu div{
     padding:40px;
     border-radius: 30px;
}
 .page-4 .qu div:nth-child(2n){
     background: #fff;
     color: #E41E24 
}
 .page-4 .qu div:nth-child(2n) span{
     color: #E41E24 
}
 .lk .qu div{
     padding: 20px 40px;
     border-radius: 30px;
     line-height: 120% 
}
 .lk .qu div:nth-child(1){
     margin-top: 20px;
}
 .lk .qu div:nth-child(n){
     color: #737373 
}
 .lk .qu div:nth-child(2n+1){
     background: #F6F6F6;
     color: #737373;
}
 .lk .qu div:nth-child(n) span{
     display: block;
     color: #E41E24;
     padding-bottom: 10px;
     font-weight: bolder;
}
 .page-4 span{
     display: block;
     font-weight: bolder;
}
 .lk .qu div:nth-child(2n+1) span{
     display: block;
     color: #E41E24;
     padding-bottom: 10px;
     font-weight: bolder;
}
 .phone-q-t{
     text-align: right;
     color: #E41E24;
     font-weight: bolder;
}
 .lk .btn{
     padding:15px 30px;
}
 .lh-100{
     line-height: 100% 
}
 .lk .texts{
     color: #E41E24;
     line-height: 100%;
     font-size: 18px;
     padding-top: 10px 
}
 .lk thead tr{
     background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(244,245,244,1) 100%);
     background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(244,245,244,1) 100%);
     background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(244,245,244,1) 100%);
}
 .lk thead th{
     padding:15px 0;
}
 .lk tbody td{
     padding:15px 0;
}
 .lk tr:nth-child(2n){
     background:#fff;
}
 .lk .page-link{
     color: #E41E24;
}
 .lk .pagination{
     margin:0 
}
 .bl-line{
     display: inline-block;
     margin-top: 50px;
}
 .bl-line:nth-child(2){
     float: right;
}
 .page-link-last, .page-link-next{
     position: relative;
     display: inline-block;
     width: 50px;
     height: 50px;
     padding: 0;
     border-radius: 50px;
}
 .page-link-last{
     background: url('../img/icon/prev.svg') no-repeat center;
     background-size: 15px;
}
 .page-link-next{
     background:url('../img/icon/next.svg') no-repeat center;
     background-size: 15px;
}
 .page-4 .page-link-last{
     background: url('../img/icon/prev.svg') no-repeat center;
     background-size: 15px;
}
 .page-4 .page-link-next{
     background: url('../img/icon/next.svg') no-repeat center;
     background-size: 15px;
}
 .page-link-next:hover{
     background: #E41E24 url('../img/icon/nextw.svg') no-repeat center;
     background-size: 15px;
}
 .page-link-last:hover{
     background: #E41E24 url('../img/icon/prevw.svg') no-repeat center;
     background-size: 15px;
}
 .page-3 .page-link-last{
     background: url('../img/icon/prev.svg') no-repeat center;
     background-size: 15px;
}
 .page-3 .page-link-next{
     background:url('../img/icon/next.svg') no-repeat center;
     background-size: 15px;
}
 .page-3 .page-link-next:hover{
     background: #E41E24 url('../img/next.png') no-repeat center;
     background-size: 15px;
}
 .page-3 .page-link-last:hover{
     background: #E41E24 url('../img/prev.png') no-repeat center;
     background-size: 15px;
}
 .page-5 .titl-bl{
     text-align: center;
}
/*-------------------------------------------------------*/
/* Navigation 
/*-------------------------------------------------------*/
.user_co .navbar-collapse{
     z-index: 1000000;
  background: rgb(155, 196, 45);
}
 .nav-link, .navbar-nav2 button{
     text-align: center;
     text-transform: uppercase;
     padding-bottom: 0 
}
 .navbar-expand-md .navbar-nav .nav-link{
     margin-right: 15px;
}
 .navbar-toggler{
     background: url(../img/close.svg) no-repeat center;
}
 .navbar-toggler.collapsed{
     background: url(../img/menu.svg) no-repeat center;
}
 .hite-s{
     display: none;
}
 .rest{
     display: inline-block;
     width: 30px;
     height: 50px;
     background: url(../img/res.png) center no-repeat;
     vertical-align: top;
     margin-right: 10px;
}
 .captcha{
     display: inline-block;
     width: calc(100% - 40px);
     max-width: 100px;
}
/*-------------------------------------------------------*/
/* footer 
/*-------------------------------------------------------*/
 footer{
     padding: 70px 0 0;
}
 footer p, footer a{
     color: #fff;
     font-size: 14px;
     font-weight: 300;
     line-height: 120%;
}
 footer a{
     text-decoration: underline;
}
 footer a:hover{
     color: #ffff25 
}
/*-------------------------------------------------------*/
/* enter & reg 
/*-------------------------------------------------------*/
 form.enter .form-group, form.enter .form-row{
     margin: 10px auto 
}
 form.enter .form-group input{
     background: #f6f6f6;
     border: none;
     border-radius: 32px;
     color: #3e060b;
     height: 45px;
     padding-left: 40px;
     width: 100%;
     margin: 15px auto 
}
 form.enter .form-row{
     margin: 40px auto 
}
 .forget{
     display: inline;
     padding:0;
     border-radius: 0px;
     font-style: italic;
     font-size: 16px;
     text-decoration: underline;
     color: #E41E24;
}
 .forgetpass p{
     color: #b8b8b8;
}
 label{
     color: #696464;
}
 .forgetpass form{
     margin-top: 50px;
}
 .reg input{
     padding: 13px 25px;
}
 .lk select.form-control {
     padding: 10px 25px 10px;
     color: #B4B4B4;
}
 .lk select.form-control, .form-tabs select{
     background: #F6F6F6 url('../img/icon/out.svg') no-repeat;
     background-position: 95% center;
     background-size: 20px;
}
 .reg .btn{
     padding: 12px 30px;
}
 .label-check__input:checked + .label-check__new-input {
     background: #E41E24 url(../img/chekbox.png) no-repeat center;
     border: 1px solid #E41E24;
}
 .label-check {
     width: 100%;
     cursor: pointer;
     padding-left: 35px;
     position: relative;
     z-index: 100;
}
 .col .label-check.option{
     color: transparent;
     width: auto;
}
 .reg .custom-checkbox .label-check{
     color: #737373;
     font-size: 12px;
}
 .form-row{
     align-items: center;
}
 .custom-control {
     position: relative;
     display: block;
     min-height: 1.5rem;
     padding-left: 0;
     margin-bottom: 10px;
}
 .label-check__input {
     display: none;
}
 .label-check__new-input {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 30px;
     height: 30px;
     background: #F6F6F6;
     border: 1px solid #E0E0E0;
     border-radius: 30px;
     font-size: 12px;
}
 .label-check__new-input-m:after{
     content: "М";
     display: block;
     position: absolute;
     margin-left: 8px;
     margin-top: 5px;
}
 .label-check__new-input-z:after{
     content: "Ж";
     display: block;
     position: absolute;
     margin-left: 8px;
     margin-top: 5px;
}
 .label-check__new-input-rf{
     width: 40px 
}
 .label-check__new-input-i{
     width: 55px 
}
 .label-check__new-input-rf:after{
     content: "РФ";
     display: block;
     position: absolute;
     margin-left: 10px;
     margin-top: 5px;
}
 .label-check__new-input-i:after{
     content: "Иное";
     display: block;
     position: absolute;
     margin-left: 10px;
     margin-top: 5px;
}
 .label-check__input:checked + .label-check__new-input-m, .label-check__input:checked + .label-check__new-input-z, .label-check__input:checked + .label-check__new-input-rf, .label-check__input:checked + .label-check__new-input-i {
     background: #E41E24 ;
     border: 1px solid #E41E24;
     color: #fff 
}
 .col-f{
     display: flex;
     justify-content: space-between;
}
 .col-f .col{
     flex: 0 1 auto;
}
 .forgetpass .modal-body{
     width: 100%;
     max-width: 490px;
     margin: 60px auto;
     padding: 0 40px;
}
 .forgetpass label{
     margin-top: 40px 
}
 .captcha_g >div:nth-child(2){
     padding-left: 0;
}
 .captcha_g >div:nth-child(2) input{
     margin-top: 5px 
}
 .reg .info-text{
     font-size: 14px;
     line-height: 100%;
}
 .reg .info-text a{
     color: #E40005;
     text-decoration: underline;
}
/*-------------------------------------------------------*/
/* LK 
/*-------------------------------------------------------*/
 .nav-tabs {
     position: relative;
     border: none;
     padding:0 40px;
     margin-top: 50px;
}
 .nav-tabs .nav-link {
     border: none;
     border-top-left-radius: 30px;
     border-top-right-radius: 30px;
     background: #fff;
     text-align: center;
     font-weight: 700;
     color: #000;
     padding: 10px 40px;
     font-weight: bold;
     -moz-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,.2);
     -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,.2);
     box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,.2);
}
 .nav-tabs .nav-item.show .nav-link{
     background: #0DB14B;
     color: #fff;
}
 .nav-tabs li:nth-child(1) a {
     border: 1px solid #0DB14B;
     border-bottom: none;
}
 .nav-tabs li:nth-child(2) a{
     border: 1px solid #FFF200;
     border-bottom: none;
}
 .nav-tabs li:nth-child(3) a{
     border: 1px solid #32BCEE;
     border-bottom: none;
}
 .nav-tabs li:nth-child(1) a.active{
     background: #0DB14B;
     color: #fff 
}
 .nav-tabs li:nth-child(2) a.active{
     background: #FFF200;
     border: 1px solid #FFF200;
     border-bottom: none;
}
 .nav-tabs li:nth-child(3) a.active{
     background: #32BCEE;
     color: #fff 
}
 .nav-tabs li:nth-child(1) a:hover{
     background: #0DB14B;
     color: #fff;
     text-shadow: none;
}
 .nav-tabs li:nth-child(2) a:hover{
     background: #FFF200;
     border: 1px solid #FFF200;
     border-bottom: none;
     text-shadow: none;
}
 .nav-tabs li:nth-child(3) a:hover{
     background: #32BCEE;
     color: #fff;
     text-shadow: none;
}
 .nav-tabs .nav-item{
     margin-bottom: 0px;
     width: 33%;
}
 .tab-content{
     background: #EFF7F9;
     padding-top: 70px;
}
 .tab-content .info-text{
     color: #0D0D0D;
}
 .tab-content .btn-y{
     text-transform: none !important;
     margin: 20px auto 
}
 .i-q, .i-p{
     display: inline-block;
     width: 46px;
     height: 33px;
     vertical-align: middle;
     margin-right: 20px;
}
 .i-q{
     background: url(../img/i-q.svg) no-repeat center;
}
 .i-p{
     background: url(../img/i-p.svg) no-repeat center;
}
 .tab-content h3{
     font-weight: bold;
     color: #3e060b;
}
 .question{
     background: #EFF7F9;
     border-radius: 40px;
     padding: 40px;
     font-weight: 300;
     color: #777777;
}
 .answer{
     padding: 40px;
     color: #777777;
     font-weight: 300;
}
 .question b, .answer b{
     font-weight: bold;
}
 .table-scroll{
     overflow-x: scroll;
}
 .qrmodel .modal-body {
     width: 100%;
     max-width: 410px;
     padding: 0px;
     margin: 60px auto 
}
 .file-input-img{
     background: #EDF8FD 0% 0% no-repeat padding-box;
     border: 1px solid #7A7878;
     border-radius: 27px;
     margin: 0px auto;
     background:#edf8fd url(../img/img-input.png) no-repeat;
     background-position: center 80px;
     min-height: 384px;
     text-align: center;
}
 .qrmodel input[type="file"] {
     width: 0.1px;
     height: 0.1px;
     opacity: 0;
     position: absolute;
     z-index: -10;
}
 .file-input-img label{
     text-align: center;
     font-weight: bold;
     color: #000000;
     margin-top: 200px 
}
 .fixmodel .modal-body{
     width: 100%;
     max-width: 1000px;
     margin: 60px auto 
}
 .fixmodel label{
     margin-top: 25px;
}
 .img-bill{
     width: 100%;
     padding: 20px 0 20px 5px;
     border:1px solid #ccc;
}
 .fixmodel .info-text{
     color: #696464;
     padding: 25px 0 0;
     margin: 0 0 0.7rem 
}
 .block-3{
     position: relative;
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     align-content: center;
     padding:2% 0;
     text-align: center;
}
 .block-3 > div {
     width: 33%;
     height: 270px;
     padding:2px;
     display: block;
     flex-grow: 0;
     flex-shrink: 1;
     flex-basis: auto;
     align-self: auto;
     order: 0;
     position: relative;

}
 .block-3 > div > img {
     position: absolute;
     width:100%;
      transition: all 1s ease-out;
      left: 0;

}
.block-3 > div > img:hover{
      -webkit-animation: width12 1s linear infinite  both;
             animation: width12 1s linear infinite  both;
     z-index: 2;
}
@keyframes width12 {

  
 0% {
   scale: 1;
  }
  80% {
   scale: 1.1;
  }
   100% {
   scale: 1;
  }
}
 .block-3-, .block-4, .block-5, .block-6, .block-4-, .block-5-{
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     align-content: center;
     top: 0px;
     bottom: 0px;
     width: 100%;
     height: 100%;
     text-align: center;
}
 .block-4- > div {
     width: 25%;
     padding:2px;
     display: block;
     flex-grow: 0;
     flex-shrink: 1;
     flex-basis: auto;
     align-self: auto;
     order: 0;
}
 .block-3- > div{
     display: block;
     width: 100%;
     height: 100px;
     background: url(../img/t-2.png) no-repeat center;
     background-size: contain;
}
 .block-4 > div{
     display: block;
     margin-bottom: 50px;
     width: 50%;
     height: 90px;
     background: url(../img/text_2.png) no-repeat center;
     background-size: contain;
}
 .block-5 > div{
     display: block;
     width: 50%;
     height: 90px;
     background: url(../img/text_3.png) no-repeat center;
     background-size: contain;
}
 .lunaandman >div{
     padding-top: 100px;
     width: 100%;
}
 .lunaandman >div img{
     width: 100%;
}
 .page-1-2{
     padding: 100px 0 50px;
     background: #32BCEE;
}
 .page-1-3{
     padding: 100px 0 100px;
}
 .page-5{
     background: #FFF200;
     padding: 100px 0 50px;
}
 .Gif_w img, .Gif_n img{
     width: 100%;
}
 .btn_p{
     padding:5px 20px;
     display: inline-block;
     background: #E41E24;
     color: #fff;
     border-radius: 54px;
     cursor: pointer;
}
 .modal-text{
     position: absolute;
     text-align: left;
     width: 100%;
     top: 10px;
     font-size: 40px;
     font-weight: bolder;
     color: #E41E24;
}
 .modal-text img{
     width: 30%;
}
 .b_1,.b_2,.b_3,.b_4{
     display: block;
     margin:10px auto;
     width: 70px;
     height: 70px;
     background: url(../img/r_n_1.png) no-repeat;
     background-size: 100%;
}
 .b_2{
     background: url(../img/r_n_2.png) no-repeat;
     background-size: 100%;
}
 .b_3{
     background: url(../img/r_n_3.png) no-repeat;
     background-size: 100%;
}
 .b_4{
     background: url(../img/r_n_4.png) no-repeat;
     background-size: 100%;
}
 .ruls_box{
     text-align: center;
}
 .ruls_box p{
     color: #5b5b5b;
}
 .ruls_box b{
     display: block;
     text-transform: uppercase;
     font-size: 18px;
     font-weight: bold;
     color: #E41E24;
     padding-bottom: 10px;
}
/*-------------------------------------------------------*/
/* screen 
/*-------------------------------------------------------*/
 @media only screen and (min-width: 970px) {
     .page-3 .row.gifts.slider{
         display: block;
    }
     .page-3 .row.gifts.slider .col{
         display: inline-block;
         max-width: 24.5%;
    }
     .litres{
         height: 150px;
    }
     .bg-main {
         position: relative;
         height: 100%;
         min-height: 680px;
    }
     .navbar-brand img{
         height: 90px;
    }
}
 @media only screen and (max-width: 970px) {
     .smi_{
          display: block;

          position: fixed;
          left: 10px;
          top: 80px;
     }
      .smi{
          display: none;
      }
     .play, .stop{
     width: 40px;
     height: 40px;
     position: fixed;
     right: 85px;
     top: 10px;
     }
     .block-3 > div {
  width: 100%;
  height: 350px;
  padding: 2px;
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  position: relative;
}
     .header{
        width: 50%;
        margin-left: 0;
        left: auto;
        right: 30px;
     }
     .mtext{
         width: 15px;
    }
     .lunaandman > div{
         padding-top: 0;
    }
     .ruls_box b{
         font-size: 14px;
    }
     .col-sm-6{
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
    }
     .card-body .gifts > div, .card .gifts > div{
         max-width: 49%;
         display: inline-block;
         padding:0;
         margin:0;
    }
     .accordion .collapse p, .ruls_box p, .accordion .btn-link p{
         font-size: 12px;
         line-height: 100%;
    }
     .page-1-3, .page-1-2 {
         padding: 50px 0 20px;
    }

     .nav-tabs .nav-link{
         font-size: 12px !important;
         line-height: 12px !important;
         padding: 10px 10px;
         min-height: 60px;
    }
     .accordion-1 .card-h > div button{
         font-size: 10px;
         padding: 10px 10px;
    }
     .gifts img {
         display: block;
         margin: 30px auto 10px;
         width: 100%;
         max-width: 80%;
    }
     .block-4 > div, .block-5 > div {
         margin-bottom: 20px;
         width: 100%;
         height: 60px;
    }
     .page-1 .col-md-8{
         padding: 0px;
    }
     .litres {
         background: #fff url(../img/litres_mm.png) no-repeat center;
         height: 200px;
         background-size: auto 90%;
    }
     .phone-q-t{
         text-align: center;
         margin-top:30px;
    }
     .page-4 .container {
         padding: 0 10px;
    }
     .ptb-40 {
         padding: 20px 0;
    }
     .slick-prev {
         left: 0px !important;
    }
     .slick-next {
         right: 0px !important;
    }
     .container{
         max-width: 100%;
         padding: 0 10px;
    }
     .bg-main {
         position: relative;
         height: 100%;
         min-height: 650px;
    }
     .nav-tabs {
         padding: 0;
    }
     .plr {
         padding-left: 10px;
         padding-right: 10px;
    }
     .page-1 p{
         color: #E41E24;
         font-size: 20px;
         font-weight: bolder;
    }
     .page-1 span {
         font-size: 14px;
    }
     .page-2 {
         font-size: 14px;
    }
     .gifts span {
         font-size: 17px;
    }
     .ruls .h5 {
         font-size: 20px;
    }
     .navbar-brand img{
         height: 57px;
    }
     .titl-bl span, .page-2 .titl-bl span {
         font-size: 25px;
    }
     .pt-80{
         padding-top: 40px 
    }
     .pb-80{
         padding-bottom: 40px 
    }
     .mt-40{
         margin-top: 20px 
    }
     .mount-f{
         margin: 20px auto 
    }
}
 @media (max-width: 950px) {
     .bg-main:after{
     position: absolute;
     content: '';
     display: block;
     width: 100%;
     height: 100%;
     background: url(../img/h_b_bm.png) no-repeat bottom center;
     background-size: 100% auto;
     -webkit-animation: bounce 2s linear   both;
             animation: bounce 2s linear   both;
}
 .bg-main{
      background: url(../img/h_bm.png) no-repeat bottom center;
     background-size: 100% auto;
 }
 .block-3 > div > img{
     position: relative;
     left: auto;
     width: auto;
     height: 90%;
 }
     .modal{
         width: 100%;
    }
    .navbar-nav2 .lk_bu .enter_btn{
     left: 0px;
    }
    .lk_b{
     left: 20px;
    }
    .bg-main::before{
    
     background: url(../img/h_bm.png) no-repeat bottom center;
     background-size: 100% auto;
    }
     .main_btn {
         bottom: 10%;
         left: 50%;
         width: 100%;
         margin-left: -50%;
    }
     .page-4 .titl-bl{
         margin-top:20px;
    }
     .main_btn::after{
         display: none !important;
    }
     .page-2 {
         background: url("../img/page-2.png") no-repeat;
         background-size: auto 100%;
    }
     body,footer p, .card-body, .page-item .page-link, input, select, textarea, input.form-control, select.form-control, textarea.form-control, .enter p,.nav-tabs .nav-link, .info-text, .question, .answer{
         font-size: 16px;
         line-height: 21px 
    }
     h4, .tab-content h3{
         font-size: 24px;
         line-height: 43px 
    }
     .tite-bl {
         margin-top: 7px;
    }
     footer .navbar-brand img{
         height: 57px;
    }
     footer .navbar-brand{
         display: block;
         text-align: center;
    }
     .lk .box-s >div:nth-child(2){
         position: absolute;
    }
     .lk .box-s >div:nth-child(1){
         margin-top: 170px;
    }
     .lk .btn{
         margin-bottom: 20px;
    }
     .box-ss .row, .form-row {
         display: block;
    }
     .reg .form-row:nth-child(3){
         display: flex;
    }
     .label-check__new-input {
         top: 0px;
    }
     .reg .info-text.text-right{
         text-align: left !important;
         padding: 20px 0 0;
    }
     .modals{
         width: 100%;
         padding: 20px 10px;
    }
     .btn-enter-f, .btn-reg-f{
         width: 80%;
         padding: 10px 0 
    }
     .modals b{
         font-size: 20px;
    }
     .pt-60{
         padding-top: 0px;
    }
     .ruls .col{
         padding: 0 40px;
    }
     .navbar-nav{
         display: block;
    }
     .navbar-expand-md .navbar-nav .nav-link {
         margin-right: 15px;
         text-align: right;
    }
    
     .navbar-nav .nav-item a, .navbar-nav2 .nav-item {
         font-size: 20px;
    }
     .navbar-nav2{
         margin-right: 15px;
         text-align: right;
    }
     .page-4{
         padding-top: 70px;
    }
     .gifts {
         margin: 50px auto 0;
    }
     .page-3 .gifts{
         margin: 0px auto 0;
    }
     .page-4 .titl-bl span {
         text-align: center;
         padding-top: 0px;
    }
     .phone-q {
         background-size: 100% auto;
         background-position:0 20px 
    }
     .tite-bl .h1{
         font-weight: bold;
    }
     .tite-bl .h1 span{
         font-weight: bold;
    }
     .ico-download, .btn-y:hover .ico-download, .i-q, .i-p{
         width: 32px;
         height: 27px;
         background-size: contain;
         background-repeat: no-repeat;
         margin: 0 10px 0 0;
    }
     .gifts .img-bl img{
         width: 70%;
    }
     .btn-link{
         font-size: 20px;
         line-height: 24px;
         padding: 0px 0px 
    }
     .page-item.disabled .page-link, .page-item .page-link,.page-item:last-child .page-link {
         width: 36px;
         height: 36px;
         border-radius: 36px;
    }
     .nav-item{
         margin: 10px auto 
    }
     .hite-s{
         display: inline-block;
    }
     .btn-enter{
         position: relative;
         top: 0;
         border: 2px solid #fff;
         border-radius: 40px;
         text-align: center;
         color: #fff !important;
         text-transform: uppercase;
         padding: 12px 42px;
    }
     .btn-enter:hover{
         background: #fff;
         color: #E41E24;
    }
     .tab-content .info-text{
         margin-bottom: 20px;
    }
     .titl-bl{
         text-align: center 
    }
     .info{
         text-align: center;
         font-size: 12px;
    }
     .input-phone{
         margin:10px auto 
    }
}
 @media (max-width: 670px) {
     .g_priz{
         position: absolute;
         bottom: 0px;
         top: 60px !important;
         width: 90% !important;
         max-width: 90% !important;
    }
     .box div {
         text-align: center;
         width: 100%;
         margin-top: 30px;
         margin-bottom: 120px;
         margin-left: 0px;
    }
     .page-3 .gifts p{
         text-align: center !important;
    }
     .modal-dialog{
         max-width: 100% !important;
    }
     .row{
         margin-right: 5px;
         margin-left: 5px;
    }
     .page-1 .col{
         width: 48% !important 
    }
     .litres{
         width: 95%;
         min-width: 95%;
    }


     .back-top{
         margin-left: -25px;
    }
     .ruls-btn{
         margin-top: 30px;
    }
}
 @media (max-width: 450px) {
     .bg-main, .bg-main:before {
         min-height: 790px;
    }
     .gifts{
         display: block;
    }
     .page-2 .gifts {
         padding-bottom: 0px;
    }
     .page-5:before, .page-5:after{
         display: none;
    }
}
 @media (max-width: 350px) {
     .bg-main, .bg-main:before {
         min-height: 790px;
    }
}
 @media only screen and (min-width: 1299px) {
     html, body{
         height: 100%;
    }
     .bg-main {
         position: relative;
         height: 100%;
     
    }

     .reg-link{
         padding-left: 150px;
    }
     .navbar-brand img{
         height: 120px;
    }
     .header{
         height: 500px;
         top: 150px;
    }
}

 @media only screen and (min-width: 1650px) {
     .bg-main {
         min-height: 900px 
    }
}
 @media only screen and (min-width: 1900px) {
     .bg-main {
         min-height:1050px 
    }
     .main_btn {
         position: absolute;
         text-align: center;
         bottom: 15%;
         left: 50%;
         width: 500px;
         margin-left: -250px;
         z-index: 1000;
    }
     .main_btn .button {
         min-width: 400px;
         min-height: 90px;
    }
     .titl-bl span{
         font-size: 50px;
    }
     .h5{
         font-size: 50px;
    }
     .page-4 .titl-bl span, .page-5 .titl-bl span{
         font-size: 30px;
    }
}
