/* FONT START */
/* Robot Start */
@font-face {
  font-family: Niramit-Light;
  font-display: swap;
  src: url(fonts/Niramit/Niramit-Light.ttf) format("truetype");
}

@font-face {
  font-family: Niramit-Regular;
  font-display: swap;
  src: url(fonts/Niramit/Niramit-Regular.ttf) format("truetype");
}

@font-face {
  font-family: Niramit-Medium;
  font-display: swap;
  src: url(fonts/Niramit/Niramit-Medium.ttf) format("truetype");
}

@font-face {
  font-family: Niramit-SemiBold;
  font-display: swap;
  src: url(fonts/Niramit/Niramit-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: Niramit-Bold;
  font-display: swap;
  src: url(fonts/Niramit/Niramit-Bold.ttf) format("truetype");
}

/* Robot End */

/* Akrobat Start */
@font-face {
  font-family: Akrobat-Light;
  font-display: swap;
  src: url(fonts/Akrobat/Akrobat-Light.otf) format("truetype");
}

@font-face {
  font-family: Akrobat-Regular;
  font-display: swap;
  src: url(fonts/Akrobat/Akrobat-Regular.otf) format("truetype");
}

@font-face {
  font-family: Akrobat-SemiBold;
  font-display: swap;
  src: url(fonts/Akrobat/Akrobat-SemiBold.otf) format("truetype");
}

@font-face {
  font-family: Akrobat-Bold;
  font-display: swap;
  src: url(fonts/Akrobat/Akrobat-Bold.otf) format("truetype");
}

@font-face {
  font-family: Akrobat-ExtraBold;
  font-display: swap;
  src: url(fonts/Akrobat/Akrobat-ExtraBold.otf) format("truetype");
}

/* Akrobat End */
/* FONT END */

/* Variables Start */
:root {
  /* Color Start */
  --primary: #004282;
  --primary-darker: #004282;
  --primary-light: NEW_COLOR;
  --primary-lighter: NEW_COLOR;

  --secondary: #da2240;
  --secondary-light: NEW_COLOR;
  --secondary-lighter: NEW_COLOR;

  --tertiary-lighter: NEW_COLOR;
  --white: #fff;
  --black: #000;
  --light-gray: #f9f9f9;
  --gray: #f9f9f9;
  --dark-gray: #a3a3a3;
  --red: NEW_COLOR;
  --gold: #da2240;

  --text-primary: #000;
  --text-secondary: NEW_COLOR;

  --border-gray: #e8e8e8;
  /* Color End */

  /* Font Start */
  --primary-font-size: 17px;
  /* Font End */

  /* Transition Start */
  --primary-transition: all 0.3s ease-in-out;
  /* Transition End */

  /* Background Start */
  /* Background End */

  /* Background Start */
  --primary-box-shadow: rgb(0 0 0 / 12%) 0px 5px 15px;
  /* Background End */
}

/* Variables End */

/* Default Start */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: var(--primary-font-size);
  line-height: 30px;
}

body {
  box-sizing: border-box;
  color: var(--text-primary);
  font-family: Niramit-Regular, sans-serif;
  overflow-x: hidden;
}

/* ul {
    list-style: none !important;
} */

img {
  max-width: 100%;
  height: auto;
  width: 100%;
  user-select: none;
}

/* Default End */

/* ScrollBar Start */
@media (min-width: 991px) {
  * {
    scrollbar-width: thin;
    scrollbar-color: var(--white);
  }

  *::-webkit-scrollbar {
    width: 13px;
  }

  *::-webkit-scrollbar-track {
    background: var(--white);
  }

  *::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 20px;
    border: 3px solid var(--white);
  }

  .sticky-nav {
    scrollbar-width: thin;
    scrollbar-color: var(--gray);
  }

  .sticky-nav::-webkit-scrollbar {
    width: 13px;
  }

  .sticky-nav::-webkit-scrollbar-track {
    background: var(--gray);
  }

  .sticky-nav::-webkit-scrollbar-thumb {
    background-color: var(--secondary);
    border-radius: 20px;
    border: 3px solid var(--gray);
  }
}

