@import "reset.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

html {
  scroll-behavior: smooth;
}

body{
margin:0px;
padding:0px;
font-size:16px;
font-family: 'Montserrat', sans-serif;
max-width:100%;
overflow-x:hidden;
}

body input, body textarea, body button{
font-family: 'Montserrat', sans-serif;
}

.body-ow{
overflow:hidden;
}

.container{
width:100%;
max-width:1200px;
padding:0px;
margin:0px auto;
position:relative;
}



.clear-b{
clear:both;
}


.anime{
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.moble-show{
display:none;
}

.moble-hide{
display:block;
}


/*HEADER TOP*/

.header-page{
background:transparent;
position:relative;
}

.header-top{
width:100%;
}

.header-top-content{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:nowrap;
}

.header-top-logo{
padding:12px 0px 12px 0px;
width:180px;
height:172px;
}

.header-top-logo img{
height:auto;
width:100%;
}

.header-top-content-right{
width:calc(100% - 220px);	
}

.header-top-content-right-info{
position:relative;
padding-right:60px;
padding-bottom:22px;
border-bottom:1px solid #848484;
}

.header-top-content-right-info-icon{
position:absolute;
right:0px;
top:24px;
text-align:right;
}

.header-top-content-right-info-icon img{
margin-bottom:10px;
}

.header-top-content-right-info-blocks{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:nowrap;

}

.header-top-content-right-info-block
{
padding:20px 32px 0px 0px;	
}


.header-top-content-right-info-block img
{
display:inline-block;
vertical-align:top;
margin-right:16px;	
margin-top:10px;
}

.header-top-content-right-info-block span
{
display:inline-block;
vertical-align:top;
color:#000;
font-weight:400;
font-size:16px;	
line-height:22px;
}

.header-top-content-right-info-block span a
{
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
color:#000;
}

.header-top-content-right-info-block span a:hover
{
text-decoration:underline;
}


/*MENU*/

.header-top-menu{
display:block;
right:0px;
width:100%;
}

.header-top-menu-a{
display:block;
}

.header-top-menu-b{
display:block;
}


.header-top-menu > ul{
display:block;
position:relative;
float:left;
width:100%;
}


.header-top-menu > ul > li{
float:left;
position:relative;
margin-top:8px;
margin-right:3px;

}

.header-top-menu > ul > li > a{
float:left;
vertical-align:middle;
padding:7px 14px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
color:#000;
font-weight:400;
font-size:16px;
position:relative;
background:transparent;
border-radius:4px;
}

.header-top-menu > ul > li > a:hover, .header-top-menu > ul > .current > a{
color:#fff;
background:#333366;
}


.header-top-menu-mobile-phone{
position: absolute;
right:0px;
top:-72px;
display:none;
}


.header-top-menu-mobile{
width:40px;
height:40px;
position: absolute;
right:0px;
top:-72px;
background:url('img/menu.png') no-repeat center center;  
display:none;
cursor: pointer;
}


.header-top-menu-mobile-close{
width:36px;
height:36px;
position: absolute;
right:0px;
top:0px;
background:url('img/close.png') no-repeat center center;
cursor:pointer;
display:none;
z-index: 99;
}

.header-top-menu-cat-mobile{
position:fixed;
top:80px;
left:0px;
background:#bf0000;
padding:14px 14px;
font-weight:800;
font-size:17px; 
color:white;
cursor:pointer;
z-index:9999;
display:none;
}

.header-top-menu-cat-mobile-close{
width:36px;
height:36px;
position: absolute;
right:20px;
top:10px;
background:url('img/close.png') no-repeat center center;
cursor:pointer;
display:none;
z-index: 99;
}

.header-page-m-top{
position:relative;
top:auto;
left:auto;
width:100%;
height:auto;
overflow:initial;
z-index:999;
background:white;
}


/* ---- */

.header-top-menu > ul > li > ul{
position:absolute;
top:100%;
left:0px;
width:250px;
/*background:#262693;*/
opacity:0;
visibility:hidden;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
padding:10px;
display:none!important;
}

.header-top-menu > ul > li:hover > ul{
position:absolute;
top:100%;
left:0px;
width:250px;
background:#040458;
opacity:1;
visibility:visible;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
padding:10px;
display:initial!important;
}


.header-top-menu > ul > li:hover > ul > li{
display:block;
margin:0px 0px;
position:relative;  
}

.header-top-menu > ul > li > ul > li > a{
display:block;
color:white;
font-weight:500;
font-size:15px;
line-height:24px;
background:#333366;
margin-top:2px;
padding:5px; 
}

.header-top-menu > ul > li > ul > li > a:hover{
background:#262693;
}

/*TOP WCAG ICON AND BOX POPUP*/

.header-top-wcag-button{
position:fixed;
top:60px;
left:0px;
}

.header-top-wcag-button > img{
cursor:pointer;
}


.header-top-wcag-content{
display:inline-block;
vertical-align:top;
}

.header-top-wcag-content-block{
display:none;
background:white;
padding:10px 10px;
}

.header-top-wcag-content-block a{
display:block;
padding:10px 0px;
cursor:pointer;
}

.header-top-wcag-content-block img{
display:inline-block;
vertical-align:middle;
}

.header-top-wcag-content-block span{
display:inline-block;
vertical-align:middle;
font-weight:400;
font-size:14px;
color:black;
padding-left:10px;
}


.header-top-wcag-close{
position:absolute;
right:-20px;
top:-20px;
width:20px;
height:20px;
background:white url('img/close.png') no-repeat center center;
background-size:100% 100%;
cursor:pointer;
}




/*BANER*/

.header-baner{
width:100%;
position:relative;
}


.header-baner-img{
width:100%;
height:532px;
}

.header-baner-subpage-img{
width:100%;
height:263px;
}

.header-baner-img img{
width:100%;
height:100%;
object-fit:cover;
object-position:top center;
display:block;
}

.header-baner-subpage-img img{
width:100%;
height:100%;
object-fit:cover;
object-position:center center;
display:block;
}

.header-baner-content{
position:absolute;
top:50%;
left:0px;
width:100%;
transform: translateY(-50%); 
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
text-align:center;
z-index:10;
}

.header-baner-content-block{
width:100%;
max-width:868px;
margin:0px auto;
background:#333366;
text-align:center;
}


.header-baner-content-block-wrapper{
padding:48px;
}

.header-baner-content-block-wrapper-header{
color:white;
font-weight:700;
font-size:30px;
line-height:normal;
margin-bottom:20px;
}

.header-baner-content-block-wrapper-text{
color:#fff;
font-weight:400;
font-size:18px;
line-height:30px;
}







/*HEADER h1,h2,h3 itd.*/

.section-page-header{
font-weight:700;
font-size:40px;
margin:0px 0px 40px 0px;
line-height: normal;
}

.section-page-header-center{
text-align:center;
}

.section-page-header-orange{
color:#333366;	
}

.section-page-header-white{
color:#fff;	
}


/*SECTION INFO TOP*/

.section-info-top{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:nowrap;
}


.section-info-top-content{
width:calc(33.3333333333333333333333% - 72px);
padding:36px;
text-align:center;
}

.section-info-top-content-a{
background:#040458;
}

.section-info-top-content-b{
background:#1d1d65;
}

.section-info-top-content-c{
background:#333366;
}

.section-info-top-content-icon{
height:100px;
}

.section-info-top-content-text p{
color:white;
font-weight:400;
font-size:18px;
line-height:30px;
}

.section-info-top-content-text p a{
color:white;
font-weight:400;
font-size:18px;
line-height:30px;
}

.section-info-top-content-text p a:hover{
text-decoration:underline;
}

.calendar-section p,
.calendar-section p a{
color:black;
font-weight:400;
font-size:18px;
line-height:30px;
}

.calendar-section p a:hover{
text-decoration:underline;
}

/*SECTION ORDERING*/

.section-ordering{
padding:45px 0px 64px 0px;
}

.section-ordering-content{
border:2px solid #af3119;
padding:15px 20px;
text-align:center;
}

.section-ordering-content-top-header{
display:inline-block;
vertical-align:middle;
color:black;
font-weight:700;
font-size:20px;
line-height:30px;
margin-right:7px;
}

.section-ordering-content-top-img{
display:inline-block;
vertical-align:middle;
margin-left:7px;	
}

.section-ordering-content-text{
padding-top:20px;	
}

.section-ordering-content-text p,
.section-ordering-content-text ul,
.section-ordering-content-text ol{
color:#000;
font-weight:400;
font-size:18px;
line-height:30px;	
}

.section-ordering-content-text p a,
.section-ordering-content-text ul a,
.section-ordering-content-text ol a
{
color:#000;
font-weight:400;
font-size:18px;
line-height:30px;	
}

.section-ordering-content-text p a:hover,
.section-ordering-content-text ul a:hover,
.section-ordering-content-text ol a:hover{
text-decoration:underline;
}

.section-ordering-content-text ol,
.section-ordering-content-text ul{
padding-left:20px;
margin-left:20px;
width:calc(100% - 40px);
}

.section-ordering-content-text ol{
list-style:decimal;
}

.section-ordering-content-text ul{
list-style:disc;
}

/*SECTION NEWS*/

.section-news{
padding:0px;
}

.section-news-blocks{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;	
margin:0px -20px;
}

.section-news-block{
width:calc(50% - 40px);
margin:0px 20px 40px 20px;
}

.section-news-block-content{
border:1px solid #c0c0c0;
padding:40px;
}

.section-news-block-content-text{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;		
}

.section-news-block-content-text-left{
width:170px;
padding-right:30px;
}

.section-news-block-content-text-left-img{
width:100%;
height:128px;
position:relative;
overflow:hidden;	
}


.section-news-block-content-text-left-img-ob{
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform: scale(1,1); 
-webkit-transform: scale(1,1);
-ms-transform: scale(1,1);
}


a:hover .section-news-block-content-text-left-img-ob{
transform: scale(1.1,1.1); 
-webkit-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
}

.section-news-block-content-text-left-img-ob img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
display:block;
}

