/* style.css */
* {
	box-sizing: border-box;
}
body{
    background: #e9f0c0;
    margin: 0;
	font-size: 30px;
	color: #2f1e0a;
}f
.cel-top{
	display: none;
}

.row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.row { display: inline-block; }

* html .row { height: 1%; }
.row { display: block; }


.row1{
    width:100%;
    padding-left: 15%;
    margin-top: 2%;
}
.row1 { display: inline-block; }

* html .row1 { height: 1%; }


.row1:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.wrapper1{
	padding-bottom: 5px;
}

.mobOreder{
    display:none;
}
.header{
	height: 65px;
	margin-bottom: 15px;
	color: #2f1e0a;
}
.room_available{
    width: 70px;
    height: 70px;
    background-color: white;
    margin: 10px;
    color: black;
}
.soon_available{
   color: black;
}
.soon_disable{
    color: red;
}
.room_reserved{
    width: 70px;
    height: 70px;
    background-color: black;
    margin: 10px;
    color: white;
}
.header_n{
padding:0;
margin:0;
border-bottom: 1px solid black;
height: 90px;
}
.frame{
    border:0;
}


.tabs_item{
    display: none;
    color: black;
}

.tabs_item.active{
    display: block;
}

.disabled-btn {
    opacity: 0.1;
    cursor: not-allowed;
    background-color: #cccccc;
}

.wrapper{
    padding-bottom: 15px;
}
.translate {
    float:right;
    background: transparent;
    border: none;
    outline: none;
}
.translate_reg {
    float:right;
    background: transparent;
    border: none;
    outline: none;
}
.login{
    font-size:10px;
    font-weight:bolder;
}
.enter{
	height: 80%;
    width: 30%;
    float:right;
    padding: 8px;
    padding-top: 6px;
}
.enter_n{
    position:absolute;
    right:0; bottom:15%;
    padding-right:7px;
    color: #2f1e0a;
}
.enter_link{
    padding-top: 7px;
    font-size:15px;
	text-decoration: none;
    font-family: alegreya;
}
.enter_link_n{
    padding-top: 7px;
    font-size:15px;
	text-decoration: none;
    font-family: alegreya;
}
.rang_link{
height: 8%;
}

.block {
  display: flex;
  align-items: baseline;
}

.feeder_button_block {
  display: flex;
  align-items: baseline;
  margin-left: 15px;
}


.feeder_graph_block {
  display: flex;
  align-items: baseline;
  margin-left: 15px;
  height: 150px;
  border-top: 1px solid #302112;
}

.block_donat {
  display: flex;
  justify-content: center;
}

.block_line{
  display: flex;
  align-items: baseline;

}

.enter_link_cost{
    font-size:17px;
    font-family: alegreya;
    font-weight: bold;
	text-decoration: none;
}
.title{
	height: 80%;
	padding: 10px;
    font-size: 28px;
	padding-left: 20px;
	font-family: alegreya;
}

.title_error{
	height: 80%;
	padding: 10px;
    font-size: 28px;
    color: red;
	padding-left: 20px;
	font-family: alegreya;
}
.btitle{
    height: 80%;
    float:left;
    font-family: alegreya;
}
/*================= телеграмная ссылка ===============*/
.squirrel_telegramm {
  background-image: url(../lib/pictures/telegram_squirrel.png);
  background-size: cover;
  width: 200px;
  height: 130px;
  position: absolute;
  top: 20px;
  left: -200px;
  transition: 3s all;
}

.squirrel_telegramm_vis {
  animation: squirrel_telegramm-animation 7s linear;
}

 @keyframes squirrel_telegramm-animation {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(100px);
    }
    90% {
        transform: translateX(130px);
    }
    100% {
        transform: translateX(0);
    }
}
/*================= телеграмная ссылка ===============*/