/* ScrollBar End */

/* Font Size Start */
.fs-xxxl {
  font-size: 250px;
  line-height: 210px;
}

.fs-xxl {
  font-size: 62px;
  line-height: 90px;
}

.fs-xll {
  font-size: 48px;
  line-height: 72px;
}

.fs-xl {
  font-size: 34px;
  line-height: 51px;
}

.fs-lg {
  font-size: 24px;
  line-height: 36px;
}

.fs-md {
  font-size: 19px;
  line-height: 24px;
}

.fs-sm {
  font-size: 15px;
  line-height: 24px;
}

.fs-xsm {
  font-size: 14px;
  line-height: 21px;
}

.fs-xxsm {
  font-size: 12px;
  line-height: 18px;
}

/* Font Size End */
@media (max-width: 768px) {
  .ps-mobile-0 {
    padding-left: 0 !important;
  }

  .pe-mobile-0 {
    padding-right: 0 !important;
  }

  .px-mobile-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .fs-mobile-xxsm {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .fs-mobile-xsm {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .fs-mobile-sm {
    font-size: 17px !important;
    line-height: 24px !important;
  }

  .fs-mobile-md {
    font-size: 20px !important;
    line-height: 27px !important;
  }

  .fs-mobile-lg {
    font-size: 24px !important;
    line-height: 36px !important;
  }

  .fs-mobile-xl {
    font-size: 27px !important;
    line-height: 51px !important;
  }
}

/* Font Family Start */
.ff-primary-light {
  font-family: Akrobat-Light, sans-serif;
}

.ff-primary-regular {
  font-family: Akrobat-Regular, sans-serif;
}

.ff-primary-semi {
  font-family: Akrobat-SemiBold, sans-serif;
}

.ff-primary-bold {
  font-family: Akrobat-Bold, sans-serif;
}

.ff-primary-extra {
  font-family: Akrobat-ExtraBold, sans-serif;
}

.ff-secondary-light {
  font-family: Niramit-Light, sans-serif;
}

.ff-secondary-regular {
  font-family: Niramit-Regular, sans-serif;
}

.ff-secondary-medium {
  font-family: Niramit-Medium, sans-serif;
}

.ff-secondary-semi {
  font-family: Niramit-SemiBold, sans-serif;
}

.ff-secondary-bold {
  font-family: Niramit-Bold, sans-serif;
}

/* Font Family End */

/* Text Color Start */
.text-primary {
  color: var(--text-primary) !important;
}

.text-secondary {
  color: var(--primary) !important;
}

.text-tertiary {
  color: var(--text-secondary) !important;
}

.text-red {
  color: var(--text-red) !important;
}

.text-gold {
  color: var(--gold) !important;
}

/* Text Color End */

/* Border Start */
.border-gray {
  border: 1px solid var(--gray);
}

.border-top-gray {
  border-top: 1px solid var(--gray);
}

.border-right-gray {
  border-right: 1px solid var(--gray);
}

.border-bottom-gray {
  border-bottom: 1px solid var(--gray) !important;
}

.border-left-gray {
  border-left: 1px solid var(--gray);
}

.border-top-white {
  border-top: 1px solid var(--white);
}

.border-bottom-white {
  border-bottom: 1px solid var(--white);
}

.border-dark-gray {
  border: 1px solid var(--dark-gray);
}

.border-top-dark-gray {
  border-top: 1px solid var(--dark-gray);
}

.border-right-dark-gray {
  border-right: 1px solid var(--dark-gray);
}

.border-bottom-dark-gray {
  border-bottom: 1px solid var(--dark-gray);
}

.border-left-dark-gray {
  border-left: 1px solid var(--dark-gray);
}

.border-right-black {
  border-right: 1px solid var(--black);
}

.border-bottom-black {
  border-bottom: 1px solid var(--black);
}

/* Border End */

/* Background Start */
.bg-primary {
  background-color: var(--primary) !important;
}

.bg-primary-lighter {
  background-color: var(--primary-lighter) !important;
}

.bg-primary-darker {
  background-color: var(--primary-darker) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.bg-secondary-lighter {
  background-color: var(--secondary-lighter) !important;
}

.bg-secondary-lighter {
  background-color: var(--secondary-lighter) !important;
}

.bg-tertiary-lighter {
  background-color: var(--tertiary-lighter) !important;
}

.bg-light-gray {
  background-color: var(--light-gray) !important;
}

.bg-gray {
  background-color: var(--gray) !important;
}

.bg-white {
  background-color: var(--white) !important;
}

.bg-none {
  background-color: unset !important;
}

.bg-cover {
  background-size: cover;
}

/* Background End */

/* Buttons Start */
/* Buttons End */

/* Max Width Start */
.max-w-unset {
  max-width: unset !important;
}

.max-w-150 {
  max-width: 150px;
}

.max-w-200 {
  max-width: 200px;
}

.max-w-300 {
  max-width: 300px;
}

.max-w-350 {
  max-width: 350px;
}

.max-w-400 {
  max-width: 400px;
}

.max-w-500 {
  max-width: 500px;
}

.max-w-600 {
  max-width: 600px;
}

.max-w-700 {
  max-width: 700px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-900 {
  max-width: 900px;
}

.max-w-1000 {
  max-width: 1000px;
}

.max-w-1100 {
  max-width: 1100px;
}

@media (min-width: 768px) {
  .max-w-md-500 {
    max-width: 500px;
  }
}

@media (min-width: 992px) {
  .obs.desktop-none {
    opacity: 1 !important;
  }

  .max-w-lg-300 {
    max-width: 300px;
  }

  .max-w-lg-400 {
    max-width: 400px;
  }

  .max-w-lg-500 {
    max-width: 500px;
  }

  .max-w-lg-600 {
    max-width: 600px;
  }

  .max-w-lg-700 {
    max-width: 700px;
  }

  .max-w-lg-800 {
    max-width: 800px;
  }

  .max-w-lg-900 {
    max-width: 900px;
  }

  .max-w-lg-1000 {
    max-width: 1000px;
  }

  .max-w-lg-1100 {
    max-width: 1100px;
  }
}

/* Max Width End */

/* Max Height Start */
.max-h-300 {
  max-height: 300px;
}

.max-h-400 {
  max-height: 400px;
}

.max-h-500 {
  max-height: 500px;
}

.max-h-600 {
  max-height: 600px;
}

.max-h-700 {
  max-height: 700px;
}

.max-h-100-vh {
  max-height: 100vh;
}

/* Max Height End */

.round-5 {
  border-radius: 5px;
}

/* Flex Classes Start */
.flex-row-start {
  display: flex;
  justify-content: start;
  align-items: center;
}

.flex-row-end {
  display: flex;
  justify-content: end;
  align-items: center;
}

.flex-row-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.flex-row-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-column-start {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 100%;
}

.flex-column-end {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  height: 100%;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* Flex Classes End */

/* Icon Start */
.icon {
  width: 30px;
}

/* Icon End */

/* Radius Start */
.rounded {
  border-radius: 10px !important;
}

.rounded-small {
  border-radius: 8px !important;
}

/* Radius End */

/* Custom Classes Start */
.w-unset {
  width: unset;
}

.w-fit {
  width: fit-content;
}

.box-shadow {
  box-shadow: var(--primary-box-shadow) !important;
}

.text-justify {
  text-align: justify;
}

.sticky-top {
  position: sticky;
  top: 100px;
}

.sticky-box.active p {
  border: none !important;
}

.box-shadow-none {
  box-shadow: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.margin-top {
  margin-top: 100px;
}

.list-style-disc,
.list-style-disc ul {
  list-style: disc !important;
}

/* Custom Classes End */

/* Header Start */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

.logo {
  max-width: 200px;
}

.contact .phone {
  width: 45px;
  height: 45px;
  background-color: var(--secondary);
  padding: 12px;
  border-radius: 50%;
  margin-left: 1rem;
}

.contact .phone:hover {
  background-color: var(--primary);
  cursor: pointer;
}

.contact .phone img {
  filter: brightness(0) invert(1);
}

.contact .address {
  font-family: Niramit-SemiBold, sans-serif !important;
  color: var(--primary) !important;
  font-size: 19px !important;
}

/* Header End */

/* Footer End */
.footer-link {
  display: flex;
  justify-content: start;
  align-items: start;
  width: fit-content;
}

.footer-link,
.footer-link h5 {
  transition: var(--primary-transition);
  color: white;
}

.footer-link:hover,
.footer-link:hover h5 {
  transition: var(--primary-transition);
  color: var(--gold);
}

.footer-logo {
  width: 180px;
}

.footer-social {
  display: flex;
  justify-content: start;
  align-items: center;
}

.social:not(:last-child) {
  margin-right: 2.5rem !important;
}

.social img {
  width: 19px;
  height: 19px;
}

.icon-shown {
  display: flex;
}

.icon-hidden {
  display: none;
}

.social:hover .icon-shown {
  display: none;
}

.social:hover .icon-hidden {
  display: flex;
}

.footer-bottom {
  background-color: white;
  font-size: 16px;
  padding: 25px 0;
}

.footer-top h5 {
  font-size: 14px !important;
}

.footer-bottom * {
  font-size: 15px !important;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-inner {
  display: flex;
  align-items: center;
}

.footer-inner-left {
  justify-content: flex-start;
}

.footer-inner-right {
  justify-content: flex-end;
}

.footer-details {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-bottom * {
  color: var(--black);
}

.footer-bottom p {
  margin-bottom: 0 !important;
}

.footer-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-right: 10px;
}

.footer-image a img {
  width: 40px;
}

.footer-heading {
  margin-bottom: 0 !important;
  font-size: 16px;
}

/* Footer End */

/* Hero Start */
.hero-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hero-text * {
  font-size: 22px !important;
}

.hero-text > p {
  line-height: 1.6;
}

.cta-top p {
  font-size: 19px !important;
}

.main-title {
  font-family: Niramit-SemiBold, sans-serif !important;
  color: var(--primary);
}

h1 {
  line-height: 1 !important;
  font-size: 34px !important;
}

.btn.btn-primary {
  width: 240px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  border-radius: 28.5px !important;
  background-color: var(--primary) !important;
  border: 2px solid var(--primary) !important;
  font-family: Niramit-SemiBold, sans-serif !important;
  text-transform: none !important;
  font-size: 17px !important;
}

.btn.btn-primary:hover {
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
}

.btn-icon {
  width: 25px;
  height: 30px;
  filter: brightness(0) invert(1);
  margin-right: 0.5rem;
}

/* Hero End */
.cta-top {
  position: sticky;
  top: 100px;
  width: 100%;
  background-color: var(--primary) !important;
  z-index: 99;
}

.cta-btn {
  padding-left: 2rem;
  padding-right: 2rem;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  border-left: 2px solid white;
  border-right: 2px solid white;
  font-family: Niramit-SemiBold, sans-serif !important;
}

.subtitle {
  font-family: Niramit-SemiBold, sans-serif !important;
  color: var(--gold) !important;
  font-size: 19px !important;
}

.sticky-nav {
  position: sticky;
  top: 250px;
  max-height: 500px;
  overflow-y: scroll;
  border-top: 1px solid var(--gray);
}

.anchor-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid var(--gray);
}

.anchor-icon-holder {
  width: 75px;
  height: 75px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.anchor-icon {
  filter: invert(16%) sepia(96%) saturate(1750%) hue-rotate(194deg)
    brightness(92%) contrast(101%);
}

.anchor-link.active {
  background: var(--primary);
  border-radius: 3px;
}

.anchor-link.active .link-text {
  color: var(--white) !important;
}

.anchor-link.active .anchor-icon {
  filter: invert(1);
}

.cena {
  font-size: 22px;
  color: var(--primary) !important;
  font-family: Niramit-SemiBold, sans-serif !important;
}

.form-button:hover {
  background-color: var(--primary) !important;
  border: 1px solid white !important;
}

.price-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 0 !important;
}

.link-text {
  font-family: Niramit-SemiBold, sans-serif !important;
  color: var(--primary);
}

.gray-bg {
  background-color: var(--gray);
}

.list-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  padding: 10px;
  border-radius: 50%;
  background-color: var(--gold);
  margin-right: 1rem;
}

.list-icon img {
  filter: brightness(0) invert(1);
}

.blok-number {
  color: var(--gold);
  font-size: 1.5rem !important;
  font-family: Niramit-SemiBold, sans-serif !important;
}

.blog-text {
  font-family: Niramit-SemiBold, sans-serif !important;
}

.why-us {
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
}

.cta {
  background-color: var(--primary) !important;
}

.cta-title-white {
  font-family: Niramit-SemiBold, sans-serif !important;
  font-size: 1.2rem !important;
}

.cta-title-red {
  font-family: Niramit-SemiBold, sans-serif !important;
  font-size: 1.5rem !important;
  color: var(--secondary);
}

/* Carousel Start */
/* Carousel End */

/* Form Start */
/* Form End */

/* Card Start */
/* Card End */

/* Accordion Start */
/* Accordion End */

/* MAX-WIDTH Start */
@media (min-width:992px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
}
@media (max-width: 1600px) {
}

@media (max-width: 1416px) {
  .footer-inner-right {
    flex-direction: column;
  }

  .footer-inner-right .footer-line {
    display: none;
  }

  .footer-bottom .footer-inner-right > * {
    margin-bottom: 10px !important;
  }

  .footer-bottom .footer-inner-right .footer-heading {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1150px) {
  .footer-inner-left {
    flex-direction: column;
  }

  .footer-image {
    margin-bottom: 10px;
  }

  .footer-top-column:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media (min-width:1201px) {
  #menu .mobile-navigation,.navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  /* Mobile Navigation */
  #menu .mobile-navigation {
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--white);
    width: 100vw;
    height: calc(100vh - 87px);
    transform: translateX(100vw);
    transition: transform 0.3s ease-in-out;
    z-index: 99;
}

#menu .mobile-navigation.active {
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
}

.navbar-collapse {
    border-top: 1px solid var(--gray-light);
    position: fixed;
    top: 100px;
    left: 0;
    background-color: var(--white);
    width: 100vw;
    height: calc(100vh - 100px);
    transform: translateY(100vh);
    transition: all 0.3s ease-in-out;
    display: flex !important;
}

.fixed .navbar-collapse {
    top: 70px;
    transition: all 0.3s ease-in-out;
    height: calc(100vh - 70px);
}

.fixed #menu .mobile-navigation {
    transition: all 0.3s ease-in-out;
    height: calc(100vh - 103.47px);
}

#menu .mobile-navigation-content {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
}

.navbar-collapse.collapse.show {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

#menu .mobile-navigation-item,
#menu .mobile-navigation-back-link,
#menu .mobile-navigation-list-link,
#menu .mobile-navigation-gray-link {
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: var(--mdb-gutter-x, 1rem);
    padding-left: var(--mdb-gutter-x, 1rem);
    position: relative;
    border-bottom: 1px solid var(--gray-light);
}

#menu .mobile-navigation-gray-link span {
    border-bottom: 1px solid;
    padding: 1rem 0 !important;
}

#menu .mobile-navigation-gray-link {
    border-bottom: 0 !important;
}

#menu .mobile-navigation-back-link {
    justify-content: flex-start !important;
}