.section-news-block-content-text-left-data{
color:#000;
font-weight:400;
font-size:16px;
line-height:22px;
padding-top:12px;	
}

.section-news-block-content-text-right{
width:calc(100% - 200px);
}

.section-news-block-content-text-right-header{
color:black;
font-weight:700;
font-size:18px;
line-height:24px;
margin:0px 0px 20px 0px;	
min-height:70px;
}

.section-news-block-content-text-right p{
color:#000;
font-weight:400;
font-size:16px;
line-height:24px;
}

.section-news-block-content-text-right-button{
padding-top:20px;
text-align:right;
}

.section-news-block-content-text-right-button span{
display:inline-block;
vertical-align:middle;
padding:12px 18px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
color:#fff;
font-weight:700;
font-size:16px;
position:relative;
background:#333366;
border-radius:4px;
text-transform:uppercase;
text-align:center;
}

a:hover .section-news-block-content-text-right-button span{
color:#fff;
background:#000;
}

/*SECTION DOWNLOAD*/

.section-download{
padding:0px 0px 40px 0px;
}

.section-download-content a{
display:inline-block;
margin-bottom:20px;
padding-left:78px;
background:url('img/icon-download.png') no-repeat top left;
min-height:70px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
background-size:53px auto;
cursor:pointer;
}

.section-download-content a:hover{
background-size:40px auto;
}

.section-download-content a span{
display:inline-block;
padding-top:10px;
color:#000;
font-weight:400;
font-size:16px;
line-height:24px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.section-download-content a:hover span{
color:black;
}


/*SECTION TEXT*/

.section-text{
padding:40px 0px;
}

.nopadd{
padding:0px 0px;
}

.section-text-content{
margin-bottom:30px;
}

.section-text-content p,
.section-text-content ul,
.section-text-content ol{
color:#000;
font-weight:400;
font-size:16px;
line-height:24px;
padding-bottom:30px;
text-align:left;
}

.section-text-content ul,
.section-text-content ol{
padding-left:20px;
margin-left:20px;
}

.section-text-content ul{
list-style:disc;
}

.section-text-content ol{
list-style:decimal;
}

.section-text-content h2{
font-size:22px;
line-height:26px;
padding-bottom:10px;
}

.section-text-content p a,
.section-text-content ul a,
.section-text-content ol a,
.section-info-top-content-text p a,
.section-ordering-content-text ul a,
.section-ordering-content-text ol a{
text-decoration:underline;
font-weight:bold;
}

.section-text-content-gallery{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;	
margin:0px -20px;
}

.section-text-content-gallery-block{
width:calc(25% - 40px);
margin:0px 20px 40px 20px;
}

.section-text-content-gallery-block-img{
width:100%;
height:174px;
position:relative;
overflow:hidden;	
}


.section-text-content-gallery-block-img-ob{
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform: scale(1,1); 
-webkit-transform: scale(1,1);
-ms-transform: scale(1,1);
}


a:hover .section-text-content-gallery-block-img-ob{
transform: scale(1.1,1.1); 
-webkit-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
}

.section-text-content-gallery-block-img img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
display:block;
}

