.logo {
	width: 15.63rem; /* 250/16 */
	height: auto;
}

.content_hero {
	position: relative;
	z-index: 2;
	min-height: 100vh;
}

.form-main {
	background-color: rgba(0, 0, 0, 0.5);
}

#video-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    background: url(../img/night_riga_kadr_1.jpg) no-repeat #000;
    background-size: cover;
}

#video-bg::before {
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;

}

 @supports (object-fit: cover) {
     #video-bg > video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         object-fit: cover;
     }
 }


.content_center {
	color: #fff;
  /*position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
	display: table;*/
  text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
	/*height: 100vh;*/
}
/*.content_center::before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: '';
}*/

.block_center {
  text-align: left;
}

.db-link {
	overflow: hidden;
	-webkit-transition: ease 0.3s;
    transition: ease 0.3s;
	font-size: 1.1rem;
	line-height: 1.4;
	border-radius: 38px;
}

.img-btn {
  position: relative;
	overflow: hidden;
}
.img-btn img {
	width: 100%;
	height: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.db-link:after {
    content: "";
    display: block;
    width: 20px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -70px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
		opacity: .3;
}

@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; }
}

.form-main_form .gutters .btn {

}




.list_book {
  min-height: auto;
}
/* line 2, ../sass/_sortable.sass */
table[data-sortable] {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
/* line 6, ../sass/_sortable.sass */
table[data-sortable] th {
  vertical-align: bottom;
  font-weight: bold;
}
/* line 10, ../sass/_sortable.sass */
table[data-sortable] th, table[data-sortable] td {
  text-align: left;
  padding: 10px;
}
/* line 14, ../sass/_sortable.sass */
table[data-sortable] th:not([data-sortable="false"]) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  cursor: pointer;
}
/* line 26, ../sass/_sortable.sass */
table[data-sortable] th:after {
  content: "";
  visibility: hidden;
  display: inline-block;
  vertical-align: inherit;
  height: 0;
  width: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  margin-right: 1px;
  margin-left: 10px;
  float: right;
}
/* line 40, ../sass/_sortable.sass */
table[data-sortable] th[data-sorted="true"]:after {
  visibility: visible;
}
/* line 43, ../sass/_sortable.sass */
table[data-sortable] th[data-sorted-direction="descending"]:after {
  border-top-color: inherit;
  margin-top: 8px;
}
/* line 47, ../sass/_sortable.sass */
table[data-sortable] th[data-sorted-direction="ascending"]:after {
  border-bottom-color: inherit;
  margin-top: 3px;
}

/* line 5, ../sass/sortable-theme-bootstrap.sass */
table[data-sortable].sortable-theme-bootstrap {
  font-family: "Gilroy Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background: white;
}
/* line 12, ../sass/sortable-theme-bootstrap.sass */
table[data-sortable].sortable-theme-bootstrap thead th {
	font-family: "Gilroy Semibold", Helvetica, Arial, sans-serif;
  border-bottom: 2px solid #e0e0e0;
}
/* line 15, ../sass/sortable-theme-bootstrap.sass */
table[data-sortable].sortable-theme-bootstrap tbody td {
  border-top: 1px solid #e0e0e0;
}
/* line 18, ../sass/sortable-theme-bootstrap.sass */
table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"] {
  color: #3a87ad;
  background: #d9edf7;
  border-bottom-color: #bce8f1;
}
/* line 23, ../sass/sortable-theme-bootstrap.sass */
table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"][data-sorted-direction="descending"]:after {
  border-top-color: #3a87ad;
}
/* line 26, ../sass/sortable-theme-bootstrap.sass */
table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"][data-sorted-direction="ascending"]:after {
  border-bottom-color: #3a87ad;
}
/* line 31, ../sass/sortable-theme-bootstrap.sass */
table[data-sortable].sortable-theme-bootstrap.sortable-theme-bootstrap-striped tbody > tr:nth-child(odd) > td {
  background-color: #f9f9f9;
}


.header-logo img {
  width: 80px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out; }
@media (min-width: 768px) {
  .header-logo img {
    width: 200px;
	}
}

@media (max-width: 767px) {
	.content_center {
		height: 100%;
	}
}

.play {
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
  width: 100px;
  height: 100px;
  color:gray;
  background: #8b1b1e;
  border-radius: 50%;
  animation: radial-pulse 1s infinite;
}

@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(139, 27, 30, 0.5);
  }

  100% {
    box-shadow: 0 0 0 40px rgba(139, 27, 30, 0);
  }
}

.play-button {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(6,1));
	width: 32px;
	height: 32px;
	color: #fff;
}

.play-button::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 24px;
	height: 24px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 16px solid;
	top: 37px;
	left: 44px;
}

.play_text {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -30%);
	color: #fff;
	font-weight: 600;
	padding: 10px;
	background: #8b1b1e;
	border-radius: 5px;
}

@media (max-width: 767px) {
	.play_text {
		padding: 5px;
		font-size: 12px;
		top: 75%;
		transform: translate(-50%, 0%);
	}
}
