:root{
    --primary-color: #557447;
    --max-page-width: 1580px;
    --max-page-width-full: 1920px;
    --max-page-width-article: 1380px;
}
body,html{ margin: 0; padding: 0; }
body{
    font-family: 'Commissioner', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4,h5,h6{ font-weight: 900; }
img{ width: auto; height: auto; max-width: 100%; }
a{ text-decoration: none; }
a,img,input,textarea,button,
img:focus,input:focus,textarea:focus,button:focus{ outline: none; }
.wnrow{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto !important;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: var(--max-page-width);
}
article .wnrow{max-width: var(--max-page-width-article);}
.wnrowf{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto !important;
    padding: 0;
    box-sizing: border-box;
    max-width: var(--max-page-width-full);
}
header{
    background: #fff;
    position: relative;
    z-index: 10;
    margin-bottom: 40px;
}
header .glbhdr-tpbr{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 6px 0 0 0;
}
header .glbhdr-tpbr a{
    color: var(--primary-color);
    font-weight: 800;
    font-size: 16px;
}
header .glbhdr-cnt{
    display: flex;
    align-items: flex-start;
    gap: 60px;
    width: 100%;
}
header .glbhdr-cnt .lg a{ display: inline-block; font-size: 0;}
header .glbhdr-cnt .lg img{ max-height: 80px; }
header .glbhdr-cnt .mbl{display: none; }
header .glbhdr-cnt .mnmn{
    flex-grow: 1;
    padding: 12px 0 0 0;
}
header .glbhdr-cnt .mnmn nav{ width: 100%; }
header .glbhdr-cnt .mnmn nav ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}
header .glbhdr-cnt .mnmn nav ul li a{
    color: #868685;
    font-size: 16px;
    font-weight: 300;
}
header .mnmn .srch{
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: 18px;
}
header .mnmn .srch input:first-of-type{
    width: 180px;
    max-width: 100%;
    border-radius: 20px;
    background: #ededed;
    color:#606060;
    border: none;
    height: 30px;
    padding: 5px 35px 5px 20px;
    position: relative;
    z-index: 1;
    font-size: 12px;
}
header .mnmn .srch input::placeholder,
header .mnmn .srch input::-webkit-input-placeholder,
header .mnmn .srch input::-ms-input-placeholder{ font-size: 14px; color: #606060; }
header .mnmn .srch button{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
}
header .mnmn .srch button img{ max-height: 16px; }
footer {
  position: relative;
  margin:100px 0 50px 0;
}

footer::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  height: 45px;
  width: 50%;
  background: radial-gradient(
    ellipse at center top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.52) 5%,
    rgba(0, 0, 0, 0.30) 25%,
    rgba(0, 0, 0, 0.18) 45%,
    rgba(0, 0, 0, 0) 70%
  );
  pointer-events: none;
    opacity: 0.5;
    filter:blur(2px);
}
.site-footer-cnt{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 11%;
    position: relative;
    margin: 0 auto;
}
.site-footer-cnt:before{
    content: '';
    position: absolute;
    top: 0;
    left: calc(72.25% - 1px);
    background: var(--primary-color);
    width: 2px;
    height: 100%;
}
.site-footer-cnt:after{
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    background: var(--primary-color);
    width: 2px;
    height: 100%;
}
.site-footer-cnt .bx{
    color: #868685;
    position: relative;
}
.site-footer-cnt .bx a{ color: #868685; transition: all 0.25s ease; }
.site-footer-cnt .bx a:hover{ color: var(--primary-color); }
.site-footer-cnt .bx h3{
    margin: 0 0 22px 0;
    padding: 0;
    font-size: 17px;
    color: var(--primary-color);
    font-weight: 600;
}
.site-footer-cnt .bx p{
    margin: 0 0 18px 0;
    padding: 0;
}
.site-footer-cnt .bx ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer-cnt .bx ul li{
    padding: 6px 0;
    margin: 0;
}
.site-footer-cnt .bx.scl ul{
    display: flex;
    gap: 14px;
}
.site-footer-cnt .bx.scl ul img{ max-height: 21px; }
.glbcvr{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 50px auto;
    position: relative;
}
.glbcvr .cvr{
    /*width: calc(100% - 420px);*/
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
    overflow: hidden;
}
.glbcvr .lg{
    position: absolute;
    top: 0;
    right: 0;
    /*max-width: 565px;*/
}
.glbcvr .cvr{ width: 80% }
.glbcvr .lg{ max-width: 30%; }
.glbttlc{ margin-bottom: 65px;}
.glbttl{
    margin: 60px 0 12px 0;
}
.glbttl h1{
    font-weight: 600;
    font-size: 26px;
    color: var(--primary-color);
    margin: 0;
    padding: 0;
}
.glbptcnt{
    color: #868685;
}
.glbbrdcrmps{ display: flex; align-items: center; }
.glbbrdcrmps a{
    font-size: 14px;
    color:#a6a6a5;
    line-height: 15px;
    display: inline-block;
    transition: ease 0.25s;
}
.glbbrdcrmps a:hover{ color: var(--primary-color);}
.glbbrdcrmps em{
    width: 10px;
    position: relative;
    height: 15px;
    display: inline-block;
    margin: 0 5px;
}
.glbbrdcrmps em:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-right: 1px solid #a6a6a5;
    border-top: 1px solid #a6a6a5;
    transform: translate(-50%, -25%) rotate(45deg);
}
.glbbrdcrmps span{color:#868685; font-size: 14px;line-height: 15px; display: inline-block;}
.glbbck{ margin-top:4px;}
.glbbck a{
    position: relative;
    color:#a6a6a5;
    padding-left: 16px;
    font-size: 14px;
    line-height:1em;
    display: inline-block;
}
.glbbck a::before{
    content: "";
    top: 5px;
    left: 3px;
    position: absolute;
    width: 5px;
    height: 5px;
    border-left: 1px solid #a6a6a5;
    border-bottom: 1px solid #a6a6a5;
    transform: rotate(45deg);
}
.cover-content .entry-terms a{ color:#a6a6a5; }
.site-main .entry-content h1{ color: var(--primary-color);}
.site-main .entry-content h2,
.site-main .entry-content h3,
.site-main .entry-content h4,
.site-main .entry-content h5,
.site-main .entry-content h6{
    color: var(--primary-color);
    font-weight: 400;
}
.site-main .entry-content h3{font-size: 26px;}
.site-main .entry-content{
    color:#868685;
    line-height: 1.6em;
}
.site-main .entry-content strong{ color: var(--primary-color); }
.site-main .dctr-sctn{
    margin: 60px 0 0 0;
    position: relative;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(134, 134, 133, 0.54);
    gap: 100px;
}
.site-main .dctr-sctn:nth-child(even){
    flex-direction: row-reverse;
}
.site-main .dctr-sctn.lst{ border-bottom: none; }
.site-main .dctr-sctn .dctr-sctnm{
    text-align: center;
}
.site-main .dctr-sctn .dctr-sctnm figure{
    background: #fafafa;
    border-radius: 20px;
    box-shadow: 0 2px 10px 2px #f1f1f1;
}
.site-main .dctr-sctn .dctr-sctnm h2{
    font-size: 26px;
    padding: 0;
    margin: 0;
    line-height: 1.16em;
}
.site-main .dctr-sctn .dctr-sctnm p{
    padding: 0;
    margin: 0;
    font-size: 16px;
}
.site-main .dctr-sctn .dctr-sctnm p:last-of-type{ color: var(--primary-color);}
.site-main .dctr-sctn .dctr-sctnt{
    font-size: 16px;
    line-height: 1.6em;
}
.site-main .dctr-sctn .dctr-sctnt .wp-block-button{ margin-top: 20px; }
.site-main .dctr-sctn .dctr-sctnt .wp-block-button a{
    background: rgba(85, 116, 71, 0.6);
    padding: 5px 22px;
    color:#fff;
    font-size: 14px;
    transition: ease 0.25s;
}
.site-main .dctr-sctn .dctr-sctnt .wp-block-button a:hover{ background: var(--primary-color);}
.site-main .mivsn{
    padding: 50px 0;
    position: relative;
}
.site-main{ overflow-x: hidden; }
.site-main .mivsn > *{ position: relative; z-index: 2;}
.site-main .mivsn:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background: #e5eae3;
    transform: translateX(-50%);
    z-index: 1;
}
.site-main .mivsn h2{ font-weight: 900; font-size: 25px; }
.site-main .mivsn p:first-of-type{
    font-size: 21px;
    margin: 30px 0;
}
.site-main{
    background: #fff;
    padding-bottom: 60px;
    position: relative;
}
.seed {
  position: absolute;
  width: 28px;
  height: 28px;
  background: url('/wp-content/themes/misurgery/assets/img/pikralida-s.png') center/contain no-repeat;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
}
@media (max-width: 1100px) {
    header .glbhdr-tpbr,
    header .mnmn .srch,
    header .glbhdr-cnt .mnmn{ display: none; }
    header .glbhdr-cnt .mbl{display: flex; gap: 30px; align-items: center }
    header{
        padding:15px 10px;
        box-sizing: border-box;
    }
    header .glbhdr-cnt{ justify-content: space-between; align-items: center; }
    header .glbhdr-cnt .mbl .phn{ display: inline-block; font-size: 0;}
    header .glbhdr-cnt .mbl .phn img{ max-height: 26px; }
    header .glbhdr-cnt .lg img{ max-height: 60px; }
    header .glbhdr-cnt .mbl .mblmnbtn{
        width: 30px;
        height: 20px;
        position: relative;
    }
    header .glbhdr-cnt .mbl .mblmnbtn span{
        position: absolute;
        top:9px;
        left: 0;
        width: 100%;
        height: 1px;
        border-radius: 2px;
        background: var(--primary-color);
    }
    header .glbhdr-cnt .mbl .mblmnbtn:before{
        content: '';
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 1px;
        border-radius: 2px;
        background: var(--primary-color);
    }
    header .glbhdr-cnt .mbl .mblmnbtn:after{
        content: '';
        position: absolute;
        bottom:0;
        left: 0;
        width: 100%;
        height: 1px;
        border-radius: 2px;
        background: var(--primary-color);
    }
}
@media (max-width: 986px) {
    .site-footer-cnt{ grid-template-columns: repeat(3, 1fr); width: 100%; }
    .site-footer-cnt .bx.lg{ grid-column: 1 / -1; text-align: center; margin-bottom: 30px; }
    .site-footer-cnt .bx.lg img{ max-height: 70px; }
    .site-footer-cnt:before,.site-footer-cnt:after{ display: none }
}
@media (max-width: 640px) {
    .site-footer-cnt{ grid-template-columns: repeat(2, 1fr); }
    .site-footer-cnt .bx h3{ margin: 0; line-height: 1em; }
     .site-footer-cnt .bx.scl{
         grid-column: 1 / -1;
         display: flex;
         justify-content: center;
         gap: 10px;
         align-items: center;
         margin: 0;
         padding-bottom: 30px;
     }
     .site-footer-cnt .bx.lg img{ max-height: 50px; }
}
@media (max-width: 480px) {
    header .glbhdr-cnt .lg img{ max-height: 52px; }
    .wnrow{ padding-left: 10px; padding-right: 10px; }
}
.active-menu{ overflow: hidden; }
.active-menu:before{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    z-index: 99998;
}
.mblmn{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    max-width: 400px;
    transition: ease 0.25s;
    transform: translateX(120%);
    padding: 30px 40px;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    background:#fff url('/wp-content/themes/misurgery/assets/img/pikralida-mob-menu-rot.png') bottom right no-repeat;
}
.active-menu .mblmn{ transform: translateX(0); }
.mblmn .mnlg{
    width: 100%;
    padding: 0 40px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mblmn .mnlg img{ max-height: 38px; }
.mblmn .mnlg .cls{
    width: 30px;
    height: 30px;
    position: relative;
}
.mblmn .mnlg .cls:before,.mblmn .mnlg .cls:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
    width: 26px;
    height: 2px;
    border-radius: 2px;
    background: var(--primary-color);
}
.mblmn .mnlg .cls:before{ transform: rotate(45deg); }
.mblmn .mnlg .cls:after{ transform: rotate(-45deg); }
.mblmn nav ul{
    list-style: none;
    margin: 80px 0 50px 0;
    padding: 0;
}
.mblmn nav ul li{
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #efefef;
}
.mblmn nav ul li a{ color: #868685;  }
.mblmn nav ul li:nth-last-child(2){ border-bottom: none; }
.mblmn nav ul li:last-of-type{
    background: var(--primary-color);
    color: #fff;
    border-radius: 26px;
    padding: 12px 36px;
    margin-top: 40px;
    display: inline-block;
    border-bottom: none;
}
.mblmn nav ul li:last-of-type a{ color: #fff; }
.mblmn .scl{ margin: 30px 0 20px 0;}
.mblmn .scl ul{ display: flex; gap: 15px; list-style: none; padding: 0; margin: 0;}
.mblmn .scl ul li a{
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
}
.mblmn .scl ul li a img{ max-height: 18px; }
@media screen and (max-width: 480px) {
    .glbcvr .cvr{width: 100%; }
    .glbcvr .lg{display: none;}
    .glbttl{ margin-top: 20px; }
}