.arrow {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu .mobile-navigation-back-link .arrow {
    transform: scale(-1, 1);
    margin-right: 3px;
}

#menu .mobile-navigation-back-link span,
.arrow,
span,
#menu .mobile-navigation-item span {
    pointer-events: none !important;
}


#menu .mobile-navigation-back-link {
    font-family: Magistral-Medium, sans-serif !important;
    font-size: 1rem !important;
    margin-bottom: 0 !important;
}

.mobile-nav-link {
    color: var(--font-color) !important;
    font-family: Magistral-Medium, sans-serif !important;
}

#menu .mobile-navigation-transform {
    transform-origin: left center 0px;
    opacity: 0;
    transform: matrix(1, 1, 0, 1, 0, 0);
    transition: opacity 1s ease-in-out, transform 0.75s ease-in-out;
}

.active> .mobile-navigation-transform {
    transform-origin: left center 0px;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition: opacity 1s ease-in-out, transform 0.75s ease-in-out;
}
  #menu-button span,
  #menu-button span:before,
  #menu-button span:after {
      cursor: pointer;
      border-radius: 1px;
      height: 2px;
      width: 25px;
      background: black;
      position: absolute;
      left: 0;
      top: 50%;
      display: block;
      content: "";
  }

  #menu-button span:before {
      top: -8px;
  }

  #menu-button span:after {
      top: 8px;
  }

  #menu-button span,
  #menu-button span:before,
  #menu-button span:after {
      transition: all 0.3s ease-in-out;
  }

  #menu-button:not(.collapsed) span {
      background-color: transparent;
  }

  #menu-button:not(.collapsed) span:before,
  #menu-button:not(.collapsed) span:after {
      top: 0;
  }

  #menu-button:not(.collapsed) span:before {
      transform: rotate(135deg);
  }

  #menu-button:not(.collapsed) span:after {
      transform: rotate(-135deg);
  }
}

