/* Main styling */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .hero {
  background-attachment: scroll;
}
.box1, .box2 {
  box-shadow: none;
}
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #6a6a6a;
  font-size: 14px;
  background-color: #eff2f1;
  background:linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../img/clouds_1.jpg') no-repeat fixed center;
}

.body-contact{
  min-height:100vh;
}


a {
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #2f2f2f;
}

a:hover {
  color: #2f2f2f;
  text-decoration: none;
}

a.more {
  font-weight: 600;
}

.adverticaLogo {
  height: 32px;
  width: auto;
}

.toggler-white{
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.box1 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.box2 {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-advertica {
  border: 0px;
  font-family: 'Inter';
  border-radius: 0.375rem;
  max-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.card-advertica .card-header {
  background-color: white;
  border-bottom: 0px;
  font-weight: bold;
  font-size: 1.3rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.card-text {
  font-size: 1.2rem;
  font-family: "Inter";
}

.card-title {
  text-align: center;
  font-size: 1.2rem;
  font-family: "Inter";
  font-weight: bold;
}

.card-header {
  text-align: center;
}

.podtrzeni {
  margin-top: 10px;
  max-width: 7rem;
  background: #5294BA;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}

.podtrzeni-transp {
  margin-top: 10px;
  max-width: 7rem;
  background: rgba(255, 255, 255, 0);
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}

.custom-navbar {
  background: #247aac !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.custom-navbar .navbar-brand {
  font-size: 32px;
  font-weight: 600;
}

.custom-navbar .navbar-brand>span {
  opacity: 0.4;
}

.custom-navbar .navbar-toggler {
  border-color: transparent;
}

.custom-navbar .navbar-toggler:active,
.custom-navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.custom-navbar .custom-navbar-nav li a {
  font-weight: 500;
  color: #ffffff !important;
  opacity: 0.5;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
}

.custom-navbar .custom-navbar-nav li a:hover {
  opacity: 1;
}

.custom-navbar .custom-navbar-nav li a:hover:before {
  width: calc(100% - 16px);
}

.custom-navbar .custom-navbar-nav li.active a {
  opacity: 1;
}

.custom-navbar .custom-navbar-nav li.active a:before {
  width: calc(100% - 16px);
}

.custom-navbar .custom-navbar-cta {
  margin-left: 0 !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (min-width: 768px) {
  .custom-navbar .custom-navbar-cta {
    margin-left: 10px !important;
  }
}

.custom-navbar .custom-navbar-cta li {
  margin-left: 0px;
  margin-right: 0px;
}

.custom-navbar .custom-navbar-cta li:first-child {
  margin-right: 0px;
}

.hero {
  background: url(../img/clouds-bg-lowerres.png) no-repeat;
  background-size: cover;
  padding: 0rem 0 0rem 0;
  display: flex;
  align-items: center;
  text-align: left;
}

.hero-nadpis {
  font-size: 130%;
  font-weight: 600;
}

.hero .intro-excerpt {
  position: relative;
  z-index: 4;
  min-height: 350px;
  margin-top: auto;
  border: 0px solid blue;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 992px) {
  .hero .intro-excerpt {
    max-width: 100%;
  }
}

.hero h3 {
  padding-top: 1.3rem;
  font-family: 'Inter' !important;
  color: #ffffff;
  line-height: 1.4;
  font-size: 1.58rem !important;
}

.hero p {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 300;
  line-height: 33px;
}

.hero .hero-img-wrap {
  position: relative;
  max-width: 575px;
  overflow: hidden;

}

.hero .hero-img-wrap img {
  position: relative;
  max-width: 100%;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease;
}

.hero .hero-img-wrap img:hover {
  cursor: pointer;
}

.hero .hero-img-wrap-alt {
  position: absolute;
  max-width: 575px;
}

.hero .hero-img-wrap-alt img {
  position: relative;
  max-width: 100%;
  z-index: 2;
  margin-left: 1rem;
  margin-top: 1rem;
  margin-right: auto;
  transition: all 0.3s ease;
}

.hero .hero-img-wrap-alt img:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .hero .hero-img-wrap img {
    right: 0;
    left: 0;
  }
}

.hero .hero-img-wrap:after {
  top: 0px;
}

.hero .hero-img-wrap:after {
  content: "";
  position: absolute;
  width: 255px;
  height: 217px;
  background-image: url("../img/dots-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: -100px;
  top: -0px;
}

.btn {
  font-weight: 600;
  padding: 12px 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f;
}

.btn:hover {
  color: #ffffff;
  background: #222222;
  border-color: #222222;
}

.btn:active,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
  background: #247aac;
  border-color: #247aac;
}

.btn.btn-primary:hover {
  background: #314d43;
  border-color: #314d43;
}

.btn.btn-secondary {
  color: #2f2f2f;
  background: #f9bf29;
  border-color: #f9bf29;
}

.btn.btn-secondary:hover {
  background: #f8b810;
  border-color: #f8b810;
}

.btn.btn-white-outline {
  background: transparent;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.3);
}

.btn.btn-white-outline:hover {
  border-color: white;
  color: #ffffff;
}

.section-title {
  color: #2f2f2f;
}

.main-content-section {
  padding: 2.5rem 0 2.5rem 0;

}

.custom-list {
  width: 100%;
}

.custom-list li {
  display: inline-block;
  width: calc(50% - 20px);
  margin-bottom: 12px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}

.custom-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #247aac;
  position: absolute;
  left: 0;
  top: 8px;
}

.before-footer-section {
  padding: 7rem 0 12rem 0 !important;
}




.footer-section {
  padding: 0.5rem 0;
  background: #ffffff;
}

.footer-section .relative {
  position: relative;
}

.footer-section a {
  text-decoration: none;
  color: #2f2f2f;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.footer-section a:hover {
  color: rgba(47, 47, 47, 0.5);
}

.footer-section .links-wrap {
  margin-top: 0px;
}

@media (min-width: 992px) {
  .footer-section .links-wrap {
    margin-top: 54px;
  }
}

.footer-section .links-wrap ul li {
  margin-bottom: 10px;
}

.footer-section .footer-logo-wrap .footer-logo {
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  color: #247aac;
}

.footer-section .custom-social li {
  margin: 2px;
  display: inline-block;
}

.footer-section .custom-social li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background: #dce5e4;
  color: #247aac;
  border-radius: 50%;
}

.footer-section .custom-social li a:hover {
  background: #247aac;
  color: #ffffff;
}

.footer-section .border-top {
  border-color: #dce5e4;
}

.footer-section .border-top.copyright {
  font-size: 14px !important;
}

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}

.form-control:active,
.form-control:focus {
  outline: none;
  border-color: 0px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.2) 0px 0px 0px 1px;
}

