/* line 1, ../scss/style.scss */
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;
  border: 0;
  font-size: 100%;
  scroll-behavior: smooth;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 24, ../scss/style.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 29, ../scss/style.scss */
body {
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  background: white;
  overflow-x: hidden;
}

/* line 36, ../scss/style.scss */
ol, ul {
  list-style: none;
}

/* line 40, ../scss/style.scss */
blockquote, q {
  quotes: none;
}

/* line 44, ../scss/style.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 50, ../scss/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 55, ../scss/style.scss */
a {
  text-decoration: none;
}

/* line 59, ../scss/style.scss */
.parallax {
  position: absolute !important;
  transition: opacity .5s ease;
}

/* line 64, ../scss/style.scss */
.parallax svg {
  position: relative;
  z-index: 4;
}

/* line 69, ../scss/style.scss */
.container {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* line 75, ../scss/style.scss */
h1 {
  font-size: 92px;
  font-weight: 800;
  letter-spacing: 10px;
  color: #25262d;
  margin-bottom: 50px;
  opacity: 0;
  pointer-events: none;
}

/* line 85, ../scss/style.scss */
h2 {
  transition: all .5s ease;
  margin-bottom: 30px;
  letter-spacing: 5px;
  color: #a7a7a7;
  z-index: 3;
  position: relative;
}

/* line 94, ../scss/style.scss */
.scrollDist {
  position: absolute;
  z-index: -1;
}

/* line 99, ../scss/style.scss */
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 3;
}
/* line 105, ../scss/style.scss */
header .container {
  transition: all .5s ease;
  width: 100%;
  margin: 0 auto;
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
/* line 115, ../scss/style.scss */
header .container .logo a {
  display: flex;
  align-items: center;
}
/* line 119, ../scss/style.scss */
header .container .logo a img {
  width: 45px;
  margin-right: 20px;
}
/* line 123, ../scss/style.scss */
header .container .logo a img:last-child {
  width: 100px;
}
/* line 130, ../scss/style.scss */
header .container .m-menu ul {
  display: flex;
  align-items: center;
}
/* line 134, ../scss/style.scss */
header .container .m-menu ul li {
  margin-right: 30px;
}
/* line 137, ../scss/style.scss */
header .container .m-menu ul li a {
  font-size: 12px;
  color: #7d7d81;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 146, ../scss/style.scss */
header .container .m-menu ul li:hover a, header .container .m-menu ul li.active a {
  color: #25262d !important;
}
/* line 155, ../scss/style.scss */
header.scrolled {
  background: rgba(255, 255, 255, 0.81);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #eeeeee;
}
/* line 160, ../scss/style.scss */
header.scrolled .container {
  padding: 10px 50px;
}

/* line 166, ../scss/style.scss */
.main-page {
  height: 100vh;
  transition: all .5s ease;
  overflow: hidden;
}
/* line 171, ../scss/style.scss */
.main-page .container {
  display: flex;
  height: calc(100%);
  min-height: 100vh;
  width: 100%;
  padding: 0 10%;
  box-sizing: border-box;
  justify-content: center;
  flex-direction: column;
}
/* line 181, ../scss/style.scss */
.main-page .container a {
  padding: 15px 30px;
  background: #25262d;
  transition: all .5s ease;
  width: 115px;
  z-index: 3;
  position: relative;
  display: table;
  color: white;
  text-transform: uppercase;
}
/* line 194, ../scss/style.scss */
.main-page.half {
  height: 30vh;
  transition: all .5s ease;
}

/* line 200, ../scss/style.scss */
h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

/* line 209, ../scss/style.scss */
.hidden {
  transition: all .5s ease;
  opacity: 0;
  pointer-events: none;
}

/* line 216, ../scss/style.scss */
.about p {
  color: #4a4b50;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
/* line 224, ../scss/style.scss */
.about img {
  max-width: 80%;
  margin: 100px auto 0 auto;
  display: block;
}

/* line 231, ../scss/style.scss */
.services {
  min-height: 50vh;
  background: #f9f9f9;
  padding: 200px 0 100px 0;
}
/* line 236, ../scss/style.scss */
.services h3 {
  letter-spacing: 5px;
  margin-bottom: 100px;
}
/* line 241, ../scss/style.scss */
.services .services-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 246, ../scss/style.scss */
.services .services-list > div {
  background: white;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 50px;
  width: 32%;
  transition: all .5s ease;
  margin-bottom: 25px;
}
/* line 256, ../scss/style.scss */
.services .services-list > div:last-child, .services .services-list > div:nth-child(4) {
  width: 49%;
  height: 0;
  overflow: hidden;
  padding: 0;
}
/* line 263, ../scss/style.scss */
.services .services-list > div h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
/* line 270, ../scss/style.scss */
.services .services-list > div i {
  font-size: 48px;
  margin-bottom: 30px;
  display: block;
}
/* line 276, ../scss/style.scss */
.services .services-list > div p {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 20px;
}
/* line 282, ../scss/style.scss */
.services .services-list > div:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  transition: all .5s ease;
}
/* line 290, ../scss/style.scss */
.services .services-list.expanded > div {
  height: auto;
  padding: 50px;
  overflow: visible;
}

/* line 299, ../scss/style.scss */
.contacts-card {
  position: relative;
  overflow: hidden;
  padding: 100px 0 90px 0!important;
  background: url(../img/map.png) !important;
  background-size: 120% 120%;
}

/* line 305, ../scss/style.scss */
#map {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  top: 0;
  left: 0;
}
/* line 312, ../scss/style.scss */
#map .leaflet-control-container {
  display: none !important;
}

