html {
  scroll-behavior: smooth;
}
body {
  font-family: "Eczar", sans-serif !important;
  font-size: 18px;
  margin: 0;
  background-color: #00000005;
  direction: ltr;
}

body._lock {
  overflow: hidden;
}

body::-webkit-scrollbar {
  background-color: transparent;
  display: none;
  opacity: 0;
  width: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

button {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

p {
  padding: 0;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

.button-1 {
  padding: 14px 21px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 5px;
  color: transparent;
  border: 2px solid #257a3e;
  font-size: 12px;
  position: relative;
  font-family: inherit;
  background: transparent;
  cursor: pointer;
}

.button-1::before {
  content: "button";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  color: #257a3e;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.button-1:hover::before {
  left: 100%;
  transform: scale(0) rotateY(360deg);
  opacity: 0;
}

.button-1::after {
  content: "button";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000000;
  color: #257a3e;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  transform: scale(0) rotateY(0deg);
  opacity: 0;
}
.button-1:hover::after {
  left: 0;
  transform: scale(1) rotateY(360deg);
  opacity: 1;
}
.button-2 {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  border: none;
  background: none;
  font-weight: 700;
}
.button-2::before {
  margin-left: auto;
}
.button-2::after,
.button-2::before {
  content: "";
  width: 0%;
  height: 2px;
  background: #257a3e;
  display: block;
  transition: 0.5s;
}
.button-2:hover::after,
.button-2:hover::before {
  width: 100%;
}
.button-3 {
  display: flex;
  width: fit-content;
  padding: 5px 17px;
  margin: 5px;
  background: black;
  color: white;
  border: none;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.button-3:hover {
  color: black;
}

.button-3:after {
  content: "";
  background: #257a3e;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}

.button-3:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  transition: all 0.5s;
}

.button-4 {
  padding: 14px 27px;
  border: 0;
  border-radius: 103px;
  background-color: #2ba8fb;
  color: #ffffff;
  font-weight: 700;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.button-4:hover {
  background-color: #6fc5ff;
  box-shadow: 0 0 21px #6fc5ff50;
  transform: scale(1.1);
}
.button-4:active {
  background-color: #3d94cf;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  box-shadow: none;
  transform: scale(0.98);
}
.button-5 {
  padding: 14px 21px;
  font-size: 16px;
  background: transparent;
  border: none;
  position: relative;
  color: #fff;
  z-index: 1;
}
.button-5::after,
.button-5::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all 0.4s;
}
.button-5::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: darkslategray;
  border-radius: 0px;
}
.button-5::after {
  transform: translate(0px, 0px);
  width: 14px;
  height: 14px;
  background: #257a3e75;
  backdrop-filter: blur(5px);
  border-radius: 0px;
}
.button-5:hover::before {
  transform: translate(5%, 20%);
  width: 14px;
  height: 14px;
}
.button-5:hover::after {
  border-radius: 0px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}
.button-5:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}

.pol-page-singl {
  padding-top: 36px;
  padding-bottom: 36px;
}

.karta {
  display: flex;
}

.karta iframe {
  border: 0;
}
