@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Lobster&family=Open+Sans:wght@300;400&family=Paytone+One&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Black Ops", sans-serif;
  color: #EFE7E2;
  font-size: 18px;
}

body {
  background-color: #333;
}

a {
  text-decoration: none;
}

h1 {
  margin: 0;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1380px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1364px) {
  .container {
    max-width: 1020px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  * {
    font-size: 16px;
  }

  .container {
    max-width: 750px;
  }
}
@media screen and (min-width: 595px) and (max-width: 767px) {
  * {
    font-size: 14px;
  }

  .container {
    max-width: 590px;
  }
}
@media screen and (min-width: 412px) and (max-width: 594px) {
  * {
    font-size: 14px;
  }

  .container {
    max-width: 412px;
  }
}
@media screen and (min-width: 380px) and (max-width: 411px) {
  * {
    font-size: 14px;
  }

  .container {
    max-width: 380px;
  }
}
@media screen and (min-width: 320px) and (max-width: 379px) {
  * {
    font-size: 14px;
  }

  .container {
    max-width: 310px;
  }
}
.header {
  padding: 10px 10px 10px 0;
}
.header .nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav_bar__logo > img {
  width: 185px;
  height: 80px;
}
.header .nav_bar__link {
  font-size: 18px;
  font-weight: bold;
}
.header .nav_bar :hover {
  color: #faa633;
}
.header .mob_header {
  display: none;
}
.header .mob_header__content {
  display: none;
}

@media screen and (min-width: 595px) and (max-width: 767px) {
  .header {
    padding: 10px;
  }
  .header .nav_bar {
    display: none;
  }
  .header .mob_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .mob_header__logo > img {
    width: 165px;
    height: 70px;
  }
  .header .mob_header__dash {
    margin: 3px 10px 0 0;
    width: 34px;
    height: 31px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .header .mob_header__dash div {
    width: 34px;
    height: 3px;
    background-color: #EFE7E2;
    flex-shrink: 0;
  }
  .header .mob_header__content {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    min-width: 320px;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 45px;
    padding: 30px 15px 65px;
    background-color: #333;
    transform: translateY(-150%);
    /*animation: header 2s forwards;*/
  }
  @keyframes header {
    0% {
      transform: translateY(-150%);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes headerBack {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-150%);
    }
  }
  .header .mob_header__content > a {
    font-size: 19px;
    font-weight: bold;
    color: #EFE7E2;
  }
  .header .mob_header__content > a:hover {
    color: #faa633;
  }
  .header .mob_header__content > img {
    align-self: end;
  }
}
@media screen and (min-width: 412px) and (max-width: 594px) {
  .header {
    padding: 10px;
  }
  .header .nav_bar {
    display: none;
  }
  .header .mob_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .mob_header__logo > img {
    width: 155px;
    height: 70px;
  }
  .header .mob_header__dash {
    margin: 3px 10px 0 0;
    width: 34px;
    height: 31px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .header .mob_header__dash div {
    width: 32px;
    height: 3px;
    background-color: #EFE7E2;
    flex-shrink: 0;
  }
  .header .mob_header__content {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    min-width: 320px;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 45px;
    padding: 30px 15px 65px;
    background-color: #333;
    transform: translateY(-150%);
    /*animation: header 2s forwards;*/
  }
  @keyframes header {
    0% {
      transform: translateY(-150%);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes headerBack {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-150%);
    }
  }
  .header .mob_header__content > a {
    font-size: 19px;
    font-weight: bold;
    color: #EFE7E2;
  }
  .header .mob_header__content > a:hover {
    color: #faa633;
  }
  .header .mob_header__content > img {
    align-self: end;
  }
}
@media screen and (min-width: 320px) and (max-width: 411px) {
  .header {
    padding: 5px;
  }
  .header .nav_bar {
    display: none;
  }
  .header .mob_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .mob_header__logo > img {
    width: 155px;
    height: 70px;
  }
  .header .mob_header__dash {
    margin: 3px 10px 0 0;
    width: 34px;
    height: 31px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .header .mob_header__dash div {
    width: 30px;
    height: 3px;
    background-color: #EFE7E2;
    flex-shrink: 0;
  }
  .header .mob_header__content {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    min-width: 320px;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 45px;
    padding: 30px 15px 65px;
    background-color: #333;
    transform: translateY(-150%);
    /*animation: header 2s forwards;*/
  }
  @keyframes header {
    0% {
      transform: translateY(-150%);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes headerBack {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-150%);
    }
  }
  .header .mob_header__content > a {
    font-size: 19px;
    font-weight: bold;
    color: #EFE7E2;
  }
  .header .mob_header__content > a:hover {
    color: #faa633;
  }
  .header .mob_header__content > img {
    align-self: end;
  }
}
.first_section__content {
  overflow: hidden;
}
.first_section__content .main__img {
  width: 100%;
  height: 530px;
}
.first_section__content .main__title {
  position: absolute;
  top: 400px;
  max-width: 700px;
  padding: 10px;
  background-color: #faa633;
  animation: magic 2s forwards;
}
@keyframes magic {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.first_section__content h1 {
  font-size: 55px;
}

@media screen and (min-width: 1920px) {
  .first_section__content .main__img {
    height: 700px;
  }
  .first_section__content .main__title {
    top: 500px;
    max-width: 800px;
  }
  .first_section__content h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .first_section__content .main__img {
    height: 380px;
  }
  .first_section__content .main__title {
    top: 300px;
  }
  .first_section__content h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 595px) and (max-width: 767px) {
  .first_section__content .main__img {
    height: 480px;
    width: 180%;
    margin-left: -280px;
  }
  .first_section__content .main__title {
    top: 300px;
  }
  .first_section__content h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 412px) and (max-width: 594px) {
  .first_section__content .main__img {
    height: 530px;
    width: 290%;
    margin-left: -280px;
  }
  .first_section__content .main__title {
    top: 300px;
  }
  .first_section__content h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 380px) and (max-width: 411px) {
  .first_section__content .main__img {
    height: 490px;
    width: 300%;
    margin-left: -290px;
  }
  .first_section__content .main__title {
    top: 300px;
    max-width: 210px;
  }
  .first_section__content h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 379px) {
  .first_section__content .main__img {
    height: 490px;
    width: 350%;
    margin-left: -290px;
  }
  .first_section__content .main__title {
    top: 300px;
    max-width: 210px;
  }
  .first_section__content h1 {
    font-size: 30px;
  }
}
.second_section {
  padding: 70px;
}
.second_section__content {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 0 5px 5px 0;
}
.second_section__content .secs__title {
  text-align: center;
  color: #faa633;
  font-size: 24px;
}
.second_section__content .service {
  background-color: #251D1A;
  box-shadow: 10px 10px 10px black;
  margin: 15px;
}
.second_section__content .service__description {
  padding: 45px 35px 35px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #251D1A;
}
.second_section__content .service__description__lable {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  min-width: 210px;
}
.second_section__content .service__description__logo {
  width: 79px;
  height: 79px;
}
.second_section__content .service__description__title {
  color: #faa633;
  font-size: 20px;
  font-weight: bold;
}
.second_section__content .service__description__text {
  max-width: 750px;
}
.second_section__content .service__photo {
  display: none;
  background-color: #251D1A;
  justify-content: space-around;
  padding: 20px;
}
.second_section__content .service__photo__1, .second_section__content .service__photo__2 {
  width: 420px;
  height: 240px;
}
.second_section__content .service .active_photo {
  display: flex;
  opacity: 0;
  animation: magic_photo 1.5s forwards;
}
@keyframes magic_photo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.second_section__content .service__wrap {
  cursor: pointer;
  padding: 15px 0;
  margin-top: -30px;
  display: flex;
  justify-content: space-around;
  background-color: #251D1A;
}
.second_section__content .service__arrow {
  width: 55px;
  height: 15px;
  animation: 1.2s infinite bounceArrow;
}
@keyframes bounceArrow {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-12px);
  }
  60% {
    transform: translateY(-7px);
  }
}
.second_section__content .service .rotate__arrow {
  transform: scale(1, -1);
}
.second_section__content .separ {
  margin: 10px auto;
  width: 700px;
  border: 2px solid #faa633;
  border-radius: 5px;
}

@media screen and (min-width: 1920px) {
  .second_section__content .service__description__text {
    max-width: 1000px;
  }
  .second_section__content .separ {
    width: 800px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .second_section {
    padding: 45px 35px;
  }
  .second_section__content {
    gap: 25px;
  }
  .second_section__content .secs__title {
    font-size: 20px;
  }
  .second_section__content .service {
    box-shadow: 5px 5px 5px black;
  }
  .second_section__content .service__description {
    padding: 20px 20px 20px 0;
  }
  .second_section__content .service__description__lable {
    gap: 15px;
  }
  .second_section__content .service__description__logo {
    width: 59px;
    height: 59px;
  }
  .second_section__content .service__description__title {
    font-size: 17px;
  }
  .second_section__content .service__description__text {
    font-size: 15px;
  }
  .second_section__content .service__photo__1, .second_section__content .service__photo__2 {
    width: 280px;
    height: 170px;
  }
  @keyframes bounceArrow {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-3px);
    }
    60% {
      transform: translateY(3px);
    }
  }
  .second_section__content .separ {
    width: 500px;
  }
}
@media screen and (min-width: 595px) and (max-width: 767px) {
  .second_section {
    padding: 25px;
  }
  .second_section__content {
    gap: 20px;
  }
  .second_section__content .secs__title {
    font-size: 20px;
  }
  .second_section__content .service {
    box-shadow: 10px 10px 10px black;
    margin: 15px;
  }
  .second_section__content .service__description {
    padding: 25px 25px 35px 25px;
    flex-direction: column;
    gap: 10px;
  }
  .second_section__content .service__description__lable {
    flex-direction: column;
    gap: 10px;
  }
  .second_section__content .service__description__logo {
    width: 55px;
    height: 55px;
  }
  .second_section__content .service__description__title {
    font-size: 18px;
  }
  .second_section__content .service__photo__1, .second_section__content .service__photo__2 {
    width: 240px;
    height: 170px;
    margin: 0 auto;
  }
  .second_section__content .service .active_photo {
    justify-content: space-around;
    gap: 7px;
  }
  .second_section__content .separ {
    width: 300px;
  }
}
@media screen and (min-width: 412px) and (max-width: 594px) {
  .second_section {
    padding: 25px;
  }
  .second_section__content {
    gap: 20px;
  }
  .second_section__content .secs__title {
    font-size: 20px;
  }
  .second_section__content .service {
    box-shadow: 5px 5px 5px black;
    margin: 10px;
  }
  .second_section__content .service__description {
    padding: 25px 25px 35px 25px;
    flex-direction: column;
    gap: 10px;
  }
  .second_section__content .service__description__lable {
    flex-direction: column;
    gap: 10px;
  }
  .second_section__content .service__description__logo {
    width: 55px;
    height: 55px;
  }
  .second_section__content .service__description__title {
    font-size: 18px;
  }
  .second_section__content .service__photo__1, .second_section__content .service__photo__2 {
    width: 290px;
    height: 170px;
    margin: 0 auto;
  }
  .second_section__content .service .active_photo {
    flex-direction: column;
    justify-content: space-around;
    gap: 7px;
  }
  .second_section__content .separ {
    width: 300px;
  }
}
@media screen and (min-width: 380px) and (max-width: 411px) {
  .second_section {
    padding: 25px 10px;
  }
  .second_section__content {
    gap: 20px;
  }
  .second_section__content .secs__title {
    font-size: 20px;
  }
  .second_section__content .service {
    box-shadow: 5px 5px 5px black;
    margin: 5px 8px 5px 5px;
    min-width: 270px;
  }
  .second_section__content .service__description {
    padding: 15px 10px 30px;
    flex-direction: column;
    gap: 10px;
  }
  .second_section__content .service__description__lable {
    flex-direction: column;
    gap: 10px;
  }
  .second_section__content .service__description__logo {
    width: 55px;
    height: 55px;
  }
  .second_section__content .service__description__title {
    font-size: 18px;
  }
  .second_section__content .service__photo__1, .second_section__content .service__photo__2 {
    width: 300px;
    height: 170px;
    margin: 0 auto;
  }
  .second_section__content .service .active_photo {
    flex-direction: column;
    justify-content: space-around;
    gap: 7px;
  }
  .second_section__content .separ {
    width: 250px;
    border: 1px solid #faa633;
  }
}
@media screen and (min-width: 320px) and (max-width: 379px) {
  .second_section {
    padding: 25px 10px;
  }
  .second_section__content {
    gap: 20px;
  }
  .second_section__content .secs__title {
    font-size: 20px;
  }
  .second_section__content .service {
    box-shadow: 5px 5px 5px black;
    margin: 5px 8px 5px 5px;
    min-width: 270px;
  }
  .second_section__content .service__description {
    padding: 15px 10px 30px;
    flex-direction: column;
    gap: 10px;
  }
  .second_section__content .service__description__lable {
    flex-direction: column;
    gap: 10px;
  }
  .second_section__content .service__description__logo {
    width: 55px;
    height: 55px;
  }
  .second_section__content .service__description__title {
    font-size: 18px;
  }
  .second_section__content .service__photo__1, .second_section__content .service__photo__2 {
    width: 250px;
    height: 150px;
    margin: 0 auto;
  }
  .second_section__content .service .active_photo {
    flex-direction: column;
    justify-content: space-around;
    gap: 7px;
  }
  .second_section__content .separ {
    width: 250px;
    border: 1px solid #faa633;
  }
}
.third_section {
  padding: 45px;
}
.third_section__content {
  position: relative;
}
.third_section__content .ts__title {
  text-align: center;
  color: #faa633;
  font-size: 24px;
}
.third_section__content .ts__text {
  text-align: center;
  padding: 35px 0 15px;
}
.third_section__content .image_slider {
  margin: 0 auto;
  padding: 10px 10px;
  min-height: 400px;
  max-width: 1000px;
  display: flex;
  gap: 70px;
  overflow-x: scroll;
  scroll-behavior: smooth;
}
.third_section__content .image_slider::-webkit-scrollbar {
  width: 0;
}
.third_section__content .image_slider .slide {
  filter: blur(2px);
  margin: 0 35px 10px 35px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background-color: #251D1A;
  width: 270px;
  height: 400px;
  box-shadow: 10px 10px 10px black;
}
.third_section__content .image_slider .slide__icon {
  display: flex;
  gap: 5px;
}
.third_section__content .image_slider .slide__icon img {
  width: 25px;
  height: 25px;
}
.third_section__content .image_slider .slide__title {
  color: #faa633;
  font-weight: bold;
}
.third_section__content .arrow, .third_section__content .arrow_2 {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 390px;
}
.third_section__content .arrow {
  transform: rotate(-90deg);
  right: 0;
}
.third_section__content .arrow_2 {
  transform: rotate(90deg);
  left: 0;
}
.third_section__content .slick-center {
  filter: contrast(100%) !important;
  transform: scale(1.3);
}
.third_section__content .slick-track {
  padding: 75px 0;
}
.third_section__content .slick-slide {
  margin: 0 40px;
}
.third_section__content .slick-slide p {
  font-size: 14px;
}

@media screen and (min-width: 1920px) {
  .third_section__content .image_slider {
    max-width: 1250px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .third_section {
    padding: 15px;
  }
  .third_section__content .ts__title {
    font-size: 20px;
  }
  .third_section__content .image_slider {
    min-height: 350px;
    max-width: 670px;
  }
  .third_section__content .image_slider .slide {
    margin: 0 35px 10px 35px;
    padding: 15px;
    gap: 10px;
    width: 240px;
  }
  .third_section__content .image_slider .slide__icon img {
    width: 20px;
    height: 20px;
  }
  .third_section__content .arrow, .third_section__content .arrow_2 {
    width: 30px;
    height: 30px;
    top: 370px;
  }
  .third_section__content .slick-slider {
    max-width: 670px;
  }
  .third_section__content .slick-slide {
    max-height: 330px;
    margin: 0 40px;
  }
  .third_section__content .slick-slide p {
    font-size: 12px;
  }
}
@media screen and (min-width: 595px) and (max-width: 767px) {
  .third_section {
    padding: 25px;
  }
  .third_section__content .ts__title {
    font-size: 20px;
  }
  .third_section__content .ts__text {
    padding: 15px 0 10px;
  }
  .third_section__content .image_slider {
    min-height: 400px;
    max-width: 370px;
    gap: 70px;
  }
  .third_section__content .image_slider .slide {
    filter: blur(0);
    margin: 0 35px 15px 35px;
    padding: 25px;
    gap: 10px;
    background-color: #251D1A;
    width: 300px;
    height: 420px;
    box-shadow: 10px 10px 10px black;
  }
  .third_section__content .arrow, .third_section__content .arrow_2 {
    display: none;
  }
  .third_section__content .slick-center {
    transform: scale(1);
  }
  .third_section__content .slick-track {
    padding: 15px 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 594px) {
  .third_section {
    padding: 25px;
  }
  .third_section__content .ts__title {
    font-size: 20px;
  }
  .third_section__content .ts__text {
    padding: 15px 0 10px;
  }
  .third_section__content .image_slider {
    min-height: 400px;
    max-width: 350px;
    gap: 70px;
  }
  .third_section__content .image_slider .slide {
    filter: blur(0);
    margin: 0 35px 10px 35px;
    padding: 25px;
    gap: 10px;
    background-color: #251D1A;
    width: 300px;
    height: 420px;
    box-shadow: 5px 5px 5px black;
  }
  .third_section__content .arrow, .third_section__content .arrow_2 {
    display: none;
  }
  .third_section__content .slick-center {
    transform: scale(1);
  }
  .third_section__content .slick-track {
    padding: 15px 0;
  }
}
@media screen and (min-width: 380px) and (max-width: 411px) {
  .third_section {
    padding: 15px 5px 5px;
  }
  .third_section__content .ts__title {
    font-size: 20px;
  }
  .third_section__content .ts__text {
    padding: 15px 0 10px;
  }
  .third_section__content .image_slider {
    min-height: 400px;
    max-width: 350px;
    gap: 70px;
  }
  .third_section__content .image_slider .slide {
    filter: blur(0);
    margin: 0 35px 10px 35px;
    padding: 25px;
    gap: 10px;
    background-color: #251D1A;
    width: 315px;
    height: 410px;
    box-shadow: 5px 5px 5px black;
  }
  .third_section__content .arrow, .third_section__content .arrow_2 {
    display: none;
  }
  .third_section__content .slick-center {
    transform: scale(1);
  }
  .third_section__content .slick-track {
    padding: 15px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 379px) {
  .third_section {
    padding: 15px 5px 5px;
  }
  .third_section__content .ts__title {
    font-size: 20px;
  }
  .third_section__content .ts__text {
    text-align: center;
    padding: 25px 0 0;
  }
  .third_section__content .image_slider {
    min-height: 400px;
    max-width: 350px;
    gap: 70px;
  }
  .third_section__content .image_slider .slide {
    filter: blur(0);
    margin: 0 35px 10px 35px;
    padding: 25px;
    gap: 10px;
    background-color: #251D1A;
    width: 275px;
    height: 410px;
    box-shadow: 5px 5px 5px black;
  }
  .third_section__content .arrow, .third_section__content .arrow_2 {
    display: none;
  }
  .third_section__content .slick-center {
    transform: scale(1);
  }
  .third_section__content .slick-track {
    padding: 15px 0;
  }
}
.footer {
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.footer .footer_img {
  width: 100%;
}
.footer .footer__content .f__contact {
  position: absolute;
  top: 19px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 430px;
  padding: 35px 30px;
  background-color: #251D1A;
  border-radius: 2px;
}
.footer .footer__content .f__contact div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer .footer__content .f__contact img {
  width: 41px;
  height: 41px;
}
.footer .footer__content .f__contact .f__title {
  font-size: 23px;
}
.footer .footer__content .f__contact .f__contact__item:hover {
  color: #faa633;
}
.footer .footer__content .f__info {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.footer .footer__content .f__info__1 span {
  font-size: 15px;
  font-weight: bold;
}
.footer .footer__content .f__info__2 {
  display: flex;
  gap: 19px;
}
.footer .footer__content .f__info__2 a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}
.footer .footer__content .f__info__2 a:hover {
  color: #faa633;
}
.footer .f__visit_card {
  border-top: 1px solid #EFE7E2;
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
  padding: 15px 0;
}
.footer .f__visit_card a, .footer .f__visit_card p {
  font-size: 14px;
  color: #EFE7E2;
}
.footer .f__visit_card a {
  text-decoration: underline;
}

@media screen and (min-width: 1920px) {
  .footer .footer__content .f__contact {
    top: 23%;
    left: 20%;
    transform: translate(-20%, -23%);
  }
}
@media screen and (min-width: 1365px) and (max-width: 1450px) {
  .footer .footer__content .f__contact {
    top: 5%;
    left: 15%;
    transform: translate(-15%, -5%);
    gap: 10px;
    max-width: 430px;
    padding: 35px 30px;
    background-color: #251D1A;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1364px) {
  .footer .footer__content .f__contact {
    top: 9%;
    left: 10%;
    transform: translate(-10%, -9%);
    gap: 7px;
    padding: 10px 20px;
  }
  .footer .footer__content .f__contact img {
    width: 33px;
    height: 33px;
  }
  .footer .footer__content .f__contact .f__title {
    font-size: 20px;
  }
  .footer .footer__content .f__contact .f__contact__item {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer {
    max-width: 130%;
  }
  .footer .footer_img {
    width: 130%;
  }
  .footer .footer__content .f__contact {
    top: 7%;
    left: 15%;
    transform: translate(-15%, -7%);
    gap: 7px;
    padding: 10px 20px;
  }
  .footer .footer__content .f__contact img {
    width: 33px;
    height: 33px;
  }
  .footer .footer__content .f__contact .f__title {
    font-size: 20px;
  }
  .footer .footer__content .f__contact .f__contact__item {
    font-size: 16px;
  }
  .footer .f__visit_card {
    padding: 10px 0;
  }
}
@media screen and (min-width: 595px) and (max-width: 767px) {
  .footer .footer_img {
    width: 220%;
    margin-left: -400px;
  }
  .footer .footer__content .f__contact {
    top: 25%;
    left: 25%;
    transform: translate(-25%, -25%);
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px 10px;
    background-color: transparent;
  }
  .footer .footer__content .f__contact div {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .footer .footer__content .f__contact img {
    width: 28px;
    height: 28px;
  }
  .footer .footer__content .f__contact .f__title {
    font-size: 20px;
    color: #251D1A;
  }
  .footer .footer__content .f__contact .f__contact__item {
    color: #251D1A;
    font-weight: 800;
    font-size: 15px;
  }
  .footer .footer__content .f__info {
    padding: 30px 0;
    justify-content: space-around;
  }
  .footer .footer__content .f__info__1 {
    display: none;
  }
  .footer .footer__content .f__info__2 a {
    font-size: 14px;
  }
  .footer .f__visit_card {
    padding: 10px 0;
  }
}
@media screen and (min-width: 412px) and (max-width: 594px) {
  .footer .footer_img {
    width: 300%;
    margin-left: -400px;
  }
  .footer .footer__content .f__contact {
    top: 25%;
    left: 25%;
    transform: translate(-25%, -25%);
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px 10px;
    background-color: transparent;
  }
  .footer .footer__content .f__contact div {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .footer .footer__content .f__contact img {
    width: 28px;
    height: 28px;
  }
  .footer .footer__content .f__contact .f__title {
    font-size: 20px;
    color: #251D1A;
  }
  .footer .footer__content .f__contact .f__contact__item {
    color: #251D1A;
    font-weight: 800;
    font-size: 15px;
  }
  .footer .footer__content .f__info {
    padding: 15px 0;
    justify-content: space-around;
  }
  .footer .footer__content .f__info__1 {
    display: none;
  }
  .footer .footer__content .f__info__2 a {
    font-size: 14px;
  }
  .footer .f__visit_card {
    padding: 10px 0;
  }
}
@media screen and (min-width: 380px) and (max-width: 411px) {
  .footer .footer_img {
    width: 280%;
    margin-left: -360px;
  }
  .footer .footer__content .f__contact {
    top: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px 10px;
    background-color: transparent;
  }
  .footer .footer__content .f__contact div {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .footer .footer__content .f__contact img {
    width: 28px;
    height: 28px;
  }
  .footer .footer__content .f__contact .f__title {
    font-size: 20px;
    color: #251D1A;
  }
  .footer .footer__content .f__contact .f__contact__item {
    color: #251D1A;
    font-weight: 800;
    font-size: 15px;
  }
  .footer .footer__content .f__info {
    padding: 15px 0;
    justify-content: space-around;
  }
  .footer .footer__content .f__info__1 {
    display: none;
  }
  .footer .footer__content .f__info__2 a {
    font-size: 14px;
  }
  .footer .f__visit_card {
    padding: 10px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 379px) {
  .footer .footer_img {
    width: 320%;
    margin-left: -360px;
  }
  .footer .footer__content .f__contact {
    top: 15%;
    left: 15%;
    transform: translate(-15%, -15%);
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px 10px;
    background-color: transparent;
  }
  .footer .footer__content .f__contact div {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .footer .footer__content .f__contact img {
    width: 28px;
    height: 28px;
  }
  .footer .footer__content .f__contact .f__title {
    font-size: 20px;
    color: #251D1A;
  }
  .footer .footer__content .f__contact .f__contact__item {
    color: #251D1A;
    font-weight: 800;
    font-size: 14px;
  }
  .footer .footer__content .f__info {
    padding: 15px 0;
    justify-content: space-around;
  }
  .footer .footer__content .f__info__1 {
    display: none;
  }
  .footer .footer__content .f__info__2 a {
    font-size: 14px;
  }
  .footer .f__visit_card {
    padding: 10px 0;
  }
}

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