@media (max-width: 991px) {
  .obs.mobile-none {
    opacity: 1 !important;
  }

  .footer-inner-left {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
}

@media (max-width: 575px) {
  .footer-phone-btn {
    width: 100% !important;
  }

  .blok-text {
    width: 141px !important;
  }
}

@media (max-width: 500px) {
}

@media (max-width: 450px) {
  .footer-details {
    flex-direction: column;
  }

  .footer-inner-left .footer-line {
    display: none;
  }

  .footer-details :not(:last-child) {
    margin-bottom: 10px !important;
  }
}

/* MAX-WIDTH End */

/* MIN WIDTH Start */
@media (min-width: 576px) {
}

@media (min-width: 991px) {
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }

  .container {
    max-width: 1100px;
  }

  .container.narrow {
    max-width: 800px;
  }

  .hero-content {
    left: 120px;
    max-width: 50%;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 180px;
    padding-right: 180px;
  }

  .container {
    max-width: 1100px;
  }

  .container.narrow {
    max-width: 800px;
  }

  .hero-content {
    left: 180px;
  }
}

@media (max-width: 992px) {
}

/* MIN WIDTH End */

.accordion-button {
  background-color: #f9f9f9;
  border-radius: 0 !important;
  color: #004282;
  box-shadow: none;
}