/* line 317, ../scss/style.scss */
.glide__slides {
  display: flex;
}

/* line 322, ../scss/style.scss */
.features .container {
  overflow: hidden;
}

/* line 327, ../scss/style.scss */
.partners {
  margin-top: 70px;
}
/* line 329, ../scss/style.scss */
.partners ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 333, ../scss/style.scss */
.partners ul li {
  width: 10%;
  opacity: 0.8;
  transition: all .5s ease;
}
/* line 337, ../scss/style.scss */
.partners ul li img {
  width: 100%;
}
/* line 340, ../scss/style.scss */
.partners ul li:hover {
  transition: all .5s ease;
  opacity: 1;
}

/* line 348, ../scss/style.scss */
.services-list-expand {
  display: flex;
  width: 115px;
  align-items: center;
  color: #25262d;
  font-weight: bold;
  font-size: 13px;
  margin: 0 auto;
  text-transform: uppercase;
}
/* line 358, ../scss/style.scss */
.services-list-expand i {
  line-height: 1;
  font-size: 23px;
  margin-bottom: -3px;
}

/* line 365, ../scss/style.scss */
.infographic {
  display: flex;
  justify-content: space-between;
  max-width: 80%;
  margin: 100px auto 0 auto;
  padding: 20px;
  border: 1px dashed #e9e9e9;
  text-align: center;
  margin-bottom: 50px;
}
/* line 375, ../scss/style.scss */
.infographic > div {
  width: 25%;
}
/* line 379, ../scss/style.scss */
.infographic p {
  margin-bottom: 7px;
  font-weight: 500;
  color: #818289;
}
/* line 384, ../scss/style.scss */
.infographic p.info-head {
  color: #25262d;
  font-size: 38px;
  font-weight: bold;
}
/* line 390, ../scss/style.scss */
.infographic p i {
  font-size: 18px;
  margin-right: 10px;
  vertical-align: sub;
}

