﻿* {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.2s ease-in-out;
}

div {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
}

p {
  margin-top: 3rem;
  margin-bottom: 0;
}

img {
  border: 0;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

@media (max-width: 600px) {
  html {
    font-size: 0.8px;
    line-height: 1.5;
  }

  .screen {
    overflow: hidden;
  }

  .page {
    position: relative;
  }

  .menu-hide {
    cursor: pointer;
    position: absolute;
    top: -5rem;
    right: 0;
    z-index: 200;
  }

  #nav-icon {
    width: 55px;
    height: 50px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  #nav-icon i {
    display: block;
    position: absolute;
    right: 20px;
    height: 2px;
    width: 25px;
    background: #e6a70e;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #nav-icon i:nth-child(1) {
    top: 18px;
  }

  #nav-icon i:nth-child(2),
  #nav-icon i:nth-child(3) {
    top: 24px;
  }

  #nav-icon i:nth-child(4) {
    top: 30px;
  }

  #nav-icon.open i:nth-child(1) {
    top: 24px;
    width: 0%;
    right: 20px;
  }

  #nav-icon.open i:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-icon.open i:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav-icon.open i:nth-child(4) {
    top: 24px;
    width: 0%;
    right: 20px;
  }

  .menu {
    height: 120rem;
    padding: 40rem 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    transition: all 0.2s ease-in-out;
  }

  .menu .page {
    height: 100%;
    font-size: 24rem;
    line-height: 28rem;
    text-transform: uppercase;
    font-weight: 600;
  }

  .menu .logo {
    display: block;
    width: auto;
    height: 100%;
    margin-left: 5%;
    position: relative;
    z-index: 2;
  }

  .menu .logo img {
    display: block;
    width: auto;
    height: 100%;
    transition: all 0.2s ease-in-out;
  }

  .menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 200rem;
    padding-bottom: 50rem;
    margin-top: -40rem;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    transform: translateY(-100%);
    background: #000;
  }

  .menu li {
    padding: 10rem 0;
  }

  .menu li a span {
    font-size: 22rem;
    line-height: 22rem;
    display: block;
  }

  .smaller {
    height: 50rem;
    padding: 20rem 0;
    background: rgba(0, 0, 0, 0.9);
  }

  .smaller ul {
    padding-top: 100rem;
  }

  .showmenu ul {
    transform: translateY(0) !important;
  }

  .top {
    position: relative;
    height: 840rem;
    z-index: 1;
    background: #000;
  }

  .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .slider:before {
    content: "";
    display: block;
    width: 100%;
    height: 381rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    background: url(img/bgm.png) top repeat-x;
  }

  .title {
    position: absolute;
    bottom: 5vh;
    left: 5%;
    width: 90%;
    z-index: 2;
    color: #fff;
    line-height: 1;
  }

  .title:before {
    content: "";
    display: block;
    width: 86%;
    height: 36vw;
    position: absolute;
    top: -16vw;
    left: -5vw;
    z-index: 1;
    background: #000;
    opacity: 0.6;
  }

  .title strong {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 13vw;
    margin-bottom: 6vw;
  }

  .title h1 {
    position: relative;
    z-index: 2;
    color: #e6a70e;
    font-weight: 600;
    font-size: 8vw;
    line-height: 1.2;
  }

  .yellow {
    position: relative;
    z-index: 2;
    background: #e6a70e;
    padding: 90rem 5% 110rem 5%;
  }

  .yellow:before {
    content: "";
    display: block;
    width: 770rem;
    height: 24rem;
    background: #000;
    position: absolute;
    top: -19rem;
    left: 50%;
    margin-left: 70rem;
    z-index: 3;
  }

  .yellow:after {
    content: "";
    display: block;
    width: 650rem;
    height: 10rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -135rem;
    z-index: 4;
  }

  .content {
    font-size: 20rem;
    line-height: 34rem;
    color: #000;
  }

  .content h1,
  .content h2 {
    font-size: 44rem;
    font-weight: 700;
    color: #000;
    line-height: 50rem;
    margin-bottom: 35rem;
  }

  .content h3 {
    font-size: 28rem;
    font-weight: 700;
    color: #000;
    line-height: 36rem;
    margin: 20rem 0;
    text-transform: uppercase;
  }

  .content h4 {
    font-size: 37rem;
    font-weight: 700;
    color: #000;
    line-height: 46rem;
    margin-bottom: 40rem;
  }

  .subtitle {
    color: #fff;
    font-weight: 700;
    font-size: 20rem;
    text-transform: uppercase;
    margin-bottom: 15rem;
  }

  .boxes {
    padding-top: 50rem;
    text-align: center;
  }

  .box {
    display: block;
    padding: 30rem;
    background: #fff;
    line-height: 26rem;
    color: #474747;
    margin-top: 20rem;
  }

  .box img {
    display: block;
    width: auto;
    height: 60rem;
    margin: auto;
  }

  .container {
    position: relative;
    z-index: 3;
    padding: 0 0 125rem 0;
  }

  .foto {
    height: 80vw;
    margin-bottom: 50rem;
    position: relative;
    z-index: 1;
  }

  .col {
    float: none !important;
    position: relative;
    z-index: 5;
    padding: 0 5%;
  }

  .more {
    margin-top: 50rem;
    display: flex;
    justify-content: space-between;
  }

  .more a {
    display: block;
    width: 45%;
    line-height: 66rem;
    text-align: center;
    font-size: 20rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #474747;
    border: 2rem solid #e6a70e;
  }

  .tel {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    width: 100%;
    height: 150rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 60rem;
  }

  .contact {
    background: #f3f5f7;
    position: relative;
    z-index: 5;
    padding: 50rem 0;
  }

  .contact:before {
    content: "";
    display: block;
    width: 770rem;
    height: 24rem;
    background: #000;
    position: absolute;
    top: -24rem;
    left: 50%;
    margin-left: 70rem;
    z-index: 3;
  }

  .contact:after {
    content: "";
    display: block;
    width: 650rem;
    height: 10rem;
    background: #e6a70e;
    position: absolute;
    top: -5rem;
    left: 50%;
    margin-left: -135rem;
    z-index: 4;
  }

  .contact ol {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 25rem;
    line-height: 36rem;
    color: #000;
  }

  .contact li {
    padding-left: 45rem;
    margin: 15rem 0;
  }

  .sub {
    height: 45vh;
  }

  .sub .title {
    bottom: 0;
  }

  .content ul li {
    padding-left: 30rem;
    position: relative;
    font-weight: 600;
  }

  .content ul li:before {
    content: "―";
    display: block;
    width: 16rem;
    position: absolute;
    top: 0;
    left: 0;
  }

  .offer .box {
    margin: 0 0 20rem 0;
    border: 1px solid #eee;
    line-height: 30rem;
  }

  .form input[type="text"],
  .form textarea {
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    width: 90%;
    border: 0;
    margin: 0 0 10rem 0;
    padding: 12rem 5%;
    font-size: 18rem;
    line-height: 30rem;
    outline: none;
    background-color: #eee;
    color: #000;
  }

  .form textarea {
    height: 130rem;
  }

  .form input[type="button"] {
    width: 150rem;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    border: 0;
    padding: 10rem 0;
    font-size: 16rem;
    line-height: 30rem;
    outline: none;
    background-color: #fff;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    margin: 0;
  }

  .adr li {
    padding-left: 45rem !important;
    margin-bottom: 20rem;
    font-size: 20rem;
    filter: grayscale(1) brightness(2);
  }

  .yellow .col,
  .container .main .col {
    padding: 0;
    margin-bottom: 30rem;
  }

  .container .main {
    padding: 90rem 5% 0 5%;
  }

  .top .tel,
  .smt,
  .contact .first {
    display: none;
  }

  .contact .social {
    padding: 0 !important;
  }

  .contact .social {
    text-align: center;
  }

  .contact .social img {
    height: 50rem;
    width: auto;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    opacity: 0.6;
    margin: 0 6rem;
  }
}

