@import url(https://api.rentsites.ru/fonts/rsfonts/style.css);
@import url(https://api.rentsites.ru/fonts/opensans/style.css);
@import url(https://api.rentsites.ru/fonts/fontawesome/css/all.min.css);
@import url(https://api.rentsites.ru/fonts/dinroundpro/style.css);
.opensans_l {
  font-family: 'open sans', 'Arial', serif;
  font-weight: 300;
}
.opensans_i {
  font-family: 'open sans', 'Arial', serif;
  font-style: italic;
}
.opensans_r {
  font-family: 'open sans', 'Arial', serif;
  font-weight: normal;
}
.opensans_b {
  font-family: 'open sans', 'Arial', serif;
  font-weight: bold;
}
.opensans_eb {
  font-family: 'open sans', 'Arial', serif;
  font-weight: 800;
}
.fontawesome {
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Solid';
  font-weight: 400;
}
.roundpro_bk {
  font-family: 'DINRoundPro', 'Arial', serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.roundpro_l {
  font-family: 'DINRoundPro', 'Arial', serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.roundpro_r {
  font-family: 'DINRoundPro', 'Arial', serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.roundpro_b {
  font-family: 'DINRoundPro', 'Arial', serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.roundpro_m {
  font-family: 'DINRoundPro', 'Arial', serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.__wrapper {
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.clean-list {
  list-style: none;
}
.bgl {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 50% 100% no-repeat;
  background: linear-gradient(currentColor, currentColor) 50% 100% no-repeat;
  background-size: 0 1px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  text-decoration: none;
}
.bgl-hover {
  background-size: 100% 1px;
}
.bgl-none {
  background: none;
  text-decoration: none;
}
.bold {
  font-family: 'open sans', 'Arial', serif;
  font-weight: bold;
}
.area {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .area {
    width: 320px;
  }
}
@media (max-width: 1024px) {
  .area {
    width: 768px;
  }
}
@media (max-width: 1280px) {
  .area {
    width: 1024px;
  }
}
/*
  jQuery.mmenu CSS
  */
#mobileMenuHeader a {
  background: center center no-repeat #84452C;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  #mobileMenuHeader {
    position: relative;
    z-index: 999;
    top: 0;
    right: 0;
  }
}
/*
* STYLES
*/
.mm-page,
.mm-fixed-top,
.mm-fixed-bottom,
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border;
}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  font-display: swap;
  left: 0;
  top: 0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0);
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0);
}
.mm-menu .mm-hidden {
  display: none;
}
.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0;
}
.mm-fixed-top {
  top: 0;
}
.mm-fixed-bottom {
  bottom: 0;
}
html.mm-opened .mm-page,
.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html.mm-opened,
html.mm-opened body {
  overflow-x: hidden;
  position: relative;
}
html.mm-opened .mm-page {
  position: relative;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-current {
  display: block;
  z-index: 99999999;
}
.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
}
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 0;
}
.mm-menu > .mm-panel.mm-opened {
  left: 0%;
}
.mm-menu > .mm-panel.mm-subopened {
  left: -40%;
}
.mm-menu > .mm-panel.mm-highest {
  z-index: 1;
}
.mm-menu > .mm-panel.mm-hidden {
  display: block;
  visibility: hidden;
}
.mm-menu .mm-list {
  padding: 20px 0;
}
.mm-menu > .mm-list {
  padding: 20px 0 40px 0;
}
.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
}
.mm-panel > .mm-list:first-child {
  padding-top: 0;
}
.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-list {
  font: inherit;
  font-size: 14px;
}
.mm-list a,
.mm-list a:hover {
  text-decoration: none;
}
.mm-list > li {
  position: relative;
}
.mm-list > li > a,
.mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto;
}
.mm-list a.mm-subopen {
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.mm-list a.mm-subopen::before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%;
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}
.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent;
}
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}
.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}
.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}
.mm-list > li.mm-spacer {
  padding-top: 40px;
}
.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px;
}
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px;
}
.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  right: 16px;
}
html.mm-opened .mm-page {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-ismenu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05);
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
  left: 80%;
}
.mm-menu {
  width: 80%;
}
@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px;
  }
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 140px;
  }
}
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px;
  }
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 440px;
  }
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
body {
  font-family: 'open sans', 'Arial', serif;
  font-weight: normal;
  background: url(../../images/background.jpg) no-repeat fixed top center;
}
a {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
input,
button,
a {
  outline: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  padding: 10px;
}
table thead {
  background: #fff;
}
table td {
  border: 1px solid #868686;
  padding: 10px;
}
form label {
  font-size: 12px;
}
input {
  padding: 10px 0 5px;
  outline: none;
}
input[type="submit"],
button,
.button {
  padding: 10px 15px;
  outline: none;
}
input[type="submit"]:hover,
button:hover,
.button:hover {
  cursor: pointer;
}
textarea {
  outline: none;
  padding: 10px;
}
select {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border-color: #EBEBEB;
  outline: none;
}
label[class="screen-reader-text"] {
  display: none;
}
.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tagcloud a {
  font-size: 10px !important;
  background: #EBEBEB;
  padding: 5px;
  display: block;
  margin: 3px 0;
  border-radius: 3px;
  color: #84452C;
  text-decoration: none;
  font-family: 'open sans', 'Arial', serif;
  font-weight: bold;
}
.calendar_wrap table td {
  padding: 4px;
  font-size: 12px;
  text-align: center;
}
.calendar_wrap .wp-calendar-table {
  margin: 0 auto;
  width: 100%;
}
.calendar_wrap .wp-calendar-table .pad {
  border: none;
}
/* Кнопка наверх back-to-top.less */
#back-top {
  position: fixed;
  bottom: 10px;
  right: 0;
  right: 1em;
  z-index: 999;
}
#back-top a {
  -webkit-transition: 1s;
  transition: 1s;
  font-size: 24px;
  border-radius: 50%;
  color: #fff;
  border: 2px solid;
  background: #1A96BA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