.form-control::-webkit-input-placeholder {
  font-size: 14px;
}

.form-control::-moz-placeholder {
  font-size: 14px;
}

.form-control:-ms-input-placeholder {
  font-size: 14px;
}

.form-control:-moz-placeholder {
  font-size: 14px;
}

.service {
  line-height: 1.5;
}

.service .service-icon {
  border-radius: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #247aac;
  margin-right: 20px;
  color: #ffffff;
}

textarea {
  height: auto !important;
}

.site-blocks-table {
  overflow: auto;
}

.site-blocks-table .product-thumbnail {
  width: 200px;
}

.site-blocks-table .btn {
  padding: 2px 10px;
}

.site-blocks-table thead th {
  padding: 30px;
  text-align: center;
  border-width: 0px !important;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
}

.site-blocks-table td {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
}

.site-blocks-table tbody tr:first-child td {
  border-top: 1px solid #247aac !important;
}

.site-blocks-table .btn {
  background: none !important;
  color: #000000;
  border: none;
  height: auto !important;
}

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important;
}

.site-block-order-table td,
.site-block-order-table th {
  color: #000000;
}

.text-primary {
  color: #247aac !important;
}

.modal-linker {
  text-decoration: none !important;
}

.modal-linker:hover {
  text-decoration: underline !important;
}

