@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600;1,700;1,900&display=swap');
:root{
  --green-dark: #164E33;
  --green-light: rgb(20, 131, 88);
  --almost-black: #2E2E2E;
  --gray-dark: #DCDCDC;
  --blue: #157397;
  --gray-light: #E8E8E8;
  --yellow: #D9DC72;
  --linear-bg: radial-gradient(circle, rgba(20,131,88,1) 0%, rgba(22,78,48,1) 88%);
  --linear-lr-bg: linear-gradient(217deg, rgba(20,131,88,1) 10%, rgba(22,78,51,1) 96%);
  /* SIZE */
  --h1: 43px;
  --h2: 32px;
  --h3: 20px;
  --paragraph: 15px;
}
/*
.root-1593:root{
--green-dark: #157397;
--green-light: #157397;
--almost-black: #2E2E2E;
--gray-dark: #DCDCDC;
--blue: #157397;
--gray-light: #E8E8E8;
--yellow: #D9DC72;
--linear-bg: radial-gradient(circle, rgba(20,131,88,1) 0%, rgba(22,78,48,1) 88%);
--linear-lr-bg: linear-gradient(217deg, rgba(20,131,88,1) 10%, rgba(22,78,51,1) 96%);
--h1: 43px;
--h2: 32px;
--h3: 20px;
--paragraph: 15px;
}*/

p {
  margin-bottom: 0;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #164E33;
  --bs-btn-border-color: #164E33;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #164E33;
  --bs-btn-hover-border-color: #164E33;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #164E33;
  --bs-btn-active-border-color: #164E33;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #164E33;
  --bs-btn-disabled-border-color: #164E33;
}
/* Typography */
h1, h2, h3, h4, h5, h6, p, a, ul li, .accordion-button, .accordion-body{
  font-family: 'Source Sans Pro', sans-serif !important;
}
p, a, ul li{
  font-family: 'Source Sans Pro', sans-serif !important;
  letter-spacing: 0.2px;
}

a {
  font-weight: bold;
  text-decoration: underline;
  color: var(--almost-black);
  padding: 0px;
}

a:hover {
  color: var(--green-light);
}