#back-top a .rs-angle-up {
  font-size: 10px;
}
@media (max-width: 768px) {
  #back-top {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.__header .__site_name {
  text-align: center;
}
.__header .__site_name .__wrapper {
  position: relative;
}
.__header .__site_name .__wrapper:before {
  position: absolute;
  content: url('../../images/fawn.png');
  left: 3em;
  top: 0;
}
.__header .__site_name .__wrapper .__header_content p:first-child {
  text-transform: uppercase;
  color: #84452C;
  font-size: 26px;
}
.__header .__site_name .__wrapper .__header_content p:last-child {
  font-family: 'open sans', 'Arial', serif;
  font-style: italic;
  margin-top: 20px;
  color: #84452C;
}
.__header .__site_name .__wrapper .__header_content p a {
  color: #1A96BA;
  text-decoration: none;
}
.__header .__site_name .__wrapper .__header_content p a:hover {
  color: #84452C;
}
.__header .__site_name .__wrapper .__header_content h2 {
  font-family: 'DINRoundPro', 'Arial', serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  font-size: 72px;
  line-height: 1;
}
.__header .__site_name .__wrapper .__header_content h2 span {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF9572), to(#D96B3F));
  background: linear-gradient(180deg, #FF9572 0%, #D96B3F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.__header .__site_name .__wrapper .__header_content h2 span:last-child:after {
  position: absolute;
  content: url('../../images/hare.png');
  right: -1.6em;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .__header .__site_name .__wrapper:before {
    position: relative;
    left: 0;
    right: 0;
  }
  .__header .__site_name .__wrapper .__header_content h2 {
    font-size: 40px;
  }
  .__header .__site_name .__wrapper .__header_content h2 span:last-child:after {
    position: relative;
    left: 0;
    right: 0;
    content: '';
  }
}
.__top_inner {
  padding: 15px 0;
  color: black;
  margin-bottom: 30px;
}
.__top_inner .__wrapper {
  color: #84452C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.__top_inner .__wrapper .__child_block .icons {
  margin-right: 5px;
  vertical-align: middle;
}
.__top_inner .__wrapper .__child_block a {
  color: #84452C;
  display: inline-block;
  vertical-align: middle;
}
.__top_inner .__wrapper .__child_block a:hover {
  color: #1A96BA;
}
.__top_inner .__wrapper .__child_block .__authorization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 25px;
  border-radius: 25px;
  border: 1px solid #84452C;
}
.__top_inner .__wrapper .__child_block .__authorization a {
  text-decoration: none;
}
.__top_inner .__wrapper .__child_block .__authorization a:hover {
  color: #1A96BA;
  text-decoration: underline;
}
.__top_inner .__wrapper .__child_block .__authorization .__registration {
  margin-right: 10px;
}
.__top_inner .__wrapper .__contacts {
  margin-right: auto;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .__top_inner {
    font-size: 14px;
    margin-bottom: 0;
  }
  .__top_inner .__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .__top_inner .__wrapper .__child_block {
    margin: 5px 0;
    width: 100%;
  }
  .__top_inner .__wrapper .__child_block .__authorization {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .__top_inner .__wrapper .__child_block .__authorization div {
    margin: 0 10px;
  }
  .__top_inner .__wrapper .__child_block .__authorization .__registration a {
    display: inline-block;
    margin: 5px 0;
  }
  .__top_inner .__wrapper .__contacts {
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .__top_inner .__wrapper .__contacts div {
    margin: 5px 10px;
  }
}
.__welcome {
  margin: 30px 0;
  padding: 40px 0;
}
.__welcome .__wrapper {
  text-align: center;
  position: relative;
}
.__welcome .__wrapper:before {
  position: absolute;
  content: url('../../images/hare-2.png');
  left: 0;
  bottom: 0;
  z-index: -1;
}
.__welcome .__wrapper:after {
  position: absolute;
  content: url('../../images/elephant.png');
  right: 0;
  top: 0;
  z-index: -1;
}
.__welcome .__wrapper .__text {
  color: #1A96BA;
}
.__welcome .__wrapper .__text h2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-family: 'DINRoundPro', 'Arial', serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.__welcome .__wrapper .__text p {
  width: 70%;
  margin: 0 auto;
  font-size: 18px;
  font-family: 'open sans', 'Arial', serif;
  font-style: italic;
}
@media (max-width: 768px) {
  .__welcome .__wrapper:before {
    position: relative;
  }
  .__welcome .__wrapper:after {
    position: relative;
  }
  .__welcome .__wrapper .__text h2 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .__welcome .__wrapper .__text p {
    width: 100%;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 20px;
  }
}
.__quote_and_photo .__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.__quote_and_photo .__wrapper .__quote {
  width: 60%;
  text-align: justify;
  color: #FB6464;
  font-family: 'open sans', 'Arial', serif;
  font-style: italic;
}
.__quote_and_photo .__wrapper .__quote p {
  font-size: 18px;
}
.__quote_and_photo .__wrapper .__quote p:last-child {
  text-align: right;
  width: 100%;
  font-size: 16px;
  margin-top: 10px;
}
.__quote_and_photo .__wrapper .__photo {
  margin-left: 30px;
}
@media (max-width: 768px) {
  .__quote_and_photo .__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .__quote_and_photo .__wrapper .__quote {
    width: 100%;
    font-family: 'open sans', 'Arial', serif;
    font-style: italic;
  }
  .__quote_and_photo .__wrapper .__photo {
    margin-bottom: 20px;
  }
}
.__nav {
  position: sticky;
  top: 0;
  z-index: 999;
}
.__nav .__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: sticky;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.25));
  background: #fff;
  border-radius: 50px;
}
.__nav .__wrapper .__top_nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.__nav .__wrapper .__top_nav li {
  margin-right: 10px;
}
.__nav .__wrapper .__top_nav li a {
  position: relative;
  color: #84452C;
  text-decoration: none;
  font-family: 'open sans', 'Arial', serif;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  text-transform: uppercase;
  border: 1px solid #84452C;
  border-radius: 25px;
}
.__nav .__wrapper .__top_nav li a:hover {
  color: #1A96BA;
}
.__nav .__wrapper .__top_nav li a:hover span {
  background-color: #1A96BA;
}
.__nav .__wrapper .__top_nav li a span {
  width: 24px;
  height: 20px;
  margin-right: 5px;
  display: block;
  background-color: #1A96BA;
}
.__nav .__wrapper .__top_nav .current-menu-item a {
  color: #1A96BA;
}
.__nav .__wrapper .__top_nav .current-menu-item a span {
  background-color: #84452C;
}
.__search_form {
  background: #FED9E0;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.__search_form input {
  background: transparent;
  border: none;
  padding: 10px 0 10px 20px;
  font-size: 16px;
  font-family: 'open sans', 'Arial', serif;
  font-style: italic;
}
.__search_form button {
  background: none;
  border: none;
  padding: 0 20px;
  color: #1A96BA;
  font-size: 22px;
}
.__search_form .icon-search-btn {
  background: none;
  border: none;
  color: #84452C;
  font-size: 20px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.__search_form .icon-search-btn:hover {
  color: #1A96BA;
}
@media (max-width: 768px) {
  .__nav {
    padding: 10px;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .__nav .__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .__search_form {
    background: #E3E3E3;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-right: 10px;
  }
  .__search_form input {
    background: transparent;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'open sans', 'Arial', serif;
    font-style: italic;
    width: 100%;
  }
  .__search_form .icon-search-btn {
    background: none;
    border: none;
    color: #F3F3F3;
    font-size: 22px;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  .__search_form .icon-search-btn:hover {
    color: #1A96BA;
  }
}
.__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  width: 100%;
  border-radius: 50px;
  margin-bottom: 1em;
}
.__pagination .page-numbers {
  background: white;
  color: #1A96BA;
  margin: 5px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 25px;
  padding: 10px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.__pagination .page-numbers:hover {
  border: 2px solid transparent;
  background: #1A96BA;
  color: white;
}
.__pagination .current {
  background: #1A96BA;
  color: white;
  font-family: 'open sans', 'Arial', serif;
  font-weight: bold;
}
.__pagination .current:hover {
  color: #84452C;
  background: transparent;
  border: 2px solid #84452C;
}
.__pagination .dots {
  background: none ;
  text-decoration: none;
  color: white;
}
.__pagination .dots:hover {
  border: none;
  background: none;
}
.__pagination .next,
.__pagination .prev {
  background: white;
  color: #1A96BA;
}
.__pagination .next:hover,
.__pagination .prev:hover {
  border: 2px solid transparent;
  background: #1A96BA;
  color: white;
}
@media (max-width: 768px) {
  .__pagination .page-numbers {
    margin: 2px;
    width: 20px;
    height: 20px;
    padding: 5px;
    font-size: 10px;
    font-family: 'open sans', 'Arial', serif;
    font-weight: bold;
  }
}
.__main {
  height: 100%;
  padding-top: 30px;
}
.__main .__content_cms .__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.__main .__content_cms .__wrapper .__posts_main {
  width: 100%;
}
@media (max-width: 768px) {
  .__main .__content_cms .__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.__posts {
  width: 100%;
  margin-top: 30px;
}
.__posts .__block_title {
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
}
.__posts .__block_title h2 {
  color: #1A96BA;
  font-size: 28px;
  font-family: 'DINRoundPro', 'Arial', serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF9572), to(#D96B3F));
  background: linear-gradient(180deg, #FF9572 0%, #D96B3F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.__posts .__block_title h2:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  content: '';
  width: 123px;
  height: 6px;
  margin: 5px auto 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF9572), to(#D96B3F));
  background: linear-gradient(180deg, #FF9572 0%, #D96B3F 100%);
}
.__posts .__article {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 21.7954px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 21.7954px rgba(0, 0, 0, 0.1);
}
.__posts .__article .__article_wrap {
  padding: 20px;
}
.__posts .__article .__article_wrap .__article_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.__posts .__article .__article_wrap .__article_content .__post_left_aside {
  margin-right: 10px;
}
.__posts .__article .__article_wrap .__article_content .__post_left_aside .__post_thumbnail {
  overflow: hidden;
}
.__posts .__article .__article_wrap .__article_content .__post_left_aside .__post_thumbnail:hover a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.__posts .__article .__article_wrap .__article_content .__post_left_aside .__post_thumbnail a img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: ease-in-out 1s;
  transition: ease-in-out 1s;
}
.__posts .__article .__article_wrap .__article_content .__post_right_aside {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.__posts .__article .__article_wrap .__article_content .__post_right_aside .__article_title {
  padding: 0 0  10px;
  width: 100%;
}
.__posts .__article .__article_wrap .__article_content .__post_right_aside .__article_title h2 {
  text-transform: uppercase;
  font-size: 16px;
  color: #1A96BA;
  font-family: 'DINRoundPro', 'Arial', serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.__posts .__article .__article_wrap .__article_content .__post_right_aside .__article_title h2 a {
  color: #1A96BA;
  text-decoration: none;
  font-family: 'DINRoundPro', 'Arial', serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.__posts .__article .__article_wrap .__article_content .__post_right_aside .__article_title h2 a:hover {
  color: #84452C;
}
.__posts .__article .__article_wrap .__article_content .__post_right_aside .__article_title .__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  margin-top: 10px;
  font-family: 'open sans', 'Arial', serif;
  font-weight: bold;
  width: 100%;
}
.__posts .__article .__article_wrap .__article_content .__post_right_aside .__article_title .__data .icons {
  margin-right: 3px;
}
.__posts .__article .__article_wrap .__article_content .__post_right_aside .__article_title .__data ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #868686;
}
.__posts .__article .__article_wrap .__article_content .__post_right_aside .__article_title .__data ul li {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.__posts .__article .__article_wrap .__article_content .__post_right_aside .__article_title .__data ul li:last-child {
  margin: 0;
}
.__posts .__article .__article_wrap .__article_content .__post_right_aside .__article_title .__data ul li a {
  text-decoration: none;
  color: #000;
}
.__posts .__article .__article_wrap .__article_content .__post_right_aside .__article_excerpt {
  font-family: 'open sans', 'Arial', serif;
  font-style: italic;
  font-size: 14px;
  margin-bottom: auto;
}
.__posts .__article .__article_wrap .__article_content .__post_right_aside .__article_excerpt p {
  margin: 10px 0;
}
.__posts .__article .__article_wrap .__article_content .__post_right_aside .__article_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.__posts .__article .__article_wrap .__article_content .__post_right_aside .__article_footer .__like {
  font-family: 'open sans', 'Arial', serif;
  font-weight: bold;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.__posts .__article .__article_wrap .__article_content .__post_right_aside .__article_footer .__like .icons {
  display: block;
  vertical-align: middle;
  color: red;
  margin: 0 5px;
}
.__posts .__article .__article_wrap .__article_content .__post_right_aside .__article_footer .__readmore a {
  text-decoration: none;
  color: #000;
}
.__posts .__article .__article_wrap .__article_content .__post_right_aside .__article_footer .__readmore a:hover {
  color: #84452C;
}
.__posts .__article .__article_wrap .__article_content .__post_right_aside .__article_footer .__readmore .rs-arrow-right {
  font-size: 12px;
  vertical-align: middle;
  margin-left: 5px;
}
.__posts .__article .__article_wrap .__tags {
  font-size: 12px;
  font-family: 'open sans', 'Arial', serif;
  font-weight: bold;
  padding: 20px 0 0;
}
.__posts .__article .__article_wrap .__tags .icons {
  font-size: 12px;
  vertical-align: middle;
  margin-right: 5px;
}
.__posts .__article .__article_wrap .__tags a {
  color: #000;
  text-decoration: none;
  font-family: 'open sans', 'Arial', serif;
  font-weight: normal;
}
.__posts .__article .__article_wrap .__tags a:hover {
  color: #1A96BA;
}
.__posts .__all_news_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.__posts .__all_news_link a {
  display: block;
  padding: 10px 25px;
  border-radius: 20px;
  background: #84452C;
  color: white;
  text-decoration: none;
  position: relative;
  z-index: 10;
}
.__posts .__all_news_link a:hover {
  background: #1A96BA;
}
@media (max-width: 768px) {
  .__posts .__article .__article_wrap .__article_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .__posts .__article .__article_wrap .__article_content .__post_right_aside .__article_footer {
    margin-top: 10px;
  }
}
.__sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 270px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.__sidebar .__widget,
.__sidebar .__widget_fix {
  margin-bottom: 10px;
  font-size: 16px;
  padding: 20px;
  border-radius: 5px;
}
.__sidebar .__widget .wp-block-group .wp-block-group__inner-container,
.__sidebar .__widget_fix .wp-block-group .wp-block-group__inner-container {
  width: 100%;
}
.__sidebar .__widget .wp-block-group .wp-block-group__inner-container h2,
.__sidebar .__widget_fix .wp-block-group .wp-block-group__inner-container h2,
.__sidebar .__widget .wp-block-group .wp-block-group__inner-container .__widget_title,
.__sidebar .__widget_fix .wp-block-group .wp-block-group__inner-container .__widget_title {
  background: #1A96BA;
  color: white;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.1));
  font-family: 'DINRoundPro', 'Arial', serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
}
.__sidebar .__widget .wp-block-group .wp-block-group__inner-container h2:before,
.__sidebar .__widget_fix .wp-block-group .wp-block-group__inner-container h2:before,
.__sidebar .__widget .wp-block-group .wp-block-group__inner-container .__widget_title:before,
.__sidebar .__widget_fix .wp-block-group .wp-block-group__inner-container .__widget_title:before {
  position: absolute;
  display: block;
  content: '';
  width: 70px;
  height: 67px;
  left: -20px;
  bottom: -20px;
}
.__sidebar .__widget .wp-block-group .wp-block-group__inner-container .wp-block-gallery .blocks-gallery-grid,
.__sidebar .__widget_fix .wp-block-group .wp-block-group__inner-container .wp-block-gallery .blocks-gallery-grid {
  padding: 0;
}
.__sidebar .__widget .wp-block-group .wp-block-group__inner-container .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item,
.__sidebar .__widget_fix .wp-block-group .wp-block-group__inner-container .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
  margin: 5px;
}
.__sidebar .__widget .wp-block-group .wp-block-group__inner-container .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a,
.__sidebar .__widget_fix .wp-block-group .wp-block-group__inner-container .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a {
  padding: 0;
}
.__sidebar .__widget ul,
.__sidebar .__widget_fix ul,
.__sidebar .__widget ol,
.__sidebar .__widget_fix ol,
.__sidebar .__widget .wp-block-archives-dropdown,
.__sidebar .__widget_fix .wp-block-archives-dropdown,
.__sidebar .__widget .wp-block-image,
.__sidebar .__widget_fix .wp-block-image {
  list-style: none;
  background: #fff;
  padding: 0 10px;
  position: relative;
  border: 10px solid transparent;
  -webkit-filter: drop-shadow(0px -5px 8px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px -5px 8px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
}
.__sidebar .__widget ul:before,
.__sidebar .__widget_fix ul:before,
.__sidebar .__widget ol:before,
.__sidebar .__widget_fix ol:before,
.__sidebar .__widget .wp-block-archives-dropdown:before,
.__sidebar .__widget_fix .wp-block-archives-dropdown:before,
.__sidebar .__widget .wp-block-image:before,
.__sidebar .__widget_fix .wp-block-image:before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 0px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.__sidebar .__widget ul li,
.__sidebar .__widget_fix ul li,
.__sidebar .__widget ol li,
.__sidebar .__widget_fix ol li,
.__sidebar .__widget .wp-block-archives-dropdown li,
.__sidebar .__widget_fix .wp-block-archives-dropdown li,
.__sidebar .__widget .wp-block-image li,
.__sidebar .__widget_fix .wp-block-image li {
  border-radius: 3px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}
.__sidebar .__widget ul li:last-child,
.__sidebar .__widget_fix ul li:last-child,
.__sidebar .__widget ol li:last-child,
.__sidebar .__widget_fix ol li:last-child,
.__sidebar .__widget .wp-block-archives-dropdown li:last-child,
.__sidebar .__widget_fix .wp-block-archives-dropdown li:last-child,
.__sidebar .__widget .wp-block-image li:last-child,
.__sidebar .__widget_fix .wp-block-image li:last-child {
  border-bottom: 1px solid transparent;
}
.__sidebar .__widget ul li a,
.__sidebar .__widget_fix ul li a,
.__sidebar .__widget ol li a,
.__sidebar .__widget_fix ol li a,
.__sidebar .__widget .wp-block-archives-dropdown li a,
.__sidebar .__widget_fix .wp-block-archives-dropdown li a,
.__sidebar .__widget .wp-block-image li a,
.__sidebar .__widget_fix .wp-block-image li a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  padding: 10px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}
.__sidebar .__widget ul li a:hover,
.__sidebar .__widget_fix ul li a:hover,
.__sidebar .__widget ol li a:hover,
.__sidebar .__widget_fix ol li a:hover,
.__sidebar .__widget .wp-block-archives-dropdown li a:hover,
.__sidebar .__widget_fix .wp-block-archives-dropdown li a:hover,
.__sidebar .__widget .wp-block-image li a:hover,
.__sidebar .__widget_fix .wp-block-image li a:hover {
  color: #1A96BA;
}
.__sidebar .__widget ul li a.active,
.__sidebar .__widget_fix ul li a.active,
.__sidebar .__widget ol li a.active,
.__sidebar .__widget_fix ol li a.active,
.__sidebar .__widget .wp-block-archives-dropdown li a.active,
.__sidebar .__widget_fix .wp-block-archives-dropdown li a.active,
.__sidebar .__widget .wp-block-image li a.active,
.__sidebar .__widget_fix .wp-block-image li a.active {
  color: #1A96BA;
  padding-bottom: 5px;
}
.__sidebar .__widget ul li .dcjq-parent,
.__sidebar .__widget_fix ul li .dcjq-parent,
.__sidebar .__widget ol li .dcjq-parent,
.__sidebar .__widget_fix ol li .dcjq-parent,
.__sidebar .__widget .wp-block-archives-dropdown li .dcjq-parent,
.__sidebar .__widget_fix .wp-block-archives-dropdown li .dcjq-parent,
.__sidebar .__widget .wp-block-image li .dcjq-parent,
.__sidebar .__widget_fix .wp-block-image li .dcjq-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.__sidebar .__widget ul li .dcjq-parent:after,
.__sidebar .__widget_fix ul li .dcjq-parent:after,
.__sidebar .__widget ol li .dcjq-parent:after,
.__sidebar .__widget_fix ol li .dcjq-parent:after,
.__sidebar .__widget .wp-block-archives-dropdown li .dcjq-parent:after,
.__sidebar .__widget_fix .wp-block-archives-dropdown li .dcjq-parent:after,
.__sidebar .__widget .wp-block-image li .dcjq-parent:after,
.__sidebar .__widget_fix .wp-block-image li .dcjq-parent:after {
  font-size: 8px;
  font-family: 'rsfonts';
  content: "\e900";
}
.__sidebar .__widget ul li ul,
.__sidebar .__widget_fix ul li ul,
.__sidebar .__widget ol li ul,
.__sidebar .__widget_fix ol li ul,
.__sidebar .__widget .wp-block-archives-dropdown li ul,
.__sidebar .__widget_fix .wp-block-archives-dropdown li ul,
.__sidebar .__widget .wp-block-image li ul,
.__sidebar .__widget_fix .wp-block-image li ul,
.__sidebar .__widget ul li ol,
.__sidebar .__widget_fix ul li ol,
.__sidebar .__widget ol li ol,
.__sidebar .__widget_fix ol li ol,
.__sidebar .__widget .wp-block-archives-dropdown li ol,
.__sidebar .__widget_fix .wp-block-archives-dropdown li ol,
.__sidebar .__widget .wp-block-image li ol,
.__sidebar .__widget_fix .wp-block-image li ol {
  list-style: none;
  padding: 0;
  background: none;
  margin-top: 0;
  border: none;
}
.__sidebar .__widget ul li ul:before,
.__sidebar .__widget_fix ul li ul:before,
.__sidebar .__widget ol li ul:before,
.__sidebar .__widget_fix ol li ul:before,
.__sidebar .__widget .wp-block-archives-dropdown li ul:before,
.__sidebar .__widget_fix .wp-block-archives-dropdown li ul:before,
.__sidebar .__widget .wp-block-image li ul:before,
.__sidebar .__widget_fix .wp-block-image li ul:before,
.__sidebar .__widget ul li ol:before,
.__sidebar .__widget_fix ul li ol:before,
.__sidebar .__widget ol li ol:before,
.__sidebar .__widget_fix ol li ol:before,
.__sidebar .__widget .wp-block-archives-dropdown li ol:before,
.__sidebar .__widget_fix .wp-block-archives-dropdown li ol:before,
.__sidebar .__widget .wp-block-image li ol:before,
.__sidebar .__widget_fix .wp-block-image li ol:before {
  border: none;
  width: 0;
  height: 0;
  top: 0;
}
.__sidebar .__widget ul li ul li,
.__sidebar .__widget_fix ul li ul li,
.__sidebar .__widget ol li ul li,
.__sidebar .__widget_fix ol li ul li,
.__sidebar .__widget .wp-block-archives-dropdown li ul li,
.__sidebar .__widget_fix .wp-block-archives-dropdown li ul li,
.__sidebar .__widget .wp-block-image li ul li,
.__sidebar .__widget_fix .wp-block-image li ul li,
.__sidebar .__widget ul li ol li,
.__sidebar .__widget_fix ul li ol li,
.__sidebar .__widget ol li ol li,
.__sidebar .__widget_fix ol li ol li,
.__sidebar .__widget .wp-block-archives-dropdown li ol li,
.__sidebar .__widget_fix .wp-block-archives-dropdown li ol li,
.__sidebar .__widget .wp-block-image li ol li,
.__sidebar .__widget_fix .wp-block-image li ol li {
  margin-top: 0;
  margin-left: 10px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #ccc;
}
.__sidebar .__widget ul li ul li:first-child,
.__sidebar .__widget_fix ul li ul li:first-child,
.__sidebar .__widget ol li ul li:first-child,
.__sidebar .__widget_fix ol li ul li:first-child,
.__sidebar .__widget .wp-block-archives-dropdown li ul li:first-child,
.__sidebar .__widget_fix .wp-block-archives-dropdown li ul li:first-child,
.__sidebar .__widget .wp-block-image li ul li:first-child,
.__sidebar .__widget_fix .wp-block-image li ul li:first-child,
.__sidebar .__widget ul li ol li:first-child,
.__sidebar .__widget_fix ul li ol li:first-child,
.__sidebar .__widget ol li ol li:first-child,
.__sidebar .__widget_fix ol li ol li:first-child,
.__sidebar .__widget .wp-block-archives-dropdown li ol li:first-child,
.__sidebar .__widget_fix .wp-block-archives-dropdown li ol li:first-child,
.__sidebar .__widget .wp-block-image li ol li:first-child,
.__sidebar .__widget_fix .wp-block-image li ol li:first-child {
  margin-top: 0;
  padding: 0 0 0 0;
}
.__sidebar .__widget ul li ul li:last-child,
.__sidebar .__widget_fix ul li ul li:last-child,
.__sidebar .__widget ol li ul li:last-child,
.__sidebar .__widget_fix ol li ul li:last-child,
.__sidebar .__widget .wp-block-archives-dropdown li ul li:last-child,
.__sidebar .__widget_fix .wp-block-archives-dropdown li ul li:last-child,
.__sidebar .__widget .wp-block-image li ul li:last-child,
.__sidebar .__widget_fix .wp-block-image li ul li:last-child,
.__sidebar .__widget ul li ol li:last-child,
.__sidebar .__widget_fix ul li ol li:last-child,
.__sidebar .__widget ol li ol li:last-child,
.__sidebar .__widget_fix ol li ol li:last-child,
.__sidebar .__widget .wp-block-archives-dropdown li ol li:last-child,
.__sidebar .__widget_fix .wp-block-archives-dropdown li ol li:last-child,
.__sidebar .__widget .wp-block-image li ol li:last-child,
.__sidebar .__widget_fix .wp-block-image li ol li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.__sidebar .__widget ul li ul li a,
.__sidebar .__widget_fix ul li ul li a,
.__sidebar .__widget ol li ul li a,
.__sidebar .__widget_fix ol li ul li a,
.__sidebar .__widget .wp-block-archives-dropdown li ul li a,
.__sidebar .__widget_fix .wp-block-archives-dropdown li ul li a,
.__sidebar .__widget .wp-block-image li ul li a,
.__sidebar .__widget_fix .wp-block-image li ul li a,
.__sidebar .__widget ul li ol li a,
.__sidebar .__widget_fix ul li ol li a,
.__sidebar .__widget ol li ol li a,
.__sidebar .__widget_fix ol li ol li a,
.__sidebar .__widget .wp-block-archives-dropdown li ol li a,
.__sidebar .__widget_fix .wp-block-archives-dropdown li ol li a,
.__sidebar .__widget .wp-block-image li ol li a,
.__sidebar .__widget_fix .wp-block-image li ol li a {
  padding: 5px 0;
}
.__sidebar .__widget ul li article a,
.__sidebar .__widget_fix ul li article a,
.__sidebar .__widget ol li article a,
.__sidebar .__widget_fix ol li article a,
.__sidebar .__widget .wp-block-archives-dropdown li article a,
.__sidebar .__widget_fix .wp-block-archives-dropdown li article a,
.__sidebar .__widget .wp-block-image li article a,
.__sidebar .__widget_fix .wp-block-image li article a {
  padding: 10px 0 0;
}
.__sidebar .__widget select[name="archive-dropdown"],
.__sidebar .__widget_fix select[name="archive-dropdown"] {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: none;
  outline: none;
}
.__sidebar .__widget .wp-block-calendar,
.__sidebar .__widget_fix .wp-block-calendar {
  background: white;
  padding: 0 10px;
  position: relative;
  border: 10px solid transparent;
  -webkit-filter: drop-shadow(0px -5px 8px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px -5px 8px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
}
.__sidebar .__widget .wp-block-calendar:before,
.__sidebar .__widget_fix .wp-block-calendar:before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 0px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.__sidebar .__widget .wp-block-calendar caption,
.__sidebar .__widget_fix .wp-block-calendar caption {
  color: #1A96BA;
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}
.__sidebar .__widget .wp-block-calendar table th,
.__sidebar .__widget_fix .wp-block-calendar table th {
  background: transparent;
  border: none;
  color: #1A96BA;
  font-size: 14px;
  padding-bottom: 10px;
}
.__sidebar .__widget .wp-block-calendar table td,
.__sidebar .__widget_fix .wp-block-calendar table td {
  border: 1px solid;
  padding: 4px;
  text-align: center;
  color: #1A96BA;
}
.__sidebar .__widget .wp-block-calendar table td a,
.__sidebar .__widget_fix .wp-block-calendar table td a {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border-radius: 15px;
  color: #84452C;
}
.__sidebar .__widget .wp-block-calendar table td a:hover,
.__sidebar .__widget_fix .wp-block-calendar table td a:hover {
  color: white;
  background: #1A96BA;
}
.__sidebar .__widget .wp-block-calendar .wp-calendar-table,
.__sidebar .__widget_fix .wp-block-calendar .wp-calendar-table {
  margin: 0 auto;
  width: 100%;
}
.__sidebar .__widget .wp-block-calendar .wp-calendar-table .pad,
.__sidebar .__widget_fix .wp-block-calendar .wp-calendar-table .pad {
  border: none;
}
.__sidebar .__widget .wp-block-calendar .wp-calendar-nav,
.__sidebar .__widget_fix .wp-block-calendar .wp-calendar-nav {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.__sidebar .__widget .wp-block-calendar .wp-calendar-nav a,
.__sidebar .__widget_fix .wp-block-calendar .wp-calendar-nav a {
  text-decoration: none;
  font-size: 12px;
  color: #84452C;
}
.__sidebar .__widget .wp-block-tag-cloud,
.__sidebar .__widget_fix .wp-block-tag-cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.__sidebar .__widget .wp-block-tag-cloud a,
.__sidebar .__widget_fix .wp-block-tag-cloud a {
  font-size: 10px !important;
  background: #EBEBEB;
  padding: 5px;
  display: block;
  margin: 3px 0;
  border-radius: 3px;
  color: #84452C;
  text-decoration: none;
}
.__sidebar .__widget .post-date,
.__sidebar .__widget_fix .post-date {
  font-size: 12px;
  color: ;
}
.__sidebar .__widget .textwidget,
.__sidebar .__widget_fix .textwidget {
  padding: 10px;
}
.__sidebar .__widget .textwidget a,
.__sidebar .__widget_fix .textwidget a {
  color: #fff;
  text-decoration: none;
}
.__sidebar .__widget .textwidget a:hover,
.__sidebar .__widget_fix .textwidget a:hover {
  color: black;
}
.__sidebar .__widget .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container,
.__sidebar .__widget_fix .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container {
  list-style: none;
  background: #fff;
  padding: 0 10px;
  position: relative;
  border: 10px solid transparent;
  -webkit-filter: drop-shadow(0px -5px 8px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px -5px 8px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
}
.__sidebar .__widget .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container:before,
.__sidebar .__widget_fix .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container:before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 0px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.__sidebar .__widget .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container form,
.__sidebar .__widget_fix .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container form {
  margin-top: 10px;
}
.__sidebar .__widget .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container form input,
.__sidebar .__widget_fix .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container form input {
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  width: 100%;
  border: 1px solid #ccc;
}
.__sidebar .__widget #subscribe-text,
.__sidebar .__widget_fix #subscribe-text,
.__sidebar .__widget .success,
.__sidebar .__widget_fix .success {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
}
.__sidebar .__widget .jetpack-subscribe-count,
.__sidebar .__widget_fix .jetpack-subscribe-count {
  color: #fff;
  margin: 10px 0;
  font-size: 12px;
}
.__sidebar .__widget p#subscribe-email input,
.__sidebar .__widget_fix p#subscribe-email input {
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  width: 100%;
}
.__sidebar .__widget button.wp-block-button__link,
.__sidebar .__widget_fix button.wp-block-button__link {
  background: #84452C;
  border: 1px solid;
  color: #fff;
  padding: 15px;
  width: 100%;
  font-size: 16px;
}
.__sidebar .__widget .wp-block-latest-comments li a,
.__sidebar .__widget_fix .wp-block-latest-comments li a {
  font-size: 10px;
}
.__sidebar .__widget .wp-block-latest-comments li article,
.__sidebar .__widget_fix .wp-block-latest-comments li article {
  font-size: 10px;
}
.__sidebar .__widget_fix {
  position: sticky;
  top: 90px;
}
.__sidebar .__widget_fix img {
  width: 100%;
}
.__sidebar_left {
  margin-right: 0px;
}
.__sidebar_right {
  margin-left: 0px;
}
@media (max-width: 768px) {
  .__sidebar {
    width: 100%;
    margin-top: 30px;
  }
  .__sidebar .__widget,
  .__sidebar .__widget_fix {
    position: relative;
    top: 0;
  }
  .__sidebar .__widget .__widget_title,
  .__sidebar .__widget_fix .__widget_title {
    font-size: 20px;
    padding-top: 10px;
  }
  .__sidebar .__widget ul,
  .__sidebar .__widget_fix ul {
    list-style: none;
  }
  .__sidebar .__widget ul li,
  .__sidebar .__widget_fix ul li {
    font-size: 16px;
  }
  .__sidebar .__widget ul li a,
  .__sidebar .__widget_fix ul li a {
    padding: 10px 0;
  }
  .__sidebar .__widget ul li ul,
  .__sidebar .__widget_fix ul li ul {
    list-style: none;
  }
  .__sidebar .__widget_fix {
    position: relative;
  }
  .__sidebar_left {
    margin-right: auto;
  }
  .__sidebar_right {
    margin-left: auto;
  }
}
.__page_title {
  margin-bottom: 30px;
  width: 100%;
  padding: 10px 30px 0;
}
.__page_title h2 {
  display: block;
  text-align: center;
  font-size: 36px;
  font-family: 'DINRoundPro', 'Arial', serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  padding: 0 80px;
  color: #1A96BA;
}
.__page_title .__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'open sans', 'Arial', serif;
  font-weight: bold;
  width: 100%;
}
.__page_title .__data .icons {
  margin-right: 3px;
}
.__page_title .__data ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #868686;
}
.__page_title .__data ul li {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.__page_title .__data ul li:last-child {
  margin: 0;
}
.__page_title .__data ul li a {
  text-decoration: none;
  color: #000;
}
.__page_title .__data .__like {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-family: 'open sans', 'Arial', serif;
  font-weight: normal;
}
.__page_title .__data .__like span:hover {
  cursor: pointer;
}
.__page_title .__data .__like .icons {
  vertical-align: middle;
  color: red;
  font-size: 18px;
  display: block;
}
.__page {
  width: 100%;
  background: #fff;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-size: 20px;
  font-family: 'open sans', 'Arial', serif;
  font-weight: 300;
  margin-top: 20px;
}
.__page .__block_title {
  width: 100%;
}
.__page a {
  text-decoration: none;
}
.__page img {
  height: auto;
}
.__page .__page_content {
  height: 100%;
  padding: 0 30px;
  width: 100%;
}
.__page .__page_content p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.__page .__page_content ul,
.__page .__page_content ol {
  margin-left: 2.5em;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: 'open sans', 'Arial', serif;
  font-weight: 300;
}
.__page .__page_content ul.children {
  margin-top: 15px;
}
.__page .__page_content ul.children li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.__page .__page_content .wp-block-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin-bottom: 0;
}
.__page .__page_content .wp-block-file .wp-block-file__button {
  padding: 10px 25px;
}
.__page .__page_content .wp-block-gallery ul,
.__page .__page_content .wp-block-gallery ol {
  margin-left: 0;
}
.__page .__page_content .wp-block-jetpack-slideshow {
  max-width: 600px;
  margin: 0 auto;
}
.__page .__page_content .wp-block-jetpack-slideshow ul {
  margin: 0;
}
.__page .__page_content .wp-block-media-text img {
  height: auto;
}
.__page .__page_content iframe {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.__page .__page_content em {
  font-family: 'open sans', 'Arial', serif;
  font-style: italic;
}
.__page .__page_content .wp-block-quote {
  margin: 0 0 0 1.5em;
  border-left: 5px solid #84452C;
  padding-left: 15px;
  overflow: hidden;
  margin-bottom: 10px;
}
.__page .__page_content .wp-block-quote p {
  font-size: 16px;
  font-family: 'open sans', 'Arial', serif;
  font-weight: normal;
  margin-bottom: 5px;
}
.__page .__page_content .wp-block-quote cite {
  font-size: 12px;
}
.__page .__page_content .child_pages {
  margin-left: 0;
  list-style: none;
}
.__page .__page_content .child_pages li {
  margin: 0 0 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.__page .__page_content .child_pages li a {
  text-decoration: none;
}
.__page .__page_content .wp-block-contact-form-7-contact-form-selector {
  background: #f2f2f2;
  padding: 30px;
  border-radius: 10px;
}
.__page .__page_content .wp-block-contact-form-7-contact-form-selector form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.__page .__page_content .wp-block-contact-form-7-contact-form-selector form p label {
  font-size: 12px;
  width: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.__page .__page_content .wp-block-contact-form-7-contact-form-selector form p span {
  width: 100%;
}
.__page .__page_content .wp-block-contact-form-7-contact-form-selector form p span input,
.__page .__page_content .wp-block-contact-form-7-contact-form-selector form p span textarea {
  padding: 10px;
  width: 100%;
  outline: none;
}
.__page .__page_content .wp-block-contact-form-7-contact-form-selector form input[type="submit"] {
  padding: 10px 25px;
  background: #086b34;
  border: none;
  color: #fff;
}
.__page .__page_content .wp-block-contact-form-7-contact-form-selector form input[type="submit"]:hover {
  cursor: pointer;
  background: #1A96BA;
}
.__page .__page_content .pgcsimplygalleryblock-justified-content {
  margin-bottom: 10px;
}
.__page .__page_content form#searchform {
  width: 100%;
  border: 1px solid #ccc;
  margin: 10px 0;
}
.__page .__page_content form#searchform input {
  width: 100%;
}
.__page .__page_content table thead {
  background: #fff;
  font-size: 12px;
}
.__page .__page_content tbody td {
  font-size: 14px;
  vertical-align: top;
}
.__page .__page_footer {
  padding: 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 12px;
  font-family: 'open sans', 'Arial', serif;
  font-weight: normal;
}
.__page .__page_footer .__tags {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}
.__page .__page_footer .__tags .icon-tags {
  margin-right: 3px;
}
.__page .__page_footer .__tags a {
  color: #000;
  font-size: 12px;
  display: inline-block;
  margin: 3px;
  border-radius: 3px;
}
.noactive_svg .icon-heart-no-active {
  font-family: 'rsfonts', serif;
}
.noactive_svg .icon-heart-no-active:before {
  content: "\e909";
}
.noactive_svg .icon-heart-no-active:hover {
  cursor: pointer;
}
.is-active {
  font-family: 'rsfonts', serif;
}
.is-active .icon-heart-active:before {
  content: "\e908";
}
@media (max-width: 768px) {
  .__block_title .__page_title {
    margin-bottom: 20px;
    padding: 0;
  }
  .__block_title .__page_title h2 {
    text-align: center;
    background: none;
    padding: 0;
    font-size: 18px;
  }
  .__block_title .__page_title .__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .__block_title .__page_title .__data .__like {
    margin: 10px 0;
  }
  .__page {
    padding: 0;
  }
  .__page .__page_content {
    width: 100%;
    padding: 0 10px;
  }
  .__page .__page_content em {
    font-family: 'open sans', 'Arial', serif;
    font-style: italic;
  }
  .__page .__page_content .wp-block-quote {
    margin: 0 0 0 1.5em;
  }
  .__page .__page_content .wp-block-quote p {
    font-family: 'open sans', 'Arial', serif;
    font-weight: normal;
  }
}
.__comments {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  margin-top: 30px;
  padding: 20px;
  font-family: 'open sans', 'Arial', serif;
  font-weight: normal;
}
.__comments input {
  height: 44px;
  border: 1px solid #868686;
}
.__comments input.error,
.__comments textarea.error {
  background: #fe0000;
  /* или background:red или любой другой цвет, который больше вписывается в дизайн вашего блога */
}
.__comments em.comment-awaiting-moderation {
  color: #fff;
  font-size: 12px;
  width: 100%;
  text-align: center;
  background: #1A96BA;
  padding: 10px 0;
  font-style: normal;
  margin: 10px 0;
  border-radius: 3px;
}
.__comments .logged-in-as {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding: 20px 0;
}
.__comments .logged-in-as a {
  color: #84452C;
  text-decoration: none;
}
.__comments .logged-in-as a:hover {
  color: #1A96BA;
}
.__comments textarea {
  min-height: 200px;
  font-family: 'open sans', 'Arial', serif;
  font-style: italic;
}
.__comments h2#comments {
  font-weight: normal;
  padding: 10px;
  margin-bottom: 10px;
  font-family: 'roboto';
  font-size: 20px;
  color: #000;
}
.__comments .list {
  margin: 0 !important;
  text-align: center;
}
.__comments .commentlist,
.__comments ol,
.__comments ul {
  list-style: none;
  margin-left: 0;
}
.__comments .comment .comment-body {
  margin: 10px 0;
  padding: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f9f9f9;
  border-bottom: 2px solid #f2f2f2;
}
.__comments .comment .comment-body .__comment_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__comments .comment .comment-body .__comment_content_wrap .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 12px;
  margin-right: 1em;
}
.__comments .comment .comment-body .__comment_content_wrap .comment-author .fn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.__comments .comment .comment-body .__comment_content_wrap .comment-author .fn a {
  margin-left: 3px;
}
.__comments .comment .comment-body .__comment_content_wrap .comment-author img {
  width: 50px;
  height: auto;
  border-radius: 50%;
}
.__comments .comment .comment-body .__comment_content_wrap .comment-author .says {
  margin-left: 3px;
}
.__comments .comment .comment-body .__comment_content_wrap .comment-contnent-text {
  font-size: 14px;
}
.__comments .comment .comment-body .comment-meta.commentmetadata {
  position: relative;
  padding: 10px 0;
  font-size: 12px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.__comments .comment .comment-body .comment-meta.commentmetadata a {
  color: #000;
  text-decoration: none;
}
.__comments .comment .comment-body .comment-meta.commentmetadata .comment-edit-link {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  text-decoration: none;
  background: #84452C;
  padding: 5px 10px;
  display: block;
  border-radius: 3px;
  color: #868686;
}
.__comments .comment .comment-body p {
  margin: 0 0 10px;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.__comments .comment .comment-body .comment-reply-link {
  text-decoration: none;
  font-size: 12px;
}
.__comments .comment .comment-body .comment-reply-link:hover {
  cursor: pointer;
}
.__comments .comment .children {
  padding: 0 0 0 10px;
  border-left: 1px solid #84452C;
  margin: 0 0 0 1em;
}
.__comments em.massage {
  background: #868686;
  width: 100%;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}
.__comments .comment-respond {
  overflow: hidden;
  padding: 10px;
}
.__comments .comment-respond h3.comment-reply-title {
  font-weight: normal;
  background: #84452C;
  padding: 10px;
  border-radius: 3px;
  color: white;
  overflow: hidden;
  font-size: 16px;
}
.__comments .comment-respond h3.comment-reply-title a {
  color: #868686;
}
.__comments .comment-respond h3.comment-reply-title small {
  float: right;
}
.__comments .comment-respond h3.comment-reply-title small a {
  color: #84452C;
  text-decoration: none;
  background: white;
  padding: 5px 10px;
  border-radius: 3px;
}
.__comments .comment-respond h3.comment-reply-title small a:hover {
  background: #1A96BA;
  color: #fff;
}
.__comments .comment-respond .comment-notes {
  font-style: italic;
  color: red;
  font-size: 12px;
  text-align: center;
  display: block;
  margin: 10px auto;
  overflow: hidden;
}
.__comments .comment-respond .form-submit {
  float: left;
  display: block;
}
.__comments .comment-respond .form-submit input {
  background: #84452C;
  color: white;
  border-radius: 5px;
  padding: 0 10px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.__comments .comment-respond .form-submit input:hover {
  background: #1A96BA;
  color: white;
  cursor: pointer;
}
.__comments .comment-respond .logged-in-as {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.__comments .comment-respond .logged-in-as a :last-child {
  margin-left: 10px;
}
.__comments .comment-form-wrap {
  font-size: 16px;
}
.__comments .comment-form-wrap div {
  margin: 0 0 10px;
}
.__comments .comment-form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px 0;
}
.__comments .comment-form-cookies-consent {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.__comments .comment-form-cookies-consent input {
  margin: 0 10px 0 0;
}
.__comments input:not([type="checkbox"]) {
  outline: none;
  padding: 10px;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.__comments textarea {
  outline: none;
  padding: 10px;
  display: block;
  width: 100%;
  border-color: #868686;
  height: 50px;
  border: 1px solid #ccc;
}
.__comment_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
}
.__comment_pagination a {
  color: #84452C;
  text-decoration: none;
  font-size: 14px;
}
@media (max-width: 768px) {
  .comments {
    width: 100%;
    padding: 0;
  }
  .comments .list {
    margin: 0 !important;
    text-align: center;
  }
  .comments .comment .comment-body .__comment_content_wrap {
    width: 100%;
  }
  .comments .comment .comment-body .__comment_content_wrap .comment-author.vcard {
    width: 50%;
  }
  .comments .comment .comment-body .__comment_content_wrap .comment-contnent-text p {
    font-size: 12px;
  }
  .comments .comment .children {
    padding: 0;
  }
  .comments .comment-respond {
    width: 100%;
    padding: 0;
    font-size: 14px;
  }
  .comments .comment-respond h3.comment-reply-title {
    font-size: 14px;
    text-align: center;
  }
  .comments .comment-respond .comment-notes {
    font-size: 10px;
  }
  .comments .comment-form p {
    font-size: 12px;
  }
}
.__footer {
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: black;
}
.__footer .__wrapper .__copyright {
  width: 70%;
  margin: 30px auto 0;
}
.__footer .__wrapper .__footer_pattern {
  margin: 15px 0;
}
.__footer .__wrapper .__developer a {
  color: black;
}
.__footer .__wrapper .__developer .icon-whatsapp {
  color: #04CD00;
}
.__footer .__wrapper .__developer .__developer_logo .__developer_link a {
  display: table;
  text-transform: uppercase;
  margin: 0 auto;
}
.__footer .__wrapper .__developer .__developer_logo .__developer_link a:last-child {
  font-size: 72px;
  text-decoration: none;
  color: #3C8FF2;
}
@media (max-width: 768px) {
  .__footer {
    padding-bottom: 80px;
  }
  .__footer .__wrapper .__copyright {
    width: 100%;
  }
}
.__footer_widgets {
  background: #fff;
  padding: 40px 0 50px;
  color: #818181;
  margin-top: 30px;
}
.__footer_widgets .__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.__footer_widgets .__wrapper .__footer_widget {
  width: calc(100% / 4 - 15px);
  margin: 0 40px;
  font-size: 12px;
}
.__footer_widgets .__wrapper .__footer_widget:first-child {
  margin-left: 0;
}
.__footer_widgets .__wrapper .__footer_widget:last-child {
  margin-right: 0;
}
.__footer_widgets .__wrapper .__footer_widget a {
  color: #818181;
  text-decoration: none;
}
.__footer_widgets .__wrapper .__footer_widget a:hover {
  color: #1A96BA;
}
.__footer_widgets .__wrapper .__footer_widget .wp-block-group .wp-block-group__inner-container {
  width: 100%;
}
.__footer_widgets .__wrapper .__footer_widget .wp-block-group .wp-block-group__inner-container h2,
.__footer_widgets .__wrapper .__footer_widget .wp-block-group .wp-block-group__inner-container .__footer_widget_title h2 {
  font-family: 'open sans', 'Arial', serif;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  width: 100%;
  font-size: 20px;
  text-align: left;
  -webkit-filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.1));
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF9572), to(#D96B3F));
  background: linear-gradient(180deg, #FF9572 0%, #D96B3F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.__footer_widgets .__wrapper .__footer_widget .wp-block-group .wp-block-group__inner-container .wp-block-gallery .blocks-gallery-grid {
  padding: 0;
}
.__footer_widgets .__wrapper .__footer_widget .wp-block-group .wp-block-group__inner-container .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
  margin: 5px;
}
.__footer_widgets .__wrapper .__footer_widget .wp-block-group .wp-block-group__inner-container .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a {
  padding: 0;
}
.__footer_widgets .__wrapper .__footer_widget ul {
  list-style: none;
}
.__footer_widgets .__wrapper .__footer_widget ul li {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px 0;
  text-align: left;
}
.__footer_widgets .__wrapper .__footer_widget ul li .icons {
  margin-right: 5px;
  vertical-align: middle;
}
.__footer_widgets .__wrapper .__footer_widget .blocks-gallery-grid .blocks-gallery-item {
  padding: 5px;
  border-bottom: none;
}
.__footer_widgets .__wrapper .__footer_widget form {
  margin-top: 20px;
}
.__footer_widgets .__wrapper .__footer_widget form input {
  padding: 10px 10px;
  border-radius: 3px;
  border: none;
}
.__footer_widgets .__wrapper .__footer_widget button {
  background: #1A96BA;
  margin-top: 10px;
}
.__footer_widgets_no_bg {
  background: transparent;
}
@media (max-width: 768px) {
  .__footer_widgets .__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .__footer_widgets .__wrapper .__footer_widget {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.cookie_notice {
  display: none;
  position: fixed;
  z-index: 9999999;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15px;
  font-family: Verdana, sans-serif;
  color: #FFF;
  background: #84452C;
  padding: 10px 20px;
  border-top: 4px solid;
  -o-border-image: linear-gradient(-45deg, #AE8E29 0%, #FFFDC5 46.35%, #E0CF83 89.04%);
     border-image: linear-gradient(-45deg, #AE8E29 0%, #FFFDC5 46.35%, #E0CF83 89.04%);
  border-image-slice: 1;
}
/* Оформление кнопок */
.cookie_btn {
  display: inline-block;
  margin: 10px 6px 4px 6px;
  text-decoration: none;
  position: relative;
  font-size: 13px;
  padding: 15px 25px;
  color: #84452C;
  background: white;
  border-radius: 25px;
}
.cookie_btn:hover {
  color: #FFF;
  background: #1A96BA;
}
@media (max-width: 768px) {
  .cookie_notice {
    font-size: 10px;
  }
  .cookie_notice div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cookie_notice .cookie_btn {
    font-size: 10px;
    padding: 10px 15px;
    width: calc(100% / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* Оформление кнопок */
}
/*# sourceMappingURL=bundle.css.map */