:root {
  --primary-color: rgb(13,114,185)/*red*/; /* global scope */
  --global-padding: 10%;
}
.grecaptcha-badge { 
    visibility: hidden;
}
*{
	box-sizing: border-box;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:link {

}

a:visited {

}

@media (hover: hover) {
a:hover {
	    
	}
}

@media (hover: none) {
a:hover {}
}

option:disabled {
	color:rgb(200,200,200);
}

a:active {
    color: white;
}

label{color:rgba(255,255,255,0.3); font-size: 0.8rem;}

body{
    font-size:16px;
	margin:0;
    font-family: 'Open Sans', sans-serif;
    width:100%;
    position:relative;
    box-sizing: border-box;
}

h1{
	font-family: 'Amatic SC', cursive;
	color: rgb(13,114,185);
	font-size: 5rem;
    line-height: 5rem;
	font-weight: 700;
	margin-top:20px;
	margin-bottom: 20px;
	text-align: center;
}

form{
	margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

b{
	font-weight: 600;
}

#aktuality a{
	color: black;
	font-weight: 600;
	text-decoration: underline;
}

#aktuality a:hover{
	color: rgb(13,114,185);
}

#clanky a{
	color: black;
	font-weight: 600;
	text-decoration: underline;
}

#clanky a:hover{
	color: rgb(13,114,185);
}



#uvod{
	position: relative;
    text-align: center;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
    overflow: hidden;
}

#video_uvod{
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    position: absolute;
    height: auto;
    min-width: 1500px;
}


#U_video_text{
	width: 100%;
	padding: 20px var(--global-padding);
	color: rgb(13,114,185);
    font-family: 'Amatic SC', cursive;
	font-weight: 700;
	font-size: 6rem;
	line-height: 6rem;
	z-index: 1;
}

#U_video_rychla{
    margin: 0;
    position: absolute;
    bottom: 30px;
    -ms-transform: translateY(-50%);
    transform: translateY(0%);
    color: rgb(13, 114, 185);
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 2.5rem;
    z-index: 90;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0px var(--global-padding);
}
.U_video_rychla_cont{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:6px;
}

.RYCH_header{
	text-decoration: underline;
}

.RYCH_cont{
	opacity:0.7;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.RYCH_cont:hover{
	opacity: 1;
}

.RYCH_img{
	width:30px;
	height:30px;
}

.RYCH_txt{
	font-size: 0.9rem;
	font-family: 'Open Sans';
	color:rgb(13,114,185);
}

#cestovacek{
	display: inline-block;
	width:100%;
	padding: 30px var(--global-padding);
	display: flex;
	gap: 20px;
	align-items: center;
}

#C_motion{
	background-color:white;
	width:50%;
	display: inline-block;
	float:left;
	opacity:0;
}

.C_motion_png{
	width: 100%;
}

.videoC1{
	display:block;
}

.videoC2{
	display:none;
}

#C_motion_popis{
	background-color:white;
	width:45%;
	display: inline-block;
	float:left;
	color:rgb(87,87,87);
}

#cestovacek_h1{
	text-align: left;
}

.C_popis_body{
	margin-top:5px;
}

.C_popis_bod{
 	padding-top: 10px;
	display:inline-block;
}

.C_popis_body_icon {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
}

.C_popis_body_text{
	display: inline-block;
	float:right;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	font-size: 1.9rem;
	line-height: 1.9rem;
	padding-left: 10px;
	width:calc(100% - 40px);
}

#aktuality{
    background-color: rgb(240, 240, 240);
    width: 100%;
    display: inline-block;
    padding: 0 var(--global-padding);
}

#clanky{
    background-color: rgb(240, 240, 240);
    width: 100%;
    display: inline-block;
    padding: 0 var(--global-padding);
    padding-top: 40px;
}

#spoluprace{
	background-color: rgb(240,240,240);
	width:100%;
	display: inline-block;
	padding: 0 var(--global-padding);
    padding-bottom: 100px;
    position: relative;
    padding-top: 40px;
}

.news{
	width:100%;
	display: inline-block;
	display: none;
}

.articles{
	width: 100%;
    column-width: 310px;
    column-gap: 10px;
}
.article{
    background-color: #e3e3e3;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    break-inside: avoid;
    margin-bottom: 10px;
}

#N_more{
	background-color: rgb(13,114,185);
	width:80%;
	margin-left: 10%;
	height:70px;
	display: inline-block;
	color:white;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 4.4rem;
	text-align: center;
	cursor:pointer;
	text-decoration: none;
}

#N_more:hover{
	animation-name: animShadowHover;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    background-color: rgb(13,117,191);
}

.C_img{
	width: 100%;
    height: 230px;
    overflow: hidden;
    border-radius: 20px;
}
.C_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.C_txt{
	width:100%;
	display: flex;
	flex-direction: column;
	gap:6px;
}

.C_txt_headline{
	font-size: 1rem;
	font-weight: 700;
	color: rgb(13,114,185);
}

.C_txt_date{
	font-size: 0.9rem;
	font-weight: 700;
	color: rgb(87,87,87);
}

.C_txt_txt{
	font-size: 0.9rem;
	font-weight: 500;
	color: rgb(87,87,87);
}

.C_txt_txt_more{
	padding-top: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgb(87,87,87);
    float: right;
    text-decoration: underline;
}

.C_txt_txt_more:hover{
	color: rgb(13,114,185);
}

.C_txt_line{
	margin-top:20px;
	margin-bottom:20px;
	background-color: rgb(178,178,178);
	width:100%;
	display: inline-block;
	height:3px;
}

.C_more_cont{
	background-color: rgb(240,240,240);
	width: 100%;
	padding-bottom: 90px;
}

#C_more{
	background-color: rgb(13,114,185);
	width:80%;
	margin-left: 10%;
	height:70px;
	display: inline-block;
	color:white;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 4.4rem;
	text-align: center;
	cursor:pointer;
	text-decoration: none;
}

#C_more:hover{
	animation-name: animShadowHover;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    background-color: rgb(13,117,191);
}

.C_arrow{
	width: 20%;
	margin-top:20px;
    height: 30px;
    background-color: red;
    background: no-repeat url("icons_01/arrow_01.png") center;
    background-size:contain;
    display: inline-block;
    float:left;
}

.C_more_txt{
	width: 60%;
    height: 40px;
    display: inline-block;
    float:left;
}
.N_img{
	float:left;
	width:30%;
	height:250px;
	display: inline-block;
	background-color:var(--primary-color);
	border: solid rgb(178,178,178) 5px;
}
.N_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.N_txt{
	float:right;
	width:60%;
	display: inline-block;
}

.N_txt_headline{
	margin-top:5px;
	font-size: 20px;
	font-weight: 700;
	color: var(--primary-color);
}

.N_txt_date{
	font-size: 15px;
	font-weight: 700;
	color: rgb(87,87,87);
}

.N_txt_txt{
	padding-top:20px;
	font-size: 15px;
	font-weight: 500;
	color: rgb(87,87,87);
}

.N_txt_line{
	margin-top:20px;
	margin-bottom:20px;
	background-color: rgb(178,178,178);
	width:100%;
	display: inline-block;
	height:3px;
}