.accordion-item {
  border-radius: 0 !important;
  border: none !important;
  background-color: none !important;
}

.accordion-button:not(.collapsed),
.accordion-button:not(.collapsed):focus {
  background-color: #004282 !important;
  color: #fff !important;
}

.accordion-button {
  border: 1px solid #004282;
  border-radius: 3px !important;
}

.accordion-button:focus {
  border-color: #004282 !important;
}

.accordion-body {
  border-radius: 3px !important;
  background: white !important;
}

.cta-btn {
  outline: 0 !important;
  background-color: var(--primary) !important;
  border: none !important;
  border-left: 1px solid var(--white) !important;
  transition: var(--primary-transition);
  border-right: 1px solid var(--white) !important;
  font-size: 19px !important;
}

.cta-top .cta-btn.active {
  background-color: var(--secondary) !important;
}

.cta-top .cta-btn.active:hover {
  background-color: var(--primary) !important;
  color: var(--white) !important;
}

.cta-top .cta-btn:hover {
  background-color: var(--secondary) !important;
  color: var(--white) !important;
}

.cta-title-red {
  color: var(--secondary);
  font-family: Niramit-SemiBold, sans-serif;
  font-size: 30px;
}

.cta-phone-icon {
  width: 40px;
}

.cta-phone-icon img {
  filter: invert(100%);
}

