/* common */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
@import url("ext/swiper.min.css");
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.wrapper {
  padding: 0 5vw;
  margin: 0 auto;
  box-sizing: border-box;
}

.content:not(:last-child) {
  margin-bottom: 5vw;
}

.top {
  padding-top: 4.16vw;
  padding-bottom: 4.16vw;
  background-color: #001852;
}
.top > .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top .-logo {
  flex-basis: 50%;
  margin-right: 20px;
}
.top .-logo img {
  display: block;
  max-width: 100%;
}
.top .-phone {
  flex-basis: 50%;
  margin-left: 20px;
  text-align: right;
}
.top .-phone, .top .-phone * {
  color: #fff;
}

.header {
  margin-bottom: 4vw;
}
.header .-img-mobile {
  width: 100%;
}

.hero {
  display: none;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12.96vw;
  background-color: #f00959;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 7.4vw;
}
.button, .button:hover {
  color: #fff;
}

.swiper {
  padding: 1.8vw 5vw;
}
.swiper:not(:last-child) {
  margin-bottom: 5vw;
}
.swiper .swiper-slide {
  width: auto !important;
}
.swiper .swiper-slide img {
  height: 52.6vw;
}

.place {
  display: block;
  background-color: #001852;
  padding-top: 11vw;
  padding-bottom: 8vw;
  margin-top: 11vw;
  text-align: center;
}
.place, .place * {
  color: #fff;
}
.place .-line-1 {
  font-size: 7.4vw;
  font-weight: 600;
}
.place .-line-2 {
  font-size: 6.48vw;
  font-weight: 300;
  margin-bottom: 8vw;
}
.place .-line-3 {
  font-size: 4.6vw;
  font-weight: 300;
}
.place .-line-4 {
  font-size: 9.26vw;
  font-weight: 900;
  text-transform: uppercase;
}

.footer {
  margin-top: 11vw;
  margin-bottom: 11vw;
}
.footer .-logo {
  max-width: 50%;
  margin-right: 20px;
  margin-bottom: 5vw;
}
.footer .-logo img {
  display: block;
  max-width: 100%;
}
.footer .-socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 3.7vw 0;
}
.footer .-socials > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .-socials > a:not(:last-child) {
  margin-right: 4vw;
}
.footer .-socials img {
  width: auto;
  height: 14vw;
}
.footer .-phone {
  font-size: 5vw;
  font-weight: 500;
  margin-bottom: 3vw;
}
.footer .-phone * {
  color: #001852;
}
.footer .-email * {
  color: #001852;
}

body {
  font-family: "Roboto", sans-serif;
  color: #111;
  font-size: 3.8vw;
}

a {
  color: #111;
  text-decoration: none;
}

p:not(:last-child) {
  margin-bottom: 4.6vw;
}

html {
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #111;
  background-color: #f9edf0;
}

img {
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 1023px) {
  .is-hidden-mobile {
    display: none;
  }
}
/* desktop */
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none;
  }

  body {
    font-size: 30px;
  }

  p {
    line-height: 1.6;
  }
  p:not(:last-child) {
    margin-bottom: 30px;
  }

  .header {
    margin-bottom: 42px;
  }

  .-img-mobile {
    display: none;
  }

  .wrapper {
    padding: 0 50px;
  }

  .top {
    padding: 0;
  }
  .top > .wrapper {
    height: 100px;
  }
  .top .-logo img {
    width: 306px;
    height: 40px;
  }
  .top .-phone {
    font-size: 24px;
  }

  .hero {
    display: block;
    max-height: 720px;
    background: #010101 url("../images/bg-head.jpg") repeat-x 50% 50%;
  }

  .is-flex-desktop {
    display: flex;
    align-items: flex-start;
  }
  .is-flex-desktop div:first-child {
    flex-grow: 1;
    margin-bottom: 20px !important;
  }
  .is-flex-desktop .button {
    flex-basis: 261px;
    flex-grow: 0;
    margin-left: 80px;
    min-width: 261px;
    margin-top: 18px;
  }

  .button {
    width: 261px;
    height: 163px;
    text-align: center;
    background: transparent url("../images/button.png") no-repeat 50% 50%;
    text-transform: uppercase;
    font-size: 42px;
  }

  .main {
    padding-top: 0;
  }
  .main > .wrapper:not(:last-child) {
    margin-bottom: 30px;
  }

  .swiper {
    padding: 0 0 0 50px;
  }
  .swiper:not(:last-child) {
    margin-bottom: 40px;
  }
  .swiper .swiper-slide img {
    height: 600px;
  }

  .place {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 60px;
    text-align: left;
  }
  .place .is-flex {
    display: flex;
    align-items: flex-start;
  }
  .place .-line-1,
.place .-line-2 {
    font-size: 70px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .place .-line-1:not(:last-child),
.place .-line-2:not(:last-child) {
    margin-right: 30px;
  }
  .place .-line-4,
.place .-line-3 {
    font-size: 40px;
    color: #c5cad5;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 30px;
  }
  .place .-line-3 {
    order: 2;
  }
  .place .-line-4 {
    order: 1;
  }

  .footer {
    margin-top: 120px;
    margin-bottom: 100px;
  }
  .footer .-logo {
    margin-bottom: 40px;
  }
  .footer .-logo img {
    display: block;
    width: 464px;
    height: 60px;
  }
  .footer .-socials {
    margin: 40px 0 40px -20px;
  }
  .footer .-socials > a:not(:last-child) {
    margin-right: 20px;
  }
  .footer .-socials img {
    height: 90px;
  }
  .footer .-phone {
    font-size: 48px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .wrapper {
    max-width: 1280px;
    padding: 0;
  }

  .swiper {
    padding-left: calc((100% - 1280px) * 0.5);
  }
}
/* ext */

/*# sourceMappingURL=page.css.map */