.btitle1{
    height: 80%;
    float:left;
    font-family: alegreya;
    background-image: url(/lib/pictures/mainlogo_notext.png);
}
.balance_top{
    float:left;
    font-size: 15px;
    font-family: RobotoThin;
}
.balance_value{
    float:left;
	font-size: 15px;
	font-family: RobotoThin;
	
}
.title_mob{
	display: none;
}
.squirrel_act{
	display: initial;
	font-size: 15px;
    float:left;
    padding-left: 20px;
    padding-bottom: 10px;
    font-family: alegreya;
}

.error_mob{
	display: none;
}

.content_office{
    display: flex;
/*    width: 65%;*/
/*    float: left;*/
}
.content{

	width: 65%;
	float: left;
    padding-top: 30px;
}
.share{
    display: block;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 5%;
    color: #2f1e0a;
	font-family: alegreya;
	font-size: 20px;
	border-top: 1px solid #302112;

}
.inner_content-2{
	padding: 6px;
	height: 50%;
	width: 100%;
	font-size: 20px;
	color: black;
}
.inner_c-2-top{
display:none;
}
.inner_c-2-middle{
    background: #FFFAFA;
	height: 40%;
	text-align: center;
    padding: 5px;
}

.copyright{
	color: #2f1e0a;;
	font-family: alegreya;
}
.inner_c-2-m{
    padding-top: 15px;
    padding-bottom: 15px;
	float: left;
	font-size: 25px;
	color: #2f1e0a;;
	font-family: alegreya;
}

.inner_less_btn{
    padding: 5px;
    padding-left: 0px;
	height: 10%;
	float: left;
	font-size: 20px;
	color: black;
}
.inner_more_btn{
    padding: 5px;
    padding-right: 0px;
	height: 10%;
	float: left;
	font-size: 20px;
	color: black;
}
.inner_c-2-down{

	height: 40%;

}


.vid{
        width: 20%;
        height: 400px;
}

.sidebar_l{

    width: 20%;
	padding-right:2px;
}
.examples_sidebar{

	width: 50%;
	float:left;
}
.sidebar_r{
    padding-left: 10px;
    width: 35%;
	float: left;
}
.sidebar_r1{

    width: 35%;
    float: left;
}
.linkbar_left{
    display: initial;
    width: 10%;
    float: left;
    padding-right: 1%;
    padding-left: 1%;
}
.linkbar_down{
    display: none;
}
.birds_link{
    width: 20px;
    height: 20px;
    background: black;
}
.sidebar_l{
    width: 20%;
	float: left;
min-width: 20%;
}
.s-b-r-head{
	font-size: 20px;
	text-align: center;
}
.order_conteiner{
	width: 100%;
	padding-right: 5px;
	float: left;
    color:black;
}
.other_projects{
	width: 100%;
	float: left;
}
.first_order_conteiner{
    padding: 20px;
    padding-top: 0px;
}
.first_order{
    background: #cbda8e;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    font-size:22px;
    font-family: alegreya;
    color: #2f1e0a;
}
.s-r-cell-2{
	border: 0.5px solid #ffffff;
	padding: 40px;
	color: white;
	min-height: 110px;
	font-size: 0.5em;
}
.order_list_conteiner{
  padding: 20px;
  font-size:22px;
  text-align: center;
  line-height: 1.5;
  font-family: alegreya;
  font-style: italic;
}

.order_list{

	 background: #dcd294;
    border-radius: 20px;
    margin-left:20px;
    margin-right:20px;
     
}
.s-r-cell{
	border: 0.5px solid #ffffff;
	padding: 0px;
	font-size: 20px;
}
.actual-order{
	color: white;
	background: green;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;
}
.footer{
border-top: 1px solid #302112;

}
.footer_in{

    padding-left: 2%;
	font-size: 0.6em;
}
.footer_link{
    font-size:15px;
	text-decoration: none;
    font-family: alegreya;
}