/* line 398, ../scss/style.scss */
.features {
  min-height: 50vh;
  padding: 200px 0 100px 0;
}
/* line 402, ../scss/style.scss */
.features h3 {
  margin-bottom: 120px;
}
/* line 406, ../scss/style.scss */
.features .features-list {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 412, ../scss/style.scss */
.features .features-list > div {
  width: 30%;
  margin-bottom: 70px;
}
/* line 413, ../scss/style.scss */
.features .features-list > div i {
  text-align: center;
  margin: 0 auto 40px auto;
  font-size: 48px;
  display: block;
}
/* line 420, ../scss/style.scss */
.features .features-list > div h4 {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 4px;
}
/* line 427, ../scss/style.scss */
.features .features-list > div p {
  font-size: 13px;
  line-height: 1.6;
}

/* line 439, ../scss/style.scss */
.contacts > p {
  text-align: center;
  color: #818285;
  margin-bottom: 90px;
}
/* line 445, ../scss/style.scss */
.contacts .contacts-card {
  background: #e8eaed;
  padding: 100px 0;
}
/* line 449, ../scss/style.scss */
.contacts .contacts-card .container {
  padding: 70px;
  background: white;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
/* line 456, ../scss/style.scss */
.contacts .contacts-card .container > div {
  margin-bottom: 30px;
  width: 50%;
}
/* line 461, ../scss/style.scss */
.contacts .contacts-card .container h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 468, ../scss/style.scss */
.contacts .contacts-card .container p {
  line-height: 1.5;
  font-size: 14px;
}
/* line 473, ../scss/style.scss */
.contacts .contacts-card .container a {
  color: #25262d;
  text-decoration: underline;
}
/* line 480, ../scss/style.scss */
.contacts .contacts-form {
  padding: 100px 0;
}
/* line 483, ../scss/style.scss */
.contacts .contacts-form .container form {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
}
/* line 489, ../scss/style.scss */
.contacts .contacts-form .container form > div {
  width: 45%;
}
/* line 494, ../scss/style.scss */
.contacts .contacts-form input {
  height: 40px;
  padding-left: 20px;
  font-size: 14px;
  border: 1px solid #ddd;
  font-family: 'Montserrat', sans-serif;
  border-radius: 0;
  width: 100%;
  box-shadow: none;
  line-height: 22px;
  letter-spacing: .5px;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
/* line 509, ../scss/style.scss */
.contacts .contacts-form textarea {
  resize: none;
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 140px;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #ddd;
  letter-spacing: .5px;
  line-height: 22px;
  border-radius: 0;
}
/* line 523, ../scss/style.scss */
.contacts .contacts-form label {
  display: block;
  margin: 10px 0 30px 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 531, ../scss/style.scss */
.contacts .contacts-form button {
  padding: 15px 30px;
  background: #25262d;
  transition: all .5s ease;
  width: 194px;
  display: table;
  color: white;
  text-transform: uppercase;
}

/* line 543, ../scss/style.scss */
.scroll-down {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 26px;
  font-size: 26px;
}

/* line 554, ../scss/style.scss */
footer {
  background: #181818;
  padding: 20px 0;
}
/* line 558, ../scss/style.scss */
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #777;
  font-size: 14px;
}
/* line 559, ../scss/style.scss */
footer .container a {
  color: white;
}
/* line 569, ../scss/style.scss */
footer .container ul {
  display: flex;
}
/* line 572, ../scss/style.scss */
footer .container ul li {
  margin-right: 20px;
}
/* line 575, ../scss/style.scss */
footer .container ul li a {
  color: #777;
}
/* line 581, ../scss/style.scss */
footer .container i {
  vertical-align: middle;
}

/* line 587, ../scss/style.scss */
.testimonials {
  background: url(../img/sea-2.jpg);
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
  height: 450px;
}
/* line 594, ../scss/style.scss */
.testimonials .bg-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(17, 17, 17, 0.5);
  backdrop-filter: blur(10);
  padding: 30px 0;
  box-sizing: border-box;
}
/* line 606, ../scss/style.scss */
.testimonials .bg-overlay .quote {
  font-size: 18px;
  color: white;
  line-height: 1.4;
  margin-bottom: 30px;
}
/* line 613, ../scss/style.scss */
.testimonials .bg-overlay i {
  font-size: 40px;
  color: white;
  display: block;
  margin-bottom: 20px;
}
/* line 620, ../scss/style.scss */
.testimonials .bg-overlay .person-name, .testimonials .bg-overlay .person-position {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  margin-bottom: 5px;
}

/* line 631, ../scss/style.scss */
.inner-page .container {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
/* line 636, ../scss/style.scss */
.inner-page .container h1 {
  opacity: 1 !important;
  letter-spacing: 0;
  font-size: 48px;
}
/* line 642, ../scss/style.scss */
.inner-page .container p {
  font-size: 14px;
  line-height: 1.5;
  margin: 20px 0;
}
/* line 648, ../scss/style.scss */
.inner-page .container a {
  color: #25262d;
  text-decoration: underline;
}

@media (max-width: 1023px) {
  /* line 656, ../scss/style.scss */
  .container {
    max-width: 100vw !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box;
  }

  /* line 662, ../scss/style.scss */
  .scrollDist {
    display: none;
  }

  /* line 665, ../scss/style.scss */
  .parallax {
    display: none;
  }

  /* line 668, ../scss/style.scss */
  h1 {
    opacity: 1;
    font-size: 40px;
    text-align: center;
  }

  /* line 673, ../scss/style.scss */
  .main-page {
    text-align: center;
    background: url(../img/fog.jpg) no-repeat;
  }

  /* line 677, ../scss/style.scss */
  h2 {
    font-size: 12px;
    line-height: 1.4;
  }

  /* line 681, ../scss/style.scss */
  .main-page .container a {
    margin: 0 auto;
  }

  /* line 685, ../scss/style.scss */
  header .container {
    justify-content: center;
  }
  /* line 689, ../scss/style.scss */
  header .m-menu {
    display: none;
  }

  /* line 693, ../scss/style.scss */
  .about {
    margin-top: 50px;
  }

  /* line 696, ../scss/style.scss */
  .infographic {
    flex-wrap: wrap;
  }
  /* line 699, ../scss/style.scss */
  .infographic > div {
    width: 100%;
  }

  /* line 703, ../scss/style.scss */
  .contacts .contacts-form .container form {
    flex-wrap: wrap;
  }
  /* line 706, ../scss/style.scss */
  .contacts .contacts-form .container form input {
    box-sizing: border-box;
  }

  /* line 711, ../scss/style.scss */
  .services-list > div, .features-list > div, .contacts .contacts-form .container form > div {
    width: 100% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  /* line 718, ../scss/style.scss */
  .parallax {
    font-size: 25px;
  }
}
/* line 723, ../scss/style.scss */
.bg {
  position: fixed;
  top: -50%;
  left: -50%;
  right: -50%;
  pointer-events: none;
  bottom: -50%;
  width: 200%;
  height: 200vh;
  background: transparent url("http://assets.iceable.com/img/noise-transparent.png") repeat 0 0;
  background-size: 15%;
  background-repeat: repeat;
  animation: bg-animation .2s infinite;
  opacity: .5;
  visibility: visible;
  z-index: 2;
}

/* line 742, ../scss/style.scss */
.logo a {
  padding: 7px 25px;
  background: #25262d;
  color: white;
  letter-spacing: 8px;
  font-size: 16px;
  font-weight: bold;
}

@keyframes bg-animation {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -5%);
  }
  20% {
    transform: translate(-10%, 5%);
  }
  30% {
    transform: translate(5%, -10%);
  }
  40% {
    transform: translate(-5%, 15%);
  }
  50% {
    transform: translate(-10%, 5%);
  }
  60% {
    transform: translate(15%, 0);
  }
  70% {
    transform: translate(0, 10%);
  }
  80% {
    transform: translate(-15%, 0);
  }
  90% {
    transform: translate(10%, 5%);
  }
  100% {
    transform: translate(5%, 0);
  }
}
