/*
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

 */


:root{
    --white: #ffffff;
    --black: #000000;
    --gold: #ffdb9d;
    --gray: #F4F4F4;
    --gray-dark: #444444;
    --gray-dark-rgb: 68,68,68;

    --green: #197c03;
    --green-light: #78b800;
    --red: #ce0909;

    --transition: box-shadow .3s ease-in-out, background-color .3s ease-in-out, color .3s ease-in-out, transform .3s ease-in-out, right .3s ease-in-out, left .3s ease-in-out;
    --scale: scale(1.05);
    --font-fancy: "Maven Pro", sans-serif;
    --font-normal: "Roboto", sans-serif;
    --box-shadow: 0px 5px 15px rgba(var(--gray-dark-rgb),0.2);

    --spacing-90: 5.625rem;
}

html{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*, *:before, *:after{
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.group:before,
.group:after{
    content: " ";
    display: table;
}

.group:after{
    clear: both;
}

.group{
    *zoom: 1;
}

body{
    /* font-size: 100%; */
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-family: var(--font-normal);
    color: var(--gray-dark);
    line-height: 24px;

    font-weight: 300;
}

strong {
    font-weight: 600;
}

.page_wrapper{
    width: 100%;
    float: left;
    position: relative;
}

.page_content{
    width: 100%;
    max-width: 2000px;
    margin: auto;
}

a{
    color: var(--gray-dark);
}

a:hover{
    text-decoration: none;
}

h1{
    font-family: var(--font-fancy);
    font-weight: bold;
    line-height: 36px;
}

h2{
    font-family: var(--font-fancy);
    font-weight: bold;

    margin-top: 1.5em;
    margin-bottom: 0.75em;
}

.page_text h2 {
    margin-top: 2em;
}
.page_text h3,
.page_text h4{
    margin-top: 2em;
}


h3{
    font-weight: 500;

    margin-top: 1.5em;
    margin-bottom: 0.75em;
}


header{
    position: relative;
    width: 100%;
    /* float: left; */
    height: 160px;
}

figure {
	margin: 0;
}

.table_menu{
    position: absolute;
    left: 100px;
    top: 92px;
    width: 180px;
    height: 95px;
    background: url('/gfx/tabule_menu.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    padding-top: 22px;
    letter-spacing: 1px;
}

.table_menu_2{
    position: absolute;
    right: 150px;
    top: 92px;
    width: 180px;
    height: 95px;
    background: url('/gfx/tabule_menu.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    padding-top: 22px;
    letter-spacing: 1px;
}

.facebook{
    position: absolute;
    right: 55px;
    top: 115px;
    width: 69px;
    height: 51px;
    background: url('/gfx/tabule_menu.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 50;
    padding-top: 15px;
    cursor: pointer;
    text-align: center;
    padding: 12px 0;
}

.facebook a{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.facebook img{
    width: auto;
    height: 100%;
}

.table_menu img{
    width: 100%;
    height: auto;
}

.table_menu a, .table_menu_2 a{
    display: block;
    text-align: center;
    color: #4a2b19;
    font-weight: bold;
}
.table_menu_2 a{
    line-height: 3.1rem;
}
.header_menu_wrapper{
    width: 100%;
    height: auto;
    float: left;
    height: 120px;
    background-image: url('/gfx/header.webp');
    background-size: cover;
    background-position: center center;
    position: relative;
}

.header_img{
    width: 554px;
    position: absolute;
    left: 50%;
    margin-left: -277px;
    top: 11px;
    z-index: 1000;
}

.header_img img{
    width: 100%;
    height: auto;
}

.header_img_before,
.header_img_after{
    width: calc(50% - 275px);
    position: relative;
    float: left;
    height: 40px;
    background: url('/gfx/wood.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
    z-index: 10;
}

.header_img_after{
    float: right;
}

.header_img a{
    display: block;
}

.header_overlay,
.footer_overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(50,128,141,0.8);
}

#menu{
    width: 100%;
    height: 100%;
   /* float: left; */
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 1000;
}

#menu li{
  width: calc((100% - 600px) / 8);
  float: left;
  text-align: center;
  display: table;
  height: 100%;
  position: relative;
}

#menu li a{
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
    line-height: 1.2;
}

#menu_4_li {
  /* margin-right: 600px; */
  margin-left: 600px;
}


#menu .sub_1{
    position: absolute;
    top: 100px;
    left: 0;
    margin: 0;
    padding-left: 0;
    background-color: rgba(50,128,141,0.8);
    box-shadow: 0 10px 20px rgba(0,0,0,0.45), 0 5px 10px rgba(0,0,0,0.35);
    border-radius: 2px;
    display: none;
}

#menu .open.sub_0_li:hover .sub_1{
    display: block;
}

#menu .sub_1 li{
    width: 100%;
}

#menu .sub_1 a{
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
    white-space: nowrap;
    text-align: left;
}

#menu #menu_39_li{

    /*background-image: url(/gfx/arrow_down_white.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 15px auto;*/

}

.dropdown_mark{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    background-image: url('/gfx/arrow_down_white.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    position: relative;
    top: 2px;
}

#menu_39_a{
    white-space: nowrap;
}



#_HotelczCertificate-Box{
    display: block;
    position: absolute;
    top: 0;
}










.hp_video_wrapper{
    width: 100%;
    /* float: left; */
    height: calc(100vh - 160px);
    min-height: 750px;
    overflow: hidden;
    position: relative;
}

.hp_video_wrapper video{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;

    z-index: -1;
}
.hp_video_wrapper::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('/gfx/overlay.png');
    /*background-color: rgba(50,128,141,0.8);*/
    text-align: center;
    color: #fff;
    display: block;
}

/*
.video_overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('/gfx/overlay.png');
    background-color: rgba(50,128,141,0.8);
    text-align: center;
    color: #fff;
    padding-top: 1000px;
}

 */

.video_overlay h1{
    font-size: 28px;
    line-height: 50px;
    color: #fff;
}

.video_overlay h1 span{
    font-size: 62px;
    color: var(--gold);
}

.video_overlay p{
    font-size: 18px;
}

.overlay_text{
    position: absolute;
    top: 60px;
    text-align: center;
    width: 100%;

    color: #fff;
}

.overlay_text .hero {
    padding: 0.1rem 0.5rem;
}

.video_overlay .tiles {
    margin-top: 3em;
}

.tiles {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

    /*
  margin: -0.5rem;
     */
    margin: 0 auto;
    max-width: 1000px;
  padding: 0.5rem 0;
}

.tiles h2,
.tiles h3 {
    font-size: 19px;
    font-weight: 500;
}


.tiles > * {
    background: rgba(242, 242, 242, 0.8);
    display: inline-block;
    font-size: 1rem;
    text-align: left;
    position: relative;
    vertical-align: top;
    margin: 0.5rem;
    max-width: 450px;
    overflow: hidden;
    width: calc(100% - 1rem);
    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
    -webkit-transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
}

.tiles > *::before {
    content: none;
}

iframe{
    background-color: #f2f2f2;
}

.flex-wrap{
    display: flex;
    gap: 20px;
    margin: 1em 0;
}
.flex-wrap-in{
    width: calc(50% - 10px);
}
.flex-wrap-in iframe{
    width: 100%;
}







.paging{
    margin-top: 36px;
    width: 100%;

    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    gap: 1rem;
    line-height: 1.1;
}
.paging a{
    text-decoration: none;
    color: inherit;

    transition: var(--transition);
}
.paging .paging_groups{
    display:flex;
    flex-wrap:wrap;

    gap: 0.5rem;
}
.paging .paging_item {
    border-radius: 3px;
    border: 1px solid var(--gray);
}
.paging .paging_item.inactive{
    color: var(--gray-dark);
    border-color: var(--gray);
}

.paging .paging_item.available{
    color: var(--gray-dark);
    background-color: var(--gray);
    border-color: var(--gray);

    transition: var(--transition);
}
.paging .paging_item.active{
    color: var(--white);
    background-color: var(--green-light);
    border-color: var(--green-light);
}
.paging .paging_item:not(.inactive):hover{
    color: var(--white);
    background-color: var(--green-light);
    border-color: var(--green-light);
}

.paging .paging_item_inner {
    display: block;

    padding: 0.15rem 0.25rem;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.2rem;
    text-align: center;

    color:inherit;
    transition: var(--transition);
}









