#text_top{display: none;}

.fancybox-content {
    border-radius: 6px;
}
.fancybox-bg {
    background: rgb(18, 18, 18);
}
.fancybox-is-open .fancybox-bg {
    opacity: .5 !important;
}
.msg-ok {
    color: #F68627;
}
.msg-error {
    color: #eb1a1a;
}

.mob_vid__block {
    display: none;
}

@media screen and (max-width: 767px) {
    .mob_vid__block {
        display: block;
        font-size: 12px;
        margin-top: -8px;
        margin-bottom: 60px;
    }
}

/* Уведомление о cookie */
#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  z-index: 1000;
}
#cookie_notification p{
  margin: 0;
  font-size: 12px;
  text-align: left;
  color: #212529;
  line-height: 1.5;
}
#cookie_notification p a{
  color: #212529;
  text-decoration: underline;
}
#cookie_notification .cookie_accept{
  min-width: 100px;
  color: #fff;
  font-size: 14px;
  padding: 7px 9px;
  margin-left: 30px;
  border: 0;
  border-radius: 5px;
  background-color: #F68627;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#cookie_notification .cookie_accept:hover{
  background: #CE650B;
}
#cookie_notification.show{
  display: flex;
}
@media (max-width: 575px){
  #cookie_notification.show{
    flex-direction: column;
    align-items: center;
    padding: 15px 15px;
  }
  #cookie_notification p{
    line-height: 1.4;
  }
  #cookie_notification .cookie_accept {
    padding: 3px 8px;
    margin: 5px 0 5px;
    font-size: 13px;
  }
}
/* /Уведомление о cookie */

input[type="checkbox"].error + span {
    border-color: #E73420;
    background: rgba(231, 52, 32, 0.08);
}
.siteForm input[type="checkbox"].error + span {
    background-color: rgb(231 52 32 / 18%);
}
.siteForm input.error, .siteForm textarea.error, .siteForm select.error {
    background-color: #f4f4f4b2;
}

.text_underline, .text_underline:hover{
    text-decoration: underline;
}

