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

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  background-color: #f1f1f1;
  color: #272d32;
  margin: 0;
  padding: 0;
font-family: sans-serif;

  line-height: 1.4;
  font-weight: 400;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 0 25px;
}

header {
  padding: 60px 0;
}

footer h2,
main h2 {
  font-family: "Roboto", sans-serif;
  color: #87898f;
  font-weight: 400;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}

h2:first-of-type {
  margin-top: 0;
}

p:only-child {
  margin-bottom: 0 !important;
}

main.center {
  text-align: center;
  padding: 80px 40px;
  background-color: #f1f1f1;
}

main.left {
  text-align: left;
  padding: 80px 40px;
  background-color: #f1f1f1;
}

.text {
  max-width: 960px;
  margin: auto;
}

.wrapper {
  overflow-x: hidden;
  max-width: 1440px;
  margin: 0 auto;
}

.main-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
}

.main-header > img {
  display: block;
  width: 100%;
  margin-top: 40px;
}

.main-logo {
  display: block;
  position: relative;
  overflow: hidden;
  margin: auto;
  max-width: 350px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.main-logo img {
  display: block;
  width: 100%;
}

.main-logo span {
  position: absolute;
  top: 100%;
}

.slider-wrap {
  padding: 0 0;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  z-index: 999;
  font-size: 18px;
  color: #87898f;
  background-color: #fff;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-next {
  right: 20px;
  left: auto;
}

.slick-prev {
  left: 20px;
  right: auto;
}

.featherlight .featherlight-content {
  padding: 0;
  border-bottom: 0;
}

.featherlight-next:hover,
.featherlight-previous:hover,
.featherlight-previous,
.featherlight-next {
  background: transparent;
}

.slick-slider {
  margin: 0;
  background-color: transparent;
  height: 250px;
}

.slick-slider .slick-list {
  height: 100%;
}

.slick-slider .slick-list .slick-track {
  height: 100%;
}

.slider-item {
  position: relative;
  overflow: hidden;
  margin: 0 10px;
  padding: 0 0;
  height: 100%;
}

.slider-item > img {
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: 105%;
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  transform: translate3d(-50%, -50%, 0);
}

.form {
  max-width: 52%;
  margin: 100px auto;
}

.form > form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-item {
  margin-bottom: 20px;
  width: 48%;
}

.form-item--txt,
.form-item--btn {
  width: 100%;
  text-align: center;
}

.form-item--gotcha {
  height: 0;
  overflow: hidden;
}

.form input[type="text"],
.form input[type="email"],
.form textarea {
  display: block;
  width: 100% !important;
  border: 0;
  padding: 20px 20px 20px 0px;
  background-color: transparent;
  border-bottom: 1px solid #878585;
  font-size: 14px;
  font-weight: 200;
  transition: all 0.2s linear 0s;
  text-transform: uppercase;
}

.form textarea {
  height: 180px;
}

.form input[type="text"]:hover,
.form input[type="email"]:hover,
.form textarea:hover,
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form textarea:focus {
  background-color: #fff;
  outline: 0;
  padding-left: 20px;
  transition: all 0.2s linear 0s;
}

.form-item--btn input[type="submit"] {
  box-shadow: none;
  border-radius: 0;
  border: 0;
  background-color: #87898f;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 200;
  font-family: "Georgia", serif;
  font-weight: 300;
}

#form-messages {
  background-color: green;
  color: #fff;
  padding: 10px;
  margin: 20px auto;
}

.map {
  padding: 0;
  background-color: #fff;
  margin: 0 auto 0 auto;
}

.map iframe {
  width: 100%;
  height: 350px;
  display: block;
}

footer {
  text-align: center;
  padding: 60px 0;
}

.footer_inner {
  text-align: justify;
  margin: auto;
  max-width: 500px;
}

footer h2 {
  font-size: 18px;
}

.footer_inner strong {
  display: inline-block;
  text-align: justify;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.7px;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  /* set a reasonnable width */
  font-size: 20px;
  font-weight: 700;
}

.footer_inner strong span {
  font-size: 12px;
  font-weight: 400;
}

.footer_inner p {
  text-align: justify;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  display: block;
  margin: 0 auto 20px auto;
  line-height: 1;
  /* set a reasonnable width */
  text-align: center;
  font-size: 16px;
}

.footer_inner p span {
  display: inline-block;
  width: 100%;
}

.footer_inner .contact-data {
  text-transform: unset;
  font-size: 14px;
}

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

a:hover {
  color: #000000;
}

footer p:last-child a {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .form {
    max-width: 90%;
  }

  .form-item {
    margin-bottom: 20px;
    width: 100%;
  }
}