.establishments{
    margin: calc(var(--spacing-90) / 2) 0;
}
.establishments .title{
    text-align: center;
}
.establishments-wrap{
    --loc-col-gap: var(--spacing-90);

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--loc-col-gap);
    row-gap: calc(var(--spacing-90) / 1.5);

    margin-top: calc(var(--spacing-90) / 4);

    padding-left: 1rem;
    padding-right: 1rem;
}

.establishments-wrap .establishments-in {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;

    flex-direction: column;
    gap: 20px;
}
.establishments-wrap .establishments-in .btn{
    margin-top: auto;
}
.establishments img{
    transition: var(--transition);
    max-width: 300px;
    height: auto;
}
.establishments img:hover{
    transform: var(--scale);
}






@media (min-width: 48em)
{
    .tiles > * {
    min-width: 250px;
    width: calc(50% - 1rem); }
}

@media (min-width: 62em) {
    .tiles > * {
    min-width: 250px;
    max-width: 450px;
    width: calc(33.33333% - 1rem);
    }
}




.tiles > *:hover {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.tiles {
  list-style-type: none;
  position: relative;
  margin-bottom: 2rem; }

  .tiles > * {
    position: relative;
    padding-left: 0; }

    .tiles > * br {
      display: none; }

.tiles > * a {
      display: block;
      text-decoration: none;
      height: 100%;
      padding: 1rem;
      padding-left: 4rem;

    padding: 0.5rem;
    padding-left: 2rem;
}

      .tiles > * a:hover div {
        text-decoration: underline; }

    .tiles > * div {
      margin-top: 1em;
      font-weight: bold;
      text-align: right;
      padding-right: 1.35em;
      font-size: 0.75em; }

    .tiles > * strong {
      font-weight: normal;
      color: #000; }

    .tiles > * p {
      font-size: 0.9em;
      color: #000; }

    @media (min-width: 48em) {
      .tiles > * {
          /*
        margin: 1rem;
        width: calc(50% - 2rem);

           */

          margin: 0.5rem;
          width: calc(50% - 1rem);
      }
    }

/*
    @media (min-width: 62em) {
      .tiles > * {
        margin: 1rem;
        margin: 0.5rem;
        width: calc(33.33333% - 2rem);
          width: calc(50% - 1rem);

      }
    }

 */

  .tiles i {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 1.5rem;
    left: 1rem;
    text-align: center;
    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; }

.strip{
    width: 100%;
    float: left;
    height: 40px;
    background: url('/gfx/wood.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.hp_video_wrapper .strip{
    position: absolute;
    bottom: 0;
    left: 0;
}

.scroll_arrow{
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -50px;
    background: url('/gfx/scroll_arrow.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0.7;
    -webkit-animation: shake 1s;
    animation: shake 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.scroll_arrow:hover{
    opacity: 1;
}

.hp_about{
    width: 100%;
    float: left;
    position: relative;
}

.hp_about_left{
    width: 66.6666%;
    width: calc(100% / 3 * 2);
    float: left;
    min-height: 400px;
    background: url('/gfx/restaurace.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.hp_about_right{
    width: 33.3333%;
    width: calc(100% / 3);
    float: left;
    background: url('/gfx/ubytovani.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.hp_about_content{
    width: 50%;
    float: left;
    background-color: rgba(255,255,255,0.8);
    min-height: 500px;
}

.hp_about_text{
    padding: 40px;
    margin-bottom: 60px;
}

.cta_btn,
.footer_news_wrapper .articles_small_more,
.cform_form_submit{
    background-color: var(--green-light);
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
}
.cform_form_submit,
.cform_text, .cform_select{
    margin-top: 20px;
}

.btn_menu_static, .btn_menu, .price_btn{
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    background-color: var(--green-light);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.2s ease;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
}

.btn_menu_static:hover, .btn_menu:hover, .price_btn:hover{
    background-color: #86cd00;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.btn_menu_static, .price_btn{
    background-color: #1976d2;
}

.btn_menu_static:hover, .price_btn:hover{
    background-color: #2196f3;
}

.cform_label{
    width: 100%;
    max-width: 300px;
    text-align: left;
    display: inline-block;

}

.form_text, .form_select, .form_textarea{
    width: 100%;
    max-width: 300px;
    padding: 7px 7px;
    border: 1px solid #ccc;
}
.form_textarea{
    min-width: 300px;
}
textarea{
    min-height: 37px;
}



.cta_btn a,
.footer_news_wrapper .articles_small_more a,
.form_submit{
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    display: inline-block;
    background: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

.btn{
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    display: inline-block;
    background: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
		background-color: var(--green-light);
		border-radius: 2px;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
		transition: all 0.2s ease;
}

.gallery_page_text_top {
	margin-bottom: 30px;
}

.gallery_page_text_bottom {
	clear: both;
	padding-top: 30px;
}

.cform_cleartext{
    margin-top: 10px;
}

#page_10 .cform_cleartext{
    float: left;
    width: 100%;
    max-width: 300px;
}

#page_10 .cform_item.cform_item_type_submit{
    clear: both;

}

.half{
    position: relative;
}

#page_10 .half .cform_form_type_cleartext{
    width: 100%;
    position: relative;
    margin: auto;
    max-width: 300px;

}

#page_10 .half iframe{
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    width: 100%;
    min-height: 400px;
}

.cta_btn:hover,
.footer_news_wrapper .articles_small_more:hover,
.cform_form_submit:hover,
.btn:hover{
    background-color: #86cd00;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.lb-next{
    background: url('/gfx/next.png') right 48% no-repeat !important;
}

.lb-prev{
    background: url('/gfx/prev.png') left 48% no-repeat !important;
}

.hp_about .cta_btn{
    position: absolute;
    right: 0;
    bottom: 40px;
}

.hp_banner_wrapper{
    width: 100%;
    float: left;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.hp_banner_wrapper .banner_bcg{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.banner_logo{
    width: 150px;
    height: auto;
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 10;
}

.banner_logo img{
    width: 100%;
    height: auto;
    display: block;
}

.banner_content{
    width: 100%;
    height: 500px;
    float: left;
    position: relative;
    z-index: 20;
    color: #fff;
    display: table;
    padding: 0 230px;
}

.banner_text{
    display: table-cell;
    vertical-align: middle;
}

.hp_banner_wrapper .cta_btn{
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 25;
}

.footer_news_wrapper{
    width: 100%;
    float: left;
    position: relative;
    min-height: 800px;
}

.big_news,
.footer_news_wrapper .articles_small_item:nth-of-type(1){
    width: 66.6666%;
    width: calc(100% / 3 * 2);
    float: left;
    overflow: hidden;
    min-height: 800px;
    position: relative;
}

.small_news,
.footer_news_wrapper .articles_small_item:nth-of-type(2),
.small_news_1,
.footer_news_wrapper .articles_small_item:nth-of-type(3){
    width: 33.3333%;
    width: calc(100% / 3);
    position: absolute;
    overflow: hidden;
    min-height: 400px
}

.small_news,
.footer_news_wrapper .articles_small_item:nth-of-type(2){
    top: 0;
    right: 0;
}

.small_news_1,
.footer_news_wrapper .articles_small_item:nth-of-type(3){
    bottom: 0;
    right: 0;
}

/*.big_news:before,
.articles_small_item:before,
.small_news:before,
.small_news_1:before{
    width: 100%;
    padding-top: 50%;
    content: '';
    float: left;
}*/

.footer_news_wrapper .articles_small_thumb,
.footer_news_wrapper .articles_small_thumb a
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: block;
}

.footer_news_wrapper .articles_small_item:nth-of-type(1) .articles_small_thumb a img,
.footer_news_wrapper .articles_small_item:nth-of-type(2) .articles_small_thumb a img,
.footer_news_wrapper .articles_small_item:nth-of-type(3) .articles_small_thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: 1400px;
}

.footer_news_wrapper .articles_small_item:nth-of-type(2) .articles_small_thumb a img,
.footer_news_wrapper .articles_small_item:nth-of-type(3) .articles_small_thumb a img{
    max-width: 700px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.footer_news_wrapper .articles_small_item:nth-of-type(2):hover .articles_small_thumb a img,
.footer_news_wrapper .articles_small_item:nth-of-type(3):hover .articles_small_thumb a img {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.footer_news_wrapper .articles_small_item:nth-of-type(2) .articles_small_date,
.footer_news_wrapper .articles_small_item:nth-of-type(3) .articles_small_date,
.footer_news_wrapper .articles_small_item:nth-of-type(2) .articles_small_text,
.footer_news_wrapper .articles_small_item:nth-of-type(3) .articles_small_text,
.footer_news_wrapper .articles_small_item:nth-of-type(2) .articles_small_link,
.footer_news_wrapper .articles_small_item:nth-of-type(3) .articles_small_link{
    display: none;
}

.footer_news_wrapper .articles_small_item .articles_small_text{
    position: absolute;
    z-index: 50;
    text-align: center;
    width: 100%;
    color: #ccc;
    bottom: 20px;
    display: block !important;
}

.footer_news_wrapper .articles_small_item:nth-of-type(1) .articles_small_text{
    bottom: 43%;
}

.footer_news_wrapper .articles_small_item:nth-of-type(2) .articles_small_thumb a:after,
.footer_news_wrapper .articles_small_item:nth-of-type(3) .articles_small_thumb a:after{
    /*background-color: rgba(69,43,21,0.5);*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
}

.footer_news_wrapper .articles_small_more{
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 25;
}

.footer_news_wrapper .articles_small_item .articles_small_title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
}

.footer_news_wrapper .articles_small_item .articles_small_title h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
}

.footer_news_wrapper .articles_small_item .articles_small_title h2 a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 20px 0;
    background-color: rgba(69,43,21,0.5);
    text-decoration: none;
    color: #fff;
    padding-bottom: 60px;
}

.footer_news_wrapper .articles_small_item .articles_small_title h2 a:before {
    content: '';
    width: 50px;
    height: 25px;
    background: url('/gfx/h2_img_white.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    position: relative;
    /*margin: auto;*/
    margin-bottom: 10px;
}

.footer_news_wrapper .articles_small_item:nth-of-type(2) .articles_small_title,
.footer_news_wrapper .articles_small_item:nth-of-type(3) .articles_small_title{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 400px;
}

.footer_news_wrapper .articles_small_item:nth-of-type(2) .articles_small_title h2,
.footer_news_wrapper .articles_small_item:nth-of-type(3) .articles_small_title h2{
    display: table;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 400px;
    margin: 0;
}

.footer_news_wrapper .articles_small_item:nth-of-type(2) .articles_small_title h2 a,
.footer_news_wrapper .articles_small_item:nth-of-type(3) .articles_small_title h2 a{
    text-decoration: none;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.footer_news_wrapper .articles_small_item:nth-of-type(2) .articles_small_title h2 a:before,
.footer_news_wrapper .articles_small_item:nth-of-type(3) .articles_small_title h2 a:before{
    content: '';
    width: 50px;
    height: 25px;
    background: url('/gfx/h2_img_white.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    position: relative;
    margin: auto;
    margin-bottom: 10px;
}

footer{
    width: 100%;
    float: left;
    position: relative;
    /* background-image: url('/gfx/header.webp'); */
    background-size: cover;
    background-position: center center;
}

.footer_content{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: auto;
    max-width: 1280px;
    padding: 80px 40px;
    padding-top: 60px;

    /*
        height: 375px;
     */

    color: #fff;
}

.footer-text{
    text-align: center;
    margin-top: 0;
}

.footer_content_part{
    width: 33.3333%;
    width: calc(100% / 3);
    color: #fff;
    float: left;
}

.comerto_footer{
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-bottom: 5px;
    z-index: 100;
}

.comerto_footer img{
    height: 18px;
    width: auto;
}

.page_text_wrapper{
    width: 100%;
    float: left;
    padding: 40px;
    position: relative;
}

h1.gallery_name {
	text-align: center;
	grid-column: span 3;
}
.gallery_name{
    width: 100%;
}

.other-galleries-wrap {
    margin-top: 80px;
}

.other-galleries-wrap h2 {
    text-align: center;
}

.gallery_container {
    /*
    display: grid;
	grid-template-columns: 1fr 1fr 1fr;

     */

    display: flex;
    flex-wrap: wrap;
}
.gallery_container .gallery_item{
    width: 33.333%;
    width: 25%;
}

.gallery_container.special-page-imgs {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0 !important;
}

.gallery_container.special-page-imgs .gallery_item {
    width: 100% !important;
    height: 100%;
    padding: 0 !important;
}

.gallery_container.special-page-imgs .gallery_img {
    border: none !important;
    box-shadow: none !important;
    width: 100%;
    height: 100%;
}

.gallery_container.special-page-imgs .gallery_img:hover {
    transform: rotate(0) !important;
}

.gallery_container.special-page-imgs .gallery_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media(max-width: 1023px) {
    /*
	.gallery_container {
	  grid-template-columns: 1fr 1fr;
	}

     */
    .gallery_container .gallery_item{
        width: 50%;
    }

	h1.gallery_name {
		grid-column: span 2;
	}
}

@media(max-width: 480px) {
    /*
	.gallery_container {
		flex-direction: column;
	}

     */
    .gallery_container .gallery_item{
        width: 100%;
    }
}

.gallery_container.aside{
    width: auto;
    float: right;
		display: block;
}

.aside .gallery_item {
    width: 100%;
    float: right;
}

.about_section{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.about_section img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: 2000px;
}


.about_section_text{
    width: 40%;
    background-color: rgba(255,255,255,0.8);
    height: 100%;
    padding: 40px;
    float: left;
    position: relative;
    /*z-index: 20;*/
    min-height: 500px;
}

.right .about_section_text{
    float: right;
}

.about_section_text.blue,
.page_text_wrapper.blue{
    background-color: rgba(50,128,141,0.8);
    color: #fff;
}

.blue a{
    color: #fff;
}

.cta_btn_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about_section .cta_btn{
    position: absolute;
    right: 0;
    right: 40px;
    bottom: 40px;
}

/*.about_section .cta_btn.sticky{
    right: 40%;
}*/

.about_section_text table{
    width: 100%;
}
.about_section_text table td{
    outline: 1px solid rgba(255,255,255,0.5);
    padding: 0 10px;
}
.about_section_text .cta_btn_left{
    position: relative;
    bottom: 0;
    right: 0;
}

.about_section_text h2:first-child::before,
.hp_about_text h2:before,
.about_section_text h1:before,
.articles_list_title h2:before{
    content: '';
    width: 50px;
    height: 25px;
    background: url('/gfx/h2_img.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    position: relative;
    margin: auto;
    margin-bottom: 10px;
}


.articles_list_title h2{
    display: inline-block;
}

.about_section_text.blue h2:before{
    content: '';
    background: url('/gfx/h2_img_white.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.map{
    width: 100%;
    float: left;
    height: 400px;
}

.map iframe{
    width: 100%;
    height: 100%;
}

ul#submenu_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#submenu_text li.sub_0_li {
	width: calc(33.3333% - 20px);
	min-width: 15em;
    height: 17.5em;
    margin: 10px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

ul#submenu_text li.sub_0_li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: white;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px black;
	border: 5px solid #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

ul#submenu_text li.sub_0_li:hover {
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.page_text_wrapper .page_text{
    max-width: 1200px;
    margin: auto;
}

.page_text h3, h4 {
    /*
	width: 80%;
    margin-left: auto;
    margin-right: auto;

     */
	text-align: left;
}

.page_text table {
    /*
	width: 80%;
	margin: auto;

     */
    width: 100%;
	margin-bottom: 2em;
	border-collapse: collapse;
}

/*.page_text table tr {
    display: flex;
    justify-content: center;
    margin-bottom: 0.25em;
    border-bottom: 1px solid black;
}*/

.page_text table tr{
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
.page_text table tr td {
	text-align: left;
	line-height: 20px;

    padding: 10px;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
}

#page_34 h2 {
    font-size: 18px;
}

/*
.page_text table tr td:last-child {
    padding-right: 0;
}

 */

.food_price{
    text-align: right;
    white-space: nowrap;
}

.page_text table tr td:nth-child(1) {
	font-weight: bold;
    /* width: 55px; */
}
/*
.page_text table tr td:nth-child(2) {
	font-style: italic;
}


.page_text table tr td:nth-child(3) {
	font-style: italic;
	font-weight: 400;
     width: 55px;
}


#page_14 .page_text {
	text-align: center;
}

#page_14 .page_text ol {
	width: 50%;
	margin: auto;
}

*/


.articles_list_item {
	display: block;
	min-height: 250px;
	position: relative;
    float: left;
    margin-bottom: 40px;
    width: 100%;
}
.articles_list_item.past-event {
	opacity: .3;
	transition: .3s;
}
.articles_list_item.past-event:hover {
	opacity: .6;
}







#page_7 ul#submenu_text{
    display: flex;
    gap: 30px;
}
#page_7 ul#submenu_text li.sub_0_li {
    width: auto;
    min-width: unset;
    height: auto;
    margin: 0px;
}
#page_7 ul#submenu_text li.sub_0_li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    max-height: 50px;
    color: var(--green-light);
    text-decoration: underline;
    font-size: 24px;
    font-weight: 400;
    text-shadow: unset;
    border: 5px solid #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.2s ease;
    padding: 5px 10px;
}
#page_7 ul#submenu_text li.sub_0_li a:hover{
    text-decoration: none;
}

.grid-col-3 strong{
    font-weight: 700;
}
.grid-col-3 img{
    width: 100%;
    height: auto;
    display: block;
    max-width: fit-content;
}
.articles_list_container.grid-col-3{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.grid-col-3 .articles_list_item {
    float: unset;
    display: flex;
    flex-direction: column;
    padding: 30px;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;

    box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23);
    border: 5px solid #fff;
    border-radius: 2px;
    overflow: hidden;
    transition: all 0.2s ease;
}
.grid-col-3 .articles_name {
    grid-column: span 3;
    margin-bottom: unset;
}
.grid-col-3 .articles_list_thumb,
.grid-col-3 .articles_list_text{
    float: unset;
    margin: 0 auto;
    width: 100%;
}
.grid-col-3 .articles_list_thumb a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.grid-col-3 .articles_list_thumb img{
    max-width: 100%;
}
.grid-col-3 .articles_list_link,
.grid-col-3 .articles_art_link{
    position: relative;
    margin-top: auto;
}
.grid-col-3 .articles_art_thumb{
    float: unset;
    margin: 0 auto;
    margin-bottom: 40px;
    height: auto;
    width: 100%;
    max-width: 400px;
    display: block;
}
.grid-col-3 .articles_art_thumb a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid-col-3 .articles_art_thumb{
    border: 1px solid #f2f2f2;
}
.grid-col-3 .articles_art_text a{
    width: fit-content;
    display: inline-block;
}



.articles_list_date{
    margin-top: 20px;
}

.articles_list_thumb{
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border: 5px solid #fff;
    border-radius: 2px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.articles_list_thumb:hover{
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.articles_list_thumb img{
    display: block;
}

.articles_list_thumb, .articles_art_thumb {
	display: inline-block;
	float: right;
	margin-left: 2em;
}

.articles_list_thumb{
    float: left;
}

.articles_list_text{
    float: left;
    margin-left: 40px;
}


.articles_art_title{
    text-align: center;
}

.articles_art_title a{
    text-decoration: none;
}

.articles_list_thumb, .articles_art_thumb{
    width: 300px;
    height: 200px;
    overflow: hidden;
}

.articles_art_thumb {
	margin-bottom: 1em;
    width: 400px;
    height: 300px;
}

.articles_list_thumb a img, .articles_art_thumb img {
	width: 100%;
	height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.articles_list_date, .articles_art_date {
	font-weight: bold;
}

.articles_art_date{
    padding-bottom: 1em;
    color: #ccc;
}

.articles_list_link, .articles_art_link {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}

.articles_name{
    text-align: center;

    position: relative;
}





.articles_small_container .articles_name{
    top: 40px;
    left: 0;
    color: #fff;
    border-radius: 0 2px 2px 0;
    padding: 20px 30px 20px 60px;
    background-color: rgba(95,50,40,0.7);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    z-index: 99;
}

.articles_list_title{
    text-align: center;
}

.articles_list_title a{
    text-decoration: none;
}

.half{
    float: left;
    width: 50%;
}

.gallery_item{
    padding: 10px;
}

figcaption {
	text-align: center;
	font-size: 14px;
	font-style: italic;
	margin-top: 10px;
}

.gallery_img{
    width: 100%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.grid-col-3 .articles_art_text .gallery_img{
    display: flex;
}

.gallery_img:hover{
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.gallery_img a{
    display: block;
    width: auto;
    height: auto;
}
.gallery_img img{
    width: 100%;
    display: block;
    height: auto;
}



.form_overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(50,128,141,0.8);
    z-index: 10000;
    display: none;
}

.form_wrapper{
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    padding: 50px;
    z-index: 10001;
    max-height: 100vh;
    overflow: auto;
    display: none;
}

.form_window{
    width: 100%;
    margin: auto;
    max-width: 930px;
    min-height: 100px;
    padding: 1.5rem 0.5rem 2rem 0.5rem;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    text-align: center;
}

.popup_close_btn{
    background: #fff url('/gfx/icon-close.png') no-repeat center center;
    background-size: 50% 50%;
    width: 40px;
    height: 40px;
    margin-top: -3rem;
    margin-right: -2rem;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.35);
    cursor: pointer;
    float: right;
}

.form_window h2{
    margin-bottom: 40px;
}

.form_window h2:before{
    content: '';
    width: 50px;
    height: 25px;
    background: url('/gfx/h2_img.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    position: relative;
    margin: auto;
    margin-bottom: 10px;
}

#restaurace,
#ubytovani,
#poledni_menu,
#price_list,
#closed_info{
    display: none;
}

#closed_info .btn_menu_static{
    margin-top: 20px;
    display: inline-block;
}

#price_list{
    color: var(--gray-dark);
    text-align: left;
    position: relative;
}

#price_list span{
    text-align: center !important;
}

.closer{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.menu_icon{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50px;
    top: 35px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    display: none;
}

.menu_part{
    position: absolute;
    width: 100%;
    height: 2px;
    margin-bottom: 10px;
    background-color: #fff;
    opacity: 0.9;
    border-radius: 1px;
}

.menu_part:nth-child(1) {
    top: 8px;
}
.menu_part:nth-child(2) {
    top: 23px;
}
.menu_part:nth-child(3) {
    top: 38px;
}

.menu_part.opened {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
}

.menu_part.opened:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


#menu li a{
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#menu li a:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#menu li a.active,
#menu li a.parent{
    text-decoration: underline;
}

#menu_1_li{
    display: none !important;
}

.wide{
    max-width: 1000px;
}

.cta_btns_pension{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pension_reservation{
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    background-color: var(--green-light);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.2s ease;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pension_reservation:hover{
    background-color: #86cd00;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.cross_w{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cross_c{
    width: calc(50% - 20px);
    position: relative;
    margin-top: 40px;
}

.cross_c:before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 60%;
}

.cross_c a{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-decoration: none;
}

.cross_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 65px 0px rgba(0,0,0,0.11);
}

.cross_img img{
    width: 100%;
    height: auto;
    transition: all 3s ease;
    display: block;
}

.cross_c:hover img{
    transform: scale(1.4);
}

.cross_text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}


@media screen and ( max-width: 1650px ){

    #menu{
        padding: 0 10px;
    }

    #menu a{
        font-size: 14px;
    }

}

@media screen and ( max-width: 1450px ) {
    #menu {
        display: none;
        padding: 0 10px;
        height: 100vh;
        background-color: rgba(50, 128, 141, 0.9);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1001;
        padding-top: 120px;
    }

    #menu_1_li {
        display: block !important;
        text-align: center;
    }

    #menu_1_li a {
        display: inline-block !important;
    }

    .menu_icon {
        display: block;
        z-index: 1002;
        transition: 250ms ease-in;
    }

    .menu_icon .menu_part {
        transition: 250ms ease-in;
    }

    #menu li {
        float: none;
        width: 100% !important;
    }

    #menu #menu_10_li {
        display: table;
    }

    #menu li {
        width: 100%;
        margin: 0;
        height: auto;
        padding: 0;
    }

    #menu li a {
        font-size: 18px;
        padding: 10px;
    }

    #menu .sub_1 {
        display: none !important;
    }


    .facebook {
        right: 10px;
    }
}


