@keyframes pulse-animation {
	 0% {
		 background: #eaeaea;
	}
	 100% {
		 background: rgba(0,0,0,0);
	}
}
/* titillium-web-200 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url('/Public/ngt24/font/titillium-web-v19-latin_latin-ext-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* titillium-web-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('/Public/ngt24/font/titillium-web-v19-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* titillium-web-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('/Public/ngt24/font/titillium-web-v19-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* titillium-web-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('/Public/ngt24/font/titillium-web-v19-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/Public/ngt24/font/montserrat-400.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('/Public/ngt24/font/montserrat-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
 html {
	 scroll-behavior: smooth;
	 margin: 0;
	 padding: 0;
}
 body {
	 font-family: Titillium Web, Arial, sans-serif;
	 margin: 0;
	 padding: 0;
	 font-size: 14px;
	 line-height: 1.6;
	 color: #494744;
}
 @media (max-width: 992px) {
	 .container {
		 max-width: 100%;
	}
}
 .text-orange {
	 color: #d65f0d;
}
 a {
	 color: #009fe3;
}
 a, a:hover {
	 text-decoration: none !important;
}
 .bg-orange {
	 background: #f26522;
}
 .bg-red {
	 background: #f40634;
}
 .bg-blue {
	 background: #009fe3;
}
 .float-right {
	 float: right;
}
 .z-index-10 {
	 z-index: 10;
}
 .position-relative {
	 position: relative;
}
 .text-right {
	 text-align: right;
}
 .dropdown-menu {
	 padding: 20px !important;
}
 .min-height-300 {
	 min-height: 300px;
}
 .fixed {
	 position: fixed;
	 width: 100%;
	 z-index: 1000;
}
 .min-height-menu {
	 min-height: 129px;
}
 .gray-bg {
	 background: #f5f5f5;
}
 .margin-zero {
	 margin: 0;
}
 .display-inline-flex {
	 display: inline-flex;
}
 .info-no-result {
	 margin: 0 auto;
	 font-size: 20px;
	 font-weight: bold;
	 border-radius: 10px;
	 border: 1px solid;
	 padding: 10px;
	 margin: 10px 0;
	 border-color: red;
}
 .align-content-center {
	 align-items: center;
}
 .align-content-center-flex {
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 display: flex;
}
 iframe {
	 width: 100%;
	 max-width: 100%;
	 margin: 0 auto;
	 display: block;
}
 .displayNone {
	 display: none;
}
 #header {
	 background: #f5f5f5;
}
 #header .container {
	 max-width: auto !important;
}
 @media (min-width: 992px) {
	 #header .container {
		 padding: 0 !important;
	}
}
 #header .login-clear {
	 display: block;
	 clear: both;
}
 #header .login-user-name-label, #header .login-organisation-label {
	 font-weight: bold;
}
 #header .LoginTest-box span {
	 margin-right: 2px;
}
 ul.autocomplete-list {
	 background: #fff;
}
 ul.autocomplete-list li {
	 list-style-type: none;
	 padding-left: 0;
	 margin-left: -30px;
	 border-bottom: 1px solid black;
}
 #GoogleMapID_mapaFacility {
	 width: 100% !important;
}
 #blue-line {
	 background: #009fe3;
	 padding: 10px;
	 width: 100%;
	 color: #fff;
	 text-align: right !important;
}
 #blue-line p {
	 display: inline-block;
	 margin: 0;
	 padding: 0;
}
 #blue-line p:first-child {
	 padding-right: 20px;
}
 #blue-line a {
	 color: #fff;
}
 @media (max-width: 992px) {
	 #blue-line {
		 text-align: center;
	}
}
 .padding-right-zero {
	 padding-right: 0 !important;
}
 .padding-left-zero {
	 padding-left: 0 !important;
}
 .padding-zero {
	 padding: 0 !important;
}
 .margin-auto {
	 margin: 0 auto;
}
 .rotate-90 {
	 transform: rotate(90deg);
}
 .fa-airport {
	 background: url(https://www.greece-tours.cz/public/ngt24/css/images/ico_airport.svg) no-repeat center center;
	 background-size: 22px;
	 background-color: #e9ecef;
	 width: 100%;
	 height: 100%;
}
 .margin-bottom-1 {
	 margin-bottom: 1px !important;
}
 .show {
	 display: block !important;
}
 #search-form {
	 position: relative;
	 z-index: 10;
	 padding-bottom: 50px;
}
 #search-form ::placeholder {
	 color: #212529;
}
 #search-form .search-text {
	 border: 1px solid black;
}
 #search-form label.has-width {
	 width: 41px;
}
 #search-form .form-check-inline {
	 margin-top: 10px;
}
 #search-form .form-check-inline label {
	 margin-right: 10px;
	 margin-left: 5px;
}
 #search-form .form-check-inline div {
	 display: inline-block;
}
 #search-form .fa {
	 color: #009fe3;
}
 #search-form h1 {
	 font-weight: 200;
	 font-size: 30px;
	 color: #7f7f7f;
}
 #search-form .form {
	 background: #fff;
	 padding: 20px 0 20px 23px;
	 margin-top: -60px;
}
 #search-form .search-form-control-ctrl0 {
	 margin-right: 23px;
}
 #search-form .search-form-control-ctrl0 input {
	 width: 99.9%;
}
 @media (max-width: 720px) {
	 #search-form form {
		 margin-top: 0;
	}
}
 #search-form ul.checkboxes {
	 margin: 0;
	 padding: 0;
}
 #search-form ul.checkboxes li {
	 list-style-type: none;
	 display: inline-block;
}
 #search-form .button {
	 background: #7cc576;
	 border: 0;
	 color: #fff;
	 width: auto;
	 padding: 5px 20px;
	 display: inline-block;
}
 #search-form .button:hover {
	 transition: 0.7s;
	 background: #009fe3;
}
 #search-form .input-group {
	 margin-bottom: 5px;
}
 #search-form .input-group>div {
	 flex: 1 1 auto;
	 width: 1%;
	 min-width: 0;
	 border-top-left-radius: 0;
	 border-bottom-left-radius: 0;
}
 #search-form .form-control, #search-form .form-select {
	 border-top-left-radius: 0;
	 border-bottom-left-radius: 0;
	 text-align: left !important;
}
 #listing {
	 padding: 50px 0;
	 background: #f5f5f5;
}
 #listing a {
	 text-decoration: none;
	 color: #494744;
}
 #listing .price-action {
	 font-size: 12px;
	 color: #f40634;
	 padding: 0 10px;
}
 #listing .short-descr {
	 background: #fff;
	 padding: 10px;
	 width: 100%;
	 opacity: 0.9;
	 text-align: center;
	 margin: -39px 0 0 0;
	 font-weight: 600;
	 font-size: 12px;
}
 #listing h1 {
	 text-align: center;
	 color: #009fe3;
	 font-size: 36px;
}
 #listing .product {
	 background: #fff;
	 padding: 15px 15px 30px 15px;
	 margin: 0 auto 30px auto;
	 -webkit-box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);
	 -moz-box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);
	 box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);
}
 #listing .product .product-image-link {
	 position: relative;
	 background: #fff;
	 width: 100%;
	 display: block;
	 overflow: hidden;
	 max-height: 200px;
}
 #listing .product .product-image-link img {
	 width: 100%;
}
 @media (max-width: 992px) {
	 #listing .product .product-image-link {
		 height: auto;
	}
	 #listing .product .product-image-link img {
		 width: 100%;
		 height: 100%;
	}
}
 #listing .product h2 {
	 font-size: 19px;
	 line-height: 22px;
	 margin-bottom: 20px;
	 align-content: center;
	 height: 45px;
	 text-align: left;
	 position: relative;
	 margin: 0 0 10px 0;
	 text-wrap-style: balance;
}
 #listing .product h2 a {
	 color: #009fe3;
	 font-size: 19px;
}
 @media (max-width: 575px) {
	 #listing .product h2 {
		 height: auto;
	}
}
 #listing .product .sticker {
	 left: -35px;
	 top: -5px;
	 width: 100px;
	 height: 40px;
	 -webkit-transform: rotate(-45deg);
	 transform: rotate(-45deg);
	 position: absolute;
}
 #listing .product .sticker .text {
	 width: 100%;
	 left: -1px;
	 bottom: 0px;
	 font-size: 16px;
	 font-weight: 700;
	 color: #fff;
	 text-transform: uppercase;
	 text-align: center;
	 position: absolute;
}
 #listing .product ul.location {
	 margin: 0 auto;
	 padding: 0;
}
 #listing .product ul.location li {
	 list-style-type: none;
	 display: inline-block;
	 font-size: 12px;
	 line-height: 13px;
}
 #listing .product ul.detail {
	 margin: 0;
	 padding: 10px 0;
}
 #listing .product ul.detail li {
	 list-style-type: none;
}
 #listing .product .button {
	 background: #7cc576;
	 color: #fff;
	 padding: 5px 20px;
	 display: inline-block;
}
 #listing .product .button:hover {
	 transition: 0.7s;
	 background: #009fe3;
}
 #categories-background {
	 padding: 200px 0 0 0;
	 background: url('https://www.greece-tours.cz/public/ngt24/css/images/drz-0468pano-web.jpg') no-repeat center top;
	 background-size: cover;
	 min-height: 400px;
	 color: #fff;
	 text-align: center;
}
 #categories-background h1 {
	 font-size: 24px;
}
 #categories-background h2 {
	 font-size: 36px;
}
 #categories {
	 margin: 0;
	 padding: 20px;
	 position: relative;
}
 #categories .white-cover {
	 background: white;
	 height: 100%;
	 width: 100%;
	 top: 0;
	 left: 0;
	 position: absolute;
	 opacity: 0.3;
}
 #categories .container-fluid {
	 margin: -70px 0 0 0;
	 position: relative;
	 padding-top: 15px;
}
 #categories img {
	 margin-bottom: 10px;
}
 #categories a {
	 color: #494744;
	 font-weight: bold;
}
 #categories a:hover {
	 text-decoration: none;
}
 #news {
	 padding: 50px 0;
	 background: #ffffff;
	 text-align: center;
}
 #news .news-image {
	 min-height: 300px;
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: top center;
}
 @media (max-width: 576px) {
	 #news .news-image {
		 min-height: 300px;
		 background-size: contain;
	}
}
 @media (max-width: 768px) {
	 #news .news-image {
		 min-height: 300px;
		 background-size: contain;
	}
}
 @media (max-width: 1200px) {
	 #news .news-image {
		 min-height: 200px;
	}
}
 #news h1 {
	 color: #009fe3;
	 font-size: 36px;
}
 #news h2 {
	 color: #000;
	 font-size: 25px;
}
 #news h3 {
	 font-size: 18px;
	 margin-top: 20px;
}
 #news .detailLink {
	 display: inline-block;
	 background: url('https://www.greece-tours.cz/public/ngt24/css/images/right-arrow-blue.svg') no-repeat right center;
	 background-size: 10px;
	 padding-right: 20px;
	 color: #7f7f7f;
}
 #news .detailLink:hover {
	 opacity: 0.5;
	 transition: 0.2s;
}
 #blog-main-page {
	 padding: 50px 0;
	 background: #ffffff;
	 text-align: center;
}
 #blog-main-page .news-image {
	 min-height: 300px;
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: top center;
}
 @media (max-width: 576px) {
	 #blog-main-page .news-image {
		 min-height: 300px;
		 background-size: contain;
	}
}
 @media (max-width: 768px) {
	 #blog-main-page .news-image {
		 min-height: 300px;
		 background-size: contain;
	}
}
 @media (max-width: 1200px) {
	 #blog-main-page .news-image {
		 min-height: 200px;
	}
}
 #blog-main-page h1 {
	 color: #009fe3;
	 font-size: 36px;
}
 #blog-main-page h2 {
	 color: #000;
	 font-size: 25px;
}
 #blog-main-page h3 {
	 font-size: 18px;
	 margin-top: 20px;
}
 #blog-main-page .detailLink {
	 display: inline-block;
	 background: url('https://www.greece-tours.cz/public/ngt24/css/images/right-arrow-blue.svg') no-repeat right center;
	 background-size: 10px;
	 padding-right: 20px;
	 color: #7f7f7f;
}
 #blog-main-page .detailLink:hover {
	 opacity: 0.5;
	 transition: 0.2s;
}
 #aboutus {
	 padding: 50px 0;
}
 #aboutus h1 {
	 font-size: 16px;
}
 #aboutus h2 {
	 font-size: 35px;
	 color: #009fe3;
}
 #aboutus ul {
	 margin: 15px 0 15px 15px;
	 padding: 0;
}
 #aboutus ul li {
	 list-style-image: url('https://www.greece-tours.cz/public/ngt24/css/images/li-blue-square.jpg');
	 margin: 5px 0;
	 padding: 0 0 0 5px;
}
 #intro-slide-bg {
	 background: url('https://www.greece-tours.cz/public/ngt24/css/images/intro-slide-bg.png') no-repeat top center;
	 height: 80px;
	 background-size: cover;
}
 #intro-slide {
	 padding: 50px 0;
	 background: #f5f5f5;
}
 #intro-slide .carousel-indicators {
	 position: relative;
}
 #intro-slide .carousel-indicators [data-bs-target] {
	 box-sizing: content-box;
	 flex: 0 1 auto;
	 width: 30px;
	 height: 3px;
	 padding: 0;
	 margin-right: 3px;
	 margin-left: 3px;
	 text-indent: -999px;
	 cursor: pointer;
	 background: #3a79cc;
	 background-clip: padding-box;
	 border: 0;
	 border-top: 10px solid transparent;
	 border-bottom: 10px solid transparent;
	 opacity: .5;
	 transition: opacity .6s ease;
}
 #intro-slide .carousel-indicators .active {
	 opacity: 1;
}
 #intro-slide .carousel-item {
	 min-height: 370px;
}
 @media (max-width: 768px) {
	 #intro-slide .carousel-item {
		 min-height: 700px;
	}
}
 @media (max-width: 576px) {
	 #intro-slide .carousel-item {
		 min-height: 700px;
	}
}
 #intro-slide h2 {
	 font-size: 26px;
	 text-align: center;
	 margin-bottom: 20px;
}
 #intro-slide .rotate-image {
	 position: relative;
}
 @media (max-width: 768px) {
	 #intro-slide .rotate-image img {
		 margin-bottom: 20px;
	}
}
 #intro-slide .rotate-image .rotate {
	 transform: rotate(-20.5deg);
	 margin-top: -84px;
	 width: 80%;
	 margin-left: 54px;
}
 .not-found {
	 padding: 50px 0;
	 text-align: center;
	 margin: 0;
}
 .not-found .button {
	 background: #7cc576;
	 color: #fff;
	 padding: 10px;
	 display: inline-block;
}
 .not-found .button:hover {
	 transition: 0.7s;
	 background: #009fe3;
}
 #footer {
	 background: #28556b;
	 padding: 50px 0;
	 color: #fff;
}
 #footer a {
	 color: #fff;
}
 #footer h2 {
	 font-size: 19px;
}
 #footer ul {
	 margin: 15px 0 15px 15px;
	 padding: 0;
}
 #footer ul li {
	 list-style-image: url('https://www.greece-tours.cz/public/ngt24/css/images/li-blue-square.jpg');
	 margin: 5px 0;
	 padding: 0 0 0 5px;
}
 #footer #newsletter .search-form-control-ctrl0, #footer #newsletter .search-form-control-ctrl1 {
	 display: inline-block;
}
 #footer #newsletter .submit {
	 rotate: 47deg;
	 top: 7px;
	 position: relative;
}
 #footer #newsletter .warning {
	 border-radius: 10px;
	 border: 1px solid;
	 padding: 10px;
	 margin: 10px 0;
}
 #footer #newsletter .warning-red {
	 border-color: red;
}
 #footer #newsletter .warning-green {
	 border-color: #7cc576;
}
 #footer #newsletter a.search-form-control-btn0 {
	 margin-left: -35px;
	 position: relative;
	 top: 8px;
}
 #footer #newsletter input[type=text] {
	 background: #367189;
	 color: #fff;
	 font-weight: bold;
	 border: none;
	 height: 40px;
	 padding: 0 40px 0 10px;
}
 #footer #newsletter ::placeholder {
	 color: #fff;
}
 #detail {
	 padding: 0px 0 0 0;
	 margin: 0 0 50px 0;
}
 #detail .gray-background {
	 background: #ededed;
	 padding: 20px 0;
}
 #detail #colorbox {
	 top: 0 !important;
}
 #detail #cboxLoadedContent {
	 overflow-x: hidden !important;
}
 #detail .search-and-result {
	 margin-top: 50px;
}
 #detail .gray-cover {
	 background: #f3f3f3;
	 padding: 10px;
}
 #detail h2 {
	 color: #009fe3;
	 font-size: 18px;
	 line-height: 20px;
	 font-weight: 600;
	 margin-bottom: 10px;
	 margin-top: 20px;
}
 #detail .summary {
	 width: 100%;
	 padding: 20px;
	 color: #fff;
	 background-color: #009fe3;
	 font-size: 18px;
	 line-height: 22px;
	 margin: 0 0 20px 0;
}
 #detail .summary p {
	 padding: 0;
	 margin: 0;
}
 #detail .offer-price {
	 border: 1px solid #009fe3;
	 padding: 10px;
	 text-align: center;
	 margin: 0 auto 30px auto;
	 display: table;
}
 #detail .benefits {
	 margin: 20px 5px 0 10px;
	 padding: 0;
	 font-size: 12px;
}
 #detail .benefits li {
	 display: inline-block;
	 margin: 0 5px 5px 0;
	 padding: 0 10px;
	 border: 1px solid black;
	 border-radius: 10px;
}
 #detail #tabs {
	 margin: 40px 0;
}
 #detail #tabs .nav-pills .nav-link.active, #detail #tabs .nav-pills .show>.nav-link {
	 background: #e3f2fb;
}
 #detail #tabs .nav-tabs {
	 border: none;
}
 #detail #tabs .nav-link {
	 color: #060523;
}
 #detail #tabs .tab-content {
	 background: #e3f2fb;
	 padding: 20px;
}
 #detail #tabs h3 {
	 color: #009fe3;
	 font-size: 15px;
	 line-height: 18px;
	 font-weight: 600;
	 margin: 10px 0;
}
 #detail #tabs p {
	 margin-bottom: 20px;
}
 #detail .breadcrumb {
	 margin-bottom: 20px;
}
 #detail .breadcrumb .fa {
	 margin-right: 10px;
	 font-size: 20px;
	 color: #009fe3;
}
 #detail .breadcrumb a {
	 color: #494744;
}
 #detail .breadcrumb span {
	 margin: 0 5px;
}
 #detail .pagination {
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 #detail .pagination {
	 width: 100%;
	 margin: 20px 0;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 #detail .pagination__status {
	 -webkit-box-ordinal-group: 3;
	 -ms-flex-order: 2;
	 order: 2;
	 margin-right: auto;
}
 #detail .pagination__more {
	 -webkit-box-ordinal-group: 4;
	 -ms-flex-order: 3;
	 order: 3;
	 margin-left: auto;
}
 #detail .pagination__pages {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 100%;
	 flex: 0 0 100%;
	 -webkit-box-ordinal-group: 2;
	 -ms-flex-order: 1;
	 order: 1;
	 margin-bottom: 15px;
}
 #detail .pagination__status {
	 margin-right: auto;
}
 #detail .pagination__status span {
	 color: #019de0;
}
 #detail .pagination__more {
	 margin-left: auto;
	 color: #009fe3;
	 text-decoration: none;
}
 #detail .pagination__more a {
	 color: #009fe3;
}
 #detail .pagination__more:hover {
	 text-decoration: underline;
}
 #detail .pagination__pages {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 #detail .pagination__pages__item, #detail .pagination__pages__item__mw a {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 24px;
	 flex: 0 0 24px;
	 width: 24px;
	 height: 24px;
	 margin: 3px;
	 line-height: 22px;
	 font-size: 16px;
	 border-radius: 2px;
	 font-weight: 700;
	 border: 1px solid #eaeaea;
	 color: #019de0;
	 background-color: #f6f6f6;
	 text-decoration: none;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 #detail .pagination__pages__item:hover, #detail .pagination__pages__item\--active, #detail .pagination__pages__item__mw strong a {
	 color: #fff;
	 border-color: #019de0;
	 background-color: #019de0;
}
 #detail .pagination__pages__item__mw strong {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 24px;
	 flex: 0 0 24px;
	 width: 24px;
	 height: 24px;
	 margin: 3px;
	 line-height: 22px;
	 font-size: 16px;
	 border-radius: 2px;
	 font-weight: 700;
	 border: 1px solid #eaeaea;
	 text-decoration: none;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 #detail .pagination__pages__item\--next, #detail .pagination__pages__item\--next:hover, #detail .pagination__pages__item\--prev, #detail .pagination__pages__item\--prev:hover {
	 border: 0;
	 background-color: transparent;
}
 #detail .pagination__pages__icon {
	 width: 14px;
	 height: 14px;
	 fill: #019de0;
}
 #detail .pagination__pages__item:hover .pagination__pages__icon {
	 fill: #00b2ff;
}
 #detail .pagination__pages__item--prev .pagination__pages__icon {
	 -webkit-transform: rotate(180deg);
	 transform: rotate(180deg);
}
 #detail .pagination__pages__item__mw {
	 display: inherit;
}
 #detail .main-title {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 margin-bottom: 30px;
}
 #detail .main-title h1 {
	 font-size: 36px;
	 line-height: 50px;
	 font-weight: bold;
	 color: #009fe3;
}
 @media (max-width: 768px) {
	 #detail .main-title {
		 margin-bottom: 0px;
	}
	 #detail .main-title h1 {
		 font-size: 20px;
		 line-height: 25px;
	}
}
 #inline_content .action-block .inline.button-more {
	 display: none;
}
 .action-block {
	 overflow-x: hidden !important;
	 margin-top: 20px;
}
 .action-block h2 {
	 color: #009fe3;
	 font-weight: 600;
}
 .action-block .item {
	 padding: 10px;
}
 .action-block .item p {
	 margin: 0;
	 padding: 5px 0;
	 line-height: 18px;
}
 .action-block .item .name {
	 color: #f40634;
	 font-weight: bold;
}
 .action-block .item .button.button--red-faded {
	 opacity: 0.5;
	 background-color: red !important;
}
 .action-block .item .button.button--red-faded:hover {
	 transition: 0.7s;
	 background: red !important;
}
 .action-block .item .button {
	 background: #7cc576;
	 color: #fff;
	 padding: 5px 20px;
	 display: inline-block;
}
 .action-block .item .button:hover {
	 transition: 0.7s;
	 background: #009fe3;
}
 .action-block .odd {
	 background: #ededed;
}
 .button-more {
	 background: #009fe3;
	 color: #fff;
	 padding: 5px 20px;
	 display: inline-block;
	 margin: 20px 0;
	 font-weight: bold;
}
 .button-more:hover {
	 transition: 0.7s;
	 opacity: 0.6;
	 color: #fff;
}
 #search {
	 padding: 50px 0 0 0;
}
 #search .blok-vyberte-si h2 {
	 font-size: 20px;
}
 #search .rollout-FullText .button-more {
	 margin: 0;
}
 #search .showFulltextData .rollout__content {
	 column-count: 3;
	 margin-top: 30px;
}
 @media (max-width: 992px) {
	 #search .showFulltextData .rollout__content {
		 column-count: 1;
	}
}
 #search .showFulltextData ul {
	 margin: 0px 0 15px 15px;
	 padding: 0;
}
 #search .showFulltextData ul li {
	 list-style-image: url('https://www.greece-tours.cz/public/ngt24/css/images/li-blue-square.jpg');
	 margin: 0px 0;
	 padding: 0 0 0 5px;
}
 #search .no-data-result {
	 background: #ededed;
	 padding: 20px;
	 margin-bottom: 20px;
}
 #search .no-data-result a {
	 text-decoration: underline !important;
}
 #search .vyberte-si-zajezd, #search .vyberte-si-zajezd-aktivni-dovolena {
	 padding: 0;
}
 #search .vyberte-si-zajezd li, #search .vyberte-si-zajezd-aktivni-dovolena li {
	 list-style-type: none;
}
 #search .vyberte-si-zajezd h3, #search .vyberte-si-zajezd-aktivni-dovolena h3 {
	 font-size: 18px;
}
 #search .blok-vyberte-si h2 {
	 font-size: 20px;
}
 #search .blok-vyberte-si h3 {
	 color: #009fe3;
	 font-size: 18px;
}
 #search .main-title {
	 margin-bottom: 30px;
}
 #search .main-title h1 {
	 font-size: 25px;
	 line-height: 28px;
	 color: #009fe3;
}
 #search .tabcover-bg {
	 background: url('https://www.greece-tours.cz/public/ngt24/css/images/tabcover-background.svg') no-repeat bottom center;
	 height: 100px;
	 background-size: cover;
}
 #search .breadcrumb {
	 margin-bottom: 20px;
}
 #search .breadcrumb .fa {
	 margin-right: 10px;
	 font-size: 20px;
	 color: #009fe3;
}
 #search .breadcrumb a {
	 color: #494744;
}
 #search .breadcrumb span {
	 margin: 0 5px;
}
 #search .show-info {
	 display: none;
}
 @media (max-width: 768px) {
	 #search .show-info {
		 text-decoration: underline;
		 cursor: pointer;
		 display: block;
		 color: #009fe3;
	}
	 #search #tabs, #search .tabcover-bg {
		 display: none;
	}
}
 #search .tabs_intro {
	 margin-top: 40px;
}
 #search .tabs_intro h2, #search .tabs_intro h3 {
	 margin: 20px 0 10px 0;
}
 #search .tabs_intro .tab-content ul {
	 margin: 15px 0 15px 20px;
	 padding: 0;
}
 #search .tabs_intro .tab-content ul li {
	 list-style-image: url('https://www.greece-tours.cz/public/ngt24/css/images/li-blue-square.jpg');
	 margin: 5px 0;
	 padding: 0 0 0 5px;
}
 #search .tabs_intro .tab-content .destination-tree {
	 margin: 10px 0 10px -8px;
}
 #search .tabs_intro .tab-content .destination-tree li {
	 background: url(https://www.greece-tours.cz/public/ngt24/css/images/li-blue-square.jpg) no-repeat left center;
	 margin: 5px 10px;
	 padding: 0 0 0 16px;
	 list-style-type: none;
	 display: inline-block;
}
 #search .tabs_intro .tab-cover {
	 background: #ededed;
}
 #search .tabs_intro .nav-tabs, #search .tabs_intro .nav-tabs .nav-link {
	 border-bottom: 0;
}
 #search .tabs_intro .nav-tabs .nav-item.show .nav-link, #search .tabs_intro .nav-tabs .nav-link.active {
	 background: #ededed;
	 color: #494744;
}
 #search .tabs_intro .nav-tabs a {
	 color: #494744;
}
 #search .tabs_intro .tab-pane {
	 padding: 20px 0;
}
 #search .tabs_intro .tab-pane h2, #search .tabs_intro .tab-pane h3, #search .tabs_intro .tab-pane h4, #search .tabs_intro .tab-pane h5, #search .tabs_intro .tab-pane h6 {
	 font-size: 19px;
	 line-height: 22px;
	 color: #009fe3;
}
 #search .tabs_intro .tab-pane img {
	 -webkit-box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);
	 -moz-box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);
	 box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);
	 float: left;
	 margin: 15px 15px 15px 0;
	 max-width: 300px;
}
 @media (max-width: 992px) {
	 #search .tabs_intro .tab-pane img {
		 float: none;
		 display: block;
		 margin: 0 auto;
	}
}
 #search .tabs_intro #photo img {
	 float: none;
	 display: inline-block;
	 margin: 2px;
}
 #search .search-and-result {
	 padding: 50px 0;
	 background: #fff;
}
 #search .search-and-result .row {
	 width: 100%;
}
 #search .search-and-result .product {
	 background: #fff;
	 padding: 15px 15px 15px 15px;
	 margin: 0 auto 10px auto;
	 -webkit-box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);
	 -moz-box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);
	 box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);
}
 #search .search-and-result .product a {
	 text-decoration: none;
	 color: #494744;
}
 #search .search-and-result .product .price-action {
	 font-size: 12px;
	 color: #f40634;
}
 #search .search-and-result .product .benefits {
	 margin: 20px 0 0 0;
	 padding: 0;
	 font-size: 12px;
}
 #search .search-and-result .product .benefits li {
	 display: none;
}
 #search .search-and-result .product .benefits li:nth-child(-n+3) {
	 display: inline-block;
	 margin: 0 5px 5px 0;
	 padding: 0 10px;
	 border: 1px solid black;
	 border-radius: 10px;
}
 #search .search-and-result .product .product-image-link {
	 position: relative;
	 background: #fff;
	 width: 100%;
	 display: block;
	 overflow: hidden;
	 max-height: 230px;
}
 #search .search-and-result .product .product-image-link img {
	 width: 100%;
}
 @media (max-width: 992px) {
	 #search .search-and-result .product .product-image-link {
		 height: auto;
	}
	 #search .search-and-result .product .product-image-link img {
		 width: 100%;
		 height: 100%;
	}
}
 #search .search-and-result .product h2 {
	 font-size: 19px;
	 line-height: 22px;
	 margin-bottom: 20px;
	 align-content: center;
	 height: 45px;
	 text-align: left;
	 position: relative;
	 margin: 0 0 10px 0;
}
 #search .search-and-result .product h2 a {
	 color: #009fe3;
	 font-size: 19px;
}
 @media (max-width: 575px) {
	 #search .search-and-result .product h2 {
		 height: auto;
	}
}
 #search .search-and-result .product .sticker {
	 left: -35px;
	 top: -5px;
	 width: 100px;
	 height: 40px;
	 -webkit-transform: rotate(-45deg);
	 transform: rotate(-45deg);
	 position: absolute;
}
 #search .search-and-result .product .sticker .text {
	 width: 100%;
	 left: -1px;
	 bottom: 0px;
	 font-size: 16px;
	 font-weight: 700;
	 color: #fff;
	 text-transform: uppercase;
	 text-align: center;
	 position: absolute;
}
 #search .search-and-result .product ul.location {
	 margin: 0 auto;
	 padding: 0;
}
 #search .search-and-result .product ul.location li {
	 list-style-type: none;
	 display: inline-block;
	 font-size: 12px;
	 line-height: 13px;
}
 #search .search-and-result .product ul.detail {
	 margin: 0;
	 padding: 10px 0;
}
 #search .search-and-result .product ul.detail li {
	 list-style-type: none;
}
 #search .search-and-result .product .button {
	 background: #7cc576;
	 color: #fff;
	 padding: 5px 20px;
	 display: inline-block;
}
 #search .search-and-result .product .button:hover {
	 transition: 0.7s;
	 background: #009fe3;
}
 #search .search-and-result .tab-content {
	 background: #e3f2fb;
	 margin-left: 10px;
	 margin-top: 10px;
	 color: #000;
}
 #search .search-and-result .tab-content h2, #search .search-and-result .tab-content h3, #search .search-and-result .tab-content h4, #search .search-and-result .tab-content h5, #search .search-and-result .tab-content h6 {
	 font-size: 14px;
	 color: #009fe3;
}
 #search .search-and-result .tabs_info .nav-tabs {
	 border: 0;
}
 #search .search-and-result .tabs_info p {
	 margin-bottom: 1px;
}
 #search .search-and-result .tabs_info a {
	 background: #029de0;
	 width: 100%;
	 display: block;
	 color: #fff;
	 position: relative;
}
 #search .search-and-result .tabs_info a .fa {
	 background: #67c4ec;
	 padding: 9px;
	 margin-right: 5px;
}
 #search .search-and-result .tabs_info a:hover {
	 transition: 0.7s;
	 opacity: 0.5;
}
 #search .search-and-result .tabs_info .nav-tabs .nav-item.show .nav-link, #search .search-and-result .tabs_info .nav-tabs .nav-link.active {
	 border: 0;
	 border-radius: 0;
}
 #search .pagination {
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 #search .pagination {
	 width: 100%;
	 margin: 20px 0;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 #search .pagination__status {
	 -webkit-box-ordinal-group: 3;
	 -ms-flex-order: 2;
	 order: 2;
	 margin-right: auto;
}
 #search .pagination__more {
	 -webkit-box-ordinal-group: 4;
	 -ms-flex-order: 3;
	 order: 3;
	 margin-left: auto;
}
 #search .pagination__pages {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 100%;
	 flex: 0 0 100%;
	 -webkit-box-ordinal-group: 2;
	 -ms-flex-order: 1;
	 order: 1;
	 margin-bottom: 15px;
}
 #search .pagination__status {
	 margin-right: auto;
}
 #search .pagination__status span {
	 color: #019de0;
}
 #search .pagination__more {
	 margin-left: auto;
	 color: #009fe3;
	 text-decoration: none;
}
 #search .pagination__more a {
	 color: #009fe3;
}
 #search .pagination__more:hover {
	 text-decoration: underline;
}
 #search .pagination__pages {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 #search .pagination__pages__item, #search .pagination__pages__item__mw a {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 24px;
	 flex: 0 0 24px;
	 width: 24px;
	 height: 24px;
	 margin: 3px;
	 line-height: 22px;
	 font-size: 16px;
	 border-radius: 2px;
	 font-weight: 700;
	 border: 1px solid #eaeaea;
	 color: #019de0;
	 background-color: #f6f6f6;
	 text-decoration: none;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 #search .pagination__pages__item:hover, #search .pagination__pages__item\--active, #search .pagination__pages__item__mw strong a {
	 color: #fff;
	 border-color: #019de0;
	 background-color: #019de0;
}
 #search .pagination__pages__item__mw strong {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 24px;
	 flex: 0 0 24px;
	 width: 24px;
	 height: 24px;
	 margin: 3px;
	 line-height: 22px;
	 font-size: 16px;
	 border-radius: 2px;
	 font-weight: 700;
	 border: 1px solid #eaeaea;
	 text-decoration: none;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 #search .pagination__pages__item\--next, #search .pagination__pages__item\--next:hover, #search .pagination__pages__item\--prev, #search .pagination__pages__item\--prev:hover {
	 border: 0;
	 background-color: transparent;
}
 #search .pagination__pages__icon {
	 width: 14px;
	 height: 14px;
	 fill: #019de0;
}
 #search .pagination__pages__item:hover .pagination__pages__icon {
	 fill: #00b2ff;
}
 #search .pagination__pages__item--prev .pagination__pages__icon {
	 -webkit-transform: rotate(180deg);
	 transform: rotate(180deg);
}
 #search .pagination__pages__item__mw {
	 display: inherit;
}
 #search-form-searching, #search-form-searching2 {
	 position: relative;
	 margin-bottom: 50px;
	 z-index: 10;
}
 #search-form-searching ::placeholder, #search-form-searching2 ::placeholder {
	 color: #212529;
}
 #search-form-searching .children-select, #search-form-searching2 .children-select {
	 display: none;
}
 #search-form-searching .show-children-select, #search-form-searching2 .show-children-select {
	 border-top-right-radius: .25rem;
	 border-bottom-right-radius: .25rem;
	 background: white;
	 line-height: 36px;
	 padding: 0 0 0 10px;
}
 #search-form-searching .close-children, #search-form-searching2 .close-children {
	 background: #7cc576;
	 display: inline-block;
	 color: white;
	 padding: 0 10px;
	 border-radius: 0;
	 margin: 10px 0;
	 cursor: pointer;
}
 #search-form-searching input[type="checkbox"], #search-form-searching2 input[type="checkbox"] {
	 margin-right: 3px;
	 height: 23px;
	 vertical-align: top;
}
 #search-form-searching ul, #search-form-searching2 ul {
	 margin: 0;
	 padding: 0;
}
 #search-form-searching .search-form-control-ctrl0, #search-form-searching2 .search-form-control-ctrl0 {
	 margin-right: auto;
}
 #search-form-searching .fa, #search-form-searching2 .fa {
	 color: #009fe3;
}
 #search-form-searching label.has-width, #search-form-searching2 label.has-width {
	 width: 41px;
}
 #search-form-searching .form-check-inline, #search-form-searching2 .form-check-inline {
	 margin-top: 10px;
}
 #search-form-searching .form-check-inline label, #search-form-searching2 .form-check-inline label {
	 margin-right: 10px;
	 margin-left: 5px;
}
 #search-form-searching .form-check-inline div, #search-form-searching2 .form-check-inline div {
	 display: inline-block;
}
 #search-form-searching h1, #search-form-searching .choose-term, #search-form-searching2 h1, #search-form-searching2 .choose-term {
	 font-weight: 200;
	 font-size: 30px;
	 color: #d6d6d6;
	 margin-bottom: 30px;
}
 #search-form-searching .form, #search-form-searching2 .form {
	 background: #fff;
	 padding: 0;
}
 #search-form-searching .search-form-control-ctrl0 input, #search-form-searching2 .search-form-control-ctrl0 input {
	 width: 99.9%;
}
 @media (max-width: 720px) {
	 #search-form-searching form, #search-form-searching2 form {
		 margin-top: 0;
	}
}
 #search-form-searching ul.checkboxes, #search-form-searching2 ul.checkboxes {
	 margin: 0;
	 padding: 0;
}
 #search-form-searching ul.checkboxes li, #search-form-searching2 ul.checkboxes li {
	 list-style-type: none;
	 display: inline-block;
	 margin-left: 5px;
}
 #search-form-searching ul.checkboxes li:first-child, #search-form-searching2 ul.checkboxes li:first-child {
	 margin-left: 0;
}
 #search-form-searching .filter__submit, #search-form-searching2 .filter__submit {
	 display: none;
}
 @media (max-width: 990px) {
	 #search-form-searching .filter__submit, #search-form-searching2 .filter__submit {
		 display: block;
	}
	 #search-form-searching .button, #search-form-searching2 .button {
		 background: #7cc576;
		 border: 0;
		 color: #fff;
		 width: auto;
		 padding: 5px 20px;
		 margin: 20px auto;
		 display: inline-block;
	}
	 #search-form-searching .button:hover, #search-form-searching2 .button:hover {
		 transition: 0.7s;
		 background: #009fe3;
	}
}
 #search-form-searching .input-group, #search-form-searching2 .input-group {
	 margin-bottom: 5px;
}
 #search-form-searching .input-group>div, #search-form-searching2 .input-group>div {
	 flex: 1 1 auto;
	 width: 1%;
	 min-width: 0;
	 border-top-left-radius: 0;
	 border-bottom-left-radius: 0;
}
 #search-form-searching .form-control, #search-form-searching .form-select, #search-form-searching2 .form-control, #search-form-searching2 .form-select {
	 border-top-left-radius: 0;
	 border-bottom-left-radius: 0;
	 text-align: left !important;
}
 #search-form-searching .select-next-offer, #search-form-searching2 .select-next-offer {
	 border-bottom: 1px solid #d3d3d3;
	 display: block;
	 padding: 10px;
	 color: #494744;
	 font-size: 14px;
	 font-weight: bold;
	 background: url('https://www.greece-tours.cz/public/ngt24/css/images/blue-arrow-down.svg') no-repeat center right;
	 background-size: 30px;
}
 #search-form-searching .select-next-offer.collapsed, #search-form-searching2 .select-next-offer.collapsed {
	 background: url('https://www.greece-tours.cz/public/ngt24/css/images/blue-arrow-right.svg') no-repeat center right;
	 background-size: 30px;
}
 #search-form-searching .checkbox-list, #search-form-searching2 .checkbox-list {
	 margin: 10px 0;
}
 #search-form-searching .checkbox-list ul, #search-form-searching2 .checkbox-list ul {
	 margin: 0px;
	 padding: 0;
}
 #search-form-searching .checkbox-list ul li, #search-form-searching2 .checkbox-list ul li {
	 margin: 5px 0;
	 padding: 0;
	 list-style-type: none;
}
 #search-form-searching .checkbox-list ul li input, #search-form-searching2 .checkbox-list ul li input {
	 margin-right: 10px;
}
 .sorting-action {
	 display: inline-block;
	 width: 50%;
}
 .show-searching, .close-search-form {
	 display: none;
}
 @media (max-width: 960px) {
	 .show-searching {
		 display: inline-block;
	}
}
 .show-searching {
	 margin-right: 20px;
	 font-size: 20px;
	 font-family: Titillium Web, Arial, sans-serif;
}
 .show-searching .fa-list:before {
	 padding-right: 10px;
}
 .show-searching .fa {
	 color: #009fe3;
	 padding: 10px;
}
 @media (max-width: 999px) {
	 #search-form-searching {
		 left: 0;
		 top: 50px;
		 width: 100%;
		 height: calc(50%);
		 z-index: 1000;
		 background-color: #fff;
		 position: fixed;
		 overflow: auto;
		 padding: 20px;
		 display: none;
	}
	 .close-search-form {
		 position: fixed;
		 right: 20px;
		 top: 70px;
		 z-index: 1000001;
		 border: 1px solid #009fe3;
		 background: white;
		 border-radius: 20px;
		 width: 40px;
		 height: 40px;
		 display: inline-flex;
		 align-items: center;
	}
	 .close-search-form .fa {
		 margin: 0 auto;
	}
}
 @media (min-width: 999px) {
	 #search-form-searching {
		 display: block !important;
	}
}
 #request {
	 padding: 0px 0 0 0;
	 margin: 0 0 50px 0;
}
 #request ul.arrow {
	 margin: 20px 0;
	 padding: 0;
}
 #request ul.arrow li {
	 background: url('https://www.greece-tours.cz/public/ngt24/css/images/right-arrow-blue.svg') no-repeat left center;
	 background-size: 10px;
	 padding: 0 0 0 20px;
	 list-style-type: none;
	 color: #7f7f7f;
}
 #request ul.arrow li:hover {
	 opacity: 0.5;
	 transition: 0.2s;
}
 #request ul.arrow a {
	 color: #000;
}
 #request .fa {
	 color: #009fe3;
}
 #request label.has-width {
	 width: 41px;
}
 #request .input-group {
	 margin-bottom: 5px;
}
 #request .input-group>div {
	 flex: 1 1 auto;
	 width: 1%;
	 min-width: 0;
	 border-top-left-radius: 0;
	 border-bottom-left-radius: 0;
}
 #request .form-control, #request .form-select {
	 border-top-left-radius: 0;
	 border-bottom-left-radius: 0;
	 text-align: left !important;
	 width: 100%;
}
 #request textarea.form-control {
	 border-radius: .25rem;
	 text-align: left !important;
	 width: 100%;
}
 #request .missing span {
	 display: none;
}
 @media (max-width: 1140px) {
	 #request .form-control, #request .form-select {
		 width: 100%;
	}
}
 #request .form {
	 display: inline-block;
	 width: auto;
}
 #request .form textarea {
	 width: 100%;
	 margin-bottom: 10px;
}
 @media (min-width: 1140px) {
	 #request .div-order-1 {
		 order: 1;
	}
	 #request .div-order-2 {
		 order: 2;
	}
}
 @media (max-width: 1140px) {
	 #request .div-order-1 {
		 order: 2;
	}
	 #request .div-order-2 {
		 order: 1;
	}
}
 #request .button input {
	 background: #7cc576;
	 border: 0;
	 color: #fff;
	 width: auto;
	 padding: 5px 20px;
	 display: inline-block;
}
 #request .button input:hover {
	 transition: 0.7s;
	 background: #009fe3;
}
 #reservation {
	 padding: 0px 0 0 0;
	 margin: 0 0 50px 0;
}
 #reservation #printf {
	 display: none;
}
 #reservation h4 {
	 font-size: 19px;
	 color: #009fe3;
	 margin: 20px 0px;
}
 #reservation h4 a {
	 color: #009fe3;
	 display: inline-block;
	 background: url('https://www.greece-tours.cz/public/ngt24/css/images/right-arrow-blue.svg') no-repeat right center;
	 background-size: 10px;
	 padding-right: 20px;
}
 #reservation .rsv-reservationoption-selection {
	 color: #fff;
}
 #reservation .rsv-item-type-icon {
	 right: 20px;
	 top: 50%;
	 width: 22px;
	 height: 22px;
	 margin-top: -11px;
	 fill: #fff;
	 position: absolute;
	 transform: rotate(0deg);
	 background: url(https://www.greece-tours.cz/public/ngt24/css/images/right-arrow-blue.svg) no-repeat;
}
 #reservation .m-active .rsv-item-type-icon {
	 transform: rotate(90deg);
}
 #reservation .summary {
	 width: 100%;
	 padding: 20px;
	 color: #fff;
	 background-color: #009fe3;
	 font-size: 18px;
	 line-height: 22px;
	 margin: 0 0 20px 0;
	 height: 100%;
}
 #reservation .summary p {
	 padding: 0;
	 margin: 0 0 10px 0;
}
 #reservation .gray-cover {
	 background: #f3f3f3;
	 padding: 20px;
}
 #reservation .gray-cover h2 {
	 font-size: 34px;
}
 #reservation .gray-cover h3 {
	 font-size: 15px;
}
 #reservation .line {
	 border: 1px solid #f3f3f3;
	 padding: 10px;
	 margin: 30px 0;
}
 #reservation table {
	 border-collapse: collapse;
}
 #reservation .color-light-blue {
	 color: #009fe3;
}
 #reservation .final-price {
	 font-size: 19px;
	 font-weight: bold;
}
 #reservation label.has-width {
	 width: 41px;
}
 #reservation .input-group {
	 margin-bottom: 5px;
}
 #reservation .fa {
	 color: #009fe3;
}
 #reservation .input-group.baseline {
	 align-items: baseline;
}
 #reservation .input-group.baseline span {
	 margin-right: 10px;
}
 #reservation .input-group>div {
	 flex: 1 1 auto;
	 width: 1%;
	 min-width: 0;
	 border-top-left-radius: 0;
	 border-bottom-left-radius: 0;
}
 #reservation .form-control, #reservation .form-select {
	 border-top-left-radius: 0;
	 border-bottom-left-radius: 0;
	 text-align: left !important;
	 width: 100%;
}
 @media (max-width: 1140px) {
	 #reservation .form-control, #reservation .form-select {
		 width: 100%;
	}
}
 #reservation .button {
	 background: #7cc576;
	 border: 0;
	 color: #fff;
	 width: auto;
	 padding: 5px 20px;
	 display: inline-block;
	 font-size: 13px;
}
 #reservation .button:hover {
	 transition: 0.7s;
	 background: #009fe3;
}
 #reservation select.form-select.rounded {
	 border-radius: 5px !important;
}
 #reservation textarea {
	 min-height: 167px;
}
 #reservation ul.arrow {
	 margin: 20px 0;
	 padding: 0;
}
 #reservation ul.arrow li {
	 background: url('https://www.greece-tours.cz/public/ngt24/css/images/right-arrow-blue.svg') no-repeat left center;
	 background-size: 10px;
	 padding: 0 0 0 20px;
	 list-style-type: none;
	 color: #7f7f7f;
}
 #reservation ul.arrow li:hover {
	 opacity: 0.5;
	 transition: 0.2s;
}
 #reservation ul.arrow a {
	 color: #000;
}
 #reservation .rsv-items .rsv-item-name, #reservation .rsv-items .rsv-item-price-flag-name {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 100%;
	 flex: 0 0 100%;
}
 @media (max-width: 719px) {
	 #reservation .rsv-items td {
		 position: relative;
	}
}
 #reservation .rsv-contact tr td.rsv-sex-input {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 calc(-40%);
	 flex: 0 0 calc(-40%);
}
 .reservation table.rsv-title {
	 width: auto;
	 margin: 0 auto;
}
 .rsv-title-container {
	 margin-top: 20px;
	 margin-bottom: 20px;
	 width: 100%;
	 padding: 10px 20px;
	 margin-left: auto;
	 background-color: #f6f6f6;
}
 .reservation table {
	 width: 100%;
}
 .rsv-title-container .rsv-title .rsv-term {
	 display: none;
}
 .rsv-title-container .rsv-name {
	 padding: 0;
	 font-size: 39px;
	 background-color: transparent;
	 color: #494744;
}
 .rsv-title td {
	 text-align: center;
}
 .rsv-term-summary {
	 width: 100%;
	 padding: 20px;
	 margin-left: auto;
	 background-color: #009fe3;
}
 .rsv-term-summary th {
	 font-weight: 500;
	 font-size: 18px;
	 color: #fff;
	 text-align: left;
}
 .rsv-term-summary table tr td, .rsv-term-summary table tr td:last-child {
	 color: #fff;
	 padding: 0;
	 text-align: left;
	 background-color: transparent;
}
 .rsv-rooms-summary {
	 width: 100%;
	 padding: 5px 20px 10px;
	 margin-bottom: 20px;
	 margin-left: auto;
	 background-color: #009fe3;
}
 .rsv-rooms-summary-headline {
	 font-weight: 500;
	 font-size: 18px;
	 color: #fff;
}
 .rsv-rooms-summary-roomlabel {
	 font-size: 16px;
	 font-weight: 500;
	 padding-left: 0;
	 color: #fff;
}
 .rsv-infant-label {
	 margin-left: 10px;
}
 .rsv-rooms-summary-roomvalue {
	 text-align: left;
	 padding-right: 0;
}
 .reservation select {
	 padding: 0 24px 0 5px;
	 height: 26px;
	 border-color: #cbcbcb;
	 font-family: titillium, sans-serif;
	 outline: none;
}
 .rsv-rooms-summary-roomvalue select {
	 width: 100%;
	 padding: 0 24px 0 5px;
	 height: 26px;
	 border-color: #cbcbcb;
	 font-family: titillium, sans-serif;
	 outline: none;
}
 .rsv-rooms-summary-controls {
	 text-align: right;
}
 .rsv-rooms-summary-addroom, .rsv-rooms-summary-removeroom, .rsv-removecurrentroom-button {
	 margin-top: 10px;
	 padding: 7px 10px 5px;
	 border-radius: 5px;
	 font-size: 12px;
	 color: #fff;
	 background-color: #42cc9d;
	 border: none;
	 text-transform: uppercase;
	 cursor: pointer;
}
 .rsv-room-headlinenumber, .rsv-item-type {
	 width: 100%;
	 padding: 10px 60px 10px 20px;
	 margin: 0;
	 font-size: 19px;
	 color: #009fe3;
	 margin: 20px 0px;
	 text-transform: none;
	 position: relative;
	 cursor: pointer;
}
 .rsv-persons {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 padding: 0 20px 20px;
	 margin-bottom: 10px;
	 border-top: 0;
}
 .rsv-adults-total {
	 margin-right: 50px;
}
 .rsv-transfer {
	 display: none;
}
 .rsv-extendedgroup {
	 margin-bottom: 10px;
	 border-bottom: 1px solid #ccc;
	 position: relative;
}
 .rsv-item-block, .rsv-item-block>tbody>tr {
	 width: 100%;
}
 .rsv-item-block>tbody>tr {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 .rsv-item-type-icon {
	 right: 20px;
	 top: 50%;
	 width: 22px;
	 height: 22px;
	 margin-top: -11px;
	 fill: #fff;
	 position: absolute;
	 transform: rotate(31deg);
}
 .rsv-item-type.m-active .rsv-item-type-icon {
	 -webkit-transform: rotate(180deg);
	 transform: rotate(120deg);
}
 .rsv-items-cont {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 100%;
	 flex: 0 0 100%;
	 padding: 0 20px;
}
 .optional-fees {
	 display: block;
}
 .rsv-items {
	 margin-bottom: 10px;
	 text-align: left;
}
 .rsv-items td {
	 padding: 3px 0;
}
 .rsv-items td:empty {
	 display: none;
}
 .rsv-items select {
	 padding: 0 24px 0 5px;
	 height: 26px;
	 width: 70px;
	 border-color: #cbcbcb;
	 font-family: titillium, sans-serif;
	 outline: none;
}
 .rsv-items .rsv-item-count {
	 position: relative;
	 width: 70px;
}
 .rsv-items .rsv-item-price {
	 width: 100px;
	 font-size: 18px;
	 padding-right: 20px;
	 text-align: right;
	 white-space: nowrap;
}
 .rsv-items .rsv-item-total {
	 width: 100px;
	 padding: 3px 3px 3px 20px;
	 font-weight: 700;
	 font-size: 18px;
	 text-align: right;
}
 .rsv-items .rsv-item-currency {
	 width: 30px;
	 font-weight: 700;
	 font-size: 18px;
	 text-align: left;
}
 .rsv-items .rsv-item-note {
	 display: none;
}
 .rsv-items .rsv-item-name-popup {
	 width: 14px;
	 height: 14px;
	 line-height: 12px;
	 border-radius: 50%;
	 margin-left: 3px;
	 color: #fff;
	 background-color: #019de0;
	 vertical-align: top;
	 display: inline-block;
	 text-align: center;
	 position: relative;
}
 .rsv-items .rsv-item-name-popup span {
	 display: none;
	 position: absolute;
	 text-align: left;
	 left: 0;
	 top: 0;
	 z-index: 999;
	 width: 240px;
	 border-radius: 3px;
	 padding: 7px;
	 font-size: 12px;
	 color: #000;
	 background-color: #fff;
	 border: 1px solid #019de0;
}
 .rsv-items .rsv-item-name-popup:hover span {
	 display: block;
}
 .rsv-items .rsv-item-name-popup:after {
	 content: "?";
	 font-weight: 500;
	 font-size: 12px;
}
 .rsv-discount {
	 padding: 10px 20px;
}
 .rsv-discount input[type=checkbox] {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 16px;
	 flex: 0 0 16px;
	 width: 16px;
	 height: 16px;
	 margin-right: 10px;
	 outline: 0;
}
 .rsv-discount table tr td, .rsv-discount table tr td:last-child {
	 padding: 0;
}
 .rsv-discount-name {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .rsv-discount-desc {
	 text-align: right;
}
 .rsv-total-price {
	 padding: 0 10px;
}
 .rsv-total-price table tr {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: end;
	 -ms-flex-pack: end;
	 justify-content: flex-end;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .rsv-total-price-label {
	 font-size: 16px;
}
 .rsv-total-price-value {
	 font-size: 24px;
	 font-weight: 700;
}
 .rsv-discountcode {
	 height: 48px;
	 margin-top: -48px;
	 padding: 0 20px;
}
 .rsv-discountcode table tr td, .rsv-discountcode table tr td:last-child {
	 padding: 0 20px 0 0;
}
 .rsv-discountcode table tr {
	 height: 48px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .rsv-discountcode th {
	 padding-right: 20px;
	 font-size: 18px;
}
 .reservation input[type=submit] {
	 margin: 2px 0;
	 background: #7cc576;
	 border: 0;
	 color: #fff;
	 width: auto;
	 padding: 5px 20px;
	 display: inline-block;
}
 .reservation input[type=submit]:hover {
	 transition: 0.7s;
	 background: #009fe3;
}
 .rsv-step3 {
	 margin-top: 20px;
	 padding: 20px;
	 font-size: 16px;
	 background-color: #f6f6f6;
	 font-weight: 500;
	 border-bottom: 0;
}
 .rsv-contact tr td.rsv-sex-input {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 calc(-40%);
	 flex: 0 0 calc(-40%);
}
 .rsv-contact {
	 padding: 0 20px 20px;
	 background-color: #f6f6f6;
	 border-top: 0;
}
 .rsv-contact .rsv-contact {
	 border: 0;
}
 .rsv-contact strong {
	 font-weight: 500;
}
 .rsv-contact tbody {
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 .rsv-contact tbody, .rsv-contact tr {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .rsv-contact tr {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 100%;
	 flex: 0 0 100%;
}
 .rsv-contact tr:nth-child(4), .rsv-contact tr:nth-child(5) {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 50%;
	 flex: 0 0 50%;
}
 .rsv-contact tr td:first-child, .rsv-contact tr td:nth-child(3) {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 140px;
	 flex: 0 0 140px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: end;
	 -ms-flex-pack: end;
	 justify-content: flex-end;
}
 .rsv-contact tr td:nth-child(2), .rsv-contact tr td:nth-child(4) {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 calc(-90%);
	 flex: 0 0 calc(-90%);
	 min-width: 200px;
}
 .rsv-contact tr:nth-child(5) td:nth-child(3), .rsv-contact tr:nth-child(5) td:nth-child(4) {
	 display: none;
}
 .rsv-contact input[type=text] {
	 width: 100% !important;
}
 .rsv-contact select {
	 width: 100%;
	 height: 30px;
	 border: 1px solid #ced4da;
	 border-radius: 4px;
}
 .rsv-contact .rsv-person-cell-container {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 width: 100%;
}
 .rsv-contact .calendar-image, .rsv-contact .rsv-birthdate-format {
	 display: none;
}
 .rsv-contact .rsv-note {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .rsv-contact .rsv-note strong {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 140px;
	 flex: 0 0 140px;
	 padding: 5px 10px;
	 text-align: right;
}
 .rsv-person-cell-container .rsv-required-field {
	 background-color: #f6f678;
}
 .rsv-contact .rsv-note textarea {
	 width: 100%;
	 height: 70px;
	 margin: 1px 0;
	 border: 1px solid #ced4da;
	 font-family: titillium, sans-serif;
	 resize: none;
	 outline: none;
	 border-radius: 4px;
}
 .rsv-contact .rsv-city-input input {
	 max-width: 49% !important;
}
 .rsv-agreement {
	 width: 100%;
	 padding: 20px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: table-footer-group;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .rsv-agreement input[type=checkbox] {
	 width: 16px;
	 height: 16px;
	 margin-right: 10px;
	 outline: 0;
}
 .rsv-agreement a span {
	 padding: 0 5px;
}
 .rsv-btn-place {
	 text-align: center;
	 margin: 0px 0;
}
 .rsv-continuebutton1, .save-persons input {
	 padding: 10px 30px;
	 font-weight: 500;
	 color: #fff;
	 background-color: #019de0;
	 text-transform: uppercase;
	 cursor: pointer;
	 border: 0;
}
 .rsv-validator span:first-child {
	 position: relative;
	 float: left;
	 color: red;
	 text-align: center;
	 text-transform: uppercase;
	 font-size: 22px;
	 padding: 20px;
	 font-weight: 700;
	 width: 100%;
	 height: auto;
	 z-index: 1;
}
 .reservation h1 {
	 display: none;
}
 .reservation input[type=text] {
	 padding: 0 10px;
	 height: 30px;
	 border: 1px solid #ced4da !important;
	 outline: none;
	 border-radius: 4px;
	 margin: 2px 0;
}
 @media (max-width: 719px) {
	 #reservation .rsv-items .rsv-item-name, #reservation .rsv-items .rsv-item-price-flag-name {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 0 100%;
		 flex: 0 0 100%;
	}
}
 @media (max-width: 719px) {
	 #reservation .rsv-items td {
		 position: relative;
	}
}
 @media (max-width: 719px) {
	 #reservation .rsv-items tr {
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 -ms-flex-wrap: wrap;
		 flex-wrap: wrap;
		 border-top: 1px solid #ccc;
		 margin-top: 10px;
		 padding-top: 10px;
	}
}
 @media (max-width: 719px) {
	 #reservation .rsv-term-summary tr {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 0 50%;
		 flex: 0 0 50%;
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
}
 @media (max-width: 719px) {
	 #reservation .rsv-term-summary th {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 0 50px;
		 flex: 0 0 50px;
		 font-size: 15px;
	}
}
 @media (max-width: 719px) {
	 #reservation .rsv-term-summary tbody, #reservation .rsv-term-summary tr {
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
	}
}
 @media (max-width: 719px) {
	 .rsv-term-summary tbody, .rsv-term-summary tr {
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
	}
}
 @media (max-width: 719px) {
	 .rsv-term-summary table tr td, .rsv-term-summary table tr td:last-child {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 0 50px;
		 flex: 0 0 50px;
	}
}
 @media (max-width: 719px) {
	 .rsv-discountcode {
		 width: 100%;
		 height: auto;
		 margin: 0;
		 padding: 0;
	}
}
 .rsv-discountcode table tr {
	 height: 48px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 @media (max-width: 719px) {
	 .rsv-discountcode table tr {
		 -ms-flex-wrap: wrap;
		 flex-wrap: wrap;
	}
}
 @media (max-width: 719px) {
	 .rsv-discountcode table tr td, .rsv-discountcode table tr td:last-child {
		 padding-right: 5px;
		 padding: 0;
		 -webkit-box-flex: 0;
		 -ms-flex: 0 0 calc(48%);
		 flex: 0 0 calc(48%);
	}
}
 @media (max-width: 719px) {
	 .rsv-discountcode table tr td, .rsv-discountcode table tr td:last-child {
		 padding-right: 5px;
		 padding: 0;
		 -webkit-box-flex: 0;
		 -ms-flex: 0 0 calc(48%);
		 flex: 0 0 calc(48%);
	}
}
 @media (max-width: 719px) {
	 .rsv-contact tr td:nth-child(2), .rsv-contact tr td:nth-child(4) {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 0 100%;
		 flex: 0 0 100%;
	}
}
 @media (max-width: 719px) {
	 .rsv-contact tr {
		 -ms-flex-wrap: wrap;
		 flex-wrap: wrap;
	}
}
 .rsv-contact tbody, .rsv-contact tr {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 @media (max-width: 719px) {
	 .rsv-contact tr td:first-child, .rsv-contact tr td:nth-child(3) {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 0 100%;
		 flex: 0 0 100%;
		 -webkit-box-pack: start;
		 -ms-flex-pack: start;
		 justify-content: flex-start;
	}
}
 @media (max-width: 719px) {
	 .rsv-contact .rsv-note strong {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 0 100%;
		 flex: 0 0 100%;
		 text-align: left;
	}
}
 @media (max-width: 719px) {
	 .rsv-contact .rsv-note {
		 -ms-flex-wrap: wrap;
		 flex-wrap: wrap;
	}
}
 .rsv-contact .rsv-person-cell-container {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 width: 100%;
}
 @media (max-width: 719px) {
	 .rsv-contact tr:nth-child(5) td:nth-child(2) {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 0 100%;
		 flex: 0 0 100%;
	}
}
 .rsv-contact input[type=text] {
	 width: 100% !important;
}
 @media (max-width: 719px) {
	 .rsv-contact tr:nth-child(5) td:nth-child(2) {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 0 100%;
		 flex: 0 0 100%;
	}
}
 @media (max-width: 719px) {
	 .rsv-discountcode th {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 0 100%;
		 flex: 0 0 100%;
		 padding: 0 0 5px;
		 font-size: 16px;
		 line-height: 1.2;
		 text-align: left;
	}
}
 .detailLink {
	 display: inline-block;
	 background: url('https://www.greece-tours.cz/public/ngt24/css/images/right-arrow-blue.svg') no-repeat right center;
	 background-size: 10px;
	 padding-right: 20px;
	 color: #7f7f7f;
}
 .detailLink:hover {
	 opacity: 0.5;
	 transition: 0.2s;
}
 section#tips {
	 padding: 0px 0 50px 0;
	 margin: 0;
}
 section#tips .main-image {
	 width: 100%;
}
 section#tips .intro-text {
	 margin-bottom: 30px;
}
 section#tips .header-and-subheader {
	 margin: 40px 0;
	 text-align: center;
}
 section#tips .header-and-subheader h1 {
	 color: #057faa;
	 font-size: 40px;
	 line-height: 43px;
}
 section#tips .header-and-subheader h2 {
	 color: #009fe3;
	 font-size: 30px;
	 line-height: 33px;
}
 section#tips .padding {
	 padding: 2px;
}
 section#tips .box {
	 width: 100%;
	 height: 230px;
	 display: inline-flex;
	 align-items: end;
	 font-size: 30px;
	 line-height: 30px;
	 color: #fff;
	 background-size: cover;
	 margin-top: -50%;
	 padding: 10px;
}
 section#tips .box span {
	 font-size: 20px;
}
 section#tips .box:hover {
	 opacity: 0.9;
	 height: 210px;
}
 @media (max-width: 999px) {
	 section#tips .box {
		 margin-top: 0;
	}
	 section#tips .box:hover {
		 opacity: 0.9;
		 height: 230px;
		 cursor: pointer;
	}
}
 section#tips .box-1 {
	 background: #009fe3 url('https://www.greece-tours.cz/public/ngt24/css/images/tips-box-background.png') no-repeat;
	 background-size: cover;
}
 section#tips .box-2 {
	 background: #e3009f url('https://www.greece-tours.cz/public/ngt24/css/images/tips-box-background.png') no-repeat;
	 background-size: cover;
}
 section#tips .box-3 {
	 background: #8bba08 url('https://www.greece-tours.cz/public/ngt24/css/images/tips-box-background.png') no-repeat;
	 background-size: cover;
}
 section#tips .box-4 {
	 background: #e34400 url('https://www.greece-tours.cz/public/ngt24/css/images/tips-box-background.png') no-repeat;
	 background-size: cover;
}
 section#tips .box-5 {
	 background: #b600e3 url('https://www.greece-tours.cz/public/ngt24/css/images/tips-box-background.png') no-repeat;
	 background-size: cover;
}
 @media (max-width: 999px) {
	 section#tips .box {
		 background-size: cover;
	}
	 section#tips .image {
		 margin-bottom: 10px;
	}
}
 section#tips .tips .tip {
	 padding: 20px;
	 background: #f7f8f8;
	 margin: 4px 0;
}
 section#tips .tips .tip .date {
	 display: inline-block;
	 padding: 5px 10px 5px 9.6%;
	 margin-left: -20px;
	 background: #fcfcfc;
	 margin-bottom: 20px;
	 opacity: 0.8;
}
 section#tips .tips .tip h3 {
	 font-size: 30px;
	 color: #134a5e;
	 position: relative;
}
 section#tips .tips .tip h3:before {
	 content: "";
	 position: absolute;
	 bottom: -5px;
	 left: 0;
	 width: 10%;
	 height: 2px;
	 background-color: #134a5e;
}
 section#tips .tips .tip .button {
	 background: #009fe3;
	 border: 0;
	 color: #fff;
	 width: auto;
	 padding: 5px 20px;
	 display: inline-block;
}
 section#tips .tips .tip .button:hover {
	 transition: 0.7s;
	 background: #7cc576;
}
 section#tips .tips .tip img {
	 -webkit-box-shadow: 17px 6px 82px -47px rgba(0,0,0,0.82);
	 -moz-box-shadow: 17px 6px 82px -47px rgba(0,0,0,0.82);
	 box-shadow: 17px 6px 82px -47px rgba(0,0,0,0.82);
}
 section#tips .tips > :nth-child(2n) {
	 background: #eff0f1;
}
 section#tips .tips > :nth-child(2n) h3 {
	 font-size: 30px;
	 color: #494744;
}
 #navigation {
	 padding: 0px 0 0 0;
}
 #navigation .gray-background {
	 background: #ededed;
	 padding: 20px 0;
}
 #navigation .breadcrumb {
	 margin: 0;
}
 #navigation .breadcrumb .fa {
	 margin-right: 10px;
	 font-size: 20px;
	 color: #009fe3;
}
 #navigation .breadcrumb a {
	 color: #494744;
}
 #navigation .breadcrumb span {
	 margin: 0 5px;
}
 section#partners {
	 padding: 50px 0 50px 0;
	 margin: 0;
}
 section#partners .login-label span, section#partners .password-label span {
	 padding-right: 5px;
	 display: block;
	 font-weight: bold;
}
 section#partners .error_message {
	 color: red;
}
 section#partners td {
	 padding: 5px 0;
	 vertical-align: middle;
}
 section#partners .ico .form-control {
	 width: auto !important;
}
 section#partners input[type=submit] {
	 background: #7cc576;
	 border: 0;
	 color: #fff;
	 width: auto;
	 padding: 5px 20px;
	 display: inline-block;
}
 section#partners input[type=submit]:hover {
	 transition: 0.7s;
	 background: #009fe3;
}
 section#online {
	 padding: 50px 0 50px 0;
	 margin: 0;
}
 section#online td span.label {
	 padding-right: 2px;
	 display: block;
	 font-weight: bold;
}
 section#online .button {
	 background: #7cc576;
	 border: 0;
	 color: #fff;
	 width: auto;
	 padding: 5px 20px;
	 display: inline-block;
}
 section#online .button:hover {
	 transition: 0.7s;
	 background: #009fe3;
}
 section#aboutgreece {
	 padding: 0px 0 50px 0;
	 margin: 0;
	 background: url('https://www.greece-tours.cz/public/ngt24/css/images/aboutgreece-background.png') no-repeat center bottom;
}
 section#aboutgreece .rollout__header__icon {
	 display: none;
}
 section#aboutgreece .button {
	 background: #7cc576;
	 border: 0;
	 color: #fff;
	 width: auto;
	 padding: 5px 20px;
	 display: inline-block;
}
 section#aboutgreece .button:hover {
	 transition: 0.7s;
	 background: #009fe3;
}
 section#aboutgreece .uvodni_blok {
	 margin-bottom: 30px;
}
 section#aboutgreece .uvodni_blok img {
	 max-width: 100%;
}
 section#aboutgreece .katalog-obal .obalky-katalogu {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 section#aboutgreece .katalog-obal .obalky-katalogu .katalog {
	 margin: 15px 0 0 5px;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 123px;
	 flex: 0 0 123px;
	 width: 123px;
	 color: #fff;
	 vertical-align: top;
	 border: 0;
}
 section#aboutgreece .katalog-obal .obalky-katalogu .katalog img {
	 max-width: 100%;
}
 section#aboutgreece .tipy-a-zajimavosti .clanek, section#aboutgreece .napsali-jste-nam .clanek {
	 padding: 30px;
}
 section#aboutgreece .tipy-a-zajimavosti>:nth-child(2n), section#aboutgreece .napsali-jste-nam>:nth-child(2n) {
	 background-color: #e3f2fb;
}
 section#aboutgreece .clanek-odkaz a {
	 font-size: 25px;
}
 section#aboutgreece .left-side {
	 position: relative;
}
 section#aboutgreece .left-side ul ul {
	 display: none;
}
 section#aboutgreece .left-side ul li.nav-sidebar__item--active ul {
	 display: block;
}
 section#aboutgreece .left-side h2 {
	 color: #009fe3;
	 font-size: 18px;
	 line-height: 20px;
	 font-weight: 600;
	 margin-bottom: 10px;
	 margin-top: 20px;
	 border-left: 3px solid #0290c1;
	 padding-left: 10px;
}
 section#aboutgreece .left-side h2 span {
	 font-size: 16px;
	 color: #494744;
}
 @media (max-width: 999px) {
	 section#aboutgreece .left-side .blue-bacgkround {
		 left: 0;
		 top: 42px;
		 width: 100%;
		 height: calc(50%);
		 z-index: 1000;
		 background-color: #009fe3 !important;
		 background-image: none !important;
		 position: fixed;
		 overflow: auto;
		 padding: 20px;
		 display: none;
	}
}
 @media (min-width: 999px) {
	 section#aboutgreece .left-side .blue-bacgkround {
		 display: block !important;
	}
}
 section#aboutgreece .left-side .blue-bacgkround {
	 background: url('https://www.greece-tours.cz/public/ngt24/css/images/aboutgreece-links-background.png') no-repeat bottom center;
	 margin-bottom: 30px;
	 padding-top: 20px;
	 padding-bottom: 60px;
	 background-size: cover;
}
 section#aboutgreece .left-side .blue-bacgkround ul ul a {
	 margin-left: 20px;
}
 section#aboutgreece .left-side .blue-bacgkround ul {
	 margin: 0;
	 padding: 0;
}
 section#aboutgreece .left-side .blue-bacgkround ul li {
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
}
 section#aboutgreece .left-side .blue-bacgkround ul li a {
	 color: #fff;
	 display: block;
	 padding: 5px 35px;
	 background: url('https://www.greece-tours.cz/public/ngt24/css/images/right-arrow-white.svg') no-repeat right center;
	 background-size: 23px;
}
 section#aboutgreece .left-side .blue-bacgkround ul li a:hover, section#aboutgreece .left-side .blue-bacgkround ul li a.active {
	 background: #4cbceb;
	 cursor: pointer;
}
 section#aboutgreece .right-side {
	 padding-bottom: 20px;
	 background-color: #fff;
}
 section#aboutgreece .right-side table {
	 width: 100%;
}
 section#aboutgreece .right-side table {
	 --bs-table-bg: transparent;
	 --bs-table-accent-bg: transparent;
	 --bs-table-striped-color: #212529;
	 --bs-table-striped-bg: rgba(0,0,0,0.05);
	 --bs-table-active-color: #212529;
	 --bs-table-active-bg: rgba(0,0,0,0.1);
	 --bs-table-hover-color: #212529;
	 --bs-table-hover-bg: rgba(0,0,0,0.075);
	 width: 100%;
	 margin-bottom: 1rem;
	 color: #212529;
	 vertical-align: top;
	 border-color: #dee2e6;
}
 section#aboutgreece .right-side .list-item-ou span.item {
	 font-weight: 500;
	 color: #019de0;
	 font-size: 1.17em;
}
 section#aboutgreece .right-side .list-item-ou h3, section#aboutgreece .right-side .list-item-ou-in h4.nadpis-ou {
	 display: inline;
}
 section#aboutgreece .right-side .list-item-ou p {
	 margin: 0 0 0 25px;
}
 section#aboutgreece .right-side .list-item-ou {
	 margin-bottom: 20px;
}
 section#aboutgreece .right-side ul {
	 margin: 15px 0 15px 15px;
	 padding: 0;
}
 section#aboutgreece .right-side ul li {
	 list-style-image: url('https://www.greece-tours.cz/public/ngt24/css/images/li-blue-square.jpg');
	 margin: 5px 0;
	 padding: 0 0 0 5px;
}
 section#aboutgreece .right-side .clanky-doporucujeme-obal {
	 padding: 30px 10px;
}
 section#aboutgreece .right-side .clanky-doporucujeme-obal ul {
	 margin: 0;
	 padding: 0;
}
 section#aboutgreece .right-side .clanky-doporucujeme-obal ul li {
	 background: url(https://www.greece-tours.cz/public/ngt24/css/images/li-blue-square.jpg) no-repeat left center;
	 margin: 5px 10px;
	 padding: 0 0 0 16px;
	 list-style-type: none;
	 display: inline-block;
}
 section#aboutgreece .right-side .clanky-doporucujeme-obal h2 {
	 font-size: 19px;
	 line-height: 22px;
	 color: #009fe3;
	 font-weight: 600;
	 margin-bottom: 30px;
}
 section#aboutgreece .right-side h4 {
	 margin: 30px 0px 20px 0;
}
 section#aboutgreece .right-side h2 {
	 font-size: 34px;
	 line-height: 38px;
	 color: #009fe3;
	 font-weight: 600;
	 margin-bottom: 30px;
}
 section#aboutgreece .right-side h3 {
	 font-size: 18px;
	 line-height: 23px;
	 color: #009fe3;
	 font-weight: 600;
	 margin-bottom: 30px;
}
 section#aboutgreece .other-info {
	 display: block;
}
 @media (max-width: 999px) {
	 section#aboutgreece .other-info {
		 display: none;
	}
}
 section#aboutgreece .close-search-form {
	 top: 5px;
}
 section#aboutgreece .blok-vyberte-si h2, section#aboutgreece .blok-vyberte-si h3 {
	 font-size: 17px;
	 color: #009fe3;
	 text-transform: uppercase;
}
 section#aboutgreece .blok-vyberte-si ol {
	 list-style: none;
}
 section#aboutgreece ol.vyberte-si-zajezd li, section#aboutgreece ol.vyberte-si-zajezd-aktivni-dovolena li {
	 background-color: #f6f6f6;
	 margin: 10px 10px 10px -40px;
	 padding: 10px;
	 border-radius: 10px;
}
 section#aboutgreece .blok-vyberte-si {
	 padding: 20px 5px;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 50%;
	 flex: 0 0 50%;
	 width: 100%;
	 vertical-align: top;
}
 @media (max-width: 999px) {
	 section#aboutgreece .blok-vyberte-si {
		 padding: 20px 5px;
		 -webkit-box-flex: auto;
		 -ms-flex: auto;
		 flex: auto;
		 width: 100%;
		 vertical-align: top;
	}
}
 section#aboutgreece .text-box__list {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 .carousel {
	 max-width: 100% !important;
}
 .carousel .carousel__images__item--active img {
	 width: 100%;
}
 .carousel .carousel__thumbs {
	 left: 0;
	 height: 100px;
}
 .carousel .carousel__thumbs__item {
	 height: 113px;
	 margin: 0;
}
 .carousel .slick-track img {
	 width: 172px;
	 border-left: 3px solid white;
	 border-right: 3px solid white;
}
 .carousel .carousel__arrow {
	 z-index: 200;
	 width: 16px;
	 height: 118px;
	 top: 0;
	 margin-top: -18px;
	 border-radius: 0;
	 background-color: #029de0;
	 position: absolute;
	 cursor: pointer;
}
 .carousel .carousel__arrow:after {
	 border-right: 4px solid #ffffff;
	 border-bottom: 4px solid #ffffff;
	 top: 50%;
	 left: 0;
}
 .carousel .carousel__arrow\--prev:after {
	 left: 5px !important;
}
 .carousel .carousel__arrow\--next:after {
	 right: 5px !important;
}
 .carousel .carousel__arrow\--next {
	 right: 0px;
}
 .carousel .carousel__arrow\--prev {
	 left: 0px;
}
 #reservation-final {
	 padding: 0px 0 50px 0;
	 margin: 0;
}
 #reservation-final .rsv-result {
	 font-size: 20px;
	 padding: 20px;
	 background: #009fe3;
	 color: white;
	 margin: 20px 0;
}
 #reservation-final .bez-zadani {
	 margin: 2px 0;
	 background: #7cc576;
	 border: 0;
	 color: #fff;
	 width: auto;
	 padding: 5px 20px;
	 display: inline-block;
	 border-radius: 0;
}
 #reservation-final .bez-zadani:hover {
	 transition: 0.7s;
	 background: #009fe3;
}
 #reservation-final tbody {
	 padding: 10px;
}
 #reservation-final .rsv-enter-persons {
	 font-size: 20px;
	 margin: 20px 0;
	 font-weight: 600;
}
 #reservation-final .objednavka-zajezdu-main iframe {
	 display: none;
}
 #reservation-final .rsv-allpersons {
	 display: block;
	 border-top: 1px solid #019de0;
}
 #reservation-final .rsv-person-cell-container .rsv-required-field {
	 background-color: #f6f678;
}
 #reservation-final .reservation .rekapitulace-all {
	 margin-bottom: 10px;
}
 #reservation-final .reservation .rsv-recap .rekapitulace-objednani br, #reservation-final .reservation .rsv-recap .rekapitulace-all .kontaktni-udaje .cislo {
	 display: none;
}
 #reservation-final .reservation .rsv-recap span:first-child {
	 padding-right: 5px;
}
 #reservation-final .reservation .rsv-recap span:nth-child(2), #reservation-final .reservation .rsv-recap span:nth-child(3), #reservation-final .reservation .rsv-recap span:nth-child(4), #reservation-final .reservation .rsv-recap .rekapitulace-objednani .polozky .polozka .polozka-castka2, #reservation-final .reservation .rsv-recap .rekapitulace-objednani .polozky .polozka .item-currency {
	 font-weight: 700;
	 font-size: 15px;
}
 #reservation-final .reservation .rsv-recap .rekapitulace-all .cena .hodnota, #reservation-final .reservation .rsv-recap .rekapitulace-all .cena .currency-code {
	 font-size: 24px;
}
 #reservation-final .reservation .rsv-recap .rekapitulace-all .cena {
	 font-size: 16px;
}
 #reservation-final .reservation .rsv-recap .rekapitulace-objednani .polozky .polozka span {
	 font-weight: normal;
}
 #reservation-final .ukonceni-objednavky-platby .payment-form tr.payment-pricetopay {
	 background-color: #f6f6f6;
}
 #reservation-final .rsv-person-cell-container .validator, #reservation-final .rsv-agreement .validator {
	 color: red;
}
 #reservation-final .rsv-reservationroom-content .rsv-persons .deti-pocty .deti-pocty-popiska {
	 display: none;
}
 #reservation-final #ctl11_ObjednavkaControl_UpdateProgress, #reservation-final #ctl19_ObjednavkaControl_UpdateProgress, #reservation-final #ctl22_ObjednavkaControl_UpdateProgress, #reservation-final #ctl24_ObjednavkaControl_UpdateProgress, #reservation-final #ctl23_ObjednavkaControl_UpdateProgress, #reservation-final #ctl25_ObjednavkaControl_UpdateProgress, #reservation-final #ctl83_ObjednavkaControl_UpdateProgress, #reservation-final #ctl81_ObjednavkaControl_UpdateProgress, #reservation-final #ctl78_ObjednavkaControl_PokojeControl_PokojControl0False_0_PokojValidator, #reservation-final #ctl79_ObjednavkaControl_PokojeControl_PokojControl0False_0_PokojValidator, #reservation-final #ctl83_ObjednavkaControl_PokojeControl_PokojControl0False_0_PokojValidator, #reservation-final #ctl81_ObjednavkaControl_PokojeControl_PokojControl0False_0_PokojValidator {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 500;
	 background: white;
	 filter: alpha(opacity=80);
	 opacity: 0.8;
}
 #reservation-final .rsv-infotext {
	 color: red;
	 font-size: 1.6em;
	 font-weight: bold;
	 text-align: center;
	 position: fixed;
	 top: 40%;
	 left: 40%;
	 z-index: 500;
}
 #reservation-final .reservation .rsv-recap .rekapitulace-all .kontaktni-udaje, #reservation-final .reservation .rsv-recap .rekapitulace-all .rekapitulace-objednani .polozky {
	 padding-top: 15px;
}
 #reservation-final .reservation .rsv-allpersons .rsv-currentperson .rsv-person {
	 text-transform: lowercase;
}
 #thanks {
	 padding: 0px 0 50px 0;
	 margin: 0;
	 text-align: center;
}
 #thanks .main-image {
	 width: 100%;
}
 #thanks .header-and-subheader {
	 margin: 40px 0;
	 text-align: center;
}
 #thanks .header-and-subheader h1 {
	 color: #057faa;
	 font-size: 40px;
	 line-height: 43px;
}
 #thanks .header-and-subheader h2 {
	 color: #009fe3;
	 font-size: 30px;
	 line-height: 33px;
}
 #thanks .alert {
	 background: #ba1c1c;
	 color: #fff;
	 padding: 10px 20px;
	 display: inline-block;
}
 @keyframes pulse {
	 #thanks 0% {
		 transform: scale(1);
	}
	 #thanks 50% {
		 transform: scale(1.1);
	}
	 #thanks 100% {
		 transform: scale(1);
	}
}
 #thanks .pay-link {
	 background: #009fe3;
	 position: relative;
	 color: #fff;
	 padding: 10px 20px;
	 display: inline-block;
}
 #thanks .pay-link .hand {
	 position: absolute;
	 right: -20px;
	 bottom: -10px;
	 animation: pulse 2s infinite;
}
 .uvodni_blok img {
	 width: 100%;
}
 .ajax-panel-ajp-vyhledane-zajezdy, .ajax-panel-ajp-terminy-zajezdu, .ajax-panel-ajp-terminy-zajezdu-vlastni-doprava {
	 position: relative;
	 width: 100%;
}
 .loader-panel {
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 overflow: hidden;
	 z-index: 999;
	 background: rgba(255,255,255,0.5);
	 min-height: 200px;
}
 .loader-panel__loader, .loader-panel__loader:after {
	 border-radius: 50%;
	 width: 10em;
	 height: 10em;
}
 .loader-panel__loader {
	 margin: 60px auto;
	 font-size: 10px;
	 position: relative;
	 text-indent: -9999em;
	 border-top: .75em solid #019de0;
	 border-right: .75em solid #019de0;
	 border-bottom: .75em solid #019de0;
	 border-left: .75em solid #ffffff;
	 -webkit-transform: translateZ(0);
	 -ms-transform: translateZ(0);
	 transform: translateZ(0);
	 -webkit-animation: load8 1.1s infinite linear;
	 animation: load8 1.1s infinite linear;
}
 @-webkit-keyframes load8 {
	 0% {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 100% {
		 -webkit-transform: rotate(360deg);
		 transform: rotate(360deg);
	}
}
 @keyframes load8 {
	 0% {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 100% {
		 -webkit-transform: rotate(360deg);
		 transform: rotate(360deg);
	}
}
 #payment {
	 padding: 50px 0 50px 0;
	 margin: 0;
}
 #payment table {
	 width: auto;
}
 .rollout__header__icon, .m--mt-0, .blog-detail__heading {
	 display: none;
}
 .tab-content-offer {
	 margin-bottom: 40px;
}
 section#aboutgreece .blog-detail__return {
	 margin: 15px 0;
}
 .clanky-doporucujeme-obal h2.aktuality-doporucujeme {
	 font-size: 19px;
	 line-height: 22px;
	 color: #009fe3;
	 font-weight: 600;
	 margin-bottom: 30px;
}
 .clanky-doporucujeme-obal ul.destination-tree {
	 margin: 0;
	 padding: 0;
}
 .clanky-doporucujeme-obal ul.destination-tree li {
	 background: url(https://www.greece-tours.cz/public/ngt24/css/https://www.greece-tours.cz/public/ngt24/css/images/li-blue-square.jpg) no-repeat left center;
	 margin: 5px 10px;
	 padding: 0 0 0 16px;
	 list-style-type: none;
	 display: inline-block;
}
 .doporucujeme-20px {
	 margin: 20px 0;
}
 section#aboutgreece .uvodni_blok img.displayNone-contacts-old {
	 display: none;
}
 section#aboutgreece .right-side .clanek__new h2 {
	 font-size: 18px;
}
 section#aboutgreece .right-side .recommendation h2 {
	 line-height: 22px;
	 align-content: baseline;
	 text-wrap-style: balance;
}
 section#search h2.search-no-data {
	 font-size: 2em;
}
 #carousel_reference {
	 margin: 50px 0;
}
 #carousel_reference .carousel-item {
	 border: 1px solid #f0f0f0;
	 border-radius: 12px;
	 padding: 10px;
}
 .intro_text {
	 display: none;
	 margin: 0 auto;
	 text-align: left;
	 padding: 10px 0;
	 font-size: 25px;
	 font-weight: bold;
	 width: 100%;
	 margin-top: 0px;
	 margin-left: 55px;
}
 @media (max-width: 999px) {
	 .intro_text {
		 width: 31%;
		 position: absolute;
		 top: 55px;
		 left: 100px;
		 font-size: 12px;
	}
}
 .gt-why-section {
	 max-width: 1400px;
	 margin: 0 auto;
	 padding: 20px 40px;
}
 .articles__item-why-gt {
	 background-color: #f6f6f6;
}
 .gt-why-item {
	 display: flex;
	 align-items: center;
	 gap: 47px;
	 margin-bottom: 20px;
	 opacity: 1;
	 transform: none;
}
 .gt-why-item.reverse {
	 flex-direction: row-reverse;
}
 .gt-why-image {
	 flex: 1.2;
	 overflow: hidden;
}
 .gt-why-image img {
	 -webkit-box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);
	 -moz-box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);
	 box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);
	 width: 100%;
	 max-width: 350px;
	 display: block;
	 transition: transform 1.2s ease;
}
 .gt-why-item:hover .gt-why-image img {
	 transform: scale(1.05);
}
 .gt-why-content {
	 flex: 1;
	 position: relative;
}
 .gt-why-content h3 {
	 font-size: 22px;
	 font-weight: 500;
	 margin-bottom: 30px;
	 letter-spacing: 0.5px;
	 color: #019de0;
}
 .gt-why-content p {
	 font-size: 14px;
	 line-height: 1.6;
	 color: #444;
}
 .gt-why-content a {
	 text-decoration: none;
	 border-bottom: 1px solid #bbb;
	 transition: all 0.3s ease;
}
 .gt-why-content a:hover {
	 border-color: #1f4fa3;
	 color: #1f4fa3;
}
 @media (max-width: 639px) {
	 .gt-why-item, .gt-why-item.reverse {
		 flex-direction: column;
		 gap: 60px;
		 margin-bottom: 60px;
	}
	 .gt-why-image img {
		 max-width: 100%;
	}
	 .gt-why-content h3 {
		 font-size: 28px;
	}
	 .gt-why-content p {
		 font-size: 17px;
	}
}
 .main-page-offers-box h3 {
	 font-weight: bold;
	 text-transform: uppercase;
}
 .gt-why-section {
	 max-width: 1400px;
	 margin: 0 auto;
	 padding: 20px 40px;
}
 .articles__item-why-gt {
	 background-color: #f6f6f6;
}
 .gt-why-item {
	 display: flex;
	 align-items: center;
	 gap: 47px;
	 margin-bottom: 20px;
	 opacity: 1;
	 transform: none;
}
 .gt-why-item.reverse {
	 flex-direction: row-reverse;
}
 .gt-why-image {
	 flex: 1.2;
	 overflow: hidden;
}
 .gt-why-image img {
	 -webkit-box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);
	 -moz-box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);
	 box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);
	 width: 100%;
	 max-width: 350px;
	 display: block;
	 transition: transform 1.2s ease;
}
 .gt-why-item:hover .gt-why-image img {
	 transform: scale(1.05);
}
 .gt-why-content {
	 flex: 1;
	 position: relative;
}
 .gt-why-content h3 {
	 font-size: 22px;
	 font-weight: 500;
	 margin-bottom: 30px;
	 letter-spacing: 0.5px;
	 color: #019de0;
}
 .gt-why-content p {
	 font-size: 14px;
	 line-height: 1.6;
	 color: #444;
}
 .gt-why-content a {
	 text-decoration: none;
	 border-bottom: 1px solid #bbb;
	 transition: all 0.3s ease;
}
 .gt-why-content a:hover {
	 border-color: #1f4fa3;
	 color: #1f4fa3;
}
 @media (max-width: 639px) {
	 .gt-why-item, .gt-why-item.reverse {
		 flex-direction: column;
		 gap: 60px;
		 margin-bottom: 60px;
	}
	 .gt-why-image img {
		 max-width: 100%;
	}
	 .gt-why-content h3 {
		 font-size: 28px;
	}
	 .gt-why-content p {
		 font-size: 17px;
	}
}
 .main-page-offers-box h3 {
	 font-weight: bold;
	 text-transform: uppercase;
}
 