@media (min-width: 601px) {
  html {
    font-size: 1px;
    line-height: 1.5;
  }

  .screen {
    min-width: 1200rem;
    overflow: hidden;
  }

  .page {
    width: 1200rem;
    margin: auto;
    position: relative;
  }

  .menu-hide {
    display: none;
  }

  .menu {
    height: 142rem;
    padding: 40rem 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    transition: all 0.2s ease-in-out;
  }

  .menu .page {
    height: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 20rem;
    line-height: 24rem;
    text-transform: uppercase;
    font-weight: 600;
  }

  .menu .logo {
    display: block;
    height: 100%;
  }

  .menu .logo img {
    display: block;
    width: auto;
    height: 100%;
    transition: all 0.2s ease-in-out;
  }

  .menu ul {
    display: flex;
    padding-right: 20rem;
    transition: all 0.2s ease-in-out;
  }

  .menu li {
    margin-left: 20rem;
  }

  .menu li a span {
    font-size: 18rem;
    line-height: 18rem;
    display: block;
    margin-top: -6rem;
  }

  .smaller {
    height: 70rem;
    padding: 20rem 0;
    background: rgba(0, 0, 0, 0.9);
  }

  .smaller ul {
    padding-top: 25rem;
  }

  .top {
    position: relative;
    height: 100vh;
    max-height: 840rem;
    z-index: 1;
    background: #000;
  }

  .slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2560rem;
    height: 100%;
    margin-left: -1280rem;
    z-index: 1;
  }

  .slider:before {
    content: "";
    display: block;
    width: 100%;
    height: 381rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    background: url(img/bgm.png) top repeat-x;
  }

  .title {
    width: 580rem;
    position: absolute;
    bottom: 145rem;
    left: 50%;
    margin-left: -580rem;
    z-index: 2;
    color: #fff;
    line-height: 1;
  }

  .title:before {
    content: "";
    display: block;
    width: 100%;
    height: 210rem;
    position: absolute;
    top: -75rem;
    left: -105rem;
    z-index: 1;
    background: #000;
    opacity: 0.6;
  }

  .title strong {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 86rem;
    margin-bottom: 30rem;
  }

  .title h1 {
    position: relative;
    z-index: 2;
    color: #e6a70e;
    font-weight: 600;
    font-size: 30rem;
  }

  .yellow {
    position: relative;
    z-index: 2;
    background: #e6a70e;
    padding: 90rem 0 110rem 0;
  }

  .yellow:before {
    content: "";
    display: block;
    width: 770rem;
    height: 24rem;
    background: #000;
    position: absolute;
    top: -19rem;
    left: 50%;
    margin-left: 70rem;
    z-index: 3;
  }

  .yellow:after {
    content: "";
    display: block;
    width: 650rem;
    height: 10rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -135rem;
    z-index: 4;
  }

  .content {
    font-size: 18rem;
    line-height: 30rem;
    color: #000;
  }

  .content h1,
  .content h2 {
    font-size: 44rem;
    font-weight: 700;
    color: #000;
    line-height: 50rem;
    margin-bottom: 35rem;
  }

  .content h3 {
    font-size: 28rem;
    font-weight: 700;
    color: #000;
    line-height: 36rem;
    margin: 20rem 0;
    text-transform: uppercase;
  }

  .content h4 {
    font-size: 37rem;
    font-weight: 700;
    color: #000;
    line-height: 46rem;
    margin-bottom: 40rem;
  }

  .main {
    padding: 0 20rem;
  }

  .subtitle {
    color: #fff;
    font-weight: 700;
    font-size: 20rem;
    text-transform: uppercase;
    margin-bottom: 15rem;
  }

  .boxes {
    display: flex;
    justify-content: center;
    padding-top: 70rem;
    text-align: center;
  }

  .box {
    display: block;
    width: 220rem;
    padding: 30rem;
    background: #fff;
    line-height: 26rem;
    color: #474747;
    margin: 0 10rem;
  }

  a.box {
    height: 260rem;
  }

  .box img {
    display: block;
    width: auto;
    height: 60rem;
    margin: auto;
  }

  a.box:hover {
    margin-top: -15rem;
    box-shadow: 0 0 20rem 0 rgba(0, 0, 0, 0.4);
  }

  .container {
    background: url(img/bgc.png) top repeat-x;
    position: relative;
    z-index: 3;
    padding: 100rem 0 125rem 0;
  }

  .foto {
    float: left;
    width: 540rem;
    height: 560rem;
    margin-left: 20rem;
    position: relative;
    z-index: 1;
  }

  .col {
    width: 530rem;
    position: relative;
    z-index: 5;
  }

  .more {
    margin-top: 60rem;
    float: right;
    width: 200rem;
  }

  .more a {
    display: block;
    margin-top: 10rem;
    line-height: 66rem;
    text-align: center;
    font-size: 20rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #474747;
    border: 2rem solid #e6a70e;
  }

  .tel {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    width: 400rem;
    height: 150rem;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
  }

  .content .tel {
    left: -150rem;
    bottom: 0;
  }

  .top .tel {
    bottom: 30rem;
    right: 30rem;
  }

  .contact {
    background: #f3f5f7;
    position: relative;
    z-index: 5;
    padding: 40rem 0;
  }

  .contact:before {
    content: "";
    display: block;
    width: 770rem;
    height: 24rem;
    background: #000;
    position: absolute;
    top: -24rem;
    left: 50%;
    margin-left: 200rem;
    z-index: 3;
  }

  .contact:after {
    content: "";
    display: block;
    width: 650rem;
    height: 10rem;
    background: #e6a70e;
    position: absolute;
    top: -5rem;
    left: 50%;
    z-index: 4;
  }

  .contact ol {
    display: flex;
    justify-content: center;
    font-size: 22rem;
    line-height: 30rem;
    color: #000;
  }

  .contact li {
    padding-left: 45rem;
    margin: 0 55rem;
  }

  .sub {
    height: 640rem;
  }

  .content ul li {
    padding-left: 30rem;
    position: relative;
    font-weight: 600;
  }

  .content ul li:before {
    content: "―";
    display: block;
    width: 16rem;
    position: absolute;
    top: 0;
    left: 0;
  }

  .offer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .offer .box {
    width: 340rem;
    margin: 20rem 0;
    border: 1px solid #eee;
    line-height: 30rem;
  }

  .dbl .box {
    width: 500rem;
  }

  .form input[type="text"],
  .form textarea {
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    width: 90%;
    border: 0;
    margin: 0 0 10rem 0;
    padding: 12rem 5%;
    font-size: 18rem;
    line-height: 30rem;
    outline: none;
    background-color: #eee;
    color: #000;
  }

  .form textarea {
    height: 130rem;
  }

  .form input[type="button"] {
    width: 150rem;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    border: 0;
    padding: 10rem 0;
    font-size: 16rem;
    line-height: 30rem;
    outline: none;
    background-color: #fff;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    margin: 0;
  }

  .adr li {
    padding-left: 45rem !important;
    margin-bottom: 20rem;
    font-size: 20rem;
    filter: grayscale(1) brightness(2);
  }

  .submenu {
    padding-left: 320rem;
    position: relative;
  }

  .smt {
    position: absolute;
    top: 20rem;
    left: 50%;
    margin-left: -580rem;
    z-index: 10;
    width: 280rem;
  }

  .smt li {
    margin-bottom: 1px;
  }

  .smt a {
    display: block;
    background: #eee;
    color: #000;
    padding: 10rem;
    font-weight: 600;
    font-size: 16rem;
    line-height: 20rem;
  }

  .smt a:hover {
    background: #e6a70e;
  }

  .fxd {
    position: fixed;
    top: 130rem;
  }

  .contact .first,
  .contact .social {
    padding: 0 !important;
    margin: 0 !important;
    width: 90rem;
  }

  .contact .social {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .contact .social img {
    height: 40rem;
    width: auto;
    display: block;
    transition: all 0.2s ease-in-out;
    opacity: 0.6;
  }

  .contact .social img:hover {
    opacity: 1;
  }
}