@media screen and ( max-width: 1350px ){

    .dropdown_mark{
        width: 10px;
        height: 10px;
        top: 0px;
        margin-left: 2px;
    }

}


#menu #menu_10_li{
    display: none;
}

@media screen and ( max-width: 1250px ){
    .table_menu{
        top: 15px;
        left: 20px;
    }
    .table_menu_2{
        top: 15px;
        left: 214px;
        z-index: 45465465;
        display: none;
    }
    .dropdown_mark{
        display: none;
    }

}

@media screen and (max-width: 1100px){
    .articles_list_container.grid-col-3 {
        grid-template-columns: repeat(2,1fr);
    }
    .grid-col-3 .articles_name {
        grid-column: span 2;
    }
}

@media screen and ( max-width: 1000px ){
    .hp_about_left {
        width: 100%;
    }

    .hp_about_right {
        width: 100%;
        min-height: 400px;
        position: relative;
    }

    .banner_content {
        padding: 0 10vw;
        margin: 10vh 0;
    }

	.page_text table tr td {
		padding-right: 1em;
	}

	.page_text table tr td:last-child {
		text-align: right;
	}

    .about_section_text {
    	padding-bottom: 10vh;
    }

    div#articles_small_1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .big_news, .footer_news_wrapper .articles_small_item:nth-of-type(1) {
        width: 100%;
    }

    .small_news, .footer_news_wrapper .articles_small_item:nth-of-type(2),
    .small_news_1, .footer_news_wrapper .articles_small_item:nth-of-type(3) {
        position: relative;
        width: 50%
    }

}