.h1{
  font-size: var(--h1);
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 576px){
  .h1, h1{
    font-size: 32px !important;
  }
  .h2, h2{
    font-size: 24px !important;
  }
}
.h3{
  font-size: var(--h3);
}
.h2{
  letter-spacing: 0.5px;
}
p{
  font-size: var(--paragraph);
  color: var(--almost-black);
  line-height: 25px;
}
a:hover {
  color: var(--yellow);
}
.green-light-text{
  color: var(--green-light);
}
@media (max-width: 767px){
  .text-xs-center{
    text-align: center;
  }
}
p a, span a, label a{
  color: var(--green-light);
}
.bold{
  font-weight: bold !important;
}
/* BTNS */
.btn-secondary, .btn-primary{
  border: 2px solid var(--green-light);
  font-weight: bold;
  font-size: var(--paragraph);
  border-radius: 0px;
  padding: 11px 40px;
}
.btn-secondary i, .btn-primary i{
  padding-right: 11px;
  color: var(--green-light) !important;
}
.btn-secondary{
  background-color: white;
  color: var(--green-light);
}
.btn-secondary:hover{
  background: var(--green-light);
  color: white;
  border: 2px solid var(--green-light);
}
.btn-secondary:hover i{
  color: white !important;
}
.btn-primary{
  background-color: var(--green-light);
  color: white;
}
.btn-primary:hover{
  background-color: white;
  color: var(--green-light);
  border: 2px solid var(--green-light);
}
.btn-poradna-offcanvas{
  border: 2px solid white;
  color: white;
  font-size: var(--paragraph);
  border-radius: 0px;
  padding: 16px 44px;
  background-color: var(--green-dark);
}
.btn-poradna-group{
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Margins and Padding */
.margin-custom{
  margin-top: 120px;
}
.margin-custom-small{
  margin-top: 60px;
}
.nonpadding{
  padding: 0px;
}
/*@media (max-width: 767px){
  .container-phone{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}*/
/* Colors bg */
.gray-light-bg{
  background: var(--gray-light)
}
.gray-dark-bg{
  background: var(--gray-dark);
}

/* Respo classes */
@media (max-width: 767px){
  .phone-no{
    display: none !important;
  }
  
}
@media (min-width: 767px){
  .pc-no{
    display: none !important;
  }
}

@media (max-width: 992px) and (min-width: 767px) {
  
  .homepage.phone-no {
  	display: none !important;
  }
  
  .homepage.pc-no { 
  	display: block !important;
  }
  
  .homepage.intro-homepage {
  	padding-bottom: 350px;
  }
  
}

@media (min-width: 992px) {
  .homepage.intro-homepage .homepage.container.phone-no {
    padding-top: 100px;
  }
}


/* Container */
/* @media (min-width: 1440px){
.container{
min-width: 1400px !important;
padding: 0px;
background-color: red;
}
} */
@media (max-width: 767px){
  .container-fluid, .container{
    padding-left: 0px;
    padding-right: 0px  ;
  }
}


/* NAVBAR */
.navbar{
  background-color: var(--green-light);
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar .bi-search {
  color: white;
  margin-left: -10px;
}
.hledani .form-control {
  background: var(--green-dark);
  border-radius: 0px;
  border: 3px solid var(--green-dark);
  background: #ffffff;
}
.hledani{
  background-color: var(--green-dark);
}
.navbar ::placeholder{
  color: #4D4D4D;
  font-size: 12px;
}
.navbar .form-control{
  color: var(--green-dark);
}
.navbar-nav li.nav-item{
  padding-top: 12px;
  padding-bottom: 12px;
}
.navbar ul li a{
  color: white;
  text-transform: uppercase;
  font-size: var(--paragraph);
  line-height: 18px;
  font-weight: normal;
}
.nav-link-main:hover{
  color: var(--yellow) !important;
}
@media (max-width: 768px){
  .navbar ul li a.dropdown-item{
    white-space: break-spaces;
  }
  .hledani .form-control {
    border: 0px solid var(--green-dark);
  }
}
.poradna{
  padding: 10px 44px !important;
}
.navbar ul li a:focus, .navbar ul li a:hover{
  color: white;
}
.dropdown-menu{
  border-radius: 0px;
}
@media (max-width: 991px){
  a.chevron-nav{
    right: 10px;
  }
  .subdropdownmenuchevron {
    position: absolute;
    right: 0px;
    top: 0px;
  } 
}
@media (min-width: 992px){
  li.search{
    height: 60px;
  }
  ul.navbar-nav .dropdown-toggle::after{
    display: none;
  }
  .navbar-nav{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
  }
  .subdropdown{
    position: relative;
  }
  li.dropend.subdropdown a.chevron-nav {
    position: absolute;
    right: 10px;
    top: 0px;
  }
  li.dropstart.subdropdown a.chevron-nav {
    position: absolute;
    right: 10px;
    top: 0px;
  }
  li.nav-item:last-child ul.dropdown-menu{
    margin-left: -105px;
  }
  .subdropdownmenuchevron {
    position: absolute;
    top: 0px;
    right: 0px;
  }    
}
.navbar ul li{
  padding-left: 15px;
  padding-right: 15px;
}
li.search{
  background-color: var(--green-dark);
  padding-left: 30px !important;
  padding-right: 22px !important;
  width: 81px;
}
.hledat{
  list-style: none;
  margin-left: -32px;
}
.search{
  padding-top: 18px !important;
}
.dropdown-menu li a{
  color: var(--green-light) !important;
}
.dropdown-menu li a{
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown-menu li{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.btn-navbar-switcher-pasive{
  border: 2px solid var(--blue);
  font-weight: bold;
  background-color: var(--blue);
  color: white;
  font-size: 18px;
  border-radius: 0px;
  padding: 16px 44px;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: transparent;
}
a.top-header-phone{
  color: var(--almost-black);
  text-decoration: none;
  padding-right: 20px;
  font-size: 15px;
}
a.top-header-phone img{
  margin-right: 11px;
}
.top-header-btn-group{
  gap: 25px;
}
@media (min-width: 1871px){
  .top-header-btn-group{
    margin-right: -1px;
  }
}
.header-top-fast-contact{
  gap: 28px !important;
}
.btn-navbar-switcher-pasive img, .btn-navbar-switcher-active img{
  margin-right: 11px;
  height: 26px;
}
img.kufrik{
  width: 22px !important;
  height: 19px !important;
}

/* li.nav-item:hover > .dropdown-menu {
display: block;
}
li.subdropdown:hover > .dropdown-menu {
display: block;
} */
.btn-navbar-switcher-pasive, .btn-navbar-switcher-active{
  font-size: 18px;
}
@media (min-width: 767px){
  .btn-navbar-switcher-pasive, .btn-navbar-switcher-active{
    padding-bottom: 25px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .navbar{
    margin-top: -12px;
  }
}
.btn-navbar-switcher-active:hover{ 
  background: var(--green-light);
  color: white;
  width: 208px;
}
@media (min-width: 992px){
  .btn-navbar-switcher-active{ 
    /* pointer-events: none;*/
    width: 208px;
  }
  .btn-navbar-switcher-pasive{
    width: 208px;
  }
  .header-top-fast-contact{
    margin-top: -30px;
    margin-left: -65px;
  }
  img.logotype{
    margin-top: -27px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px){
  .btn-navbar-switcher-pasive{
    padding: 16px 30px 25px 30px;
  }
}

@media (max-width: 992px) {
  .navbar {
    background-color: var(--green-light);
    position: fixed;
    top: 0px;
    width: 0px;
    height: 0px;
    z-index:2;
  }
  .subdropdown a.chevron-nav {
    right: 10px;
    top: 7px;
  }
  .top-header-btn-group{
    gap: 0px;
  }
  .logotype{
    width: 150px;
  }
  .btn-navbar-switcher-pasive, .btn-navbar-switcher-active{
    font-size: 10px;
    padding: 8px 14px;
  }
  .offcanvas-body, .offcanvas-header{
    background-color: var(--green-dark);
  }
  .navbar-container{
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-nav li.nav-item{
    border-top: 1px solid rgba(255,255,255,0.5);
  }
  .navbar ul li{
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
  .dropdown-toggle::after{
    display: none;
  }
  /* .navbar ul li.nav-item::before{
  content: url(../images/offcanvasmenu-chevron.svg);
  width: 6px;
  position: absolute;
  right: 0px;
  top: 15px;
} */
  .header-top-fast-offcanvas .top-header-phone{
    color: white;
    font-size: 14px;
    padding-right: 16px
  }
  .header-top-fast-offcanvas{
    gap: 0px !important;
  }
  .header-top-fast-offcanvas .top-header-mail{
    color: #fff;
    font-size: 14px;
    padding-left: 16px;
  }

  .dropend .dropdown-toggle::after{
    display: none;
  }
  .offcanvas {
    width: 100% !important;
  }
  .close-menu{
    font-size: 14px;
    font-weight: normal;
    display: flex;
    align-items: center;
  }
  .btn-close{
    opacity: 1;
  }
}
@media (min-width: 767px) and (max-width: 991px){
  a.btn.btn-primary.btn-navbar-switcher-active {
    padding: 8px 16px 8px 16px;
  }
}
@media (min-width: 992px) and (max-width: 1200px){
  .navbar ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px){
  .navbar ul li {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: -1px;
    margin-left:-1px;
    margin-right: -1px;
  }
  .top-header-btn-group .btn:nth-child(2) {
    margin-right: -18px;
  }
}
@media (min-width: 992px) and (max-width: 1400px){
  .navbar ul li a{
    font-size: 12px !important;
  }
  .navbar ul li{
    padding-left: 5px;
    padding-right: 5px;
  }

}
@media (min-width: 1201px){
  .navbar{
    margin-top: -27px;
  }
}
.header-top-fast-contact span{
  color: var(--almost-black) !important;
}
@media (min-width: 1200px) and (max-width: 1399px){
  .header-top-fast-contact{
    display: none !important;
  }
}
a.top-header-mail{
  color: var(--green-light);
  text-decoration: underline !important;
  font-weight: 600;
  padding-left: 20px;
  font-size: 14px;
}
img.logotype{
  width: 240px;
}
span.oddelovac{
  color: #707070 !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) and (max-width: 1200px){
  img.logotype{
    width: 150px;
  }
  .btn-navbar-switcher-active, .btn-navbar-switcher-pasive{

  }
}
@media (max-width: 576px){
  img.logotype{
    width: 190px;
  }
}
h5.offcanvas-title svg{
  margin-top: -11px;
}
h5.offcanvas-title span{
  font-weight: bold;
  font-size: 30px;
  margin-left: 15px;
}
/* .subdropdown::after{
content: url(../images/chevron-right.svg);
position: absolute;
right: 20px;
top: 5px;
} */
.dropend{
  position: relative;
}
/* Homepage */
.intro-homepage {
  background: url('https://d1.webseller-app.com/104521/web_templates/43/images/bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  width: 100%;
  display: flex;
  background-size: cover;
}
.intro-homepage-section{
  background: white;
  border-top: 6px solid var(--green-dark);
  padding: 55px 76px 64px 76px;
  gap: 32px;
}

@media (min-width: 1500px) {
  .intro-homepage {
    padding-bottom: 150px !important;
  }
}

@media (max-width: 768px){
  .intro-homepage-section{
    padding: 15px 15px;
  }
  .navbar-container{
  padding-left:0;
  }
  .form-container-header {
  padding-left:15px!important;}
  
}
.intro-subpage-section{
  background: rgb(20,131,88);
  background: radial-gradient(circle, rgba(20,131,88,0.9) 10%, rgba(22,78,51,0.9) 96%);   
  border-top: 0px;
}

.intro-subpage-section h1, .intro-subpage-section p{
  color: white;
}
@media (min-width: 767px){
  .intro-homepage-section{
    /* margin-top: 150px; */
  }
  .pojisteni-firemniho-majetku-intro .intro-homepage-section{
    /* margin-top: 50px; */
  }
}
.intro-homepage-section-phone{
  text-align: center;
}
.intro-homepage-section span{
  color: var(--green-light);
  font-size: var(--h3);
  font-weight: bold;
  margin-top: -12px;
}
@media (min-width: 991px){
  .intro-homepage {
    min-height: auto;
    height: auto;
  }
  .intro-homepage-section {
    width: 532px;
  }
}

@media (min-width: 1200px){
  .homepage-cards-content{
    min-height: 400px;
    width: calc(33% - 13px);
  }
}
.homepage-cards-content{
  background: var(--linear-bg);
  padding: 76px;
}
.homepage-cards-row{
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.homepage-cards a{
  text-decoration: none;
}
.homepage-cards a.btn {
  margin-top: 18px !important;
}
.homepage-cards{
  margin-top: -75px;
}
.pojisteni-firemniho-majetku .homepage-cards{
  margin-top: -175px;
}
.homepage-cards-icon{
  width: 52px;
  height: 52px;
}
.homepage-cards h3{
  margin-top: 49px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
  font-weight: bold;
}
.homepage-cards p{
  color: white;
  font-weight: normal;
}
.homepage-cards-container-parent{
  position: relative;
}
@media (min-width: 993px){
  .homepage-cards-container-parent .btn {
    position: absolute;
    bottom: 0px;
    /* left: 50%; */
    display: block;
    width: 100%;
  }

  .homepage-cards-container-parent {
    min-height: 320px;
    height: auto;
  }
}
@media (max-width: 767px){
  .logos{
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
  .intro-homepage {
    min-height: 40vh;
    background-size: cover;
  }
  .logos img{
    /*  width: 20%;*/
    margin-top: 20px;
  }
  .logos{
    margin-top: 48px;
  }
  .homepage-cards{
    margin-top: 0px;
  }
  .pojisteni-firemniho-majetku .homepage-cards{
  margin-top: 70px;
}
  .homepage-cards-row{
    gap: 0px;
  }
  .subpage-cards{
    margin-top: -60px;
  }
  .homepage-cards-container{
    gap: 50px;
  }
}
@media (min-width: 768px){
  .logos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 64px;
  }
}
@media (max-width: 575px){
  .homepage-cards-content{
    text-align: left !important;
    gap: 48px;
    margin-bottom: 5px;
  }
}

.logos img{
  filter: grayscale(1);
  opacity: 0.5;
}
.logos img:hover{
  filter: grayscale(0);
  opacity: 1;

}
@media (min-width: 768px){
  .logos img{
    height: 72px;
    /*object-fit: cover;*/
  }
}
.homepage-bottom{
  border-top: 2px solid var(--green-light);
}
.homepage-bottom-qa{
  background: var(--gray-light);
  padding-top: 100px;
  padding-bottom: 100px;
}
.homepage-bottom-news{
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--gray-dark);
}
.homepage-bottom-qa .chevron, .homepage-bottom-news a.chevron{
  right: 15px;
}
a.chevron{
  position: absolute;
}
.homepage-bottom-link{
  margin-left: 22px;
  font-size: 17px;
  color: #4D4D4D;
  font-weight: bold;
  text-decoration: underline;
}
.homepage-bottom-content{
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid rgba(46,46,46,0.1);
  align-items: center;
  position: relative;
}
.homepage-bottom-content img{
  width: 29px;
}
.homepage-bottom-content a.chevron img{
  width: 6px;
}
@media (max-width: 768px){
  .homepage-bottom-content {
    height: 100px;
  }
}
@media (min-width: 769px){
  .homepage-bottom-content {
    height: 100px;
  }
}
.no-border{
  border-top: 0px;
}
.homepage-bottom-date{
  color: var(--almost-black);
  font-size: 13px;
  line-height: 28px;
  font-weight: bold;
  opacity: 0.5;
}
.homepage-bottom-link-green{
  font-size: 17px;
  color: #4D4D4D;
  font-weight: bold;
  text-decoration: underline;
}
.homepage-bottom-link-green:hover, .homepage-bottom-link:hover{
  color: var(--green-dark);
}
a.homepage-bottom-content:hover{
  color: var(--almost-black) !important;
}
a.homepage-bottom-content:hover{
  color: var(--green-dark);
}
span.homepage-bottom-date{
  text-decoration: none !important;
}
@media (min-width: 1200px) and (max-width: 1400px){
  .novinky{
    margin-left: 99px;
  }
}
@media (min-width: 1600px){
  .homepage-bottom-qa div{
    width: 680px;
    float: right;
  }
  .homepage-bottom-qa .homepage-bottom-content, .homepage-bottom-content-btn-group{
    padding-right: 100px;
    box-sizing: border-box;
  }
  .homepage-bottom-qa .homepage-bottom-content, .homepage-bottom-content-btn-group{
    margin-right: 100px;
    width: calc(100% - 100px);
    position: relative;
  }
  /* .homepage-bottom-content a:last-child{
  margin-left: 40px;
} */
  .homepage-bottom-news div{
    width: 680px;
    float: left;
  }
  .homepage-bottom-news .homepage-bottom-content, .homepage-bottom-content-btn-group{
    box-sizing: border-box;
    width: calc(100% - 100px);
    margin-left: 100px;
    position: relative;
  }
  .homepage-bottom-news h3{
    margin-left: 100px;
  }
}
@media (min-width: 1201px) and (max-width: 1440px){
  .homepage-bottom-news div{
    width: 550px;
    float: left;
  }
  .homepage-bottom-qa div{
    float: left;
  }
  .novinky{
    margin-left: 122px;
  }
  .homepage-bottom-qa .homepage-bottom-content, .homepage-bottom-content-btn-group, .homepage-bottom-link-green{
    padding-right: 70px;
    box-sizing: border-box;
  }
  .homepage-bottom-content-btn-group {
    max-width: 300px;
    width: auto;
  }
}
@media (min-width: 1441px) {
  .homepage-bottom-qa div{
    width: 685px;
    float: right;
  }
  .homepage-bottom-qa .homepage-bottom-content, .homepage-bottom-content-btn-group{
    padding-right: 100px;
    box-sizing: border-box;
  }
  .homepage-bottom-qa .homepage-bottom-content, .homepage-bottom-content-btn-group{
    margin-right: 100px;
    width: calc(100% - 100px);
    position: relative;
  }
  .homepage-bottom-news div{
    width: 685px;
    float: left;
  }
  .homepage-bottom-news .homepage-bottom-content, .homepage-bottom-content-btn-group{
    box-sizing: border-box;
    width: calc(100% - 100px);
    margin-left: 100px;
    position: relative;
  }
  .homepage-bottom-news h3{
    margin-left: 124px;
  }
}
@media (min-width: 1200px){
  .homepage-bottom-qa .homepage-bottom-content, .homepage-bottom-content-btn-group{
    margin-right: 100px;
    width: calc(100% - 100px);
    position: relative;
  }
  .homepage-bottom-news .homepage-bottom-content, .homepage-bottom-content-btn-group{
    box-sizing: border-box;
    width: calc(100% - 100px);
    margin-left: 124px;
    position: relative;
  }
}
@media (max-width: 767px){
  .homepage-cards-content{
    padding: 12px !important;
  }
  .homepage-bottom-qa, .homepage-bottom-news{
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .homepage-bottom-content{
    width: calc(100% - 30px);
    margin: auto;
  }
  .homepage-bottom-qa a.chevron, .homepage-bottom-news a.chevron{
    right: 30px;
  }
  .homepage-bottom-container{
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .homepage-bottom-link-green, .homepage-bottom-link{
    padding-right: 30px;
  }
  /* .homepage-bottom{
  width: 92% !important;
  overflow-x: hidden;
} */
  .homepage-bottom-row{
    max-width: 100%;
    margin: auto;
  }
}

@media (min-width: 768px) and (max-width: 1200px){
  .intro-homepage {
    background-position: center 0;
  }
  .intro-homepage-section{
    /* margin-top: 650px;*/
  }
  .homepage-cards{
    margin-top: 0px;
  }
  .homepage-cards-row{
    gap: 12px;
  }
  .homepage-cards-content{
    width: 32%;
  }
  .homepage-cards-content{
    padding: 24px;
  }
  .logos{
    gap: 24px;
    justify-content: center;
  }
  span.chevron{
    display: none;
  }
}
@media (min-width: 992px){
  ul.dropdown-menu a {
    font-size: 14px !important;
    text-transform: none !important;
    white-space: break-spaces;
  }
  ul.dropdown-menu{
    min-width: 250px;
    max-width: 380px;
    width: auto;
  }
}
ul.dropdown-menu a {
  font-size: 14px !important;
  text-transform: none !important;
}
.dropstart .dropdown-toggle::before {
  content: none;
}
@media (max-width: 992px){
  /* .nav-item{
  display: flex;
  justify-content: space-between;
} */
  .nav-item .chevron-nav, .subdropdownmenuchevron {
    position: absolute;
    right: 10px;
    top: 15px;
    background-repeat: no-repeat;
    /* background-color: antiquewhite; */
    background-image: url(https://d1.webseller-app.com/104521/web_templates/39/images/offcanvasmenu-chevron.svg);
    width: 8px;
    padding-left: 0px;
    background-size: 10px;
    padding: 12px;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
  }
  .subdropdownmenuchevron{
    top: 5px;
  }
  /* {
  position: absolute;
  right: 0px;
  top: 15px;
  content: url('https://d1.webseller-app.com/104521/web_templates/43/images/offcanvasmenu-chevron.svg');
  width: 6px;
  padding-left: 0px;
} */
  .nav-item {
    position: relative;
  }
}
.homepage-bottom h3{
  font-weight: 900;
  font-size: 32px;
}
span.homepage-bottom-link::after {
  content: url('https://d1.webseller-app.com/104521/web_templates/43/images/chevron-right.svg');
  padding: 10px;
  position: absolute;
  right: 0px;
  top: 28px;
}
.homepage-bottom-content-novinky{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
span.homepage-bottom-link-green::after {
  content: url('https://d1.webseller-app.com/104521/web_templates/43/images/chevron-right.svg');
  padding: 10px;
  position: absolute;
  right: 0px;
  top: 28px;
}
/* Footer */
.footer{
  padding-top: 118px;
  padding-bottom: 100px;
}
.footer img.logo{
  width: 170px;
}
.footer ul{
  padding-left: 0rem;
}
.footer ul li{
  list-style: none;
  font-weight: normal;
}
.footer ul li a{
  color: #4D4D4D;
  text-decoration: none;
  line-height: 34px;
  font-weight: 600;
  font-size: 14px;
}
.footer-fajnpojisteni-section ul li {
  font-weight: bold !important;
  font-size: 15px;
}
.footer ul li a:hover{
  color: var(--green-light);
}
a.footer-email{
  color: #148358 !important;
  text-decoration: underline !important;
  font-weight: 600;
  font-size: 14px;
}
footer li.mail{
  margin-top: -10px;
}
.footer h4{
  font-weight: 900;
  color: var(--almost-black);
}
.footer-bottom a, .footer-bottom p {
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 13px;
}
.footer-bottom a:hover{
  color: var(--almost-black);
}
.footer-fajnpojisteni-adresa{
  margin-top: 28px;
}
.footer-company-info a {
  font-size: 15px !important;
}
ul.footer-fajnpojisteni-adresa li {
  margin-top: 3px;
}
.pardubice ul li {
  margin-top: 2px;
}
.pardubice li.li-phone {
  margin-top: -30px;
}
@media (max-width: 567px){
  .pardubice{
    width: 100%;
  }
  
  .logos {
  	padding-left: 15px;
    padding-right: 15px;
    gap: 20px;
  }
}
@media (max-width: 992px){
  .pardubice {
    margin-top: 27px;
  }
}
@media (min-width: 1400px){
  .footer-company-info .col-6{
    margin-left: 110px !important;
  }
  .f-c-i-2 {
    margin-left: -116px !important;
    margin-top: 50px !important;
  }
}
.footer-bottom-logotype img{
  width: 204px;
  background-color: white;
  padding-left: 30px;
  padding-right: 30px;
}
.footer-bottom-logotype{
  background-image: url('https://d1.webseller-app.com/104521/web_templates/43/images/footer-bottom-border.jpg');
  background-repeat: repeat-x;
  background-position-y: center;
  margin-top: 57px !important;
  margin: auto;
}
.footer-bottom span {
  font-size: 14px;
}
.footer-bottom{
  margin: auto;
}
@media (max-width: 767px){
  .footer{
    padding-left: 15px;
    padding-right: 15px;
  }
}
li.li-phone img {
  margin-left: 10px;
}

/* Pojisteni firemního majetku */
.pojisteni-firemniho-majetku{
  /*background-image: url("https://d1.webseller-app.com/104521/web_templates/43/images/pojisteni-firemniho-majetku.jpg");*/
  background-image: url("https://d1.webseller-app.com/104521/web_templates/43/images/bg2.jpg");
  background-size: 100% auto;
  background-position: 0 155px;;
  background-repeat: no-repeat;
}

.pojisteni-firemniho-majetku div.intro {
  background-size: cover;
  background-position: 0 20%;
  background-repeat: no-repeat;
}

@media (min-width: 1200px){
  .pojisteni-firemniho-majetku-intro .intro-homepage-section {
    width: 809px;
    bottom: 0px;
  }
}

@media (max-width: 992px){
  .pojisteni-firemniho-majetku {
   background-position: 0 80px;;
  }
}
@media (max-width: 768px){
  .pojisteni-firemniho-majetku {
   background-position: 0 110px;;
  }
}
/* Form container */
.form-check-input[type=checkbox] {
  border-radius: 0px;
  width: 12px !important;
  height: 12px !important;
}
@media (max-width: 767px){
  .form-check-input[type=checkbox] {
    border-radius: 0px;
    width: 20px !important;
    height: 12px !important;
  }
}
.form-container{
  background: white;
  box-sizing: border-box;
  overflow-x: hidden;
}
.form-container-header{
  padding: 18px 10px;
  background: var(--linear-lr-bg);
  box-sizing: border-box;
  font-size: 13px;
  padding-left: 35px;
}
.form-control:focus{
  border-color: var(--green-dark);
  box-shadow: 0 0 0 0.25rem rgba(20, 131, 88, 0.2);
}
.form-container-header ul li{
  float: left;
  list-style: none;
  padding-right: 24px;
}
.form-container-header ul li a.actual-step{
  color: white;
  text-decoration: none;
}
.form-container-header ul li a.step{
  color: var(--yellow);
}
.form-container-header ul li a.step::before, .form-container-header ul li a.actual-step::before{
  content: url("../images/chevron-right-yellow.svg");
  padding-right: 24px;
}
.form-container-content{
  padding-top: 96px;
  padding-bottom: 96px;
  padding-left: 128px;
  padding-right: 128px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .form-container-content{
    padding-left: 32px;
    padding-right: 32px;
  }   
  .form-group{
    flex-direction: column;
  }

  .form-group input:not([type="radio"], [type="checkbox"]) {
    margin-top: 5px;
  }
  .form-check, .form-info {
    text-align: left;
  }
  .form-check-input[type=checkbox] {
    margin-right: 5px;
  }
}
@media (min-width: 992px){
  .form-container{
    margin-top: -400px;
  }
  .form-group label{
    min-width: 250px;
  }
  .form-check{
    margin-left: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .form-container{
    margin-top: 0px;
  }
}
@media (min-width: 767px) and (max-width: 992px){
  .form-container-content{
    padding-left: 32px;
    padding-right: 32px;
  }
  .form-group label {
    min-width: 250px;
  }
  .homepage-cards-content {
    width: 48%;
  }
}
.form-group{
  padding-top: 5px;
  padding-bottom: 5px;
}
.form-group input{
  border-radius: 3px;
  border: 1px solid #BEBEBE;
  height: 48px;
}

/*@media (min-width: 992px) and (max-width: 1199px){
.form-group input{
width: 100%;
}
}*/
.form-group textarea{
  border-radius: 3px;
  border: 1px solid #BEBEBE;
}
.form-group label{
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 500;
}
.form-check, .form-info{
  font-size: 14px;
  color: var(--almost-black);
}


/* Odbraťte se na odborníky */
.obratte-se-na-odborniky{
  background: var(--gray-light);
  padding-top: 80px;
  padding-bottom: 80px;
}
.obratte-se-na-odborniky img{
  width: 100px;
}
.obratte-se-na-odborniky .top-header-phone{
  padding-right: 5px;
}
.obratte-se-na-odborniky .top-header-mail{
  padding-left: 5px;
}
@media (min-width: 992px){
  .obratte-se-na-odborniky-btn-group{
    min-height: 90px;
  }
  .obratte-se-na-odborniky-btn-group .btn {
    margin-top: 38px;
  }
  .obratte-se-na-odborniky img{
    height: 100px;
  }
}
@media (max-width: 567px){
  .obratte-se-na-odborniky {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* Accordion */
.accordion-button, .accordion-body{
  background: var(--green-dark) !important;
  color: white;
  padding-left: 56px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 45px;
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
}
.accordion{
  margin-top: 18px !important;
}
.accordion-button span{
  margin-left: 32px;
}
.accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type .accordion-button.collapsed{
  border-radius: 0px;
  /* font-size: 20px;*/
}
.accordion-button::after{
  content: url(https://d1.webseller-app.com/104521/web_templates/43/images/chevron-down.svg);
color: white;
background-image: none;
}.accordion-item{
  margin-top: 10px;
}
span.underline{
  text-decoration: underline;
}
.accordion-button:not(.collapsed){
  color: var(--yellow);
}

.pojisteni-firemniho-majetku-karty .subpage-cards-content {
  padding-left: 80px !important;
}

.pojisteni-firemniho-majetku-karty .background-holder {
  position: relative;
}

.pojisteni-firemniho-majetku-karty .background {
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: -70px;
  width: 60px;
  height: 60px;
}

@media (min-width: 1200px){
  #cms .accordion{
    width: 100%;
    margin: 0px auto;
  }
  .accordion{
    width: 1166px;
    margin: 0px auto;
  }
  .pojisteni-firemniho-majetku-karty{
    width: 1166px !important;
  }
}
@media (max-width: 576px){
  .accordion-button, .accordion-body {
    padding-left: 26px;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 25px;
  }
}
@media (max-width: 991px){
  
  .pojisteni-firemniho-majetku-karty .homepage-cards-content {
    padding: 15px !important;
  }
  
  .form-group input[type="radio"],
  .form-group input[type="checkbox"] {
    height: 20px; 
  }
}
@media (min-width: 992px){
  .pojisteni-firemniho-majetku-karty .homepage-cards-content {
    padding: 90px 59px 20px 59px !important;
    min-height: 350px;
    height: auto;
  }
  .pojisteni-firemniho-majetku-karty-content{
    margin-top: -50px;
  }
  .subpage-cards-content{
    position: relative;
  }
  .subpage-cards-content .btn{
    position: absolute;
    bottom: 20px;
  }

}

/* Subpage cards */
.subpage-cards{
  margin-top: 199px;
}
.subpage-cards-content{
  background: var(--gray-dark) !important;
}
.subpage-cards p, .subpage-cards h3{
  color: var(--almost-black);
  text-align: left;
}
.subpage-cards h3{
  margin-top: 0px;
  font-weight: bold;
}
@media (min-width: 992px){
  .subpage-cards-content{
    width: 48.9%;
  }
}
@media (min-width:1201px) and (max-width: 1399px){
  .subpage-cards-content{
    width: 48%;
  }
}
@media (max-width: 767px){
  .subpage-cards{
    margin-top: 96px;
    gap: 10px;
  }
  .subpage-cards-content{
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
/* Nejcastejsi dotazy */
.nejcastejsi-dotazy p{
  margin-top: -7px;
}
.nejcastejsi-dotazy{
  margin: auto;
}
.question-answer{
  border-left: 6px solid var(--green-light);
  position: relative;
}
.question-chevron {
  position: absolute;
  top: -12px;
  right: 100px;
}
@media (min-width: 1200px){
  .nejcastejsi-dotazy{
    width: 1166px;
  }
}


@media (max-width: 768px){
  .btn-navbar-switcher-active:hover, .a.btn-primary:hover {
    width: auto !important;
  }
}


/* CMS */
.table-container {
  overflow: auto;
}
@media (max-width: 767px) {
  #cms,.custom-google-search {
    padding-left: 32px;
    padding-right: 32px;
  }  
  #cms-container .row{
    max-width: 100%;
    margin: auto;
  }
}


#cms h1{
  font-size: 43px;
  font-weight: bold;
  color: var(--green-light);
  padding: 0px;
}
#cms h2{
  font-size: 32px;
  font-weight: bold;
  color: var(--green-light);
  padding: 0px;
  margin-top: 24px;
  margin-bottom: 8px;
}
#cms h3{
  font-size: 20px;
  font-weight: bold;
  color: var(--green-light);
  margin-top: 20px;
  padding: 0px;
  padding-bottom: 10px;

}
#cms h4{
  font-size: 18px;
  font-weight: bold;
  color: var(--green-light);
  padding: 0px;
}
#cms h5{
  font-size: 16px;
  font-weight: bold;
  padding: 0px;
  color: var(--green-light);
}
#cms p{
  font-weight: normal;
  font-size: 15px;
  color: var(--almost-black);
  line-height: 150%;
  padding: 0px;
}
#cms p a{
  font-weight: bold;
  text-decoration: underline;
  color: var(--almost-black);
  padding: 0px;
}
#cms p a:hover{
  color: var(--green-light);
}
#cms a:not(.btn, .btn-primary):hover{
  color: var(--green-light);
  text-decoration: underline;
}
#cms blockquote{
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  color: var(--almost-black);
  padding: 0px;
  margin-top: 24px;
  background: var(--gray-light);
  padding: background: var(--grayvar(--gray-light)-light);
  padding: 36px;
  border-bottom: 4px solid var(--green-dark);
  width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
}
#cms ul li{
  font-weight: normal;
  font-size: 15px;
}
#cms ul{
  list-style: none;
}
#cms ul li::before, #cms ul li ul li::before, #cms ul li ul li ul li::before{
  content: "\2022";
  color: var(--green-light); 
  font-weight: bold; 
  display: inline-block; 
  width: 1em;
  font-size: 18px;
}
#cms ol li::marker{
  color: var(--green-light);
}
#cms ol li{
  font-weight: normal;
  font-size: 15px;
}

#cms table{
  background-color: rgba(20, 131, 88, 0.1);
}
#cms table thead{
  background-color: var(--green-dark);
  color: white;
}
#cms table tr td{
  font-weight: normal;
  font-size: 15px;
  color: var(--almost-black);
  line-height: 150%;
  padding: 15px 15px 0px 15px;
}
#cms table tr:nth-child(even) td{
  background-color: white;
}
#cms table tr td:last-child{
  text-align: right !important;
}
#cms img{
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px){
  #cms h1{
    font-size: 32px;
  }
  #cms h2{
    font-size: 26px;
    font-weight: bold;
  }
  #cms h3{
    font-size: 20px;
    font-weight: bold;
  }
  #cms h4{
    font-size: 18px;
  }
  #cms h5{
    font-size: 16px;
  }
  #cms blockquote{
    font-size: 18px;
  }
  #cms table thead th{
    font-size: 12px;
  }
  #cms table tr td{
    font-size: 12px;
  }
}