.N_more_cont{
	background-color: rgb(240,240,240);
	width: 100%;
	padding-bottom: 90px;
}

.N_arrow{
	width: 20%;
	margin-top:20px;
    height: 30px;
    background-color: red;
    background: no-repeat url("SOURCES/icons/arrow_01.png") center;
    background-size:contain;
    display: inline-block;
    float:left;
}

.N_more_txt{
	width: 60%;
    height: 40px;
    display: inline-block;
    float:left;
}

#vyhody{
	margin-top: 40px;
	width: 100%;
	display: inline-block;
	float: left;
}
.V_menu{
	display: flex;
    width: 100%;
    position: sticky;
    top: 75px;
    z-index: 1;
    background: #ffffff;
    border-bottom: 3px solid #005d91;
}

#slider{
	width:100%;
	height:1080px;
	overflow:hidden;
	background-color: #e6e6e6;
}

#slider .slides{
	display: block;
	width: calc(100% * 3);
	height:1080px;
	margin:0;
	padding: 0;
}

#slider .slide{
	float:left;
	list-style-type: none;
	width: calc(100% / 3);
	height: 1080px;

}

.video_popis_X{
	font-weight: 700;
	font-size: 1.6rem;
	width: 100%;
	margin-bottom: 10px;
}

.video_popis{
	font-weight: 500;
	font-size: 0.8rem;
	width: 100%;
    padding: 6px;
    border-left: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.video_popis_cont{
	display: flex;
	border-bottom: 2px solid rgba(255,255,255,0.3);
    border-top: 2px solid rgba(255,255,255,0.3);
    border-left: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
}
.V_categ_MOB{
	display: none;
}

.V_categ{
	display: inline-block;
	float:left;
	width:100%;
	height:70px;
	color:white;
	background-color: rgb(126,126,126);
	cursor:pointer;
	font-weight: 700;
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;

}

.V_categ:hover{
	animation-name: animShadowHover;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    background-color:rgb(13,117,191);
}

.V_categ_select{
	background-color: rgb(13,114,185);
}

.V_categ_in{
	height: 100%;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.V_categ_in0{
	width:40px;
	height:50px;
}

.V_categ_in1{
	vertical-align: top;
	display: inline-block;	
}

.V_a{background: no-repeat url("SOURCES/icons_vyhody/IC_01_wht.png") center; background-size: contain;}

.V_b{background: no-repeat url("SOURCES/icons_vyhody/IC_04_wht.png") center; background-size: contain;}

.V_c{background: no-repeat url("SOURCES/icons_vyhody/IC_03_wht.png") center; background-size: contain;}

.V_txt01{
	font-size: 5.0rem;
}

.V_txt02{
	font-weight: 500; 
	font-size: 1.2rem; 
	font-family:'open sans';
}

.V_txt03{
	font-weight: 300; 
	font-size: 0.9rem; 
	font-family:'open sans';
}

.V_in_bg{
	width:100%;
	display:inline-block;
}

.V_B_cont{
	background: rgb(240,240,240) no-repeat url("SOURCES/background/bezpecnost_bg.webp") center; 
	background-size: cover;
}

.V2_B_cont{
	background: rgb(240,240,240) no-repeat url("SOURCES/background/pohodli_bg.webp") center; 
	background-size: cover;
}

.V3_B_cont{
	background: rgb(240,240,240) no-repeat url("SOURCES/background/praktik_bg.webp") center; 
	background-size: cover;
}

.V_in_cont{
	width: 100%;
    padding: 0 var(--global-padding);
    position: relative;
}

#P_video{
	margin-top: 70px;
    width: 80%;
    height: 100px;
    opacity: 0.9;
    border-top: 1px solid white;
    background-color: rgb(13,114,185);
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
    margin: 0;
    position: absolute;
    left: 10%;
    bottom: -101px;
    z-index: 91;
    border: 1px dashed white;
    border-bottom: 0px;
}

.P_video_T1{
    color: white;
    line-height: 6.2rem;
    font-size: 3.0rem;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
}

.P_video_T2{
    color: white;
    line-height: 2.5rem;
    font-size: 1.6rem;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    cursor:pointer;
    display: none;
}

#V_video{
    width: 50%;
    background-color: rgb(13,114,185);
    text-align: center;
    float: left;
    position: relative;
    margin-bottom: 25px;
    margin-right: 40px;
    border-radius: 20px;
}

#V_video2{
	display: none;
}

.V_praktik{
	margin-top: 40px;
	width: 100%;
	height:400px;
	text-align: center;
}

#V2_video{
	margin-top: 40px;
	width: 100%;
	text-align: center;
	background-color: rgb(13,114,185);
}

.V2_REAL_video_DES{
	display: inline-block;
	max-width: 600px;
	height: auto;
	width: 100%;
}

.V2_REAL_video_MOB{
	display: none;
}

#V3_video{
	margin-top: 40px;
	width: 100%;
	height:500px;
	text-align: center;
	background-color: rgb(13,114,185);
}

#video_test{
	height:100%;
}

.video_text{
    color: white;
	font-weight: 700;
	padding: 16px;
	z-index: 90;
}

.V_cont_text{
	margin-top:20px;
	width:46%;
	display: inline-block;
	float:left;
	padding: 2%;
	color:rgb(87,87,87);
}

.VY_cont_text{
	margin-top: 70px;
    color: rgb(87,87,87);
    margin-bottom: 30px;
}

.VY_CT_cont{
	width: auto;
	display: grid;
	margin-bottom: 15px;
}
.VY_CT_cont_fixed{
	display: flex;
	flex-direction: column;
}

.VX_cont_text{
	margin-top: 0;
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0%;
    color: rgb(87,87,87);
}

.V2_cont_text{
	margin-top:20px;
	width:96%;
	display: inline-block;
	float:left;
	padding: 2%;
	color:rgb(87,87,87);
}

#V_categ2{
	width:60%;
	margin-left: 20%;
	margin-top:-110px;
	height:50px;
	display: inline-block;
}

.V_arrow{
	height:50px;
	width:10%;
	display: inline-block;
	float:left;
	cursor: pointer;
}