@media screen and (max-width: 900px) {
    .flex-wrap{
        flex-wrap: wrap;
    }
    .flex-wrap-in{
        width: 100%;
    }


	ul#submenu_text li.sub_0_li {
		width: calc(50% - 20px);
	}

    .header_img_before, .header_img_after {
        width: 50%;
    }

    .overlay_text{
        top: 0;
    }

    .overlay_text h1 {
        font-size: 20px;
        line-height: 1.4rem;
    }

    .overlay_text h1 span {
        font-size: 32px;
    }

    .header_img a {
        display: none;
    }
}


@media screen and (max-width: 800px) {
	.page_text h3, .page_text table {
		width: 100%;
	}


    .about_section_text {
        width: 100%;
        padding-bottom: 80px;
        z-index: 0;
    }
}


@media screen and (max-width: 700px) {

    h2,
    h3,
    .page_text h2,
    .page_text h3,
    .page_text h4{
        margin-top: 1em;
        margin-bottom: 0px;
    }




    .establishments .title{
        margin-top: 0px;
    }
    .establishments-wrap{
        flex-direction: column;
    }

    .establishments-wrap .establishments-in {
        margin: 0 auto;
    }


    .articles_list_container.grid-col-3 {
        grid-template-columns: 1fr;
    }
    .grid-col-3 .articles_name {
        grid-column: span 1;
    }


    .page_text_wrapper .page_text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .half {
        float: initial;
        width: 100%;
        text-align: center!important;
    }

    #page_10 .half .cform_form_type_cleartext{
        width: 100%;
    }

    #page_10 .cform_cleartext{
        width: 100%;
        max-width: 100%;
    }
}