.easy-fields {
  outline: none;
  border: 1px solid #ced6e0;
  transition: all 0.3s ease-in-out;
  padding: 5px 15px;

  color: #1a3b5d;
  box-shadow: none;
  height: 48px;
  border-radius: 0.25rem;
}

.easy-fields:not(select) {
  background: none;
}

.easy-fields:hover {
  border-color: #3d9cff;
}

.easy-fields:focus {
  box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
}

select.easy-fields {
      
      background-color: transparent;
      cursor:pointer !important;
}

select.easy-fields:hover { 
    cursor:pointer !important;
}

.bg-FBFBFA {
  background-color: #FBFBFA !important;
}

.payment-iconz {
  height: auto;
  width: 32px;
  vertical-align: text-middle;
  position: relative;
  bottom: 2px;
  padding-right: 0.2rem;
}

.list-group {
  font-size: 1.2rem;
  font-family: 'Inter' !important;

}

.list-group-item {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.01);
}

.tooltip-inner {
  white-space: wrap;
  text-align: left;
}

.payment-pill {
  background-color: #5195B9;
  color: whitesmoke;
  font-size: 1.1rem;
}

.payment-pill-low {
  background-color: #257AAC;
  color: whitesmoke;
  font-size: 1.1rem;
}

.fee-pill {
  background-color: #257AAC;
  color: whitesmoke;
  font-size: 1.1rem;
}

.fee-pill-ast {
  background-color: #5195B9;
  color: whitesmoke;
  font-size: 1.1rem;
}

.custom-close-icon {
  margin-left: auto;
  opacity: 0.8;
  font-size: 1.25rem;
}

.custom-close-icon i.fa-solid {
  display: none;
}

.custom-close-icon:hover i.fa-regular {
  display: none;
}

.custom-close-icon:hover i.fa-solid {
  display: inline-block;
  scale: 1.2;
  color: #257AAC;
}

.modal-header-nadpis {
  color: black;
  border-bottom: 0px;
  font-weight: bold;
  font-size: 1.3rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-left: 2.5%;
}

.modal-header-nadpis-login {
  color: black;
  border-bottom: 0px;
  font-weight: bold;
  font-size: 1.3rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-left: 10%;
}

.language-switcher {
  display: flex;
  align-items: center;
  background-color: #5195BA;
  color: white;
  border-radius: 0.25rem;
  padding: 9px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100px;
  transition: width 0.3s ease;
  max-height: 45px;
}

.language-switcher:hover {
  /* width: 250px; */
}

.active-lang {
  display: flex;
  align-items: center;
  white-space: nowrap;
  cursor: default;
}

#active-text {
  font-weight: 500;
}

.lang-flag {
  width: 24px;
  height: 16px;
  margin-right: 10px;
  margin-left: 10px;
}

.lang-code {
  margin-left: 1px;
  margin-right: 10px;
}

.language-options {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: -120px;
  top: 10px;
  opacity: 0;
  transition: right 0.3s ease, opacity 0.3s ease;
}

.language-switcher:hover .language-options {
  right: 10px;
  opacity: 1;
}

.language-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}

.language-option:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
}

.paymentRow {
  justify-content: space-evenly;
}


.methodDiv1 {
  font-weight: 700;
  color: #36454F;
  border: 0px solid black;
  background-color: transparent;
  border-radius: 0.25rem;
  text-align: center;
  scale: 1.2;
}

.methodDiv1:hover {
  color: black;
}

.methodDiv2 {
  font-weight: 700;
  color: #36454F;
  border: 0px solid black;
  background-color: transparent;
  border-radius: 0.25rem;
  max-width: 11%;
  text-align: center;
  scale: 1.1;
}

