body{
  padding: 0;
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
}
body:after{
  position: absolute;
  z-index: -1;
  content: url(images/button-arrow-red.svg)
           url(images/search-pink.svg)
           url(images/button-tel-white.svg)
           url(images/button-mail-white.svg)
           url(images/button-form-white.svg)
           url(images/button-oko-red.svg)
           url(images/footer-mail-red.svg)
           url(images/footer-tel-red.svg)
           url(images/footer-facebook-red.svg)
           url(images/footer-instagram-red.svg)
           url(images/footer-youtube-red.svg);
  opacity: 0;
  top: 0px;
}
body > .content{
  overflow: hidden;
}
button, input, optgroup, select, textarea{
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
}
a{
  transition: all 0.25s;
  text-decoration: underline; 
  color: #E2001A;
}
a:hover{
  text-decoration: none;
}
p strong a{
  text-decoration: none;
  color: #FD573F;
}
p strong a:hover{
  text-decoration: underline;
}
img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
*{
  scroll-behavior: smooth;
}
*:focus{
  outline: none;
}
h1{
  font-size: 61px;
  line-height: 65px;
  text-transform: uppercase;
  font-weight: bold;
  color: #3d3d3d;
  margin: 0 0 20px;
}
h1 strong{
  color: #e2001a;
}
h2{
  font-size: 49px;
  line-height: 55px;
  font-weight: bold;
  margin: 0px 0px 50px;
  color: #3D3D3D;
  text-transform: uppercase;
}
h3{
  font-size: 31px;
  line-height: 37px;
  font-weight: bold;
  color: #E2001A;
  margin: 0px 0px 15px;
}
h4{
  font-size: 20px;
  line-height: 29px;
  font-weight: normal;
  margin: 0 0 5px;
  color: #E2001A;
}
p{
  font-size: 16px;
  line-height: 27px;
  margin: 0px 0px 25px;
  color: #4F4F4F;
}
main ul{
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
main ul li{
  font-size: 16px;
  line-height: 27px;
  padding: 0 0 0 22px;
  color: #4F4F4F;
  position: relative;
}
main ul li:before{
  content: "";
  display: block;
  background: #E2001A;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  position: absolute;
  top: 11px;
  left: 6px;
}
main ol{
  margin: 0 0 25px;
  padding: 0 0 0 22px;
}
main ol li{
  font-size: 16px;
  line-height: 27px;
  padding: 0;
  color: #4F4F4F;
}
main ol li::marker{
  font-variant-numeric: unset;
  color: #E2001A;
  font-weight: bold;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
p:last-child,
main ul:last-child,
main ol:last-child,
table:last-child{
  margin-bottom: 0px;
}
a.button{
  display: inline-block;
  box-sizing: border-box;
  padding: 15px 53px 13px 19px;
  border: none;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  background: #E2001A;
}
a.button:hover{
  color: #E2001A;
  background: #f1f1f1;
}
a.button:before{
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  background: transparent url(images/button-arrow-pink.svg) no-repeat center center;
}
a.button:hover:before{
  background: transparent url(images/button-arrow-red.svg) no-repeat center center;
}
a.button[href*="tel:"]:before{
  background: transparent url(images/button-tel-white.svg) no-repeat center center;
}
a.button[href*="tel:"]:hover:before{
  background: transparent url(images/button-tel-red.svg) no-repeat center center;
}
a.button[href*="mailto:"]:before{
  background: transparent url(images/button-mail-white.svg) no-repeat center center;
}
a.button[href*="mailto:"]:hover:before{
  background: transparent url(images/button-mail-red.svg) no-repeat center center;
}
a.button.download:before{
  background: transparent url(images/button-download-pink.svg) no-repeat center center;
}
a.button.download:hover:before{
  background: transparent url(images/button-download-red.svg) no-repeat center center;
}
a.button.inverse{
  border: none;
  color: #E2001A;
  background: #fff;
}
a.button.inverse:hover{
  color: #fff;
  background: #bd0016;
}
a.button.inverse:before{
  background: transparent url(images/button-arrow-red.svg) no-repeat center center;
}
a.button.inverse:hover:before{
  background: transparent url(images/button-arrow-pink.svg) no-repeat center center;
}
a.button.oko:before{
  background: transparent url(images/button-oko-pink.svg) no-repeat center center;
}
a.button.oko:hover:before{
  background: transparent url(images/button-oko-red.svg) no-repeat center center;
}
a.button.inverse.oko:before{
  background: transparent url(images/button-oko-red.svg) no-repeat center center;
}
a.button.inverse.oko:hover:before{
  background: transparent url(images/button-oko-pink.svg) no-repeat center center;
}
a.button.inverse[href*="tel:"]:before{
  background: transparent url(images/button-tel-red.svg) no-repeat center center;
}
a.button.inverse[href*="tel:"]:hover:before{
  background: transparent url(images/button-tel-white.svg) no-repeat center center;
}
a.button.inverse[href*="mailto:"]:before{
  background: transparent url(images/button-mail-red.svg) no-repeat center center;
}
a.button.inverse[href*="mailto:"]:hover:before{
  background: transparent url(images/button-mail-white.svg) no-repeat center center;
}
a.button.download.inverse:before{
  background: transparent url(images/button-download-red.svg) no-repeat center center;
}
a.button.download.inverse:hover:before{
  background: transparent url(images/button-download-pink.svg) no-repeat center center;
}
b, strong{
  font-weight: bold;
}
.text-align-center{
  text-align: center;
}
span.red{
  color: #E2001A;
}
table{
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
}
table th{
  font-size: 16px;
  line-height: 27px;
  padding: 10px;
  color: #fff;
  text-align: left;
  background: #E2001A;
}
table td{
  font-size: 16px;
  line-height: 27px;
  padding: 10px;
  color: #4F4F4F;
}
table tr:nth-child(odd) td{
  background: #ededed;
}
.prednadpis{
  font-size: 14px;
  line-height: 17px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #6D6D6D;
}
figure{
  margin: 0 0 30px;
}
figure:last-child{
  margin: 0;
}
figcaption{
  display: block;
  font-size: 16px;
  line-height: 27px;
  color: #4F4F4F;
  padding: 20px 0 0;
}
/* header */
header{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  z-index: 10;
  transition: margin 0.25s;
}
header.nav-up{
  margin-top: -170px;
}
header:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  z-index: -1;
  background: transparent;
  box-shadow: 0px 0px 0px rgba(0,0,0,0);
  transition: background 0.25s, box-shadow 0.25s;
}
body.continued header:before,
body:has(section.breadcrumb:first-child) header:before{
  background: #E2001A;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
header nav.menu{
  position: relative;
  margin: 0 auto;
  padding: 0;
}
header nav.menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
header nav.menu ul li{
  padding: 0;
  margin: 0;
  position: relative;
}
header nav.menu ul li.mobile-only{
  display: none;
}
header nav.menu ul li a,
header nav.menu ul li span{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 5px 0 3px;
}
header nav.menu ul li a:hover,
header nav.menu ul li span:hover{
  color: #FFC1C8;
}
header nav.menu ul li:has(ul) > a,
header nav.menu ul li:has(ul) > span{
  padding-right: 34px;
  background: transparent url(images/menu-arrow.svg) no-repeat right center;
}
header nav.menu ul li ul{
  display: none;
  position: absolute;
  left: -20px;
  top: 100%;
  background: transparent;
  padding: 0;
  border: 1px solid #fff;
  border-bottom: none;
}
header nav.menu > ul > li:hover > ul{
  display: block;
}
header nav.menu ul li ul li ul{
  display: none;
  position: absolute;
  left: calc(100% + 1px);
  top: -1px;
  background: transparent;
  padding: 0;
}
header nav.menu > ul > li > ul > li:hover > ul{
  display: block;
}
header nav.menu ul li ul li a,
header nav.menu ul li ul li span{
  padding: 11px 20px 9px;
  border-bottom: 1px solid #fff;
  color: #fff;
  background: #E2001A;
  white-space: nowrap;
}
header nav.menu ul li ul li:hover > a,
header nav.menu ul li ul li:hover > span{
  color: #E2001A;
  background: #fff;
}
header nav.social-menu{
  position: relative;
  margin: 0;
  padding: 0;
  width: 58px;
  height: 24px;
  box-sizing: border-box;
  padding-top: 24px;
  background: transparent url(images/menu-arrow.svg) no-repeat right center;
}
header nav.social-menu:before{
  background: transparent url(images/header-facebook.svg) no-repeat left center;
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
header nav.social-menu ul{
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
header nav.social-menu ul li{
  padding: 7px 5px;
  margin: 0;
  position: relative;
  display: none;
  background: #E2001A;
  width: 100%;
  box-sizing: border-box;
  transition: background 0.25s;
}
header nav.social-menu ul li:hover{
  background: #fff;
}
header nav.social-menu:hover ul li{
  display: block;
}
header nav.social-menu ul li a{
  display: block;
  font-size: 0;
  text-indent: -9999px;
  width: 100%;
  height: 24px;
}
header nav.social-menu ul li a:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
header nav.social-menu ul li a.instagram{
  background: transparent url(images/header-instagram.svg) no-repeat left center;
}
header nav.social-menu ul li a.instagram:hover{
  background: transparent url(images/header-instagram-red.svg) no-repeat left center;
}
header nav.social-menu ul li a.facebook{
  background: transparent url(images/header-facebook.svg) no-repeat left center;
}
header nav.social-menu ul li a.facebook:hover{
  background: transparent url(images/header-facebook-red.svg) no-repeat left center;
}
header nav.social-menu ul li a.youtube{
  background: transparent url(images/header-youtube.svg) no-repeat left center;
}
header nav.social-menu ul li a.youtube:hover{
  background: transparent url(images/header-youtube-red.svg) no-repeat left center;
}
header nav.social-menu ul li a[href*="tiktok"]{
  background: transparent url(images/header-tiktok.svg) no-repeat left center;
}
header nav.social-menu ul li a[href*="tiktok"]:hover{
  background: transparent url(images/header-tiktok-red.svg) no-repeat left center;
}
header nav.social-menu ul li a[href*="zonerama"]{
  background: transparent url(images/header-zonerama.svg) no-repeat left center;
}
header nav.social-menu ul li a[href*="zonerama"]:hover{
  background: transparent url(images/header-zonerama-red.svg) no-repeat left center;
}
header .search{
  margin: 0 30px;
  width: 34px;
  position: relative;
  height: 34px;
  z-index: 100;
}
body.expanded-search header .search {
  position: fixed;
  width: 96vw;
  height: 96vh;
  max-width: 930px;
  max-height: 244px;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  background: #fff;
  box-sizing: border-box;
  padding: 0;
  border-radius: 0px;
  margin: 0;
}
body.expanded-search header .search:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: rgba(0,0,0,0.75);
}
header .search .search-switcher{
  width: 34px;
  height: 34px;
  font-size: 0px;
  text-indent: -9999px;
  background: transparent url(images/search-white.svg) no-repeat center center;
  cursor: pointer;
  z-index: 1;
}
header .search .search-switcher:hover{
  background: transparent url(images/search-pink.svg) no-repeat center center; 
}
body.expanded-search header .search .search-switcher{
  background: transparent url(images/close.svg) no-repeat center center;
  position: absolute;
  right: 20px;
  top: 20px;
}
header .search form{
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  display: none;
  background: #fff;
  padding: 90px;
  box-sizing: border-box;
  position: relative;
}
body.expanded-search header .search form{
  display: flex;
}
header .search form label{
  width: 100%;
}
header .search form input[type="search"]{
  width: 100%;
  height: 54px;
  box-sizing: border-box;
  padding: 0px 20px;
  border: 1px solid #b3b3b3;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0px;
  -webkit-border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
}
header .search form .form-item input[type="search"] {
  -webkit-appearance: none;
}
header .search form button{
  width: 70px;
  height: 54px;
  background: #E2001A url(images/search-white.svg) no-repeat center center;
  margin: 0;
  border: 1px solid #E2001A;
  cursor: pointer;
  display: block;
  font-size: 0px;
  text-indent: -9999px;
  border-radius: 0px;
  position: absolute;
  right: 90px;
  bottom: 90px;
}
header .search form button:hover{
  background: #E2001A url(images/search-pink.svg) no-repeat center center;
}
header .button a{
  display: inline-block;
  box-sizing: border-box;
  padding: 15px 53px 13px 19px;
  border: none;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  background: #E2001A;
}
header .button a:hover{
  color: #E2001A;
  background: #fff;
}
header .button a:before{
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  background: transparent url(images/heart-pink.svg) no-repeat center center;
}
header .button a:hover:before{
  background: transparent url(images/heart-red.svg) no-repeat center center;
}
body.continued header .button a,
body:has(section.breadcrumb:first-child) header .button a{
  color: #E2001A;
  background: #fff;
}
body.continued header .button a:hover,
body:has(section.breadcrumb:first-child) header .button a:hover{
  background: #bd0016;
  color: #fff;
}
body.continued header .button a:before,
body:has(section.breadcrumb:first-child) header .button a:before{
  background: transparent url(images/heart-red.svg) no-repeat center center;
}
body.continued header .button a:hover:before,
body:has(section.breadcrumb:first-child) header .button a:hover:before{
  background: transparent url(images/heart-pink.svg) no-repeat center center;
}
a.menu-switcher{
  display: none;
}
/* obsah */
main{
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0px 20px;
  min-height: calc(100vh - 524px);
}
section{
  padding: 125px 0;
}
section.uvodnik-homepage,
section.uvodnik{
  height: 100vh;
  max-height: 1080px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 105px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
}
section.uvodnik{
  max-height: 800px;
}
section.uvodnik-homepage .image,
section.uvodnik .image{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
section.uvodnik-homepage .image:after,
section.uvodnik .image:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  z-index: 1;
  opacity: 0.7;
  background: radial-gradient(316.05% 100% at 100% 50%, rgba(255, 255, 255, 0.00) 0%, #E2001A 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0.00) 0%, #E2001A 100%);
}
section.uvodnik-homepage .image:before,
section.uvodnik .image:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  top: 0;
  z-index: 1;
  opacity: 0.7;
  background: radial-gradient(263.29% 83.31% at 16.69% 50%, #000 0%, rgba(0, 0, 0, 0.00) 100%);
/*   background: linear-gradient(to left, rgba(255, 255, 255, 0.00) 0%, #000 100%);     */
}
section.uvodnik-homepage .image img,
section.uvodnik .image img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.uvodnik-homepage .text,
section.uvodnik .text{
  position: relative;
  z-index: 2;
  max-width: 740px;
}
section.uvodnik-homepage .text h1,
section.uvodnik .text h1{
  color: #fff;
}
section.uvodnik-homepage .text h1 strong,
section.uvodnik .text h1 strong{
  color: #FFC1C8;
}
section.uvodnik-homepage .text p,
section.uvodnik .text p{
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 50px;
  color: #fff;
  max-width: 570px;
}
section.uvodnik .text p{
  max-width: 100%;
}
section.uvodnik-homepage .text p:last-child,
section.uvodnik .text p:last-child{
  margin-bottom: 0;
}
section.uvodnik-homepage .text a.button:before,
section.uvodnik .text a.button:before{
  transform: rotate(90deg);
}
section.uvodnik .text .stitky{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
section.uvodnik .text .stitky .item{
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  border-radius: 20px;
  padding: 8px 15px 6px;
  border: 1px solid #FFC1C8;
  color: #FFC1C8;
}
section.breadcrumb{
  padding: 30px 0 0;
}
section.breadcrumb:first-child{
  margin-top: 105px;
}
section.breadcrumb ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.breadcrumb ul li{
  padding: 0 0 0 19px;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.6px;
  font-weight: bold;
  color: #4F4F4F;
  position: relative;
}
section.breadcrumb ul li:before{
  width: 1px;
  height: 14px;
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 0;
  background: #D1D1D1;
}
section.breadcrumb ul li:first-child{
  padding: 0;
}
section.breadcrumb ul li:first-child:before{
  display: none;
}
section.breadcrumb ul li a{
  text-decoration: underline;
  font-weight: normal;
  color: #E2001A;
}
section.breadcrumb ul li a:hover{
  text-decoration: none;
}
section.detail-ucebnice > .items{
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40.5px;
}
section.detail-ucebnice > .items:nth-child(2){
  padding-top: 30px;
}
section.detail-ucebnice > .items .item{
  width: calc(33.33% - 27px);
}
section.detail-ucebnice > .items .item img{
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
}
section.detail-ucebnice > .items .item .buttons{
  width: 226px;
  margin: 0 auto;
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.detail-ucebnice > .items + p{
  padding-top: 50px;
}
section.obory{
  position: relative;
}
section.obory:before{
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% - 250px);
  position: absolute;
  left: 50%;
  top: 285px;
  z-index: -2;
  transform: translate(-50%, 0%);
  background: transparent url(images/ikony-podkres-sede.svg) repeat-x center top;
}
section.obory:after{
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% - 250px);
  position: absolute;
  left: 50%;
  top: 285px;
  z-index: -1;
  transform: translate(-50%, 0%);
  background: linear-gradient(180deg, #fff 0%, rgba(226, 0, 26, 0.00) 50.19%, #fff 100%);
}
section.obory > .items{
  display: flex;
  flex-wrap: wrap;
  gap: 40.5px;
}
section.obory > .items > .item{
  width: calc(33.33% - 27px);
  overflow: hidden;
  position: relative;
}
section.obory.two-column > .items{
  gap: 40px;
}
section.obory.two-column > .items > .item{
  width: calc(50% - 20px);
  height: 420px;
}
section.obory > .items > .item:before{
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 2;
}
section.obory > .items > .item.maturitni:before{
  background: transparent url(images/maturitni-obory.svg) no-repeat center center;
}
section.obory > .items > .item.ucebni:before{
  background: transparent url(images/ucebni-obory.svg) no-repeat center center;
}
section.obory > .items > .item.zkracene:before{
  background: transparent url(images/zkracene-studium.svg) no-repeat center center;
}
section.obory > .items > .item .image{
  height: 100%;
  position: relative;
}
section.obory > .items > .item .image:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, #000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
}
section.obory > .items > .item .image img{
  transform: scale(1);
  transition: transform 0.25s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.obory > .items > .item:hover .image img{
  transform: scale(1.1);
}
section.obory > .items > .item .text{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
section.obory > .items > .item .text h3{
  color: #fff;
  font-size: 39px;
  line-height: 46px;
  margin-bottom: 20px;
}
section.obory > .items > .item .text p{
  color: #FFC1C8;
  margin-bottom: 40px;
}
section.obory > .items > .item .text a.button:after{
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: -40px;
  bottom: -40px;
  z-index: 2;
}
section.novinky{
  display: flex;
  flex-wrap: wrap;
}
section.novinky > .text{
  width: 400px;
  box-sizing: border-box;
  padding-right: 30px;
}
section.novinky > .view{
  width: calc(100% - 400px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
section.novinky.two-column > .text{
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 30px;
}
section.novinky.two-column > .view{
  width: 100%;
  gap: 40px;
}
section.novinky.two-column > .view .views-row{
  width: calc(50% - 20px);
  margin: 0;
}
section.novinky > .view .views-row{
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 40px;
  border: 1px solid #D1D1D1;
  background: #fff;
  transition: background 0.25s;
  margin: 0 0 20px;
}
section.novinky > .view .views-row:hover{
  background: #FFF0F2;
}
section.novinky > .view .views-row:last-child{
  margin-bottom: 0;
}
section.novinky > .view .views-row .date{
  margin: 0 0 5px;
  font-size: 25px;
  line-height: 30px;
  color: #6D6D6D;
  font-weight: 500;
}
section.novinky > .view .views-row h3 a{
  text-decoration: none;
  color: #E2001A;
}
section.novinky > .view .views-row h3 a:hover{
  text-decoration: underline;
  color: #000;
}
section.novinky > .view .views-row h3 a:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
div.more{
  text-align: right;
  padding-top: 40px;
  width: 100%;
}
div.more a{
  text-decoration: none;
  display: inline-block;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  padding: 2px 30px 0 0;
  color: #4F4F4F;
  background: transparent url(images/arrow-readmore.svg) no-repeat right center;
}
div.more a:hover{
  color: #E2001A;
}
section.rozcestnik,
section.cta{
  position: relative;
  margin: 125px 0;
  padding: 150px 0;
}
section.rozcestnik:before,
section.cta:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -2;
  transform: translate(-50%, 0%);
  background: #E2001A;
}
section.rozcestnik:after,
section.cta:after{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -2;
  transform: translate(-50%, 0%);
  background: transparent url(images/ikony-podkres-cervene.svg) repeat-x center top;
}
section.rozcestnik h2,
section.cta h2{
  text-align: center;
  color: #fff;
}
section.rozcestnik h2:before,
section.cta h2:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translate(-50%, 0%);
  background: linear-gradient(180deg, #E2001A 0%, rgba(226, 0, 26, 0.00) 50.19%, #E2001A 100%);
}
section.rozcestnik .items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
section.rozcestnik .items a{
  display: block;
  border-radius: 30px;
  border: 1px solid #fff;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  padding: 12px 59px 10px 27px;
}
section.rozcestnik .items a:hover{
  background: #fff;
  color: #E2001A;
}
section.rozcestnik .items a:before{
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 28px;
  top: calc(50% - 12px);
}
section.rozcestnik .items a.otevreno:before{
  background: transparent url(images/otevreno.svg) no-repeat center center;
}
section.rozcestnik .items a.studium:before{
  background: transparent url(images/studium.svg) no-repeat center center;
}
section.rozcestnik .items a.prijimani:before{
  background: transparent url(images/prijimani.svg) no-repeat center center;
}
section.rozcestnik .items a.domov:before{
  background: transparent url(images/domov.svg) no-repeat center center;
}
section.rozcestnik .items a.prohlidka:before{
  background: transparent url(images/prohlidka.svg) no-repeat center center;
}
section.rozcestnik .items a.foto:before{
  background: transparent url(images/foto.svg) no-repeat center center;
}
section.rozcestnik .items a.edokit:before{
  background: transparent url(images/edokit.svg) no-repeat center center;
}
section.rozcestnik .items a.jidelnicek:before{
  background: transparent url(images/jidelnicek.svg) no-repeat center center;
}
section.rozcestnik .items a.schranka:before{
  background: transparent url(images/schranka.svg) no-repeat center center;
}
section.uspesne-tvare{
  position: relative;
}
section.uspesne-tvare.podkres:before{
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% + 200px);
  position: absolute;
  left: 50%;
  top: -100px;
  z-index: -2;
  transform: translate(-50%, 0%);
  background: transparent url(images/ikony-podkres-sede.svg) repeat-x center top;
}
section.uspesne-tvare.podkres:after{
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% + 200px);
  position: absolute;
  left: 50%;
  top: -100px;
  z-index: -1;
  transform: translate(-50%, 0%);
  background: linear-gradient(180deg, #fff 0%, rgba(226, 0, 26, 0.00) 50.19%, #fff 100%);
}
section.uspesne-tvare .tvar{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 120px;
}
section.uspesne-tvare .tvar:last-child{
  margin-bottom: 0;
}
section.uspesne-tvare .tvar:nth-child(even) .image{
  order: 2;
}
section.uspesne-tvare .tvar:nth-child(even) .text{
  order: 1;
}
section.uspesne-tvare .tvar > div{
  width: calc(50% - 20px);
}
section.uspesne-tvare .tvar h2,
section.dalsi-sluzby > .text h2,
section.loga > .text h2{
  font-size: 39px;
  line-height: 46px;
  color: #E2001A;
  margin-bottom: 20px;
  text-transform: none;
}
section.uspesne-tvare .tvar a.button{
  margin-top: 15px;
}
section.uspechy{
  width: 100vw;
  position: relative;
  max-width: 1920px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
section.uspechy .uspech{
  text-align: center;
  width: 278px;
}
section.uspechy .uspech h3{
  margin: 0;
}
section.uspechy .uspech p{
  font-size: 14px;
  line-height: 17px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #6D6D6D;
  margin: 0;
}
section.dalsi-sluzby{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
section.dalsi-sluzby:before,
section.uplatneni:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translate(-50%, 0%);
  background: linear-gradient(180deg, #FFF0F2 0%, rgba(255, 240, 242, 0.00) 100%);
}
section.dalsi-sluzby > .text{
  width: 330px;
  box-sizing: border-box;
  padding-right: 40px;
}
section.dalsi-sluzby .items{
  width: calc(100% - 330px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
section.dalsi-sluzby .items .item{
  position: relative;
  overflow: hidden;
  height: 200px;
  width: calc(50% - 4px);
}
section.dalsi-sluzby .items .item:first-child{
  width: 100%;
}
section.dalsi-sluzby .items .item .image{
  height: 100%;
}
section.dalsi-sluzby .items .item .image img{
  transform: scale(1);
  transition: transform 0.25s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.dalsi-sluzby .items .item:hover .image img{
  transform: scale(1.1);
}
section.dalsi-sluzby .items .item .text{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
section.dalsi-sluzby .items .item .text h3{
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  max-width: 360px;
}
section.dalsi-sluzby .items .item:hover .text h3{
  text-decoration: underline;
}
section.dalsi-sluzby .items .item .text a{
  text-decoration: none;
  display: block;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  padding: 2px 30px 0 0;
  color: #FFDDE1;
  background: transparent url(images/arrow-readmore.svg) no-repeat right center;
}
section.dalsi-sluzby .items .item .text a:hover{
  color: #fff;
}
section.dalsi-sluzby .items .item .text a:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
section.onas,
section.videoprohlidka{
  height: 800px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  margin: 125px 0;
}
section.videoprohlidka{
  height: 535px;
}
section.jednosloupec + section.videoprohlidka:has(+section.jednosloupec){
  margin: 0;
}
section.onas .image,
section.videoprohlidka .image{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
section.onas .image img,
section.videoprohlidka .image img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.onas .text,
section.videoprohlidka .text{
  position: relative;
  z-index: 2;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
section.onas .text .prednadpis,
section.videoprohlidka .text .prednadpis{
  color: #E2001A;
  margin-bottom: 4px;
}
section.onas .text h2,
section.videoprohlidka .text h2{
  font-size: 39px;
  line-height: 46px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: none;
}
section.onas .text p,
section.videoprohlidka .text p{
  color: #FFC1C8;
}
section.onas .text a.button,
section.videoprohlidka .text a.button{
  margin-top: 15px;
}
section.loga > .text{
  text-align: center;
  padding-bottom: 30px;
}
section.loga > .slider{
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
}
section.loga .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}
section.loga .swiper-wrapper .swiper-slide{
  width: fit-content;
}
section.o-oboru{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
section.o-oboru > div{
  width: calc(50% - 20px);
}
section.o-oboru h2{
  margin-bottom: 20px;
}
section.o-oboru .text .stitky{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
section.o-oboru .text .stitky .item{
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  border-radius: 20px;
  padding: 13px 47px 11px 15px;
  border: 1px solid #FFC1C8;
  color: #E2001A;
  background: transparent url(images/otaznik-sedy.svg) no-repeat right 15px center;
  position: relative;
}
section.o-oboru .text .stitky .item:has(.info):before{
  content: "";
  display: none;
  width: 0;
  height: 0;
  position: absolute;
  right: 13px;
  top: calc(100% - 19px);
  background: transparent url(images/info-arrow.svg) no-repeat center center;
  border: 15px solid transparent;
  border-bottom-color: #FFF0F2;
}
section.o-oboru .text .stitky .item:has(.info):hover:before{
  display: block;
}
section.o-oboru .text .stitky .item .info{
  position: absolute;
  top: calc(100% + 10px);
  right: -240px;
  width: 350px;
  box-sizing: border-box;
  padding: 20px;
  background: #FFF0F2;
  z-index: 5;
  display: none;
}
section.o-oboru .text .stitky .item:hover .info{
  display: block;
}
section.o-oboru .images .image:first-child{
  position: relative;
  z-index: 1;
  width: 64.5%;
}
section.o-oboru .images .image:nth-child(2){
  margin: -60px 0 0 18%;
  width: 82%;
}
section.o-oboru .images .image:first-child img{
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25); 
}
section.obsah-vzdelavani .items{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
section.obsah-vzdelavani .items .item{
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #D1D1D1;
}
section.obsah-vzdelavani .items .item:first-child{
  width: 22.7%;
}
section.obsah-vzdelavani .items .item:nth-child(2){
  width: calc(77.3% - 40px);
}
section.uplatneni,
section.ucebnice{
  position: relative;
}
section.uplatneni > .items,
section.ucebnice > .items{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
section.uplatneni > .items > .item,
section.ucebnice > .items > .item{
  width: calc(25% - 30px);
  overflow: hidden;
  position: relative;
  height: 420px;
}
section.uplatneni > .items > .item .image,
section.ucebnice > .items > .item .image{
  height: 100%;
  position: relative;
}
section.uplatneni > .items > .item .image:before,
section.ucebnice > .items > .item .image:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, #000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
}
section.uplatneni > .items > .item .image img,
section.ucebnice > .items > .item .image img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.uplatneni > .items > .item .text,
section.ucebnice > .items > .item .text{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
section.uplatneni > .items > .item .text h3,
section.ucebnice > .items > .item .text h3{
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
}
section.uplatneni > .items > .item .text p,
section.ucebnice > .items > .item .text p{
  color: #FFC1C8;
}
section.ucebnice > .items > .item .image img{
  transform: scale(1);
  transition: transform 0.25s;
}
section.ucebnice > .items > .item:hover .image img{
  transform: scale(1.1);
}
section.ucebnice > .items > .item:hover h3{
  text-decoration: underline;
}
section.ucebnice > .items > .item .text > a{
  text-decoration: none;
  display: block;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  padding: 2px 30px 0 0;
  color: #fff;
  background: transparent url(images/arrow-readmore-red.svg) no-repeat right center;
}
section.ucebnice > .items > .item .text > a:hover{
  color: #E2001A;
}
section.ucebnice > .items > .item .text > a:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
section.fotogalerie .images{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-auto-rows: auto;
  grid-gap: 40px;
  height: 540px;
}
section.fotogalerie .images > a{
  display: none;
  overflow: hidden;
  position: relative;
}
section.fotogalerie .images > a:first-child {
  grid-column: span 1;
  grid-row: span 2;
  display: block;
}
section.fotogalerie .images > a:nth-child(2) {
  grid-column: span 2;
  grid-row: span 1;
  display: block;
}
section.fotogalerie .images > a:nth-child(3) {
  display: block;
}
section.fotogalerie .images > a:nth-child(4) {
  display: block;
}
section.fotogalerie .images:has(a:nth-child(5)) > a:nth-child(4):before{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: transparent url(images/plus-solid.svg) no-repeat center center;
  background-size: 50px 50px;
  background-color: rgba(0,0,0,0.6);
}
section.fotogalerie .images > a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.25s;
}
section.fotogalerie .images > a:hover img{
  transform: scale(1.1);
}
section.jednosloupec{
  max-width: 700px;
  margin: 0 auto;
}
section.jednosloupec .prednadpis:has(+h2.text-align-center){
  text-align: center;
}
section.jednosloupec h2{
  text-transform: none;
  font-size: 39px;
  line-height: 46px;
  color: #E2001A;
  margin-bottom: 20px;
}
section.jednosloupec a.button{
  margin-top: 15px;
}
section.cta p{
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
section.cta form{
  max-width: 500px;
  margin: 70px auto 0;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.25s;
}
section.cta.active form{
  max-height: 600px;
}
main section.cta form > div > label{
  color: #fff;
}
main section.cta form div.checkbox input[type="checkbox"] + label{
  color: #fff;
}
main section.cta form div.checkbox input[type="checkbox"] + label:before,
main section.cta form div.checkbox input[type="checkbox"] + label:after{
  border-color: #fff;
}
main section.cta form button{
  color: #E2001A;
  background: #fff;
}
main section.cta form button:hover{
  color: #fff;
  background: #bd0016;
}
section.cta p a.button[href*="tel:"]:before{
  background: transparent url(images/button-tel-red.svg) no-repeat center center;
}
section.cta p a.button[href*="tel:"]:hover:before{
  background: transparent url(images/button-tel-white.svg) no-repeat center center;
}
section.cta p a.button[href*="mailto:"]:before{
  background: transparent url(images/button-mail-red.svg) no-repeat center center;
}
section.cta p a.button[href*="mailto:"]:hover:before{
  background: transparent url(images/button-mail-white.svg) no-repeat center center;
}
section.cta p a.button[href*="/kontakt"]:before{
  background: transparent url(images/button-form-red.svg) no-repeat center center;
}
section.cta p a.button[href*="/kontakt"]:hover:before{
  background: transparent url(images/button-form-white.svg) no-repeat center center;
}
section > .filters{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 100px;
}
section > .filters h3{
  font-size: 14px;
  line-height: 24px;
  color: #3D3D3D;
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.7px;
  padding: 20px 19px 18px;
  border: 1px solid #D1D1D1;
  border-right: none;
  text-transform: uppercase;
}
section > .filters select{
  border: 1px solid #D1D1D1;
  height: 64px;
  padding: 1px 50px 0 20px;
  color: #E2001A;
  font-size: 14px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 0.7px;
  appearance: none;
  background: transparent url(images/select-arrow.svg) no-repeat right 20px center;
  border-radius: 0px;
}
section.vypis-fotogalerie > .items{
  display: none;
  flex-wrap: wrap;
  gap: 40px;
}
section.vypis-fotogalerie > .items.expanded{
  display: flex;
}
section.vypis-fotogalerie > .items > .item{
  width: calc(25% - 30px);
  box-sizing: border-box;
  position: relative;
  border: 1px solid #d1d1d1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
section.vypis-fotogalerie > .items > .item .image{
  height: 150px;
  width: 100%;
  overflow: hidden;
}
section.vypis-fotogalerie > .items > .item .image img{
  transform: scale(1);
  transition: transform 0.25s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.vypis-fotogalerie > .items > .item:hover .image img{
  transform: scale(1.1);
}
section.vypis-fotogalerie > .items > .item h3{
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px 40px;
  font-size: 25px;
  line-height: 30px;
  color: #3D3D3D;
  margin: 0;
  font-weight: 500;
}
section.vypis-fotogalerie > .items > .item:hover h3{
  text-decoration: underline;
}
section.vypis-fotogalerie > .items > .item .galerie{
  margin: auto 20px 20px;
}
section.vypis-fotogalerie > .items > .item .galerie a{
  display: none;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  padding: 2px 30px 0 0;
  background: transparent url(images/arrow-readmore.svg) no-repeat right center;
  color: #E2001A;
  text-decoration: none;
}
section.vypis-fotogalerie > .items > .item .galerie a:first-child{
  display: inline-block;
}                       
section.vypis-fotogalerie > .items > .item .galerie a:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
section.vypis-videa > .items{
  display: none;
  flex-wrap: wrap;
  gap: 40.5px;
}
section.vypis-videa > .items.expanded{
  display: flex;
}
section.vypis-videa > .items > .item{
  width: calc(33.33% - 27px);
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
section.vypis-videa > .items > .item .image{
  height: 225px;
  width: 100%;
  overflow: hidden;
}
section.vypis-videa > .items > .item .image img{
  transform: scale(1);
  transition: transform 0.25s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.vypis-videa > .items > .item:hover .image img{
  transform: scale(1.1);
}
section.vypis-videa > .items > .item h3,
section.vypis-videa > .items > .item a{
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0 0;
  font-size: 25px;
  line-height: 30px;
  color: #3D3D3D;
  margin: 0;
  font-weight: 500;
  text-decoration: none;
}
section.vypis-videa > .items > .item:hover h3,
section.vypis-videa > .items > .item:hover a{
  text-decoration: underline;
}
section.vypis-videa > .items > .item a{
  padding: 0;
}
section.formular{
  max-width: 700px;
  margin: 0 auto;
}
section.formular > h2{
  margin-bottom: 20px;
  color: #E2001A;
}
section.formular > p{
  margin-bottom: 40px;
}
main form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main form > div{
  margin: 0 0 20px;
  width: 100%;
}
main form > div.half{
  width: calc(50% - 10px);
}
main form > div > label{
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 17px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #E2001A;
  padding: 0 10px 5px;
}
main form > div > input{
  display: block;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  border-radius: 0;
  font-size: 16px;
  line-height: 27px;
  color: #4F4F4F;
  border: 1px solid #FFC1C8;
}
main form > div > textarea{
  display: block;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 16px;
  line-height: 27px;
  color: #4F4F4F;
  border: 1px solid #FFC1C8;
}
main form > div > select{
  display: block;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 0 50px 0 20px;
  border-radius: 0;
  font-size: 16px;
  line-height: 27px;
  color: #4F4F4F;
  border: 1px solid #FFC1C8;
  background: transparent url(images/menu-arrow.svg) no-repeat right 15px center;
  appearance: none;
}
main form div.checkbox,
main form div.radio{
  position: relative;
  margin-bottom: 15px;
}
main form div.checkbox:last-child,
main form div.radio:last-child{
  margin-bottom: 0;
}
main form div.checkbox input[type="checkbox"],
main form div.radio input[type="radio"]{
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  appearance: none;
  z-index: -1;
}
main form div.checkbox input[type="checkbox"] + label,
main form div.radio input[type="radio"] + label{
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 32px;
  text-transform: none;
  display: block;
}
main form div.checkbox input[type="checkbox"] + label:before,
main form div.radio input[type="radio"] + label:before{
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #E2001A;
}
main form div.radio input[type="radio"] + label:before{
  border-radius: 30px;
}
main form div.checkbox input[type="checkbox"] + label:after{
  content: "";
  display: block;
  width: 14px;
  height: 7px;
  box-sizing: border-box;
  position: absolute;
  left: 5px;
  top: 5px;
  border-left: 1px solid #E2001A;
  border-bottom: 1px solid #E2001A; 
  opacity: 0;
  transform: rotate(-45deg);
}
main form div.radio input[type="radio"] + label:after{
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  position: absolute;
  left: 5px;
  top: 5px;
  background: #E2001A; 
  opacity: 0;
  border-radius: 30px;
}
main form div.checkbox input[type="checkbox"]:checked + label:after,
main form div.radio input[type="radio"]:checked + label:after{
  opacity: 1;
}
main form > div:has(button){
  text-align: center;
  padding-top: 20px;
}
main form button{
  display: inline-block;
  box-sizing: border-box;
  padding: 15px 20px 13px;
  border: none;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  background: #E2001A;
  cursor: pointer;
}
main form button:hover{
  color: #E2001A;
  background: #f1f1f1;
}
main form input:focus,
main form textarea:focus,
main form select:focus,
main form button:focus{
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
main form input[type="radio"]{
  border-radius: 12px;
}
section.aktuality{
  display: flex;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
  padding: 0;
  margin: 125px 0;
  gap: 1px;
  background: #FFDDE1;
  position: relative;
}
section.uvodnik-homepage + section.aktuality{
  margin-top: -75px;
}
section.aktuality .item{
  flex: 1;
  background: #fff;
  transition: background 0.25s;
  position: relative;
  box-sizing: border-box;
  padding: 20px;
}
section.aktuality .item:hover{
  background: #FFF0F2;
}
section.aktuality .item h3{
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 8px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.aktuality .item p{
  margin-bottom: 20px;
  color: #3D3D3D;
}
section.aktuality .item .more{
  text-align: left;
  padding: 0;
}
section.aktuality .item .more a:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
section.ytlinks > div{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
section.ytlinks > div > p{
  width: calc(50% - 20px);
  height: 0;
  overflow: hidden;
  padding-top: 27%;
  position: relative;
  margin: 0;
}
section.ytlinks > div > p iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
section.kontakty details{
  margin: 0 0 30px;
}
section.kontakty details:last-child{
  margin-bottom: 0;
}
section.kontakty details summary {
  display: block;
  padding: 0 44px 0 0;
  font-size: 31px;
  line-height: 37px;
  font-weight: bold;
  color: #E2001A;
  margin: 0px 0px 15px;
  position: relative;
  cursor: pointer;
  list-style: none;
  background: transparent url(images/menu-arrow.svg) no-repeat right center;
}
section.kontakty details summary:hover{
  text-decoration: underline; 
}
section.kontakty details summary::-webkit-details-marker{
  display: none;
}
section.kontakty details summary::marker{
  display: none;
}
section.kontakty details table{
  margin: 0;
}
/* footer */
footer{
  position: relative;
  padding: 100px 20px;
  width: 100%;
  max-width: 1320px;
  margin: 125px auto 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
}
footer:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  z-index: -1;
  background: linear-gradient(180deg, #FFF0F2 0%, rgba(255, 240, 242, 0.00) 100%);
}
footer h2{
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 25px;
  font-weight: 800;
  letter-spacing: 0.7px;
  color: #888;
}
footer p{
  margin-bottom: 20px;
}
footer p:last-child{
  margin-bottom: 0;
}
footer .col.logo > a.logo{
  display: block;
  font-size: 0;
  text-indent: -9999px;
  width: 235px;
  height: 65px;
  margin-bottom: 40px;
  background: transparent url(images/footer-logo.svg) no-repeat center center;
  background-size: contain;
}
footer .col.logo p a{
  text-decoration: none;
  color: #4F4F4F;
}
footer .col.adresa{
  max-width: 300px;
}
footer .col.adresa p a{
  text-decoration: none;
  padding-left: 32px;
  display: block;
  color: #4F4F4F;
}
footer .col.adresa p a:hover,
footer nav ul li a:hover{
  text-decoration: underline;
  color: #E2001A;
}
footer .col.adresa p a[href*="tel:"]{
  background: transparent url(images/footer-phone.svg) no-repeat left center;
}
footer .col.adresa p a[href*="tel:"]:hover{
  background: transparent url(images/footer-phone-red.svg) no-repeat left center;
}
footer .col.adresa p a[href*="mailto:"]{
  background: transparent url(images/footer-mail.svg) no-repeat left center;
}
footer .col.adresa p a[href*="mailto:"]:hover{
  background: transparent url(images/footer-mail-red.svg) no-repeat left center;
}
footer nav ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
footer nav ul li{
  font-size: 16px;
  line-height: 27px;
  margin: 0 0 20px;
}
footer nav ul li:last-child{
  margin-bottom: 0;
}
footer nav ul li a{
  text-decoration: none;
  color: #4f4f4f;
}
footer .social nav ul li a{
  padding-left: 32px;
  display: block;
}
footer .social nav ul li a.instagram{
  background: transparent url(images/footer-instagram.svg) no-repeat left center;
}
footer .social nav ul li a.instagram:hover{
  background: transparent url(images/footer-instagram-red.svg) no-repeat left center;
}
footer .social nav ul li a.facebook{
  background: transparent url(images/footer-facebook.svg) no-repeat left center;
}
footer .social nav ul li a.facebook:hover{
  background: transparent url(images/footer-facebook-red.svg) no-repeat left center;
}
footer .social nav ul li a.youtube{
  background: transparent url(images/footer-youtube.svg) no-repeat left center;
}
footer .social nav ul li a.youtube:hover{
  background: transparent url(images/footer-youtube-red.svg) no-repeat left center;
}
footer .social nav ul li a[href*="tiktok"]{
  background: transparent url(images/footer-tiktok.svg) no-repeat left center;
}
footer .social nav ul li a[href*="tiktok"]:hover{
  background: transparent url(images/header-tiktok-red.svg) no-repeat left center;
}
footer .social nav ul li a[href*="zonerama"]{
  background: transparent url(images/footer-zonerama.svg) no-repeat left center;
}
footer .social nav ul li a[href*="zonerama"]:hover{
  background: transparent url(images/header-zonerama-red.svg) no-repeat left center;
}
footer .byline{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
footer .byline p{
  margin: 0;
  color: #B0B0B0;
}
footer .byline ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
footer .byline ul li{
  font-size: 16px;
  line-height: 27px;
  color: #B0B0B0;
}
footer .byline ul li a{
  text-decoration: underline;
  color: #B0B0B0;
}
footer .byline ul li a:hover{
  text-decoration: none;
}

/* responze */   
@media screen and (max-width: 1449px){
  header .logo{max-width: 200px;}
  header nav.menu ul {gap: 15px;}
  header nav.menu ul li a, header nav.menu ul li span {font-size: 13px;}
  header .search {margin: 0 15px;}
  header nav.menu ul li:has(ul) > a, header nav.menu ul li:has(ul) > span {padding-right: 30px;}
}                        
@media screen and (max-width: 1199px){
  body.mobile-menu-expanded{overflow: hidden;}
  header{padding-right: 70px;}
  body.mobile-menu-expanded header:before{background: #E2001A;}
  header nav.menu {display: none; position: absolute; left: 0px; top: 99%; background: #E2001A; width: 100%; padding: 0px 0px 100px; box-sizing: border-box; margin-top: 0; height: calc(100vh - 90px);}
  body.mobile-menu-expanded header nav{display: block;}
  a.menu-switcher {display: block; position: absolute; right: 0px; top: 0px;}
  a.menu-switcher span {display: block; margin: 48px 20px; width: 30px; font-size: 0px; text-indent: -9999px; height: 4px; background: #fff; position: relative; transition-duration: 0.3s; transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19); border-radius: 0px;}
  a.menu-switcher span:before {content: ""; display: block; width: 30px; height: 100%; position: absolute; top: -10px; right: 0px; background: #fff; transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in,background-color 0.15s ease; border-radius: 0px;}
  a.menu-switcher span:after {content: ""; display: block; width: 20px; height: 100%; position: absolute; bottom: -10px; right: 0px; background: #fff; transition: bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19),background-color 0.15s ease; border-radius: 0px;}
  body.mobile-menu-expanded a.menu-switcher span {transform: rotate(225deg); transition-delay: 0.14s; transition-timing-function: cubic-bezier(0.215,0.61,0.355,1); width: 30px;}
  body.mobile-menu-expanded a.menu-switcher span:before {top: 0; opacity: 0; transition: top 0.1s ease-out,opacity 0.1s 0.14s ease-out,background-color 0.15s ease; width: 30px;}
  body.mobile-menu-expanded a.menu-switcher span:after {bottom: 0; transform: rotate(-90deg); transition: bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),background-color 0.15s ease; width: 30px;}
  header nav.menu ul {display: block; height: 100%; overflow: auto; padding: 0;}
  header nav.menu ul li a, header nav.menu ul li span {padding: 15px 20px;}
  header nav.menu ul li:after{display: none;}
  header nav.menu:before{display: none;}
  header nav.menu ul li {border-right: none; width: 100%;}
  header nav.menu ul li.button {position: static; margin-top: 20px;}
  header nav.social-menu {margin-left: auto;}
  header > .button{display: none;}
  header nav.menu ul {gap: 0px;}
  header nav.menu ul li:has(ul) > a, header nav.menu ul li:has(ul) > span {background-position: right 20px center;}
  header nav.menu ul li ul {display: block; position: static; box-shadow: none; border: none;}
  header nav.menu ul li ul li a, header nav.menu ul li ul li span {padding: 10px 20px 10px 40px; font-weight: normal; white-space: normal; border: none;}
  header nav.menu ul li ul li ul {display: block; position: static;}
  header nav.menu ul li ul li ul li a, header nav.menu ul li ul li ul li span {padding: 10px 20px 10px 60px;}
  header nav.menu ul li.mobile-only{display: block; padding: 0 20px; box-sizing: border-box;}
  header nav.menu ul li a.button{display: inline-block; padding-right: 53px;}
  section.obory > .items > .item .text {padding: 30px;}
  section.uplatneni > .items > .item .text, section.ucebnice > .items > .item .text {padding: 20px;}
}
@media screen and (max-width: 1023px){
  h1 {font-size: 45px; line-height: 55px;}
  h2 {font-size: 32px; line-height: 42px;}
  h3 {font-size: 26px; line-height: 32px;}
  section {padding: 60px 0;}
  section.rozcestnik, section.cta {margin: 60px 0; padding: 70px 0;}
  section.onas, section.videoprohlidka {height: auto; padding: 70px 0; margin: 60px 0;}
  section.dalsi-sluzby > .text {width: 100%; padding: 0 0 40px;}
  section.dalsi-sluzby .items {width: 100%;}
  section.dalsi-sluzby .items .item .text {padding: 20px;}
  section.uspesne-tvare .tvar h2, section.dalsi-sluzby > .text h2, section.loga > .text h2, section.obory > .items > .item .text h3, section.onas .text h2, section.videoprohlidka .text h2 {font-size: 30px; line-height: 40px;}
  section.novinky > .text {width: 100%; padding: 0 0 40px;}
  section.novinky > .view {width: 100%;}
  section.novinky > .view .views-row {padding: 20px;}
  section.novinky.two-column > .view{gap: 20px;}
  section.novinky.two-column > .view .views-row{width: 100%;}
  section.obory > h2{text-align: center;}
  section.obory > .items > .item {width: 100%; max-width: 400px;}
  section.obory.two-column > .items > .item{width: 100%; max-width: 400px;}
  section.obory > .items {justify-content: center;}
  section.obory > .items > .item .text {padding: 20px;}
  section.obory > .items > .item:before {left: 20px; top: 20px;}
  header .search form {padding: 60px 20px 20px;}
  header .search form button {right: 20px; bottom: 20px;}
  footer {margin: 60px auto 0; padding: 70px 20px; justify-content: center; text-align: center;}
  footer > div{width: calc(50% - 30px);}
  footer .col.adresa p a, footer .social nav ul li a {display: inline-block;}
  footer .col.logo > a.logo {margin: 0 auto 40px;}
  footer .col.adresa {max-width: 100%;}
  section.obsah-vzdelavani .items .item:first-child {width: 100%;}
  section.obsah-vzdelavani .items .item:nth-child(2) {width: 100%;}
  section.uplatneni > .items > .item, section.ucebnice > .items > .item {width: 100%; max-width: 290px;}
  section.uplatneni > .items, section.ucebnice > .items {justify-content: center;}
  section.uplatneni > h2, section.uplatneni > h2{text-align: center;}
  section.fotogalerie .images {height: 400px;}
  section.jednosloupec h2 {font-size: 32px; line-height: 42px;}
  section.vypis-videa > .items {gap: 40px;}
  section.vypis-videa > .items > .item {width: calc(50% - 20px);}
  section > .filters {padding-bottom: 60px;}
  section.vypis-fotogalerie > .items {gap: 40.5px;}
  section.vypis-fotogalerie > .items > .item {width: calc(33.33% - 27px);}
  section.uspesne-tvare .tvar{margin-bottom: 60px;}
  section.aktuality {margin: 60px 0; flex-wrap: wrap;}
  section.aktuality .item {flex: auto; width: 100%;}
  section.aktuality .item h3 {font-size: 22px;}
}                                  
@media screen and (max-width: 767px){
  h1 {font-size: 36px; line-height: 46px;}
  h2 {font-size: 30px; line-height: 40px;}
  section.detail-ucebnice > .items{gap: 60px;}
  section.detail-ucebnice > .items .item{width: 100%;}
  section.uspesne-tvare .tvar h2, section.dalsi-sluzby > .text h2, section.loga > .text h2, section.obory > .items > .item .text h3, section.onas .text h2, section.videoprohlidka .text h2 {font-size: 26px; line-height: 36px;}
  section.uspesne-tvare .tvar > div {width: 100%;}
  section.dalsi-sluzby .items .item {width: 100%;}
  section.uspesne-tvare .tvar:nth-child(even) .image{order: 1;}
  section.uspesne-tvare .tvar:nth-child(even) .text{order: 2;}
  footer .byline {justify-content: center;}
  footer > div {width: 100%;}
  footer .byline ul {gap: 20px; justify-content: center;}
  section.fotogalerie .images {height: 300px; gap: 20px;}
  section.o-oboru > div {width: 100%;}
  section.jednosloupec h2 {font-size: 30px; line-height: 40px;}
  section > .filters h3 {width: 100%; border-right: 1px solid #d1d1d1; box-sizing: border-box; border-bottom: none;}
  section > .filters select {width: 100%;}
  section.vypis-fotogalerie > .items {gap: 40px;}
  section.vypis-fotogalerie > .items > .item {width: calc(50% - 20px);}
  section.ytlinks > div > p {width: 100%; padding-top: 56.25%;}
}
@media screen and (max-width: 479px){
  header .search{display: none; position: absolute; top: calc(100vh - 125px); right: calc(50% - 60px);}
  body.mobile-menu-expanded header .search{display: block;}
  header nav.social-menu{display: none; position: absolute; top: calc(100vh - 120px); left: calc(50% - 60px);}
  header nav.menu {padding: 0px 0px 150px;}
  h1 {font-size: 27px; line-height: 37px;}
  h2 {font-size: 26px; line-height: 36px; margin-bottom: 30px;}
  h3 {font-size: 24px; line-height: 30px;}
  section.novinky > .view .views-row .date {font-size: 20px; line-height: 26px;}
  section.breadcrumb ul li {max-width: 135px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
  section.jednosloupec h2 {font-size: 26px; line-height: 36px;}
  a.button {font-size: 13px; padding: 15px 49px 13px 15px;}
  section.fotogalerie .images {height: 210px;}
  section.vypis-videa > .items > .item {width: 100%;}
  section.vypis-fotogalerie > .items > .item {width: 100%;}
  section.o-oboru .text .stitky .item .info {right: auto; left: 0; width: calc(100vw - 40px);}
}