.cta-phone-text {
  color: var(--gold);
  font-size: 42px !important;
}

[type="submit"] {
  border-radius: 50px !important;
  min-width: fit-content;
  position: absolute;
  right: 0;
  border: none !important;
  background: var(--secondary);
  color: white;
}

.accordion-button:after {
  background-image: url("/landing/images/icons/auto-stakla-strelica-dole.svg");
  filter: invert(16%) sepia(96%) saturate(1750%) hue-rotate(194deg)
    brightness(92%) contrast(101%);
}

.accordion-button:not(.collapsed):after {
  background-image: url("/landing/images/icons/auto-stakla-strelica-dole.svg");
}

.accordion-button:not(.collapsed):after {
  filter: invert(1);
}

.accordion-button:after {
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
}

.cta img {
  border-radius: 5px !important;
}

.form-control {
  height: 50px !important;
}

.footer-btn {
  background-color: var(--secondary) !important;
  height: 50px;
  border-radius: 32px;
  width: 240px;
}

.invalid-feedback {
  width: auto;
  margin-top: -1.05rem;
  font-size: 13px !important;
  color: var(--secondary);
}

.modal .form-control {
  height: 50px !important;
  box-shadow: none !important;
  transition: var(--primary-transition);
  border-color: var(--border-gray) !important;
}

