body,
h1 {
  font-family: "Raleway", sans-serif;
}
body,
html {
  height: 100%;
}
body {
  background-color: #000;
}

.stycky-social {
  position: fixed;
  z-index: 9999;
  zoom: 65%;
  top: 100px;
}
.stycky-social .social-block .item {
  background-color: #0c0c0cc4;
}

.header-social {
    zoom: 65%;
}

.is_overlay {
  display: block;
  width: 100%;
  height: 100%;
}
#trailer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#trailer > video {
  position: absolute;
  top: -60px;
  left: 0;
  /* width: 100%; */
  height: 120%;
}

.parent {
  height: 448px;
  width: 100%;
  display: table;
  z-index: 12;
  position: relative;
}
.child {
  display: table-cell;
  vertical-align: middle;
}

.ask {
  color: #fff;
  font-size: 24px;
  padding-right: 20%;
  font-stretch: ultra-condensed;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  letter-spacing: 0px;
}
.btns {
  color: #fff;
  font-size: 24px;
  padding-right: 20%;
  padding-top: 16px;
}
a:link {
  color: #fff; /* Цвет ссылок */
}
a:visited {
  color: #fff; /* Цвет посещенных ссылок */
}
a:active {
  color: #fff; /* Цвет активной ссылки */
}

.btn {
  border: 1px solid #fff;
/*  width: 60px; */
}

.main {
  /* background-image: url(/wp-content/themes/egoistka/img/land_main3.jpg);
  min-height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; */  
}

.cont_logo {
  background-image: url(/wp-content/themes/egoistka/img/egoistka_logo.png);
  min-height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  position: relative;
  top: 25px;
  right: 85px;
}

.bgimg {
  background-image: url(/wp-content/themes/egoistka/img/land_main3.jpg);
  min-height: 100%;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

.w3-jumbo {
  font-size: 30px !important;
}
