* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  position: relative;
}

.blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.langHide {
  display: none;
}

.langShow {
  display: block;
}

.wrapper {
  width: 288px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .wrapper {
    width: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 992px) {
  .wrapper {
    width: 960px;
  }
}

html {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 0.75em;
}

h5 {
  font-size: 0.6em;
  font-weight: 400;
}

p {
  font-size: 0.75em;
}

a {
  color: inherit;
  text-decoration: none;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000000;
  padding: 50px 0 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .footer {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .footer {
    font-size: 25px;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 30px;
}
@media (min-width: 768px) {
  .footer__container {
    gap: 50px;
  }
}
@media (min-width: 992px) {
  .footer__container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 50px;
  }
}
.footer .contact__header {
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .footer .contact__header {
    text-align: left;
  }
}
.footer .contact__options {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer .contact__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.footer .contact__icon {
  width: 20px;
}
.footer .contact__text {
  color: #ffffff;
}
.footer .contact__title {
  padding: 5px 0 2px;
  text-transform: uppercase;
  font-size: 1em;
}
.footer .contact__description {
  color: #b8b8b8;
}
.footer__logo {
  width: 75%;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .footer__logo {
    width: 25%;
  }
}
.footer__map {
  width: 100%;
  height: 200px;
}
.footer__map .mapouter {
  height: 100%;
}
@media (min-width: 768px) {
  .footer__map {
    width: 80%;
    height: 300px;
  }
}
@media (min-width: 992px) {
  .footer__map {
    width: 50%;
    height: 210px;
  }
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin: 40px 0 35px 0;
}
@media (min-width: 768px) {
  .footer__socials {
    gap: 30px;
  }
}
.footer__socials img {
  height: 20px;
}
@media (min-width: 768px) {
  .footer__socials img {
    height: 20px;
  }
}
.footer__sign {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 25px 0;
  background-color: #212121;
  color: #ffffff;
}
.footer__sign a {
  margin-left: 10px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__sign a:visited {
  color: white;
}
.footer__sign a:hover {
  color: #757575;
  text-decoration: underline;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.gallery .comparison {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .gallery .comparison {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .gallery .comparison {
    width: 30%;
  }
}
.gallery .comparison img {
  width: 50%;
}
.gallery img {
  width: 100%;
  -webkit-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
          box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: auto;
}
.gallery img .photos {
  width: 100%;
  position: absolute;
  overflow: hidden;
}
.gallery img .photos img {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .gallery img {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .gallery img {
    width: 30%;
  }
}
.gallery .fadeOut {
  -webkit-animation: fadeOut 0.6s forwards;
          animation: fadeOut 0.6s forwards;
}
.gallery .fadeIn {
  -webkit-animation: fadeIn 0.6s forwards;
          animation: fadeIn 0.6s forwards;
}

.gallery .qualifications {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
}
@media (min-width: 992px) {
  .gallery .qualifications {
    gap: 50px;
  }
}
.gallery .qualifications img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .gallery .qualifications img {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .gallery .qualifications img {
    width: 75%;
  }
}
.gallery .qualifications img img {
  width: 100%;
}

.gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}
.gallery__container {
  padding: 50px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (min-width: 768px) {
  .gallery__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .gallery__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gallery__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
@media (min-width: 992px) {
  .gallery__header {
    padding: 30px 0;
  }
}
.gallery__title {
  text-transform: uppercase;
  font-weight: bold;
}
.gallery__underline {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  height: 4px;
  background-color: #f3e3dc;
  border-radius: 50px;
}
.gallery .hide {
  display: none !important;
}
.gallery .show {
  display: block;
}/*# sourceMappingURL=gallery.css.map */