._container_options{
  margin: 0 auto;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  padding: 0px 10px 10px 10px;
  max-width: 768px;
}
.videoPlayer_container{
  margin: 0 auto;
  /* margin-top: 10px; */
  width: 100%;
  height: min-content;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.options_container{
  border-radius: 10px;
  position: relative;
  background-color: #000000;
  aspect-ratio: 16/9;
  overflow: hidden;
  z-index: 0;
}
#options_title_container{
  display: flex;
  justify-content: center;
  font-family: "Arciform", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}
#options_title{
  text-align: center;
  font-family: "Appetite", sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}
.full_screen_options_title_container{
  width: 100%;
  padding: 0 17px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 300;
}
.full_screen_options_title{
  color: #ffffff;
  font-size: 24px;
}


#center_button{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video_poster{
  position: absolute;
  object-fit: cover ;
  width: 100%;
  height: 100%;
  z-index: 200;
}
.center_button_icons{
  width: 70px;
  aspect-ratio: 1/1;
  opacity: 0.7;
  z-index: 100;
}
.center_button_play_img  {
  opacity: 0;
}
.center_button_opacity1{
  z-index: 100;
  /* opacity: 0;
  transition: opacity 0.8s linear; */
}

.video_article{
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
}
.click_none{
  pointer-events: none;
}

#container_controls {
  width: 100%;
  padding: 0 17px;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  z-index: 300;
}

.progressBar {
  display: flex;
  align-items: end;
  position: relative;
  width: 100%;
  height: 15px;
  cursor: pointer;
}
.time {
  position: absolute;
  pointer-events: none;
  top: -16px;
  left: 0px;
  font-family: Arial;
  color: #fff;
  font-size: 13px;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.3s, opacity 0.3s;
}
.progressBar:hover .time {
  opacity: 1;
  transform: translateY(0);
}
.progressBar_line{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #ffffff34;
}
.progress {
  width: 0%;
  height: 3px;
  background: #c08505;
}

.controls{
  display: grid;
  grid-template-columns: 40px 25px min-content 1fr min-content 60px 40px;
  height: 100%;
}
.playButton {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.play_img{
  height: 19px;
}
.pause_img{
  height: 19px;
}
.replay_img{
  height: 25px;
}

.ProgressContainer {
  font-family: Arial;
  color: #fff;
  font-size: 13px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.player_time_slesh{
  margin: 0 6px;
}
.volume {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.volume_img{
  height: 19px;
  cursor: pointer;
}
.volume_mute_img{
  height: 19px;
  cursor: pointer;
}
.volume_icons{
  margin-right: 10px;;
}
#player_resolution {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
#form_modal_resolution {
  position: absolute;
  bottom: 60px;
  right: -31px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  cursor: default;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px;
  border: 0.5px solid #8C8989;
  border-radius: 5px;
  background-color: #ffffff;
  width: min-content;
  height: min-content;
}
.item_resolution {
  font-size: 18px;
  cursor: pointer;
}
#player_resolution_btn {
  font-family: Arial;
  font-size: 14px;
  cursor: pointer;
}
.intensityBar {
  width: 100px;
  height: 3px;
  background: #ffffff34;
  max-width: 100px;
  overflow: hidden;
  transform-origin: right center;
  cursor: pointer;
  transition: all 0.5s;
}
.intensity {
  width: 100%;
  height: 100%;
  background: #fff;
}

.scale {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.fullscreen_icons {
  width: 20px;
  height: 20px;
}
.fullScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: 1000;
}

#__options_container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  /* padding: 0px 10px; */
  margin-top: 10px;
}
#short_rules {
  width: 100%;
  border: 2px solid #F2B139;
  border-radius: 7px;
  padding: 10px;
}
.div_short_rules_title {
  display: flex;
  align-items: end;
  justify-content: center;
  font-family: "Appetite", sans-serif;
  line-height: 0.5;
  /* text-transform: uppercase; */
}
.widox {
  font-family: "Arciform", sans-serif;
  font-size: 1.5rem;
}
#p_short_rules_text {
  line-height: 1.3;
  text-align: justify;
  /* white-space: pre-wrap; */
  padding-top: 5px;
}
.a_rules_pdf {
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: "Appetite", sans-serif;
  text-transform: uppercase;
  border: 2px solid #F2B139;
  border-radius: 7px;
  padding: 10px 0px;
  font-weight: 700;
  transition: background-color 0.2s linear;
}
.rules_pdf, .rules_pdf_politics {
  display: flex;
  align-items: center;
}
@media (max-width: 379px){
  .rules_pdf_politics {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.img_pdf_options {
  width: 20px;
}
.p_rules_pdf_1 {
  padding: 0 10px;
}
.p_rules_pdf_2 {
  padding-left: 5px;
}
.p_rules_pdf_3 {
  padding: 0 5px;
}
#div_contacts {
  display: flex;
  justify-content: center;
}
#p_contacts {
  display: flex;
  justify-content: center;
  align-items: end;
  font-family: 'Arciform', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-left: 15px;
}

/* #div_change_preview_video{
  display: flex;
  width: 200px;
  justify-content: center;
  margin-top: 10px;
} */


/* .p_change_photo__preview_video{
  text-align: center;
  width: 80%;
  font-size: 18px;
  font-weight: 600;
  padding: 0 10px;
} */
/* .buttons_container_change_photo__preview_video{
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
} */
/* .p_change_new_pv{
  text-align: center;
  border: 1px solid #929292;
  border-radius: 10px;
  background-color: #ff00002c;
  padding: 7px 10px 7px 10px;
  font-weight: 700;
} */
/* .button_change_photo__preview_video{
  font-size: 14px;
  font-weight: 600;
} */
/* .cancel_change_photo__preview_video{
  font-size: 14px;
  font-weight: 600;
}  */
@media (max-width: 524px){
  #form_modal_resolution {
    position: fixed;
    top: 70px;
    right: 14px;
  }
}
@media (max-width: 480px){
  .controls{
    grid-template-columns: 40px 25px min-content 1fr min-content 50px 40px;
  }
  #player_resolution {
    font-size: 13px;
  }
}
@media (max-width: 450px){
  ._playButton {
    display: none;
  }
  #container_controls {
    padding: 0 5px 0 8px;
    height: 45px;
  }
  .controls{
    grid-template-columns: min-content 1fr min-content 50px 30px;
  }
  .center_button_icons {
    width: 50px;
  }
}
@media (max-width: 360px){
  .intensityBar {
    width: 70px;
  }
}