/* ------------------------------ ОБНУЛЕНИЕ ----------------------------------- */
* {
	padding: 0;
	margin: 0;
	border: 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus, :active {
    outline: none;
}
a:focus, a:active {
    outline: none;
}
nav,footer,header,aside {
    display: block;
}
html, body {
  height: 100%;
	width: 100%;
  font-family: "GOTHIC", sans-serif;
  color: #444444;
	font-size: 15px;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input {
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input::-ms-clear {
    display:none;
}
button {
    cursor: pointer;
}
button::-moz-focus-inner {
    padding: 0;border: 0;
}
.page_in_progress{
  font-family: "Arciform", sans-serif;
  width: 100%;
  line-height: 1.2;
  margin-top: 2vh;
  text-align: center;
}
.btn_default{
  font-family: "Appetite", sans-serif;
  text-align: center;
  font-weight: 700;
  color: #444444;
  font-size: 15px;
  line-height: 1;
  padding: 6px 12px 3px 12px;
  border: 1.5px solid transparent;
  border-color: #ffffff00; 
  border-radius: 5px;
  background: radial-gradient(200% 600% at 50% 53%, rgba(255, 253, 155, 0.5) 2%, rgb(177, 115, 0) 35%);
  box-shadow: 1px 1px 2.5px 0 #8f8f8f;
  transition: box-shadow 0.2s linear;
}
@media (hover: hover) {
  .btn_default:hover{
    cursor: pointer;
    box-shadow: 0px 0px 0px 0 #707070;
    transition: box-shadow 0.2s linear;
}
  ._text_preview_video:hover,
  .btn_exit:hover,
  .a_rules_pdf:hover {
    cursor: pointer;
    background-color: #ffedcd;
    transition: background-color 0.2s linear;
  }
}
.btn_off{
  border: 1.5px solid transparent;
  border-color: #929292; 
  background: #ffffff00;
  cursor: default;
}
@media (hover: hover) {
  .btn_off:hover{
    cursor: default;
  }
}
a, p {
    text-decoration: none;
    color: #444444;
}
@media (hover: hover) {
  a:hover {
      text-decoration: none;
  }
}
.slick-slide{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul li {
    list-style-type: none;
}
img {
    vertical-align: top;
}
.showmore_triger {
	text-align: center;
}
progress::-webkit-progress-bar {
  border: none;
  background-color: #286C2D;
}
progress::-webkit-progress-value {
  background-color: #41E847;
}
progress::-moz-progress-bar {
  border: none;
  background-color: #41E847;
}
.container_modal{
  margin-top: 10vh;
  width: 300px;  /* как у .menu_items ??? */
  padding: 20px 15px;
  border-radius: 7px;
  border: 2px solid #F2B139;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ------------------------------ КОНТЕЙНЕР ----------------------------------- */
#body{
  position: relative;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#container_vote,
#container_ask,
#container_unsubscribe,
#container_qr,
#container_edit_banner_chanel {
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000;
}
.container_vote_modal,
.container_ask_modal,
.container_unsubscribe_modal{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10vh;
  width: 320px;
  height: min-content;
  padding: 20px 15px;
  border-radius: 7px;
  border: 2px solid #F2B139;
  background-color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_qr_modal{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3vh;
  width: min-content;
  height: min-content;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#button_qr_cancel{
  background-color: #ffffff;
}
#form_add_slide{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: min-content;
}
.div_input_vote{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.article_vote{
  font-family: "Appetite", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}
.label_vote{
  font-weight: 700;
}
.label_del_slide,
.slide_file_name{
  font-size: 18px;
  font-weight: 700;
}
#slide_file_name{
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  word-break: break-all;
  margin-top: 15px;
}
.text_input_phone_vote{
  display: flex;
  border-bottom: 1px solid #adadad;
  margin-top: 10px;
  margin-bottom: 25px;
}
.phone_vote_7{
  width: 20px;
  font-size: 18px;
  background-color: #ffffff;
}
.input_vote{
  width: 110px;
  color: #444444;
  font-size: 18px;
  background-color: #ffffff;
  padding: 0px 2px 0px 5px;
}
.button_vote_cancel, 
.button_vote_pass_code,
.button_del_slide_cancel,
.button_del_slide_OK,
.button_add_slide{
  margin-top: 20px;
}
._button_vote,
._button_slide{
  padding: 6px 12px 4px 12px;
  font-size: 15px;
}
._message_vote{
  text-align: center;
}
#div_input_code_vote{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#input_code_vote{
  font-size: 33px;
  text-align: center;
  border: 0.5px solid #8C8989;
  border-radius: 4px;
  margin-top: 10px;
}
#p_vote_OK_2{
  font-family: "Appetite", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 20px;
}

.button_del_slide_cancel_OK{
  width: 100%;
  display: flex;
  justify-content: space-around;
}

/* -------------- */


#div_unsubscribe_cancel_OK {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
#label_unsubscribe{
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.member_unsubscribe{
  font-family: "Appetite", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}


/* -------------- */

._margin__content{
  position: relative;
  display: flex;
  flex: 1 1 auto;
  padding-top: 77px;
  flex-direction: column;
}
.marg_index{
  flex-direction: column;
}
._container{
  max-width: 1580px;
  margin: 0px auto;
  flex: 0 1 auto;
}
.scroll_visibility{
  visibility: hidden;
}
.spinner_scroll_visibility{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ------------------------------ ШАПКА ----------------------------------- */

.hm{
  display: flex;
  flex-direction: column;
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 50;
  background-image: url(../../public_html/img/header_img_1.jpg);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.header {
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 2px solid #daae20;
}
.header__nav{
  display: flex;
  height: 75px;
}
.li__menu, .center_logo{
  display: flex;
  align-items: center;
}
/* .logo{
  margin-left: 10px;
} */
/* .a__logo{
  display: block;
  filter: drop-shadow(1.1240617036819458px 1.1240617036819458px 4.496246814727783px rgba(0, 0, 0, 0.1));
} */
/* .a__logo_png{
  height: 65px;
} */
.a_logo_text{
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.text__logo{
  height: 55%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#text_logo_hide {
  position: absolute;
  font-size: 21px;
  color: #ffffff00;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.center_logo{
  height: 100%;
  margin-left: 365px;
}
.header__center {
  flex: 1 0 auto;
  display: flex;
  justify-content: space-between;
  margin: 0 10px 0 10px;
}
.header__menu{
  display: flex;
  column-gap: 20px;
}
#li__menu_search_icon{
  display: none;
}
.li_menu_points{
  width: 30px;
  display: flex;
  justify-content: center;
}
.svg_menu_points{
  height: 27px;
  aspect-ratio: 10/30;
  pointer-events: none;
}
.svg_menu_points 
  path{
  fill: #daae20;
  transition: fill 0.2s linear;
}
#div_svg_menu_points{
  width: 25px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.icons__svg_menu_points{
  transform-box: fill-box;
  transform-origin: center center;
  transform: scale(0.7); 
}
@media (hover: hover) {
  #div_svg_menu_points:hover
    .icons__svg_menu_points{
      fill: #fff48e;
      transition: fill 0.2s linear;
    }
}

/* -----------  ПОИСК  --------------- */

.form_search {
  display: flex;
  height: 30px;
}
.form_search input[type=text] {
  width: 250px;
  padding: 3px 10px;
  border-top: 1.5px solid #daae20;
  border-left: 1.5px solid #daae20;
  border-bottom: 1.5px solid #daae20;
  border-radius: 7px 0 0 7px;
}
#del_request{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  border-top: 1.5px solid #daae20;
  border-bottom: 1.5px solid #daae20;
}
.del_request_cross{
  height: 14px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.btn_search{
  text-align: center;
  font-family: "Arciform", sans-serif;
  font-weight: 700;
  color: #444444;
  font-size: 15px;
  padding: 3px 10px;
  border-top: 1.5px solid #daae20;
  border-right: 1.5px solid #daae20;
  border-bottom: 1.5px solid #daae20;
  border-radius: 0 7px 7px 0;
  background-image: linear-gradient(#fff6a3, #ce8a1e);
  text-shadow: 3px 2px 3px #0000003b;
  transition: text-shadow 0.2s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (hover: hover) {
  .btn_search:hover {
    cursor: pointer;
    text-shadow: 0px 0px 0px #00000000;
    transition: text-shadow 0.2s linear;
  }
}

/* ------------------------------ МЕНЮ ----------------------------------- */

.menu {
  display: flex;
  align-items: center;
  width: 100%;
}
.menu__nav {
  display: flex;
  justify-content: center;
}
.menu__items {
  display: flex;
  flex: 0 1 auto;
  gap: 40px;
  height: 45px;
  justify-content: space-between;
  padding-left: 17px;
  padding-right: 17px;
}
#in_home, #a_home{
  display: none;
}
.item__menu {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#message_no_favorites,
#message_no_notifications {
  position: absolute;
  display: flex;
  font-weight: 700;
  text-align: center;
  cursor: default;
  margin-left: auto;
  margin-right: auto;
  top: 60px;
  left: 0px;
  padding: 20px 15px;
  border: 0.5px solid #8C8989;
  border-radius: 5px;
  background-color: #ffffff;
  width: min-content;
  height: min-content;
  white-space: nowrap;
}
#message_no_notifications {
  left: -60px;
}
.img__menu,
.svg__menu {
  height: 29px;
  transition: filter 0.2s linear;
  opacity: 0.35;
}
.img__menu_category{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.img__menu_contest{
  display: flex;
  height: 100%;
  align-items: center;
  cursor: pointer;
}
.img__menu_zal{
  font-family: "Arciform", sans-serif;
  letter-spacing: 0.5px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align:center;
  color: #000000;
  font-size: 15px;
}
@media (hover: hover) {
  .img__menu_contest:hover
    .img__menu_zal{
      color: #d4941f;
  }
}
.arrow_category_down{
  margin-left: 5px;
  width: 10px;
}
.arrow_contest_down{
  margin-left: 5px;
  width: 12px;
}
.category_zal{
  height: 29px;
}
#close_page{
  cursor: pointer;
}
#text_back_page{
  display: flex;
  align-items: center;
  font-family: 'Arciform', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.img__menu_back{
  height: 100%;
  display: flex;
  align-items: center;
}
._text__icons {
  font-size: 11px;
  line-height: 108.333%;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
._gradient{
  background: radial-gradient(200% 600% at 50%  53%, #fff6a3 2%, #ce8a1e 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (hover: hover) {
  .item__menu:hover
    .svg__menu{
      filter: drop-shadow(0px 5px 12px #ffffff8e);
      transition: filter 0.2s linear;
      opacity: 1;
    }
    .item__menu{
      cursor: pointer;
    }
}
@media (hover: hover) {
  #svg__search:hover {
    filter: drop-shadow(0px 0px 10px #ffffff8e);
    transition: filter 0.2s linear;
    cursor: pointer;
    opacity: 1;
  }
}
.div_filters,
.div_filters_subscriptions{
  position: relative;
}
#filters_container{
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 14px 0;
  cursor: default;
  margin-left: auto;
  margin-right: auto;
  top: 60px;
  left: -85px;
  padding: 15px 15px;
  border: 0.5px solid #8C8989;
  border-radius: 5px;
  background-color: #ffffff;
  width: min-content;
  height: min-content;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#zal_categoryes{
  position: relative;
  cursor: pointer;
}
#zal_container_category{
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  cursor: default;
  margin-left: auto;
  margin-right: auto;
  top: 54px;
  left: 0;
  padding: 20px 15px;
  border: 0.5px solid #8C8989;
  border-radius: 5px;
  background-color: #ffffff;
  width: min-content;
  height: min-content;
}
#zal_month_year{
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#zal_container_contest{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 54px;
  right: 0;
  width: min-content;
  overflow: hidden;
  border: 0.5px solid #8C8989;
  border-radius: 5px;
  background-color: #ffffff;
}
#zal_container_contest_items{
  display: flex;
  flex-direction: column;
  cursor: default;
  width: min-content;
  height: 240px;
  margin: 5px 0px 5px 0px;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.line_in_filters{
  border-bottom: 0.5px solid #8C8989;
}
.filter_item{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contest_item{
  display: flex;
  align-items: center;
  padding: 12px 0px 12px 10px;
  margin-right: 10px;
  cursor: pointer;
}
.checkbox_filter_item{
  cursor: pointer;
  margin-right: 15px;
  pointer-events: none;
}
.filter_png_div{
  display: flex;
  width: 34px;
}
.png_filter{
  height: 26px;
}
.filter_name{
  font-size: 16px;
  font-weight: 700;
  padding-left: 17px;
  white-space: nowrap;
}
.contest_list_item{
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  pointer-events: none;
}
@media (hover: hover) {
  .contest_item:hover
    .contest_list_item{
    color: #d4941f;
  }
  .filter_item:hover
    .filter_name{
    color: #d4941f;
  }
}
.calear_filters{
  margin-top: 12px;
}
.filter_item_buttons{
  display: flex;
  justify-content: space-between;
  cursor: default;
  margin-bottom: 10px;
}
.cancel_filters{
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
}
.btn_filters{
  font-size: 14px;
  font-weight: 600;
}
#filter_lamp,
#profile_lamp,
#notifications_lamp{
  position: absolute;
  top: -3px;
  right: 4px;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FF2C55;
}
.rules_banner_container{
  margin: 0px auto;
  display: grid;
  flex: 0 1 auto;
  justify-content: center;
  padding: 5px 10px 0px 10px;
  grid-template-columns: repeat(1, minmax(300px, 1560px));
}
.rules_banner_buttons_container{
  margin: 0 auto;
  max-width: 750px;
  display: grid;
  grid-template-columns: minmax(100px, 750px) min-content;
  margin-top: 18px;
}
.rules_banner_button{
  width: min-content;
  font-family: "Appetite", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  background: radial-gradient(200% 600% at 50% 53%, rgba(255, 253, 155, 0.5) 2%, rgb(177, 115, 0) 35%);
  border-radius: 7px;
  box-shadow: 1px 1px 2.5px 0 #8f8f8f;
  transition: box-shadow 0.2s linear;
}
.subscription_item_lamp{
  position: absolute;
  top: 0px;
  right: 10px;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FF2C55;
}
@media (max-width: 650px){
  .subscription_item_lamp{
    right: 0px;
  }
}
@media (hover: hover) {
  .rules_banner_button:hover{
    box-shadow: 0px 0px 0px 0 #707070;
    transition: box-shadow 0.2s linear;
  }
}
.rules_banner_registration{
  padding: 4px 35px 1px 35px;
  justify-self: end;
}
.rules_banner_rules{
  padding: 4px 48px 1px 48px;
  justify-self: end;
}
.rules_banner_h2_advantage_container{
  width: 100%;
}
.h2_rules_banner_advantage{
  display: flex;
  justify-content: center;
  font-family: "Appetite", sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  padding-top: 18px;
}
.rules_banner_advantages{
  display: flex;
  justify-content: end;
  padding-bottom: 15px;
  margin-top: 16px;
}
.item_rules_banner_advantage{
  display: flex;
  justify-content: end;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.item_rules_banner_advantage>star{
  margin-right: 8px;
}
.item_rules_banner_advantage>star>svg{
  width: 20px;
  height: auto;
}
.item_rules_banner_advantage>h3{
  font-family: "Appetite", sans-serif;
  color: #616161;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding-top: 2px;
}
.div_socseti {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 390px;
  min-width: 300px;
  padding: 0 10px;
  margin-bottom: 11px;
}
.socseti {
  height: 30px;
}
.item__menu_active {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.svg__menu_active{
  cursor: default;
  filter: drop-shadow(0px 0px 12px #ffffff);
  opacity: 1;
}

/* -----------------------    CONTENT    -------------------------- */

.page_not_found{
  font-family: "Arciform", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.h1_page_not_found{
  font-family: "Arciform", sans-serif;
  line-height: 1.2;
  margin: 20px 15px;
  margin-top: 10vh;
  text-align: center;
}
.message{
  font-family: "Arciform", sans-serif;
  color: #FF2C55;
}
.a_page_not_found{
  margin: 0px 15px 15px 15px;
  text-align: center;
  color: #FF2C55;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}
footer{
  z-index: 10;
  background-color: #b5b5b5;
}
.copyright{
  float: right;
  margin: 3px 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#cookies_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 0px;
  height: min-content;
  width: 321px;
  background-color: #f1f1f1;
  border: 2px solid #F2B139;
  border-radius: 10px;
  line-height: 1.2;
  text-align: justify;
  padding: 8px;
  margin: 8px;
  margin-bottom: 26px;
  z-index: 1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 337px){
  #cookies_container {
    width: calc(100vw - 16px);
  }
}

/* ---- ЛОГИН РЕГИСТРАЦИЯ --------- */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #616161 !important;
}
._container_modal_registration{
  margin-top: 3vh;
}
.container_form_login_registration{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.head_login_registration{
  font-family: "Appetite", sans-serif;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.form_login_registration{
  width: 92%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.alert_login_registration {
  width: 100%;
  background: #fff;
  border: 1px solid transparent;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: .25rem;
}
.alert_dangeralert_login_registration {
  color: #a62d2d;
  background: #f8d7da;
  border-color: #a62d2d;
}
.errors_login_registration {
  color: #a62d2d;
  font-weight: 600;
}
.div_input_login_registration {
  position: relative;
  width: 100%;
  color: #444444;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.help_login_registration {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #ebebeb;
  border: 1px solid #818181;
  font-weight: normal;
  height: min-content;
  min-height: calc(2rem + 2px);
  border-radius: 5px;
  padding-top: 10px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  
}
.help_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.ul_help>li{
  display: list-item;
  list-style-type: disc;
  margin-left: 20px;
}
#help_login_registration_nickname,
#help_login_registration_password,
#help_login_registration_forename,
#help_login_registration_surname {
  bottom: 48px;
  z-index: 51;
}
#help_login_registration_new_password {
  top: 168px;
  z-index: 2;
}
.close_help {
  height: 18px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.input_login_registration{
  display: block;
  width: 100%;
  color: #616161;
  font-size: 14px;
  background-color: #ffffff00;
  border-bottom: 1px solid #adadad;
  padding: 4px 5px;
  margin-top: 2px;
}
.close_eye_registration {
  height: 20px;
  margin-left: 10px;
}
.open_eye_registration {
  height: 20px;
  margin-left: 10px;
}
.div_flag_register {
  display: flex;
  align-items: start;
  margin: 1px 8px 0px 0px;
}
#text_flag_register {
  font-size: 12px;
  line-height: 1.1;
  text-align: justify;
}
#a_text_flag_register {
  color: #0058ff;
  cursor: pointer;
  text-decoration: underline;
}
.div_btn_login_registr{
  width: 100%;
  display: flex;
  justify-content: center;
}
.btn_login_registr{
  font-family: "Appetite", sans-serif;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  width: min-content;
  white-space: nowrap;
  border-radius: 8px;
  padding: 6px 20px 3px 20px;
  vertical-align: middle;
  text-transform: uppercase;
}
.btn_registr{
  margin-top: 6px;
}
.input_login_register_red{
  border-bottom: 2px solid #ff8383;
}
._div_btn_login_registr{
  justify-content: space-between;
  margin-top: 10px;
}
.lostpasswd{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lostpasswd>a{
  font-weight: 500;
  transition: color 0.2s linear;
}
@media (hover: hover) {
  .lostpasswd>a:hover{
    transition: color 0.2s linear;
    color: #000;
  }
}
.div_register{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-top: 14px;
}
.alert-success {
  color: #155724;
  background: #d1e7dd;
  border-color: #c3e6cb;
  text-align: center;
}
.alert-success_mail{
  font-weight: 600;
  line-height: 1.5;
}

/* ---------- CROPPER ------------- */

.cropp_container {
  margin: 0px auto;
  display: grid;
  flex: 0 1 auto;
  justify-content: center;
  grid-gap: 25px;
  grid-template-columns: repeat(1, minmax(304px, 380px));
  padding: 10px 8px 8px 8px;
}
.cropp_image-container{
  display: flex;
  flex: 0 1 auto;
  width: 100%;
  background-color: #e4e4e4;
  border: 0.1px solid #7c7c7c;
}
.cropp_buttons-container{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cropp_image{
  width: 100%;
  max-width: 380px;
  height: 100%;
  max-height: 380px;
  border-radius: 8px; 
  object-fit: contain;
}
.label_cropp_file {
  width: min-content;
  white-space: nowrap;
}
.cropp_btns {
  margin-top: 20px;
}

/* --------ВЫБОР ПРИВЕТ.ВИДЕО--------- */

.form_upload {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#p_max_size {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}
.div_uploadForm_FileName{
  display: flex;
  justify-content: center;
  width: 70%;
  color: #b17300;
  font-size: 18px;
  margin: 5px 0;
}
.uploadForm_FileName{
  width: 100%;
  word-break: break-all;
  margin-top: 10px;
}
.form_upload__submit {
  width: min-content;
  width: 70%;
  margin-top: 14px;
}
#progressBar_previev_video_container {
  display: flex;
  width: 200px;
}
#progressBar_previev_video {
  width: 100%;
  height: 5px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: none;
  background-color: #286C2D;
}
.form_upload__status{
  clip-path: inset(0 3ch 0 0);
  animation: load 1.5s steps(4) infinite;
}
@keyframes load {
  to {
    clip-path: inset(0 -1ch 0 0)
  }
}
@keyframes waiting {
  to {
    clip-path: inset(0 -1ch 0 0)
  }
}
.div_previev_video_alert{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#previev_video_alert{
  margin-bottom: 20px;
}
.add_file_alert{
  display: flex;
  justify-content: center;
  width: 70%;
  color: #FF2C55;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}

/* ---------- СОЗДАНИЕ ПУБЛИКАЦИИ  ----------- */

.container_form_add_article{
  display: flex;
  justify-content: center;
}
.add_video_container{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#add_video_alert{
  margin-top: 9px;
}
.div_input_label_add_title{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 20px;
}
._div_add_checkbox{
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
._flag_add_category{
  margin: 10px 10px;
  cursor: pointer;
  pointer-events: none;
}
.text_category_to_contest{
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.text_to_context_cancel{
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
}
.div_input_svg_add_video{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* --------------  ИЗМЕНЕНИЕ ОБЛОЖКИ  ----------------- */

.div_buttons_update_article_preview{
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.idArt{
  color: #ffffff00;
  font-size: 1px;
}

/* --------------  ИЗМЕНЕНИЕ НАЗВАНИЯ  ----------------- */

.container_form_update_title{
  display: flex;
  justify-content: center;
}
.form_update_title{
  width: 80%;
}
.label_update_title{
  display: block;
}
.input_update_title{
  display: block;
  width: 100%;
  color: #616161;
  font-size: 14px;
  background-color: #ffffff00;
  border-bottom: 1px solid #adadad;
  padding: 4px 5px;
  margin-top: 8px;
}
.input_update_title_red{
  border-bottom: 1.5px solid #ff8383;
}
.div_buttons_update_title{
  display: flex;
  justify-content: center;
}
.btn_update_title{
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}
.cancel_update_title{
  font-size: 14px;
  font-weight: 600;
}

/* ---------  КОММЕНТАРИИ  --------------------------------------------- */

#comments_article_container{
  width: 100%;
}
#comments_article_main_title{
  font-weight: 700;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.comment_container{
  margin:0 5px;
  width: calc(100% - 10px);
  display: flex;
  border-bottom: 0.5px solid #adadad;
  margin-top: 15px;
}
#comment_container{
  padding: 0px 5px;
  width: 100%;
  display: flex;
  margin-top: 15px;
}
.textarea_input_container{
  width: 100%;
}
.index_photo{
  width: 55px;
  border-radius: 50%;
  border: 1px solid #8C8989;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.div_comment_nickname_text{
  width: 100%;
  padding-left: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.div_del_comment_article{
  position: relative;
  height: min-content;
  cursor: pointer;
}
.del_comment_article{
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.del_comment_article>p{
  pointer-events: none;
}
.comment_nickname_date{
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.svg_points_comment{
  height: 19px;
  width: auto;
  pointer-events: none;
}
.fill_svg_points_comment{
   fill: #a5a5a5;
 }
.comment_nickname{
  color: #444444;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.comment_posted{
  padding-left: 10px;
  font-size: 12px;
  line-height: 1;
}
.comment_lamp{
  width: 9px;
  aspect-ratio: 1/1;
  background-color: #FF2C55;
  border-radius: 50%;
  margin-left: 6px;
}
.comment_text{
  overflow: hidden;
  line-height: 1.3;
  max-height: 150px;
  white-space: pre-wrap;
}
.comment_text_unwrap{
  width: min-content;
  white-space: nowrap;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (hover: hover) {
  .comment_text_unwrap:hover{
    text-decoration: underline;
  }
}
.comment_text_min_content{
  max-height: min-content;
}
.comment_text_border_bottom{
  border-bottom: 1px solid #a7a7a7;
}
.div_svg_p_comments_like{
  display: flex;
  align-items: center;
  padding-top: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.div_svg_comments_like{
  cursor: pointer;
}
.svg_comments_like{
  width: 20px;
  aspect-ratio: 1.08/1;
  pointer-events: none;
}
@media (hover: hover) {
  .div_svg_comments_like:hover
    .svg_comments_like{
      filter: drop-shadow(1px 1px 4px rgba(62, 62, 62, 0.667));
    }
}
.svg_comments_like_done{
  fill: #FF2C55;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.35));
}
.count_likes_article_comment{
  padding-left: 8px;
  color: #7A7A7A;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}
#comment_container{
  margin-bottom: 10px;
}
#input_comment{
  width: 0;
  height: 0;
  font-size: 1px;
}
.div_input_comment{
  display: block;
  width: 100%;
  resize: none;
  min-height: calc(2.25rem + 4px);
  padding: .375rem .75rem;
  font-family: "GOTHIC";
  font-size: 1rem;
  line-height: 1.5;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border: 1px solid #bbbbbb;
  border-radius: .25rem;
  cursor: text;
}
textarea::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  }
[contenteditable=true]:empty:before {
  content: attr(placeholder);
  display: block;
  color: #aaaaaa;
}
#div_btn_add_comment{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ----- ДОБАВИТЬ МЕСЯЦ КОНКУРСА (АДМИН) --------------- */

.container_form_add_month{
  display: flex;
  justify-content: center;
}
.form_add_contest{
  width: 80%;
}
.div_buttons_add_contest{
  display: flex;
  justify-content: space-between;
}
.btn_add_contest{
  font-size: 14px;
  font-weight: 600;
}
.cancel_add_contest{
  font-size: 14px;
  font-weight: 600;
}
.contest_online{
  font-family: "Appetite", sans-serif;
  text-transform: uppercase;
  color: #424242;
  font-size: 12px;
  width: min-content;
  padding: 2px 6px 0 6px;
  white-space: nowrap;
  background: radial-gradient(200% 600% at 50%  53%, rgba(255, 253, 155, 0.5) 2%, rgb(177, 115, 0) 35%);
  border-radius: 2px;
}
.contest_online_black{
  background: radial-gradient(200% 600% at 50%  53%, rgba(207, 207, 207, 0.652) 2%, rgb(94, 94, 94) 35%);
}
#_container_rules_pdf {
  width: 100%;
  max-width: 1580px;
  margin: 0px auto;
  flex: 0 1 auto;
}

@media (min-width: 1151px){
  #search_modal {
    display: none;
  }
}
@media (max-width: 1150px){
  #search_modal {
    display: none;
    position: absolute;
    left: calc(50% - 181.5px);
    top: 80px;
    border-radius: 8px;
    box-shadow: 0 4px 20px 7px #000000;
  }
}

/* -----------------------    АДАПТАЦИЯ GRID   -------------------------- */

@media (max-width: 1399px){
  .grid {
    grid-template-columns: repeat(3, minmax(300px, 375px));
  }
}
@media (max-width: 1049px){
  .grid {
    grid-template-columns: repeat(2, minmax(200px, 375px));
  }
}
@media (max-width: 699px){
  .grid {
    grid-gap: 8px;
    padding: 0 4px 8px 4px;
  }
}
@media (max-width: 424px){
  .grid {
    grid-template-columns: repeat(1, minmax(200px, 424px));
    grid-gap: 0;
    padding: 0 0;
  }
}

/* -----------------------    АДАПТАЦИЯ MENU   -------------------------- */

@media (min-width: 1920.5px){
  .hm{
    background-image: url(../../public_html/img/header_img_2.jpg);
  }
}
@media (min-width: 2560.5px){
  .hm{
    background-image: url(../../public_html/img/header_img_3.jpg);
  }
}
@media (max-width: 1250px){
  .contest_online {
    font-size: 11px;
  }
}
@media (max-width: 1250px){
  .form_search input[type=text] {
    width: 200px;
  }
  .center_logo {
    margin-left: 310px;
  }
  .rules_banner_container {
    max-width: 1165px;
    padding: 5px 10px 0px 10px;
  }
}
@media (max-width: 1150px){
  #li__menu_search{
    display: none;
  }
  .form_search {
    height: 45px;
  }
  .form_search input[type=text] {
    width: 250px;
    font-size: 18px;
  }
  .btn_search {
    font-size: 16px;
  }
  #li__menu_search_icon{
    display: flex;
  }
  .svg__menu_search{
    height: 28px;
    cursor: pointer;
  }
  .del_request_cross{
    height: 21px;
  }
  .center_logo {
    margin-left: 0;
  }
  .item_rules_banner_advantage>star>svg {
    width: 18px;
  }
}
@media (max-width: 1024px){
  .div_input_comment {
    min-height: calc(2.25rem + 5px);
  }
}
@media (max-width: 1020px){
  .rules_banner_container {
    padding: 5px 10px 0px 10px;
  }
}
@media (max-width: 1000px){
  .header__center {
    margin: 0 10px 0 10px;
  }
  .a__logo_png {
    height: 50px;
  }
  .svg__menu_search{
    height: 26px;
  }
  ._text__icons {
    font-size: 10px;
  }
  .menu__items {
    gap: 30px;
  }
}
@media (max-width: 940px){
  .rules_banner_container {
    max-width: 780px;
  }
  .h2_rules_banner_advantage {
    font-size: 20px;
  }
}
@media (max-width: 769px){
  .hm {
    background-image: none;
    background-color: #242424;
  }
  .header__nav {
    height: 65px;
  }
  .header{
    border-bottom: 1px solid #daae20;
  }
  #search_modal {
    top: 68px;
  }
  .menu {
    position: fixed; 
    left: 0;  
    top: auto;
    bottom: 0;
    background: none;
    border-bottom: none;
    border-top: 1px solid #daae20;
    background-image: none;
    background-color: #242424;
    padding-top: 0px;
    width: 100%;
  }
  .menu__nav{
    align-items: start;
    height: 66px;
  }
  .menu__items {
    width: 450px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 40px;
  }
  #in_home, #a_home{
    display: flex;
  }
  .img__menu, .svg__menu {
    height: 25px;
  }
  .category_zal{
    height: 26px;
  }
  ._text__icons {
    font-size: 11px;
  }
  .item__menu_active::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -5px;
}
  #zal_container_category,
  #message_no_favorites,
  #message_no_notifications,
  #zal_container_contest,
  #filters_container {
    top: unset;
    bottom: 50px;
  }
  ._margin__content {
    padding-top: 65px;
  }
  .rules_banner_registration {
    justify-self: center;
  }
  footer {
    margin-bottom: 66px;
  }
  #cookies_container {
    bottom: 43px;
  }
}
@media (max-width: 600px){
  .h2_rules_banner_advantage {
    font-size: 18px;
  }
}
@media (max-width: 540px){
  .h1_page_not_found{
    margin-top: 20px;
  }
}
@media (max-width: 520px){
  .rules_banner_buttons_container {
    justify-content: space-between;
  }
  .h2_rules_banner_advantage {
    font-size: 16px;
  }
}
@media (max-width: 450px){
  .menu__items {
    width: 100vw;
    gap: unset;
  }
}
@media (max-width: 400px){
  .rules_banner_rules {
    padding: 4px 39px 1px 39px;
  }
}
@media (max-width: 370px){
  .menu__items {
    height: 46px;
  }
  .img__menu, .svg__menu {
    height: 25px;
  }
  .category_zal{
    height: 21px;
  }
}
@media (max-width: 350px){
  .menu__items {
    padding-left: 5px;
    padding-right: 5px;
  }
  .rules_banner_rules {
    padding: 4px 32px 1px 32px;
  }
}
@media (max-width: 330px){
  .header__menu {
    column-gap: 10px;
  }
}