#cms form input, #cms form select  {
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 500;
}



/*Drobečková navigace*/

.form-container-header a:first-child::before {
  content: url('https://d1.webseller-app.com/104521/web_templates/43/images/home.svg');
  /*margin-left: 35px;*/
}
.form-container-header a::after {
  content: url('https://d1.webseller-app.com/104521/web_templates/43/images/chevron-right-yellow.svg');
  padding-right: 24px;
  padding-left: 24px;
}
.form-container-header a:last-child::after {
  display: none;
}
.form-container-header a{
  color: #D9DC72;
}
.form-container-header a:last-child{
  color: #fff;
}



/*Form v cms*/
@media (max-width: 768px){
  .myform-multiselect .form-group label:first-child {
    margin-top: 0px !important;
  }
  .myform-multiselect .form-group label {
    margin-top: -12px !important;
  }
  #cms-container form .btn {
    margin: auto;
    display: block;
    margin-top: 16px;
  }
}
.check-container label {
  display: flex;
  align-items: center;
}
.myform-multiselect .form-group label {
  display: flex;
  align-items: center;
}
.form-container-content {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
}
.form-group input {
  padding: 0.375rem 0.75rem;
}
.form-group input[type="text"] {
  width: 280px;
}
.form-container-content select {
  border-radius: 3px;
  border: 1px solid #BEBEBE;
  height: 48px;
  width: 280px;
  padding: 0.375rem 0.75rem;
}
.form-group input[type="email"] {
  width: 280px;
}
.form-group textarea{
  width: 280px;
  padding: 0.375rem 0.75rem;
}
.form-group input[type="checkbox"] {
  margin-right: 8px;
}
/*.mandatory {
border: 1px solid var(--green-dark) !important;
}*/
/**/