/*SECTION FORM CONTACT*/

.section-form-contact{
padding:40px 0px;
background:#ececec;
margin-bottom:40px;
}

.section-section-form-contact-content{
width:100%;
max-width:698px;
margin:0px auto;
}

.contactpage form{
width:50%;
display:inline-block;
margin-left:25%;
}

.contactpage input,
.contactpage select{
display:block;
width:calc(100% - 34px);
border:2px solid black;
border-radius:4px;
line-height:40px;
height:40px;
background:white;
padding:0px 16px; 
color:#000;
font-weight:400;
font-size:16px;
outline:none;
margin-bottom:5px;
}

.contactpage select{
width:calc(80% - 34px);
height:46px;
color:#000;
opacity:1;
}

.contactpage option{
color:#000;
opacity:1;
}

.contactpage textarea{
display:block;
width:calc(100% - 34px);
border:2px solid black;
border-radius:4px;
line-height:40px;
height:40px;
background:white;
padding:0px 16px; 
color:#000;
font-weight:400;
font-size:16px;
outline:none;
margin-bottom:5px;
height:140px;
resize:none;
}

input[type="checkbox"]{
width:23px;
height:23px;
float:left;
}

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

.contactpage .txt{
float:left;
height:40px;
line-height:34px;
margin-left:15px;
text-align:left;
width:calc(100% - 45px);
}

.contactpage input[type="text"]::-webkit-input-placeholder {
color:#000;
opacity:1;
}

.contactpage input[type="text"]::-moz-placeholder {
color:#000;
opacity:1;
}

.contactpage input[type="text"]:-ms-input-placeholder {
color:#000;
opacity:1;
}

.contactpage input[type="text"]:-moz-placeholder {
color:#000;
opacity:1;
}

.contactpage textarea::-webkit-input-placeholder {
color:#000;
opacity:1;
}
.contactpage textarea::-moz-placeholder {
color:#000;
opacity:1;
}
.contactpage textarea:-ms-input-placeholder {
color:#000;
opacity:1;
}
.contactpage textarea:-moz-placeholder {
color:#000;
opacity:1;
}

.contactpage #submitit,
.contactpage .additional-buttons{
display:inline-block;
vertical-align:top;
width:114px;
border-radius:4px;
line-height:30px;
height:40px;
background:black;
color:#fff;
font-weight:700;
font-size:16px;
outline:none;
text-align:center;
border:2px solid black;
padding:0px;
cursor:pointer;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin-top:10px;
}

.contactpage .additional-buttons{
line-height:36.8px;
height:36.8px;
}

.cleanup{
line-height:30px!important;
height:40px!important;
}

.formstripe p{
display:inline-block;
width:100%;
text-align:left;
font-size:16px;
line-height:21px;
color:black;
}

.contactpage #submitit:hover,
.contactpage .additional-buttons:hover{
background:transparent;
color:black;
border:2px solid black;
}

.reservation label{
width:100%;
text-align:left;
display:inline-block;
margin-top:13px;
margin-bottom:4px;
}


/*SECTION MAP*/

.section-map iframe{
display:block;
width:100%;
height:250px;
display:block; 
}

/*SECTION NEWSLETTER*/

.section-newsletter{
padding:40px 0px;
background:#2bacac;
text-align:center;
}

.section-newsletter-content p{
color:#fff;
font-weight:400;
font-size:16px;
line-height:30px;	
}

.section-newsletter-content-form{
width:100%;
max-width:512px;
margin:0px auto;
font-size:0px;
padding:20px 0px 0px 0px;
position:relative;
}

.section-newsletter-content-form input[type="text"]{
display:inline-block;
vertical-align:top;
width:calc(100% - 174px);
margin-right:8px;
border:0px;
border-radius:4px;
line-height:40px;
height:40px;
background:white;
padding:0px 24px; 
color:#000;
font-weight:400;
font-size:16px;
outline:none;
}

.section-newsletter-content-form input[type="text"]::-webkit-input-placeholder {
color:#000;
opacity:1;
}
.section-newsletter-content-form input[type="text"]::-moz-placeholder {
color:#000;
opacity:1;
}
.section-newsletter-content-form input[type="text"]:-ms-input-placeholder {
color:#000;
opacity:1;
}
.section-newsletter-content-form input[type="text"]:-moz-placeholder {
color:#000;
opacity:1;
}

