@charset "utf-8";
/* CSS Document */


:root {
  --insur-font: 'DM Sans', sans-serif;
  --insur-reey-font: "reeyregular";
  --insur-gray: #696e77;
  --insur-gray-rgb: 105, 110, 119;
  --insur-white: #ffffff;
  --insur-white-rgb: 255, 255, 255;
  --insur-base: #015fc9;
  --insur-base-rgb: 1, 95, 201;
  --insur-black: #16243d;
  --insur-black-rgb: 22, 36, 61;
  --insur-primary: #25aae1;
  --insur-primary-rgb: 37, 170, 255;
  --insur-extra: #f2f5f9;
  --insur-extra-rgb: 242, 245, 249;
  --insur-bdr-color: #e0e4e8;
  --insur-bdr-color-rgb: 224, 228, 232;
  --insur-bdr-radius: 10px;
  --insur-letter-spacing: -0.02em;
  --insur-green: #34b554;
  --insur-green-rgb: 052, 181, 084;
  --insur-purple: #673ab7;
  --insur-purple-rgb: 103, 58, 183;

}

.polozka {margin-bottom: -2em}

/* LOGO */
.main-menu-three__logo {
    
    padding: 20px 0;
    padding-right: 170px;
}



.thm-btn {
     background-color: #25aae1;
}


.feature-three__icon span {
   
color: var(--insur-primary);
}



/* Hlavní menu */
.main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a {
    font-size: 17px;

}



/* Software štítek */



.feature-three__single:hover .feature-three__icon {
  background-color: var(--insur-white);
}
.feature-three__single:hover .feature-three__icon span {
  color: var(--insur-base);
}


/* Bezpečnost štítek */
.feature-three__single2 {
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 7%);
    border-radius: var(--insur-bdr-radius);
    padding: 30px 40px 30px;
    margin-bottom: 30px;
    z-index: 1;
}

.feature-three__single2:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    border-radius: var(--insur-bdr-radius);
    background-color: var(--insur-green);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 1;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}



.feature-three__single2:hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


.feature-three__single2:hover .feature-three__icon span {
  color: var(--insur-green);
}


.feature-three__single2:hover .feature-three__title {
  color: var(--insur-white);
}

.feature-three__single2:hover .feature-three__sub-title {
  color: var(--insur-white);
}

/* Bezpečnost štítek - end */


/* IT štítek */
.feature-three__single3 {
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 7%);
    border-radius: var(--insur-bdr-radius);
    padding: 30px 40px 30px;
    margin-bottom: 30px;
    z-index: 1;
}

.feature-three__single3:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    border-radius: var(--insur-bdr-radius);
    background-color: var(--insur-purple);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 1;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}



.feature-three__single3:hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}




.feature-three__single3:hover .feature-three__icon span {
  color: var(--insur-purple);
}


.feature-three__single3:hover .feature-three__title {
  color: var(--insur-white);
}

.feature-three__single3:hover .feature-three__sub-title {
  color: var(--insur-white);
}

/* IT štítek - end */


/* O nás  */

.about-three__text {
   
    text-align: justify;
}

.about-three__founder-sub-title {
  
    font-style: italic;
}


.about-three__bottom {
      padding: 0 0 0 340px;
}




/* O nás - end */



.img-cover {
    height: 0;
    padding-bottom: 75%;
}

.img-cover img {
  width: 100%;
}


.feature-three {
    position: relative;
    display: block;
    padding: 0 0 0px;
    margin-top: -30px;
    z-index: 2;
}


.about-three {
    position: relative;
    display: block;
    padding: 100px 0 0 0;
}

.services-three {
    position: relative;
    display: block;
    padding: 120px 0 0 0;
    z-index: 1;
}

.news-three {
    position: relative;
    display: block;
    padding: 120px 0 0 0;
}


.services-three__single:hover .services-three__title a {
  color: var(--insur-white);
      font-size: 21px;
}



.services-three__img::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgb(22, 36, 61);
    background: linear-gradient(0deg, #015fc9 14%, rgba(22, 36, 61, 0.036852240896358524) 58%);
    z-index: 1;
}


.services-three__img_bozp {
    position: relative;
    display: block;
    border-radius: var(--insur-bdr-radius);
    overflow: hidden;
    z-index: 1;
}



.services-three__img_bozp::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgb(22, 36, 61);
    background: linear-gradient(0deg, #33b052 14%, rgba(22, 36, 61, 0.036852240896358524) 58%);
    z-index: 1;
}


.services-three__img_bozp:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--insur-black-rgb), .30);
  transition: all 500ms ease;
  transform: translate3d(0px, -100%, 0px);
}


.services-three__single:hover .services-three__img_bozp:after {
  transform: translate3d(0px, 0, 0px);
}

.services-three__img_bozp img {
  width: 100%;
  border-radius: var(--insur-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}



.services-three__img_it {
    position: relative;
    display: block;
    border-radius: var(--insur-bdr-radius);
    overflow: hidden;
    z-index: 1;
}


.services-three__img_it::before {
   position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgb(22, 36, 61);
    background: linear-gradient(0deg, #673ab7 14%, rgba(22, 36, 61, 0.036852240896358524) 58%);
    z-index: 1;
}



.services-three__img_it:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--insur-black-rgb), .30);
  transition: all 500ms ease;
  transform: translate3d(0px, -100%, 0px);
}


.services-three__single:hover .services-three__img_it:after {
  transform: translate3d(0px, 0, 0px);
}

.services-three__img_it img {
  width: 100%;
  border-radius: var(--insur-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cta-one__call-number a {
    font-size: 22px;
    
}

.footer-widget__contact-list li .icon span {
    font-size: 14px;
    color: #25aae1;
}

.error-page-shape-1 {
        background-position: center 62%;
   
}

.error-page__text {
       margin: 42px auto 20px;
}

#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


 ul.quick-links li{
	padding: 0 0 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}


ul.list-style li {
  list-style-type: square;
	color: #25aae1;
	

}



 ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight: 800;
	color: var(--insur-primary);
}


 ul.quick-links li a i{
	margin-right: 5px;
}

	



ul.quick-links a {
	    color: #97a2b7;
}

ul.quick-links a:hover {
	   	color: var(--insur-primary);
}

ul li::marker {
  color: #25aae1;
  font-size: 25px;
}

.page-header-bg:before {
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    width: 800px;
    content: "";
    background-image: -moz-linear-gradient(0deg, rgb(243, 246, 248) 0%, rgba(243, 246, 248, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(242 245 249) 0%, rgb(93 128 161 / 59%) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(243, 246, 248) 0%, rgba(243, 246, 248, 0) 100%);
}

@media only screen and (max-width: 767px){
.feature-three__single2 {
    padding: 30px 15px 30px;
}
    
    .feature-three__single3 {
    padding: 30px 15px 30px;
}

    .main-menu-three__logo {
    padding: 20px 0;
    padding-right: 0px;
}
    
	
.about-three__bottom {
      padding: 0 0 0 0px;
}
	
	
	
	
	
    }

    
    
    