.V_arrow:hover{
	animation-name: animShadowHover;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

.arrow_L{background: no-repeat url("icons_01/arrow_blue.png") center; background-size: contain;}

.arrow_P{background: no-repeat url("icons_01/arrow_blue2.png") center; background-size: contain;}

.V_bar{
	height:10px;
	margin-top:20px;
	width:26.666666%;
	display: inline-block;
	float:left;
	background: no-repeat url("icons_01/bar_gray.png") center; 
	background-size: 95% 100%;
	cursor: pointer;
}

.bar_select{
	background: no-repeat url("icons_01/bar_blue.png") center; 
	background-size: 95% 100%;
}

.V_bar:hover{
	background: no-repeat url("icons_01/bar_blue.png") center; 
	background-size: 95% 100%;
}

.gradient{
    width: 100%;
    height: 100px;
    margin-top: -99px;
    background: linear-gradient(0deg, #f0f0f0, transparent);
    z-index: 1;
    position: absolute;
    left: 0;
}

.D_h1{
	margin-bottom: 40px;
}

.D_cat_cont{
	width: 50%;
    row-gap: 2px;
    display: flex;
    flex-direction: column;
}

#detail{
	background-color: rgb(240, 240, 240);
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 var(--global-padding);
}

.D_CV_typy{
	display: inline-flex;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	top: 75px;
    z-index: 1;
    position: sticky;
    border-bottom: 3px solid #005d91;
    background: #f0f0f0;
}

.D_CV_typ{
    text-transform: uppercase;
    padding: 16px;
    width: 100%;
    background-color: rgb(126, 126, 126);
    color: white;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.D_CV_typ:hover{
	background-color: rgb(13,114,185);
}
.D_CV_typ_mini{
    text-transform: none;
    font-size: 0.7rem;
    font-weight: 600;
}

.D_CV_typ_active{
	background-color: rgb(13,114,185);
}

.D_detail_over_cont {
    width: 100%;
    display: inline-block;
    padding: 80px;
    background-color: #e2e2e2;
    flex-direction: column;
    text-align: left;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.D_D_OC_name{
	color: rgb(13,114,185);
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 2.4rem;
}

.D_D_OC_text{

}

.D_detail_cont{
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	align-items: stretch;
	margin-top: 50px;
}

.D_cat_subcont{

}

.D_cat{
	min-height: 40px;
	background-color:rgb(126,126,126);  
	color:white;
	text-align: center;
	font-size: 0.9rem;
	cursor: pointer;
	font-weight: 600;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.D_cat:hover{
	background-color:rgb(13,117,191);
	animation-name: animShadowHover;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

.D_cat_select{
	background-color:rgb(13,114,185);
	font-weight: 600;
}

.D_cat_text{
	width:80%;
	background-color: rgb(13,114,185);
	color:white;
	display: flex;
	justify-content: center;
	align-items: center;
}

.D_cat_photo_cont{
	width:100%;
	color:white;
	position: relative;
}
.img_loader{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2e2e2ad;
    z-index: 0;
}
.img_loader_noBG{
	background: unset;
}
.img_loader::after{
    content:"";
    width:40px;
    height:40px;
    border:4px solid #ddd;
    border-top:4px solid #0d72b9;
    border-radius:50%;
    animation:spin 0.8s linear infinite;
    box-sizing: border-box;
}

@keyframes spin{
    from{transform:rotate(0deg);}
    to{transform:rotate(360deg);}
}

.img_loader.hidden{
    display:none;
}
.D_cat_photo{
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.D_cat_photo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.D_cat_photo_D{
    width: 40%;
    height: 30%;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0%;
    border: solid 6px rgb(13,114,185);
}
.D_cat_photo_D img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.D_cat_photo img,
.D_cat_photo_D img{
    transition: opacity .2s ease;
}
.D_cat_photo_DX{
    width: 40%;
    height: 30%;
    margin: 0;
    position: absolute;
    bottom: -16%;
    right: 0%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 6px rgb(13,114,185);
    background-color: rgb(13,114,185);
 }

.D_cat_opacity{
}

.DCPX{
	opacity:1;
}

.D_forms{
	padding: 10%;
	width:80%;
}

.D_form1{
	text-align: left;
	width:100%;
	font-weight: 600;
	font-size: 1.2rem;
}

.D_form2{
	text-align: left;
	font-weight: 500;
	font-size: 1rem;
	margin-top:20px;
}

.G_supercont{
	margin-top: 50px;
	width: 100%;
	display: inline-block;
}

.G_cont{
	width:100%;
	position: relative;
}

.G_maxview{
	width:100%;
	height:600px;
	float: right;
	display: inline-block;
	position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.D_G_arr{
    position: absolute;
    height: 60px;
    top: calc(50% - 30px);
    opacity: 0.6;
    cursor: pointer;
    transition: 0.3s;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, .7));
}

.D_G_arr:hover{
    opacity: 1;
}
.G_popis{
    color: white;
    text-align: left;
    bottom: 10px;
    left: 10px;	
    border-radius: 10px;
    position: absolute;
    width: 74%;
    background-color: rgba(13, 117, 191, 0.8);
    padding: 20px;
    font-size: .8rem;
}

.G_shadow{
	width: 40px;
	height: 600px;
	position: relative;
}

.G_album{
    width: 100%;
    padding: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
}

.G_album_cont{
    width: 100%;
    float: left;
    background-color: rgba(13,114,185);
    height: auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.G_fotka{
	width: 100%;
    height: 60px;
    opacity: 0.7;
    transition: .3s;
    float: left;
    cursor: pointer;
    position: relative;

}
.G_fotka img{
	object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #004369;
}
.G_fotka:hover{
	opacity: 1;
}

.galerie{
    width:85%;
    height:100%;
    display: inline-block;
}

.G_active{
    width:100%;
    height:100%;
    background-color: hsla(0, 0%, 15%, 1);
    top: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.G_arr{
    position: absolute;
    height: 100px;
    top: calc(50% - 50px);
    opacity: 0.6;
    cursor: pointer;
    transition: 0.3s;
}

.G_arr:hover{
    opacity: 1;
}

.G_A_view{
    display: block;
    margin: 0;
    padding: 0;
    width: calc(300%);
    transition: 0.5s;
}

.G_A_photo{
    background-position: center;
    width: calc(100% / 3);
    height: 100%;
    display: inline-block;
    float: left;
}
.G_A_photo img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}
.G_thumbnail{
    width:10%;
    height: 100px;
    background-color: blue;
    display: inline-block;
    float:left;
    margin: 0;
    padding: 0;
}

.K_h1{
	text-align: center;
    margin-top: 100px;
    margin-bottom: 40px;
    width: 100%;
}

.A_h1{
	text-align: center;
    margin-top: 90px;
    margin-bottom: 40px;
    width: 100%;
}

.C_h1{
	text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
    width: 100%;
}

.K_cont{
    width: 100%;
    padding: 0 var(--global-padding);
}
.K_cont_custom{
	display: grid;
    grid-template-columns: 500px 1fr;
    gap: 60px;
    max-width: 1500px;
    justify-content: center;
}
.K_cont2{
	width: 100%;
    padding: 40px;
    border-radius: 40px;
    text-align: left;
    background: #fbfbfb;
    border: 2px solid #dfdfdf;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#koupit{
    background-color: rgb(240, 240, 240);
    width: 100%;
    margin-top: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.K_input{
	width:100%;
	font-size: 1rem;
    display: flex;
    flex-direction: column;
    gap:10px;
}
.K_text_cont{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #d1d1d1;
    padding-bottom: 6px;
    gap:6px;
}
.K_inp_help1{
	display: inline-block;
	float: left;
	font-weight: 700;
	color: rgb(13,114,185);
}

.K_inp_help2{
	display: inline-block;
    text-align: right;
    color: rgb(178, 178, 178);
    font-weight: 600;
    font-size: .9rem;
    cursor: pointer;
}

.K_inp_help3{
	float: left;
    font-weight: 700;
	color:red;
	display: none;
	font-size: 1.1rem;
}

.K_inp_help2:hover{
	color: rgb(13,114,185);
	}

select{
	margin-top: 6px;
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    font-size: 0.9rem;
    font-family: 'Open Sans', sans-serif;
	overflow: hidden;
	font-weight: 600;
	background: url(new_arrow.png) no-repeat right white;
	border: 2px solid #ccc;
	color: gray;
}

input[type="text"]{
	margin-top: 6px;
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    font-size: 0.9rem;
    font-family: 'Open Sans', sans-serif;
	overflow: hidden;
	font-weight: 600;
	border: 0px solid #ccc;
	color: rgb(13,114,185);
	padding-left: 10px;
	padding-right: 10px;
}

.checkbox_cont {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
    margin-left: 30px;
}

.checkbox_cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: rgba(255,255,255,0.8);
}

.checkbox_cont:hover input ~ .checkmark {
    background-color: white;
}

.checkbox_cont input:checked ~ .checkmark {
    background-color: white;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox_cont input:checked ~ .checkmark:after {
    display: block;
}

.checkbox_cont .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid rgb(13,114,185);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.VEL_SEL{
	padding: 6px;
    border-radius: 10px;
    margin:0;
}
.K_barvy{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.K_barva{
    width: 60px;
    height: 60px;
    cursor: pointer;
    opacity: 0.7;
    border-radius: 100%;
    border: 2px solid #c5c5c5;
}

.K_barva_select{
	opacity: 1;
}

.K_barva_unselect{
	opacity: 0.7;
}

.K_barva:hover{
	opacity:1;
	animation-name: animShadowHover2;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

.K_okna{
	margin-top: 6px;
	height:60px;
	width:100%;
}

.K_okno{
	width: calc(100% / 3);
    display: inline-block;
    float: left;
    height: 100%;
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
    cursor: pointer;
    color:rgb(178,178,178);
    line-height: 3.8rem;
    text-align: center;
    background-color: white;
}

@media (hover: hover) {
.K_okno_unselect:hover{
		background-color: rgb(13,114,185);
		box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
		color:white;
	}

.K_okno_select:hover{
		box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
		color: white;
	}
}

@media (hover: none) {
.K_okno_select{
		background-color: white;
	}

.K_okno_unselect{
		background-color: white;
	}
}

.K_okno_select{
	background-color: rgb(13,114,185);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0);
	animation-name: animButton;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    color: white;
}

.K_okno_unselect{
	animation-name: animButton2;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
}

.K_Orientace{
	height:auto;
	width:100%;
	display: flex;
}

.K_Orient{
	width: 50%;
    display: inline-block;
    float: left;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    color: rgb(178, 178, 178);
    text-align: center;
    background-color: white;
    padding: 14px;
    transition: .3s;
}
.KOR_P{
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.K_Orient:hover{
	background-color: rgb(13,114,185);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
	color: white;
}

.K_Orient_select:hover{
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
}

.K_Orient_select{
	background-color: rgb(13,114,185);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0);
	animation-name: animButton;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    color: white;
}

.K_Orient_unselect{
	animation-name: animButton2;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
}

.K_line{
	background-color: rgb(178,178,178);
	width:100%;
	display: inline-block;
	height:3px;
}

.K_sumy{
	width:100%;
	color:rgb(87,87,87);
	font-size:1.1rem;
	padding: 10px;
	border-top:2px solid #d1d1d1;
	border-bottom:2px solid #d1d1d1;
}

.K_suma1{
	display: inline-block;
	float: left;
}

.K_suma2{
	display: inline-block;
	float: right;
}

.K_suma3{
	display: inline-block;
	float: right;
	font-weight: 700;width: 100%;
    text-align: center;
}

.K_suma3_en{
	display: inline-block;
	float: right;
	font-weight: 700;width: 100%;
    text-align: center;
}

.K_submit1{
	margin-top: 15px;
	width: 100%;
	height: 70px;
	color:white;
	font-weight: 700;
	font-size: 1.3rem;
	border: none;
	background-color: rgb(13,114,185);
	cursor: pointer;
}

.K_submit1:hover{
	font-weight: 800;
}

.K_nahled_cont{
	position: relative;
	width: 100%;
}

.K_nahled{
	width: 100%;
	height :100%;
	margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#K_info{
	width: 100%;
	font-size: 0.9rem;
	color: rgb(87,87,87);
	font-weight: 600;
	text-align: center;
	padding: 5px;
	margin-bottom:70px;
	color:rgba(255,255,255,0.6);
}
.K_info{
	font-size: .9rem;
	width: 100%;
	text-align: center;
	color: #636363;
}
#K_info_error{
	width: 100%;
    font-size: 0.9rem;
    color: red;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
    display: none;
}
#K_butt_2{
	font-weight: 800;
    cursor: pointer;
}
#K_butt_2:hover{
	text-decoration: underline;
}
.Q_more_cont{
	display: flex;
    gap: 6px;
    flex-direction: column;
}
#Q_more{
	background-color: rgb(13, 114, 185);
    width: 100%;
    padding: 16px;
    border-radius: 160px;
    display: inline-block;
    color: white;
    font-weight: 700;
    font-size: 1.3rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: .3s;
}

.FakeBuy{
	background-color: rgb(240, 240, 240);
    width: 100%;
    padding-top: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
	text-align: center;
    width: 100%;
    padding: 0 var(--global-padding);
}
.FakeBuy_cont{
	width: 100%;
    padding: 0 var(--global-padding);
    width: 100%;
    padding: 40px;
    border-radius: 40px;
    text-align: left;
    background: #fbfbfb;
    border: 2px solid #dfdfdf;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
}
.FB_image{
	width: 100%;
	display: inline-block;
    height: 420px;
}
.FB_image img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
#Q_more:hover{
    background-color: rgb(13,117,191);
    transform: scale(1.02);
}

.K_INP_text{
    width: calc(100% - 60px);
    height: 40px;
    margin-top: 4px;
    margin-left: 30px;
    line-height: 2.5rem;
    float: left;
}

.DOR_ADD_css{
    width: calc(100% - 60px);
    margin-left: 30px;
    display: inline-block;
}

.K_INP_DOR_ADD_hide{
	display: none;
}

.K_INP_DOR_ADD{
	position: relative;
	cursor: pointer;
	float:left;
    width: 50%;
    height: 35px;
    background-color: rgb(61, 145, 204);
    box-shadow: inset 0px 0px 20px white;
    text-align: center;
    margin-bottom: 2px;
}

.K_INP_DOR_ADD_2{
	position: relative;
	cursor: pointer;
	float:left;
    width: 100%;
    height: 35px;
    background-color: rgb(61, 145, 204);
    box-shadow: inset 0px 0px 20px white;
    text-align: center;
    margin-bottom: 2px;
}

.K_INP_DOR_ADD_2:hover{
	box-shadow: inset 0px 0px 140px white;
    color: rgb(13,117,191);
}

.K_INP_DOR_ADD_3{
	cursor: pointer;
	float:left;
    width: calc(100% - 60px);
    height: 35px;
    line-height: 2.2rem;
    background-color: rgb(61, 145, 204);
    box-shadow: inset 0px 0px 20px white;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

.K_INP_DOR_ADD_3:hover{
	box-shadow: inset 0px 0px 140px white;
    color: rgb(13,117,191);
}

.darek_kod{
	display: none;
}

.K_DOR_absolute{
	text-align: center;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.K_INP_DOR_ADD:hover{
	box-shadow: inset 0px 0px 140px white;
    color: rgb(13,117,191);
}

.DOR_ADD_sel{
	box-shadow: inset 0px 0px 140px white;
    color: rgb(13,117,191);
    font-weight: 700;
}

#K_more{
    margin-top: 11px;
    width: 100%;
    padding: 16px;
    border-radius: 160px;
    display: inline-block;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: .3s;
}

.K_more_style{
	background-color: rgba(255,255,255,0.4);
}

#K_more:hover{
	box-shadow: inset 0px 0px 20px white;
}

.K_more_txt{
	width: 100%;
    display: inline-block;
    float:left;
}

.K_more_inp{
	display: none;
}

.K_DW{
	text-decoration: underline; 
	cursor: pointer; 
	color:rgba(255,255,255,0.8);
}
.K_storage_cont{
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    gap: 10px;
    min-height: 60px;
    padding: 16px;
    background: #ebebeb;
    border-radius: 10px;
}
.K_storage_icon_cont{
	width: 100%;
	height: 40px;
}
.K_storage_icon_cont img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.K_image_loader{
	position: relative;
	width: 40px;
	height: 40px;
}
.K_storage_icon{
	display: none;
}
.K_storage_text{
	font-size: .9rem;
	display: none;
}
#sklad{
	width: 100%;
	margin-top: 20px;
	display: inline-block;
}

#sklad_poukazy{
	width: 100%;
	margin-top: 20px;
	display: inline-block;
}
#SP_supercont{
	gap: 10px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.SP_nadpis{
	font-weight: 700;
	font-size:18;
	color: rgb(178,178,178);
	margin-bottom: 20px;
    margin-top: 50px;
}

.SP_akce{
	min-width:20%;
	padding: 5px 2% 5px 2%;
	margin: 15px 5% 0 5%;
	min-height: 20px;
	font-size: 0.8rem;
	background-color: rgba(13,117,191,0.9);
	position: absolute;
	font-weight: 700;
	text-align:left;
}

.SP_cont{
	width:calc(95% / 5);
	margin-left: 0.5%;
	margin-right: 0.5%;
	cursor: pointer;
	text-align: center;
	font-size: 14;
	color: white;
	display: inline-block;
	float: left;
	margin-bottom: 8px;
	background-color: rgb(245,245,245);
	position: relative;
	height:270px;
}

.SP_cont:hover{
	animation-name: animShadowHover;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

.SO_cont{
    width: 260px;
    cursor: pointer;
    text-align: center;
    font-size: 0.9rem;
    color: white;
    background-color: rgb(245, 245, 245);
    border-radius: 20px;
    border: 2px solid #dfdfdf;
    overflow: hidden;
    transition: .3s;
    display: grid;
    grid-template-rows: 1fr auto;
    height: 260px;
}

.SO_cont:hover{
	animation-name: animShadowHover;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

.COMP_a{
}

.COMP_li_cont{
	margin-left: 0.5%;
	margin-right: 0.5%;
	cursor: pointer;
	text-align: center;
	font-size: 14;
	margin-bottom: 8px;
	opacity:0.7;
}

.COMP_li_cont:hover{
	opacity:1;
}

.COMP_cont{
	display: grid;
	grid-template-columns: repeat(5, auto);
}

.COMP_supercont{
	margin: 0;
  	bottom: 0;
	text-align: center;
	width: 100%;
}

.COMP_obr{
	width:100%;
	height:150px;
	top:0;
	left:0;
}
.COMP_obr img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.COMP_text{
	color: rgb(126,126,126);
}

.COMP_text_cont{
	margin: 0;
	padding: 5%;
	width: 100%;
}

.SP_obr{
	width:100%;
	height:100%;
	position: relative;
}

.SP_text{
	background-color: rgb(126,126,126);
	position: relative;
}

.SP_text_supercont{
	margin: 0;
  	bottom: 0;
	text-align: center;
	width: 100%;
}

.SP_text_cont{
    margin: 0;
    top: 50%;
    padding: 5%;
    text-align: center;
    height: 100%;
}

.S_nadpis{
	font-weight: 700;
	font-size:18;
	color: rgb(178,178,178);
	margin-bottom: 20px;
}

.S_akce{
	min-width:20%;
	padding: 5px 2% 5px 2%;
	margin: 15px 5% 0 5%;
	min-height: 20px;
	font-size: 0.8rem;
	background-color: rgba(13,117,191,0.9);
	position: absolute;
	font-weight: 700;
	text-align:left;
}

.S_cont{
	width:calc(95% / 5);
	margin-left: 0.5%;
	margin-right: 0.5%;
	cursor: pointer;
	text-align: center;
	font-size: 14;
	color: white;
	display: inline-block;
	float: left;
	margin-bottom: 8px;
	display: none;
	background-color: rgb(245,245,245);
	position: relative;
	height:340px;
}

.S_cont:hover{
	animation-name: animShadowHover;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

.S_obr{
	position: absolute;
	width:100%;
	height:200px;
	top:0;
	left:0;
}

.S_text{
	height:140px;
	background-color: rgb(126,126,126);
	position: relative;
}

.S_text_supercont{
	margin: 0;
    position: absolute;
  	bottom: 0;
	text-align: center;
	width: 100%;
}

.S_text_cont{
	margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	padding: 5%;
	text-align: center;
	width: 90%;
}

#S_more{
	background-color: rgb(13,114,185);
	width:100%;
	height:70px;
	display: inline-block;
	color:white;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 4.4rem;
	text-align: center;
	cursor:pointer;
	text-decoration: none;
	margin-top: 12px;
}

#S_more:hover{
	animation-name: animShadowHover;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    background-color: rgb(13,117,191);
}

.S_arrow{
	width: 20%;
	margin-top:20px;
    height: 30px;
    background-color: red;
    background: no-repeat url("icons_01/arrow_01.png") center;
    background-size:contain;
    display: inline-block;
    float:left;
}

.S_more_txt{
	width: 60%;
    height: 60px;
    display: inline-block;
    float:left;
}

.SP_Q_text{
	width: 100%;
	height: 100%;
	line-height: 12.5rem;
	background-color: rgba(13,117,191,0.6);
	font-size: 1.1rem;
	font-weight: 600;
	display: none;
	position: absolute;
    justify-content: center;
    align-items: center;
}

.S_Q_text{
	width: 100%;
	height: 100%;
	line-height: 12.5rem;
	background-color: rgba(13,117,191,0.6);
	font-size: 1.1rem;
	font-weight: 600;
	display: none;
}

.S_err_txt{
	padding: 40px;
	color: rgba(13,117,191,1);
	background-color: white;
	border-left: 4px solid rgba(13,117,191,1);
	border-right: 4px solid rgba(13,117,191,1);
	text-align: center;
}

#paticka{
	width:100%;
	background-color: rgb(13,114,185);
}

.P_cont{
    width: 100%;
    padding: 30px var(--global-padding);
    display: flex;
    gap: 30px;
}

.P_cont01{
	display: inline-block;
	float: right;
	width:57px;
}

.P_cont02{
	width:calc(100% - 85px);
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.P_click{
	cursor: pointer;
	font-weight: 600;
}

.P_click:hover{
	text-decoration:underline;
	font-weight: 600;
}

.P_cont_in{
	width: 100%;
    color: white;
    text-align: center;
    font-size: 0.9rem;
}

#P_logo_img{
	height:130px;
	width:auto;
	cursor: pointer;
}

.P_soc_icon{
	height:57px;
	cursor: pointer;
}

.individual_inp{
    width: 100%;
    height: 250px;
}

.h1_white{
	color: white;
	text-align: left;
}

.QX_polozka_zbozi{
	width:100%;
	margin-top: 34px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    border-bottom: 2px solid rgba(255,255,255,0.3);
}

.QPX_cont{
	width:94%;
	float: left;
	height: 34px;
}

.QPZX_foto_cont{
	font-size: 1.9rem;
	margin-top: -12px;
	padding-right: 15px;
	padding-left: 15px;
	width: calc(20% - 30px);
	height:100%;
    float: left;
    display: inline-block;
    font-family: 'Amatic SC', cursive;
	font-weight: 700;
}

.QPZX_solo_cont{
	width:100%;
}

.QPZX_texty{
    width: 80%;
    display: inline-block;
}

.QPZX_text_in{
	float: left;
	width:20%;
	text-align:center;
}

.QPX_close{
    display: inline-block;
    width: 6%;
    height:20px;
}

#Q_cestovacek{
    display: inline-block;
    width: 100%;
}