.section-newsletter-content-form button{
display:inline-block;
vertical-align:top;
width:114px;
border-radius:4px;
line-height:30px;
height:40px;
background:transparent;
color:#fff;
font-weight:700;
font-size:16px;
outline:none;
text-align:center;
border:2px solid white;
padding:0px;
cursor:pointer;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.section-newsletter-content-form button:hover{
background:white;
color:#e13e20;
border:2px solid white;
}


.section-newsletter-content-form-check{
padding-top:10px;
text-align:left;
}

.section-newsletter-content-form-check input{
display:none;
}

.section-newsletter-content-form-check label {
position:relative;
padding-left:40px;
display:block;
font-weight:400;
font-size:16px;
line-height:22px;
margin:0px;
color:white;
}

.section-newsletter-content-form-check label a,
.section-newsletter-content-form-check label a:hover 
{
  font-weight:400;
  font-size:16px;
  line-height:22px;
  color:white;

}

.section-newsletter-content-form-check label::before{
content:'';
position:absolute;
top:0px;
left:2px;
width:22px;
height:22px;
background:white;
border-radius:4px;
}

.section-newsletter-content-form-check label::after{
content:'';
position:absolute;
top:0px;
left:0px;
}

.section-newsletter-content-form-check input[type="checkbox"]:checked + label::after{
content:'';
position:absolute;
top:2px;
left:8px;
width:7px;
height:12px;
border-right:2px solid black;
border-bottom:2px solid black;
color:black;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}


/*CALENDAR*/

.section-box-calendar-top{
border-bottom:1px solid #d2d2d2;
padding:0px 0px 22px 0px;
margin-bottom:38px;
}

.section-box-calendar-top-left{
float:left;
}

.section-box-calendar-top-right{
float:right;
}

.section-box-calendar-select{
display:inline-block;
vertical-align:middle;
position:relative;
margin-right:20px;
}

.section-box-calendar-select select{
display:inline-block;
vertical-align:middle;
padding:14px 70px 14px 26px;
font-weight:600;
font-size:14px;
color:#282836;
margin:0px;
border:2px solid #282836;
border-radius:4px;
background:white;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-family: 'Montserrat', sans-serif;
}

.section-box-calendar-select::before
{
  display:block;
  position: absolute;
  width:18px;
  height:12px;
  top:50%;
  right:23px;
  margin-top:-6px;
  content:"";
  background:url('img/st-select.png') no-repeat center;

}

.section-box-calendar-l{
display:inline-block;
vertical-align:middle;
padding:16px 26px 16px 70px;
font-weight:600;
font-size:14px;
color:#282836;
margin:0px;
border:2px solid #282836;
border-radius:4px;
background:transparent;
margin-left:20px;
position:relative;
}

.section-box-calendar-l::before
{
  display:block;
  position: absolute;
  width:26px;
  height:18px;
  top:50%;
  left:19px;
  margin-top:-9px;
  content:"";
  background:url('img/st-f-1.png') no-repeat center;
}

.section-box-calendar-r{
display:inline-block;
vertical-align:middle;
padding:16px 70px 16px 26px;
font-weight:600;
font-size:14px;
color:#282836;
margin:0px;
border:2px solid #282836;
border-radius:4px;
background:transparent;
margin-left:20px;
position:relative;
}

.section-box-calendar-r::before
{
  display:block;
  position: absolute;
  width:26px;
  height:18px;
  top:50%;
  right:19px;
  margin-top:-9px;
  content:"";
  background:url('img/st-f-2.png') no-repeat center;
}

.section-box-calendar-content{
position:relative;
}


.section-box-calendar-content-table{
width:100%;
border-collapse:collapse;
}

.section-box-calendar-content-table th{
border-right:2px solid #3b3b5c;
width:13.5%;
}

.section-box-calendar-content-table th:first-child{
border-right:2px solid #3b3b5c;
width:5.5%;
}

.section-box-calendar-content-table td{
width:13.5%;
}

.section-box-calendar-content-table td:first-child{
width:5.5%;
}

.section-box-calendar-content-table th:last-child{
border-right:0px;
}



.section-box-calendar-content-table-h{
background:#282836;
color:white;
font-size:13px;
font-weight:800;
padding:13px 0px;
text-align:center;
vertical-align:middle;
}

.section-box-calendar-content-table-d{
background:#282836;
color:white;
font-size:17px;
font-weight:700;
padding:13px 0px;
text-align:center;
vertical-align:middle;
border-bottom:2px solid #3b3b5c;
}

.section-box-calendar-content-table-m{
background:white;
padding:0px 0px;
vertical-align:top;
border-bottom:2px solid #282836;
border-right:2px solid #282836;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.section-box-calendar-content-table-m-box{
position:relative;
width:100%;
}

.section-box-calendar-content-table-m-box-data{
background:#f4f4f4;
color:black;
font-size:17px;
font-weight:700;
padding:13px 0px;
text-align:center;	
}



.section-box-calendar-content-table-m-box-data-ak{
background:#e13e20;
color:black;
font-size:17px;
font-weight:700;
padding:13px 0px;
text-align:center;	
}



.section-box-calendar-content-table-m-box-text{
height:64px;
background:white;
display:block;
position:relative;
margin:12px;
width:calc(100% - 24px);
}



.section-box-calendar-content-table-m-box-text-z{
position:absolute;
left:0;
right:0;
}

.section-box-calendar-content-table-m-box-text-z a{
white-space: normal;
text-overflow: ellipsis;
display:block;
color:black;
font-size:12px;
font-weight:500;
}

.section-box-calendar-info{
position:absolute;
top:0px;
left:0px;
border:2px solid black;
background:white;
padding:10px;
border-radius:6px;
width:200px; 
-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.31);
-moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.31);
box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.31);
z-index:9999;
display:none;
color:black;
font-size:12px;
font-weight:500;
text-align:center;
}

.calendar-date{
width:100%;
display:inline-block;
text-align:center;
font-size:15px;
font-weight:300;
color:black;
margin-top:-35px;
}

/*SECTION FAQ*/

.section-faq{
padding:0px 0px 40px 0px;
margin-top:-30px;
}

.section-faq-content-block-q{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:nowrap;
margin-bottom:10px;
background:#e13e20;
border-radius:4px;	
cursor:pointer;
}

.section-faq-content-block-q:hover{
background:black;
}

.section-faq-content-block-q-l{
color:#fff;
font-size:17px;
font-weight:500;
line-height:30px;
padding:10px 16px;
}

.section-faq-content-block-q-r{
padding:10px 16px;
width:190px;
text-align:right;
}

.section-faq-content-block-q-r span{
color:#fff;
font-size:12px;
font-weight:300;
line-height:30px;
font-style:initial;
display:inline-block;
vertical-align:middle;
}

.section-faq-content-block-q-r img{
display:inline-block;
vertical-align:middle;
}

.section-faq-content-block-a{
padding:30px 0px 0px 0px;
display:none;
}

.section-faq-content-block-a p{
color:#000;
font-weight:400;
font-size:16px;
line-height:24px;
padding-bottom:30px;
}

/*SECTION RECEPTA*/

.section-rec{
padding:40px 0px;
}

.section-rec-content p{
color:#000;
font-size:18px;
font-weight:700;
line-height:30px;
padding-bottom:40px;
}

.section-rec-content img{
width:100%;
height:auto;
}

/*SECTION OPEN*/

.section-open{
padding:40px 0px;
}

.section-open-blocks{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;	
margin:0px -45px;
}

.section-open-block{
width:calc(50% - 90px);
margin:0px 45px 40px 45px;
}

.section-open-block-content{
border:1px solid #c0c0c0;
padding:40px;
}

.section-open-block-content-text{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;		
}

.section-open-block-content-text-left{
width:110px;
}

.section-open-block-content-text-right{
width:calc(100% - 110px);
}