#guide-form {padding:0; margin:0;}
.step-form {margin-top:20px;}
#cms-container form {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
  background: #E8E8E8;
  padding: 12px;
}
#cms-container form input {
  padding: 0.375rem 0.75rem;
}
#cms-container form input[type="text"],
#cms-container form input[type="email"] {
  width: 100%;
}
#cms-container form select {
  border-radius: 3px;
  border: 1px solid #BEBEBE;
  height: 48px;
  width: 280px;
  padding: 0.375rem 0.75rem;
}

#cms-container form textarea{
  width: 100%;
  height: 150px;
  padding: 0.375rem 0.75rem;
}
@media (max-width: 576px){
  #cms-container form input[type="text"], #cms-container form select, #cms-container form input[type="email"], #cms-container form textarea{
    width: 100%;
  }
}

#cms-container form input[type="checkbox"] {
  margin-right: 8px;
}

#cms-container form label {
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 992px){
  #cms-container form label {
    min-width: 250px;
  }

  #cms-container form span > label {
    min-width: auto; 
  }
}

@media (max-width: 1250px) {
  #cms-container form label {
    min-width: 190px;
  }
}

#cms-container form input.button{
  border: 2px solid var(--green-light);
  font-weight: bold;
  font-size: var(--paragraph);
  border-radius: 0px;
  padding: 11px 40px;
  background: var(--green-light);
  color: white;
}
#cms-container form input.button:hover{
  background: white;
  color: var(--green-light);
}