.reset_pass{
    font-size:15px;
	text-decoration: none;
    font-family: alegreya;
}
.reset_pass:hover{
    font-size:15px;
	text-decoration: none;
    font-family: alegreya;
    color:red;
}
.feeder_img{
    Opacity: 0.4;
    margin-bottom: 2%;
    
}
.feeder_choise{
    float: left;
    margin-bottom: 20%;
}
.feeder_img:hover{
    Opacity: 1;
}
.inner_footer{

	height: 200px;
	margin-top: 10px;
	font-size: 2em;
}
a {
  position: relative;
  display: inline-block;
  font-size: 2em;
  font-weight: 800;
  overflow: hidden;
  color: #2f1e0a;
  font-family: RobotoThin;
  font-weight: bold;
}
.f{
	width: 35%;
}
.gramm{
	text-align: center;
	width: 30%;
}
.bf{
	width: 50%;
}
.about_conteiner{

    min-width: 80%;
    max-width: 100%;
    margin: auto;
    width: 7em;
    color: #2f1e0a;
    text-align: center;
    font-family: alegreya;
}
.about_head{
    font-size:40px;
    text-align: center;
    
}
.conteiner{
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
    width: 6em;
    color: black;
}

.lk_conteiner{
    padding-top: 2%;
    padding-bottom: 10%;
    min-width: 400px;
    max-width: 100%;
    margin: auto;
    width: 7em;
    color: #2f1e0a;
    text-align: center;
    font-family: alegreya;
    
}


.sq_donat_conteiner{
    padding-top: 2%;
    padding-bottom: 10%;

    max-width: 100%;
    /*margin: auto;
    width: 60%;*/
    color: #2f1e0a;
    text-align: center;
    font-family: alegreya;
    
}

.main_conteiner{
    padding-top: 2%;
    padding-bottom: 10%;
    display: flex;


    color: #2f1e0a;
    text-align: center;
    font-family: alegreya;
    
}

.index_main_conteiner{
    padding-top: 2%;
    padding-bottom: 2%;
    display: flex;


    color: #2f1e0a;
    text-align: center;
    font-family: alegreya;
    
}

.rang-block{
    margin-left: 5%;
    margin-right:5%;
    text-align: left;
}
.lk{
   background: url(../lib/pictures/lk_back.png);
    background-size: 100%; 
}
.confirm_link{
    color: green;
    font-size: 30px;
    text-align: center;
    padding-top: 1%;
}
.btn_active{
    background-color: rgba(115, 156, 62, 0.5);
}

.btn {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px;
    outline: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 7px;
}
.tabs_nav{
    
}
.btn_feed_pay{
    background-color: rgba(115, 156, 62, 1);
    border: none;
    color: white;
    padding: 20px;
    padding-left: 45px;
    padding-right: 45px;
    outline: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 7px;
}
.btn_feed_pay:hover{
    background-color: #008000;
    padding-left: 75px;
    padding-right: 75px;
}
.btn_ok{
    background-color: rgba(115, 156, 62, 1);
    border: none;
    color: white;
    padding: 20px;
    padding-left: 45px;
    padding-right: 45px;
    outline: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 7px;
}
.btn_ok:hover{
    background-color: rgba(115, 156, 62, 0.5);
    padding-left: 75px;
    padding-right: 75px;
}
.jj{
    background-color: #739c3e;
}
.grey_jj{
    background-color: #808080;
}
.inner_cost{
    text-align: center;
    font-family: alegreya;
}

.btn_feed_l {
    border-radius: 7px;
    border: none;
    color: white;
    padding: 15px;
    outline: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    float:left;
    width: 100%;
}
.btn_feed_r {
    border-radius: 7px;
    border: none;
    color: white;
    padding: 15px;
    outline: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    float:right;
    width: 100%;
}
.btn_l {
    float:left;
    width: 100%;
}
.btn_r {
float:right;
    width: 100%;
}