.section-open-block-content-text-right-d{
background:#333366;
border-radius:4px;	
color:#fff;
font-size:16px;
font-weight:700;
line-height:24px;
padding:10px 18px;
}

.section-open-block-content-text-right-t{	
color:black;
font-size:16px;
font-weight:700;
line-height:24px;
padding:12px 18px;
}

.section-open-block-content-text-right-h{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;	
}

.section-open-block-content-text-right-h-l{
width:calc(50% - 25px);
text-align:right;
color:#000;
font-size:16px;
font-weight:700;
line-height:24px;
padding-right:25px;
}

.section-open-block-content-text-right-h-r{
width:calc(50% - 25px);
color:#000;
font-size:16px;
font-weight:400;
line-height:24px;
padding-left:25px;
}

/*FOOTER*/

.footer-up{
background:#333366;
padding:40px 0px;
}

.footer-up-content{
position:relative;
padding-right:220px;	
}

.footer-up-content-left{
width:100%;
}

.footer-up-content-right{
position:absolute;
top:0px;
right:0px;
width:220px;
text-align:right;
}

.footer-up-content-right img{
height:120px;
}

.footer-up-content-left-blocks{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:nowrap;
margin-bottom:40px;
}

.footer-up-content-left-block
{
padding:20px 32px 0px 0px;	
}


.footer-up-content-left-block img
{
display:inline-block;
vertical-align:top;
margin-right:16px;	
margin-top:10px;
}

.footer-up-content-left-block a{
color:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.footer-up-content-left-block a:hover{
text-decoration:underline;
}


.footer-up-content-left-block span
{
display:inline-block;
vertical-align:top;
color:#fff;
font-weight:400;
font-size:16px;	
line-height:22px;
}


.footer-up-content-left-nav ul{
display:block;
position:relative;
}


.footer-up-content-left-nav ul li{
display:inline-block;
vertical-align:middle;

}

.footer-up-content-left-nav ul li a{
display:inline-block;
vertical-align:middle;
padding:7px 14px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
color:#fff;
font-weight:400;
font-size:16px;
position:relative;
background:transparent;
border-radius:4px;
}

.footer-up-content-left-nav ul li a:hover, .footer-up-content-left-nav ul .current a{
color:#fff;
background:#e13e20;
}



.footer-down{
background:#f8f8f8;
padding:50px 0px 50px 0px;
}

.footer-down-text{
text-align:center;
}

.footer-down-text p{
font-weight:400;
font-size:13px;
color:#000;
line-height:22px;
}

.footer-copy{
padding:18px 0px 70px 0px;
background:white;
}

.footer-copy-blocks{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
}

.footer-copy-text, .footer-copy-text a, .footer-copy-text a:hover{
font-weight:400;
font-size:12px;
color:#000;
line-height:22px;
}

/* Klasy powiększające */

.fontsize23{
font-size:23px!important;
}

.fontsize20{
font-size:20px!important;
}

.fontsize21{
font-size:21px!important;
}

.fontsize22{
font-size:22px!important;
}

.fontsize23{
font-size:23px!important;
}

.fontsize25{
font-size:25px!important;
}

.fontsize26{
font-size:26px!important;
}

.fontsize27{
font-size:27px!important;
}

.fontsize28{
font-size:28px!important;
}

.fontsize29{
font-size:29px!important;
}

.fontsize30{
font-size:30px!important;
}

.fontsize31{
font-size:31px!important;
}

.fontsize33{
font-size:33px!important;
}

.fontsize34{
font-size:34px!important;
}

.fontsize35{
font-size:35px!important;
}

.fontsize36{
font-size:36px!important;
}

.height60{
height:60px!important;
}

.fontsize18{
font-size:18px!important;
}

.fontsize24{
font-size:24px!important;
}

.fontsize32{
font-size:32px!important;
}

.fontsize37{
font-size:37px!important;
}

.fontsize38{
font-size:38px!important;
}

.fontsize39{
font-size:39px!important;
}

.fontsize40{
font-size:40px!important;
}

.fontsize41{
font-size:41px!important;
}

.fontsize42{
font-size:42px!important;
}

.fontsize43{
font-size:43px!important;
}

.fontsize44{
font-size:44px!important;
}

.fontsize45{
font-size:45px!important;
}

.fontsize46{
font-size:46px!important;
}

.fontsize47{
font-size:47px!important;
}

.fontsize48{
font-size:48px!important;
}

.fontsize49{
font-size:49px!important;
}

.fontsize50{
font-size:50px!important;
}

.lineheight26{
line-height:26px!important;
}

.lineheight22{
line-height:22px!important;
}

.noborder{
border:none;
}

/* Klasy powiększając end */

/* Klasy rozszerzające */

.padding10{
padding:10px 0px!important;
}

.wordspacing3{
word-spacing:3px!important;
}

.wordspacing5{
word-spacing:5px!important;
}

.wordspacing10{
word-spacing:10px!important;
}

.wordspacing15{
word-spacing:15px!important;
}

.wordspacing20{
word-spacing:20px!important;
}

.wordspacing25{
word-spacing:25px!important;
}

.letterspacing5{
letter-spacing:5px;
}

.lineheight30{
line-height:30px!important;
}

.lineheight35{
line-height:35px!important;
}

.lineheight25{
line-height:25px!important;
}

.lineheight40{
line-height:40px!important;
}

.lineheight50{
line-height:50px!important;
}

.bottombor{
border-bottom:2px solid black;
padding-bottom:40px;
padding-top:40px;
}

.nobor{
border:none!important;
}

.mihigher{
margin-top:-25px;
}

.padding10tb{
padding-top:10px!important;
padding-bottom:10px!important;
}

.marbot20{
margin-bottom:20px!important;
}

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

.paginator:last-of-type{
margin-top:20px;
}

.paginator a,
.paginator span{
padding:0px 5px;
}

.paginator span{
font-weight:bold;
}

/* Klasy rozszerzające end */

:focus {
  outline: 3px dashed red!important;
  -webkit-box-shadow: 2px 2px 2px 2px #000000; 
  box-shadow: 2px 2px 2px 2px #000000;
}

body.using-mouse :focus {
  outline: none!important;
  -webkit-box-shadow: 0px 0px 0px 0px #000000!important; 
  box-shadow: 0px 0px 0px 0px #000000!important;
}

/*
:focus {
  outline: none;
  -webkit-box-shadow: 2px 2px 2px 2px #000000; 
  box-shadow: 2px 2px 2px 2px #000000;
}

body.using-mouse :focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 0px #000000!important; 
  box-shadow: 0px 0px 0px 0px #000000!important;
}
*/

/* Cookies */

#cookies-message{
width:calc(80% - 40px);
background:black;
padding:20px;
color:white;
position:fixed;
left:10%;
bottom:50px;
font-size:15px;
line-height:20px;
z-index:99999;
}