/*CMS container*/
#cms .accordion-collapse {
  margin-top: -10px;
}
#cms,.custom-google-search{
  padding-bottom: 96px;
  padding-top: 0px;
  padding-left: 112px;
  padding-right: 112px;
  box-sizing: border-box;
}
.custom-google-search form {background:transparent!important;}
@media (max-width: 767px) {
  #cms{
    padding-left: 15px;
    padding-right: 15px;
  }  
  .gsc-control-cse,.custom-google-search {padding:0!important;}
}

@media (min-width: 992px){
  div#cms-container {
    /*margin-top: -500px;*/
    background: white;
  }
}

/*Partners*/
@media (max-width:768px){
  .widget-partners img {
    width: 96px;
  }
}


/*nav*/
.burger-menu {
  margin-left: 12px;
}
.burger-menu svg {
  fill: var(--green-dark);
}
@media (max-width: 768px){

}

/*Paging*/
.article-paging {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 36px;
  gap: 10px;
}
.article-paging a{
  height: 24px;
  width: 24px;
  text-align: center;
}
.article-paging a.active {
  color: white;
  background: var(--green-dark);
  height: 24px;
  width: 24px;
  text-align: center;
}
.article-paging a:hover {
  color: white !important;
  background: var(--almost-black);
  height: 24px;
  width: 24px;
  text-align: center;
}


