@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('fonts/proxima/ProximaNova-Bold.eot');
  src: url('fonts/proxima/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/proxima/ProximaNova-Bold.woff') format('woff'), url('fonts/proxima/ProximaNova-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova-Light';
  src: url('fonts/proxima/ProximaNova-Light.eot');
  src: url('fonts/proxima/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('fonts/proxima/ProximaNova-Light.woff') format('woff'), url('fonts/proxima/ProximaNova-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('fonts/proxima/ProximaNova-Regular.eot');
  src: url('fonts/proxima/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/proxima/ProximaNova-Regular.woff') format('woff'), url('fonts/proxima/ProximaNova-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia';
  src: url('fonts/georgia/Georgia.eot');
  src: url('fonts/georgia/Georgia.eot?#iefix') format('embedded-opentype'), url('fonts/georgia/Georgia.woff') format('woff'), url('fonts/georgia/Georgia.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TTPolls-Bold';
  src: url('fonts/ttpolls/TTPolls-Bold.eot');
  src: url('fonts/ttpolls/TTPolls-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/ttpolls/TTPolls-Bold.woff') format('woff'), url('fonts/ttpolls/TTPolls-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@-webkit-keyframes rotating
/* Safari and Chrome */

  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* html {
  filter: grayscale(100%);
}

#notice {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  background: #000;
}

#notice p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
} */

body {
  background: #F3F3F3;
}

body>.container {
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

div::-webkit-scrollbar {
  width: 5px;
  margin: 10px 0;
}

div::-webkit-scrollbar-track {
  background: #f3f3f3;
}

div::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid #f3f3f3;
}

.scroll-margin {
  margin: 5px 5px 5px 0;
}
.post__meta_block p {

}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}

p.date,
p.time,
p.place,
p.phone {
  font-family: Georgia;
  font-style: italic;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 10px;
  display: flex;
  line-height: 1;
}

p.date::before {
  content: url('img/icons/calendar.svg');
  margin: auto 15px auto 0;
}

p.time::before {
  content: url('img/icons/clock.svg');
  margin: auto 15px auto 0;
}

p.place::before {
  content: url('img/icons/point.svg');
  margin: auto 15px auto 0;
}

p.phone::before {
  content: url('img/icons/phone.svg');
  margin: auto 15px auto 0;
}

a.phone {
  font-family: ProximaNova-Regular;
  font-size: 17px;
  color: #000000;
}

.post__slider {}

.wp-caption .post__slider figure {
  /*min-height: 500px;
	max-height: 700px;*/
}

.flickity-prev-next-button {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.60);
  border-radius: 23px;
}

.flickity-prev-next-button .arrow {
  fill: #fff;
}

.flickity-prev-next-button svg {
  width: 40%;
  height: 40%;
  left: 30%;
  top: 30%;
}

.flickity-viewport {
  transition: height 0.2s;
}

.carousel-image {
  height: 100%;
  width: 100%;
}

.carousel-image+figcaption {
  height: auto;
}

span.old {
  background: #E9412F;
  border-radius: 14px;
  width: 33px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  font-family: ProximaNova-Bold;
  font-size: 12px;
  color: #FFFFFF;
}

.load_more {
  display: flex;
  width: 100%;
  height: 100px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
}

.load_more.load svg {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.load_more svg {
  margin-right: 20px;
}

.load_more span {
  font-family: PragmaticaBook-Reg;
  font-size: 18px;
  color: #000000;
}

.load_more:hover,
.load_more:focus,
.load_more:hover svg g,
.load_more:focus svg g,
.load_more:hover span,
.load_more:focus span {
  cursor: pointer;
  color: #3867A5;
  stroke: #3867A5;
}

figure {
  margin: 0;
  position: relative;
  background-position: center center;
  background-size: cover;
}

figure figcaption {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.section__header {
  border-bottom: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 75px;
}

.special .section__header {
  width: 100%;
}

.section__header h3 {
  font-family: ProximaNova-Bold;
  font-size: 24px;
  color: #3867A5;
}

.section__header h3 a {
  color: #3867A5;
}

section.offer {
  display: flex;
  border-bottom: 1px solid #E1E1E1;
}

section.news {
  display: flex;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 15px;
  border: 1px solid #E1E1E1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 0;
}

.social-icon:hover,
.social-icon:focus {
  cursor: pointer;
  background: #F9F9F9;
}

.border {
  /* border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1; */
  border: none !important;
  padding: 20px 0;
}

.bordernp {
  border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
.border:hover {
  background: #F1F1F1;
}

.wrapper-padding {
  padding: 20px 0 30px;
}

.nonborder {
  padding: 20px 0;
}

/*ADS*/

.ads {
  background: #F9F9F9;
}

.w900h150 {
  width: 100%;
}

.w260h420 {
  width: 260px;
}

.w1200h150 {
  width: 100%;
  max-width: 1200px;
}

.ads img {
  width: 100% !important;
  height: auto;
}

.ads>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ads>div>img {
  margin: auto;
}

/*Header*/

header {
  border-bottom: 1px solid #E1E1E1;
  width: 100%;
}

.header__top {
  height: 100px;
  padding: 0 30px;
}

.header__top--weather p {
  font-family: ProximaNova-Bold;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
}

.header__top--weather img {
  margin-right: 10px;
}

.header__top .social-icon {
  border: none;
}

.header__top .social-icon:hover,
.header__top .social-icon:focus {
  background: rgba(0, 0, 0, 0.1);
}

.header__top--action-subscribe,
.header__top--action-search-text {
  display: flex;
  align-items: center;
  font-family: ProximaNova-Bold;
  font-size: 13px;
  color: rgba(7, 66, 144, 0.8);
  text-decoration: none;
  padding: 20px 0;
}

.header__top--action-subscribe svg,
.header__top--action-search-text svg {
  margin-right: 10px;
  opacity: 0.8
}

.header__top--action-subscribe:hover,
.header__top--action-search-text:hover,
.header__top--action-subscribe:focus,
.header__top--action-search-text:focus,
.header__top--action-subscribe:hover svg,
.header__top--action-search:hover svg,
.header__top--action-subscribe:focus svg,
.header__top--action-search:focus svg {
  cursor: pointer;
  color: rgba(7, 66, 144, 1);
  opacity: 1;
}

.header__top--action-search {
  position: relative;
}

.header__top--action-search input,
.header__top--action-search #search-close {
  display: none;
  background: #fff;
}

.header__top--action-search input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.header__top--action-search.o input {
  display: block;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  background: #fff;
  z-index: 2;
  right: 0;
  top: 0;
  height: 40px;
  width: 25em;
  font-family: ProximaNova-Regular;
  font-size: 13px;
  color: #000;
  text-align: left;
  padding-top: 15px;
}

.header__top--action-search.o #search-close {
  display: block;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 10px;
  background: #fff;
  padding: 10px;
}

.header__top--action-search.o #search-close:hover,
.header__top--action-search.o #search-close:focus {
  cursor: pointer;
}

.header__bottom {
  border-top: 1px solid #E1E1E1;
  padding: 0 30px;
  /* background: #3867A5; */
}

.header__bottom nav {
  width: 100%;
  margin-bottom: 0;
}

.header__bottom nav ul.menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 60px;
}

