@font-face{
	font-family: Montserrat;
	src:url(fonts/Montserrat-Regular.ttf);
}

body{font-size:1rem;font-family:Montserrat, Saira Semi Condensed,sans-serif}
/* body{font-size:1.6rem;font-family:Saira Semi Condensed,sans-serif} */
@media (min-width:992px){
	.header-nav__item {
		font-size: 1.1rem;
	}
}
@media (min-width:1200px){
	.header-nav__item {
		font-size: 1.3rem;
	}
}
@media (min-width:1400px){
	.header-nav__item {
		font-size: 1.5rem;
	}
}
@media (min-width:1600px){
	.header-nav__item {
		font-size: 1.6rem;
	}
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade.show {
	background: rgba(0,0,0,0.8);
    opacity: 1;
	z-index:999;
}
.contact {
    padding: 20px 0;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	outline: 0;
}
.fade{
	transition: opacity 0.15s linear;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid 
    #eceeef;
}
.modal button {
    cursor: pointer;
}
.modal button.close {
    padding: 0;
    cursor: pointer;
    background: 
    transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
	text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}
.modal .btn-info {
    color: #fff;
	background-color: #5bc0de;
	border-color: #5bc0de;
}
.modal .btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid 
    transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: 0.5rem 1rem;
    font-size: 15px;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.modal-dialog {
    max-width: 500px;
    margin: 30px auto;
	position: relative;
}

.calendar-nav .current-month{
	background:#ff90a7;
	border-radius: 0 0 8px 8px;
}
.calendar-nav .current-month p{
	color:#000;
}
.calendar-nav .swiper-slide-active.current-month{
	background:#ed1b32;
}
.calendar-nav .swiper-slide-active.current-month p{
	color:#fff;
}
.calendar__details{
	background-color:#fff;
	color:#ed1b32;
}
.calendar__details .calendar__open-event{
	color:#ed1b32 !important;
}
@media (min-width:468px){
	.calendar__list{
		grid-template-columns:1fr 1fr;
		grid-row-gap:16px;
		grid-column-gap:16px;
	}
}
@media (min-width:768px){
	.calendar__list{
		grid-template-columns:1fr 1fr 1fr 1fr;
	}
}
@media (min-width:1200px){
	.calendar__list{
		grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
	}
}

.presentation__title{
	text-shadow: 1px 1px 3px #000;
}
article {
  padding: 0;
}

article:first-of-type {
  padding-top: 20px;
}

@media (min-width:1200px){
	article:first-of-type {
	  padding-top: 60px;
	}
}

@media (min-width:992px){
	article:first-of-type {
	  padding-top: 40px;
	}
}.number-list ol{	list-style:decimal;}.number-list ol[type="1"]{	list-style:decimal;}.number-list ol[type="a"]{	list-style:lower-alpha;}.number-list ul[type="1"]{	list-style:decimal;}.number-list ul[type="a"]{	list-style:lower-alpha;}

.nowosc:before {
	position: absolute;
	content: "Nowość";
	color: white;
	background-color: #ed1b32;
	top: 0.25em;
	right: 0.25em;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.5em;
	border-radius: 0.25em;
	z-index: 10;
}
@media screen and (min-width:1024px) {
	.nowosc:before {
		font-size: 2em;
	}
}
@media screen and (min-width:1566px) {
	.nowosc:before {
		font-size: 2.5em;
	}
}
.wkrotce:before {
	position: absolute;
	content: "Wkrótce otwarcie";
	color: white;
	background-color: #ed1b32;
	top: 0.25em;
	right: 0.25em;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.5em;
	border-radius: 0.25em;
	z-index: 10;
}
@media screen and (min-width:1024px) {
	.wkrotce:before {
		font-size: 2em;
	}
}
@media screen and (min-width:1566px) {
	.wkrotce:before {
		font-size: 2.5em;
	}
}
.juz:before {
	position: absolute;
	content: "Już otwarte!";
	color: white;
	background-color: #ed1b32;
	top: 0.25em;
	right: 0.25em;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.5em;
	border-radius: 0.25em;
	z-index: 10;
}
@media screen and (min-width:1024px) {
	.juz:before {
		font-size: 2em;
	}
}
@media screen and (min-width:1566px) {
	.juz:before {
		font-size: 2.5em;
	}
}
@media screen and (min-resolution: 1.25dppx) and (min-width: 1200px) {
	.header-nav__item,
	.header-nav__submenu .header-nav__item {
		font-size: 1.35rem;
	}
}

@media screen and (min-width: 1360px) {
	.header-nav__item {
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 1400px) {
	.header-nav__item {
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 1600px) {
	.header-nav__item {
		font-size: 1.3rem;
	}
}
@media screen and (min-width: 1900px) {
	.header-nav__item {
		font-size: 1.5rem;
	}
}
/* gastro-logo */

.gastro-button{
    position:absolute;
    top:0;
    margin-left:35%;
    margin-right:35%;
    text-align:center;
}
.gastro-button a{
	font-weight:bold;
	white-space: nowrap;
	padding:10px;
	font-size:1em !important;
}
@media screen and (min-width:992px) {
	.gastro-button{
		display:none;
	}
}

/* .main-header__nav{
	margin-top: 10px;
}
.logo-gastro{
    max-height: 110%;
    margin-bottom: -7px;
    margin-left: 20px;
}
@media screen and (min-width:992px) {
	.logo-gastro{
		display:none;
	}
} */
@media screen and (max-width:991px) {
	article li, article p {
		line-height: 1.3em;
	    font-size: 1.8rem;
	}
	.offer li, .offer p {
		line-height: 1.3em;
	    font-size: 1.8rem;
	}
	.btn-box a{
		line-height: 1.3em;
	    font-size: 1.8rem;
	}
	.hide-mobile{
		display:none !important;
	}
}
.flip {
  transform: rotate(-180deg);
}
@media screen and (min-width:992px) {
	.show-mobile{
		display:none !important;
	}
}
article p {
	margin-bottom: 1.3em;
}
.radio-group {
	font-size: 2.2rem;
	padding: 1rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-family: Fira Sans,sans-serif;
	font-weight: 300;
}
.radio-group-text {
	font-size: 2.2rem;
	font-family: Fira Sans,sans-serif;
	font-weight: 300;
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: #747474;
}
.contact__header{
	font-weight: 700;
	font-size: 3.6rem;
	text-align: center;
	margin-bottom: 2rem;
}
.contact__submit-group{
	margin-left:auto;
	margin-right:auto;
	display: block;
	width: 570px;
	margin-top: 18px;
	padding: 4px 8px;
	border: none;
	outline: none;
	border-radius: 5px;
	color: #fff;
	background-color: #ed1b32;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	cursor: pointer;
	font-size: 1.8rem;
	opacity: 1;
}
@media (max-width: 600px){
	.contact__submit-group{
		width: 100%;
	}
}
.contact__submit-group:hover{
	opacity: 0.8;
}
.contact_us{
	margin-top: 8rem;
	margin-bottom: 5rem;
}
.desc_contact_header{
	font-size: 21px;
	margin-bottom: 1rem;
}
.desc_contact_group{
	font-size: 2.4rem;
	margin-bottom: 2.5rem;
}
.offers_group{
	display: flex;
	flex-wrap: wrap;
	//justify-content: center;
}
.offers_group_item_red{
	border: #ed1b32 solid 0.3rem;

}
.offers_group_item{
	margin: 2% 1%;
	position: relative;
	flex: 0 0 31.3333333%;
	min-width: 31.3333333%;
	align-items: center;
	min-height: 40rem;
	padding: 4rem;
	box-shadow: 0 5px 15px 0 rgba(12,38,77,.2);
	border-radius: 20px;
}
.offers_group_item_container > .offers_group_content > p > strong{
	font-size: 1.5rem;
	font-weight: bolder;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.offers_group_item_container > .offers_group_content > ul > li{
	font-size: medium;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	list-style: circle;
}
.offer_name{
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 2rem;
}
.offers_group_lead{
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 1rem;
	margin-bottom: 1rem;
	line-height: 1.3em;
}
@media (max-width: 1199px){
	.offers_group_item{
		margin: 2%;
		position: relative;
		flex: 0 0 46%;
		min-width: 46%;
	}
}
@media (max-width: 720px){
	.offers_group_item{
		position: relative;
		flex: 0 0 96%;
		/*min-width: 96%;*/
		max-width: 45rem;
		margin-left:auto;
		margin-right:auto;
	}
}
@media (max-width: 500px){
	.offers_group_item{
		position: relative;
		flex: 0 0 100%;
		min-width: 100%;
		margin:2% 0;
	}
}
@media (max-width: 410px){
	.offers_group_item{
		box-shadow: unset;
	}
}