.btn_less {
    background-color: rgba(115, 156, 62, 1);
    border: none;
    color: white;
    padding: 15px;
    outline: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    float:left;
    width: 100%;
    border-radius: 7px;
}
.btn_less:active {
    background-color: rgba(115, 156, 62, 0.5);
    
}
.inner_feed{
    text-align: center;
}
.btn_more {
    background-color: rgba(115, 156, 62, 1);
    border: none;
    color: white;
    padding: 15px;
    outline: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    float:right;
    width: 100%;
    border-radius: 7px;
}
.btn_more:active {
    background-color: rgba(115, 156, 62, 0.5);
}
.active{
    display:initial;
}
.no_active{
    display:none;
}

.tabs_item {
    display: none;
}

.inner_btn_f {
	padding: 10px;
	padding-left: 0px;
	height: 10%;
	float: left;
	font-size: 20px;
}
.inner_btn_k {
	padding: 10px;
	padding-right: 0px;
	height: 10%;
	float: left;
	font-size: 20px;
}
.inner_reg{
    border: 2px solid #ccc;
    width:80%;
    font-size: 20px;
    padding: 5%;

}
.inner_reg_dnt{
    border: 2px solid #ccc;
    width:40%;
    font-size: 20px;
    padding: 5%;

}
input[type="text"] { 
    padding: 10px;
    background: #e9f0c0;
    color: black;
   }
   input[type="password"] { 
    padding: 10px;
    background: #e9f0c0;
    
    
   }
.inner_chek_reg{
    float:left;
}

@font-face {
    font-family: alegreya;
    src: url(../lib/fonts/alegreya-sans-sc-regular.ttf);
}
@font-face {
    font-family: RobotoThin;
    src: url(../lib/fonts/RobotoThin.ttf);
   }
.ch_reg_text{
    font-size: 18px;
    color: #2f1e0a;
    /*font-family: "Times New Roman", Times, serif;*/
    font-family: alegreya;
}
.ch_reg_cont{
    padding-left: 9%;
    padding-right: 9%;
    text-align: center;
}
.tabs_content{
    min-width: 400px;
    max-width: 400px;
}
.btn_tabs {
    background-color: #D3D3D3;
    border: none;
    color: white;
    padding: 10px;
    outline: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.btn_reg_active{
    background-color: #696969;
    border: none;
    color: white;
    padding: 10px;
    outline: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.btn_tabs_lk {
    background-color: rgba(220, 210, 148, 0.5);
    border: none;
    color: white;
    padding: 10px;
    outline: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #e9f0c0;
    min-width:37%;
    border-radius: 7px;
}
.btn_tabs_lk:hover {
background-color: rgba(220, 210, 148, 1);
color: black;
    
}

/*#accept_new_squirrel {
    background-color: rgba(220, 210, 148, 1);
    border: none;
    color: white;
    padding: 10px;
    outline: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 26px;
    color: #e9f0c0;
    min-width:37%;
    border-radius: 7px;
}
#accept_new_squirrel:hover {
background-color: rgba(220, 210, 148, 1);
color: black;
    
}*/


.btn_tabs_reg {
    background-color: rgba(220, 210, 148, 1);
    border: none;
    color: white;
    padding: 10px;
    outline: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #e9f0c0;
    min-width:37%;
}
.gg {
    background-color: #2f1e0a;
}
.btn_tabs1 {
    background-color: #D3D3D3;
    border: none;
    color: white;
    padding: 10px;
    outline: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;

}
#playS{
	display: none;
}
.about {
    background: #3d3c66;
	
}
.about_in {
    background: #3d3c66;
	min-height: 600px;
	padding: 20px;
	font-size: 35px;
	border: 2px solid #FFFFFF;
	
}
.about_link {
	font-size: 20px;
}
.dfbutton{
	background: #2E8B57;
	height: 45px;
	font-size: 50px;
}

.main_cont{
    margin-left:10%;
    margin-right:10%;
}
.main_cont1{
    
    margin-left:5%;
    margin-right:5%;
}
.first_order_mob_cont{
    display: none;
}
.smotrikormi_logo{
    position:relative;
    padding:0;
    margin:0;
    min-height:100px;
}
.translate_nav_abs {
    padding-top: 1%;
    position:absolute;
    right:0; top:0;
    
}
.animals_act{
    /*position:absolute;
    left:1%; bottom:15%;*/
	font-size: 60%;
/*    margin-left: 20px;*/
    text-align: center;
/*    float:left;*/
/*    color: red;*/
    font-family: alegreya;
}


.smotrikormi{
    position:absolute;
    left:0; top:0;
    width: 25%;
    font-size:40px;
}
.smotrikormi_text{
    position:absolute;
    left:0; top:0;
    text-decoration: none;
    font-size:40px;
    color: #2f1e0a;
    font-family: alegreya;
    margin-left:1%;
    margin-top: 0,8%;
}
.mainlogo_weght_black{
    display:initial;
    position:absolute;
    left:0; top:0;
    width: 100%;
    opacity:.5;
}
.smotrikormi_logo_pict{
    display:initial;
    width: 100%;

}
.smotrikormi_logo_pict_mob{
    display:none;
}
.mainlogo_black_mob{
    display:none;
}
.feeder_img_conteiner{
    width: 20%;
    margin-left: 2%;
    margin-right: 2%
}

/*_Calendar*/
#Calendar {
    position: absolute;
    border-collapse: collapse;
    background: #FFFFFF;
    border: 1px solid #303030;
    display: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    z-index: 9999999;
    box-shadow: 0 0 15px rgba(98, 98, 206, 1);
}
#Calendar_mns{
    text-align:center;
    margin: 0;
    padding: 0;
}
#Calendar select,#Calendar option {
    font-size: 11px;
    padding: 0 2px
}

