/* Quick.Cms.Ext v6.x default stylesheet */

@import url("style-sliders.css");
@import url("style-widgets.css");
/* Above files contains CSS for sites modules such as forms or page details.
We recommend merging all .css files into one file at the end of the site development process. */

/* Layout variables */
:root {
  --color-text: #545454;
  --color-primary: #474747;
  --color-dark: #777777;
  --color-secondary: #000000;
  --color-white: #fff;
  --color-grey: #f6f6f6;
  --color-divider: #e8eaee;
}

/* GLOBAL STYLES */
body, body *, body *:before, body *:after{margin:0;padding:0;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body,table{color:var(--color-text);font-size:1em;font-family: "Inter", sans-serif;font-weight: 300;}

body{padding:0;background:#FFFFFF;}

a{color:var(--color-dark);text-decoration:none;}
a:hover{color:#EFB0C3;text-decoration:underline;}

.msg{clear:both;overflow:hidden;padding:20px 0;text-align:center;}
.msg.done, .msg.error{margin:10px 0;background:var(--color-primary) url('img/sprite.svg#info') no-repeat 1rem center;background-size:2rem;color:var(--color-white);font-size:1.5rem;}
.msg.done a, .msg.error a{color:var(--color-white);}
.msg.done a:hover, .msg.error a:hover{color:#1f1a17;}
.msg p{margin:.7em 4rem;line-height:2.25rem;}
.msg p:first-child{font-size:2rem;}
.msg a.action{display:inline-block;margin:7px 7px;padding:3px 8px;border:1px solid var(--color-white);text-decoration:none;font-size:0.813rem;}
.msg a.action:hover{background:var(--color-white);}
.msg.panel a.action{margin-top:13px;}
.msg.error{background-color:var(--color-secondary);}
body.is-msg-error404 .msg.error{margin-top:3rem;}
.wai{position:absolute;width:1px;height:1px;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);overflow:hidden;}

.icon{display:inline-block;content:"";flex-shrink:0;width:1.5rem;height:1.5rem;fill:var(--color-white);}
.icon--labeled{margin-left:.75em;width:1.5em;height:1.5em;}

#container{position:relative;width:100%;margin:0px auto;background:var(--color-white);}
#container:after{content:"";display:table;clear:both;}
#body, #foot{margin:0 auto;padding:0;}

/* QUICK LINKS */
#skiplinks{position:absolute;top:0;left:0;}
#skiplinks a{position:absolute;top:-500px;left:0;z-index:10;min-width:200px;padding:10px;color:var(--color-white);}
#skiplinks a:focus{top:0;background:#000;color:var(--color-white);}

/* LOGO, SLOGAN, MENU */
.header__navigation #logo {position: fixed;top: 0;left: 0;z-index: 5;}

#logo{padding:2rem;flex:1 1 0;order:-4;}
#logo #title a{color:var(--color-text);font:bold 0em 'Arial';line-height:1em;text-decoration:none;}
#logo #title a span{color:var(--color-secondary);}
#logo #title a strong{color:var(--color-primary);}
#logo #title a em{color:var(--color-secondary);font-style:normal;}
#logo #slogan{padding:4px 0 0 0px;color:#000000;margin-top: 5px;font-size: 1.675rem;max-width: 200px;}
#logo img {width: 140px;}

/* MENU TOP
   to style mobile and desktop menu use: .menu-top ...
   to style only desktop menu use: .header__menu ...
   to style only mobile menu use: .mm-ocd ...
*/
.header__menu .level-0-menu{display:flex;flex-flow:row wrap;list-style:none;display: none;}
.header__menu .menu__link{display:block;padding:.6em 1em;color:#000000;text-decoration:none;transition:all 0.5s ease;}
.menu__link:hover, .selected > .menu__link, .selected-parent > .menu__link{color:#FFFFFF;}

  .header__menu {
    position: fixed;
    top: 15px;
    padding: 4px;
    transition: .25s;
    z-index: 15000;right: 18px;height: calc(100% - 15px);
  }

@media screen and (min-width:10000px){
  .header__menu{flex-basis:100%;}
  .header__menu li{position:relative;font-size:1.25rem;}
  /* Bottom underline */
  .header__menu .level-0-el:after{content:'';display:block;position:absolute;bottom:0;width:10%;height:5px;transition:all 0.5s ease;}
  .header__menu .level-0-el:hover:after, .header__menu .level-0-el.selected:after, .header__menu .level-0-el.selected-parent:after{width:99%;background:var(--color-primary);}

  /* Hamburger only on small screen */
  button.hamburger{display:none}
}

/* DROP DOWN MENU */
.header__menu ul ul{display:none;} /* drop down submenus hidden */
@media screen and (min-width:641px){
  .header__menu li:hover > ul{display:block;} /* show drop down submenu on hover */
  .header__menu li.drop-down:before{position:absolute;right:3px;display:block;content:"\25be";color:#6e6e6e;font-size:1rem;} /* dropdown mark */
  /* drop down submenus styles */
  .header__menu ul ul{position:absolute;top:100%;left:-1px;z-index:10;width:auto;height:auto;white-space:nowrap;background:#efefef;list-style:none;}
  .header__menu .level-1-el.drop-down:before{top:50%;transform:translateY(-50%) rotate(-90deg);} /* dropdown mark - second level */
  .header__menu .level-1-el a{font-size:1.063rem;}
  .header__menu .level-2-el a{font-size:0.875rem;}
  /* third level submenu */
  .header__menu .level-2-menu{top:0;left:100%;border-left:5px solid var(--color-primary);}
}

/* SLIDER */
/* You will find slider styles in style-slider.css file */

/* BODY/CONTENT STYLES */
#body{clear:both;margin:120px auto 0 auto;width: 1280px;}
#body:after{content:"";display:table;clear:both;}

/* PAGE */
#page{position:relative;margin:0 0% 30px 0;text-align:left;width: 100%;}
#page:after{content:"";display:table;clear:both;}
#page h1, .heading-1{margin:0em 0 .4em;color:var(--color-secondary);font-size: 2.8rem;text-align: left;font-weight: 400;font-family: "Playfair Display", serif;}
#page .msg.error h1, #page .msg.error .heading-1{margin-top:.4em;color:var(--color-white);}
#page .msg.error.panel h1{margin:0;font-size:1rem;}
#page .msg.error .heading-1 {padding: 0 25px 0 75px;text-align: left;}

/* PAGE - BREADCRUMB (navigation path) */
.breadcrumb{margin-bottom:1.25rem;text-align: right;width: 100%;display: flex;justify-content: right;margin-top: -15px;}
.breadcrumb ol{list-style:none;}
.breadcrumb li{display:inline-block;}
.breadcrumb li a {color: #787878;}
.breadcrumb li:not(:first-child)::before{content:"\203A";display:inline-block;padding:0 .5em;color:var(--color-text);font-weight:bold;}

/* PAGE CONTENT */
#page div.content{line-height:1.5em;}
#page div.content > ul, #page div.content > ol{padding:0 0 0 2em;}
/* #page div.content > ul:after, #page div.content > ol:after{content:"";display:table;clear:both;} */ /* Uncomment if necessary */
#page div.content > ul li, #page div.content > ol li{margin:.5em 0;padding:0;}
#page div.content > h2, #page div.content > h3{font-size:1.5rem;line-height:2em;font-weight:normal;}
#page div.content > h3{font-size:1.25rem;}
#page div.content > p{padding-bottom:1em;}
#page div.content strong {font-weight: 700;}
#page > time{color:var(--color-secondary);opacity:1;position: relative;font-weight: 400;text-align: right;margin: 5px 0 10px auto;float: right;width: 100%;}


/* IMAGES STYLES */
/* global */
#content li img:hover{opacity:1;}
ul[class*='images-']{list-style:none;}
ul[class*='images-'] li{margin:0 0 1rem 0;text-align:center;}
ul[class*='images-'] p{max-width:250px;margin:0 auto;color:#000000;font-size:0.875em;font-weight: 300;}
ul[class*="images-"] img{max-width:100%;}
ul[class*="images-"] img:hover{opacity:1;}
div.content .images-gallery{padding:0;}
/* list custom */
.images-1{clear:left;float:left;margin:.5rem 1.5rem 0 0;}
.images-2{clear:right;float:right;margin:.5rem 0 0 1rem;}
.images-gallery{clear:both;display:flex;flex-flow:row wrap;justify-content:space-between;}
.images-gallery li{flex:1 0 100%;padding:.3rem 2rem;}
div.content .images-gallery{clear:none;}
@media screen and (min-width:960px){ .images-gallery li{flex:0 0 calc( 100% / 3 );} }

/* FILES LIST STYLES */
.files-list{width:100%;margin:1rem 0 .5rem;list-style:none;}
.files-list__link{display:flex;}
.files-list__description{margin:0px 0 0 26px;color:#000000;font-size:0.938em;font-weight: 700;}
/* Simple download list */
.files-list--simple{float: left;width: 100%;}
.files-list--simple .files-list__link{margin-top:1rem;}
.files-list--simple li {display: flex;justify-content: left;align-items: center;flex-wrap: wrap;margin: 0 0 10px 0;border-left:2px solid var(--color-divider);padding-left:1rem;}
.files-list--simple li a {display: flex;justify-content: left;align-items: center;flex-wrap: wrap;}

/* Detailed download list */
.files-list--detailed td{padding:7px 12px;vertical-align:middle;}
.files-list--detailed thead{text-align:center;}
.files-list--detailed thead a{font-weight:bold;}
.files-list__info{width:20%;max-width:170px;text-align:center;font-size:0.938em;}
.files-list__info--size{text-align:right;}
.files-list__info--size abbr{font-style:italic;color:#777;}
@media screen and (max-width:600px){ /* Responsive table for mobile */
  .files-list--detailed tr{display:block;border-top:1px solid var(--color-divider);}
  .files-list--detailed td{display:inline-block;border:0;}
  .files-list--detailed tbody td.name{display:block;}
  .files-list__info{min-width:50%;}
  .files-list__info--date{text-align:left;}
}
/* File type icon */
.files-list__link:before{content:'';display:inline-block;width:16px;height:20px;margin-right:10px;--sprite:-260px;background:url('img/files-ext.gif') no-repeat 0 -260px;}
.zip .files-list__link:before{background-position:0 0;}
.xml .files-list__link:before{background-position:0 -20px;}
.xls .files-list__link:before{background-position:0 -40px;}
.web .files-list__link:before{background-position:0 -60px;}
.vcf .files-list__link:before{background-position:0 -80px;}
.sys .files-list__link:before{background-position:0 -120px;}
.swf .files-list__link:before{background-position:0 -140px;}
.psd .files-list__link:before{background-position:0 -160px;}
.png .files-list__link:before{background-position:0 -200px;}
.pic .files-list__link:before{background-position:0 -220px;}
.nn .files-list__link:before{background-position:0 -260px;}
.msg .files-list__link:before{background-position:0 -280px;}
.media .files-list__link:before{background-position:0 -300px;}
.fla .files-list__link:before{background-position:0 -320px;}
.exe .files-list__link:before{background-position:0 -340px;}
.chm .files-list__link:before{background-position:0 -360px;}
.cdr .files-list__link:before{background-position:0 -380px;}

.txt .files-list__link {margin: 0px;}
.txt .files-list__link:before{background:url('img/ico_doc.gif') no-repeat 0 0px;height:65px;line-height:65px;padding-left:80px;}
.docx .files-list__link {margin: 0px;}
.docx .files-list__link:before{background:url('img/ico_doc.gif') no-repeat 0 0px;height:65px;line-height:65px;padding-left:80px;}
.pps .files-list__link {margin: 0px;}
.pps .files-list__link:before{background:url('img/ico_ppoint.gif') no-repeat 0 0px;height:65px;line-height:65px;padding-left:80px;}
.pdf .files-list__link {margin: 0px;}
.pdf .files-list__link:before{background:url('img/ico_pdf.gif') no-repeat 0 0px;height:65px;line-height:65px;padding-left:80px;}

/* SUBPAGES LIST STYLES */
/* global */
.title{padding:0.5em 0;font-size:2.25rem;color:var(--color-secondary);}
.title a{color:inherit;font-weight:normal;background:none;text-decoration:none;}
.title a:hover{color:var(--color-primary);background:none;text-decoration:underline;}
time.date{display:block;padding:0 0 0.3em;color:var(--color-secondary);opacity:1;text-align: right;font-weight: 400;}
[class|="pages"]{clear:both;margin:.5rem 0;list-style:none;}
[class|="pages"] .page:after{content:"";display:table;clear:both;}
[class|="pages"] .more{display:block;margin:0.3em 0 0;}
[class|="pages"] p{padding:.3em 0;}
[class|="pages"] .image{line-height:1px;}
[class|="pages"] .image img{max-width:100%;}
.description ul, .description ol{margin:0;list-style:none;}
.description li{padding:0;border:0;background:none;}
.description ol{list-style:decimal;}

/* standard list */
.pages-list .page{margin:15px 0;padding:1.5rem 0%;border-bottom: 1px solid var(--color-divider);}
.pages-list .page:last-child {border-bottom: 0px solid var(--color-divider);}
.pages-list .page .image{float:left;margin:0 2.5% 5px 0;max-width: 300px;}
.pages-list .page .page-field {float: none !important;text-align: left !important;}

/* subpages gallery/boxes/products etc */
.pages-gallery {width: 100%;float: left;margin:15px 0; display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;list-style: none;}
.pages-gallery > div {margin: 30px 30px 0 0;width: calc(1/3*100% - (1 - 1/3)*30px);padding: 0px;box-sizing: border-box;text-align: center;transition: 0.5s ALL;}
.pages-gallery > div:nth-child(3n) {margin-right: 0;}
.pages-gallery::after {content: '';flex: auto;}
.pages-gallery div .title {float: left;width: 100%;text-align: left;}
.pages-gallery div .title a {margin: 5px 0 5px;padding-left: 0px;font-weight: 700;transition: all 0.5s;float: left;}
.pages-gallery div .title a:hover {color: #999999;}
.pages-gallery > div:hover .image img {opacity: 0.5;}
.pages-gallery .comments-count, .pages-gallery .more {display: none;}

.pages-gallery .page .image{margin:0 0 5px;}
.pages-gallery div.description{padding:0.3em 0;text-align:justify;}

.pagination{text-align:right;}
.pagination ul, .pagination li{display:inline;}
.pagination li{padding:0 2px;}
.pagination a, .pagination strong{padding:0 3px;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{color:#000000;font-size:1.083em;border-top:0px solid #f0f0f0;margin:0px 0 0 0;float: left;width: 100%;font-weight: 200;background: #FFFFFF;padding: 50px 0 0 0;}
#foot > footer {width: 1200px;margin: 0 auto;}
#foot .container{}
#foot a{color: #000000;text-decoration: none;}
#foot a:hover{text-decoration:none;color:#676767;}
#foot .options ul{display:flex;list-style:none;}
#foot .options li:not(:last-child){margin-right:2rem;}
#foot .options a{display:block;width:16px;height:16px;text-indent:100%;white-space:nowrap;overflow:hidden;font-size:1%;color:transparent;background:url('img/options.png') no-repeat center 0;}
#foot .options .print a:hover{background-position:center -16px;}
#foot .options .back a{background-position:center -32px;}
#foot .options .back a:hover{background-position:center -48px;}
#foot strong {font-weight: bold;}

#powered{clear:both;width:100%;text-align:center;padding: 60px 0px 150px 0px;border-top:0px solid #f0f0f0;background:#FFFFFF;font-size:0.75em;}
#powered a{color: #000000;transition: 0.5s all;text-decoration: underline;}
#powered a:hover {text-decoration: underline;color:#EFB0C3;}
#powered .container {width:1200px;margin:0 auto;float:none;align-items:center;padding:0 15px;}

@media print{
  /* PRINT STYLES */
  * {color:#000 !important;background:#fff !important;border-color:#444 !important;border-width:1px !important;}

  body{margin:.5cm 0;font-size:0.875em;}
  #container{position:static;width:17.2cm;height:auto;margin:0;box-shadow:none;}
  #logo{padding:0 0 0.2cm;}
  #logo #title a{font-size:2em;}

  #body{clear:none;border-top:0;}
  #page{clear:both;position:static;float:none;}
  #body #page h1{margin:.5cm 0 0;font-size:1.25rem;}

  #body, #head1, #foot{float:none;}
  #menu-main, #search-form, #search-form, #foot .options{display:none;}
  .msg p:first-child{font-size:1rem;}
}

/* PLUGINS */

/* EVENT DATES (range) */
.event-dates {padding:0em 0;font-size:0.938em;color:#6e6e6e;}
.event-dates {opacity:1;position: relative;font-weight: 400;text-align: right;margin: 0px 0 15px auto;float: right;width: 100%;display: flex;justify-content: right;flex-wrap: wrap;align-items: center;}
.event-dates > span{display:block;margin:0.3em 0 5px 10px;}
.event-dates > span strong {color: #000000;}
/* page details */

/* for subpages list only */
.pages-list .event-dates{padding:0.3em 0;}

/* RELATED PAGES */
#pages-related{clear:both;}
#pages-related > h2{padding-top:1em;color:var(--color-secondary);font-size:1.25em;}

/* NOTICES ACCEPTS */
.notices{list-style:none;}
.notices .option, .option.notice{margin:4px 0 10px;font-size:0.875em;}
.notices .option label, .option.notice label{margin-left:4px;font-weight:normal;}

/* Custom CHECKBOX fields */
.checkbox{position:absolute;opacity:0;}
.checkbox + label{position:relative;cursor:pointer;padding:0;}
.checkbox + label:before{content:"";margin-right:.7em;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border-radius:2px;border:1px solid var(--color-primary);}
.checkbox:focus + label:before, .checkbox:hover + label:before{border-color:var(--color-primary);box-shadow:0 0 3px rgba(0,103,154,0.6);}
.checkbox:checked + label:before{background:var(--color-primary);}
.checkbox:disabled + label{color:#b8b8b8;cursor:auto;}
.checkbox:disabled + label:before{box-shadow:none;background:#ddd;}
.checkbox:checked + label:after{position:absolute;display:block;content:'';top:0.15rem;left:0.45rem;width:0.4rem;height:0.75em;transform:rotate(45deg);border-right:2px solid #fff;border-bottom:2px solid #fff;}
.checkbox.warning-required:not(:checked) + label:before{background:#fbefef;border-color:#bb4c2e;} /* required */

/* YOUTUBE LINKS */
.youtube{width:550px;height:413px;padding:1px;box-shadow:0 0 4px rgba(100,100,100,0.4);}
@media screen and (max-width:460px){
  .youtube{max-width:100%;height:240px;}
}

/* TAGS */
ul.tags{clear:both;display:flex;flex-wrap:wrap;align-items:center;padding:5px 0;list-style:none;}
.tags li{display:inline-block;}
.tags a{display:inline-flex;margin:2px 5px;padding:2px 8px;border:1px solid var(--color-divider);}
.tags a:hover{color:var(--color-secondary);}
.tags .tags__head a{margin:0;padding-left:0;border:0;}
.tags .icon{width:.875rem;fill:var(--color-secondary);margin-right:.75em;}
[class|="pages"] .tags{padding:0;}

/* SITE MAP */
#site-map{clear:left;margin:1rem 0;list-style:none;font-weight: 200;}
#site-map .sitemap__section{padding:.3em 0 .3em 2rem;list-style:none;}
#site-map .sitemap__el{padding:.3em 0;}
#site-map .sitemap__el--0{padding:.5em 0;}
#site-map .sitemap__link--0, #site-map .sitemap__nolink--0{font-size:1.25rem;}
#site-map .sitemap__link--1, #site-map .sitemap__nolink--1{font-size:1.125rem;}

/* search form */
#search{display:flex;justify-content:center;width:100%;margin:0;padding:0rem;background:#EFB0C3;}
#search form{display:flex;justify-content:center;}
#search fieldset{min-width:300px;width:100%;}
#search .main{display:flex;width: 600px;}
#search .control{display:flex;flex:1;}
#search .input{width:100%;padding:5px;border:0;border-bottom: 4px solid #000000;background:#EFB0C3;font-size: 28px;font-weight: 700;color: #272727;}
#search .btn{border:0;border-radius:0;line-height:0.8em;padding: 0px;margin: 0px;background-color:#EFB0C3;color: #000000;}
#search .btn:hover, #search .btn:focus{background-color:#EFB0C3;color: #FFFFFF;}
#search .search-ico{display:flex;align-items:center;justify-content:center;font-size: 38px;font-weight: 700;}


/* PAGES NEW FIELD */
[class|="pages"] div.page-field{margin:.5rem 0;font-weight:normal;font-size:1em;line-height:1.4em;}
#page p.page-field{line-height:1.5em;}
#page p.page-field strong{padding-right:5px;}

/* DOWNLOAD LIST */
#download-list{width:100%;margin:15px 0 5px;}
#download-list td{padding:7px 12px;}
#download-list thead{text-align:center;}
#download-list thead a{font-weight:bold;}
#download-list tbody .name a:first-child{position:relative;padding-left:26px;}
#download-list tbody .name a:first-child:before{content:'';position:absolute;left:0px;width:16px;height:20px;background:url('img/files-ext.gif') no-repeat 0 -260px;}
#download-list tbody p{margin:5px 0 0 26px;color:#777;font-size:0.938em;}
#download-list tbody .size, #download-list tbody .date-file{width:17%;max-width:170px;text-align:center;vertical-align:middle;font-size:0.938em;}
#download-list tbody .size{text-align:right;}
#download-list tbody .size abbr{font-style:italic;color:#777;}
#download-list tbody .zip .name a:first-child:before{background-position:0 0;}
#download-list tbody .xml .name a:first-child:before{background-position:0 -20px;}
#download-list tbody .xls .name a:first-child:before{background-position:0 -40px;}
#download-list tbody .web .name a:first-child:before{background-position:0 -60px;}
#download-list tbody .vcf .name a:first-child:before{background-position:0 -80px;}
#download-list tbody .txt .name a:first-child:before{background-position:0 -100px;}
#download-list tbody .sys .name a:first-child:before{background-position:0 -120px;}
#download-list tbody .swf .name a:first-child:before{background-position:0 -140px;}
#download-list tbody .psd .name a:first-child:before{background-position:0 -160px;}
#download-list tbody .pps .name a:first-child:before{background-position:0 -180px;}
#download-list tbody .png .name a:first-child:before{background-position:0 -200px;}
#download-list tbody .pic .name a:first-child:before{background-position:0 -220px;}
#download-list tbody .pdf .name a:first-child:before{background-position:0 -240px;}
#download-list tbody .nn .name a:first-child:before{background-position:0 -260px;}
#download-list tbody .msg .name a:first-child:before{background-position:0 -280px;}
#download-list tbody .media .name a:first-child:before{background-position:0 -300px;}
#download-list tbody .fla .name a:first-child:before{background-position:0 -320px;}
#download-list tbody .exe .name a:first-child:before{background-position:0 -340px;}
#download-list tbody .chm .name a:first-child:before{background-position:0 -360px;}
#download-list tbody .cdr .name a:first-child:before{background-position:0 -380px;}
@media screen and (max-width:600px){
  #download-list tr{display:block;border-top:1px solid #e8eaee;}
  #download-list td{display:inline-block;border:0;}
  #download-list tbody td.name{display:block;}
  #download-list tbody td.date-file{min-width:50%;text-align:left;}
  #download-list tbody td.size{min-width:50%;}
}

/* ASK ABOUT LINK - redirects to contact panel */
#ask-about-link a{display:inline-flex;margin:.8em 0;color:var(--color-secondary);}
#ask-about-link .icon{fill:var(--color-secondary);margin-right:.5em;}
#ask-about-link a:hover{color:var(--color-primary);}
#ask-about-link a:hover .icon{fill:var(--color-primary);}

/* CONTACT-PANEL */
.contact-panel{padding:0rem 0;margin: 25px 0 50px 0 !important;}

/* COMMENTS */
#comments{padding:1.5rem 0;border-top:0px solid var(--color-divider);margin: 100px 0 0 0;}
#comments h2{padding-bottom:1rem;color:var(--color-secondary);font-size:1.75rem;font-weight:900;border-bottom:1px solid var(--color-divider);text-transform: uppercase;}
#comments article{width:100%;margin:1rem 0;padding-bottom:1rem;border-bottom:1px solid var(--color-divider);}
#comments header{margin-bottom:.5rem;}
#comments h3{display:inline-block;font-size:1rem;color:var(--color-secondary);}
#comments time{float:right;color:#888;font-size:0.875rem;}
#comments p{font-size:0.875rem;line-height:1.5em;}
#comments .msg{margin:2rem 0 3rem;}
@media screen and (max-width:1023px){
  #comments .msg{background-image:none;}
}
#comments-form legend{padding-bottom:1.5rem;font-size:1.25rem;color:var(--color-secondary);text-transform: uppercase;font-weight: 900;}
.comments-count{display:block;padding:0.0em 0;color:#000000;font-weight: 300;}


/* OTHER (less popular styles) */

table{border-collapse:collapse;border-spacing:0;font-size:100%;}
tbody, tfoot, thead{margin:0;padding:0;}
caption, tr, th, td{margin:0;padding:2px 4px;border:1px solid var(--color-divider);font-size:100%;font:inherit;vertical-align:baseline;}

/* FORMS */
input[type="text"], input[type="password"], input[type="file"], input[type="email"], form select, form textarea{padding:2px;border-width:1px;border-style:solid;border-color:#f8e7ed;font-family: "Inter", sans-serif;font-size:1rem;border-radius:2px;}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus{border-color:var(--color-dark);box-shadow:0 0 3px rgba(0,0,0,0.2);}
input[type="text"].warning-required, input[type="password"].warning-required, input[type="email"].warning-required, select.warning-required, textarea.warning-required{background:#fbefef;border-color:#bb4c2e;}
input[type="submit"], button[type="submit"]{padding: 0.8em 1.5em;letter-spacing: 1px;font-size: 1.85rem;border-radius: 15px;border-width: 1px;border-style: solid;background: #EFB0C3;color: var(--color-white);transition: all 0.3s ease;text-decoration: none;font-family: "Playfair Display", serif;font-weight: 400;}
input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"]:hover, button[type="submit"]:focus{background:#000000;cursor:pointer;}
label{font-weight:bold;}
label span{padding-left:10px;color:#aaa;font-weight:normal;font-size:.875em;}
/* forms common classes */
.form-full{clear:both;margin:25px auto 0;}
.form-full dt{padding:0 0 7px;}
.form-full dd{margin-bottom:20px;}
.form-full input[type="text"], .form-full input[type="email"], .form-full input[type="password"], .form-full textarea{width:100%;padding:10px;font-size:1em;}
.form-full .save{text-align:center;}
.form-full .save input{padding:0.8em 1.5em;text-transform:uppercase;letter-spacing:1px;}
.captcha input[type="text"]{min-width:60px;width:6%;}
.captcha strong{font-weight:bold;}
.captcha em{font-style:normal;font-weight:bold;}
.captcha ins{padding:0 3px;font-weight:bold;text-decoration:none;}

/* QUICK.BOX */
#quick-box{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba( 0, 0, 0, 0.7 );z-index:9999999;}
#quick-box .background{height:100%;}
#quick-box .quick-box-container{position:absolute;padding:0;border-radius:5px;box-shadow: 0 0 15px 1px #000;}
#quick-box .image-wrapper{position:relative;line-height:0;}
#quick-box .image-wrapper img{margin:0;padding:0;border-radius:5px;}
#quick-box .navigation{position:absolute;bottom:0;margin:0;width:100%;padding:.5em 0;text-align:center;font-size:1rem;color:var(--color-white);line-height:normal;background:rgba( 0, 0, 0, 0.2 );}
#quick-box .navigation__sep{padding:0 3px;}
#quick-box .full-size{position:absolute;right:8px;top:2px;width:24px;height:24px;font-size:0.1em;color:transparent;background:url('../admin/img/fullscreen.png') no-repeat;}
#quick-box .description{margin:0;padding:.5em 0;text-align:center;font-size:0.875rem;color:#ddd;font-weight:bold;background:rgba( 0, 0, 0, 0.8 );border-bottom-left-radius:5px;border-bottom-right-radius:5px;max-height:66px;overflow:hidden;}
#quick-box .arrow{position:absolute;display:block;width:50%;top:15%;height:70%;margin:0px;font-family:Verdana;z-index:100;opacity:0.5;text-decoration:none;}
#quick-box .arrow:before, #quick-box .arrow:after{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);}
#quick-box .arrow:before{width:32px;height:32px;margin:0 10px;background:url('img/arrows.png') no-repeat 0 0;z-index:1;}
#quick-box .arrow:after{width:52px;height:52px;background:rgba( 0, 0, 0, 0.2 );z-index:-1;}
#quick-box .arrow.prev:before{background-position:0 -32px;}
#quick-box .arrow.next:before{right:0;}
#quick-box .arrow.next:after{right:0;}
#quick-box .arrow:hover{opacity:0.9;}
#quick-box .prev{left:0px;}
#quick-box .next{right:0px;}
#quick-box .close{position:absolute;top:0;right:0;padding:0.15em 0.4em 0.2em;opacity:0.5;background:#000;color:var(--color-white);font-weight:bold;font-family:"Trebuchet MS";text-decoration:none;border:1px solid var(--color-white);border-top:none;border-right:none;border-top-right-radius:5px;z-index:100;}
#quick-box .close:hover{opacity:0.8;}
#quick-box .close, #quick-box .arrow{line-height:normal;}
#quick-box .loading{display:block;padding:40px 35px;color:white;line-height:1em;}
@media /* High px density (mostly mobile) - so you can magnify something */
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
  #quick-box .close{font-size:1.5rem;}
  #quick-box .prev, #quick-box .next{opacity:0.5;text-decoration:none;}
}

/* ADMIN OPTIONS */
#page ul.options{position:absolute;right:0;top:15px;min-width:100px;list-style:none;text-align:right;}
#page ul.options li{display:inline-block;margin-left:1rem;}
.panel-link{display:inline-block;width:21px;height:21px;background:rgba(255,255,255,0.6) url('../admin/img/options.png') no-repeat 0px 0px;text-indent:100%;white-space:nowrap;overflow:hidden;font-size:1%;color:transparent;opacity:.25;}
.panel-link:hover{opacity:1;}
.panel-link.edit:hover{background-position:0 -21px;}
.panel-link.delete{display:none;background-position:-21px 0;}
.panel-link.delete:hover{background-position:-21px -21px;}
.panel-link.list{background-position:-121px 0;}
.panel-link.list:hover{background-position:-121px -21px;}
.subpage-edit{position:relative;display:block;}
.subpage-edit .panel-link{position:absolute;right:-10px;top:-10px;}
.sub:hover .subpage-edit .panel-link:not(:hover){opacity:0.5;}

.dev{padding:5px;text-align:center;color:#f00;font-weight:bold;}


/* OTHER */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:15px 15px;display:inline-block;cursor:pointer;transition-property:opacity, filter;transition-duration:0.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#FFFFFF}.hamburger.is-active .hamburger-label{display:none}.hamburger-box{width:60px;height:60px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:60px;height:6px;background-color:#000000;border-radius:4px;position:absolute;transition-property:transform;transition-duration:0.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-15px}.hamburger-inner::after{bottom:-15px}.hamburger-label{display:block;margin-top:5px;text-transform:uppercase;font-size:.75rem}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx .hamburger-inner::before,.hamburger--3dx .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent !important;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner::before{transform:translate3d(0, 15px, 0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner::after{transform:translate3d(0, -15px, 0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx-r .hamburger-inner::before,.hamburger--3dx-r .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent !important;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner::before{transform:translate3d(0, 15px, 0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner::after{transform:translate3d(0, -15px, 0) rotate(-45deg)}

 /*!
 * Mmenu Light v3.0.0
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */:root{--mm-ocd-width:80%;--mm-ocd-min-width:200px;--mm-ocd-max-width:440px}body.mm-ocd-opened{overflow-y:hidden;-ms-scroll-chaining:none;overscroll-behavior:none}.mm-ocd{position:fixed;top:0;right:0;bottom:100%;left:0;z-index:9999;overflow:hidden;-ms-scroll-chaining:none;overscroll-behavior:contain;background:rgba(0,0,0,0);-webkit-transition-property:bottom,background-color;-o-transition-property:bottom,background-color;transition-property:bottom,background-color;-webkit-transition-duration:0s,.3s;-o-transition-duration:0s,.3s;transition-duration:0s,.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-delay:.45s,.15s;-o-transition-delay:.45s,.15s;transition-delay:.45s,.15s}.mm-ocd--open{bottom:0;background:rgba(0,0,0,.25);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-ocd__content{position:absolute;top:0;bottom:0;z-index:2;width:80%;width:var(--mm-ocd-width);min-width:200px;min-width:var(--mm-ocd-min-width);max-width:80%;background-color: #EFB0C3;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.mm-ocd--left .mm-ocd__content{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-ocd--right .mm-ocd__content{right:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-ocd--open .mm-ocd__content{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-ocd__backdrop{position:absolute;top:0;bottom:0;z-index:3;width:20%;min-width:20%;background:rgba(3,2,1,0)}.mm-ocd--left .mm-ocd__backdrop{right:0}.mm-ocd--right .mm-ocd__backdrop{left:0}.mm-spn,.mm-spn a,.mm-spn li,.mm-spn span,.mm-spn ul{display:block;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}:root{--mm-spn-item-height:50px;--mm-spn-item-indent:20px;--mm-spn-line-height:24px}.mm-spn{width:100%;height:100%;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;overflow:hidden;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.mm-spn ul{-webkit-overflow-scrolling:touch;position:fixed;top:0;left:100%;bottom:0;z-index:2;width:100%;padding-right:30%;line-height:24px;line-height:var(--mm-spn-line-height);overflow:visible;overflow-y:auto;background:inherit;-webkit-transition:left .3s ease 0s;-o-transition:left .3s ease 0s;transition:left .3s ease 0s;cursor:default}.mm-spn ul:after{content:'';display:block;height:50px;height:var(--mm-spn-item-height)}.mm-spn>ul{left:0}.mm-spn ul.mm-spn--open{left:0}.mm-spn ul.mm-spn--parent{left:-30%;overflow-y:hidden}.mm-spn li{position:relative;background:inherit;cursor:pointer}.mm-spn a,.mm-spn span{position:relative;z-index:1;padding:13px 20px;padding:calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent)}.mm-spn a{background:inherit;color:inherit;text-decoration:none}.mm-spn a:not(:last-child){width:calc(100% - 50px);width:calc(100% - var(--mm-spn-item-height))}.mm-spn a:not(:last-child):after{content:'';display:block;position:absolute;top:0;right:0;bottom:0;border-right:0px solid;opacity:.15}.mm-spn span{background:0 0}.mm-spn.mm-spn--navbar{cursor:pointer}.mm-spn.mm-spn--navbar:before{content:'';display:block;position:absolute;top:25px;top:calc(var(--mm-spn-item-height)/ 2);left:20px;left:var(--mm-spn-item-indent);width:10px;height:10px;margin-top:2px;border-top:0px solid;border-left:0px solid;-webkit-transform:rotate(-45deg) translate(50%,-50%);-ms-transform:rotate(-45deg) translate(50%,-50%);transform:rotate(-45deg) translate(50%,-50%);opacity:.4}.mm-spn.mm-spn--navbar.mm-spn--main{cursor:default}.mm-spn.mm-spn--navbar.mm-spn--main:before{content:none;display:none}.mm-spn.mm-spn--navbar:after{content:attr(data-mm-spn-title);display:block;position:absolute;top:0;left:0;right:0;height:50px;height:var(--mm-spn-item-height);padding:0 40px;padding:0 calc(var(--mm-spn-item-indent) * 2);line-height:50px;line-height:var(--mm-spn-item-height);opacity:.4;text-align:center;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.mm-spn.mm-spn--navbar.mm-spn--main:after{padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--navbar ul{top:0px;padding: 75px 100px;}.mm-spn.mm-spn--navbar ul:before{content:'';display:block;position:fixed;top:inherit;z-index:2;width:100%;border-top:0px solid currentColor;opacity:.15}.mm-spn.mm-spn--light{color:#000000;background-color: #EFB0C3;}.mm-spn.mm-spn--dark{color:#ddd;background:#333}.mm-spn.mm-spn--vertical{overflow-y:auto}.mm-spn.mm-spn--vertical ul{width:100%;padding-right:0;position:static}.mm-spn.mm-spn--vertical ul ul{display:none;padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--vertical ul ul:after{height:25px;height:calc(var(--mm-spn-item-height)/ 2)}.mm-spn.mm-spn--vertical ul.mm-spn--open{display:block}.mm-spn.mm-spn--vertical li.mm-spn--open:before{-webkit-transform:rotate(135deg) translate(-50%,0);-ms-transform:rotate(135deg) translate(-50%,0);transform:rotate(135deg) translate(-50%,0)}.mm-spn.mm-spn--vertical ul ul li:last-child:after{content:none;display:none}

.mm-spn.mm-spn--navbar ul a {font-size: 5rem;font-weight:400;transition: 0.5s all;line-height: 5rem;float: left;font-family: "Playfair Display", serif;}
.mm-spn.mm-spn--navbar ul a:hover {color: #FFFFFF;}
.mm-spn.mm-spn--navbar ul {display: flex;justify-content: left;flex-direction: column;}

/* */
#header {width: 100%;height: auto;margin: 0;position: relative;}
#menuFooterAllCenterContainer .hamburger {display: none;}
#menuFooterAllCenterContainer .menu-1 {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;width: 100%;}
#menuFooterAllCenterContainer .menu-1 ul {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;list-style: none;}
#menuFooterAllCenterContainer .menu-1 ul li {margin: 0 15px;}
#menuFooterAllCenterContainer .menu-1 ul li a {font-size: 1.6rem;position: relative;font-weight: 400;color:#000000;font-family: "Playfair Display", serif;transition: 0.5s all;}
#menuFooterAllCenterContainer .menu-1 ul li a:hover {color:#EFB0C3;text-decoration:underline;}
#menuFooterAllCenterContainer .menu-1 ul li.selected a {color:#EFB0C3;text-decoration:underline;}

/* */
#menuFooterAllCenter2Container .menu-2 {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;width: 100%;margin: 15px 0 0 0;}
#menuFooterAllCenter2Container .menu-2 ul {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;list-style: none;} 
#menuFooterAllCenter2Container .menu-2 ul li {margin: 0 5px;}
#menuFooterAllCenter2Container .menu-2 ul li a {font-size: 12px;position: relative;font-weight: 400;color:#000000;font-family: "Playfair Display", serif;transition: 0.5s all;}
#menuFooterAllCenter2Container .menu-2 ul li a:hover {color:#EFB0C3;text-decoration:underline;}
#menuFooterAllCenter2Container .menu-2 ul li.selected a {color:#EFB0C3;text-decoration:underline;}

/* */
.socialsBox {
  display:inline-block;
  position:fixed;
  z-index:5;
  top:150px;
  right:50px;
  font-weight:800
 }
 .socialsBox li {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-flex-direction:row;
  -moz-flex-direction:row;
  -ms-flex-direction:row;
  flex-direction:row;
  -webkit-justify-content:center;
  -moz-justify-content:center;
  -ms-justify-content:center;
  justify-content:center;
  -ms-flex-pack:center;
  -webkit-align-items:center;
  -moz-align-items:center;
  -ms-align-items:center;
  align-items:center;margin: 5px 0;
 }
 .socialsBox a {
  font-size:2.4rem;color: #000000;
 }
 .socialsBox li a i {
  transition:color ease .5s;color: #000000;
 }
 .socialsBox li a i:hover {
  color:#EFB0C3
 }

/* */
.searchBoxAll {display: none;height: 50px;}
body.mm-ocd-opened .searchBoxAll {display: flex}
body.mm-ocd-opened .socialsBox {display: none;}
.searchBoxAll {position: absolute;z-index: 100001;bottom: 50px;right: 18px;list-style: none;}
.searchBoxAll .searchBox {display: flex;justify-content: space-between;}
#searchTigger {font-size: 38px;font-weight: 700;color: #000000;transition: 0.5s all;margin-left: 100px;width: 50px;text-align: right;}
#searchTigger:hover {color: #FFFFFF;}

.searchBoxAll textarea:focus, .searchBoxAll input:focus{outline: none;}
.searchBoxAll input[type="text"]:focus, .searchBoxAll input[type="password"]:focus, .searchBoxAll input[type="email"]:focus, .searchBoxAll select:focus, .searchBoxAll textarea:focus {box-shadow:none}
#searchBox-form {display: none;}
.hideBox {display: none;}

/* */
#babylongrid h2 {float: left;width: 100%;margin: 10px 0 0 0;}
#babylongrid h2 strong {font-weight: 400;font-family: "Playfair Display", serif;}
#page #babylongrid .page-field {text-align: left;margin: 0px 0 15px 0;}

/* */
.page-field {font-weight: 300;float: left;width: 100%;margin: 0 0 15px 0;font-size: 1.55em;color: #000000;}
#page .page-field {font-weight: 300;float: right;width: 100%;margin: -15px 0 50px 0;font-size: 1.35em;color: #000000;text-align: left;}
#page .pages-gallery .page-field {float:left;text-align:left;}

/* */
.box_block1 {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;margin: 25px 0 5px 0;}
.more a {color: #000000;}

/* */
#page .images-5 {float: left;width: 100%;}
#page .images-5 li {float: left;width: 100%;margin-bottom: 25px;}

/* */
#babylongridGallery {float: left;width: 100%;}
#babylongridGallery p {text-align: center;float: left;width: 100%;margin: 10px 0 0 0;}

.mm-ocd-opened .back-to-top-widget {display: none !important;}

/* ====== USTAWIENIA (łatwo podmienić kolory) ====== */
.pricing-ct{
  --bg: #f7f5f6;          /* pastelowe tło sekcji */
  --card: #ffffff;        /* tło kart */
  --ink: #2a2a2a;         /* główny kolor tekstu */
  --muted: #6f6f6f;       /* pomocniczy tekst */
  --accent: #EFB0C3;      /* akcent (zielonkawy jak u Wenonah) */
  --accent-weak: #d4ebe4; /* jasny wariant akcentu */
  background: inherit;
  margin: 50px 0 0 0;
}

.pricing-ct .title {text-align: center;margin: 0 auto 25px auto;font-family: "Playfair Display", serif;font-weight: 400;font-size: 2.7rem;line-height: 3rem;}

.pricing-wrap{
  max-width: 1280px;
  margin: 0 auto;
}

.pricing-ct .pricing-wrap {float: left;width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;list-style: none;}  
.pricing-ct .pricing-wrap .price-card {margin: 0px 40px 40px 0;width: calc(1/3*100% - (1 - 1/3)*40px);padding: 25px;box-sizing: border-box;text-align: center;transition: 0.5s ALL;position: relative;overflow: hidden;}
.pricing-ct .pricing-wrap .price-card:nth-child(3n) {margin-right: 0;}
.pricing-ct .pricing-wrap::after {content: '';flex: auto;}

.price-card{
  background: var(--card);
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  border: 2px solid #000000;
  border-radius: 50px;
}

.price-card:hover{
  transform: translateY(-4px);
  border: 2px solid var(--accent);
}

.pricing-wrap a:hover {text-decoration: none !important;}

/* Wyróżniona karta (jak „Most Popular”) */
.price-card.featured{
  position: relative;
  background-color: #545454;
}

.price-card .flag{
  position: absolute;
  top: 14px; left: 14px;
  background: var(--accent);
  color: #fff;
  padding: 6px 10px;
  font-size: .82rem;
  border-radius: 999px;
  letter-spacing: .3px;
}

/* ====== NAGŁÓWEK / CENA ====== */
.price-head{
  text-align: center;
  margin-bottom: 18px;display: flex;
  flex-direction: column;align-items: center;justify-content: center;text-align: center;
}

.price-title{
  margin: 0 0 auto 0;
  text-transform: uppercase;
  font-weight: 400;font-family: "Playfair Display", serif;
  color: var(--ink);
  font-size: 2.35rem;line-height: 2.65rem;
}

.price-amount{
  line-height: 1;
  color: var(--accent);
  margin: 35px 0px;width: 100%;font-weight: 400;font-family: "Playfair Display", serif;font-size: 4rem;
}

.price-amount .note{
  font-size: .55em;
  color: var(--accent);
  margin-left: 2px;
  vertical-align: super;
}

.subnote{
  margin: 0px 0 0;
  color:  var(--accent);
  font-size: .82rem;
}

/* ====== LISTA CECH ====== */
.price-features{
  list-style: none;
  padding: 0;
  margin: 0px 0 50px !important;
  display: grid;
  gap: 10px;text-align: left;font-size: 1.45rem;font-weight: 400;font-family: "Playfair Display", serif;
}

.price-features li{
  position: relative;
  padding-left: 38px;
  color: var(--ink);
  line-height: 1.45;
}

.price-features li::before{
  content: "";
  position: absolute;
  left: 0; top: .2em;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #545454 50%, #545454 50%) padding-box,
              conic-gradient(#545454 0 100%) border-box;
  border: 2px solid #545454;
  mask: none;
}
.price-features li::after{
  /* „ptaszek” z SVG jako maska – wygląda ostro na każdym DPI */
  content: "";
  position: absolute;
left: 4px;
  top: 12px;
  width: 20px;
  height: 16px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path d="M1 4.2 4.2 7 11 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path d="M1 4.2 4.2 7 11 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
  background: var(--accent);
}

.price-card.featured .price-features li::before{
  content: "";
  position: absolute;
  left: 0; top: .2em;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, var(--accent) 50%, var(--accent) 50%) padding-box,
              conic-gradient(var(--accent) 0 100%) border-box;
  border: 2px solid var(--accent);
  mask: none;
}
.price-card.featured .price-features li::after{
  /* „ptaszek” z SVG jako maska – wygląda ostro na każdym DPI */
  content: "";
  position: absolute;
left: 4px;
  top: 12px;
  width: 20px;
  height: 16px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path d="M1 4.2 4.2 7 11 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path d="M1 4.2 4.2 7 11 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
  background: #545454;
}

.price-card.featured .price-title {color: #FFFFFF;}
.price-card.featured .price-features li {color: #FFFFFF;}

/* ====== CTA ====== */
.price-cta{
  margin-top: auto;
  text-align: center;
}

.btn-outline,
.btn-solid{
  display: inline-block;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .3px;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.btn-outline{
  border: 2px solid var(--accent);
  color: var(--accent);
  background: transparent;
}

.btn-outline:hover{
  transform: translateY(-1px);
  background: var(--accent);
  color: #fff;
  box-shadow: 0 8px 20px rgba(47,126,109,.25);
}

.btn-solid{
  border: 2px solid var(--accent);
  background: var(--accent);
  color: #fff;
}

.btn-solid:hover{
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(47,126,109,.25);
}

.footnote {margin: auto 0 0 0;color: var(--accent);}

.pricing-wrap .description {display: flex;flex-direction: column;height: 100%;}

/* */
#logo img {transition: 0.5s all;}
.logo_srolld img {width: 120px !important;}
#logo #slogan  {transition: 0.5s all;}
.logo_srolld #slogan {font-size: 10px !important;}

/* */
.pageContact #body {max-width: 900px;}
.pageContact #body #page h1 {margin: 0em 0 50px;}

/* */
#page12 .pages-list .page .image {display:none !important;} 

/* RESPONSIVE WEB DESIGN - media queries */
@media screen and (max-width:1540px){
  #body {width: 100%;padding: 0 125px;}
  #foot > footer {width: 100%;}
  #powered .container {width: 100%;}
}
@media screen and (max-width:1340px){
  .mm-spn.mm-spn--navbar ul {padding: 125px 50px 75px 50px;}
  .mm-spn.mm-spn--navbar ul a {font-size: 2.6rem;line-height: 2.2rem;}
  .price-title {font-size: 2vw;}
}
@media screen and (max-width:1040px){
  #logo img {width: 100px;}
  #slogan {display: none;}
  #search .main {width: 300px;}
.pricing-ct .pricing-wrap .price-card {margin: 0px 0px 40px 0;width: 100%;}
.price-title {font-size: 2.35rem;line-height: 2.65rem;}
@media screen and (max-width:925px){
}
@media screen and (max-width:865px){
        .price-title {font-size: 3.4vw;}
}
@media screen and (max-width:852px){
}
@media screen and (max-width:800px){
}
@media screen and (max-width:782px){
  .images-1, .images-2 {width: 40%;}
  .mm-spn ul {width: 100%;}
  .mm-spn.mm-spn--navbar ul {padding: 125px 25px 75px 25px;}
  .mm-spn.mm-spn--navbar ul a {font-size: 2rem;line-height: inherit;line-height: 2.2rem;}
  .mm-ocd__content {width: 80%;min-width: 100%;min-width: 100%;max-width: 100%;}
  .mobile .mm-ocd-opened .header__navigation {background: #EFB0C3;box-shadow: initial;z-index: 15000;}
  .mobile .mm-ocd-opened .header__menu {position: relative;top: auto;padding: 4px;transition: .25s;z-index: 15000;right: auto;height: auto;margin: 0 0 0 auto;}
}
@media screen and (max-width:760px){
  #body {padding: 60px 100px 0 100px;margin: 60px auto 0 auto;}
  .header__menu {position: relative;top: auto;padding: 4px;transition: .25s;z-index: 15000;right: auto;margin: 0 0 0 auto;height: 108px;display: flex;align-items: center;}
  .socialsBox {display: none;} 
  #logo img {width: 120px;}
  .logo_srolld img {width: 120px !important;}
  .header__navigation {position: fixed;z-index: 1001;left: 0;top: 0;width: 100%;background: #FFFFFF;display: flex;justify-content: space-between;align-items: center;box-shadow: rgba(0, 0, 0, 0.64) 0px 2px 8px -5px;}
  .hamburger-label {display: none !important;}
  .hamburger {padding: 0px 15px !important;}
  #logo {padding: 18px 20px;}
}
@media screen and (max-width:860px){
  .pages-list .page .image {width: 35%;}
}
@media screen and (max-width:640px){
  .price-title {font-size: 1.6rem;}
  .pages-gallery > div {margin: 30px 0px 0 0;width: 100%;}
  #body {padding: 60px 15px 0 15px;}
  #searchTigger {display:none;}
  #searchBox-form {display: flex;}
  .searchBoxAll {right: 2%;width: 96%;}
  .searchBoxAll .searchBox {width: 100%;}
  #searchBox-form {width: 100%;}
  #search .main {width: 100%;}
}
@media screen and (max-width:630px){
}
@media screen and (max-width:584px){
  #page h1 {font-size: 1.6rem;}
  .heading-1 {font-size: 1.4rem;}
}
@media screen and (max-width:481px){
}
@media screen and (max-width:320px){
}