.header__bottom nav ul li {
  list-style: none;
  margin-right: 25px;
  height: 60px;
  position: relative;
}

.header__bottom nav>ul>li.menu-item-has-children>a::after {
  content: url('img/icons/down.svg');
  margin-left: 8px;
  /* height: 20px; */
}

.header__bottom nav>ul>li:last-child {
  position: absolute;
  right: 0;
  margin-right: 0;
}

.header__bottom nav ul li a {
  height: 60px;
  font-family: ProximaNova-Bold;
  font-size: 15px;
  /* color: #fff; */
  color: #3867A5;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header__bottom nav ul li:hover>a,
.header__bottom nav ul li:focus>a {
  /*color: #3867A5;*/
}

.header__bottom nav .sub-menu {
  position: absolute;
  display: none;
  left: -30px;
  z-index: 2;
  padding: 10px 0;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
}

.header__bottom nav>ul>li.menu-item-has-children:hover>.sub-menu {
  display: block;
}

.header__bottom nav .sub-menu li {
  padding: 0 50px 0 30px;
  margin-right: 0px;
  height: 40px;
}

.header__bottom nav .sub-menu li:hover,
.header__bottom nav .sub-menu li:focus {
  background: #F3F3F3;
  cursor: pointer;
}

.header__bottom nav .sub-menu li a {
  height: 40px;
  min-width: 100px;
  white-space: nowrap;
  color: #000;
}

/*END Header*/

/*Offer*/

.offer>div {
  border-right: 1px solid #E1E1E1;
}

.offer>div:last-child {
  border-right: none;
}
.offer .news {
  display: none;
}
/*ARCHIVE*/

.archive {}

.archive h1,
.archive h1>a {
  font-family: ProximaNova-Bold;
  font-size: 30px;
  color: #000000;
  margin-bottom: 20px;
}

.archive h1.subnav:hover,
.archive h1.subnav:focus {
  cursor: pointer;
}

.archive h1.subnav::after {
  content: url('img/icons/down-b.svg');
  margin-left: 15px;
}

.archive__header {
  border-bottom: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  padding: 24px 0;
}

.archive__header h1 {
  margin-bottom: 0px;
  font-family: ProximaNova-Bold;
  font-size: 30px;
  color: #000000;
}

.archive__loop .border:nth-child(3n+3) {
  /*border-right: none;*/
}

/*FOOTER*/

footer {
  width: 100%;
}

.footer__parners {
  margin-top: 100px;
}

.footer__parners-item {
  height: 110px;
  flex-shrink: 0;
}

.footer__parners .border {
  border-top: 1px solid #E1E1E1;
}

.footer__parners .border:nth-child(4) {
  border-right: none;
  /*margin-top: -1px*/
}

.footer__parners-item img {
  height: inherit;
  width: 100%;
}

.footer__info {
  padding: 30px 0;
  width: 100%;
}

.footer__info-item {}

.footer__info-item h3 {
  font-family: ProximaNova-Bold;
  font-size: 20px;
  color: #3867A5;
  margin-bottom: 20px;
}

.footer__info-item p, footer p {
  font-family: ProximaNova-Regular;
  font-size: 15px;
  color: #000000;
  line-height: 19px;
  margin-bottom: 15px;
}

.footer__info-item a {
  font-family: ProximaNova-Regular;
  font-size: 15px;
  color: #E9412F;
  text-decoration: none;
}

.footer__info-item ul {
  margin: 0 0 5px 0;
  padding: 0;
}

.footer__info-item ul li {
  list-style: none;
  margin-bottom: 5px;
  margin-right: 20px
}

.footer__info-item ul li a {
  font-family: ProximaNova-Bold;
  font-size: 15px;
  color: #000000;
  padding: 10px 0;
  white-space: nowrap;
}

.footer__info-item ul li:hover a,
.footer__info-item ul li:focus a {
  color: #3867A5;
}

.footer__info--social {
  margin-top: 20px;
}

.footer__info--social .social-icon {
  margin: auto 10px auto 0;
}

/*END FOOTER*/

/*MOBILE SPECIAL*/

.mobile {
  display: none;
}

.relap-default__logo {
  opacity: 0 !important;
}

/*END MOBILE SPECIAL*/

.page-template-page-sub {

}
.page-template-page-sub .single__content {
  padding: 20px 0;
}
.page-template-page-sub .wp-block-column p {
  padding-right: 0%;
}
.page-template-page-sub .wp-block-button__link {
  width: 100%;
}

@media screen and (min-width:1000px) and (max-width:1279px) {
  .archive__loop .border:nth-child(3n+3) {
    border-right: 1px solid #E1E1E1;
  }
  .archive__loop .border:nth-child(2n+2) {}
  .footer__parners-item img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width:760px) and (max-width:999px) {
  .mobile,
  .logo.mobile {
    display: block;
  }
  .ads {}
  .border {
    padding: 20px 0;
  }
  .offer>div {
    border-right: none;
  }
  .header__top--action-subscribe,
  .logo,
  .header__top--action-search-text,
  .sub-menu,
  .news__archive,
  .header__top-menu.mobile {
    display: none;
  }
  .header__top {
    height: 60px;
    padding: 0px 10px 0 20px;
  }
  .header__top--action-search-button.mobile {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__top--action-search.o {
    height: 60px
  }
  .header__top--action-search.o input {
    width: calc(100 - 30px);
  }
  .header__top--action-search.o #search-close {
    top: 12px;
  }
  .header__bottom.open {
    display: block;
    width: 100%;
    overflow: scroll;
    padding: 0 15px;
  }
  .header__bottom {
    padding: 0 20px;
  }
  .header__bottom nav {
    overflow: hidden;
  }
  .header__bottom nav ul.menu {
    overflow: auto;
  }
  .header__bottom nav ul li.menu-item-has-children a::after {
    content: " "
  }
  .header__bottom nav ul li {
    flex-shrink: 0;
  }
  .header__bottom nav ul li a {
    word-wrap: normal
  }
  .header__bottom nav>ul>li:last-child {
    position: static;
  }
  section.offer,
  section.news {
    flex-direction: row;
    flex-wrap: wrap;
  }
  section.offer,
  section[class^="sidebar__"] {
    border-right: none;
  }
  .w260h420 {
    width: 100%;
  }
  .footer__parners-item img {
    width: 100%;
    height: auto;
  }
  .footer__info-item {
    margin-bottom: 30px;
  }
  .footer__info-item ul {
    flex-direction: column;
  }
}

@media screen and (min-width:560px) and (max-width:759px) {
  .mobile,
  .logo.mobile {
    display: block;
  }
  .border {
    padding: 20px 0;
  }
  .offer>div {
    border-right: none;
  }
  .offer .news {
    display: flex;
  }
  .offer+.news {
    display: none;
  }
  .front__post {
    height: 300px;
  }
  .header__top--weather,
  .header__top--action-subscribe,
  .logo,
  .header__top--action-search-text,
  .sub-menu,
  .news__archive,
  .header__top-menu.mobile {
    display: none;
  }
  .header__top {
    height: 60px;
    padding: 0px 10px 0 20px;
  }
  .header__top--action-search-button.mobile {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__top--action-search.o {
    height: 60px
  }
  .header__top--action-search.o input {
    width: calc(100 - 30px);
  }
  .header__top--action-search.o #search-close {
    top: 12px;
  }
  .header__bottom.open {
    display: block;
    width: 100%;
    overflow: scroll;
    padding: 0 15px;
  }
  .header__bottom {
    padding: 0 20px;
  }
  .header__bottom nav {
    overflow: hidden;
  }
  .header__bottom nav ul.menu {
    overflow: auto;
  }
  .header__bottom nav ul li.menu-item-has-children a::after {
    content: " "
  }
  .header__bottom nav ul li {
    flex-shrink: 0;
  }
  .header__bottom nav ul li a {
    word-wrap: normal
  }
  .header__bottom nav>ul>li:last-child {
    position: static;
  }
  section.offer,
  section.news {
    flex-direction: row;
    flex-wrap: wrap;
  }
  section.offer,
  section[class^="sidebar__"] {
    border-right: none;
  }
  .w260h420 {
    width: 100%;
  }
  .footer__parners-item img {
    width: 100%;
    height: auto;
  }
  .footer__info-item {
    margin-bottom: 30px;
  }
  .footer__info-item ul {
    flex-direction: column;
  }
}

@media screen and (min-width:0) and (max-width:559px) {
  .mobile,
  .logo.mobile {
    display: block;
  }
  .border {
    padding: 10px 0;
  }
  .header__top--weather,
  .header__top--social,
  .header__top--action-subscribe,
  .logo,
  .header__top--action-search-text,
  .header__bottom,
  .sub-menu,
  .w900h150,
  .news__archive,
  .w1200h150 {
    display: none;
  }
  .header__top {
    height: 60px;
    padding: 0px 10px;
  }

  .header__top .mobile.logo img {
    height: 50px;
  }
  .header__top--social {
    border: 1px #ccc solid;
  }
  .header__top-menu.mobile,
  .header__top--action-search-button.mobile {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__top--action-search.o {
    height: 60px
  }
  .header__top--action-search.o input {
    width: calc(100vw - 30px);
  }
  .header__top--action-search.o #search-close {
    top: 12px;
  }
  .header__bottom.open {
    display: block;
    width: 100%;
    overflow: scroll;
    padding: 15px;
  }
  .header__bottom nav {
    overflow: hidden;
  }
  .header__bottom nav ul.menu {
    overflow: auto;
    height: 400px;
    flex-direction: column;
  }
  .header__bottom nav ul li.menu-item-has-children a::after {
    content: " "
  }
  .header__bottom nav ul li {
    flex-shrink: 0;
    height: 34px;
    width: 100%;
    margin-right: 0px;
  }
  .header__bottom nav ul li a {
    word-wrap: normal;
    height: auto;

  }
  .header__bottom nav>ul>li:last-child {
    position: static;
  }
  section.offer,
  section.news {
    flex-direction: column;
  }
  .offer .news {
    display: flex;
  }
  .offer+.news {
    display: none;
  }
  .front__post {
    height: 300px;
  }
  .sidebar__content {
    overflow: hidden;
  }
  .w260h420 {
    width: 100%;
  }
  .footer__parners-item img {
    width: 100%;
    height: auto;
  }
  .footer__info-item {
    margin-bottom: 30px;
  }
  .footer__info-item ul {
    flex-direction: column;
  }
}



.monster_share {
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 24px;
  z-index: 999;
}
.monster_share_button {
  height: 48px;
  padding:  0 24px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  font-family: Geometria-Bold;
  font-size: 16px;
  color: #FFFFFF;
  margin: auto;
}
.monster_share_button:hover,
.monster_share_button:focus {
  color: #fff;
  text-decoration: none;
}
.monster_share_button svg {
  margin-right: 16px;
}
.monster_share_button.odnoklassniki {
  display:none;
  background: #F97400;
  box-shadow: 0 0 15px 0 #F97400;
}
.monster_share_button.odnoklassniki:hover,
.monster_share_button.odnoklassniki:focus {
  box-shadow: 0 0 20px 0 #F97400;

}
.monster_share_button.whatsapp {
  margin-right: 20px;
  background: #4FCE5D;
  box-shadow: 0 0 15px 0 #4FCE5D;
}
.monster_share_button.whatsapp:hover,
.monster_share_button.whatsapp:focus {
  box-shadow: 0 0 20px 0 #4FCE5D;

}
.monster_share_button.vk {
  display:none;
  background: #5181B8;
  box-shadow: 0 0 15px 0 #5181B8;
}
.monster_share_button.vk:hover,
.monster_share_button.vk:focus {
  box-shadow: 0 0 20px 0 #5181B8;

}
.monster_share_button.facebook {
  display:none;
  background: #3C5898;
  box-shadow: 0 0 15px 0 #3C5898;
}
.monster_share_button.facebook:hover,
.monster_share_button.facebook:focus {
  box-shadow: 0 0 20px 0 #3C5898;

}
@media (max-width: 575.98px) {
  .monster_share_button.whatsapp {
      display: flex;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .monster_share_button.whatsapp {
      display: flex;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .monster_share_button.odnoklassniki {
      display: flex;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .monster_share_button.odnoklassniki {
      display: flex;
  }
}

@media (min-width: 1200px) {
  .monster_share_button.odnoklassniki {
      display: flex;
  }
}