/* notebook */

@media (min-width: 964px) {

	:root {
		--box-shadow-color: rgba(0, 0, 0, 20%);
		--cal-holder-width: 296px;
		--cal-popup-width: 400px;
		--cal-popup-offset: 16px;
	}

	.ntb964-only { display: block; }
	.mob-only, .tab-only, .ntb1376-only, .dsk1681-only, .dsk1920-only { display: none; }

	body { padding-top: 40px; background-image: url("/img_new/footer.png"); background-size: 100% auto; background-repeat: no-repeat; background-position: center bottom; }

	.home .aktuality > .c,
	.home .potreba .c,
	.home .doporuceni .c,
	.home .akce .c,
	.home .pozvanky .c,
	.home .vylet .c,
	.home .partneri .c,
	footer .c { width: 900px; margin: 0 auto; padding: 20px 0; }
	/*footer .c { border-left: solid 1px rgba(255, 255, 0, 50%); border-right: solid 1px rgba(255, 255, 0, 50%); }*/
	.home .pozvanky .c { padding-top: 0; }

	header nav { display: flex; justify-content: space-between; align-items: center; height: 80px; }
	header nav > ul { display: flex; align-items: center; gap: 24px; align-self: stretch; height: 80px; }
	header nav > ul > li { display: flex; flex-direction: column; align-items: flex-start; align-self: stretch; height: 80px; }
	header nav > ul > li > a { position: relative; display: inline-block; white-space: nowrap; font-size: 16px; font-weight: 700; padding: 28px 0; width: auto; }
	header nav ul li a em { padding: 0 !important; font-weight: 700; }
	header nav > ul > li > a > em:hover { color: var(--primary-black) !important; text-decoration: none !important; }
	header nav ul.megamenu em:hover { color: var(--primary-white) !important; text-decoration: underline !important; }
	header nav > ul > li > a:hover::before { position: absolute; top: 0; left: 0; width: 100%; content: ""; height: 6px; background: linear-gradient(99deg, #00A080 0%, #0095DA 100%); }
	header nav > ul > li > a span { display: none; }

	.options .values li a { font-size: 14px; }
	.aktuality .options { margin-top: 32px; }

	/* megamenu */
	/*nav .memeCont {*/
	header nav ul.megamenu {

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		/*height: 372px;*/

		align-items: center;
		padding: 32px 58px;

		opacity: 0; visibility: hidden;
		position: absolute; top: 80px; left: 0;
		transition: var(--transition-all-03s-ease);
		width: 900px;
		background: var(--gradient-green-blue, linear-gradient(99deg, #00A651 0%, #0095DA 100%));
		gap: 0 32px;
	}

	/*nav li:first-child ul.megamenu { opacity: 100; visibility: visible; }*/
	/* 2. a dal�� �rove� nesm� b�t vid�t */
	/*nav .memeCont ul ul { display: none;}*/
	header nav ul.megamenu ul { display: none;}
	header nav ul.megamenu-opened { display: flex !important; opacity: 100%; visibility: visible; }

	/*nav #submenu-1 { opacity: 100 !important; visibility: visible !important; }*/
	/*nav ul > li:hover .memeCont { opacity: 1; visibility: visible; transition: all .5s ease;}*/
	header nav ul > li:hover ul.megamenu { opacity: 1; visibility: visible; transition: all .5s ease;}
	/*nav .megamenu { display: flex; height: 100%; justify-content: flex-start; align-items: flex-start; gap: 0 32px; width: 800px; !*flex-direction: column;*! flex-direction: row; flex-wrap: wrap; }*/
	header nav ul.megamenu li { display: flex; width: 240px; align-items: flex-start; flex-shrink: 0;

		/*width: 1328px;*/
		/*height: 267px;*/
		justify-content: center;

	}
	header nav ul.megamenu li a { padding: 26px 0; width: 100%; display: block; color: var(--primary-white); border-bottom: solid 1px rgba(255, 255, 255, 25%); }

	@media (max-width: 1375px) {
		/*header nav ul.megamenu li:nth-child(9) a,*/
		/*header nav ul.megamenu li:nth-child(10) a,*/
		/*header nav ul.megamenu li:last-child a { border: none;}*/
	}

	header nav ul.megamenu li:last-child a,
	header nav ul.megamenu-modulo-0 li:nth-last-child(3) a,
	header nav ul.megamenu-modulo-0 li:nth-last-child(2) a,
	header nav ul.megamenu-modulo-2 li:nth-last-child(2) a
	{ border: none; }

	.header-blur { display: block; position: absolute; top: 0; left: calc((100% - 900px) / 2); z-index: 90; background: rgba(255, 255, 255, 0.80); backdrop-filter: blur(40px); width: 900px; height: 80px; margin: 0 auto; }

	header { position: absolute; top: 0; left: calc((100% - 900px) / 2); z-index: 1000; width: 900px; height: 80px; flex: 1 0 0; margin: 0 auto; }
	header .c { display: flex; width: 900px; height: 80px; padding: 0 0px; justify-content: space-between; align-items: center; margin: 0 auto; }

	/*header ul.icons li { display: none !important; }*/
	/*header ul.icons li.search { display: flex !important;  }*/
	/*header ul.icons li { list-style-type: none; }*/
	header ul.icons { display: none !important; }

	section.mz { position: absolute; top: 80px; left: calc((100% - 900px) / 2); z-index: 100; width: 900px; height: auto; flex: 1 0 0; margin: 0 auto; }

	.search-dialog .dialog { /*left: 48px;*/ max-width: 600px; padding: 60px 40px; gap: 32px; }
	.search-dialog .dialog h3 { font-size: 40px; line-height: 50px; font-weight: 700; align-self: center; }
	.search-dialog .dialog .top-label { font-size: 24px; padding-left: 32px; }
	.search-dialog .dialog .top-content { padding-left: 32px; }
	.search-dialog .dialog .top-content a { font-size: 16px; line-height: 24px; }
	.search-dialog .dialog form input { padding: 16px 32px; height: 100%; }
	.search-dialog .dialog form input[type=submit] { width: 25%; }
	.search-dialog .dialog form input[type=text] { width: 75%; }

	.home .hero { width: 964px; }
	.home .hero .swiper { width: 964px; }

	.home .aktuality h2 { padding-left: 0; padding-right: 0; }
	section.hero .swiper .swiper-button-prev img,
	section.hero .swiper .swiper-button-next img { top: 0; }

	.home-news-item h3 { left: 64px; bottom: 64px; width: calc(35%); }

	.home .aktuality > .c { width: 964px; }
	.home .aktuality > .c h2 { padding-left: 32px; padding-bottom: 0; }
	.aktuality article { width: calc(100% - 30px); }
	.home .aktuality .articles { padding: 32px; }
	.aktuality .articles article .meta h3 { max-width: 170px; }
	.aktuality .swiperTwo .img img { width: 190px; height: 260px; }

	.aktuality article:hover { box-shadow: 0 0 30px var(--box-shadow-color); }
	.aktuality .swiperTwo { height: 360px; }

	.home .potreba .c,
	.home .akce .c,
	.home .doporuceni .c { padding-left: 0; padding-right: 0; }
	.home .doporuceni ul li { width: calc(33% - 8px); }
	.home .potreba ul li:nth-child(8) { border: none; }

	.home .potreba h2 { text-align: center;}
	.home .potreba ul li { width: calc(33% - 19px); height: 100px; }
	.home .potreba ul li a { display: flex; align-items: center; width: 100%; height: 100px; }

	.home .potreba ul li:nth-last-child(3) a { border: none; }

	main.sekce .head { gap: 16px; }
	main.sekce .head .title { font-size: 32px; line-height: 40px; }

	.akce { padding-bottom: 60px; position: unset; }
	.akce .c { position: relative; }
	.akce .list { width: 60%; padding-right: 32px; }
	.akce .list .item { height: 100px; }
	.akce .list .item .number { width: 100px; }
	.akce .list .item .number .date { line-height: 26px; }
	.akce .list .item:hover .number::after { width: 100px; }
	.akce .calendar { position: static; display: flex; width: 40%; box-shadow: none; padding: 32px; flex-direction: column; align-items: center; gap: 24px; flex-shrink: 0; align-self: stretch; background-color: var(--primary-white); }
	.akce .calendar-opener, .akce .options-opener { display: none; }

	/*.home .akce .options .values { display: flex; box-shadow: none; position: static; background: none; width: auto; padding: 0; }*/
	/*.home .akce .options .values ul { display: flex; align-items: center; gap: 8px; }*/
	/*.home .akce .options .values li { border: none; display: flex; padding: 0; align-items: center; gap: 10px; }*/
	/*.home .akce .options .values li a { display: block; padding: 8px 16px; font-size: 14px; font-weight: 600; line-height: normal; white-space: nowrap; }*/
	/*.home .akce .c > div .options div.selected-value { display: none; }*/
	/*.home .akce .c > div .options a.selected-value { display: block; }*/
	/*.home .akce .c > div .options a.selected-value { padding: 8px 16px; }*/
	.pozvanky { margin-top: -32px; }
	.pozvanky .c { background-color: var(--primary-white); }


	footer { height: auto; display: block; padding: 20px 0 100px 0; }
	footer .c { display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; }
	footer .c > div { height: auto; width: auto; position: static; }
	footer .c > div.weby { width: 30%; }
	footer .c div.mesto h3 { background: none; padding-left: 0; }
	footer .c div.mesto h3 span { display: inline; }
	footer .c > div.mesto { padding-top: 0; margin-top: 30px; background: url("/img_new/erb.svg") no-repeat left top; padding-left: 110px; background-size: 90px auto; }
	footer .c div h3, footer .c div h3 * { font-size: 24px !important; font-weight: 700 !important; line-height: 30px !important; }
	footer .c div a:hover { text-decoration: underline; }

	footer .c > div.icko { background-image: url("/img_new/ico/icko.png"); width: 50%; }
	footer .c > div.icko h3 { min-height: unset; }

	/*
	footer { height: auto; display: block; padding: 80px 0 150px 0; }
	footer .c { display: flex; flex-direction: row; justify-content: space-between; }
	footer .c > div { position: static; display: flex;  align-items: flex-start; align-self: stretch; width: auto; }
	footer .c > div.mesto { order: -1; padding-top: 0; background: url("/img_new/erb.svg") no-repeat left top; padding-left: 110px; background-size: 90px auto; }
	footer .c > div.weby { width: 22%; }
	footer .c div h3, footer .c div h3 * { font-size: 24px !important; font-weight: 700 !important; line-height: 30px !important; }
	footer .c div.mesto h3 { background: none; padding-left: 0; }
	footer .c div.mesto h3 span { display: inline; }
	footer .c div p, footer .c div a { font-size: 16px !important;; }
	*/
	/*

	footer .c > div.mesto { position: absolute; top: 200px; left: 0; }
	footer .c > div.mesto p { position: absolute; top: 10px; }

	footer .c { display: block; padding: 0; margin-top: 40px; background: none; }
	footer .c > div { position: absolute; display: block; height: auto; }
	footer .c > div.kontakty, footer .c > div.weby, footer .c > div.owebu { top: 0; }
	footer .c > div.owebu { left: 36%; }
	footer .c > div.weby { left: 66%; width: 33%; }
	*/
	main.sekce .brd { padding: 32px calc(100% / 24); gap: 0 16px; }

	main.sekce { width: 900px; margin: 0 auto; }
	main.sekce p.ill { margin: 0 -32px; }
	main.sekce p.ill img { height: 200px; }
	main.sekce section { display: flex; gap: 0; flex-direction: row; }
	main.sekce section article { padding-right: calc(100% / 24); padding-left: calc(100% / 24);
		/*background-color: rgba(169, 0, 253, 0.05);*/
	}
	main.sekce section aside { display: block; padding-left: 16px;
		/*background-color: rgba(169, 0, 253, 0.1);*/
	}
	main.sekce section article .head { padding-left: 0; padding-bottom: 16px; }
	main.sekce section article .head span { display: block !important; }
	main.sekce section article .content { padding-left: 0; padding-right: 0; }
	main.sekce div.content div.content-part-head-img { }
	main.sekce div.content .citace { margin: 0; }
	main.sekce div.content table.simple-data-table { width: 100%; margin: 0; }

	main.sekce div.content div.content-part-full-width { margin-left: calc(100% / -14); margin-right: calc(100% / -14); }

	main.sekce div.content div.content-part p, main.sekce div.content div.content-part p * { font-size: 14px; }

	main.sekce div.content div.content-part-head-img + div.content-part > p:first-child,
	main.sekce div.content > div.content-part:first-child > p:first-child { font-size: 18px; }

	main.sekce div.content div.content-part-head-img img { height: 200px; }

	main.sekce div.content div.content-part-img { gap: 24px 0; }
	main.sekce div.content div.content-part-img span.desc { font-size: 12px; line-height: 18px; padding-bottom: 24px; }

	main.sekce section aside .aside-content { display: flex; flex-direction: column; gap: 24px 0; }
	main.sekce section aside .aside-content .content-part { display: flex; }

	main.sekce section aside .aside-content .newsletter-form { display: flex; padding: 24px; flex-direction: column; align-items: flex-start; gap: 16px; background: var(--secondary-blue-light); width: 100%; }
	main.sekce section aside .aside-content .newsletter-form p { font-size: 12px; color: var(--primary-black); line-height: 20px; }
	main.sekce section aside .aside-content .newsletter-form input[type=text],
	main.sekce section aside .aside-content .newsletter-form input[type=text]::placeholder { font-size: 12px; }
	main.sekce section aside .aside-content .newsletter-form input[type=text] { padding: 5px 12px; width: 100%; border-radius: 4px; border: 1px solid var(--grey-grey-light, #C8CBC7); background: var(--primary-white, #FFF); }
	/*main.sekce section aside .aside-content .newsletter-form label.button-gradient span { background-color: var(--blue-light); }*/
	main.sekce section aside .aside-content .content-part .pozvanky { padding: 0 0 0 0; margin: 0; background: var(--primary-white, #FFF); }
	main.sekce section aside .aside-content .content-part .pozvanky h3 { padding: 16px 24px 0 24px; }
	main.sekce section aside .aside-content .content-part .pozvanky .c { background-color: transparent; display: flex; flex-direction: column; gap: 16px; padding-bottom: 0 !important; }
	main.sekce section aside .aside-content .content-part .pozvanky .c .articles { }
	main.sekce section aside .aside-content .content-part .pozvanky .c article { padding: 0;}
	main.sekce section aside .aside-content .swiperAside { width: 284px !important; }
	main.sekce section aside .aside-content .swiperAside div.img img { display: block; }

	/*
	main.sekce section.navigace, main.sekce section.navigace .c { width: 100%; }
	main.sekce section.navigace ul { width: 100%; padding: 0; margin: 0; list-style-type: none; }
	main.sekce section.navigace ul li { width: 100%; }
	main.sekce section.navigace a {
		width: 100%;
		display: block;
		padding: 12px 24px;
		text-decoration: none; color: var(--primary-black, #000); font-size: 16px; font-style: normal; font-weight: 600; line-height: 24px;
	}

	main.sekce section.navigace ul > li > a { border-bottom: 1px solid #FFF; background: #D9F2E5; }
	main.sekce section.navigace ul > li > ul > li > a { border-bottom: 1px solid #FFF; 	background: #E6F6EE; }
	*/
	.content-part-idx-item {
		cursor: pointer;
	}
	.content-part-idx-item:hover {
		box-shadow: 0 0 30px var(--box-shadow-color);
	}

	.swiper-slide-dalsi {
		margin: 0;
	}

	.swiper-slide-dalsi article {
		height: 260px;
		width: 180px;
	}

	.swiper-slide-dalsi article h3 {
		font-size: 24px !important;
		/*height: 180px !important;*/
		max-height: unset !important;
		line-height: 30px !important;
	}

	header .menu-opener {
		display: none;
	}

	header .icons .weather a {
		width: 70px;
		display: inline-block;
	}

	header .switch {
		right: 0;
		position: relative;
		border-radius: 4px;
		border: 1px solid var(--grey-grey-light, #C8CBC7);
		padding: 12px 8px 12px 12px;
		background-position-x: 12px;
	}
	header .switch label {
		/*background: url(/img_new/ico/drop.svg) no-repeat right center / 24px 24px;*/
		padding-right: 32px;
	}
	header .switch label::after {
		content: "";
		position: absolute;
		top: 12px;
		right: 8px;
		display: block;
		width: 24px;
		height: 24px;
		background: url(/img_new/ico/drop.svg) no-repeat center center / 24px 24px;
		transition: var(--transition-all-03s-ease);
	}
	header .switch-opened label::after {
		rotate: 180deg;
		transition: var(--transition-all-03s-ease);
	}

	header .switch ul {
		top: 57px;
		left: -12px;
		width: calc(100% + 24px);
		padding-left: 24px;
		padding-right: 24px;
	}

	.home .vylet .c ul li { width: calc(33% - 8px); aspect-ratio: 1/1; height: auto; }
	.home .vylet .c ul a { padding: 24px; }
	.home .vylet .c ul a h3 { font-size: 17px; }
	.home .vylet .c ul a span { line-height: 20px; }

	.home .partneri .c { padding-top: 50px; }

	.akce .calendar .days table td .eventsPopup { width: var(--cal-popup-width); }
	.akce .calendar .days table td .eventsPopup td { line-height: 16px; }

	.akce .calendar .days > table td .eventsPopup { left: unset !important; }
	.akce .calendar .days > table td:first-child .eventsPopup { right: calc(calc(var(--cal-popup-width) * -1) + calc(var(--cal-popup-width) - var(--cal-holder-width)) + calc(var(--cal-holder-width) / 7 * 1) - var(--cal-popup-offset)); }
	.akce .calendar .days > table td:nth-child(2) .eventsPopup { right: calc(calc(var(--cal-popup-width) * -1) + calc(var(--cal-popup-width) - var(--cal-holder-width)) + calc(var(--cal-holder-width) / 7 * 2) - var(--cal-popup-offset)); }
	.akce .calendar .days > table td:nth-child(3) .eventsPopup { right: calc(calc(var(--cal-popup-width) * -1) + calc(var(--cal-popup-width) - var(--cal-holder-width)) + calc(var(--cal-holder-width) / 7 * 3) - var(--cal-popup-offset)); }
	.akce .calendar .days > table td:nth-child(4) .eventsPopup { right: calc(calc(var(--cal-popup-width) * -1) + calc(var(--cal-popup-width) - var(--cal-holder-width)) + calc(var(--cal-holder-width) / 7 * 4) - var(--cal-popup-offset)); }
	.akce .calendar .days > table td:nth-child(5) .eventsPopup { right: calc(calc(var(--cal-popup-width) * -1) + calc(var(--cal-popup-width) - var(--cal-holder-width)) + calc(var(--cal-holder-width) / 7 * 5) - var(--cal-popup-offset)); }
	.akce .calendar .days > table td:nth-child(6) .eventsPopup { right: calc(calc(var(--cal-popup-width) * -1) + calc(var(--cal-popup-width) - var(--cal-holder-width)) + calc(var(--cal-holder-width) / 7 * 6) - var(--cal-popup-offset)); }
	.akce .calendar .days > table td:nth-child(7) .eventsPopup { right: calc(calc(var(--cal-popup-width) * -1) + calc(var(--cal-popup-width) - var(--cal-holder-width)) + calc(var(--cal-holder-width) / 7 * 7) - var(--cal-popup-offset)); }

	/*.akce .calendar .days > table td:nth-child(2) .eventsPopup { right: calc(calc(var(--cal-holder-width) / 6 * -7) + 134px); }*/
	/*.akce .calendar .days > table td:nth-child(2) .eventsPopup { right: calc(var(--cal-popup-width) / 7 * -1); }*/

	/*.akce .calendar .days > table td:nth-child(2) .eventsPopup { left: calc(var(--cal-popup-width) / 7 * -1); }*/
	/*.akce .calendar .days > table td:nth-child(3) .eventsPopup { left: calc(var(--cal-popup-width) / 7 * -2); }*/
	/*.akce .calendar .days > table td:nth-child(4) .eventsPopup { left: calc(var(--cal-popup-width) / 7 * -3); }*/
	/*.akce .calendar .days > table td:nth-child(5) .eventsPopup { left: calc(var(--cal-popup-width) / 7 * -4); }*/
	/*.akce .calendar .days > table td:nth-child(6) .eventsPopup { left: calc(var(--cal-popup-width) / 7 * -5); }*/
	/*.akce .calendar .days > table td:nth-child(7) .eventsPopup { left: calc(var(--cal-popup-width) / 7 * -6); }*/

	.content-part-article-list article div.c:hover { box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.25); }
	.content-part-article-list article { padding: 24px 0 !important; }
	.content-part-article-list article div.img { width: 200px; }
	.content-part-article-list article div.meta { padding-right: 24px; }

	.content-part-form .options .values { margin-top: -1px; }
	.content-part-form .options .values a { font-size: 14px; }

	label.datum::after { display: none; }

	/*.content-part-form .options .values a { font-size: inherit; }*/

	main.sekce .content-poeple { margin-top: 32px; }

	:root {
		--card-photo-width: 200px;
		--card-photo-height: 200px;
	}
	main.sekce .content-poeple .card-list-wide {
		--card-photo-width: 200px;
		--card-photo-height: 200px;
	}
	main.sekce .content-poeple .card-list-low {
		--card-photo-width: 140px;
		--card-photo-height: 140px;
	}
	/*main.sekce .content-poeple .card-list-wide .card-item { margin-left: 100px; }*/
	/*main.sekce .content-poeple .card-list-wide .card-item .metadata { padding-left: 150px; }*/
	main.sekce .content-poeple .card-list-wide .card-item .metadata { row-gap: 16px; }
	main.sekce .content-poeple .card-list-wide .card-item .metadata h2 { font-size: 26px; line-height: initial; }
	main.sekce .content-poeple .card-list-wide .card-item .metadata h3 { font-size: 18px; line-height: initial; }
	main.sekce .content-poeple .card-list-wide .card-item .metadata .contacts * { font-size: 16px; line-height: 24px; }
	main.sekce .content-poeple .card-list-wide .card-item .metadata .contacts p { padding-left: 32px; background-size: auto 24px; }
	main.sekce .content-poeple .card-list-wide .card-item .metadata .contacts .email a { width: calc(100%); }
	main.sekce .content-poeple .card-list-wide .card-item .metadata .contacts { row-gap: 4px; }

	main.sekce .content-poeple .card-list-low .card-item .metadata { padding-left: calc((var(--card-photo-width) / 2) + 40px); }

	.aside-content .content-part section.video .c { width: 284px; height: 284px; }
	.aside-content .content-part section.video .c a { width: 284px; height: 284px; display: block; position: relative; }
	.aside-content .content-part section.video .c a:after { transition: var(--transition-all-03s-ease); content: ""; position: absolute; z-index: 100; display: block; top: 0; left: 0; width: 100%; height: 100%; background: url(/img_new/ico/play.svg) no-repeat; background-size: 64px; background-position: center center; }
	.aside-content .content-part section.video .c:hover a:after { background-size: calc(64px * 1.2); transition: var(--transition-all-03s-ease); }
	.aside-content .content-part section.video .c a em { font-weight: 500; font-size: 20px; position: absolute; z-index: 100; left: 20px; top: 20px; width: calc(100% - 40px); color: #fff; text-decoration: none; }
	.aside-content .content-part section.video .c a img { position: absolute; z-index: 90; width: 100%; aspect-ratio: 1/1; }

	.aside-content .content-part section.foto .c { width: 284px; height: auto; }
	.aside-content .content-part section.foto .c a { width: 284px; display: block; position: relative; height: auto; }
	.aside-content .content-part section.foto .c a em { font-weight: 500; font-size: 20px; position: absolute; z-index: 100; left: 20px; top: 20px; width: calc(100% - 40px); color: #fff; text-decoration: none; }
	.aside-content .content-part section.foto .c a img { display: block; width: 100%; }

	main .content-contacts .telnums-icons li { background-size: 70px auto; /*height: 120px;*/ /*align-items: flex-end;*/ }
	/*main .content-contacts .telnums-list tr td { padding: 15px 8px; }*/

	main.sekce article.e404 h1 { margin-top: 70px; padding-right: 0; }
}