#error_{
	width:100%;
	font-size: 3.1rem;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	display: inline-block;
	color:rgba(255,255,255,0.8);
	text-align:center;
}

.QP_cont{
	width:94%;
	background-color: rgba(255,255,255,0.3);
	float: left;
	height: 160px;
}

.QP_close{
	background: no-repeat url(SOURCES/icons/cross-01.svg) center;
    background-size: contain;
    display: inline-block;
    width: 6%;
    height: 160px;
    cursor: pointer;
    background-color: white;
    opacity: 0.4;
}

.QP_close:hover{
	animation-name: animShadowHoverClose;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

.QPZ_foto{
	width:100%;
	height:160px;
	position: relative;
}

.QPZ_text_in{
	float: left;
    width: 20%;
    height: 160px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.QPZ_img{
	width: 100%;
	height: 100%;
	position: absolute;
}

.QPZ_texty{
    width: 80%;
    display: inline-block;
}

.QPZ_foto_cont{
	width: 20%;
    float: left;
    display: inline-block;
}

.VEL_OPTION{
	color:#0d72b9;
}

.overeni::-webkit-input-placeholder {
    color: rgb(224, 0, 0);
}

.checkbox_overeni {
    color: rgb(224, 0, 0);
}

.overeni_T::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255,255,255,0.8);
}

