@font-face {
  font-family:Graphik;
  src: url(../assets/font/Graphik-Light.eot);
  src: url(../assets/font/Graphik-Light.eot?#iefix)
  format("embedded-opentype"),
  url(../assets/font/Graphik-Light.woff)
  format("woff"),
  url(../assets/font/Graphik-Light.ttf)
  format("truetype");font-weight:300;font-style:normal
}

@font-face {
  font-family: Graphik;
  src: url(../assets/font/Graphik-Medium.eot);
  src: url(../assets/font/Graphik-Medium.eot?#iefix) format("embedded-opentype"),
  url(../assets/font/Graphik-Medium.woff) format("woff"),
  url(../assets/font/Graphik-Medium.ttf)
}
body {
  font-weight: 100;
  font-family: Graphik;
}
html,* {
  margin:0; padding:0;
}
section {
  padding: 80px 0;
}
#one {
  padding: 0;
}
.home-menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  right: 0;
  padding-top: 3%;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 7%;
  z-index: 3;
}
.home-menu-item-image {
  text-align: center;
  padding-bottom: 40px;
}
.home-menu-item-image img {
  border-radius: 50%;
  box-shadow: 0 0 14px #666;
  width: 60%;
}
.home-menu-item {
  transform: rotate(270deg);
  margin: 35px 25px;
}
.home-menu-item > a {
  text-decoration: none;
  color: #fff;
  font-family:Graphik;
  font-size: 16px;
  white-space: nowrap;
  transition: 1s;
}
.home-menu-item > a:hover {
  color: #76797c;
}

.home-text {
  position: absolute;
  color: white;
  z-index: 2;
  bottom: 50px;
  padding: 50px;
}
p {
  text-transform: none;
  line-height: 1.6em;
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: 100;
}
button {
  background: transparent;
  border-radius: 0;
  margin-right: 0;
  position: relative;
  z-index: 0;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  text-align: center;
  padding: 15px 19px;
  color: #fff;
  border: transparent;
  margin-top: 20px;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1pt;
  font-weight: 700;
}
button:hover {
  color: #000;
}
#black-button {
  color: #000;
}
#black-button:hover {
  color: #fff;
}
.heading {
  color: #000;
  text-transform: uppercase;
  font-weight: 100;
}
h2 {
  font-weight: 100;
  text-transform: uppercase;
}
input, textarea {
  transition: all .3s;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  width: 100%;
  line-height: 1.5;
  padding: 16px 12px;
  height: auto;
}
button, select {
  text-transform: none;
}
button {
  overflow: visible;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button:after, button:before {
  background-color: #fff;
}
#black-button:after, #black-button:before {
  background-color: #000;
}
button span {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1pt;
  font-weight: 700;
}
button:after {
  content: "";
  width: 101%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1b1b1e;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  z-index: -1;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition: .6s;
  transition-timing-function: ease;
}
button .left {
  left: 0;
  bottom: 0;
  height: 0%;
  width: 1px;
  transition: height .2s ease-out;
}
button .top {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: width .4s ease-out;
  transition-delay: .3s;
}
button .right {
  top: 0;
  right: 0;
  height: 0%;
  width: 1px;
  transition: height .2s ease-out;
  transition-delay: .7s;
}
button .bottom {
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  transition: width .5s ease-out;
  transition-delay: .9s;
}
button .bottom,
button .left,
button .right,
button .top {
  position: absolute;
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .5)
}
#black-button .bottom,
#black-button .left,
#black-button .right,
#black-button .top {
  background-color: #000;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
* {
  outline: 0!important;
}
button.in .left,
button.in .right {
  height: 100%
}

button.in .bottom,
button.in .top {
  width: 100%
}
.loadpage {
  min-width: 190px;
  transition: all .5s ease;
}
.loadpage:hover {
  -webkit-transition: 1.4s ease-out;
  -webkit-transition-delay: 1.5s;
  -o-transition: 1.4s ease-out;
  -o-transition-delay: 1.5s;
  -moz-transition: 1.4s ease-out;
  -moz-transition-delay: 1.5s;
  transition: 1.4s ease-out;
}
.background-rgba {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  position: absolute;
  top: 0;
}
.background {
  background: rgba(0, 0, 0, .7);
}
.modal-dialog {
  max-width: 80%;
}
.fa-times {
  font-size: 30px;
  color: #000;
}
.button-close-modal {
  position: absolute;
  right: 15px;
  padding: 0px 5px;
  border-radius: 50%;
  box-shadow: 0 0 14px #666;
  margin: 0;
  width: 30px;
  height: 30px;
}
.modal-header {
  background: #fff;
  border-bottom-color: #fff;
}
.mouse-scroll {
  position: absolute;
  width: 30px;
  height: 45px;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 15px;
  border: 2px solid #fff;
  -webkit-animation: intro 1s;
  animation: intro 1s;
}
.scroll-mouse-buttom {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite;
}
@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.home-text-novgrod {
  font-family:Graphik;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
}
.loadpage:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff;
  z-index: -1;
  content: '';
}
.loadpage:hover::before {
  animation: bg-animation 0.6s 1;
  animation-fill-mode: forwards;
}