.menu li a {
  display: block;
  color: #fff;
  position: relative;
  padding-left: 16rem;
}

.menu li a:after {
  content: "";
  width: 5rem;
  height: 100%;
  background: #e6a70e;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1, 0);
  transition: all 0.2s ease-in-out;
}

.menu li a:hover:after,
.menu li.active a:after {
  transform: scale(1, 1);
}

.menu li a:hover {
  color: #e6a70e;
}

#slider {
  width: 100%;
  height: 100%;
  list-style: none;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

#slider li {
  width: 100%;
  height: 100%;
}

.anythingSlider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden !important;
}

.anythingSlider .anythingWindow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.anythingSlider .anythingBase {
  background: transparent;
  list-style: none;
  position: absolute;
  overflow: visible !important;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.anythingSlider .panel {
  display: block;
  overflow: hidden;
  float: left;
  padding: 0;
  margin: 0;
}

.anythingSlider .vertical .panel {
  float: none;
}

.anythingSlider .fade .panel {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.anythingSlider .fade .activePage {
  z-index: 1;
}

.anythingSlider .fade .panel {
  z-index: 0;
}

.slider img,
.foto img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.more a:hover {
  background: #e6a70e;
  color: #000;
}

.tel-contact {
  text-align: center;
  font-size: 24rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 40rem;
  background: #e6a70e;
  z-index: 1;
  position: absolute;
  bottom: -40rem;
  left: 0;
  width: 150rem;
  transform: rotate(270deg);
  transform-origin: 0 0;
}

.tel-nr {
  padding-left: 180rem;
  background: url(img/tel.png) 75rem 0 no-repeat;
  background-size: contain;
  line-height: 36rem;
  font-size: 20rem;
  font-weight: 600;
}

.tel-nr span {
  display: block;
  color: #fff;
  font-size: 24rem;
  font-weight: 700;
}

.contact li a {
  color: #000;
}

.adr .first,
.adr .social {
  display: none;
}

.contact .loc,
.adr .loc {
  background: url(img/loc.png) 0 3rem no-repeat;
  background-size: 24rem;
}

.contact .phone,
.adr .phone {
  background: url(img/phone.png) 0 3rem no-repeat;
  background-size: 24rem;
}

.contact .mail,
.adr .mail {
  background: url(img/mail.png) 0 3rem no-repeat;
  background-size: 24rem;
}

.copy {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 50rem 5%;
  color: #666;
}

.copy img {
  margin: 0 0 -6px 3px;
  width: 55px;
  height: 20px;
}

.col img {
  max-width: 100%;
  height: auto;
  display: block;
}

.map {
  display: block;
  width: 100%;
  height: 400rem;
}

.adr li:before {
  display: none !important;
}

.adr li a {
  color: #000;
}

.show {
  opacity: 0;
}

.showleft {
  opacity: 0;
  transform: translate(-100rem, 0);
}

.showright {
  opacity: 0;
  transform: translate(100rem, 0);
}

.showtop {
  opacity: 0;
  transform: translate(0, -100rem);
}

.showbottom {
  opacity: 0;
  transform: translate(0, 100rem);
}

.showscale {
  opacity: 0;
  transform: scale(0.9);
}

.showrotate {
  opacity: 0;
  transform: scale(0.8) rotate(30deg);
}

.showls {
  opacity: 0;
  letter-spacing: 0.2em;
}

.come-in,
.already-visible {
  animation: come-in 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.ccm-block-edit .module,
.already-visible .module {
  opacity: 1 !important;
  transform: translate(0) !important;
}

@keyframes come-in {
  to {
    transform: translate(0) scale(1);
    opacity: 1;
    letter-spacing: 0;
  }
}

.three-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 60px;
}

.three-columns > div {
  flex: 0 0 calc(33.333% - 20px);
  box-sizing: border-box;
}

.white-box {
  background-color: #fff;
  padding: 20px 50px;
  margin-top: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.white-box h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;
}

.white-box p {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .three-columns .white-box {
    flex: 0 0 calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .three-columns .white-box {
    flex: 0 0 100%;
  }
}


.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.cta-buttons a {
    display: inline-block;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.25s ease;
}

.btn-primary {
    background: #000;
    color: #fff;
}

.btn-primary:hover {
    background: #333;
}

.btn-secondary {
    border: 2px solid #000;
    color: #000;
    background: transparent;
}

.btn-secondary:hover {
    background: #000;
    color: #fff;
}

.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px 30px;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

/* kolumny */
.footer-col {
  overflow: hidden;
}

/* nagłówki */
.footer-col h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #000;
  text-transform: uppercase;
}

/* linki */
.footer-col a {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  text-decoration: none;
  margin-bottom: 6px;
  max-width: fit-content;
  overflow-wrap: break-word;
  word-break: break-word;
}

.footer-col a:hover {
  text-decoration: underline;
}

/* tekst kontaktowy */
.footer-text {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 12px;
}

/* social */
.footer-social {
  margin-top: 30px;
  text-align: center;
}

.footer-social img {
  width: 30px;
  margin: 0 10px;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.footer-social img:hover {
  opacity: 1;
}

/* mobile */
@media (max-width: 768px) {
  .footer-columns {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
}