.modal .form-control:focus,
.modal .form-control:hover {
  border-color: var(--primary) !important;
}

.modal textarea.form-control {
  height: 120px !important;
}

.address {
  font-size: 15px !important;
}

@media (max-width: 991px) {
  .logo {
    width: 150px;
  }

  .cta-btn {
    height: 50px;
  }
}

@media (min-width: 991px) {
  .cta-top {
    height: 70px;
  }
}

#phone-error {
  position: absolute;
  bottom: -30px;
  left: 30;
}

.phone-div {
  position: fixed !important;
  width: 250px;
  height: 100px;
  background: #fff;
  border-radius: 5px;
  top: 115px;
  right: 15px;
  z-index: 999999;
  justify-content: center;
  align-items: center;
}

.phone-div.active {
  display: flex !important;
}

.fixedPhone {
  color: var(--primary);
  font-size: 20px;
  font-family: Niramit-SemiBold, sans-serif !important;
}

.fixedPhone:hover {
  color: var(--secondary) !important;
}

.closeBtn {
  position: absolute;
  top: 5px;
  right: 5px;
  color: var(--primary);
  opacity: 1;
}

.logo {
  transition: var(--primary-transition) !important;
}

.logo:hover {
  cursor: pointer;
  transform: scale(0.95);
}

@media (max-width: 991px) {
  .cta-top {
    position: static;
  }

  .sticky-nav {
    top: 70px;
    overflow: visible;
    max-height: unset !important;
    z-index: 99;
  }

  [type="submit"] {
    position: relative;
  }

  .cta-phone-text {
    font-size: 27px !important;
  }

  .cta-phone-icon {
    width: 35px !important;
  }

  .timeline-navigation .mobile-navigation {
    margin: 0 -1rem;
    z-index: 9999;
    padding: 0 1rem;
    height: 75px;
    overflow: hidden;
    background: var(--primary);
    transition: all 0.5s ease-in-out;
  }

  .timeline-navigation .mobile-navigation.active {
    margin: 0 -1rem;
    z-index: 9999;
    padding: 0 1rem;
    height: calc(100vh - 100px) !important;
    max-height: unset !important;
    overflow: hidden;
    background: var(--primary);
  }

  .timeline-navigation .mobile-navigation.active .mobile-nav {
    overflow-y: scroll;
    height: calc(100vh - 175px);
  }

  .triggerNav {
    display: flex !important;
    align-items: center;
  }

  .burger-icon {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1) !important;
    display: flex;
    align-items: center;
    padding: 3px;
    margin-left: auto;
  }

  .mobile-fixed-nav.fixed {
    transform: translateY(0);
  }

  .mobile-fixed-nav {
    transition: all 0.5s ease-in-out;
    transform: translateY(65px);
    z-index: 111;
  }

  .icon-md {
    width: 20px;
}

