@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans-Regular.ttf") format("truetype");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-size: 18px;
  line-height: 1.4;
  color: #101010;
  height: 100%;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

:focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

p,
iframe {
  margin-bottom: 1em;
}

.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
}

header {
  color: #fff;
  background: #666;
  background: rgba(0, 0, 0, 0.6);
}

.nav-row {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.logo {
  max-width: 190px;
  max-height: 20px;
  margin: auto 0;
}

.menu {
  /* padding: 0.5em 0; */
  visibility: hidden;
  height: 0;
  padding: 0;
  transition: all 0.5s;
}

.menu__icon {
  display: inline-block;
  width: 45px;
  height: 35px;
  position: relative;
  cursor: pointer;
  margin: auto 0;
  z-index: 20;
}

.menu__icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menu__icon span:first-child {
  top: 0;
}

.menu__icon span:nth-child(2),
header .menu__icon span:nth-child(3) {
  top: 13px;
}

.menu__icon span:nth-child(4) {
  top: 26px;
}

.menu_state_open .menu__icon span:first-child {
  top: 18px;
  width: 0;
  left: 50%;
}

.menu_state_open .menu__icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_state_open .menu__icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu_state_open .menu__icon span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}

.menu_state_open .menu {
  padding: 0.5em 0;
  visibility: visible;
  height: auto;
}

.menu-list {
  display: flex;
  flex-direction: column;
}

.menu-item {
  margin-bottom: 20px;
}

.content {
  padding: 50px 0;
}

.title {
  margin-bottom: 1.5em;
}

h1 {
  font-size: 48px;
  font-weight: 400;
}

h2 {
  font-size: 24px;
  margin-top: 1em;
}

h1,
h2 {
  line-height: 1.2;
}

.slider {
  position: relative;
  height: 100%;
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.6);
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.section__title {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}

.footer-list {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}

.footer-item {
  font-size: 24px;
}

.contact p {
  font-size: 24px;
}


/* @media (max-height: 850px) {
  footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
} */

.contact {
  min-height: 70vh;
}

@media (max-width: 1024px) {
  .footer-list {
    flex-direction: column;
    align-items: center;
  }

  .footer-item {
    margin-bottom: 1em;
  }

  .footer-item:last-child {
    margin-bottom: 0;
  }
}
