@media screen and (min-width: 1540px) {
  .container {
    max-width: 1440px;
  }
}
.js_reg_auth {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #E5E5E5;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FF8500;
  cursor: pointer;
}
*::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E5E5E5;
}

@font-face {
  font-family: "MontserratAlternates";
  src: url("../assets/fonts/MontserratAlternates-Medium.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PPRightGothic";
  src: url("../assets/fonts/PPRightGothic-Medium.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "WixMadeforText";
  src: url("../assets/fonts/WixMadeforText.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
body {
  font-weight: 400;
  line-height: 1.2;
  color: #0a0a0a;
  position: relative;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, p, ul, ol, li, a {
  margin: 0;
}

.h1 {
  font-size: 3rem;
  line-height: 1;
}

.h2 {
  font-size: 3rem;
  line-height: 1.3;
}

.text--white {
  color: #fff;
}
.text--black {
  color: #0a0a0a;
}
.text--blue-light {
  color: #558EAD;
}
.text--red {
  color: #D61317;
}
.text--blue {
  color: #144867;
}
.text--orange {
  color: #FF8500;
}
.text.fz-s {
  font-size: 1.2rem;
}
.text.fz-md {
  font-size: 1.4rem;
}
.text.fz-mdx {
  font-size: 1.6rem;
}
.text.fz-lg {
  font-size: 1.8rem;
}
.text.fz-xl {
  font-size: 2rem;
}
.text.fz-xxl {
  font-size: 3rem;
}

.fw-extrabold {
  font-weight: 800 !important;
}

.img {
  width: 100%;
  height: auto;
}
.img--xs {
  max-width: 100px;
}
.img--s {
  max-width: 140px;
}
.img--md {
  max-width: 220px;
}
.img--lg {
  max-width: 300px;
}

.video {
  position: relative;
  z-index: 10;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2509803922));
}
.video__img {
  filter: drop-shadow(0 0 2px #fff);
}
.video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  backdrop-filter: blur(1px);
  border-radius: 50%;
}
.video svg {
  cursor: pointer;
  transition: all 1s ease;
}
.video svg:hover {
  fill: rgb(229.5, 119.7, 0);
  transform: scale(1.1);
}

.title-wrapper {
  padding: 1.5rem;
  background-color: #558EAD;
}

.btn-about {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 6px;
  cursor: pointer;
  padding: 0.5em 1em;
  border: 1px solid #558EAD;
  filter: drop-shadow(0 4px 4px rgba(35, 35, 35, 0.4));
  border-radius: 6px;
  text-decoration: none;
  font-size: 1em;
  color: #fff;
  background: #558EAD;
  transition: all 0.3s ease;
}
.btn-about:hover {
  color: #fff;
  background-color: rgb(229.5, 119.7, 0);
  border: 1px solid rgb(229.5, 119.7, 0);
  text-decoration: none;
}
.btn-about:focus {
  color: #fff;
  background-color: rgb(229.5, 119.7, 0);
  border: 1px solid rgb(229.5, 119.7, 0);
  text-decoration: none;
}
.btn-about--red {
  border: 1px solid #D61317;
  background: #D61317;
}
.btn-about--red:hover {
  background-color: rgb(181.2111587983, 16.0888412017, 19.4759656652);
  border: 1px solid rgb(181.2111587983, 16.0888412017, 19.4759656652);
}
.btn-about--red:focus {
  background-color: rgb(181.2111587983, 16.0888412017, 19.4759656652);
  border: 1px solid rgb(181.2111587983, 16.0888412017, 19.4759656652);
}

.a:hover {
  color: rgb(229.5, 119.7, 0);
}
.a:focus {
  color: rgb(229.5, 119.7, 0);
}

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