.header-h {
  font-size: 62.5%;
}

body {
  font-family: 'Proxima Nova';
  font-weight: 400;
  font-size: 20px;
  color: var(--text-color);
  min-height: calc(100vh - 179px)!important;
}
.wrapper {
  min-height: calc(100vh - 179px);
  display: flex;
  flex-direction: column;
}
footer{
  margin-top: auto;
}

/* body.loaded{
  opacity: 1;
} */
#ab-cookie-show {
  display: none;
}

a {
  color: var(--main-color);
}

p {
  line-height: 1.5;
  margin-bottom: 3rem;
  letter-spacing: 0.2px;
}

ul>li {
  padding-left: 2.8rem;
  margin-bottom: 1rem;
}

ul>li:after {
  height: 0.8rem;
  width: 0.8rem;
  border: 0;
  left: -2rem;
  top: 1.1rem;
  background: var(--main-color);
  border-radius: 50%;
}

ol {
  counter-reset: number;
  margin-bottom: 2.4rem;
}

ol>li {
  padding-left: 2.8rem;
  counter-increment: number;
}

ol>li:last-child {
  margin-bottom: 0;
}

ol>li::before {
  left: 0.7rem;
  top: 0;
  content: counter(number)".";
}

.container,
.container-xl {
  margin: auto;
}