.cost_list{
    text-align: left;
    
}

.unselectable {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}
.pay_form_none {
    display: none;
}
.pay_form_active {
    display: visible;
}
.logo_squirrels{
    width:100%;

}
.error_pict{
    width: 140%;
}
.squirrel_pict{

    width: 100%;
}
.school_promo_pict{
    margin-left: 50px;
    width: 80%;
}
.school_pict{

    width: 40%;
}





.feeder_container{
    margin-top: 60px;
    border: solid 1px;
    width: 250px;
    text-align: center;
    border-radius: 7px;
}



.download_lane{
    height: 15px;
    margin-right: 15px;
}

.download_food{
    line-height: 40px;
    text-align: left;
    width: 90px;
    font-size: 20px;
    margin: 5px;
    border-radius: 5px;
    margin-left: 20px;
    text-align: center;
    height: 40px;
    background-color: white;
    color: black;
}
.btn_style{
    cursor: pointer;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    text-align: center;
}
.btn_style:hover{
    background-color: grey;
    color: white;
 }
 .btn_clean_style{
    cursor: pointer;
    border-radius: 5px;
    width: 68px;
    height: 50px;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    text-align: center;
}
.btn_clean_style:hover{
    background-color: grey;
    color: white;
 }
 .flare-button {
  width: 100%;
  max-width: 280px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  margin: 0 auto 30px;
  border: none;
  border-radius: 7px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #eb9f11;
  box-shadow: 0 3px 3px #be8316;
  cursor: pointer;
  text-decoration: none;
}


.flare-button {
  width: 100%;
  max-width: 280px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  margin-bottom: 0 auto 30px;
  margin-top: 20px;
  border: none;
  border-radius: 7px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #eb9f11;
  box-shadow: 0 3px 3px #be8316;
  cursor: pointer;
  text-decoration: none;
 
  /* Важные стили для анимации */
  position: relative;
  overflow: hidden;
}

