/* BEG assets CSS */

@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Bold.woff2") format("woff2"), url("./fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-SemiBold.woff2") format("woff2"), url("./fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Regular.woff2") format("woff2"), url("./fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-family: "Open Sans", sans-serif;
}


hr {
  border-color: #ccc;
}
.short-hr {
  width: 50px; /* Nastaví dĺžku čiary na 50px */
  margin-left:0; /* Centruje čiaru vľavo */
  margin-right: auto; /* Centruje čiaru vpravo */
  border: 0; /* Odstráni predvolený okraj */
  height: 1px; /* Nastaví výšku čiary (môžete zmeniť pre hrubšiu čiaru) */
  background-color: rgba(217, 217, 217, 0.85); /* Nastaví farbu čiary (môžete zmeniť) */
  margin-top: 20px; /* Pridá medzeru nad čiarou */
  margin-bottom: 20px; /* Pridá medzeru pod čiarou */
}

.wrapper {
  overflow: hidden;
}

img {
  max-width: 100%;
}

.main .h1, .main .h2, .main h1, .main h2 {
  color: #F18B20;
}

.main .h3, .main .h4, .main .h5, .main .h6, .main h3, .main h4, .main h5, .main h6 {
  color: #1E3C71;
}



/* Podčiarkni všetky odkazy na stránke */
a {
  color: #063870;
}
a:hover {
  color: #36b;
}
.main p a:not(.btn) {
  text-decoration: underline;
}
main p a:hover {
  text-decoration: none;
}
.main p {
  text-align: justify;
}
.main div.alert a:not(.btn) {
  text-decoration: underline;
}
.main td a:not(.btn) {
  color: #007bff;
}
main td a:not(.btn):hover {
  text-decoration: underline;
}

/*.button {
  color: #F18B20;
  background-color: #fff;
  border: 2px solid #F18B20;
  padding: 12px 30px;
  font-weight: 600;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 26px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
.button:hover, .button.active {
  background-color: #F18B20;
  color: #fff;
}
.button.active:hover {
  color: #F18B20;
  background-color: #fff;
}*/
/*.button--accent {
  background-color: #F18B20;
  color: #fff;
}*/

.container-small {
  max-width: 900px;
  padding: 0 15px;
  margin: 0 auto;
}

/*.next,
.prev {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: transparent;
  font-size: 0;
}
.next,
.prev {
  font-size: 16px;
  color: #F18B20;
}*/
.navbar-brand img {
  max-width: 240px;
}
.toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  font-size: 1em;
  width: 100px;
  height: 43px;
  background: white;
  border: 2px solid #F18B20;
  /*-webkit-box-sizing: border-box;*/
  box-sizing: border-box;
  border-radius: 40px;
  padding: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}