.methodDiv2:hover {
  color: black;
}


.fw-500 {
  font-weight: 500 !important;
}
/*
.1-3-500 {
  font-size: 1.3rem;
  font-weight: 500;

}
*/

.dropdown-enabled {
  color: white !important;
  opacity: 1 !important;
}

.underhero {
  font-size: 1.3rem;
  font-weight: 500;
}

.iframe-col{
  padding-left:3rem;
  padding-right:3rem;
}

/* Special button styling */

.fill-button{
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}

.btn {
    background-color:#FFAA33!important;
    border: none;
    color: #36454F!important;
    cursor: pointer;
    outline: none;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.btn {
    border: 0px solid red;
    color: red;
}
.btn:hover {
    color:black!important;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    scale:1.03;
}
.btn::after {
    content: '';
    position: absolute;
    z-index: 66;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.btn:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 245, 238, 0.1);
    border-radius:inherit;
}

.btn.google-btn:after {
  background: rgb(36 35 34 / 10%);   
}

.btn:hover:after, .btn:active:after {
    width: 100%;
}

/* Support widget styling */
.floating-btn {
  position : fixed;
  bottom : 35px;
  right : 50px;
  width : 60px;
  height : 60px;
  background-color : #5195BA;
  color : white;
  border-radius : 50%;
  display : flex;
  justify-content : center;
  align-items : center;
  font-size : 24px;
  box-shadow : rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  z-index : 1000;
  cursor : pointer;
}
  .floating-btn:hover {
  box-shadow : rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  background-color : #257AAC;
}
.contact-label {
  color : #212529;
}
.contact-popup.active {
  opacity : 1;
  transform : translateY(0);
  pointer-events : auto;
}
.close-btn {
  position : absolute;
  top : 5px;
  right : 10px;
  font-size : 20px;
  cursor : pointer;
  color : #aaa;
}
  .close-btn:hover {
  color : #000;
}
.contact-header {
  background-color : transparent;
  text-align : left!important;
  background-color : white;
  color : #212529;
  border-bottom : 0px;
  font-weight : bold;
  font-size : 1rem;
  border-top-left-radius : 8px;
  border-top-right-radius : 8px;
}

.modal-warning-text {
  font-size:12pt;
  color:white;
  background-color:#dc3545;
  border:1px solid #dc3545;
  border-radius:0.25rem;
  padding-top:0.6rem;
  padding-bottom:0.6rem;
  padding-left:0.4rem;
  padding-right:0.4rem;
}

.modal-success-text {
  font-size:12pt;
  color:white;
  background-color:#5cb85c;
  border:1px solid #5cb85c;
  border-radius:0.25rem;
  padding-top:0.6rem;
  padding-bottom:0.6rem;
  padding-left:0.4rem;
  padding-right:0.4rem;
}

.label-contactuspage {
  font-size:13pt;
  padding-bottom:.3rem;
}
body{
height: 100%;
  display: flex;
  flex-direction: column;
  min-height:100vh;
}

.footer{
    vertical-align: bottom;
    display: flex;
    margin-top: auto;
   
  bottom: 0;
  width: 100%;
}

.g-recaptcha>div{    margin: 0 auto;} 