/*Next articles*/
.articles-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #f3f3f3;
}
.articles-list .article-item {
  padding: 32px 32px;
}

@media (min-width: 992px){
  .articles-list .article-item{
    flex-basis: 33.333%;
  }
}
@media (max-width: 992px){
  .articles-list .article-item{
    flex-basis: 100%;
  }
}


.article-item {
  font-size: 14px;
}

.article-item a {
  display: block;
  margin-bottom: 3px;
}



@media (min-width: 992px){
  #subpage .intro-homepage-section{
    padding-left: 112px;
  }
}

@media (min-width: 992px){
  div#cms-container {
    /*margin-top: -500px;*/
    background: white;
    max-width: 1300px;
  }
}

.accordion-button span {
  margin-left: 32px;
  font-size: 20px;
}

@media (max-width: 767px){
  span.underline{
    font-size: 20px !important;
  }
}

.accordion-button:focus{
  border: 0px solid red !important;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-body a {
  color: #D9DC72;
}

/*Oprava respo*/
@media(min-width: 768px) and (max-width: 992px){
  .pojisteni-firemniho-majetku-intro {
    padding: 0px;
  }
} 


a.top-header-phone:hover{
  color: var(--green-dark);
}
a.top-header-mail:hover, a.footer-email:hover{
  color: var(--almost-black) !important;
}

.myform-multiselect .form-group label:first-child {
  min-width: 250px !important;
} 
.myform-multiselect .form-group label {
  min-width: auto !important;
  padding: 0px 16px 0px 0px;
}


@media (min-width: 1440px){
  .homepage-bottom-news div.homepage-bottom-content-btn-group{
    width: auto;
  }
}















/*@media (max-width: 567px){
.myform-multiselect .form-group{
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: center;
padding-right: 32px;
padding-left: 32px;
background: red;
}
}  
*/




/*BLUE SECTION*//*
.root-1593 .homepage-cards-content, .root-1593 #subpage .intro-homepage-section, .root-1593 .form-container-header{
background: #157397;
}
.root-1593 a.footer-email{
color: #157397 !important;
}
.root-1593 .top-header-btn-group .btn-secondary:nth-child(2){
background: #164E33;	
border-color: #164E33;
}


*/




/*Respo bugs*/

.myform-multiselect .form-group {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
}
.myform-multiselect .form-group label:first-child {
  width: 100% !important;
}
.submit-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.myform-type-gdpr_4 .check-container {
  margin: auto;
}


.intro-homepage {
  padding-bottom: 50px;
}

.pojisteni-firemniho-majetku-intro {
  padding-top: 100px;
  padding-bottom: 100px;
}


.intro-homepage {
  padding-bottom: 100px;
}

.clanek{
  background-size: cover;
}

@media (min-width: 1366px){
  .intro-homepage {
  	min-height: 550px;
  }
  
  .myform-input, .myform-textarea {
    clear: both;
  }
  .myform-type-facturation_phone, .myform-type-email {
    width: 50%;
    float: left;
    clear: none !important;
  }
  .myform-type-email+.myform-type-facturation_phone label {
    padding-left: 48px;
  }
  .myform-type-facturation_phone+.myform-type-email label {
    padding-left: 48px;
  }

}

@media only screen and (max-width: 992px){
  #accordionCestovniPojisteni>li:not(.phone-show2){
    display: none !important;
  }
}


