@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&subset=cyrillic');
/*@color-red: #c30027;*/
/*@font-face {
	font-family: 'Conv_PRG45';
	src: url('../fonts/PRG45.eot');
	src: local('☺'), url('../fonts/PRG45.woff') format('woff'), url('../fonts/PRG45.ttf') format('truetype'), url('../fonts/PRG45.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
html {
  font-size: 18px;
}
html p {
  text-align: left;
}
body {
  font-family: 'Roboto', sans-serif;
}
body {
  overflow: hidden;
}
a:hover {
  text-decoration: none;
}
.btn {
  border-radius: 0;
}
.preloader {
  display: none;
}
.preload .preloader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 1500;
}
.preload .preloader .row {
  height: 100%;
}
.preload .preloader svg {
  width: 100%;
  height: auto;
}
.preload .top-menu {
  opacity: 0;
}
.text-shadow {
  text-shadow: #2c2c2c 1px 1px 6px;
}
.text-shadow * {
  text-shadow: #3f3f3f 1px 1px 6px;
}
.list-view {
  width: 100%;
}
.top-menu {
  display: block;
  width: 100%;
  opacity: 1;
  transition: opacity 1s ease;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1200;
}
.top-menu .logo {
  float: left;
  max-height: 100px;
  width: 30%;
  max-width: 300px;
}
.top-menu .btn {
  margin-right: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-outline-danger {
  color: #7f0019;
  border-color: #7f0019;
  border-radius: 0;
}
.carousel-item {
  position: relative;
}
.info-dot {
  position: absolute;
  background-color: #7f0019;
  border-radius: 50%;
  display: block;
  width: 14px;
  height: 14px;
}
.info-dot::after {
  position: absolute;
  top: -6px;
  left: -6px;
  content: ' ';
  background-color: transparent;
  border-radius: 50%;
  display: block;
  width: 26px;
  height: 26px;
  border: #7f0019 2px solid;
  animation: breath ease 5s;
  animation-iteration-count: infinite;
}
.info-dot::before {
  position: absolute;
  top: -11px;
  left: -11px;
  content: ' ';
  background-color: transparent;
  border-radius: 50%;
  display: block;
  width: 36px;
  height: 36px;
  border: #7f0019 2px solid;
  animation: breath ease 5s;
  animation-iteration-count: infinite;
}
@keyframes breath {
  50% {
    transform: scale(1.1);
  }
}
#info-block-wrapper {
  position: fixed;
  bottom: -100vh;
  left: 0;
  transition: bottom 2s ease;
  background-color: #000;
  z-index: 1200;
  overflow: hidden;
}
.open_info-block #info-block-wrapper {
  position: fixed;
  bottom: 0;
}
.more {
  position: relative;
  display: block;
  float: right;
}
.more:before {
  display: block;
  content: ' ';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #7f0019;
  transition: 1s ease width;
}
.more:hover:before {
  width: 40%;
}
.absolute-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1090;
  padding-top: 4vh;
}
.absolute-header h1 {
  text-transform: uppercase;
  font-family: "Times New Roman", serif;
  font-weight: 600;
  font-size: 350%;
  font-stretch: ultra-expanded;
}
.absolute-header h2 {
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}
.absolute-header small {
  font-size: 1rem;
}
.full-height {
  min-height: 100vh;
}
@media (max-width: 900px) {
  .full-height:first-of-type {
    min-height: 50vh;
    height: auto;
  }
}
.block-header {
  min-height: 20vh;
}
.block-header h2 {
  color: #7f0019;
  padding-top: 4vh;
  font-weight: 900;
}
.block-header h3 {
  color: #fff;
  padding-top: 2vh;
  font-size: 1.2rem;
}
.block-content {
  min-height: 80vh;
}
.ani-fade {
  opacity: 0;
  transition: opacity 2s ease;
}
.scroll-in .ani-fade {
  opacity: 1;
  transition: opacity 2s ease;
}
.page {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 250px;
  position: relative;
  z-index: 10;
}
.page::before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 11;
}
.page .content-container {
  position: relative;
  width: 90%;
  background-color: rgba(0, 0, 0, 0.9);
  color: #cbcbcb;
  padding: 5% 5% 5% 10%;
  z-index: 12;
  transition: all 1s ease;
}
.page .content-container a {
  color: #7f0019;
}
.page .content-container.contrast {
  background-color: rgba(255, 255, 255, 0.92);
  color: #000;
  padding: 5% 5% 5% 10%;
}
#shadow {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 3s ease;
  opacity: 0;
}
#shadow.show {
  display: block;
  opacity: 1;
}
#right-menu {
  position: fixed;
  top: 0;
  right: -45%;
  width: 45%;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  height: 100vh;
  transition: right 1s ease;
  z-index: 1100;
}
#right-menu.open {
  right: 0;
}
#right-menu ul {
  list-style: none;
  padding: 0;
}
#right-menu li {
  text-align: right;
  font-size: 0.9rem;
}
#right-menu a:hover {
  color: #7f0019 !important;
}
#right-menu .container-fluid {
  padding: 10px 30px;
}
#right-menu a {
  color: #fff;
}
#right-menu .loader {
  display: table-cell;
  vertical-align: middle;
}
#right-menu h2,
#right-menu h3,
#right-menu h4,
#right-menu h5,
#right-menu h6 {
  text-align: right;
}
#right-menu .divider {
  display: block;
  height: 1px;
  background-color: #7f0019;
  width: 60%;
  clear: both;
  margin: 10px 0 10px 40%;
}
#right-menu h2 a {
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 50px;
}
#right-menu h2,
#right-menu h3 {
  line-height: 1;
  margin: 0 auto 15px auto;
  font-size: 1.6rem;
  min-height: 1.6rem;
  position: relative;
  clear: both;
}
#right-menu h2:after,
#right-menu h3:after {
  display: block;
  position: absolute;
  width: 60%;
  bottom: -7px;
  right: 0;
  content: ' ';
  height: 1px;
  background-color: #7f0019;
}
@media (max-width: 768px) {
  #right-menu {
    right: -70%;
    width: 70%;
  }
}
@media (max-width: 576px) {
  #right-menu {
    right: -100%;
    width: 100%;
  }
}
@media (max-width: 360px) {
  #right-menu {
    right: -100%;
    width: 100%;
  }
}
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: #fff 2px solid;
  font-size: 1rem;
}
.footer .row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pbody {
  margin-top: 0;
}
@media (max-width: 1100px) {
  .pbody {
    margin-top: 50px;
  }
}
@media (max-width: 900px) {
  .pbody {
    margin-top: 100px;
  }
}
@media (max-width: 720px) {
  .pbody {
    margin-top: 150px;
  }
}
@media (max-width: 550px) {
  .pbody {
    margin-top: 300px;
  }
}
@media (max-width: 300px) {
  .pbody {
    margin-top: 300px;
  }
}
@media (max-width: 1000px) {
  .absolute-header {
    margin-top: 50px;
  }
  .absolute-header h1 {
    font-size: 24px;
  }
  .absolute-header h2 {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .absolute-header {
    margin-top: 100px;
  }
}
@media (max-width: 550px) {
  .absolute-header {
    margin-top: 150px;
  }
}
@media (max-width: 300px) {
  .absolute-header {
    margin-top: 150px;
  }
}