.wholeline{
width:100%;
height:1px;
display:inline-block;
margin:10px 0px;
}

.akc1{
float:left;
background:white;
color:black;
font-size:15px;
padding:5px 20px;
}

.rightit{
margin-left:25px;
}

#popup{
width:calc(80% - 56px);
padding:25px;
background:white;
border:3px solid #462009;
text-align:center;
background:white;
-webkit-box-shadow: 0px -1px 15px 0px #000000; 
box-shadow: 0px -1px 15px 0px #000000;
font-size:16px;
line-height:22px;
position:fixed;
top:140px;
left:10%;
z-index:99999;
-webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 4s; /* Firefox < 16 */
-ms-animation: fadein 4s; /* Internet Explorer */
-o-animation: fadein 4s; /* Opera < 12.1 */
animation: fadein 4s;
display:none;
}

@keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

#popup p{
padding-bottom:17px;
}

#popupclose{
width:30px;
height:30px;
background-color:white;
background-image:url('img/close2.png');
background-size:24px 24px;
background-repeat:no-repeat;
background-position:center center;
cursor:pointer;
position:absolute;
top:-30px;
right:-30px;
-webkit-box-shadow: 0px -1px 15px 0px #000000; 
box-shadow: 0px -1px 15px 0px #000000;
}

.fullsize{
display:initial;
}

.mobilesize{
display:none;
}

.section-text-content img{
max-width:100%!important;
height:auto!important;
}

.mobile-migam{
position:absolute;
top:-73px;
right:120px;
}

.spacer{
width:100%;
height:70px;
display:inline-block;
}

.spacer-smaller{
width:100%;
height:50px;
display:inline-block;
}

/* messages */

.errors,
.notices
{
  clear: both;
  margin-bottom: 20px;
  color: #fff;
  padding: 10px;
  width:80%;
  position:fixed;
  top:100px;
  left:10%;
  z-index:999;
  box-sizing:border-box;
}

.errors
{
  background: #bf0000;
}

.notices
{
  background: #5ba500;
}

.errors li,
.notices li
{
  padding: 7px 0 7px 45px;
  line-height: 20px;
  margin-bottom: 1px;
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom:20px;
}

.errors li:last-child,
.notices li:last-child{
margin-bottom:0;
}

.errors li
{
  background-image: url('img/error-icon.png');
  color:white!important;
  list-style:none;
}

.notices li
{
  background-image: url('img/confirm-icon.png');
  list-style:none;
}

.inner-error
{
  color: #bf0000;
  padding-top: 10px;
}

.inner-error p
{
  margin-bottom: 10px;
}

#closeit{
width:30px;
height:30px;
position:absolute;
right:5px;
top:5px;
background:url('img/close-white.png') no-repeat center center;
background-size:cover;
cursor:pointer;
}

/* messages end */

/* Youtube start */

.section-box-youtube-link{
border-top: 1px solid #d2d2d2;
display:table;
width:100%;  
}

.section-box-youtube-link-poz{
display:table-row;
}

.section-box-youtube-link-col{
display:table-cell;
border-bottom:1px solid #d2d2d2;
}

.section-box-youtube-text-a{
font-weight: 700;
font-size: 17px;
line-height: 28px;
color:#bf0000;
padding:30px 24px;
vertical-align:top;
}

.section-box-youtube-text-b{
font-weight: 400;
font-size: 14px;
line-height: 22px;
color:black;
padding:30px 24px;
vertical-align:top;
}

.section-box-youtube-text-b span{
font-weight: 700;
font-size: 17px;
line-height: 28px;
display:block;
margin:0px 0px 20px 0px;
}

.section-box-youtube-text-c{
padding:30px 24px;
vertical-align:middle;
height:160px;
width:280px;
}

.section-box-youtube-text-c img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
border:4px solid white;
border-radius:4px;
transition:all 0.2s;
}

.section-box-youtube-text-c img:hover{
filter:brightness(120%);
transition:all 0.2s;
}

.ytlink img:hover,
.mvlink2 img:hover{
transform:scale(0.9);
transition:all 0.2s;
}

.section-box-youtube-text-d{
padding:30px 0px;
vertical-align:middle;
}


.section-box-mapa iframe{
display:block;
width:100%;
height:282px;
}

.audio-video-header{
color:#e13e20;
font-size:20px;
font-weight:700;
width:100%;
display:inline-block;
text-align:left;
padding-bottom:20px;
}

/*YOU TUBE POPUP*/

.ytube-box{
position:fixed;
width:100%;
height:100%;
top:0px;
left:0px;
background:rgba(255,255,255,0.95);
z-index:99999999999;
display:none;
}

.ytube-box iframe{
position:absolute;
width:calc(100% - 100px);
height:calc(100% - 100px);
top:50px;
left:50px;
}

.ytube-box-close{
position:absolute;
width:40px;
height:40px;
background:white url('img/close2.png') no-repeat center center;
top:10px;
right:10px;
cursor:pointer;
}

/* YouTube end */

.select-title{
padding-top:10px;
padding-bottom:3px;
}

.section-text-content h1{
font-size:30px;
line-height:34px;
}

.section-text-content h2{
font-size:26px;
line-height:30px;
}

.section-text-content h3{
font-size:23px;
line-height:27px;
margin-bottom:15px;
}

.labelnofield_7{
width:calc(100% - 40px)!important;
float:right;
margin-top:9px!important;
}

.small-spacer{
height:10px;
width:100%;
display:inline-block;
}

.pdescription{
width:100%;
display:inline-block;
text-align:left;
font-size:12px;
margin-bottom:4px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size:13px;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size:13px;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size:13px;
}
:-moz-placeholder { /* Firefox 18- */
  font-size:13px;
}

.fanchor{
display:inline-block!important;
width:1px!important;
height:1px!important;
margin:0px!important;
padding:0px!important;
overflow:hidden!important;
}