@media (min-width: 992px){
  .desktop-hide{
    display: none;
  }
}


h5.offcanvas-title span{
  font-size: 18px;
  margin-left: 5px !important;
}






.accordion {
  --bs-accordion-border-width: 0px;
}




  .myform-multiselect, .myform-select, .myform-input {
    float: left;
    clear: left;
    width: 50%;
  }
  
  .myform-textarea, .myform-check, .myform-radio {
    width: 100%;
    clear: both; 
  }

  .myform-type-facturation_phone, .myform-type-email {
    float: right;
    clear: none;
    width: 50%;
  }


  .myform-type-email label, .myform-type-facturation_phone label {
    padding-left: 48px;
  }


@media (max-width: 1050px){
  .myform-type-facturation_phone, .myform-type-email, .myform-multiselect, .myform-select, .myform-input {
    width: 100%;
  }
  
  .myform-type-email label, .myform-type-facturation_phone label {
    padding-left: 0;
  }
}


.myform-type-gdpr_4{
  width: 100%;
  margin: 0px auto;
}

@media (max-width: 768px){
  .nav-link-name {
    width: 85%;
  }
}

h5.offcanvas-title {
  opacity: 0.3;
}

h5.phone-menu-active {
  opacity: 1;
}

/*Some fix*/
#cms .pojisteni-firemniho-majetku-karty-content a:hover {
  color: white;
}
@media (min-width: 992px){
  #cms .accordion-item{
    margin-left: -33px;
    margin-right: -33px;
  }

  .subpage-cards-content {
    width: calc(50% - 12px);
  }
}