.bg-s {
  background-color: var(--secondary);
}

.filter-w {
  filter: brightness(0) invert(1);
}

.border-color-w {
  color: var(--white) !important;
}

.border-e {
  border-right: 1px solid;
}

  .form {
    padding: 0 39px;
  }

  .footer-bottom {
    padding-bottom: 80px !important;
}
}

.z-20 {
  z-index: 20;
}

.img-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(0 66 130 / 60%);
}

.video-yt .icon-yt {
  filter: invert(100%);
}

.video-yt:hover .icon-yt {
  filter: invert(10%) sepia(100%) saturate(5051%) hue-rotate(345deg)
    brightness(116%) contrast(79%);
}

.ratio-yt::before {
  display: none !important;
}

.multi-carousel .multi-carousel-inner .multi-carousel-item img {
  max-height: unset !important;
}

@media (max-width: 768px) {
  .link-text {
    color: var(--white) !important;
  }

  .anchor-icon {
    filter: brightness(0) invert(1) !important;
  }

  .icon.anchor-icon.me-3 {
    filter: invert(26%) sepia(41%) saturate(474%) hue-rotate(197deg)
      brightness(89%) contrast(87%) !important;
  }

  .header.fixed {
    height: 70px;
  }

  .header .navbar > .text-center {
    height: 20px;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
  }

  .header.fixed .navbar > .text-center {
    height: 0;
  }

  .cta-btn {
    background-color: var(--secondary) !important;
    height: 50px;
    border-radius: 32px;
    width: 240px;
  }

  #timeline-0 {
    margin-top: 3rem;
  }

  .cta-btn {
    border: 0 !important;
}
}

.carousel-control-gallery button {
  position: static !important;
  width: 50px !important;
  height: 50px !important;
  background-color: var(--primary) !important;
  border-radius: 50% !important;
}

.carousel-control-gallery button span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-control-gallery button span::after {
  font-size: unset !important;
}

.modal-backdrop.show {
  opacity: 0.8 !important;
}

#modalVideo .btn-close {
  position: absolute;
  right: -35px;
  z-index: 100;
  filter: invert(1);
}

@media (max-width: 650px) {
  #modalVideo .btn-close {
    top: 5px;
    right: 5px;
  }

  .white-bg {
    position: absolute;
    top: -25px;
    width: calc(100% + 34px);
    left: -17px;
  }

  h1 {
    font-size: 25px !important;
  }
  .h2, h2,.h3, h3 {
    font-size: 25px !important;
  }
  .subtitle {
    font-size: 18px !important;
  }
  body {
    font-size: 18px !important;
  }
  .cta-phone {
    border-radius: 50px !important;
    min-width: fit-content;
    /* position: absolute; */
    /* right: 0; */
    border: none !important;
    background: var(--secondary);
    color: white;
    width: 240px;
    min-width: 240px;
    margin: auto;
    height: 50px;
  }

  .cta-phone-text {
    font-size: 17px !important;
    color: #fff;
  }

  .cta-phone-icon img {
    width: 30px !important;
    height: 30px !important;
  }

  .cta-phone-icon {
    width: 25px !important;
    margin-right: 0.5rem !important;
  }

  .navbar {
    display: flex;
    align-items: baseline;
    justify-content: center;
    height: 100% !important;
  }
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  opacity: 0.5 !important;
}

.blok-text {
  width: 133px !important;
}

.modal {
  z-index: 11111111;
}
.pointer-none {
  pointer-events: none !important;
}