.C_popis_min{
	margin-top: -15px;
	font-weight: 700; 
	font-size: 1.1rem; 
	margin-bottom: 15px; 	
	color: rgb(87,87,87);
}

.help_contentX{
	display: none;
}

.help_content{
	display: inline;
}

#clanky_page{
	width: 100%;
    margin-top: 75px;
    background-color: rgb(240, 240, 240);
    padding: 0 var(--global-padding);
}

.ART_photo{
	width:100%;
    padding: 170px 40px 40px 40px;
    background-blend-mode: lighten;
    background-blend-mode: overlay;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.ART_title{
    color: rgb(13,114,185);
    font-weight: bold;
    font-size: 1.6rem;
}

.ART_txt1{
	width:100%;
	padding: 40px 40px 0 40px;
}

.ART_txt2{
	width:100%;
	padding: 0 40px 0 40px;
}
#I_form input[type="text"]{
    background: url(new_arrow.png) no-repeat right rgba(255, 255, 255, 0.2);
    margin-top: 6px;
    margin-bottom: 2px;
    width: 100%;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: white;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding-left: 10px;
    padding-right: 10px;
}
#I_form textarea{
	background: url(new_arrow.png) no-repeat right rgba(255, 255, 255, 0.2);
    margin-top: 6px;
    margin-bottom: 2px;
    width: 100%;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: white;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding-left: 10px;
    padding-right: 10px;
}
#I_form input[type="text"]::placeholder{
	color: white;
}
@media (max-width:1640px){
	.help_content{
		display: none;
	}
	.help_contentX{
		display: inline;
	}
}
@media (max-width:1605px){
	.VY_cont_text{
		margin-top:45px;
	}
}
@media (max-width:1550px){
	.nabidka{

	}
	.nabidkaX{

	}
	.C_popis_min{
		margin-top: -15px;
	}
	#slider{
	    height: 1120px;
	}
	#slider .slides{
		height: 1120px;
	}
	#slider .slide{
		height: 1120px;
	}
}
@media (max-width:1354px){
	#slider{
	    height: 1160px;
	}
	#slider .slides{
		height: 1160px;
	}
	#slider .slide{
		height: 1160px;
	}
	.video_popis{

	}
}
@media (max-width:1240px){
	.K_INP_DOR_ADD{
		height: 50px;
	}
	.QPZX_mob2{
		width: 100%;
	}
	.QPZX_mob{
		display:none;
	}
	.Q_text{
		width: 70%;

	}
	.QP_cont{
		width: 90%;
	}
	.G_maxview {
        width: 100%;
		margin-right: unset;
	}	
	.G_album_cont {
	    width: 100%;
		margin-right: unset;
    }
	.video_popis{

	}
	.shadow_hlava{
	top:100px;
	}
	#hlavicka{
		height:100px;
	}
	#cestovacek{
		flex-direction: column;
	}
	.C_popis_min{
		margin-top: -5px;
	}
	.nabidka{
		width: calc(84% / 7);
	    margin-left: calc(2% / 7);
	    margin-right: calc(2% / 7);
	    font-size: 1.1rem;

	}
	.nabidkaX{
		width: calc(84% / 7);
	    margin-left: calc(2% / 7);
	    margin-right: calc(2% / 7);
	        width: 100%;
    margin: 0;
    border-bottom: 2px solid;


	}
	.nabidkaY{
		width: calc(84% / 7);
	    margin-left: calc(2% / 7);
	    margin-right: calc(2% / 7);


	}
	#logo{
		width:12%;
	}
	#C_motion{
		width:100%;
		height:unset;
	}
	.videoC2{
		display:block;
	}
	.videoC1{
		display:none;
	}
	#C_motion_popis {
	    width: 100%;
	}
	#cestovacek_h1 {
		width:100%;
		text-align: center;
	}
	.C_popis_min{
		text-align: center;
	}
	.C_popis_body{
	    width: 80%;
    	margin-left:10%;	
	}	
	#V_video{
		width:100%;
		margin-right: unset;
		margin-bottom: unset;
	}
	.V_video_container{
		display: inline-block;
		margin-top: 40px;
	}
	.VY_cont_text{
		width:100%;
	}
	#slider{
	    height: auto;
	}
	#slider .slides{
		height: auto;
	}
	#slider .slide{
		height: auto;
	}
	.slide{
		padding-bottom: 180px;
	}
	#V2_video{
		background-color: rgba(0,0,0,0);
	}
	.V2_REAL_video_DES{
		
	}
	.V2_REAL_video_MOB{
		display: block;
	}
	#V3_video{
		height:400px;
	}
	.V_categ_in1{
		display: none;
	}
	#vyhody{
		margin-top:80px;
	}
	h1{

	}
	#detail{
		padding-top: 30px;
	}
	
	.D_h1{
		margin-bottom: 70px;
	}
	.D_cat_cont{
	    width: 100%;
	    margin-left: unset;
	    margin-top: 10px;
	    display: grid;
	    grid-template-columns: repeat(4, 1fr);
	    gap: 2px;
	}
	.D_cat{
		float: unset;
		display: unset;
	    width: auto;
	    padding: 10px;
	    margin: unset;
	    height: 70px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.D_cat_subcont{
	    width: auto;
	    margin: 0;
	    position: unset;
	    top: unset;
	    -ms-transform: unset;
	    transform: unset;
	    text-align: center;
	}
	.D_cat_text{
        width: 100%;
   		margin-left: unset;
	}
	.D_cat_photo_cont{
	    width: 100%;
    	margin-bottom: 4px;
    	height: 328px;
    	position: relative;
	}
	.D_cat_photo{
		left: 0%;
		width: 50%;
	}
	.D_cat_photo_D{
		width: 38%;
	    height: calc(328px - 2%);
	    margin: 0;
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    border: solid 3px rgb(13,114,185);
	}
	.D_cat_photo_DX{
	    width: 38%;
	    height: calc(328px - 2%);
	    margin: 0;
	    position: absolute;
	    bottom: -50%;
	    right: 0;
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	    border: solid 3px rgb(13,114,185);
	}
	.D_forms{
		padding: 20px;
		width: auto;
	}
	.D_form1{
	}
	.D_form2{
	}
	.D_detail_cont{
		flex-direction: column-reverse;
	}
	.K_cont_custom{
		grid-template-columns: unset;
		display: flex;
		flex-direction: column-reverse;
		gap:10px;
	}
	.K_nahled_cont{
		height: 300px;
	}
	.K_cont2{
		width:100%;
	}
	.S_obr{
		height: 150px;
	}
	.SP_cont{
		height: 270px;
	}
	.S_cont{
		height: 290px;
	}
	.SP_Q_text{

	}
	.S_Q_text{

	}
	.N_img {
	    height: 170px;
	}
	.C_img {
	    height: 170px;
	}

	.DW_close {
		width: 10%;
	}
	.DW_overcont {
		overflow: auto;
	    width: 65%;
	    float: left;
	    padding-right: 10%;
	    max-height: 100%;
	    padding-left: 15%;
	}
	.OP_close{
		width:10%;
	}
	.OP_text{
		width:70%;
	}
	.J_close{
		width:10%;
	}
	.J_text{
		width:70%;
	}
	.Q_close{
		width:10%;
	}
	.QP_close{
		width:10%;
	}
	.I_close{
		width:10%;
	}
	#P_logo_img{
		height: 130px;
    	width: 90%;
	}
	.N_more_cont{
		padding-bottom: 20px;
	}
	.C_more_cont{
		padding-bottom: 20px;
	}
	.A_h1{
		margin-top: 30px;
	}
	.C_h1{
		margin-top: 30px;
	}
	.N_DES{
		display: none;
	}
	.N_TAB{
		width: auto;
	    display: inline;
	}
	.N_TAB2{
	    display: inline;
	}
	.N_TAB3{
	    display: inline;
	}
	.N_MOB{
		display: none;
	}
	.N_MOB3{
		display: none;
	}
	.N_inside_MOB{
		display: none;
		width:100%;
	}
	.S_cont{
		width: calc(97% / 3)
	}
	.SP_cont{
		width: calc(97% / 3)
	}
	.C_popis_min{
		margin-top: 5px;
	}
}
@media (max-width:980px){
	:root {
	  --global-padding: 20px;
	}
	.COMP_cont{
		grid-template-columns: unset;
	}
	#uvod{
	}
	#U_video_text{
		font-size: 4rem;
		line-height: 4rem;
	}
	.G_maxview {
        width: 100%;
		margin-right: unset;
		height: 420px;
	}	
	.G_album_cont {
    }
    .G_album{
    	margin: unset;
	    gap: 6px;
    }
    .G_fotka{
    }
    .G_popis{
    	padding: 10px;
    }

	.Q_text {
	    width: 80%;
	    padding: 0 5% 0 5%;
	}
	
	.Q_sel_X{
		margin-left:0;
		margin-right: 0;
		width: 100%;
	}
	.QP_cont{
		width: 90%;
		display: flex;
        flex-direction: column;
        height: unset;
        padding: 20px;
	}
	.QP_close{
		height: unset;
	}
	.Q_polozka_zbozi{
		display: flex;
	}
	.QPZ_foto_cont{
		width: 100%;
	    float: left;
	    display: inline-block;
	}
	.QPZ_texty{
		width: 100%;
	}
	.QPZ_text_in{
		width: 100%;
		height: unset;
	}
	.QPZX_foto_cont {

    	margin-top: -19px;
	    padding-right: 0px;
	    padding-left: 0px;
	    width: 20%;
	}
	.QPZX_mob2{
		width: 100%;
	}
	.QPZX_mob{
		display:none;
	}
	.FakeBuy_cont{
		padding: 20pxz;
	}
	.K_INP_text{
		margin:0;

		width: calc(100% - 30px);
	}
	.DOR_ADD_css{
		width: 100%;
		margin-left: 0;
		display: flex;
		flex-direction: column;

	}
	.K_INP_DOR_ADD{
        width: 100%;
        margin: unset;
        padding: 10px;
        height: unset;
	}
	.checkbox_cont{
		margin-left: 0;
	}

	.shadow_hlava{
	top:140px;
	height:35px;
	}
	#hlavicka{
		height:140px;
	}
	.C_popis_min{
		margin-top: -15px;
		font-weight: 600; 

		margin-bottom: 25px; 	
		color: rgb(87,87,87);
	}
	.nabidka{
		width: calc(84% / 6);
	    margin-left: calc(2% / 6);
	    margin-right: calc(2% / 6);
	        width: 100%;
    margin: 0;
    border-bottom: 2px solid;


	}
	.nabidkaX{
		width: calc(84% / 6);
	    margin-left: calc(2% / 6);
	    margin-right: calc(2% / 6);
	        width: 100%;
    margin: 0;
    border-bottom: 2px solid;


	}
	.nabidkaY{
	    width: calc(25% - 6px);
	    margin-left: 3px;
	    margin-right: 3px;


	}
	#logo{
		width:50%;
	}
	.RYCH_header{

		display: none;
	}
	.RYCH_txt{

		font-family: 'Open Sans';

		display: inline-block;
		vertical-align: middle;
		color:rgb(13,114,185);
		margin: 5px;
	}
	.RYCH_a{
		display: inline-block;
	}
	.U_video_rychla_cont{
		flex-direction: column;
	}

	#C_motion{
		width:100%;
		opacity: 1;
	}
	.videoC2{
		display:block;
	}
	.videoC1{
		display:none;
	}
	.video_popis_X{
		font-weight: 600;

		width: 100%;
	}
	.video_popis{

	}
	#C_motion_popis {
	    width: 100%;
	}
	#cestovacek_h1 {
		width:100%;
		opacity:1;
		text-align: center;
	}
	.C_popis_min{
		text-align: center;
	}
	.C_popis_body{
	    width: 100%;
	    margin:0;	
	}
	#V_video{
	}
	#V_video2{
		display: block;
		margin-top: 70px;
	    width: 100%;
	    background-color: rgb(13,114,185);
	    text-align: center;
	    float: left;
	    overflow: hidden;
	    margin-bottom: 40px;
	}
	.VY_cont_text{
		margin-right: unset;
	    width: 100%;

	    display: inline-flex;
	    align-items: center;
	    flex-direction: column;
	}
	.VY_CT_cont{
		padding: 0 20px;
	}
	.VX_cont_text{
	    width: 95%;
	    margin-top: 0;
	    margin-left: 2.5%;

        margin-top: 0;
	}
	.video_text{
		position: static;
	    -ms-transform: translateY(0%);
		transform: translateY(0%);
		margin-top: 0px;
		display: inline-block;
		padding: 20px;
		width: 100%;
	}
	#slider{
	    height: auto;
	}
	#slider .slides{
		height: auto;
	}
	#slider .slide{
		height: auto;
	}
	.slide{
		padding-bottom: 40px;
	}
	#V2_video{
		background-color: rgba(0,0,0,0);
	}
	.V2_REAL_video_DES{
		
	}
	.V2_REAL_video_MOB{
		display: block;
	}
	#V3_video{
		height:400px;
	}
	.V_txt01{

	}
	.V_txt02{
		font-weight: 600; 

		font-family:'open sans';
	}
	.V_txt03{
		font-weight: 300; 

		font-family:'open sans';
	}
	.V_categ_MOB{
		width: 90%;
        margin: 0 var(--global-padding);
	}
	.V_categ_mobile{
		margin-top: 30px;
	}
	#V_categ2{
		display: none;
	}
	.V_categ_in1{
		display: none;
	}
	.V_categ_in1x{
		display: inline-block;


	    vertical-align: top;
	    display: inline-block;
	    margin-right: 10px;
	    letter-spacing: 4px;
	}
	.V_arrow{
		height: 70px;
		margin-top: 15px;
	}
	.V_bar{
		margin-top: 25px;
		height: 50px;
	}
	#vyhody{
		margin-top:80px;
	}
	.gradient{
		display: none;
	}
	.FB_image{
		height: auto;
	}
	h1{
		font-size: 3.7rem;
        line-height: 3.7rem;
	}
	#detail{
		padding: 0;
	}
	.D_h1_padder{
		padding: 0 var(--global-padding);
		margin-top: 70px;
		margin-bottom: 30px;
	}
	.D_detail_over_cont{
        padding: 20px var(--global-padding);
	}
	.D_h1{
		margin-bottom: 40px;
		margin-top: 30px;
	}
	.D_CV_typ{
		font-size: 1rem;
	}
	.D_cat_cont{
	    width: 100%;
	    margin-left: unset;
	    margin-top: 10px;
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    gap: 2px;
	}
	.D_cat{
		float: unset;
        display: unset;
        width: auto;
        padding: 20px;
        margin: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        height: unset;
        font-size: 0.8rem;
	}
	.D_cat_subcont{
	    width: auto;
	    margin: 0;
	    position: unset;
	    top: unset;
	    -ms-transform: unset;
	    transform: unset;
	    text-align: center;
	}
	.D_cat_text{
        width: 100%;
   		margin-left: unset;
	}
	.D_cat_photo_cont{
	    width: 100%;
    	margin-bottom: 0px;
    	height: 328px;
    	position: relative;
	}
	.D_cat_photo{
		left: 0%;
		width: 100%;
	}

	.D_cat_photo_D{
		width: 160px;
        height: 160px;
        margin: 0;
        position: absolute;
        bottom: 0;
        right: 0;
        -ms-transform: translateY(-50%);
        transform: translateY(0%);
        border: solid 3px rgb(13, 114, 185);
	}
	.D_cat_photo_DX{
	    width: 38%;
	    height: calc(328px - 2%);
	    margin: 0;
	    position: absolute;
	    bottom: -50%;
	    right: 0;
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	    border: solid 3px rgb(13,114,185);
	}
	.D_form1{

	}
	.D_form2{

	}
	.D_detail_cont{
		flex-direction: column-reverse;
	}
	.D_G_arr{

	}
	.K_h1{
	}
	.K_cont2{
		width:100%;
	}
	.K_inp_help1{

	}
	.K_text_cont{
		flex-direction: column;
		gap:0px;
	}
	.K_inp_help2 {
		text-align: left;
	}
	.K_inp_help3{

	}
	select{
		margin: 0;
		width: 100%;
	}
	.K_barvy{

	}
	.K_okna{
	    margin-top: 19px;
   		height: 80px;
	}
	.K_okno{


	}
	.K_orientace{
	}
	.KOR_L{


	}
	.KOR_P{


	}
	.K_sumy{

	}
	#K_more{
	}
	#K_info{

		font-weight: 500;
	}
	input[type="text"]{
	    font-size: 1.6rem;
	        height: 80px;
	}
	.checkbox_cont{

	}
	.S_text{

		height: 180px;
	}
	.S_obr{
		height: 220px;
	}
	.P_cont{
		flex-direction: column-reverse;
	}
	.P_cont_in{
		text-align: left;
	}
	.P_click{
		text-align: left;
	}
	.SP_cont{
	    width: calc(97% / 2);
		height: 220px;
	    margin-bottom: 28px;
	}
	.S_cont{
	    width: calc(97% / 2);
		height: 400px;
		    margin-bottom: 28px;
	}
	.S_nadpis{
		font-size: 1.6rem;
	}
	.N_img {
	    height: 170px;
	}
	.C_img {
	    height: 170px;
	}
	.DW_close {
		width: 10%;
	}
	.DW_overcont {
		overflow: auto;
	    width: 65%;
	    float: left;
	    padding-right: 10%;
	    max-height: 100%;
	    padding-left: 15%;
	}
	.OP_close{
		width:10%;
	}
	.OP_text{
		width:70%;
	}
	.J_close{
		width:10%;
	}
	.J_text{
		width:70%;
	}
	.Q_close{
		width:10%;
	}
	.QP_close{
		width:10%;
	}
	.QPZX_text_in{
		display: none;
	}
	.I_close{
		width:10%;
	}
	#P_logo_img{
		height: 130px;
    	width: 90%;
	}
	.N_more_cont{
		padding-bottom: 20px;
	}
	.C_more_cont{
		padding-bottom: 20px;
	}
	.A_h1{
		margin-top: 30px;
	}
	.C_h1{
		margin-top: 30px;
	}
	.N_DES{
		display: none;
	}
	.N_TAB{
		display: none;
	}
	.N_TAB2{
		display: none;
	}
	.N_TAB3{
	    display: none;
	}
	.N_TAB_non{
		display: inline;
	}
	.N_MOB{
		display: inline-block;
	}
	.N_MOB3{
		display: inline-block;
	}
	.N_inside_MOB{
		display: none;
		width:100%;
	}
	.C_popis_min{
		margin-top: 5px;
	}
}