.pool--vostok .sub-title::before {
    content: '8' !important; 
color: white !important;
}

.pool--vostok .sub-title {
  color: white !important;
text-shadow: 1px 1px 2px black;
}
.pool--vostok .h3 {
    color: white !important; 
text-shadow: 1px 1px 2px black;
    }


.sub-title .h3 {
    color: white !important;
    }

@media (max-width:568px){
#mobile_banner {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
z-index:-1;
}
}

@media (min-width:568px){
#desktop_banner {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
z-index:-1;
}
}
.slider-list-item {
cursor: pointer ;
}

.art-main a {
text-decoration: underline !important; color: black !important; 
}
.cookie_notice {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgb(34 60 80 / 30%);
  border-radius: 10px;
  padding: 14px;
  position: fixed;
  bottom: 20px;
  width: auto;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 9999999;
  color: #000;
  line-height: 1.2;
  width: 60%;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
.cookie_notice_text .green_c {
  color: #d93636;
}
.cookie_notice_text .green_c:hover {
  color: #d93636;
}
.cookie_notice_btn {
  padding: 10px 20px;
  line-height: 1.2;
  color: #fff;
  background: #d93636;
  border: 2px solid #e04b4b;
  border-radius: 10px;
  cursor: pointer;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 25px;
}
.cookie_notice_btn:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .cookie_notice_btn {
    margin-left: 0;
  }

  .cookie_notice_text {
    margin-bottom: 10px;
    text-align: center;
  }

  .cookie_notice {
    flex-direction: column;
    width: 90%;
    margin-bottom: 10px;
  }
}