@media screen and (max-width: 640px) {
	ul#submenu_text li.sub_0_li {
		width: calc(80% - 20px);
		height: 65vw;
	}
}


@media screen and (max-width: 600px) {
    .header_img_before, .header_img_after {
        width: 50%;
    }

    .header_img a {
        display: none;
    }

    .hp_about_content {
        width: 100%;
    }

    .articles_list_item {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	-ms-flex-direction: column;
    	flex-direction: column;
    }


    .articles_list_link {
    	position: initial;
    }

    .articles_list_thumb, .articles_art_thumb {
    	float: initial;
    }

    .footer_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        height: auto;
    }

    .footer_content_part {
        width: 100%;
        text-align: center!important;
    }
}


@media screen and (max-width: 400px) {
    .small_news, .footer_news_wrapper .articles_small_item:nth-of-type(2),
    .small_news_1, .footer_news_wrapper .articles_small_item:nth-of-type(3) {
        width: 100%;
    }

    .articles_list_thumb, .articles_art_thumb{
        width: 100%;
    }
}


@-webkit-keyframes shake{
    0%{
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    50%{
        -webkit-transform: translate(20px, 0px);
        transform: translate(0px, 20px);
    }
    100%{
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}


@keyframes shake{
    0%{
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    50%{
        -webkit-transform: translate(20px, 0px);
        transform: translate(0px, 20px);
    }
    100%{
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}


/* O Kadlcove mlunu - VIDEO */
.video-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.wrap-for-wrap {
    width: 100%;
    max-width: 1000px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}





/* Pridane nastaveni datepickeru*/

#ui-datepicker-div{
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  min-width: 300px;
  padding: 10px;
  display:none;
}

.ui-datepicker-header,.ui-datepicker-calendar{
  width: 100%;
}
.ui-datepicker-header{
  text-align:center;
}
.ui-datepicker-prev{
  float:left;
}
.ui-datepicker-next{
  float:right;
}
.ui-datepicker-header a{
  text-decoration: underline;
  cursor: pointer;
}
.ui-datepicker-header a.ui-state-disabled{
  text-decoration: none;
  color: #ccc;
}
.ui-datepicker-title{
  font-weight:bold;
}

.ui-datepicker-calendar{

  margin-top: 10px;
}



table.ui-datepicker-calendar td{
  text-align:right;

}

table.ui-datepicker-calendar th{
  color: grey;
  text-align:center;
}

table.ui-datepicker-calendar td.ui-datepicker-week-col{
  text-align:center;
  color: #ccc;
}

table.ui-datepicker-calendar td .ui-state-default{
  display:block;
  padding: 0px 4px;
  color: grey;
  text-decoration:none;
}
table.ui-datepicker-calendar td a.ui-state-default{
  color: #FFFFFF;
  background-color: var(--green-light);
}

table.ui-datepicker-calendar td a.ui-state-default.ui-state-active, table.ui-datepicker-calendar td a.ui-state-default:hover{
  color: #FFFFFF;
  background-color: rgba(50,128,141,0.8);
  border-radius: 2px;
}

/*Nove denni menu*/

.menu_food_wrapper{
    position: relative;
    background: url('/gfx/menu.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.menu_food_wrapper::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('/gfx/overlay.png');
    /*background-color: rgba(50,128,141,0.8);*/
    text-align: center;
    display: block;
}

/*
.menu_food_overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('/gfx/overlay.png');
}

 */

.menu_food{
    max-width: 800px;
    width: 100%;
    position: relative;
    margin: auto;
    background-color: #fff;
    background-color: rgba(255,255,255,0.95);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 2px;
    margin-top: 30px;
    padding: 0 40px 40px 40px;

}


.breadcrumbs.white,
.breadcrumbs.white a{
    color: #fff;
    position: relative;
    z-index: 10;
    display: inline-block;
}

.menu_food h1{
    text-align: center;
    position: relative;
    max-width: 60%;
    padding-bottom: 30px;
    background: url(ico_caption.svg) no-repeat center bottom;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

.text_undermenu_wrapper{
    width: 100%;
    padding-top: 20px;
    margin-top: 30px;
    float: left;
    background: url(ico_caption.svg) no-repeat center bottom;
    background-position: top;
    position: relative;
}

.text_undermenu{
    padding-top: 15px;
    width: 100%;
    position: relative;
    margin: auto;
    overflow: hidden;
    text-align: left;

}

.menu_food .objednat_poledni_menu{
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 14px;
    background-color: #71ad00;
    padding: 8px 15px;
    text-transform: none;
    cursor: pointer;
    color: #fff;
}

.objednat_poledni_menu:hover{
    background-color: #86cd00;
}

.text_undermenu_wrapper .objednat_poledni_menu{
    right: 0px;
    top: auto;
    bottom: 0;
}

.menu_tel{
    color: #000;
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

.menu_tel:before{
    content:'';
    position: absolute;
    top: 5px;
    left: 0;
    background: url('/gfx/phone.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
}


.menu_next_week,
.menu_actual_week{
    position: absolute;
    right: 30px;
    top: -34px;
    display: inline-block;
    padding: 5px 15px 5px 15px;
    background-color: #1976d2;
    color: #fff;
    border-radius: 2px 2px 0 0;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 14px;
}

.menu_actual_week{
    -webkit-animation: flash 2s;
    animation: flash 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.menu_next_week:hover,
.menu_actual_week:hover{
    background-color: #2196f3;
}

.text_undermenu_wrapper .menu_actual_week{
    bottom: 0;
    right: 0;
    top: auto;
    bottom: 50px;
}

.center_text{
    text-align: center;
}

.benefit_plus_wrapper{

    position: absolute;
    top: 90px;
    left: -90px;
    transform: rotate(-90deg);
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 2px;
    width: 130px;
}

.benefit_plus_wrapper img{
    width: 100%;
    height: auto;
}

.text_topmenu_wrapper{
    margin-bottom: 40px;
}

.menu_food table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 45px;
}

.menu_food .food_price{
    width: 70px;
}

.menu_food table td{
    padding: 3px;
}

.static_menu .text_undermenu_wrapper{
    margin-top: 0;
}

#page_35 .text_topmenu{
    display: none;
}

#page_35 .benefit_plus_wrapper{
    display: none;
}

#page_35 .menu_actual_week{
    display: none;
}

table.alergens td{
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
}

@keyframes flash{
    0%{
        background-color: #1976d2;
    }
    50%{
        background-color: #50b2ff;
    }
    100%{
        background-color: #1976d2;
    }
}

@media screen and ( max-width: 1000px ){
    .menu_food .objednat_poledni_menu{
        top: -40px;
        left: 0;
        right: auto;
        box-shadow: none;

    }

    .menu_food{
        margin-top: 75px;
    }

    .text_undermenu_wrapper .objednat_poledni_menu{
        right: 0;
        top: auto;
        bottom: 0;
        text-align: center;
    }

    .text_undermenu{
        padding-bottom: 50px;
    }
}

/*Zberac emailov*/

.email_box_wrapper{
    width: 100%;
    max-width: 900px;
    position: fixed;
    left: 50%;
    margin-left: -450px;
    bottom: 0;
    min-height: 20px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.95);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    z-index: 99;
    border-radius: 2px;
    padding: 20px;
    display: none;
}

.email_box_picture{
    width: 40%;
    height: auto;
    background: url('/gfx/email_picture.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 2px;
    float: left;
}

.email_box_picture:before{
    width: 100%;
    padding-top: 85%;
    content: '';
    display: block;
}

.email_box_header{
    width: 60%;
    float: left;
    font-size: 20px;
    padding: 0 0 20px 20px;
    position: relative;
    font-weight: bold;
    text-align: center;
}

.email_box_header:before{
    content: '';
    width: 40px;
    height: 20px;
    background: url('/gfx/h2_img.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    position: relative;
    margin: auto;
    margin-bottom: 5px;
}

.email_box_text{
    padding: 0 0 10px 20px;
    float: left;
    width: 60%;
}

.email_box_form{
    width: 60%;
    float: left;
    padding: 0 0 0 20px;
    text-align: center;
}

.email_box_form .form_text{
    max-width: 100%;
}

.email_box_form .form_submit{
    padding: 10px 15px;
}

.email_box_form .cform_form{
    text-align: left;
}

.email_box_form .cform_form a{
    white-space: nowrap;
}

.email_box_close{
    position: absolute;
    width: 40px;
    height: 40px;
    top: -15px;
    right: -15px;
    cursor: pointer;
    background: #fff url('/gfx/icon-close.png') no-repeat center center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

/*svatomartinska husa*/
#page_12 .articles_art_thumb,
#page_37 .articles_art_thumb{
    display: none;
}

#page_37 .articles_art_perex{
    text-align: center;
}

.certificate{
    display: inline-block;
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    animation: animate_img_intro 0.2s forwards linear;
    animation-delay: 2s;
    opacity: 0;
    width: 150px;
    height: 100px;
}

.certificate a{
    display: inline-block;
}

.certificate img{
    width: 100% !important;
    height: auto !important;
}

.certificate_footer{
    width: 120px;
    height: auto;
    position: absolute;
    bottom: 40px;
    left: 40px;
    transform: rotate(-25deg);

}

.certificate_footer a{
    display: inline-block;
    width: 100%;
    height: auto;
}

.certificate_footer img{
    width: 100%;
    height: auto;

}

.about_section .certificate{
    bottom: 40px;
    left: 20px;
    top: auto;
    right: auto;
}

.gdpr{
    margin-top: 40px;
}

@keyframes animate_img_intro{
    /*0% {width: 300%;right: -50%; top: -50%;}
    100% {width: 100%;right: 0; top: 0;}*/
    0% {transform: scale(4)}
    100% {transform: scale(1);
            opacity: 1;}
}

.certificate a{
    display: inline-block;
}

@media screen and ( max-width: 1000px ){
    .email_box_wrapper{
        width: 80%;
        left: 10%;
        margin-left: 0;
        max-width: 100%;

    }

    .email_box_header{
        width: 100%;
        padding-left: 0;
    }

    .email_box_text{
        width: 100%;
        padding-left: 0;
    }

    .email_box_form{
        width: 100%;
        padding-left: 0;
    }

    .email_box_picture{
        display: none;
    }

    .half{
        position: static;
    }

    .certificate{
        width: 100px;
        height: auto;
    }

    .certificate_footer{
        width: 100px;
        bottom: 40px;
    }

    .cross_c{
        width: 100%;
    }
}

@media screen and ( max-width: 1000px ){
    .closed_info_text {
        overflow: hidden;
    }
}

@media screen and ( min-width: 1000px ){
    .closed_info_text img {
        display: none;
    }

    .closed_info_text::before {
        content: '';
        display: block;
        background-image: url('https://www.kadlcuvmlyn.cz/data/pages_images/36/oznameni-ukonceni-provozu-restaurace-pro-verejnost.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 912px;
        height: 480px;
    }
}

@media screen and (max-width:1400px) {
    #menu_4_li {
        margin-right: 550px;
    }

    #menu li{
        width: calc((100% - 500px) / 8);
    }
}

#_HotelczCertificate-Box{
    top:45%!important;
}
.faq{
    float: left;
    text-align: center;
    position: relative;
    width: 100%;

}
.faq .news_container {
    padding: 40px;
    max-width: 1000px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
		text-align: left;
}

.page_text .news_container h3 {
	margin: 0;
}

.faq .news_date{
    display: none;
}

.faq .news_item{
    margin-top:45px;
}

.footer_content_part a {
	color: #fff;
}

.wedding-party {
	text-align: center;
	margin: 40px 0;

    box-shadow: 0px 15px 30px rgba(23,46,84,0.1);
    padding: 60px 40px;
    max-width: 600px;
    margin: 40px auto;
    background: rgba(120, 184, 0,0.2);
}
.wedding-party .cform_name{
    margin-top: 0px;
}
.wedding-party .form_text,
.wedding-party .form_select,
.wedding-party .form_textarea{
    max-width: 350px;
}
.wedding-party textarea{
    min-width: 350px;
}

.wedding-party .cform_label {
	text-align: center;
}

.wedding-party .cform_form_type_cleartext {
	width: 100%;
	max-width: 300px;
	padding: 7px 7px;
	margin: 0 auto;
}

.korona{
    position: absolute;
    padding: 1rem;
    background: rgba(255,255,255,.7);
    z-index: 546;
    right: 100px;
    bottom: 100px;

}
@media (max-width:900px){
    .korona{
        display: none;
    }
}

@media (max-width:500px){
    .table_menu{
        width: 125px;
    }

}

/*
.news_container {
    text-align: center;
}
*/

.page_text table.good-table tr td:nth-child(1){
    width: auto;
    padding-left: 1rem;
}
.page_text table.good-table tr td:nth-child(2){
font-style: normal;
}

table.good-table tr:first-child td{
    background: #d4d4d4;
}
.about_section  .new_btn{
    padding: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    right: auto;
    color: white;
}

.page_perex{
    text-align: center;
}

.reservation-btn-wrap {
	text-align: center;

    margin: 2em 0 3em 0;
}

.news_container h3 {
	font-size: 22px;
	position: relative;
	cursor: pointer;
	margin: 0;
}

.news_container h3::after,
.news_container h3::before {
	width: 15px;
	height: 3px;
	position: absolute;
	content: " ";
	left: -40px;
	top: 14px;
	background-color: #85C559;
	transition: .3s;
}

.news_container h3::after {
	transform: rotate(90deg);
}

.news_container .news_item.open h3::after {
	transform: rotate(0deg);
}

.news_item {
	padding-left: 40px;
	margin-bottom: 20px;
}

.news_text {
	display: none;
}

.news_text_answer {
	padding: 15px 0;
}

.news_text p {
	margin: 0;
}

.more-photos-center {
	margin: 30px 0;
}

#page_3 .gallery_container {
	margin-bottom: 20px;
}

.page_text.width1000 {
    padding: 40px;
    max-width: 1000px;
    text-align: left;
    margin: auto;
}

#page_1 .page_text {
  position: relative;
  top: 20px;
	clear: both;
}