.bread-crumbs{
width:100%;
display:inline-block;
text-align:left;
font-size:15px;
line-height:21px;
color:black;
margin-top:0px;
margin-bottom:30px;
}

.bread-crumbs span{
padding:0px 4px;
}

.bread-crumbs a{
text-decoration:underline;
font-weight:bold;
}

.section-news-block a{
display:block;
}

/* ==== RWD ==== */

#map-canvas{
width:100%;
min-height:350px;
display:inline-block;
margin-top:40px;
}

/* Skiplinks */

#skiplinks{
padding:6px 10px;
background:#333366;
font-size:13px;
color:white;
text-align:center;
position:fixed;
left:0px;
top:0px;
z-index:1001;
}

#skiplinks a{
color:white;
}

#skiplinks a:hover{
text-decoration:underline;
}

#essence{
width:1px;
height:1px;
position:absolute;
top:-50px;
left:0px;
}

.little{
width:1px!important;
height:1px!important;
position:absolute!important;
left:0px!important;
top:0px!important;
color:black!important;
overflow:hidden!important;
display:none;
}

/* Skiplinks end */

/* Cookies consent */

/* ROUND SWITCH CHECKBOX */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.checkboxSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.checkboxSlider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .checkboxSlider {
  background-color: #333366;
}

input:focus + .checkboxSlider {
  box-shadow: 0 0 1px #333366;
}

input:checked + .checkboxSlider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* round sliders */
.checkboxSlider.round {
  border-radius: 34px;
}

.checkboxSlider.round:before {
  border-radius: 50%;
}


/* COOKIE PAGE */

.cookieClose {
  text-decoration: none;
  float: right;
}

.cookieDialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1010;
  width: 100%;
  height: 100vh;
  display: none;
}

.cookieOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1009;
  width: 100%;
  height: calc(100vh + 50px);
  background: rgba(255, 255, 255, 0.8);
  display: none;
}

.cookieIn {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fixedthis{
position:fixed;
top:50px;
left:0px;
width:100%;
text-align:center;
}

.cookieBox h2 {
  margin: 10px 40px 15px 0;
}

.cookieBox {
  background: #fff;
  border-radius: 10px;
  margin: 30px;
  padding: 30px;
  margin: 0 auto;
  max-width: 700px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  position: relative;
}

.cookieDialog td {
  padding-right: 20px;
}

.cookieOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1009;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}

/* cookie page - buttons */

.cookieNoticeButton.gray {
  color: #000;
  background: #fff;
}

.cookieNoticeButton.gray:hover {
  color: #000;
  background: #f0f0f0;
}

.cookieNoticeButton.green {
  color: #fff;
  background: #333366;
}

.cookieNoticeButton.green:hover {
  background: black;
}

.showCookieDialog{
position:fixed;
left:50px;
bottom:0px;
z-index:999;
background:white;
color:black;
padding:4px 10px;
border:1px solid black;
border-radius:5px 5px 0px 0px;
transition:all 0.2s;
}

.showCookieDialog:hover{
transform:scale(1.1);
transition:all 0.2s;
}

/* Cookies consent end */

@media (max-width: 1320px) {

.header-top-wcag-button{
top:220px;
}

.section-open-blocks{
margin:0px -10px;
}

.section-open-block{
width:calc(50% - 40px);
margin:0px 20px 40px 20px;
}

}

@media (max-width: 1220px) {

.wrapper{
padding:0px 20px;
}

.header-top-logo{
padding:12px 0px 12px 0px;
width:150px;
}

.header-top-content-right{
width:calc(100% - 190px);	
}

.header-top-menu{
width:100%;
}

.header-top-content-right-info-block img
{
margin-right:8px;	
margin-top:10px;
}

.header-top-content-right-info-block
{
padding:20px 16px 0px 0px;	
}

.header-top-content-right-info-block span
{
font-size:15px;	
line-height:22px;
}

.header-top-menu > ul > li > a{
padding:7px 12px;
font-size:15px;
}

.footer-up-content-right{
width:140px;
}

.footer-up-content-right img{
width:140px;
height:auto;
}

.footer-up-content{
padding-right:140px;	
}

}


@media (max-width: 1070px) {

.header-top-content-right-info-block span
{
font-size:14px;	
line-height:22px;
}

.header-top-content-right-info-block span b
{
display:none;
}

.header-top-menu > ul > li > a{
padding:7px 6px;
font-size:15px;
}

.footer-up-content-right{
position:relative;
top:auto;
right:auto;
width:100%;
text-align:left;
}

.footer-up-content-right img{
width:100px;
height:auto;
}

.footer-up-content{
padding-right:0px;	
}



}


