.block-accept-cookies{position:fixed;bottom:0;left:0;z-index:110;background:rgba(255,255,255,0.9);width:100%;color:#000;border-top:solid 2px #000;text-align:center;display:none}
.block-accept-cookies-buttons-old{display:table;border-spacing:15px;margin:0 auto}
.block-accept-cookies-buttons{display:grid;grid-template-columns:auto auto auto;grid-gap:15px;margin:0 auto;width:100%;max-width:300px}
.block-accept-cookies-buttons > *,
#block-accept-cookies-button-submit,
#block-disagree-cookies-button-submit{display:table-cell;padding:8px 8px 8px 8px !important;margin:15px auto;text-align:center;transition:0.5s;background:#f80;color:#fff;border:solid 2px #f80;cursor:pointer}
.block-accept-cookies-buttons > *:hover,
#block-accept-cookies-button-submit:hover,
#block-disagree-cookies-button-submit:hover{background:#fff;color:#f80}
#block-accept-cookies-button-more{font-size: 16px;cursor:pointer;background:#fff;border:solid 2px #f80;color:#f80;padding:8px 8px 8px 8px;margin:15px auto;text-align:center;transition:0.5s}
#block-accept-cookies-button-more:hover{background:#f80;color:#fff}

h1 {
   font-family: lora; 
   color: #037474; 
   font-weight: normal
}
h2 {
   font-family: lora; 
   color: #039190; 
   font-weight: normal
}

p {
   color: #000000; 
}

ul li { line-height: 150% }

.blockquote-4 {
    position: relative;
    font-size: 16px;
    margin: 16px 16px 46px 16px;
    border: 2px solid #ff8800;
    border-radius:20px;
    padding: 25px;
}
.blockquote-4::after {
    content:"";
    position: absolute;
    border: 2px solid #ff8800;
    border-radius: 0 50px 0 0;
    width: 40px;
    height: 40px;
    bottom: -40px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 2; 
    box-sizing: border-box;
} 
.blockquote-4::before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #fff;
    bottom: -3px;
    left: 50px;
    z-index: 1;
}
.blockquote-4 cite {
    position: absolute;
    bottom: -30px;
    left: 110px;
    font-size: 13px;
    font-weight: bold;
    color: #039190;
}
.g-recaptcha iframe{max-height:78px}

A {
    text-decoration: none; /* Убирает подчеркивание для ссылок */
   } 
  
p {
    margin-bottom: 1.3em; /* Отступ снизу */
   }

li {
    margin-bottom: 0.7em; /* Расстояние снизу */
   }

.pindent {
  margin: 0.5em 0 0 0;
  line-height: 1.5em
  }