.articles_small_container.references {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.articles_small_container.references .articles_small_item,
.articles_list_container.references .articles_list_item {
	box-shadow: 0px 15px 30px rgba(23,46,84,0.1);
	background-color: #fff;
	padding: 25px;
	display: grid;
	grid-template-columns: 300px auto;
	position: relative;
	gap: 30px;
	transition: ease-in-out .3s;


    gap: 0px;
    column-gap: 30px;
}
.references .articles_title,
.references .articles_date,
.references .articles_perex {
    height: fit-content;
}
.references .articles_date{
    color: #ccc;
}





.articles_small_container.references .articles_small_item:hover,
.articles_list_container.references .articles_list_item:hover {
	box-shadow: 0px 15px 35px rgba(23,46,84,0.2);
}

.articles_small_container.references .articles_small_item h3,
.articles_list_container.references .articles_list_item h2 {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0;
	text-align: left;
	display: block;
}

.articles_list_container.references .articles_list_text {
	margin-left: 0;
}

.articles_list_container.references .articles_list_title h2::before {
	display: none;
}

.articles_small_container.references .articles_small_item .articles_small_thumb,
.articles_list_container.references .articles_list_item .articles_list_thumb  {
	margin: -25px;
	margin-right: 0;
	grid-row: span 3;
	width: 300px;
	height: 300px;
	background-color: #fff9f2;
	background-image: url('/gfx/flowers.svg');
	background-position: 50% 50%;
	background-size: auto 50%;
	background-repeat: no-repeat;
	box-shadow: none;
	border: none;
	border-radius: 0;
}

.articles_small_container.references .articles_small_item .articles_small_thumb img,
.articles_list_container.references .articles_list_item .articles_list_thumb img {
	display: block;
}

.articles_small_container.references .articles_small_link,
.articles_list_container.references .articles_list_link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.articles_small_container.references .articles_small_link a,
.articles_list_container.references .articles_list_link a {
	display: block;
	width: 100%;
	height: 100%;
}

.articles_small_container.references .articles_small_more {
	display: flex;
	justify-content: center;
}

.articles_small_container.references .articles_small_more a {
	color: #fff;
	text-decoration: none;
	padding: 15px 20px;
	display: inline-block;
	background: none;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	background-color: var(--green-light);
	border-radius: 2px;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: inline-block;
}

.articles_small_container.references .articles_small_more a:hover {
	background-color: #86cd00;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23);
}

.articles_art_container.references .articles_art_thumb {
	width: 100%;
	height: auto;
	margin: 40px 0;
}








/* Výpis článků v modulu Články - recenze platform Booking atd. */

.articles_text_category{
    margin: 2rem 0 4rem 0;
}
.articles_text_category .articles_small_container .articles_more a{
    background-color: transparent;
    color: var(--gray-dark);
    border: 1px solid var(--gray-dark);
    box-shadow: unset;
    transition: var(--transition);

    padding: 1rem;
    text-transform: uppercase;
    text-decoration: none;
}
.articles_text_category .articles_small_container .articles_more a:hover{
    background-color: transparent;
    box-shadow: var(--box-shadow);
}


.articles_text_category ul#submenu_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;

    margin: 2rem 0;
    text-align: left;
}
.articles_text_category ul#submenu_text li.sub_0_li {
    /*
    width: calc(33.3333% - 20px);
    min-width: 15em;
    height: 17.5em;
    margin: 10px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.2s ease;

     */

    height: auto;
    width: 100%;
    min-width: unset;
    margin: 0px;
    transition: unset;
}
.articles_text_category ul#submenu_text li.sub_0_li:hover {
    transform: rotate(3deg);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23);

    transform: unset;
    box-shadow: unset;
}
.articles_text_category ul#submenu_text li.sub_0_li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px black;
    border: 5px solid #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.2s ease;


    justify-content: unset;
    align-items: unset;
    text-shadow: unset;
    color: var(--gray-dark);
    box-shadow: unset;
    border: unset;
    text-align: left;
    transition: unset;
    width: fit-content;
}