@media (max-width: 992px) {

.header-page{
padding-top:102px;
}

.header-top{
position:relative;
}

.header-top-content{
display:block;
position:relative;
}


.header-top-logo{
padding:20px 0px 20px 0px;
height:auto;
width:auto;
}

.header-top-logo img{
height:60px;
width:auto;
}


.header-top-content-right{
position:relative;
width:100%;	
}

.header-top-content-right-info{
display:none;
}

.header-top-content-right-info-icon{
display:none;
}


.header-top-menu{
position:relative;
padding:40px 0px 30px 0px; 
bottom:auto;
right:auto;
width:100%;
}

.header-top-menu-mobile-phone{
position: absolute;
right:70px;
top:-65px;
display:block;
}


.header-top-menu-a{
display:none;
}

.header-top-menu-b{
display:block;
}

.header-top-menu > ul > li{
display:block;
margin:2px 0px;
position:relative;
width:100%;
float:left;
}

.header-top-menu > ul > li > a{
display:block;
text-align:left;
border:2px solid black;
line-height:normal;
width:100%;
box-sizing:border-box;
}

/* Rozwijane */

.header-top-menu > ul > li > ul{
position:static;
top:0px;
left:0px;
width:100%;
background:none;
opacity:1;
visibility:visible;
padding:0px;
display:initial!important;
float:left;
}

.header-top-menu > ul > li:hover > ul{
position:static;
top:0px;
left:0px;
width:100%;
background:none;
opacity:1;
visibility:visible;
padding:0px;
display:initial!important;
float:left;
}


.header-top-menu > ul > li:hover > ul > li{
display:block;
margin:0px 0px;
position:relative;  
}

.header-top-menu > ul > li > ul > li > a{
display:block;
color:black;
border:2px solid black;
font-weight:400;
font-size:15px;
line-height:24px;
background:white;
top:2px 0px;
padding:5px;
border-radius:3px;
float:right;
width:90%;
background:#e1e1e1;
}

.header-top-menu > ul > li > ul > li > a:hover{
background:#e13e20;
color:white;
}

/* Rozwijane end */

.header-top-menu-mobile{
display:block;
}

.header-top-menu-mobile-close{
display:block;
}

.moble-show{
display:block;
}

.moble-hide{
display:none;
}

.header-page-m-top{
position:fixed;
top:0px;
left:0px;
width:100%;
height:auto;
overflow:initial;
z-index:999;
background:white;
}

.header-page-m-top-open{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
overflow:auto;
z-index:99009;
background:white;
}

.header-baner-img{
width:100%;
height:432px;
}

.header-baner-content{
left:20px;
width:calc(100% - 40px);
}

.header-baner-content-block-wrapper{
padding:28px;
}

.header-baner-content-block-wrapper-header{
font-size:24px;
}

.header-baner-content-block-wrapper-text{
color:#fff;
font-weight:400;
font-size:16px;
line-height:26px;
}

.section-info-top-content-text p br{
display:inline;
}

.section-info-top{
display:block;
}

.section-info-top-content{
width:calc(100% - 72px);
padding:36px;
text-align:center;
}

.section-news-block-content-text-left{
width:100%;
padding-right:0px;
}

.section-news-block-content-text-left-img{
width:171px;
height:128px;
margin:0px auto;	
}

.section-news-block-content-text-left-data{
text-align:center;
margin-bottom:30px;	
}

.section-news-block-content-text-right{
width:100%;
}

.section-news-blocks{
text-align:center;
}

.section-news-block-content-text-right-button{
text-align:center;
}

.footer-up-content-right{
text-align:center;
}

.footer-up-content-left-blocks{
display:flex;
justify-content:center;
align-items:flex-start;
flex-wrap:wrap;
margin-bottom:0px;
}

.footer-up-content-left-block
{
width:calc(33.33333333333333333333333% - 30px);
padding:20px 15px;
text-align:center;	
}

.footer-up-content-left-block img
{
display:block;
margin:0px auto;
}

.footer-up-content-left-block span
{
display:block;
padding:20px 0px;
}

.footer-up-content-left-nav ul li{
display:block;
text-align:center;
padding-top:10px;
}

.footer-up-content-left-nav ul li a{
display:inline-block;
vertical-align:middle;
padding:7px 14px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
color:#fff;
font-weight:400;
font-size:16px;
position:relative;
background:transparent;
border-radius:4px;
}

.header-top-wcag-button{
top:100px;
}

.section-text-content-gallery-block{
width:calc(33.33333333333333333% - 40px);
}

.section-box-calendar-content{
position:relative;
overflow-x:auto;
}

.section-box-calendar-content-table{
width:939px;
border-collapse:collapse;
}

.section-box-calendar-top-left{
float:none;
text-align:center;
margin-bottom:0px;
}

.section-box-calendar-top-right{
float:none;
text-align:center;
}

.section-box-calendar-select{
margin:10px 10px;
}

.section-box-calendar-l, .section-box-calendar-r{
margin:10px 10px;
}

.section-open-block-content-text{
display:block;	
}

.section-open-block-content-text-left{
width:100%;
text-align:center;
margin-bottom:30px;
}

.section-open-block-content-text-right{
width:100%;
text-align:center;
}

.section-open-block-content-text-right-h-r{
text-align:left;
}

#skiplinks{
width:50%;
float:right;
padding:6px 0px;
background:black;
font-size:13px;
color:white;
text-align:center;
position:relative;
z-index:1001;
}

}




@media (max-width: 768px) {

.section-news-blocks{
align-items:flex-start;
text-align:center;
}

.section-news-block{
width:calc(100% - 40px);
}

.section-news-block-content{
padding:40px 20px;
}

.section-page-header{
font-size:28px;
}

.footer-up-content-left-block
{
width:calc(100% - 30px);
padding:20px 15px;
text-align:center;	
}

.footer-copy-blocks{
display:block;
text-align:center;
}

.section-text-content-gallery-block{
width:calc(50% - 40px);
}

.section-open-block{
width:calc(100% - 40px);
margin:0px 20px 40px 20px;
}

.section-box-youtube-link{
border-top: 1px solid #d2d2d2;
display: block;
width: 100%;  
}

.section-box-youtube-link-poz{
display:block;
border-bottom:1px solid #d2d2d2;
}

.section-box-youtube-link-col{
display: block;
border-bottom: 0px solid #d2d2d2;
}

.section-box-youtube-text-a {
padding: 30px 0px 0px 0px;
}

.section-box-youtube-text-b {
padding: 0px 0px 30px 0px;
}

.section-box-youtube-text-c {
padding: 0px 0px 30px 0px;
vertical-align: middle;
display: inline-block;
vertical-align: middle;
}

.section-box-youtube-text-d {
padding: 0px 0px 30px 30px;
display: inline-block;
vertical-align: middle;
}

}




@media (max-width: 576px) {

.contactpage form{
width:86%;
display:inline-block;
margin-left:7%;
}

.section-info-top-content{
width:calc(100% - 40px);
padding:20px;
text-align:center;
}

.section-ordering-content-top-header{
display:block;
margin:0px 0px 20px 0px;
}

.section-ordering-content-top-img{
margin-left:0px;	
}

.section-newsletter-content-form input[type="text"]{
display:block;
width:calc(100% - 48px);
margin-right:0px;
margin-bottom:70px;
}


.section-newsletter-content-form-check{
padding-top:0px;
text-align:center;
position:absolute;
top:70px;
left:-1px;
}

.section-text-content-gallery-block{
width:calc(100% - 40px);
}

.section-open-block-content-text-right-h-l{
width:calc(50% - 10px);
padding-right:10px;
}

.section-open-block-content-text-right-h-r{
width:calc(50% - 10px);
padding-left:10px;
text-align:left;
}

}




@media (max-width: 440px) {

.header-baner-slide{
position:relative;
width:100%;
height:580px;
}

.section-open-block-content-text-right-h-l{
width:100%;
padding-right:0px;
text-align:center;
}

.section-open-block-content-text-right-h-r{
width:100%;
padding-left:0px;
text-align:center;
}

.fullsize{
display:none;
}

.mobilesize{
display:initial;
}

}