.flare-button:after {
  content: "";
  display: block;
  width: 20px;
  height: 200px;
  margin-left: 50px;
  background: #fff;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0.5) 100%
  );
  left: -40px;
  top: -100px;
  z-index: 1;
  transform: rotate(45deg);
  position: absolute;
  animation: movingFlare 4s ease-in-out 0.05s infinite;
}
@keyframes movingFlare {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}


.control_panel_button {
  width: 100%;
  max-width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  margin: 0 auto 30px;
  border: none;
  border-radius: 7px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #eb9f11;
  box-shadow: 0 3px 3px #be8316;
  cursor: pointer;
  text-decoration: none;
}

 .control_panel_button {
  width: 100%;
  max-width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  margin-bottom: 0 auto 30px;
  margin-top: 20px;
  border: none;
  border-radius: 7px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #eb9f11;
  box-shadow: 0 3px 3px #be8316;
  cursor: pointer;
  text-decoration: none;
  /* Важные стили для анимации */
  position: relative;
  overflow: hidden;
}

.control_panel_button:after {
  content: "";
  display: block;
  width: 20px;
  height: 300px;
  margin-left: 50px;
  background: #fff;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0.5) 100%
  );
  left: -40px;
  top: -100px;
  z-index: 1;
  transform: rotate(45deg);
  position: absolute;
  animation: movingFlare 4s ease-in-out 0.05s infinite;
}
@keyframes movingFlare {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

.feeder_name_index{
    font-size: 25px;
}

.feeder_name{

    font-size: 35px;
}

.subscribe_conteiner{
    padding-top: 2%;
    padding-bottom: 10%;
    min-width: 600px;
    max-width: 100%;
    margin: auto;
    color: #2f1e0a;
    text-align: center;
    font-family: alegreya;
    
}

.subscribe_main{
    max-width: 100%;

}

.subscribe_block{
    display: inline-block;
    max-width: 60%;
    min-width: 200px;
    min-height: 250px;
    background-color: green;

}
.subscribe_block:hover{

    background-color: red;
}

/*====================================================================================================================*/

@media (max-width: 900px){

.subscribe_main{
    max-width: 100%;
    text-align: center;
}

.subscribe_block{
    display: block;
    margin-top: 5%;
    margin-left: 5%;
    max-width: 90%;
    min-width: 150px;
    min-height: 50px;
    background-color: green;
}
.subscribe_block:hover{

    background-color: red;
}
.feeder_name{
    margin-top: 10px;
    margin-left: 10px;
    font-size: 25px;
}

.feeder_name_index{
    font-size: 30px;
}

.inner_content_qr{
    padding: 6px;
    height: 100%;
    width: 100%;
    font-size: 20px;
    color: black;
}



.btn_feed_qr{
    padding: 20px 80px;
    border-radius: 7px;
    border: none;
    color: white;
    padding: 15px;
    outline: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    float:left;
    width: 100%;
    height: 60px;

}


#marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 30px;
    background: #f0f0f0;
}
        
#marquee-text {
    white-space: nowrap;
    position: absolute;
    font-size: 20px;
    color: #333;
}


.btn_feed_pay_qr{
    background-color: rgba(115, 156, 62, 1);
    border: none;
    color: white;
    padding: 20px;
    padding-left: 45px;
    padding-right: 45px;
    outline: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 7px;
    position: relative; // Это важно добавить 
    overflow-x: hidden; / Это важно добавить
}





 
/*@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}*/



.stream_qr_act{
    position:relative;
    left:1%; bottom:15%;
    font-size: 20px;

    text-align: center;
    float:left;
    color: black;
    font-family: Montserrat;
}


.caption{
    text-align: center;
    Font-family: Montserrat;
}
.profi_ru_button{
    width: 200px;
    height: 50px;
    background: black;
    text-align: center;
    vertical-align: initial;
    color: white;
    margin: auto;
}

.pageHolder{
  display: flex;

}