.articles_small_container.platform,
.articles_container.platform
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 16px;
    column-gap: 36px;
}
.articles_container.platform .articles_item {
    display: flex;
    flex-direction: column;
    width: 100%;

    height: fit-content;

    padding: 20px;
    background: var(--gray);
    border-radius: 12px;
    box-shadow: unset;
    position: relative;
    transition: var(--transition);
}

.articles_text_category .btn:hover{
    box-shadow: var(--box-shadow);
}


.articles_small_container.platform .articles_small_more,
.articles_text_category .btn
{
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: span 3;
    margin-top: 8px;
}
.articles_text_category .btn{
    margin: 0 auto;
    margin-top: 24px;
    width: fit-content;
}

.articles_text_category .articles_small_container .articles_more a,
.articles_text_category .btn{
    background-color: transparent;
    color: var(--gray-dark);
    border: 1px solid var(--gray-dark);
    box-shadow: unset;
    transition: var(--transition);

    padding: 1rem;
    text-transform: uppercase;
    text-decoration: none;

    margin-bottom: 4rem;
}

.articles_small_container.platform .articles_small_link,
.articles_list_container.platform .articles_list_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.articles_list_container.platform .articles_list_link{
    position: relative;
    display: none;
}


.articles_small_container.platform .articles_small_link a,
.articles_list_container.platform .articles_list_link a {
    display: block;
    width: 100%;
    height: 100%;
}




.articles_small_container.platform .articles_small_item .articles_small_thumb,
.articles_list_container.platform .articles_list_item .articles_list_thumb {
    margin: -25px;
    margin-right: -25px;
    margin-right: 0;
    grid-row: span 3;
    width: 300px;
    height: 300px;
    background-color: #fff9f2;
    background-image: url('/gfx/flowers.svg');
    background-position: 50% 50%;
    background-size: auto 50%;
    background-repeat: no-repeat;
    box-shadow: none;
    border: none;
    border-radius: 0;

    margin: 0px;
    grid-row: unset;
    width: unset;
    height: unset;
    background: unset;
}

.articles_container.platform .articles_title_header {
    display: flex;
    margin: 0;
    font-family: var(--font-fancy);
    font-size: 20px;
    font-weight: 700;
}
.articles_container.platform .articles_title_header a{
    text-decoration: none;
    width: 100%;
    display: flex;
}
.articles_container.platform .articles_title_header span{
    display: block;
    font-size: 16px;
    margin-left: auto;
}

.articles_container.platform .articles_name{
    grid-column: span 3;
    text-align: left;

    top: 0px;
    left: 0;
    color: var(--gray-dark);
    border-radius: unset;
    padding: 0px;
    background-color: unset;
    box-shadow: unset;
    z-index: unset;

    margin-top: 2rem;
}