@media (min-width: 576px) {

  .container,
  .container-xl {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-xl {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-xl {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-xl {
    max-width: 1170px;
  }
}

@media (min-width: 1360px) {

  .container,
  .container-xl {
    max-width: 1300px;
  }
}

@media (min-width: 1460px) {

  .container,
  .container-xl {
    max-width: 1430px;
  }
}

.text-white,
.text-white * {
  color: var(--second-active-color);
}

.text-green,
.text-green * {
  color: var(--main-color);
}

.bg-gray {
  background: var(--gray-bg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1,
.h1,
.h1 * {
  font-size: 6rem;
  line-height: 6.9rem;
  font-weight: bold;
}

h2,
.h2,
.h2 * {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: bold;
}

h3,
.h3,
.h3 * {
  font-size: 3rem;
  line-height: 3.7rem;
  letter-spacing: 0.3px;
  font-weight: bold;
}

h4,
.h4,
.h4 * {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: 0.2px;
  font-weight: bold;
}

h5,
.h5,
.h5 * {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
}

h6,
.h6,
.h6 * {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: bold;
}

.subtitle {
  font-size: 1.6rem !important;
  font-weight: normal !important;
  line-height: 2.4rem !important;
  text-transform: uppercase !important;
  color: var(--main-color) !important;
  margin: 0 0 2.8rem !important;
}

.sub-head {
  border-bottom: 1px solid #E6E7EB;
}

.sub-head * {
  font-size: 2rem !important;
  line-height: 3.2rem !important;
  position: relative;
  padding-bottom: 2rem;
  margin: 0;
  display: inline-block;
}

.sub-head *:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 0.5rem;
  width: 100%;
  background: var(--main-color);
}

.btn {
  display: inline-flex;
  align-items: center;
  height: 47px;
  border: 3px solid transparent;
  padding: 0 17px 1px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.81px;
  justify-content: space-between;
}

.btn span+img {
  margin-left: 10px;
  margin-top: 1px;
}

.btn-blue {
  background: var(--btn-color);
  color: #ffffff !important;
  border-color: var(--btn-color);
  border-radius: 10px;
}

.btn-blue:hover {
  background: transparent;
  color: var(--active-color) !important;
}

.btn-blue:hover img {
  -webkit-filter: brightness(0) invert(31%) sepia(23%) saturate(1525%) hue-rotate(195deg) brightness(97%) contrast(88%);
  filter: brightness(0) invert(31%) sepia(23%) saturate(1525%) hue-rotate(195deg) brightness(97%) contrast(88%);
}

.btn-blue-outline {
  background: transparent;
  color: var(--text-color) !important;
  border-color: var(--text-color);
}

.btn-blue-outline:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  color: var(--second-active-color) !important;
}

.btn-blue-outline:hover img {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(99deg) brightness(110%) contrast(103%);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(99deg) brightness(110%) contrast(103%);
}

.border-top-1 {
  border-top: 1px solid var(--main-color);
}

.section-px-118 {
  padding: 0 4.8rem;

}

.mt-13 {
  margin-top: 1.3rem;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.mt-24 {
  margin-top: 2.4rem;
}

.mt-27 {
  margin-top: 2.7rem;
}

.mb-28 {
  margin-bottom: 2.8rem;
}

.mb-26 {
  margin-bottom: 2.6rem;
}

.mt-28 {
  margin-top: 2.8rem;
}

.mb-28 {
  margin-bottom: 2.8rem;
}

.mt-37 {
  margin-top: 3.7rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mt-47 {
  margin-top: 4.7rem;
}

.mb-48 {
  margin-bottom: 4.8rem;
}

.mb-53 {
  margin-bottom: 5.3rem;
}

.mb-56 {
  margin-bottom: 5.6rem;
}

.mt-56 {
  margin-top: 5.6rem;
}

.mb-64 {
  margin-bottom: 6.4rem;
}

.mb-72 {
  margin-bottom: 7.2rem;
}

.mb-74 {
  margin-bottom: 7.4rem;
}

.pt-80 {
  padding-top: 8rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.mb-95 {
  margin-bottom: 9.5rem;
}

.mb-112 {
  margin-bottom: 11.2rem;
}

.pt-112 {
  padding-top: 11.2rem;
}

.pb-112 {
  padding-bottom: 11.2rem;
}

.mb-120 {
  margin-bottom: 12rem;
}

.pt-120 {
  padding-top: 12rem;
}

.mb-144 {
  margin-bottom: 14.4rem;
}

.pb-144 {
  padding-bottom: 14.4rem;
}

@media(min-width:1360px) and (max-width:1459.98px) {
  body {
    font-size: 19px;
  }

  main {
    padding-top: 15.3rem;
  }

  h1,
  .h1,
  .h1 * {
    font-size: 4.7rem;
    line-height: 5.6rem;
  }

  h3,
  .h3,
  .h3 * {
    font-size: 2.7rem;
    line-height: 3.4rem;
  }

  /*.section-px-118 {
    padding: 0 9.6rem;
  }*/
  .mt-47 {
    margin-top: 4rem;
  }

  .mb-53 {
    margin-bottom: 4.3rem;
  }

  .mb-56 {
    margin-bottom: 4.8rem;
  }

  .mt-56 {
    margin-top: 4.8rem;
  }

  .mb-64 {
    margin-bottom: 5.6rem;
  }

  .mb-72 {
    margin-bottom: 6.4rem;
  }

  .mb-74 {
    margin-bottom: 6.4rem;
  }

  .pt-80 {
    padding-top: 7.2rem;
  }

  .mb-80 {
    margin-bottom: 7.2rem;
  }

  .mb-95 {
    margin-bottom: 8rem;
  }

  .mb-112 {
    margin-bottom: 9.6rem;
  }

  .pb-112 {
    padding-bottom: 9.6rem;
  }

  .pt-112 {
    padding-top: 9.6rem;
  }

  .mb-120 {
    margin-bottom: 11.2rem;
  }

  .pt-120 {
    padding-top: 11.2rem;
  }

  .mb-144 {
    margin-bottom: 12.4rem;
  }

  .pb-144 {
    padding-bottom: 12.4rem;
  }
}

@media(min-width:1200px) and (max-width:1359.98px) {
  body {
    font-size: 17px;
  }

  main {
    padding-top: 15rem;
  }

  h1,
  .h1,
  .h1 * {
    font-size: 4.5rem;
    line-height: 5.4rem;
  }

  h2,
  .h2,
  .h2 * {
    font-size: 3.7rem;
    line-height: 4.2rem;
  }

  h3,
  .h3,
  .h3 * {
    font-size: 2.7rem;
    line-height: 3.4rem;
    letter-spacing: 0.3px;
  }

  .subtitle {
    font-size: 1.4rem !important;
    line-height: 2.2rem !important;
    margin: 0 0 2rem !important;
  }

  .section-px-118 {
    padding: 0 6.4rem;
  }

  .mb-28 {
    margin-bottom: 2rem;
  }

  .mt-47 {
    margin-top: 3.8rem;
  }

  .mb-53 {
    margin-bottom: 4rem;
  }

  .mb-56 {
    margin-bottom: 4rem;
  }

  .mt-56 {
    margin-top: 4rem;
  }

  .mb-64 {
    margin-bottom: 5.6rem;
  }

  .mb-74 {
    margin-bottom: 6rem;
  }

  .mb-72 {
    margin-bottom: 5.6rem;
  }

  .pt-80 {
    padding-top: 6.4rem;
  }

  .mb-80 {
    margin-bottom: 6.4rem;
  }

  .mb-95 {
    margin-bottom: 7.5rem;
  }

  .mb-112 {
    margin-bottom: 9.6rem;
  }

  .pb-112 {
    padding-bottom: 9.6rem;
  }

  .pt-112 {
    padding-top: 9.6rem;
  }

  .mb-120 {
    margin-bottom: 10.8rem;
  }

  .pt-120 {
    padding-top: 10.8rem;
  }

  .mb-144 {
    margin-bottom: 12.4rem;
  }

  .pb-144 {
    padding-bottom: 12.4rem;
  }
}

@media(min-width:992px) and (max-width:1199.98px) {
  body {
    font-size: 17px;
  }

  p {
    margin-bottom: 2rem;
  }

  h1,
  .h1,
  .h1 * {
    font-size: 4.5rem;
    line-height: 5.4rem;
  }

  h2,
  .h2,
  .h2 * {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }

  h3,
  .h3,
  .h3 * {
    font-size: 2.4rem;
    line-height: 3.1rem;
  }

  .subtitle {
    font-size: 1.4rem !important;
    line-height: 2.2rem !important;
    margin: 0 0 2rem !important;
  }

  .section-px-118 {
    padding: 0 4rem;
  }

  .mb-28 {
    margin-bottom: 2rem;
  }

  .mt-47 {
    margin-top: 3.8rem;
  }

  .mb-53 {
    margin-bottom: 4.3rem;
  }

  .mb-56 {
    margin-bottom: 4rem;
  }

  .mt-56 {
    margin-top: 4rem;
  }

  .mb-64 {
    margin-bottom: 4.8rem;
  }

  .mb-74 {
    margin-bottom: 5.6rem;
  }

  .mb-72 {
    margin-bottom: 5.6rem;
  }

  .pt-80 {
    padding-top: 6rem;
  }

  .mb-80 {
    margin-bottom: 6rem;
  }

  .mb-95 {
    margin-bottom: 7.5rem;
  }

  .mb-112 {
    margin-bottom: 8rem;
  }

  .pb-112 {
    padding-bottom: 8rem;
  }

  .pt-112 {
    padding-top: 8rem;
  }

  .mb-120 {
    margin-bottom: 10rem;
  }

  .pt-120 {
    padding-top: 10rem;
  }

  .mb-144 {
    margin-bottom: 10.4rem;
  }

  .pb-144 {
    padding-bottom: 10.4rem;
  }
}

@media(min-width:768px) and (max-width:991.98px) {
  body {
    font-size: 18px;
  }

  p {
    margin-bottom: 2.4rem;
  }

  h1,
  .h1,
  .h1 * {
    font-size: 4rem;
    line-height: 5rem;
  }

  h2,
  .h2,
  .h2 * {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h3,
  .h3,
  .h3 * {
    font-size: 2.2rem;
    line-height: 2.9rem;
    letter-spacing: 0.1px;
  }

  .subtitle {
    font-size: 1.4rem !important;
    line-height: 2.2rem !important;
    margin: 0 0 2rem !important;
  }

  .section-px-118 {
    padding: 0;
  }

  .mb-28 {
    margin-bottom: 2rem;
  }

  .mt-47 {
    margin-top: 3.5rem;
  }

  .mb-53 {
    margin-bottom: 4.3rem;
  }

  .mb-56 {
    margin-bottom: 3.5rem;
  }

  .mt-56 {
    margin-top: 3.5rem;
  }

  .mb-64 {
    margin-bottom: 4rem;
  }

  .mb-74 {
    margin-bottom: 5.6rem;
  }

  .mb-72 {
    margin-bottom: 4.8rem;
  }

  .mb-80 {
    margin-bottom: 4.8rem;
  }

  .pt-80 {
    padding-top: 7rem;
  }

  .mb-95 {
    margin-bottom: 7rem;
  }

  .mb-112 {
    margin-bottom: 7rem;
  }

  .pb-112 {
    padding-bottom: 7rem;
  }

  .pt-112 {
    padding-top: 7rem;
  }

  .mb-120 {
    margin-bottom: 7.8rem;
  }

  .pt-120 {
    padding-top: 7.8rem;
  }

  .mb-144 {
    margin-bottom: 8rem;
  }

  .pb-144 {
    padding-bottom: 8rem;
  }
}

@media(max-width:767.98px) {
  body {
    font-size: 16px;
  }

  p {
    margin-bottom: 2rem;
  }

  h1,
  .h1,
  .h1 * {
    font-size: 2.9rem;
    line-height: 3.8rem;
  }

  h2,
  .h2,
  .h2 * {
    font-size: 2.6rem;
    line-height: 3.1rem;
  }

  h3,
  .h3,
  .h3 * {
    font-size: 2rem;
    line-height: 2.7rem;
    letter-spacing: 0.1px;
  }

  h4,
  .h4,
  .h4 * {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  .subtitle {
    font-size: 1.4rem !important;
    line-height: 2.2rem !important;
    margin: 0 0 1.6rem !important;
  }

  .sub-head * {
    font-size: 1.8rem !important;
    line-height: 3rem !important;
  }

  .btn {
    height: 45px;
    border-radius: 7px;
    font-size: 16px;
  }

  .section-px-118 {
    padding: 0;
  }

  .mb-16 {
    margin-bottom: 1rem;
  }

  .mb-28 {
    margin-bottom: 1.6rem;
  }

  .mt-47 {
    margin-top: 2.5rem;
  }

  .mb-53 {
    margin-bottom: 3.2rem;
  }

  .mb-56 {
    margin-bottom: 3.2rem;
  }

  .mt-56 {
    margin-top: 3.2rem;
  }

  .mb-64 {
    margin-bottom: 3.2rem;
  }

  .mb-74 {
    margin-bottom: 4rem;
  }

  .mb-72 {
    margin-bottom: 4rem;
  }

  .pt-80 {
    padding-top: 6.4rem;
  }

  .mb-80 {
    margin-bottom: 4rem;
  }

  .mb-95 {
    margin-bottom: 5rem;
  }

  .mb-112 {
    margin-bottom: 6.4rem;
  }

  .pb-112 {
    padding-bottom: 6.4rem;
  }

  .pt-112 {
    padding-top: 6.4rem;
  }

  .mb-120 {
    margin-bottom: 6.4rem;
  }

  .pt-120 {
    padding-top: 6.4rem;
  }

  .mb-144 {
    margin-bottom: 6.4rem;
  }

  .pb-144 {
    padding-bottom: 6.4rem;
  }
}

.bg-secondary-color {
  background: var(--secondary-color);
}

.text-color {
  color: var(--text-color) !important;
}

.scroll-down-mini {
  background: var(--btn-color);
  padding: 3.2rem 2.4rem;
  border-radius: 10px;
  padding-right: 28px;
  padding-left: 28px;
}

.scroll-down:has(.scroll-down-mini) {
  bottom: -3rem;
  z-index: 99;
}

@media(min-width:1100px) and (max-width:1199.98px) {
  main {
    padding-top: 14.1rem;
  }
}

@media(max-width:1099.98px) {
  main {
    padding-top: 7rem;
  }
}

#ab-cookiemodule {
  background: transparent linear-gradient(118deg, var(--main-color) 0%, var(--main-color) 46%, var(--gradient-color) 89%, var(--gradient-color) 100%);
}

#ab-deny,
#ab-settings,
#ab-save-settings,
#ab-save {
  border-color: var(--text-color) !important;
  background: var(--text-color) !important;
  color: #ffffff !important;
}

#ab-cookiemodule .ab-settings-back {
  color: var(--text-color) !important;
}

#ab-deny:hover,
#ab-settings:hover,
#ab-save-settings:hover,
#ab-save:hover {
  color: var(--active-color) !important;
  border: 3px solid var(--text-color) !important;
  padding: 7px;
  background: transparent !important;
}

#ab-deny:hover,
#ab-settings:hover {
  padding: 9px;
}

@media (min-width: 1695px) {
  .container-xl {
    max-width: 1665px;
  }
}

@media (min-width: 1660px) {
  .container-xl {
    max-width: 1630px;
  }
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong , li strong {
  color: var(--main-color);
}