.page_info{
    font-family: Montserrat;
    font-size: 17px;
    margin-right: 10px;
    margin-left: 10px;
}

.error_pict{
    width: 100%;
}

.promo_pictures{
    margin: 10px;
    width: 40%;
}

.logo_squirrels{
    width:100%;
}

.inner_reg_dnt{
    border: 2px solid #ccc;
    width:80%;
    font-size: 20px;
    padding: 5%;

}

.cost_list{
    text-align: middle;
    margin-right: 2%;
}

.sq_donat_conteiner{
    padding-top: 2%;
    padding-bottom: 10%;
    font-size: 20px;
    max-width: 100%;
    /*margin: auto;
    width: 60%;*/
    color: #2f1e0a;
    text-align: center;
    font-family: alegreya;
    
}

.feeder_img_conteiner{
    width: 80%;
    margin-bottom: 25%;
    margin: 10%
}

.linkbar_left{
    display: none;
    width: 10%;
    float: left;
}
.linkbar_down{
    display: initial;
    display: block;
    padding-left: 5%;
    font-size:20px;
    border-top: 1px solid black;

}
.smotrikormi_text{
    position:absolute;
    left:0; top:0;
    text-decoration: none;
    font-size:20px;
    color: #2f1e0a;
    font-family: alegreya;
    margin-left:3%;
    margin-top: 2%;
}
.linkbar_in{
    max-width: 100px;

}
.enter_n{
    position:absolute;
    right:0; bottom:7%;
    padding-right:7px;
    color: #2f1e0a;
}
.smotrikormi_logo_pict{
    display:none;
}
.smotrikormi_logo_pict_mob{
    width: 100%;
    display:initial;
}
.mainlogo_black_mob{
    width: 100%;
    display:initial;
    position:absolute;
    left:0; top:0;
    width: 100%;
    opacity:.5;
}
.mainlogo_weght_black{
    display: none;
    
}
.sidebar_r1{
    display: none;
}
.smotrikormi_logo{
    padding:0;
    min-height: 70px;
}
.row1{
    width:100%;
    margin: 0;
    padding: 0;

}
.tabs_content{
    min-width: 100%;
    max-width: 100%;
}
.translate_nav {
    padding-top: 2%;
}
.translate_nav_abs {
    padding-top: 2%;
    position:absolute;
    right:0; top:0;
    
}
.animals_act{
    position:absolute;
    left:2%; bottom:15%;
	font-size: 60%;
    float:left;
    color: red;
    font-family: alegreya;
    width: 70%;
    opacity:1;
}

.enter_link_n{
    font-size:12px;
    font-family: alegreya;
    font-weight: bold;
	text-decoration: none;
    padding-top:10px;
}
.smotrikormi {
    padding-top: 0px;
    position:absolute;
    width: 40%;
    left:0; top:0;
    font-size:0px;
}

.lk_conteiner{
    padding-top: 10%;
    padding-bottom: 10%;
    min-width: 100%;
    max-width: 100%;
    margin: auto;
    width: 7em;
    color: #2f1e0a;
    text-align: center;
}

.main_conteiner{
    padding-top: 2%;
    padding-bottom: 10%;
    display: block;

    color: #2f1e0a;
    text-align: center;
    font-family: alegreya;
    
}
.index_main_conteiner{
    padding-top: 2%;
    padding-bottom: 2%;
    display: block;


    color: #2f1e0a;
    text-align: center;
    font-family: alegreya;
    
}
.lk{
   background: url(../lib/pictures/lk_back.png);
    background-size: 100%; 
}