@keyframes bg-animation {
  0% {
    width: 10%;
  }
  100% {
    width: 100%;
  }
}
.modal.left .modal-dialog {
  position: fixed;
  margin: auto;
  width: 80%;
  height: 100vh;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body {
  padding: 10px 30px;
}

.modal.left.fade .modal-dialog {
  right: -80%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  right: 0;
}
.modal-content {
  border-radius: 0;
  border: none;
}
.home-read {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family:Graphik;
  align-items: center;
  position: fixed;
  bottom: 5%;
  left: 3%;
  z-index: 3; }
.home-read-read {
  cursor: pointer;
  transition: 0.3s;
  margin-right: 10px;
  z-index: 3; }
.home-read-read:hover {
  transform: scale(1.1, 1.1);
}
.home-read-lang {
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  position: fixed;
  bottom: 5%;
  right: 10px;
  z-index: 2;
  font-size: 14px;
}
.home-read-line > hr {
  width: 1200px;
  height: 5px;
  align: center;
  color: #312c32; }
.home-read-text {
  margin-left: 10px;
  margin-bottom: 15px; }
.home-read-language {
  z-index: 3; }
.home-read-language > span {
  margin-left: 10px; }
.home-read-language:hover {
  color: white; }
.home-read-language-eng {
  display: none;
  transition: 0.4s; }
.home-read-language-eng--eng {
  display: block; }

.fa-angle-up {
  transition: .3s; }
.fa-angle-up:hover {
  transform: rotate(180deg); }

.modal {
  color: grey; }

.icon {
  position: absolute;
  bottom: 5%;
  right: 50%; }
.icon > img {
  height: 30px;
  width: 30px; }

.section_1 {
  width: 100%;
  height: 100vh;
  min-height: 375px;
  z-index: 1; }

.video-bg {
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.section_2 {
  background: url(../image/dsc02931.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.section_2-block {
  position: relative;
  font-family:Graphik;
  top: 5%;
  color: white;
  padding: 15px;
  margin: 5px;
  padding-right: 17%; }
.section_2-text {
  font-size: 20px;
  font-weight: bolder; }
@media (max-height: 700px) {
  .section_2-text {
    font-size: 7px; }
}
.section_2-home {
  position: relative;
  top: 11%;
  font-family:Graphik;
  color: #feffff;
  margin-left: 5px;
  cursor: pointer;
  transition: .4s; }
.section_2-home:hover {
  color: #312c32; }

.section_3 {
  width: 100%;
  padding: 20px 0;
}
.content {
  font-family:Graphik;
  color: #feffff;
  width: 100%;
  height: 100vh;
}
.section_3 img {
  width: 35vw;
  height: auto;
  -moz-box-shadow: 0 0 5px 5px #888;
  -webkit-box-shadow: 0 0 5px 5px#888;
  box-shadow: 0 0 5px 5px #888;
}
.section_3 .group1 {
  display: inline-block;
}
.home-read-language-eng a {
  color: #fff;
  text-decoration: none;
}
/**
* PAGE PRELOADER
* Replace with your own icon or logo and use on your site
*/
/**
* VARIABLES
* Tweak them for prefered result
*/
#site {
  opacity: 1;
  transition: all 2s ease;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999999;
}
#preloader {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
#preloader:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  height: 100%;
  width: 100%;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  border: 1px solid #fff;
  border-top: 1px solid transparent;
  border-radius: 100%;
}
#preloader > .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 25px;
  width: 10.6px;
  margin-top: -12.5px;
  margin-left: -5.3px;
  -webkit-animation: wink 1s ease-in-out infinite alternate;
  animation: wink 1s ease-in-out infinite alternate;
}
@media only screen and (min-width: 768px) {
  #preloader {
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
  #preloader:before {
    left: -2px;
    top: -2px;
    border-top-width: 2px;
    border-left-width: 2px;
    border-bottom-width: 2px;
    border-right-width: 2px;
  }
  #preloader > .icon {
    height: 37.5px;
    width: 15.9px;
    margin-top: -18.75px;
    margin-left: -7.95px;
  }
}
@media only screen and (min-width: 1200px) {
  #preloader {
    height: 80px;
    width: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }
  #preloader > .icon {
    height: 70px;
    width: 70px;
    margin-top: -35px;
    margin-left: -35px;
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes wink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes wink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  #menu-mobile {
    display: none;
  }
  .section_3 .group1 {
    width: 48%;
    margin: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .home-read-lang, .home-menu {
    display: none;
  }
  #menu-mobile {
    background: transparent !important;
    position: fixed;
    z-index: 222;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #menu-mobile .navbar-toggler {
    background: #fff;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  #menu-mobile .show {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 20px 0;
    margin: 0 -20px;
  }
  #menu-mobile .collapsing {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 20px 0;
    margin: 0 -20px;
  }
  video {
    display: none;
  }
  .background-rgba {
    background: url(../image/poster.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .section_3 .group1 {
    width: 100%;
  }
  .section_3 img {
    width: 80%;
    float: none;
  }
  .modal.left .modal-dialog {
    width: 100%;
  }
}