/* Quick.Cms.Ext v6.x widgets stylesheet */
/* WIDGETS
  to style widgets in specific location use:
  .widgets-1 ... - type: top header
  .widgets-2 ... - type: header below menu
  .widgets-3 ... - type: footer after content
  .widgets-4 ... - type: footer under page footer
  #content ... - type: inside page content
*/

/* GLOBAL */
.widgets-1{position:relative;margin:10px auto;text-align:left;overflow:hidden;}
@media screen and (min-width:1280px){
  .widgets-1{width:1200px;}
}
.widgets-1 > ul > li{float:left;margin:10px 0;color:#333;}
.widgets-1 div.head{margin-bottom:10px;text-align:center;font-size:1em;color:#673e28;}
.widgets-2 > ul, .widgets-2 > ul > li, .widgets-3 > ul, .widgets-3 > ul > li{padding:10px 0;}
.widget div.head{margin-bottom:10px;text-align:center;font-size:1.25em;text-transform:uppercase;color:#673e28;}
.widgets-1 > ul, .widgets-2 > ul, .widgets-3 > ul, .widgets-4 > ul{display:flex;flex-flow:row wrap;justify-content:space-around;list-style:none;}
.widget > div.description{padding-bottom:5px;}
.widget ul{list-style:none;}
.widget{flex:0 0 98%;}
@media screen and (min-width:640px){
  .widget{flex:0 0 48%;}
  .widget.third-size{flex:0 0 31%;}
  .widget.half-size{flex:0 0 48%;}
  .widget.full-size{flex:0 0 98%;}
}

/* TYPE: HEADER|FOOTER - GLOBAL */
.widgets-2 > ul > li, .widgets-3 > ul > li{margin:10px 0;border-top:5px solid #e8eaee;}

/* INSIDE PAGE CONTENT - GLOBAL */
#content .widget{clear:both;margin:1rem 0;padding:1rem;background:#f6f6f6;}

/* Display option: CONTENT */
.widget.type-1 ul, .widget.type-1 ol{padding:0 0 0 30px;overflow:hidden;}
.widget.type-1 li{margin:5px 0;padding:0;border-left:0;}
.widget.type-1 p{padding-bottom:7px;}

/* Display option: PAGE */
.widget.type-2 img{float:left;margin:4px 15px 7px 0;box-shadow:0 0 4px rgba(100,100,100,0.4);}
.widget.type-2 img:hover{opacity:0.8;}
.widget.type-2 div.description{margin-top:0.3em;text-align:justify;}
#content .widget.type-2{border:1px solid #e8eaee;border-top-width:5px;}
.widget.type-2 .more{display:block;padding-top:0.3em;}

/* Display option: SLIDER
   slider styles in style-slider.css file */
.widget.type-3{padding-left:0;padding-right:0;}

/* Display option: MENU */
.widget.type-4 nav ul{list-style:none;}
.widget.type-4 li{padding:0.2rem 0 0.2rem 1.1em;}
.widget.type-4 .level-0-el{background:url('img/list.png') no-repeat 0px 8px;font-size:1.188em;}
.widget.type-4 .level-0-el a{text-decoration:none;}
.widget.type-4 .level-0-el ul{font-size:0.895em;}
.widget.type-4 .level-0-menu li{padding-top:2px;}
.widget.type-4 .level-1-menu li:before{content:'>';margin:0 0.4em 0 -1.1em;font-size:0.824em;color:#673e28;font-weight:bold;}
#content .widget.type-4{border:1px solid #e8eaee;border-top-width:5px;}

/* Display option: SUBPAGES
   other subpages styles you will find in style.css file in SUBPAGES LIST STYLES section
   just move it here and add .widgets-2 to create custom version */
.widget.type-5 .pages-gallery .page{}

/* ADMIN OPTIONS */
.widget-edit{position:relative;display:block;}
.widget-edit a{position:absolute;left:-15px;top:-21px;opacity:0.6;}
.widget-edit a:hover{opacity:1;}

@media print{
  /* PRINT STYLES */
  .widgets-1{position:static;width:17.2cm;height:auto;margin:0;overflow:visible;}
}

/* PLUGINS */

/* USERS */
/* login panel */
#user-panel{margin:0 auto;}
#user-panel .button input{padding:.6em 1.2em .6em 3em;background-image:url('img/users_login.png');background-repeat:no-repeat;background-position:1em center;text-transform:uppercase;}
#user-panel .button input:hover{background-color:#000000;}
#user-panel .links{margin:.4em 0;text-transform:lowercase;}
#user-panel .links:before{content:'>';margin-right:7px;font-size:0.824em;color:#673e28;font-weight:bold;}
/* messages */
#user-panel.msg.error{background-image:none;font-size:1.25em;}
.msg#profile, .msg#user-panel{padding:3rem 0;background-position:center 15px;}
/* checkboxes (e.g. acceptance ) in register form */
#profile .option{margin:0 0 1.25rem;}
#profile .option label{margin-left:.4rem;font-weight:normal;}
/* not required fields are default hidden */
#profile.register #user-not-required{display:none;}
/* send button for profile in widgets list (outside of page content) */
.widgets-list #profile .save{margin-top:20px;text-align:left;}
/* links for logged users */
.widget.type-26 .user-link{display:block;padding:.5em 0 .5em 2em;background:url('img/users_profile.png') no-repeat left center;}
.widget.type-26 .logout{background-image:url('img/users_logout.png');}
.widget.type-26 .orders{background-image:url('img/users_orders.png');}

/* Display option: ADVANCED SEARCH */
.widget.type-29{width:98%;border-top:5px solid #e8eaee;}
#search-form-advanced{margin:10px auto 0;padding:10px;}
#search-form-advanced ul{list-style:none;}
#advanced-fields .phrase input, #advanced-fields select{min-width:250px;max-width:95%;}
#advanced-fields:after{content:'';clear:left;display:table;}
#advanced-fields > li{padding-bottom:15px;}
#advanced-fields label{display:block;margin-bottom:4px;}
#advanced-fields ul .head{font-weight:bold;padding-bottom:5px;}
#advanced-fields ul label{font-weight:normal;}
#advanced-fields .features label{margin:0;}
#advanced-fields .features li{padding-bottom:5px;}
#advanced-fields .button{padding:20px 0 0;}
@media screen and (min-width:1024px){
  #advanced-fields{display:grid;grid-template-columns:1fr 1fr;}
  #advanced-fields .phrase{grid-column:1;}
  #advanced-fields .features{grid-column:2;grid-row:1 / span 3;}
  #advanced-fields .category{grid-column:1;}

  #advanced-fields .features ul{display:flex;flex-flow:row wrap;}
  #advanced-fields .features li.head{flex-basis:100%;}
  #advanced-fields .features li{flex-basis:50%;}
}

/* ORDERING */
.widget.type-31{width:100%;}
.widget.type-32{width:100%;} /* user orders */

/* Display option: CALENDAR
   you can find other calendar styles in plugins/event-calendar/event-calendar.css file */
.widget.type-25 .eventsCalendar-dayEventsList{z-index:11;position:absolute;top:90%;left:65%;padding:7px;border:1px solid #e8eaee;background:rgba(0,103,154,0.95);color:#fff;}
.widget.type-25 .eventsCalendar-dayEventsList li{min-width:200px;padding-bottom:9px;font-size:0.75em;}
.widget.type-25 .eventsCalendar-dayEventsList li:last-child{padding:0;border:0;}
.widget.type-25 .eventsCalendar-dayEventsList li a{color:#fff;text-decoration:none;}
.widget.type-25 .eventsCalendar-dayEventsList li a:hover{text-decoration:underline;}
.widget.type-25 .loading{min-width:50px;min-height:30px;background:#fff url('img/loading-horizontal.gif') no-repeat center center;}
#page div.content .widget.type-25{line-height:1em;}
@media screen and (max-width:460px){
  .widget.type-25{width:98%;}
}

/* Display option: NEXT PREVIOUS PAGE */
.widget.type-28{flex-basis:94%;border:0;}
.widget.type-28 .next-prev{list-style:none;display:flex;justify-content:space-between;flex-wrap:wrap;}
.widget.type-28 .next{margin-left:auto;}
.widget.type-28 li a{display:inline-block;margin:.5rem 0;padding:5px 10px;text-decoration:none;background:#0093dd;color:#fff;}
.widget.type-28 li a:hover{background:#673e28;}

/* Display option: COMMENTS */
.widget.type-24 .name{margin-bottom:0.5em;font-weight:bold;color:#0070b8;}
.widget.type-24 p{line-height:1.4375rem;}

/* Display option: SOCIAL LINKS */
.type-13 ul{display:inline-block;list-style:none;}
.type-13 li{display:inline-block;margin:0 8px;vertical-align:middle;}
#content .type-13 img{box-shadow:none;}

/* SIDE TAB */
.side-tab-widget{position:fixed;right:-100px;top:50%;z-index:51;background:#0093dd;font-size:0.75em;border-top-left-radius:15px;border-top-right-radius:15px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);}
.side-tab-widget a{display:block;padding:13px;text-decoration:none;color:#fff;font-size:1.633em;}

/* Display option: RANDOM PAGE */
.widget.type-8, .widget.type-9{border:1px solid #e8eaee;border-top-width:5px;}
.widget.type-8 img, .widget.type-9 img{float:left;margin:4px 15px 7px 0;box-shadow:0 0 4px rgba(100,100,100,0.4);}
.widget.type-8 img:hover, .widget.type-9 img:hover{opacity:0.8;}
.widget.type-8 div.description p, .widget.type-9 div.description p{padding:0.3em 0;}

/* Display option: POLL */
.widget.type-22 .question{font-weight:bold;color:#673e28;}
.widget.type-22 .answer{display:inline-block;padding:7px 0;font-weight:normal;}
.widget.type-22 ul{margin:10px 0;list-style:none;}
.widget.type-22 li{border-top:1px solid #e8eaee;}
.widget.type-22 li:last-child{border-bottom:1px solid #e8eaee;}
.widget.type-22 li input{margin:0 8px;}
.widget.type-22 .vote{padding:5px 0;text-align:center;}
.widget.type-22 .results li{position:relative;background:#9a9b9e;color:#fff;}
.widget.type-22 strong.answer{z-index:2;position:relative;padding-left:5px;}
.widget.type-22 .graph{display:inline-block;position:absolute;top:0;left:0;height:100%;background:#0093dd;}
.widget.type-22 .votes{z-index:2;position:relative;margin-left:8px;font-weight:bold;}
.widget.type-22 .votes:before{content:'-';margin-right:7px;font-weight:normal;}

/* Display option: NOTICES */
.widget.type-10{display:none;width:auto;}
aside.widget.type-10{display:none;padding:7px 0;background:#fff;font-size:0.75em;}
.widget.type-10 .close a {padding: 5px 15px;border: 1px solid #272727;color: #272727;font-weight: 400;transition: 0.5s all;}
.widget.type-10 .close a:hover {padding: 5px 15px;border: 1px solid #673e28;color: #673e28;font-weight: 400;}

.widget.type-10 .head{margin-bottom:7px;font-weight:bold;font-size:1.167em;}
.widget.type-10.location-0, .widget.type-10.location-2{position:fixed;z-index:2001;width:100%;background-color:rgba(255,255,255,0.9);}
.widget.type-10.location-0{width:200px;left:0px;bottom:0px;padding:10px;border:1px solid #bbb;}
.widget.type-10.location-2 div{display:inline-block;margin-right:4px;}
.widget.type-10.location-2 .head{margin-right:10px;font-weight:bold;}
.widget.type-10.location-2{border-bottom:1px solid #555;}
.widget.type-10.location-2{top:0px;}
.widget.type-10.location-3{position:fixed;top:100px;left:50%;z-index:1001;width:700px;margin-left:-350px;padding:30px;text-align:center;background:#fff;border:5px solid #fff;border-radius:10px;}
.widget.type-10.location-1{padding:10px 0 20px;}
.widget.type-10.location-2 .close{margin-left:20px;}
.widget.type-10.location-0 .close, .widget.type-10.location-1 .close, .widget.type-10.location-3 .close{margin-top:15px;}
.widget-dark-background{display:none;position:fixed;width:100%;height:100%;left:0px;top:0px;background:rgba( 0, 0, 0, 0.7 );z-index:1000;}

/* Display option: NEWSLETTER */
.widget.type-12{text-align:center;display: flex;justify-content: center;padding: 100px 25px;width: 1280px;margin: 0 auto;}
.widget.type-12 .default{display:none;margin-top:7px;}
.widget.type-12 legend{width:100%;font-size:1.75em;text-transform:uppercase;color:var(--color-primary);text-align:center;font-weight: 700;}
.widget.type-12 input[type="email"]{width:100%;margin:25px auto;padding:15px 25px;text-align:center;background:var(--color-secondary);}  
.widget.type-12 input[type="submit"]{padding:0.8em 1.5em;text-transform:uppercase;letter-spacing:1px;}
.widget.type-12 .msg.done{font-size:1.125em}
.widget.type-12 .msg.error{background-position:10px center;font-size:1em;}
.newsletter .description h3 {color: #673e28;position: relative;padding: 0 0 15px 0;margin: 0 0 15px 0;}
.newsletter .description h3::after {content:'';position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 50%;height: 1px;background: #673e28;z-index: 101;}
.widget.type-12 .description {max-width: 1180px;margin: 0 auto;}

/* Display option: GOOGLE MAPS */
.widget.type-14{width:100%;border:0;}
#content .widget.type-14{width:100%;}
.widget.type-14 div.head{text-align:left;text-transform:none;}
.widget.type-14 iframe{width:100%;min-height:650px;float:left;}

/* Display option: CONTACT PANEL
   other contact panel styles you will find in style.css file in CONTACT-PANEL section
   just move it here and add .widgets-1 to create custom version */
.type-7{flex-basis:93%;}
.type-7 div.head, #content .widget.type-7 div.head{text-transform:none;}

/* SCROLL BACK TO TOP */
.back-to-top-widget{position:fixed;bottom:30px;right:0;z-index: 1001;}
.back-to-top-widget a{display:block;width:50px;text-align:center;color:#673e28;text-transform:uppercase;text-decoration:none;transition:1s;opacity:0.6;}
.back-to-top-widget div.head{color:#673e28;font-size:10px;transition:1s;font-weight:normal;background: #FFFFFF;padding: 0;}
.back-to-top-widget a:hover, .back-to-top-widget a:hover div.head{opacity:1;color:#673e28;text-decoration:none;}
.back-to-top-widget a:before{content:'';display:block;width:50px;height:50px;margin-bottom:7px;background:#673e28 url('img/back_to_top.png') no-repeat center center;border-radius:0%;transition:1s;}
.back-to-top-widget a:hover:before{background-color:#673e28;}

/* */
.widgets-list.widgets-113 {float: left;width: 100%;background: #FFFFFF;}
.widgets-list.widgets-113 .pages-oferta-start  {display: flex;justify-content: space-between;align-items: center;}
.widgets-list.widgets-113 .pages-oferta-start  .page {background: #FFFFFF;position: relative;}
.widgets-list.widgets-113 .pages-oferta-start  > .page:nth-child(1) {width: calc(100% / 3 * 2);padding: 100px;}
.widgets-list.widgets-113 .pages-oferta-start  > .page:nth-child(2) {width: calc(100% / 3);}
.widgets-list.widgets-113 .pages-oferta-start  > .page:nth-child(1) .pages-list {display: flex;justify-content: space-between;flex-wrap: wrap;}
.widgets-list.widgets-113 .pages-oferta-start  > .page:nth-child(1) .pages-list .page {width: 23%;margin: 1%;display: flex;flex-direction: column;}
.widgets-list.widgets-113 .pages-oferta-start  > .page:nth-child(2) .boxContent__widget_oferta {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 20;display: flex;justify-content: center;align-items: center;flex-direction: column;color: #FFFFFF;padding: 50px;width: 90%;}
.widgets-list.widgets-113 .pages-oferta-start  .page img {float: left;max-width: 100%;}
.widgets-list.widgets-113 .pages-oferta-start  > .page:nth-child(1) .image {width: 100%;}
.widgets-list.widgets-113 .pages-oferta-start  > .page:nth-child(2) .image {background-position: center center;background-repeat: no-repeat;-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;z-index: 1;}
.boxContent__widget_oferta h3 {  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.widgets-list.widgets-113 .pages-oferta-start  > .page:nth-child(2)::before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background:  rgba(53,53,53,0.65);z-index: 2;}

.widgets-list.widgets-113 .pages-oferta-start  > .page:nth-child(1) .pages-list .page .image {order: initial;overflow: hidden;position: relative;}
.widgets-list.widgets-113 .pages-oferta-start  > .page:nth-child(1) .pages-list .page .title {padding: 15px 0 0 0;}
.widgets-list.widgets-113 .pages-oferta-start  > .page:nth-child(1) .pages-list .page .title a {font-weight: bold;color: #272727;transition: 0.5s all;}
.widgets-list.widgets-113 .pages-oferta-start  > .page:nth-child(1) .pages-list .page .title a:hover {color: #673e28;}
.widgets-list.widgets-113 .pages-oferta-start  > .page:nth-child(1) .pages-list .page .description {font-weight: 400;color: #673e28;}
.widgets-list.widgets-113 .pages-oferta-start  > .page:nth-child(1) .pages-list .page .more {margin: 10px 0 0 0;}
.widgets-list.widgets-113 .pages-oferta-start  > .page:nth-child(1) .pages-list .page .more a {padding: 5px 15px;border: 1px solid #272727;color: #272727;font-weight: 400;transition: 0.5s all;}
.widgets-list.widgets-113 .pages-oferta-start  > .page:nth-child(1) .pages-list .page .more a:hover {padding: 5px 15px;border: 1px solid #673e28;color: #673e28;font-weight: 400;}
.boxContent__widget_oferta .description p {font-size: 18px;}

.widgets-list.widgets-113 .pages-oferta-start  > .page:nth-child(1) .pages-list .page .image img {transition: 0.5s all;}
.widgets-list.widgets-113 .pages-oferta-start  > .page:nth-child(1) .pages-list .page:hover .image img {transform: scale(1.05);}

/* */
.notices {display: flex;justify-content: center;align-items: center;padding: 0 15px;}

/* */
#pages-related {background: #ddd;padding: 50px 50px 25px 50px;width: 1280px;margin: 25px auto 0 auto;}

@media screen and (max-width:2140px){
  .widgets-list.widgets-113 .pages-oferta-start > .page:nth-child(1) {padding: 50px 50px;}
}
@media screen and (max-width:1640px){
  .widgets-list.widgets-113 .pages-oferta-start > .page:nth-child(1) {padding: 50px 25px;}
  .pages-oferta-start {flex-wrap: wrap;}
  .widgets-list.widgets-113 .pages-oferta-start > .page:nth-child(1) {width: 98%;margin: 1%;}
  .widgets-list.widgets-113 .pages-oferta-start > .page:nth-child(2) {width: 98%;margin: 1%;}
  .widgets-list.widgets-113 .pages-oferta-start > .page:nth-child(2) .image {height: 100vh !important;padding: 25px;}
}
@media screen and (max-width:1340px){
  .widgets-list.widgets-113 .pages-oferta-start > .page:nth-child(1) .pages-list .page {width: 48%;margin: 25px 1% ;}
}
@media screen and (max-width:640px){
  .widgets-list.widgets-113 .pages-oferta-start > .page:nth-child(1) .pages-list .page {width: 98%;margin: 25px 1%;}
  .widgets-list.widgets-113 .pages-oferta-start > .page:nth-child(2) .boxContent__widget_oferta {padding: 25px 15px;}
}


/* */
.widgets-list.widgets-110 > ul > li {justify-content: space-between;flex-wrap: wrap;background: #FFFFFF;}

@media screen and (max-width:1340px){
  .widget.type-12 {width: 100%;padding: 50px 25px;}
  #pages-related {width: 100%;padding: 50px 15px 25px 15px;}
}

/* */
.video-container {position:relative;padding-bottom:54.25%;padding-top:30px;height:0;overflow:hidden;}
.video-container iframe, .video-container object, .video-container embed {position:absolute;top:0;left:0;width:100%;height:100%;} 

/* */
.umowLink {padding: 0.8em 1.5em;text-transform: uppercase;letter-spacing: 1px;border-width: 1px;border-style: solid;background: #673e28;color: #fff;transition: all 0.3s ease;font-family: 'Jost', sans-serif;font-size: 1rem;border-radius: 2px;}
.umowLink:hover {background: #010e2d;cursor: pointer;color: #fff !important;}

/* */
.phoneBox {padding: 0.8em 1.5em;text-transform: uppercase;letter-spacing: 1px;border-width: 1px;border-style: solid;background: #673e28;color: #fff;transition: all 0.3s ease;font-family: 'Jost', sans-serif;font-size: 1rem;border-radius: 2px;}
.phoneBox:hover {background: #010e2d;cursor: pointer;color: #fff !important;}


/* CIASTECZKA */
.cookiesBox {float: left;width: 100%;display: flex;justify-content: center;align-items: center;flex-wrap:wrap;margin:15px 0 25px 0;}
.cookiesBox button {transition:0.5s all;padding: 12px 15px 10px 15px;font-size: 12px;background-color: #654F44;color: #999999;letter-spacing: 0.2px;font-weight:400;font-family: 'Poppins', sans-serif;transition: 0.5s all;text-transform: uppercase;border-radius: 5px;margin:5px 10px;line-height:12px;}
.cookiesBox button:hover {background:#30363c;cursor:pointer;color:#FFFFFF;}
.cookiesBox button:hover {background:#30363c;cursor:pointer;color:#FFFFFF;}
.cookie-message {border:1px solid #654F44;color:#654F44;text-align:center;padding:25px;font-size:16px;font-weight:400;text-transform:uppercase;display: inline-flex;}
.cookie-message strong {font-weight:bold;}
.boxContainerYoutube {display:flex;justify-content:center;flex-wrap:wrap;margin:15px 0;}
.video-container {width:100%;}