.accordion h3, .accordion h1, .accordion h2, .accordion h4, .accordion h5 {
  color: #D9DC72 !important;
}

#guide {
  padding: 0px;
}

#guide {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
 /* margin-bottom: 80vh; */
}
#guide input {
  padding: 0.375rem 0.75rem;
}
#guide input[type="text"],
#guide input[type="number"],
#guide input[type="date"],
#guide input[type="phone"],
#guide input[type="email"] {
  width: 100%;
  margin-bottom: 5px;
}
#guide select {
  border-radius: 3px;
  border: 1px solid #BEBEBE;
  height: 48px;
  width: 280px;
  padding: 0.375rem 0.75rem;
}

#guide textarea{
  width: 100%;
  height: 150px;
  padding: 0.375rem 0.75rem;
}
@media (max-width: 576px){
  #guide input[type="text"], #guide select, #guide input[type="email"], #guide textarea{
    width: 100%;
  }
}

#guide input[type="checkbox"] {
  margin-right: 8px;
}

#guide label {
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

@media (min-width: 992px){
  #guide label {
    min-width: 120px;
  }

  #guide span > label {
    min-width: auto; 
  }
}

@media (max-width: 1250px) {
  #guide label {
    min-width: 90px;
  }
}

#guide input.button{
  border: 2px solid var(--green-light);
  font-weight: bold;
  font-size: var(--paragraph);
  border-radius: 0px;
  padding: 11px 40px;
  background: var(--green-light);
  color: white;
}
#guide input.button:hover{
  background: white;
  color: var(--green-light);
}

#guide .guide-hidden-radio {
  display: none;
}


#guide .guide-radiobutton_img .guide-hidden-radio:checked+label img {
  outline: 2px solid #164E33;
}

#guide .guide-radiobutton_img .guide-hidden-radio+label img {
  cursor: pointer;
}

@media (min-width: 992px) {
  #ws_tip_box.guide {
    width:850px!important;
  }
}

#ws_tip_box.guide {
    background:transparent!important;
  }

#ws_tip_box.guide .fa-times {
  color: white;
}

#ws_tip_box.guide .tip_p_title {
  cursor: default;
}

#guide .guide-hidden-radio:checked+.guide-label-area{
	outline: 2px solid #164E33;
}

#guide .guide-hide-button, #guide .guide-hide {
  display:none !important;  
}

#guide-form .myform-input, #guide-form .myform-check, #guide-form input, #guide-form .myform-textarea, #guide-form .h3 {
  display:none;  
}

#guide .guide-avatar{
  border-radius: 100%;
}

#guide .guide-return-btn {
  border: none;
  background: transparent;
}

#guide .guide-return-btn i {
  font-size:26px;
}

@media (max-width: 576px){
  #guide .guide-radiobutton_img_vertical td {
	display: block;
  }
}

#guide .question-answer{
  opacity:0;
}

#guide .guide-show-answer{
  opacity: 100;
  transition: opacity 2s;
}

#guide .guide-content {
  gap: 1rem;
}

@media (min-width: 576px) {
  #guide .guide-content {
  gap: 3rem;
}
}

#guide a:hover{
  color: var(--almost-black) !important;
}

.guide-scrollable {
  overflow: hidden auto;
}

#guide .step-component-part{
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 758px) {
   #guide .step-component-part{
    padding-left:0;        margin-left: -10px;
     
  }
  .articles-list .article-item {
  padding-left:8px; padding-right:8px;}
}

#guide .guide-help {
  margin-top: -1.5rem !important;
}

#guide .guide-info-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
}

#guide .guide-info-btn i {
  font-size:22px;
}
#guide .d-none {
  display: none;
}

/* step form */
#guide.step-form .radio-container {
	margin: 20px;
	padding-bottom: 30px;
	text-align: right;
  line-height:34px;
}
#guide.step-form .radio-container .form-step {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	margin-right: 15px;
	min-width: 20px !important;
	font-size: 18px;
	user-select: none;
}
#guide.step-form .radio-container .form-step::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	border: 2px solid #ccc;
	border-radius: 50%;
	background-color: #c7c1c1;
}
#guide.step-form .radio-container .form-step.reached::before {
	background-color: #fff;
	border-color: #ccc;
	cursor: pointer;
}
#guide.step-form .radio-container .form-step.active::before {
	background-color: #fff;
	border-color: #128459;
	cursor: pointer;
}
#guide.step-form .radio-container .form-step.active::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	width: 15px;
	height: 15px;
	background-color: #128459;
	border-radius: 50%;
}
#guide.step-form .guide-question {
	font-weight: bold;
}

#guide.step-form .step-component-part {
	padding-top: 1rem !important;
	padding-bottom: 0.5rem !important;
}

#guide.step-form .step-component-part .guide-btn {
	margin-top: 25px;
}

#guide.step-form .guide-avatar {
	display: none;
}

#guide.step-form .question-answer {
	border-left: 0;
}

#guide.step-form .gray-dark-bg {
	background: none;
}

#guide.step-form .step-component-part {
	padding-bottom: 1rem;
}