.inner_c-2-top{
    display: initial;
	text-align: center;
	padding: 5px;
	height: 15%;
	color: black;
}
.mobOreder{
    display:initial;
}
.first_order_mob_cont{
    display: initial;
    /*padding-left:5%;*/
    
}
.first_order_mob{
    display: initial;

	color: #2f1e0a;
	font-family: alegreya;
	padding-left:10%;
}
.sidebar_l{
	display: none;
}
.inner_sidebar-r1{
	display: none;
}
.inner_sidebar-r2{
	display: none;
}
.sidebar_r{
	display: none;
}
.content{
  width: 100%;
}
.main_cont{

    margin:0px;
}
.wrapper{
	
}
.dfbutton{
	background: #2E8B57;
	height: 45px;
	font-size: 50px;
}
.header{
    padding-bottom: 5%;
    margin-bottom: 5%;
}
.btitle{
    height: 100%;
    width: 55%;
    float:left;
    font-family: alegreya;
    display: flex;
  flex-direction: column;
}
.title{
	display: none;
}
.title_error{
	display: none;
}

.translate {
    float:right;
    background: transparent;
    border: none;
    outline: none;
}
.translate_reg {
    float:right;
    background: transparent;
    border: none;
    outline: none;
}
.login{
font-size:10px;
float:right;
padding-top:10px;
}
.enter{
	height: 40%;
    width: 45%;
    float:right;
    padding-top: 6px;
}

.enter1{
    display: inline;
	height: 80%;
    width: 30%;
    float:right;
    padding: 8px;
    padding-top: 6px;
}

.enter_link{
    font-size:12px;
    font-family: alegreya;
    font-weight: bold;
	text-decoration: none;

}
.enter_link_cost{
    font-size:17px;
    font-family: alegreya;
    font-weight: bold;
	text-decoration: none;
}
.balance_top{
    float:left;
	font-size: 12px;
	font-family: RobotoThin;
	
}
.balance_value{
    float:left;
	font-size: 12px;
	font-family: RobotoThin;
    font-weight: bold;
}
.title_mob{
	display: initial;
	font-size: 19px;
    float:left;
    padding-left: 10px;
    padding-top: 10px;
    font-family: alegreya;
}
.squirrel_act{
	display: initial;
	font-size: 10px;
    float:left;
    padding-left: 10px;
    padding-bottom: 10px;
    font-family: alegreya;
}
.error_mob{
	display: initial;
	font-size: 22px;
    float:left;
    padding: 10px;
    font-family: alegreya;
    color: red;
}

.cel-top{
	position: relative;
	right: -50%;
	top: -20%;
	font-size: 20px;
	background-color: #000000;
	display: initial;
}

.footer{

}
.footer_in{
	font-size: 0.6em;
}
.footer_link{
    font-size:15px;
	text-decoration: none;
    font-family: alegreya;
}
.inner_footer{
	height: 200px;
	margin-top: 10px;
	font-size: 2em;
}
.stream_container{

}
.contacts_conteiner{

    min-width: 80%;
    max-width: 100%;
    margin: auto;
    width: 7em;
    color: #2f1e0a;
    text-align: center;
    font-family: alegreya;
}

/*
.feeders_conteiner{

    min-width: 80%;
    max-width: 100%;
    margin-left: 30%;
    margin: auto;
    width: 7em;
    color: #2f1e0a;
    text-align: center;
    font-family: alegreya;
}
*/
}
#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p{
  margin: 0;
  font-size: 0.7rem;
  text-align: left;
  /*color: $color_text;*/
}


@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}





/* Стили для промо-баннера */
.promo-banner {
    background: #ffd166;
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0;
    cursor: pointer;
    border: 2px solid #e9b44c;
    transition: all 0.3s ease;
}

.promo-banner:hover {
    background: #fdc500;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.promo-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.promo-text {
    font-family: alegreya;
    font-size: 24px;
    color: #2f1e0a;
    font-weight: bold;
}

.promo-play {
    font-size: 30px;
    background: #e63946;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-video-container {
    position: relative;
    margin-top: 20px;
    padding: 15px;
    background: white;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.video-description {
    padding: 20px 0;
    font-family: alegreya;
    font-size: 18px;
    color: #2f1e0a;
}

.close-video {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #e63946;
    background: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}