.termsfeed-com---nb-simple { max-width:100% !important; width:100% !important}
.termsfeed-com---nb .cc-nb-main-container { padding:1rem !important; }
.termsfeed-com---palette-dark.termsfeed-com---nb { background-color:#247AAC !important;border-radius: 0.375rem; }

.termsfeed-com---palette-dark .cc-nb-okagree { background-color: #FFAA33 !important; }
.termsfeed-com---palette-dark .cc-nb-reject { background-color: #FFAA33 !important; }

.termsfeed-com---nb .cc-nb-title { font-size:18px !important; }
.termsfeed-com---reset p { margin-bottom:.5rem !important; }
.termsfeed-com---nb .cc-nb-text { font-size:13px !important; }

.termsfeed-com---nb-simple { max-width:30% !important; width:30% !important; left:10px !important; bottom:10px !important; }

@media (max-width: 1340px) {.termsfeed-com---nb-simple { max-width:100% !important; width:100% !important; left:0px !important; bottom:0px !important; }}

body .termsfeed-com---palette-dark .cc-pc-head { background-color:#247AAC !important; border: none !important; }
body .termsfeed-com---palette-dark .cc-cp-foot { background-color:#247AAC !important; border: none !important; }
body .termsfeed-com---pc-dialog .cc-cp-body-content-entry { background-color:#fff !important; }
body .termsfeed-com---palette-dark .cc-cp-body-tabs-item[active="true"] { background-color:#4B90B9 !important; }
body .termsfeed-com---pc-dialog .cc-cp-foot-byline a { color:#fff !important; }
body .termsfeed-com---palette-dark .cc-cp-foot-save { background-color: #FFAA33 !important; }
body .termsfeed-com---palette-dark .cc-pc-head-close { border: none !important; }
body .termsfeed-com---palette-dark .cc-cp-body-content { background-color:#fff !important; color:#000 !important; }
body .termsfeed-com---palette-dark .cc-cp-body-tabs-item-link:focus { box-shadow: none !important; }
body .termsfeed-com---pc-dialog { margin: auto !important; top: 50% !important; transform: translateY(-50%) !important; }
body .termsfeed-com---palette-dark .cc-pc-container { border-radius: 0.375rem !important; border: 1px #247AAC solid !important; }
body .termsfeed-com---palette-dark .cc-cp-body { background-color: #e6e6e6!important; }
body .termsfeed-com---pc-dialog .cc-cp-body-content-entry-title { color: #000 !important; }
body .termsfeed-com---pc-dialog .cc-cp-body-content-entry-text { color: #000 !important; }


.iti__country-container{
    bottom: 0;
    height: 50px;
}


.adv-auth-grid {
  display:grid; 
  gap:16px; 
  grid-template-columns:repeat(2,1fr);
}

.adv-auth-choice {
  display:grid;
  place-items:center;
  text-align:center;
  text-decoration:none;
  background:#fff;
  color:#243746;
  border:2px solid #e6ebf1; 
  border-radius:8px;
  padding:18px; 
  max-height:180px;
  transition:border-color .2s, transform .08s ease-out, box-shadow .2s, background .2s;
}
.adv-auth-choice:hover {
  border-color:#5294BA;
  box-shadow:0 8px 24px rgba(13,110,253,.05);
  transform:translateY(-2px);
  background:linear-gradient(0deg, rgba(13,110,253,.01), rgba(13,110,253,.01)), #fff;
}
.adv-auth-choice-title {
  font-weight:700; 
  font-size:1rem;
  margin-bottom:8px;
  color:black; }

.adv-auth-choice-desc {
  font-size:.9rem; 
  line-height:1.35; 
  color:#5a6b7b; 
  max-width:16ch;
  }

@media (max-width:768px){
  .adv-auth-grid {
  grid-template-columns:1fr;
  }
}

.login-role-switch {
  display: flex;
  gap: 8px;
  width: 95%;
  margin: 0 auto;
}
.login-role-switch .role-btn {
  flex: 1;
  max-width: none;
  border-radius: 8px;
  font-weight: 600;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: white!important;
  color: #36454F!important;
  border: 1px solid #ced4da!important;
  box-shadow: none!important;
  transition: all 0.2s ease;
}
.login-role-switch .role-btn i {
  font-size: 1rem;
}
.login-role-switch .role-btn:hover {
  background-color: white!important;
  border-color: #99c2ff!important;
}
.login-role-switch .role-btn.active {
  background-color: #e4efff!important;
  border-color: #99c2ff!important;
  color: #0a3a78!important;
}