.articles_container.platform .articles_name {
    padding-right: 116px;
}
.articles_container.platform .articles_name::after{
    content: '';
    width: 100px;
    height: 28px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.articles_container.platform.booking .articles_name::after{
    background: url("/gfx/review-logo/booking-com-logo.png") no-repeat;
    background-size: contain;
}
.articles_container.platform.google .articles_name {
    padding-right: 80px;
}
.articles_container.platform.google .articles_name::after{
    background: url("/gfx/review-logo/google-logo.png") no-repeat;
    background-size: contain;
    width: 64px;
}
.articles_container.platform.hotel .articles_name::after{
    background: url("/gfx/review-logo/hotel-cz.png") no-repeat;
    background-size: contain;
}


.articles_container.platform .articles_title_header span{
    padding-right: 39px;
}
.articles_container.platform .articles_title_header span::after{
    content: '';
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    right: 20px;
    top: 22px;
}
.articles_container.platform.booking .articles_title_header span::after{
    background: url("/gfx/review-logo/booking-icon.svg") no-repeat;
    background-size: contain;
}
.articles_container.platform.google .articles_title_header span::after{
    background: url("/gfx/review-logo/google-icon.png") no-repeat;
    background-size: contain;
}
.articles_container.platform.hotel .articles_title_header span::after{
    background: url("/gfx/review-logo/hotel-icon.png") no-repeat;
    background-size: contain;
}



.perex-toggle{
    background: transparent;
    border: none;
    text-decoration: underline;
    padding: 0px;
    cursor: pointer;

    padding: 0.5rem 1rem;
    margin: 1rem;
    margin-bottom: 0px;
}
.perex-toggle::after{
    content: '';
    position: relative;
    right: 0;
    top: 1px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 1rem;
    background-image: url('/gfx/svg/arrow-right-gray.svg');
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(90deg);
    transition: transform .3s ease-in-out;
}
.perex-toggle[aria-expanded="true"]::after{
    transform: rotate(-90deg);
}
.perex-toggle:hover{
    text-decoration: unset;
}


.readmore{
    position: relative;
    background: unset;
    border: unset;
    padding: 0;
    text-align: left;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: underline;
    width: fit-content;
}
.readmore:hover{
    text-decoration: unset;
}
.readmore::after {
    content: " ";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0px;
    right: -32px;
    background-image: url('/gfx/svg/arrow-right-gray.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
    transition: var(--transition);
}
.readmore[aria-expanded="true"]::after {
    transform: rotate(-90deg);
}



.platform .articles_perex p:first-of-type{
    margin: 0;
}
.platform .articles_perex p:last-child{
    margin-bottom: 0;
}
.platform .articles_perex{
    margin-top: 20px;
}
.platform .articles_perex,
.platform .articles_art_perex
{
    position: relative;
}
.platform .articles_perex p,
.platform .articles_art_perex p{
    margin: 0.5rem 0;
    padding-left: 32px;
    padding-bottom: 2px;
}
.platform .articles_perex::before,
.platform .articles_art_perex::before
{
    content: '😀';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;

    border-radius: 50%;
    padding: 12px;
    border: 1px solid var(--green);
}
.platform .articles_perex .bad::before,
.platform .articles_art_perex .bad::before
{
    content: '🙁';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;

    border-radius: 50%;
    padding: 12px;
    border: 1px solid var(--red);

    position: relative;
    left: -32px;
    top: 26px;
}
.platform .articles_perex .bad,
.platform .articles_art_perex .bad{
    margin-top: 0px;
}




.platform .articles_list_text{
    float: unset;
    margin-left: unset;
}
.platform .articles_list_title h2::before{
    display: none;
}
.platform .articles_title_header{
    margin-top: 0;
}
.platform .articles_list_item{
    min-height: unset;
    float: unset;
    margin: 0;
}


/* Hodnocení/recenze hotelu - Reviews */

.book-services-reviews {
    position: fixed;
    bottom: 150px;
    left: 100px;
    background-color: #fff;
    z-index: 666;
    transition: ease-in-out .4s;

    border: 1px solid var(--gold);
}

.book-services-reviews .btn-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.book-services-reviews .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;

    background-color: transparent;
    color: var(--gray-dark);
    box-shadow: unset;
    text-transform: unset;
    font-weight: 600;
    padding: 10px;
    position: relative;
}
.book-services-reviews .btn::after {
    content: " ";
    width: 10px;
    height: 16px;
    position: relative;
    display: block;
    top: 0px;
    right: 0px;
    background-image: url('/gfx/svg/arrow-right-gray.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: var(--transition);
}
.book-services-reviews .btn:hover{
    background-color: var(--gold);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);

    background-color: unset;
    box-shadow: unset;
}
.book-services-reviews .btn:hover::after{
    right: -6px;
}



.book-services-reviews.closed {
    left: 50px;
    bottom: 50px;
}

.book-services-reviews .book-top {
    background-color: var(--gold);
    color: var(--gray-dark);
    font-family: var(--font-fancy);
    text-align: center;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 1px;
    line-height: 1;
    position: relative;
    cursor: pointer;
}

.book-services-reviews .book-top span {
    font-size: 26px;
}

.book-services-reviews .book-top::after {
    width: 10px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    content: " ";
    background-image: url('/gfx/svg/arrow-right-gray.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-90deg);
    transition: var(--transition);
}

.book-services-reviews.closed .book-top::after {
    transform: rotate(90deg);
}

.book-services-reviews .book-top img {
    margin-bottom: 15px;
}

.book-services-reviews .book-bottom {
    padding: 0px 20px;
    display: none;
}

.book-services-reviews .book-bottom table {
    font-size: 14px;
    width: 100%;
    margin: 15px 0;
}

/*
.book-services-reviews .book-bottom p {
    margin: 0;
    line-height: 0;
    height: 0;
}

 */

.book-services-reviews .book-bottom table td:first-child {
    height: 45px;
    vertical-align: middle;
}

.book-services-reviews .book-bottom table td:last-child {
    font-weight: 700;
    text-align: right;
}










/* PopUp */
.pop-up-news {
  position: fixed;
  width: 100%;
  height: 101vh;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  z-index: 999999;
  display: none;
}

.pop-up-news .pop-up-bg {
  position: absolute;
  background-color: rgba(0,0,0,.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.form-inner-wrap > *:first-child {
  margin-top: 0;
}

.form-inner-wrap > *:last-child{
  margin-bottom: 0;
}

.pop-up-news.visible{
  display: flex;
}

.pop-up-news .form-wrap {
  background: #fff;
  border-radius: 5px;
  width: 90%;
  max-width: 1200px;
}

.pop-up-news .form-wrap .bg-for-close {
  position: absolute;
  background-color: #000;
  width: 30px;
  height: 30px;
  display: block;
  right: 24px;
  top: 24px;
}

.pop-up-news .form-wrap .close-form {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
  transition: var(--transition);
  cursor: pointer;
  z-index: 8;
  line-height: 1;
}

.pop-up-news .form-inner-wrap{
  overflow: hidden;
}





@media (max-width: 1281px) {
    .book-services-reviews.closed,
    .book-services-reviews {
        left: 20px;
        bottom: 20px;
    }
    .book-services-reviews .book-top span {
        font-size: 18px;
    }

    .book-services-reviews .book-top img {
        display: none;
    }

    .book-services-reviews .book-top {
        padding: 10px 20px;
        padding-right: 35px;
    }

    .book-services-reviews .book-top::after {
        top: 10px;
        width: 8px;
        height: 16px;
    }

}


@media(max-width: 1024px) {
    .articles_small_container.platform,
    .articles_container.platform{
        grid-template-columns: repeat(2,1fr);
    }
    .articles_container.platform .articles_name {
        grid-column: span 2;
    }

}







@media (max-width: 768px) {
    .tiles > * a{
        padding: 0;
        padding-left: 1rem;
        padding-top: 1rem;
    }
    .tiles{
        gap: 10px;
    }
    .tiles > *{
        margin: 0;
    }
    .scroll_arrow{
        bottom: 60px;
    }

    .tiles h2,
    .tiles h3{
        margin-top: 0;
    }


	.articles_small_container.references .articles_small_item,
	.articles_list_container.references .articles_list_item {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.articles_small_container.references .articles_small_item .articles_small_thumb,
	.articles_list_container.references .articles_list_item .articles_list_thumb {
		margin-bottom: 0;
		width: calc(100% + 50px);
		height: auto;
		aspect-ratio: 3 / 1;
	}

	.articles_small_container.references .articles_small_item a,
	.articles_list_container.references .articles_list_item a {
		display: block;
		width: 100%;
		height: 100%;
	}

	.articles_small_container.references .articles_small_item a img,
	.articles_list_container.references .articles_list_item a img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}


@media(max-width: 600px) {
    .articles_small_container.platform,
    .articles_container.platform{
        grid-template-columns: 1fr;
    }
    .articles_container.platform .articles_name {
        grid-column: span 1;
    }

}

















/* FONTS */

/* vietnamese */
@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/mavenpro/v40/7Au9p_AqnyWWAxW2Wk3GwmQIAFg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/mavenpro/v40/7Au9p_AqnyWWAxW2Wk3Gw2QIAFg.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/mavenpro/v40/7Au9p_AqnyWWAxW2Wk3GzWQI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaWzU.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaWzU.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaWzU.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaWzU.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaWzU.woff2) format('woff2');
    unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaWzU.woff2) format('woff2');
    unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaWzU.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaWzU.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnka.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* math */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
    unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
    unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}