.toggle::before {
  content: "";
  aspect-ratio: 1/1;
  border-radius: 50%;
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
  padding: 10px;
  left: 4px;
  background: url("./img/images/close.svg") center/24px no-repeat, #505050;
  /*-webkit-transform: translate(0, 0);*/
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: background-color 0.5s, -webkit-transform 0.5s;
  /*transition: background-color 0.5s, -webkit-transform 0.5s;*/
  -o-transition: transform 0.5s, background-color 0.5s;
  /*transition: transform 0.5s, background-color 0.5s;*/
  transition: transform 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  /*-webkit-box-sizing: border-box;*/
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.toggle:checked::before {
  /*-webkit-transform: translate(calc(100% + 24px), 0);*/
  -ms-transform: translate(calc(100% + 24px), 0);
  transform: translate(calc(100% + 24px), 0);
  background: url("./img/images/check.svg") center/24px no-repeat, #F18B20;
}
.toggle[disabled] {
  opacity: 0.75;
}
.toggle[disabled]::before {
  background: darkgray;
}
.widget {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 15;
  cursor: pointer;
  /*width: -moz-fit-content;
  width: -webkit-fit-content;*/
  width: fit-content;
  display: none;
}
.widget.active {
  cursor: auto;
}
.widget.active .widget__full {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  width: 380px;
}
.widget.active .widget__minimal {
  display: none;
}
.widget__img {
  position: relative;
  text-align: right;
  pointer-events: none;
  /*width: -moz-fit-content;
  width: -webkit-fit-content;*/
  width: fit-content;
  margin-left: auto;
  cursor: auto;
}
.widget__img::after {
  display: block;
  content: "";
  background: url("./img/images/phone-widget.svg") right / contain no-repeat;
  width: 104px;
  height: 132px;
}
.widget__minimal {
  max-width: 220px;
  background-color: #fff;
  padding: 10px 75px 10px 35px;
  border-radius: 66px;
  position: absolute;
  right: 25px;
  bottom: 15px;
  -webkit-box-shadow: 0 10px 20px #113b71;
  box-shadow: 0 10px 20px #113b71;
}
.widget__minimal::after {
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 50px;
  border: 12px solid transparent;
  border-top-color: #fff;
  border-bottom-width: 0;
  content: "";
}
.widget__close {
  position: absolute;
  right: 0;
  top: -35px;
  height: 26px;
  width: 26px;
  text-align: center;
  background-color: #fff;
  border-radius: 13px;
  line-height: 26px;
  box-shadow: 0 1px 5px #113b71;
  color: #0F3973;
  cursor: pointer;
}
.widget__full {
  -webkit-box-shadow: 0 10px 20px #113b71;
  box-shadow: 0 10px 20px #113b71;
  position: absolute;
  background-color: #fff;
  border-radius: 22px;
  padding: 20px 25px;
  bottom: 15px;
  opacity: 0;
  right: 12px;
  max-width: 380px;
  visibility: hidden;
  pointer-events: none;
}
.widget__full::after {
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 164px;
  border: 12px solid transparent;
  border-top-color: #fff;
  border-bottom-width: 0;
  content: "";
}
.widget__title {
  color: #F18B20;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.widget__full .widget__title {
  margin-bottom: 20px;
}
.widget__full .widget__title.submitted {
  margin: 10px 60px;
  line-height: 24px;
  display: none;
}
.widget__full.cmn-submitted .widget__form, .widget__full.cmn-submitted .widget__title {
  display: none;
}
.widget__full.cmn-submitted .widget__title.submitted {
  display: block;
}
.widget__full input {
  background-color: #f2f2f2 !important;
  border-radius: 59px;
  padding: 16px 25px;
  font-size: 18px;
  font-style: italic;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.widget__full input::placeholder {
  color: #d5d5d5;
}

.widget__full .alert {
  margin-top: 7px;
  font-size: 14px;
  display: none;
}

.fade:not(.show) {
  visibility: hidden;
}

.container {
  max-width: 1200px !important;
}

.main {
  position: relative;
  top: -71px;
}
@media (max-width: 767px) {
  .main {
    top: 0;
  }
}
.main.fixed {
  top: 0;
}
.main-top {
  background-color: #e0e5ed;
  padding: 98px 0 58px;
  margin-bottom: 1px;
}
.main-top__title {
  font-size: 47px;
  font-weight: 700;
  color: #F18B20;
  margin-bottom: 0;
  line-height: 1.2;
}





.form-select, input, select {
  outline: none !important;
}
input:focus-visible, input:focus {
  border: 3px solid #F18B20 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-select:focus-visible, .form-select:focus, select:focus-visible, select:focus, .calc-form__item input:focus-visible, .calc-form__item input:focus {
  border: 1px solid #F18B20 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
select option {
  font-family: "Open Sans", sans-serif;
}
select option:hover, select option:focus-visible, select option:focus {
  background-color: #F18B20;
}
.tooltip-icon {
  display: inline-block;
  aspect-ratio: 1/1;
  height: 13px;
}
.tooltip-icon img {
  vertical-align: baseline;
}
.header {
  position: relative;
  z-index: 10;
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
}
.header__top {
  background-color: #0F3973;
  padding: 14px 0;
  height: 52px;
}
.header .navbar-collapse {
  background-color: #F18B20;
  border-radius: 0 0 36px 36px;
  padding: 70px 33px 33px;
  position: absolute;
  width: 335px;
  right: -15px;
  top: 0;
  -webkit-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
}
.header .navbar-collapse.show {
  -webkit-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
}
.header .navbar-collapse a {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #fff;
  background-color: transparent;
  text-wrap: balance;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .navbar-collapse a:hover {
  color: #0F3973;
}
.header .navbar-collapse .dropdown-menu {
  background-color: transparent;
  border: none;
}
.header .navbar-collapse .dropdown-menu a {
  font-weight: 400;
}
.header__bottom {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__bottom.fixed {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  -webkit-box-shadow: 0 10px 40px rgba(17, 59, 113, 0.1803921569);
  box-shadow: 0 10px 40px rgba(17, 59, 113, 0.1803921569);
}
.header__bottom .nav-link {
  color: #0F3973;
  font-weight: 600;
  padding: 4px 10px;
  position: relative;
}
.header__bottom .nav-link::after {
  top: 100%;
  left: 0;
  width: 100%;
  margin-left: 0;
  position: absolute;
  background-color: #F18B20;
  height: 3px;
  border-radius: 3px;
  border: none;
  content: "";
  opacity: 0;
}
.header__bottom .nav-link:hover {
  text-shadow: 0 0 1px #0F3973;
}
.header__bottom .nav-link:hover::after {
  opacity: 1;
}
.header__bottom .nav-link.dropdown-toggle[aria-expanded=true] {
  text-shadow: 0 0 1px #0F3973;
}
.header__bottom .nav-link.dropdown-toggle[aria-expanded=true]::after {
  opacity: 1;
}
.header__bottom .navbar-toggler {
  background-color: #F18B20;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 114px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 26px;
  padding: 10px 1rem;
  z-index: 5;
}
.header__bottom .navbar-toggler[aria-expanded=true] {
  background-color: #0F3973;
}
.header__bottom .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background: url("./img/images/burger-open.svg") center/contain no-repeat;
}
.header__bottom .navbar-toggler-icon {
  -webkit-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
  background: url("./img/images/burger-close.svg") center/contain no-repeat;
  width: 15px;
  height: 12px;
}
.header__bottom .navbar {
  gap: 40px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: .5rem 0;
}
.header__bottom.action .header-form input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
.header__bottom.action .header-form__decor {
  display: none;
}
.header__bottom.action .header-form__submit {
  display: block;
}
.header__bottom.action .navbar-toggler {
  display: none;
}

.header-link--phone {
  margin-left: 40px;
}
.header-link--phone img {
  width: 18px;
  height: 18px;
}





.header-form {
  padding: 5px 17px;
  border: 3px solid #F18B20;
  border-radius: 26px;
  background-color: #fff;
  max-width: 210px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.header-form button,
.header-form input {
  background-color: transparent;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0;
  color: #0F3973;
}
.header-form i {
  font-size: 23px;
  color: #0F3973;
}

.header-line {
  gap: .5rem;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  display: flex;
}
.header-link {
  font-weight: 600;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #fff;
  /*display: -webkit-inline-box;*/
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.header-link i {
  font-size: 14px;
}
.header-link:hover {
  text-decoration: none;
  color: #F18B20;
}

.header-menu {
  gap: 40px;
}
.header-menu .dropdown-menu {
  position: absolute;
  background-color: #0F3973;
  border: none;
  border-radius: 0;
  padding: 20px;
  width: 349px;
  right: 0;
  left: auto;
  overflow: hidden;
}
.header-menu .dropdown-menu .dropdown-item {
  padding: 0;
  color: #fff;
  font-weight: 600;
  text-wrap: balance;
  background-color: transparent;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header-menu .dropdown-menu .dropdown-item + .dropdown-item {
  margin-top: 15px;
}
.header-menu .dropdown-menu .dropdown-item:hover {
  color: #F18B20;
}





.advantages {
  margin-bottom: 105px;
}
.advantages__title {
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  margin-bottom: 70px;
  color: #F18B20;
}
.advantages__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  margin-bottom: 110px;
  padding: 0;
}
.advantages__list::before, .advantages__list::after {
  content: "";
  background-color: #707070;
  position: absolute;
  opacity: 0.19;
}
.advantages__list::after {
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 1px;
  height: 100%;
}
.advantages__list::before {
  left: 0;
  top: 50%;
  translate: 0 -50%;
  height: 1px;
  width: 100%;
}
.advantages__item {
  text-align: center;
  /*display: -webkit-inline-box;*/
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  padding: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantages__item-title {
  color: #F18B20;
  font-size: 20px;
  font-weight: 600;
}
.advantages__item-text p {
  margin-bottom: 0;
  text-align: justify;
}
.advantages__item img {
  height: 150px;
}
.reviews {
  background-color: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 100px;
}
.reviews__sub-title {
  color: #0F3973;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.reviews__text {
  margin: 25px 0;
}
.reviews__text li {
  background-image: url("./img/images/Icon-akar-check.svg");
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  padding-left: 50px;
  position: relative;
}
.insurance {
  background-color: #f2f2f2;
  padding: 103px 0 58px;
  position: relative;
}
.insurance::after {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 250px -50%;
  content: "";
  height: 830px;
  width: 45vw;
  background: url("./img/images/hand.png") right/contain no-repeat;
}
.insurance__title {
  margin-bottom: 63px;
  color: #F18B20;
  font-size: 45px;
  font-weight: 700;
}
.insurance__text {
  margin-bottom: 69px;
}
.insurance__text p, .insurance__text li {
  text-align: justify;
}

/* slider - spolocne */
.slider-wrap {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  overflow: hidden;
}
.slider-wrap.slick-ready {
  visibility: visible;
  opacity: 1;
  max-height: none;
  overflow: visible;
}
.slider-wrap .slider-navs {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  translate: 0 -50%;
  z-index: 5;
}
.slider-wrap .slider-navs .slider-prev,
.slider-wrap .slider-navs .slider-next {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: transparent;
  font-size: 16px;
  color: #F18B20;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.slider-wrap .slider-navs .slider-prev {
  left: 0;
}
.slider-wrap .slider-navs .slider-next {
  right: 0;
}

/* slider - companies */
.companies {
  padding-bottom: 100px;
}
.companies .slider-wrap {
  max-height: 90px;
}
.companies .slider-list {
  padding: 0 50px;
}
.companies .slider-list .slider-slide img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .companies {
    padding: 50px 0;
  }
}

/* slider - feedback */
.feedback {
  padding: 56px 0;
}
.feedback .slider-wrap {
  max-height: 176px;
}
.feedback .slider-list {
  padding: 0 50px;
}
.feedback .slider-list .slider-slide {
  display: flex;
  flex-direction: column;
  gap: 35px;
  text-align: center;
}
.feedback .slider-list .slider-slide * {
  max-width: 642px;
  margin: 0 auto;
  text-align: center;
}
.feedback .slider-list .slider-slide h3 {
  color: #F18B20;
}
.feedback .slider-list .slider-slide i {
  color: #F18B20;
}
@media (max-width: 767px) {
  .feedback {
    padding: 30px 0;
  }
}

.faq {
  margin-top: 100px;
  z-index: 1;
  position: relative;
}
.faq__title {
  margin-bottom: 50px;
  color: #F18B20;
  font-size: 45px;
  font-weight: 700;
}
.faq .accordion h3 {
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
}
.faq .accordion .card {
  padding: 40px 0;
  border: none;
}
.faq .accordion .card:not(:last-child) {
  border-bottom: 1px solid rgba(112, 112, 112, 0.19);
}
.faq .accordion .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.faq .accordion .card-header h3 {
  padding-right: 15px;
  position: relative;
  color: #F18B20;
}
.faq .accordion .card-header h3::after {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  content: "";
  border: 5px solid transparent;
  border-top: 9px solid #F18B20;
  border-bottom-width: 0;
}
.faq .accordion .card-header h3[aria-expanded=true]::after {
  rotate: 180deg;
}
.faq .accordion .card-body {
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.faq .accordion .card-body.card-body > *:last-child {
  margin-bottom: 0;
}
.faq-zp p{
  text-align: left;
}
.faq-zp p:not(:last-child){
  text-align: left;
  margin-bottom: 0;
}
.faq-zp .accordion .card-body .row {
  border-bottom: solid 1px #bbbbbb;
}
.faq-zp .accordion .card-body .row:first-of-type {
   border-bottom: none;
}

.faq-zp .accordion .card-body .row:last-of-type{
  border-bottom: none;
}

.section {
  background-color: #f2f2f2;
  position: relative;
  padding-bottom: 30px;
}
.section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  content: "";
}
.section__title {
  margin-bottom: 58px;
  padding-top: 60px;
  color: #F18B20;
  font-weight: bold;
  font-size: 45px;
}
.section__text {
  margin-bottom: 58px;
}

/*
.modal {
  text-align: center;
}
.modal .btn-close {
  width: 62px;
  z-index: 5;
  height: 62px;
  border-radius: 50%;
  background-color: #F18B20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  right: 0;
  top: 0;
  translate: 25% -25%;
  opacity: 1 !important;
}
.modal .btn-close svg {
  font-size: 40px;
  color: #fff;
}
.modal .modal-dialog {
  max-width: none;
}
.modal .modal-content {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 50px;
  border-radius: 50px;
}
@media (min-width: 992px) {
  .modal .modal-content {
    width: 895px;
  }
}
.modal__img {
  pointer-events: none;
  max-width: 355px;
  width: 100%;
  margin: 0 auto 50px;
}
.modal__img img {
  width: 100%;
}
.modal__title {
  font-size: 26px;
  color: #0F3973;
  margin-bottom: 42px;
  font-weight: 700;
}
.modal__text {
  font-size: 18px;
  margin-bottom: 20px;
}
*/

.calc__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 46px;
  max-width: 642px;
  margin: 0 auto 80px;
}
.calc select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("./img/images/arrows.svg") center/8px no-repeat, #fff;
  background-position-x: calc(100% - 10px);
  border-color: #ced4da;
  border-radius: 2px;
  padding: 6px 20px 6px 12px;
}
.calc__tabs {
  margin-bottom: 60px;
}
.calc__text {
  text-align: center;
}
.calc__container-sm {
  max-width: 642px;
  margin: 0 auto 60px;
  width: 100%;
}
.calc__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
}
.calc-item {
  background-color: #F2F2F2;
  border-radius: 29px;
  padding: 48px;
  margin-bottom: 80px;
}
.calc-item__title {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
}
.calc-item__wrap {
  text-align: center;
}
.calc-item__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  max-width: 360px;
  margin: 0 auto;
}
.calc-item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
}
.calc-item__btn-form {
  background-color: #143973 !important;
  border-color: #143973 !important;
  gap: 20px;
}
/*.button.calc-item__btn-form:hover {
  color: #fff;
  border: 2px solid #143973;
}*/
.calc-item__btn-form::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: url("./img/images/arrow.svg") center/contain no-repeat;
}
.calc-item__btn-form.show::after {
  rotate: 180deg;
}
.calc-item__input {
  margin-bottom: 36px;
}
.calc-item__input input {
  max-width: 479px;
  width: 100%;
  height: 79px;
  font-size: 20px;
  text-align: center;
  border-radius: 40px;
  border: 2px solid #F18B20;
}
.calc-item__input input::-moz-placeholder {
  color: rgba(80, 80, 80, 0.28);
}
.calc-item__input input::-webkit-input-placeholder {
  color: rgba(80, 80, 80, 0.28);
}
.calc-item__input input:-ms-input-placeholder {
  color: rgba(80, 80, 80, 0.28);
}
.calc-item__input input::-ms-input-placeholder {
  color: rgba(80, 80, 80, 0.28);
}
.calc-item__input input::placeholder {
  color: rgba(80, 80, 80, 0.28);
}
.calc-steps ol {
  counter-reset: my-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  gap: 30px 130px;
}
.calc-steps ol li {
  z-index: 1;
  counter-increment: my-counter;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #6C757D;
  font-size: 14px;
}
.calc-steps ol li:not(:last-child)::after {
  top: 31px;
  content: "";
  width: calc(124px + 50%);
  height: 1px;
  left: 50%;
  background-color: #EBEFF4;
  position: absolute;
}
.calc-steps ol li.active::before {
  background-color: #F18B20;
  color: #fff;
}
.calc-steps ol li.active::after {
  background-color: #F18B20;
}
.calc-steps ol li.active span {
  left: calc(131px + 87%);
  position: absolute;
  top: 29px;
  z-index: 3;
  border: 3px solid transparent;
  border-right-width: 0;
  border-left: 9px #F18B20;
}
.calc-steps ol li::before {
  color: #6C757D;
  content: counter(my-counter) ".";
  width: 63px;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #EBEFF4;
  font-size: 20px;
  font-weight: 600;
  border: 10px solid #fff;
}
.calc-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  color: #F18B20;
}
.calc-toggler b {
  font-weight: 700;
}
.calc-form {
  color: #505050;
  display: none;
  padding-top: 1.5rem;
}
.calc-form.active {
  display: block;
}
.calc-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding: 22px 0;
}
.calc-form__group:not(:last-child) {
  border-bottom: 1px solid #505050;
}
.calc-form__group:nth-child(3) {
  border-bottom: none;
}
.calc-form__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 220px 3rem 1fr;
  grid-template-columns: 220px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 3rem;
}
.calc-form__item > label {
  color: #505050;
  text-align: left;
  margin: 0;
}
.calc-form__sub-title {
  font-weight: 700;
  text-align: left;
  padding-left: 10px;
}
.calc-form .form-select, .calc-form input[type=date] {
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
}
.calc-form .input-group--normal input {
  width: 65%;
}
.calc-form .input-group--normal input:nth-child(1) {
  width: 35%;
}
.calc-form .input-group--normal-reverse input {
  width: 35%;
}
.calc-form .input-group--normal-reverse input:nth-child(1) {
  width: 65%;
}
.calc-form .input-group-text {
  border-left: none;
  border-radius: 0 0.25rem 0.25rem 0;
}
.calc-form__chks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}
.calc-form__title {
  font-size: 20px;
  font-weight: 700;
  color: #F18B20;
}
.calc-form__bottom {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.calc-form__submit {
  max-width: 360px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.chk-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  gap: 8px;
}
.chk-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #C9D2EC;
  border-radius: 50%;
  padding: 4px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.chk-label input:checked ~ .checkmark:after {
  display: block;
}
.chk-label .checkmark:after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #F18B20;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.checkbox .checkmark {
  border-radius: 0;
}
.checkbox .checkmark::after {
  border-radius: 0;
}
.tab-card__chkbs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1.5rem;
}
.tab-card__header {
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #DEE2E6;
}
.tab-card__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 150px;
  grid-template-columns: 1fr 150px;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.tab-card__top select {
  width: 100%;
}
.tab-card__submit {
  /*display: -webkit-inline-box;*/
  display: -ms-inline-flexbox;
  display: inline-flex;
  /*width: 100%;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  /*width: -moz-fit-content;
  width: -webkit-fit-content;*/
  width: fit-content;
}
.tab-card__submit::before {
  display: inline-block;
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.3rem;
  background: url("./img/images/calc.svg") center/contain no-repeat;
  -webkit-filter: invert(70%) sepia(28%) saturate(3189%) hue-rotate(339deg) brightness(94%) contrast(103%);
  filter: invert(70%) sepia(28%) saturate(3189%) hue-rotate(339deg) brightness(94%) contrast(103%);
}
.tab-card__submit:hover::before {
  -webkit-filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(75deg) brightness(109%) contrast(101%);
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(75deg) brightness(109%) contrast(101%);
}
.tab-card__title {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #143973;
}
.tab-card__top-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tab-card__chk {
  border-bottom: 1px solid #DEE2E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 14px;
  color: #143973;
  padding-bottom: 5px;
}
.tab-card__chk label {
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}
.tab-card__chk a {
  color: #F18B20;
  /*display: -webkit-inline-box;*/
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
  line-height: 1;
}
.tab-card__chk a::after {
  display: inline-block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url("./img/images/edit.svg") center/contain no-repeat;
}
.card-item {
  border-radius: 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 1.5rem;
}
.card-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
}
.card-item__title {
  font-weight: 700;
  color: #143973;
}
.card-item__logo {
  margin-bottom: 1.5rem;
  max-width: 135px;
}
.card-item__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-item__col:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.card-item__col:last-child {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card-item__text {
  color: #6C757D;
  font-size: 14px;
}
.card-item__link {
  color: #F18B20;
}
.card-item__price {
  font-weight: 700;
  font-size: 20px;
  color: #F18B20;
  text-align: center;
  margin-bottom: 12px;
}
.card-item__cart {
  /*display: -webkit-inline-box;*/
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card-item__cart::before {
  display: inline-block;
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.2rem;
  flex: 0 0 1.2rem;
  width: 1.2rem;
  aspect-ratio: 1/1;
  background: url("./img/images/cart.svg") center/contain no-repeat;
  -webkit-filter: invert(99%) sepia(99%) saturate(1%) hue-rotate(150deg) brightness(104%) contrast(100%);
  filter: invert(99%) sepia(99%) saturate(1%) hue-rotate(150deg) brightness(104%) contrast(100%);
}
.card-item__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px 1rem;
  margin-top: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.insurance-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #6C757D;
  font-weight: 600;
  font-size: 14px;
}
.insurance-item__icon {
  width: 1.5rem;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  border: 1px solid #6C757D;
  border-radius: 3px;
  color: #6C757D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px;
}
.insurance-item.active .insurance-item__icon {
  background-color: #6C757D;
  color: #fff;
}
.catalog__cards {
  margin-bottom: 88px;
  padding: 0 15px;
}
.catalog__cards .card {
  cursor: pointer;
  border-radius: 29px;
  border: 2px solid rgba(20, 57, 115, 0.54);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.catalog__cards .card img {
  max-width: 220px;
  height: 158px;
  margin-left: auto;
  margin-right: auto;
}
.catalog__cards .card .card-title {
  font-size: 35px;
  font-weight: 600;
}
.catalog__cards .card .list-group-item {
  text-align: left;
  border: none;
  padding: 8px 5px 8px 25px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.catalog__cards .card .list-group-item a {
  color: #212529;
}
.catalog__cards .card .list-group-item:hover, .catalog__cards .card .list-group-item a:hover {
  color: #F18B20;
  text-shadow: 0 0 1px #F18B20;
}
.catalog__cards .card .list-group-item::before {
  position: absolute;
  top: 16px;
  left: 0;
  content: "";
  border: 4px solid transparent;
  border-right-width: 0;
  border-left: 9px #F18B20;
}
.blog__cards {
  /*margin-bottom: 120px;*/
}
.blog__cards > .row {
  row-gap: 3rem;
}
.blog__cards .card {
  padding: 35px;
  border-radius: 29px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: none;
  height: 100%;
}
.blog__cards .card a {
  text-decoration: none !important;
  display: inline-block;
}
.blog__cards .card:hover {
  -webkit-box-shadow: 0 10px 40px rgba(17, 59, 113, 0.12);
  box-shadow: 0 10px 40px rgba(17, 59, 113, 0.12);
}
.blog__cards .card__text {
  margin-bottom: 37px;
}
.blog__cards .card__text p {
  text-align: center;
}
.blog__cards .card__btn {
  border-radius: 26px;
  border: 1px solid #707070;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 15px;
  width: 100%;
  max-width: 170px;
  margin: auto auto 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.blog__cards .card__btn:hover {
  color: #fff;
  background-color: #F18B20;
  border-color: #F18B20;
}
.blog__cards .card-title {
  font-size: 20px;
  font-weight: 600;
}
.blog__cards .card-title, .blog__cards .card-title a {
  color: #F18B20;
}
.blog__cards .card-body {
  display: flex;
  flex-direction: column;
}

.blog-post {
  padding-bottom: 47px;
  margin-bottom: 120px;
}
.blog-post__title {
  font-size: 35px;
  color: #F18B20;
  font-weight: 700;
  padding-bottom: 6pt;
}
.blog-post__line {
  color: rgba(80, 80, 80, 0.54);
}
.blog-post__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.blog-post__btn {
  border-radius: 26px;
  border: 1px solid #707070;
  gap: 25px;
  /*display: -webkit-inline-box;*/
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 40px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.blog-post__btn:hover {
  border-color: #F18B20;
  background-color: #F18B20;
  color: #fff;
}
.cta-item {
  background-color: #F18B20;
  border-radius: 25px;
  padding: 20px 30px;
}
.cta-item .card-title {
  font-size: 26px;
  color: #fff;
}
.cta-item .card-text {
  font-size: 1rem;
  color: #fff;
}
.cta-item p:last-child {
  margin-bottom: 0;
}

.cta-box-gray {
  background-color: #f7f7f7;
  border-radius: 1.5rem;
  padding: 1.5rem;
}
.cta-box-gray .card-title {
  font-size: 26px;
  color: #000000;
}
.cta-box-gray.card-text {
  font-size: 1rem;
  color: #000000;
}
.cta-box-gray p:last-child {
  margin-bottom: 0;
}

/* nove varianty */
.cta-item.cta-gray {
  background-color: #f7f7f7;
}
.cta-item.cta-gray .card-title {
  color: #000;
}
.cta-item.cta-gray .card-text {
  color: #000;
}
.cta-item.cta-gray .btn-item {
  background-color: #F18B20;
  border: 2px solid #F18B20;
}
.cta-item.cta-orange {
  background-color: #f18b20;
}
.cta-item.cta-orange .card-title {
  color: #fff;
}
.cta-item.cta-orange .card-text {
  color: #fff;
}
.cta-item.cta-orange .btn-item {
  background-color: #0F3973;
  border: 2px solid #0F3973;
}

.contact {
  margin-bottom: 120px;
}
.contact__text {
  margin-bottom: 90px;
}
.contact-info {
  margin-bottom: 40px;
}
.contact-info dl dt, .contact-info dl dt * {
  font-weight: 700;
  color: #F18B20;
}
.contact-info dl dd, .contact-info dl a {
  color: #505050;
}
.contact-info iframe {
  width: 100%;
  height: 100%;
  min-height: 425px;
}
.contact-info__map {
  height: 100%;
}
.contact-certificate img {
  max-width: none;
}
.addition-posts__post h3 {
  color: #0F3973;
}
.addition-posts__post div {
  color: initial;
}
.addition-posts__post img {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.addition-posts__title {
  font-size: 32px;
  text-align: center;
}
.addition-posts__post {
  padding: 1.5rem;
  border-radius: 1.5rem;
}
.addition-posts__post:hover {
  -webkit-box-shadow: 0 5px 20px rgba(17, 59, 113, 0.12);
  box-shadow: 0 5px 20px rgba(17, 59, 113, 0.12);
  text-decoration: none;
}


@media (max-width: 1399px) {
  .header-menu {
    gap: 10px;
  }
  .header__bottom .navbar {
    gap: 10px;
  }
  .insurance .container, .reviews .container {
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .blog__cards .card {
    padding: 15px;
  }
  .navbar-brand img {
    max-width: 200px;
  }

}
@media (min-width: 992px) {
  .mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .widget {
    right: 15px;
    bottom: 0;
  }
  .widget__full {
    right: -15px;
  }
  .widget__close {
    right: 10px;
  }
  /*
    .modal .modal-content {
      border-radius: 20px;
    }
    .modal .btn-close {
      right: 20px;
      top: 20px;
      width: 30px;
      height: 30px;
    }
    .modal .btn-close svg {
      font-size: 20px;
    }
    */
  h2, .h2 {
    /*font-size: 32px;*/
  }
  .faq__title,
  .insurance__text,
  .insurance__title {
    margin-bottom: 30px;

  }
  .insurance__title {
    font-size:22px;
  }
  .faq__title {
    font-size: 22px;
  }
  .desktop {
    display: none;
  }
  .faq .accordion .card {
    padding: 20px 0;
  }

  .header__bottom .navbar-toggler {
    width: auto;
  }
  .header-menu {
    display: none;
  }
  .navbar-toggler {
    min-height: 40px;
  }
  .header-form {
    margin-left: auto;
  }

  .header-link--phone {
    margin-left: auto;
  }



  /*.button {
    padding: 12px 20px;
  }*/
  .card-item {
    padding: 1rem;
  }
  .card-item__items {
    -ms-grid-columns: 1fr 0.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .row-cards {
    row-gap: 25px;
  }
  .catalog__cards .card img, .catalog__cards .card .list-group-item, .catalog__cards .card .card-title {
    position: relative;
    top: -36px;
  }
}
@media (max-width: 767px) {

  .blog-post__btn {
    gap: 5px;
    padding: 10px;
  }
  .content {
    padding: 0 25px;
    text-align: center;
  }
  .blog-post__title {
    font-size: 22px;
    color: #F18B20;
    font-weight: 700;
    text-align: left;
  }
  .main-top {
    padding: 80px 0 38px;
    margin-bottom: 1px;
  }
  .main-top__title {
    font-size: 32px;
  }
  .header .navbar-collapse {
    width: 100vw;
    border-radius: 0;
    height: 100vh;
    overflow-y: scroll;
  }

  .insurance .container {
    padding: 0 15px;
  }
  h3 {
    /*font-size: 18px;*/
  }
  h2, .h2 {
    /*font-size: 22px;*/
  }
  .advantages__title {
    font-size: 22px;
  }
  .reviews .reviews__img-con {
    text-align: end;
  }
  .reviews__sub-title {
    font-size: 18px;
  }
  .reviews img {
    margin-top: -70px;
    max-width: 60%;
  }
  .advantages__title {
    margin-bottom: 30px;
  }

  .widget__img {
    max-width: 20vw;
  }
  .widget__minimal {
    padding: 10px 12vw 10px 10px;
  }
  .widget__title {
    font-size: 18px;
  }
  .advantages {
    margin-bottom: 50px;;
  }
  .advantages__list {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    margin-bottom: 50px;
  }
  .advantages__list::before, .advantages__list::after {
    display: none;
  }
  .advantages__item {
    padding: 20px;
  }
  .header__bottom .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .insurance::after {
    display: none;
  }
  .insurance {
    padding: 50px 0;
  }
  .section::before {
    display: none;
  }
  .section__title {
    padding-top: 30px;
    margin-bottom: 30px;font-size: 22px;
  }
  .section__text {
    margin-bottom: 30px;
  }

  .header__top {
    display: none;
  }
  /*
  .modal .modal-content {
    padding: 10px;
  }
   */
  .insurance__text,
  .section__text,
  .section__title,
  .insurance__title {
    margin-bottom: 30px;
  }
  .faq {
    margin-bottom: 40px;
  }
  .faq .accordion .card-header,
  .faq .accordion .collapse,
  .faq .accordion .collapsing {
    /*padding: 0 25px;*/
  }
  .header .navbar-collapse a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .blog__cards .card-img, .blog__cards .card-img-top {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    height: 300px;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    -webkit-transition: -webkit-filter 200ms ease;
    transition: -webkit-filter 200ms ease;
    -o-transition: filter 200ms ease;
    transition: filter 200ms ease, -webkit-filter 200ms ease;
  }
  .blog__cards .card-img:hover, .blog__cards .card-img-top:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  .blog__cards .card__text {
    margin-bottom: 25px;
  }
  .blog__cards .card__btn {
    padding: 10px;
    max-width: 110px;
    width: 100%;
  }
  .blog__cards .card .card__image, .blog__cards .card .card-title a {
    pointer-events: none;
  }

  .calc-item {
    padding: 1rem;
  }
  .calc-item select, .calc-item input {
    width: 100%;
  }
  .calc-item__input input {
    height: 52px;
    font-size: 1rem;
  }
  .calc-steps ol {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 1fr;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    /*width: -moz-fit-content;
    width: -webkit-fit-content;*/
    width: fit-content;
    margin: 0 auto;
    gap: 30px 80px;
  }
  .calc-steps ol li:nth-child(even) span, .calc-steps ol li:nth-child(even)::after {
    display: none;
  }
  .calc-toggler {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .calc-toggler span {
    display: block;
    width: 100%;
  }
  .calc-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .calc-form__bottom {
    margin-top: 40px;
  }
  .tab-card__chkbs {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  .tab-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-item__logo {
    margin-inline: auto;
  }
  .card-item__items {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  .addition-posts__title {
    font-size: 22px;
  }
}
@media (min-width: 576px) {
  .catalog__cards .card:hover {
    border-color: transparent;
    scale: 1.1;
    -webkit-box-shadow: 0 10px 40px rgba(17, 59, 113, 0.35);
    box-shadow: 0 10px 40px rgba(17, 59, 113, 0.35);
    z-index: 1;
  }
  .header-form input {
    width: 0;
  }
  .header-form__submit {
    display: none;
  }
}
@media (max-width: 575px) {
  .contact-info iframe {
    min-height: 300px;
  }
  .blog__cards .card-body {
    padding: 1rem 0;
  }

  .widget__full {
    /*max-width: 97vw;*/
    min-width: 100vw;
    width: 100% !important;
  }
  .header-form {
    max-width: none;
    margin-bottom: 20px;
  }
  .header-form input {
    width: 100%;
  }

  .header .header-line {
    display: none !important;
  }
  .header .navbar-collapse {
    padding-top: 70px;
  }

  .reviews .reviews__img-con {
    display: none;
  }
  .calc-form .input-group--normal, .calc-form .input-group--normal-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.25rem;
  }
  .calc-form .input-group--normal input, .calc-form .input-group--normal-reverse input {
    width: 100% !important;
  }


}
@media (max-width: 380px) {
  .navbar-brand img {
    max-width: 100%;
  }

}

@media (any-hover: hover) {
  .tab-card__chk a:hover {
    text-decoration: underline;
  }
  .card-item:hover {
    background-color: #EBEFF4;
  }
}
/*.widget {
  display: none;
}*/

/* XFORM štyly zatial tu */

.NFXForm h1 {
  font-size: 25px;
  font-weight: 700;
}

.NFXForm a.info {
  /*color: #063870;*/
}
.NFXForm .nav-item a {
  color: #063870;
}

/* END assets CSS */

/* odrezanie textu po 3 riadkoch a pridane 3 bodky na konci*/
.text-clamp-3 {
  display: -webkit-box; /* Potrebné pre funkciu -webkit-line-clamp */
  -webkit-line-clamp: 3; /* Počet riadkov, ktoré sa zobrazia */
  -webkit-box-orient: vertical; /* Orientácia boxu */
  overflow: hidden; /* Skryje nadbytočný obsah */
  text-overflow: ellipsis; /* Pridá tri bodky na konci */
  white-space: normal; /* Toto zaručí správne zalomenie riadkov */
}


/* login pasik v hlavicke*/
.header__login {
  background-color: #063870;
  color: #fff;
}

/* class pre nadpisy napr. ked je <a> s touto classou aby bol na celu sirku */
.main a.h1, .main a.h2, .main a.h3, .main a.h4, .main a.h5, .main a.h6 {
  display: block;
  width: fit-content;
}

/* hero */

.hero {
  position: relative;
  top: 0;
  min-height: 500px;
  background-position: center; /* Umiestnenie obrázka v strede (horizontálne aj vertikálne) */
  background-size: cover; /* Obrázok sa roztiahne na veľkosť kontajnera, pri zachovaní pomeru strán */
  background-repeat: no-repeat; /* Obrázok sa neopakuje */
}
.hero.hero-homepage {
  background-image: url("./img/images/hero-bg.webp");
}
.hero.hero-pzp {
  background-image: url("./img/images/hero-bg-pzp.png");
}
.hero.hero-hav {
  background-image: url("./img/images/hero-bg-hav.png");
}
.hero.hero-gap {
  background-image: url("./img/images/hero-bg-gap.png");
}
.hero.hero-pdd {
  background-image: url("./img/images/hero-bg-pdd.png");
}
.hero.hero-cp {
  background-image: url("./img/images/hero-bg-cp.png");
}
.hero.hero-pdh {
  background-image: url("./img/images/hero-bg-pdh.png");
}
.hero.hero-pdh {
    background-image: url("./img/images/hero-bg-pdh.png");
}
.hero.hero-stn {
  background-image: url("./img/images/hero-bg-stn.png");
}
.hero.hero-pzz {
    background-image: url("./img/images/hero-bg-pzz.png");
}
.hero > .container {
  height: 100%;
}
.hero > .container > .row {
  height: 100%;
}
.hero > .container > .row > .col {
  height: 100%;
}
.hero .hero__title {
  font-size: 31px;
  color: #F18B20;
  font-weight: 700;
  margin-bottom: 1em;
}
.hero .hero__text {
  color: #0F3973;
  font-weight: 700;
  margin-bottom: 66px;
  font-size: 1.1rem;
  line-height: 1.7;
}
.hero__mobile_img {
  display: none;
}
.hero__btn {
  padding: 10px 20px;
  background-color: #0F3973;
  border: 3px solid #0F3973;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  border-radius: 36px;
}
.hero__btn2 {
  padding: 10px 20px;
  background-color: #F18B20;
  border: 3px solid #F18B20;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  border-radius: 36px;
}
a.hero__btn, a.hero__btn2 {
  color: #FFFFFF;
}

.hero__btn:hover {
  color: #0F3973;
  background-color: #fff;
  border: 3px solid #0F3973;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hero__btn2:hover {
  color: #F18B20;
  background-color: #fff;
  border: 3px solid #F18B20;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 1400px) {
  .hero {
    max-height: 95vh;
    height: calc(100vh - 52px);
    min-height: 750px;
    background-position-y: 25%;
  }
  .hero .hero__title {
    font-size: 47px;
  }
  .hero__btn, .hero__btn2 {
    padding: 22px 35px;
  }
}
@media (max-width: 1399px) {
  .hero {
    height: calc(100vh - 52px);
    min-height: 700px;
  }
}
@media (max-width: 991px) {
  .hero .hero__text {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .hero {
    text-align: center;
    background: #14397321 !important;
    height: auto;
    padding: 30px 0 60px 0;
    min-height: initial;
  }
  .hero > .container .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .hero .hero__title {
    line-height: 34px;
    margin-bottom: 0;
  }
  .hero .hero__text {
    font-size: 18px;
  }
  .hero .hero__mobile_img {
    display: block;
    height: 330px;
  }
  .hero .hero__mobile_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .hero__btn, .hero__btn2 {
    width: max-content;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .hero .hero__mobile_img {
    height: 210px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (min-height: 1024px) and (max-height: 1366px) {
  .hero {
    max-height: 80vh;
    background-position-x: 65%;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .hero {
    max-height: 80vh;
    background-position-x: 65%;
  }
}

/* cta-price boxiky */

.cta-price {
  position: relative;
  top: -8vh;
  margin-bottom: 66px;
}
.cta-price .card-group {
  gap: 34px;
  padding: 0 30px;
  display: flex;
}
.cta-price .card-group .card {
  border-radius: 29px;
  position: relative;
  border: none;
  padding: 36px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin: auto;
  max-width: 340px;
  -webkit-box-shadow: 0 10px 40px rgba(17, 59, 113, 0.1803921569);
  box-shadow: 0 10px 40px rgba(17, 59, 113, 0.1803921569);
  text-decoration: none;
}
.cta-price .card-group .card .card-title {
  text-align: center;
  font-size: 26px;
  color: #0F3973;
  font-weight: 700;
  margin-bottom: 57px;
}
.cta-price .card-group .card-img-top {
  max-width: 210px;
  margin: 0 auto 40px;
}

.blog__cards .card .card-body, .catalog__cards .card .card-body, .cta-price .card .card-body {
  text-align: center;
}
.card-body__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  color: #0F3973;
  white-space: nowrap;
  margin-bottom: 35px;
}
.cta-price .card-body__price {
  gap: 40px;
}
.card-body__price .card-body__price-item {
  text-align: center;
}
.card-body__price .card-body__price-item span {
  font-weight: 400;
  font-size: 12px;
  color: #505050;
  display: block;
}

.cta-price .card-group .card:hover,
.cta-price .card-group .card.active {
  box-shadow: 1px 10px 49px 0 rgba(0,0,0,0.75);
  -webkit-box-shadow: 1px 10px 49px 0 rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 10px 49px 0 rgba(0,0,0,0.75);
  text-decoration: none;
}
.cta-price .card-group .card:hover .card-title,
.cta-price .card-group .card.active .card-title {
  color: #F18B20;
}
.cta-price .card-group .card:hover .btn,
.cta-price .card-group .card.active .btn {
  background-color: #F18B20;
  color: #fff;
}

@media (max-width: 1199px) {
  .card-body__price {
    font-size: 27px;
    gap: 70px;
    letter-spacing: -1px;
  }
  .cta-price .card-body__price {
    gap: 35px;
  }
  .card-body__price .card-body__price-item span {
    letter-spacing: 0;
  }
}

@media (max-width: 991px) {
  .cta-price {
    top: -20px;
  }
  .cta-price .card-group {
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cta-price .card-group .card {
    padding: 20px;
  }
  .card-body__price {
    gap: 50px;
    font-size: 24px;
  }
  .cta-price .card-body__price {
    gap: 25px;
  }
  .widget__full .widget__title.submitted {
    margin: 10px 30px;
  }
  .widget__img {
    max-width: 20vw;
    margin-bottom: 5px;
  }
  .widget__img::after {
    background: url("./img/images/chatbot4.svg") right / contain no-repeat;
    width: 75px;
    height: 75px;
  }
  .widget__minimal {
    display: none;
  }
}

@media (max-width: 767px) {
  .cta-price {
    margin-bottom: 50px;
  }
  .cta-price .card-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .cta-price .card-group .card {
    min-width: 90%;
  }
  .cta-price .card-deck .card {
    min-width: 90%;
  }
}

@media (max-width: 575px) {
  .cta-price .card-group {
    padding: 0 10px;
  }
  .card-body__price {
    font-size: 22px;
  }
}

@media (max-width: 380px) {
  .cta-price .card-group {
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
  .cta-price .card-group .card {
    min-width: 95%;
    padding: 15px;
  }
}
/*cta deck*/
.cta-deck .card{
  border-radius: 30px;
  margin-top: 1.5rem;
  padding: 15px;
}
.cta-deck .card div.card-body-item:first-of-type {
  height: 150px; /* Example */
  overflow: hidden; /* To prevent overflow */
}
.cta-deck .card div.card-body-item:nth-of-type(2) {
  height: 240px; /* Example */
  overflow: hidden; /* To prevent overflow */
}
.cta-deck .card .card-footer{
  background: none;
  text-align: center;
  border: none;
}
/* cta rating */
.cta-rating {
  background-color: #f2f2f2;
  padding: 15px 0;
}
.cta-rating img {
  max-height: 300px;
}

/* cta more */
.cta-more-wrapper {
  background-color: #f2f2f2;
}
.cta-more {
  background-color: #f2f2f2;
  padding: 30px;
  margin-bottom: 4rem;
  min-height: 280px;
  border-radius: 1.5rem;
  position: relative;
}
.cta-more-wrapper .container .cta-more {
  border-radius: 0;
  background-color: initial;
}
.cta-more .cta-more-inner {
  position: relative;
}
.cta-more ul  {
  margin-top: 1rem;
}
.cta-more ul li a {
  font-weight: bold;
  color: #F18B20;
}
.cta-more .cta-more-img {
  max-height: 300px;
  display: block;
  position: absolute;
  right: 30px;
  bottom: -30px;
}
@media (max-width: 767px) {
  .cta-more .cta-more-img {
    position: static;
    right: auto;
    bottom: auto;
    margin: 0 auto;
  }
}

/* button orange */
.btn-orange {
  color: #fff;
  background-color: #F18B20;
  border: 2px solid #F18B20;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 26px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn-orange:hover {
  color: #F18B20;
  background-color: #fff;
}
.btn-orange-invert {
  color: #F18B20;
  background-color: #fff;
  border: 2px solid #F18B20;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 26px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn-orange-invert:hover {
  color: #fff;
  background-color: #F18B20;
}

/* button blue */
.btn-blue {
  color: #fff;
  background-color: #0F3973;
  border: 2px solid #0F3973;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 26px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn-blue:hover {
  color: #0F3973;
  background-color: #fff;
}
.btn-blue-inline {
  color: #0F3973;
  background-color: #fff;
  border: 2px solid #0F3973;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 26px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn-blue-inline:hover {
  color: #fff;
  background-color: #0F3973;
}
@media (max-width: 991px) {
  .btn-blue, .btn-blue-inline {
    padding: 12px 20px;
  }
}

/* cta button filter */

.blog__btns .btn-group {
  gap: 20px;
}
.blog__btn {
  padding: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  outline: none !important;
  text-align: center;
  color: #0f3973;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-weight: 700;
  border-radius: 12px !important;
  overflow: hidden;
}
.blog__btn span {
  color: #b1b1b1;
  display: block;
  text-align: center;
}
.blog__btn:focus, .blog__btn.active, .blog__btn:hover {
  color: #F18B20;
  -webkit-box-shadow: 0 5px 20px rgba(17, 59, 113, 0.12);
  box-shadow: 0 5px 20px rgba(17, 59, 113, 0.12);
}
@media (max-width: 767px) {
  .blog__btns .btn-group {
    gap: 10px;
  }
  .blog__btns .btn-group .blog__btn {
    padding: 5px;
  }
}
@media (max-width: 575px) {
  .blog__btns .btn-group .blog__btn {
    width: 100%;
  }
}

/* cta obrazok */

.cta-post-card {
  padding: 1.5rem;
  border-radius: 1.5rem;
  background-color: #f7f7f7;
  border: none;
}
.cta-post-card .card-body {
  padding: 0;
}
.cta-post-card .card-title {
  font-weight: 700;
  color: #0f3973;
  font-size: 26px;
}
.cta-post-card .card-text {
  font-size: 1rem;
  color: #505050;
}
.cta-post-card .card-text *:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cta-post-card {
    margin-top: 1rem;
    padding: 1rem;
  }
  .cta-post-card img {
    width: auto;
  }
}

.cta-post-card.cta-orange {
  background-color: #F18B20;
}
.cta-post-card.cta-orange .card-title {
  color: #ffffff;
}
.cta-post-card.cta-orange .card-text {
  color: #ffffff;
}

/* footer */

.footer {
  background-color: #0F3973;
  position: relative;
  margin-top: 120px;
}

/* footer form */

.footer-form {
  padding: 24px 77px;
  background-color: #F18B20;
  border-radius: 73px;
  color: #fff;
  max-width: 955px;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  translate: 0 -50%;
}
.footer-form.footer-form-gray {
  background-color: #e0e5ed;
  color: #0f3973;
}
.footer-form__title {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 6px;
}
.footer-form__item {
  padding: 16px 24px 16px 33px;
  background-color: #fff;
  border-radius: 59px;
}
.footer-form__item input {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}
.footer-form__item input::-moz-placeholder {
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  color: #d5d5d5;
}
.footer-form__item input::-webkit-input-placeholder {
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  color: #d5d5d5;
}
.footer-form__item input:-ms-input-placeholder {
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  color: #d5d5d5;
}
.footer-form__item input::-ms-input-placeholder {
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  color: #d5d5d5;
}
.footer-form__item input::placeholder {
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  color: #d5d5d5;
}
.footer-form__submit {
  padding: 0 0 0 22px;
  border-left: 1px solid #e5e5e5;
  font-size: 0;
}
.footer-form__submit i {
  font-size: 25px;
  color: #0f3973;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.footer-form__submit i:hover {
  color: #F18B20;
}

/* footer top */

.footer__top {
  padding: 100px 0 20px;
  color: #fff;
  font-size: 14px;
}
.footer__top a {
  color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.footer__top a:hover {
  color: #F18B20;
  text-decoration: none;
}
.footer__line {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 75px;
  display: flex;
}
.footer__line img {
  max-width: none;
}
.footer__line > .footer__line__logos img {
  max-width: 120px;
}
.footer__line > .footer__line__logos {
  position: relative;
}
.footer__line > .footer__line__logos::before {
  position: absolute;
  content: "";
  height: 70%;
  left: calc(0% - 38px);
  top: calc(15%);
  width: 1px;
  background-color: #fff;
}
.footer__phone {
  font-size: 32px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.footer__phone a {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.footer__line2 {
  gap: .5rem;
  font-weight: 600;
  display: flex;
}
.footer__links {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .footer__links > .nav-item:first-child > .nav-link {
    padding-left: 0;
  }
}
/* footer bottom */

.footer__bottom {
  padding-bottom: 30px;
}
.footer__bottom a {
  color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.footer__bottom a:hover {
  color: #F18B20;
}
.footer__social a {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.footer__social a:hover {
  scale: 1.1;
}

/* footer media */

@media (max-width: 1199px) {
  .footer__line {
    gap: 60px;
  }
  .footer__line > .footer__line__logos::before {
    left: calc(0% - 30px);
  }
}

@media (min-width: 992px) {
  .footer-form {
    left: 50%;
    translate: -50% -50%;
  }
}

@media (max-width: 991px) {
  .footer {
    margin-top: 60px;
  }
  .footer-form {
    border-radius: 0;
    position: static;
    translate: none;
    width: auto;
    padding: 20px 0;
    gap: 10px;
    max-width: none;
  }
  .footer-form__item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px 15px;
  }
  .footer__top {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .footer-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .footer__top {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .footer__bottom .footer__links .nav-item {
    width: 100%;
    text-align: center;
  }

  .footer__bottom .col-6 {
    margin: auto;
  }
}

@media (max-width: 575px) {
  .footer-form {
    padding: 20px 0;
  }
  .footer__top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0;
  }
  .footer__phone {
    font-size: 25px;
  }
  .footer__bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__links .nav-item {
    width: 100%;
    text-align: center;
  }
}

/* breadcrumb */

.main-breadcrumb {
  background-color: #e0e5ed;
  margin-bottom: 1.5rem;
}
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
}

/* img center */

.img-center {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* strankovanie */
.nf-pagination .page-item:first-child .page-link {
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}
.nf-pagination .page-item:last-child .page-link {
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.nf-pagination .page-link {
  color: #063870;
}
.nf-pagination .page-item.active .page-link {
  background-color: #0f3973;
  border-color: #0f3973;
}

/* XFORM PDD Filtre */
.NFXForm .calculate-results .btn-outline-warning {
  color: #838383 !important;
  background-color: transparent !important;
  border-color: #C0C0C0;
}
.NFXForm .calculate-results .btn-outline-warning:hover, .NFXForm .calculate-results .btn-outline-warning.active {
  color:#000000 !important;
  background-color: #E2E3E5 !important;
  border-color: #C0C0C0;
}
.NFXForm .calculate-results .btn-outline-warning:not(:disabled):not(.disabled).active {
  box-shadow: 0 0 0 .2rem rgb(193, 193, 193);
}

/* table leftright */
.table-leftright tr td:first-child {
  text-align: left;
}
.table-leftright tr td:nth-child(2) {
  text-align: right;
  white-space: nowrap;
}

/* zoznam s fajkami */
.fa-check-list {
  list-style: none;
  margin-left: 1.5em;
  padding-left: 0;
}
.fa-check-list li {
  position: relative;
  padding-left: 1.5em;
  text-align: justify;
}
.fa-check-list li::before {
  content: "\f00c"; /* FontAwesome kód pre "fa-check" */
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #f18b20;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .fa-check-list li {
    text-align: left;
  }
}

.input-rounded-gray {
  background-color: #f2f2f2 !important;
  border-radius: 59px;
  padding: 16px 25px;
  font-size: 18px;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .input-rounded-gray {
    text-align: center;
  }
  .input-rounded-gray::placeholder {
    text-align: center;
  }
}

/* Branding on the banner CB_NF_250703_02 SROVNEJTO-56418 */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}
/* Branding on the Privacy trigger CB_NF_250703_02 SROVNEJTO-56418 */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none;
}
/* SROVNEJTO-56418 */
div#CookieDeclarationChangeConsent a {
  border-radius: 5pt;
  background: #007bff;
  padding: 5pt 10pt 5pt 10pt;
  color: #FFFFFF;
  text-decoration: none;
}
div#CookieDeclarationChangeConsent a:hover {
  text-decoration: none;
  background: #0069d9;
}

.tablerounededCorner {
  border: 1px solid rgba(112, 112, 112, 0.19);
  border-radius: 1.2em;
  overflow-x: auto;
  width: 100%;
}

.roundedTable {
  border-collapse: collapse;
  border-radius: 1.2em;
  overflow: hidden;
  width: 100%;
  min-width: 1000px;
  margin: 0;
  /* Add this crucial line: */
  table-layout: fixed;
}

.roundedTable th,
.roundedTable td {
  padding: .6em;
  border-bottom: 1px solid rgba(112, 112, 112, 0.19);
  border-top: none;
}

.roundedTable th {
  text-align: left;
  background: #f7f7f7;
}

.roundedTable tr:last-child td {
  border-bottom: none;
}
.w-20{
  width: 20%;
}
.w-26{
  width: 26%;
}
/* === BEG: cta-card-deck === */
.cta-card-deck {
  margin: 0 0 1rem 0;
  gap: 15px;
  display: flex;
  flex-flow: row wrap;
}
.cta-card-deck .card {
  border-radius: 30px;
  padding: 15px 0;
  margin: 0;
  flex: 1 1 250px;
}
.cta-card-deck .card-body {
  display: flex;
  flex-direction: column;
  color: #6c757d;
}
.cta-card-deck .card-body .card-body-item-title {
  color: #f18b20 !important;
  font-weight: bold;
}
.cta-card-deck .card-body ul {
  padding-left: 15px;
}
.cta-card-deck .card-footer {
  background: none;
  border:none;
  text-align: center;
}
/* === END: cta-card-deck === */

.fs-12rem{
  font-size: 1.2rem;
}