html,
body {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
.page {
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: repeat-y;
  background-position: top center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.content {
  color: #fff;
  text-align: center;
  padding-top: 8%;
}
@media screen and (min-width: 2530px) {
  .content {
    padding-top: 13%;
  }
}
@media screen and (max-height: 1160px) {
  .content {
    padding-top: 4%;
  }
}
@media screen and (max-height: 1070px) {
  .content {
    padding-top: 2%;
  }
}
.content .logo {
  position: relative;
  z-index: 10;
  width: 238px;
}
@media screen and (max-height: 820px) {
  .content .logo {
    width: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .content .logo {
    width: 150px;
  }
}
@media screen and (max-width: 420px) {
  .content .logo {
    width: 100px;
  }
}
.content h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 36px;
  margin: 5% 0 40px 0;
  padding: 0 1em;
}
@media screen and (max-height: 980px) {
  .content h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 850px) {
  .content h1 {
    font-size: 20px;
  }
}
.content strong {
  font-weight: 600;
}
.content p {
  max-width: 1400px;
  margin: 0 auto 40px auto;
  font-weight: 400;
  font-size: 26px;
  padding: 0 1em;
}
@media screen and (max-height: 980px) {
  .content p {
    font-size: 22px;
  }
}
@media screen and (max-width: 850px) {
  .content p {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  .content p {
    font-size: 16px;
  }
}
.more .handler {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 318px;
  margin-left: -159px;
  height: 130px;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 5;
  font-weight: 900;
}
@media screen and (max-height: 980px) {
  .more .handler {
    font-size: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .more .handler {
    height: 100px;
  }
}
.more .handler:hover .background {
  opacity: 1;
}
.more .handler .icon {
  background: url("../img/icn.png") center center no-repeat;
  height: 15px;
  margin: 20px 0;
  transition: all 500ms;
}
.more .handler .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.more .handler .background {
  opacity: 0.85;
  background: #c70000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.more .full-background,
.more .map,
.more .contacts {
  visibility: hidden;
}
.open .handler {
  bottom: 240px;
}
@media screen and (max-height: 900px) {
  .open .handler {
    bottom: 140px;
  }
}
@media screen and (max-width: 1000px) {
  .open .handler {
    bottom: 140px;
  }
}
@media screen and (max-width: 420px) {
  .open .handler {
    bottom: 90px;
  }
  .open .handler span {
    display: none;
  }
}
.open .handler .background {
  display: none;
}
.open .map {
  height: 240px;
  background-image: url(../img/map.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
  visibility: visible;
}
@media screen and (max-height: 900px) {
  .open .map {
    height: 140px;
  }
}
@media screen and (max-width: 1000px) {
  .open .map {
    height: 140px;
  }
}
.open .full-background {
  opacity: 0.95;
  background: #00202c;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 370px;
  visibility: visible;
}
@media screen and (min-height: 1366px) {
  .open .full-background {
    top: 250px;
  }
}
@media screen and (min-height: 1420px) {
  .open .full-background {
    top: 450px;
  }
}
@media screen and (max-height: 1070px) {
  .open .full-background {
    top: 200px;
  }
}
@media screen and (max-height: 980px) {
  .open .full-background {
    top: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .open .full-background {
    top: 120px;
  }
}
@media screen and (max-width: 420px) {
  .open .full-background {
    top: 50px;
  }
}
.open .icon {
  transform: rotateX(180deg);
}
.open .contacts {
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 700px;
  z-index: 2;
  visibility: visible;
  width: 80%;
  margin: 0 auto;
  max-width: 1400px;
}
@media screen and (max-width: 1280px) {
  .open .contacts {
    width: 100%;
    padding: 0 1em;
  }
}
@media screen and (min-height: 1366px) {
  .open .contacts {
    height: 900px;
  }
}
@media screen and (min-height: 1420px) {
  .open .contacts {
    height: 700px;
  }
}
@media screen and (max-height: 1240px) {
  .open .contacts {
    height: 600px;
  }
}
@media screen and (max-height: 980px) {
  .open .contacts {
    font-size: 18px;
  }
}
@media screen and (max-height: 900px) {
  .open .contacts {
    height: 450px;
  }
}
@media screen and (max-height: 768px) {
  .open .contacts {
    height: 550px;
  }
}
@media screen and (max-width: 1000px) {
  .open .contacts {
    height: 80%;
  }
}
@media screen and (max-width: 600px) {
  .open .contacts {
    height: 77%;
  }
}
.open .contacts .item {
  float: left;
  width: 33%;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .open .contacts .item:nth-child(3) .dlm {
    display: block;
    height: 1px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .open .contacts .item:nth-child(1),
  .open .contacts .item:nth-child(2) {
    width: 50%;
  }
  .open .contacts .item:nth-child(3) {
    width: 100%;
    margin-top: 50px;
  }
  .open .contacts .item:nth-child(3) .dlm {
    display: inline;
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .open .contacts .item {
    width: 100% !important;
    float: none;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .open .contacts .item {
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
  .open .contacts .item {
    font-size: 14px;
    margin: 0 0 30px 0 !important;
  }
}
.open .contacts a {
  color: #fff;
  text-decoration: none;
}
.open .contacts h2 {
  font-size: 28px;
  font-weight: 900;
  margin: 0;
}
@media screen and (max-height: 980px) {
  .open .contacts h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .open .contacts h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 420px) {
  .open .contacts h2 {
    font-size: 16px;
  }
}
.open .contacts div {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .open .contacts div {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 420px) {
  .open .contacts div {
    margin-bottom: 1px;
  }
  .open .contacts div div:nth-child(3) {
    height: 1px;
    overflow: hidden;
  }
}
.open .contacts .d {
  display: inline-block;
  width: 45px;
}
.open .contacts .small {
  font-weight: 400;
}
.open .contacts strong {
  font-weight: 700;
}
