* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}




.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none !important;
}


body {
  font-size: 16px;
  padding-top: 102px;
  min-width: 290px;
  color: #000;
  font-family: 'Open Sans', sans-serif;

  font-weight: 400;
}

body.home {
  background: rgb(0, 0, 0);
  color: #fff;
}

.red {
  outline: 1px solid red;
}

input,
textarea,
select {
  font-size: 16px !important;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.img_cont {
  display: block;
  text-align: center;
}

.img_cont img {
  width: 100%;
  height: auto;
}

.align_center {
  display: block;
  text-align: center;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover,
a:focus {
  outline: none;
  color: inherit;
}

textarea:focus,
input:focus,
select:focus {
  outline: none
}

input[type="search"] {
  -webkit-appearance: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-slide img {
  display: inline-block;
  width: 100%;
  height: auto;
}

body h1,
body h2,
body h3,
body h4,
body h5 {
  line-height: 1.1;
  font-weight: 700;
  font-family: "PT Sans Caption", sans-serif;
}

body:not(.home) h1,
body:not(.home) h2,
body:not(.home) h3,
body:not(.home) h4,
body:not(.home) h5 {
  color: rgb(76, 140, 189);
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}



/*==========================*/
.menu_button {
  height: 53px;
  width: 62px;
  right: 4px;
  top: 1px;
  text-align: center;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 999;
  margin-top: 0;
  outline: none !important;
}

.menu_button.navbar-toggle {
  padding: 0px;
  margin: 0px;
}

.menu_button.active span i:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 16%;
  left: 27px;
}

.menu_button.active span i:nth-child(2) {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

.menu_button.active span i:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  top: 57%;
  left: 23px;
}

.menu_button span {
  width: 60px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
  background: transparent;
  z-index: 1;
}

.menu_button span i {
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 68%;
  height: 6px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000;
  -webkit-transition: opacity .1s ease .1s, -webkit-transform .3s ease;
  transition: opacity .1s ease .1s, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .1s ease .1s;
  transition: transform .3s ease, opacity .1s ease .1s, -webkit-transform .3s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.home .menu_button span i {
  background-color: #fff;
}

.menu_button span i:nth-child(1) {
  top: 15%;
}

.menu_button span i:nth-child(2) {
  top: 31%;
}

.menu_button span i:nth-child(3) {
  top: 47%;
}

body {
  /*padding-top: 150px;*/
}

header {
  width: 100%;
  height: 102px;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  background-color: #FFF;
  background-color: white;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  min-width: 290px;
}


header.smaller {
  height: 70px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.home header {
  background-color: transparent;
}

.home header.smaller {
  background-color: rgba(0, 0, 0, 0.85);
}

.logo {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  text-align: left;
  white-space: nowrap;
  -webkit-background-size: 50px;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 0 center;
  display: block;
  width: 120px;
  height: 50px;

  padding-left: 70px;
  font-size: 17px;
}

.white_logo {
  background-image: url(../img/esoteric_white.png);
  display: none;
}

.home .white_logo {
  display: block;
}

.black_logo {
  background-image: url(../img/esoteric.png);
}

.home .black_logo {
  display: none;
}

.logo:hover,
.logo:focus {
  text-decoration: none;
}

/*-------------*/
.active_button {
  display: inline-block;
  background-color: #FF2D2D;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  height: 40px;
  line-height: 35px;
  border: 2px solid #FF2D2D;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  font-family: 'Open Sans Bold';
  width: 160px;
}

.active_button:hover,
.active_button:focus {
  background-color: #fff;
  color: #FF2D2D;
  text-decoration: none;
}


/*========================*/

.phone_mobile {
  display: block;
  position: fixed;
  left: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  background-color: #FF2D2D;
  color: #fff !important;
  font-size: 25px;
  line-height: 51px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-decoration: none;
  outline: none;
  text-align: center;
  transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -moz-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -o-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  z-index: 10;
}

.phone_mobile:hover,
.phone_mobile:focus {
  color: #FF2D2D !important;
  text-decoration: none;
  background-color: #fff;
}

#toTop {
    width: 40px;
    height: 40px;
    background: rgb(76,140,189);
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    display: none;
    z-index: 100;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
    -moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
    -webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
    -o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
}

#toTop i {
    display: block;
    margin: 5px 0 0 0;
    font-size: 24px;
    position: absolute;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 50%;
}

#toTop:hover {
    color: rgb(76,140,189);
    text-decoration: none;
    background-color: #fff;
}






/*---------------------*/
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button:focus {
  opacity: 0;
}

.slick-dots li button:before,
.slick-dots li button:hover,
.slick-dots li button:focus {
  opacity: 0;
}

.slick-dots li {
  overflow: hidden;
  width: 16px;
  height: 16px;
  background: #BEBABA;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.slick-dots li.slick-active {
  background: #FF2D2D;
}

.slick-dots {
  bottom: -20px;
}

/*------------------------*/
.main_menu_container>ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.main_menu_container ul,
.main_menu_container ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.fw600 {
  font-weight: 600;
}

.top_phone {
  display: inline-block;
}

/*------------------------*/
.space_block_wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.home .space_block_wrapper {
  display: block;
}

.ovh {
  overflow: hidden;
}

.space_block {
  position: absolute;
  /*абсолютное позиционирование*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  animation: animateBg 50s linear infinite;
  /*свойства анимации*/
}

@keyframes animateBg {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

.space_block span {
  position: absolute;
  width: 4px;
  /*ширина звезды*/
  height: 4px;
  /*высота звезды*/
  background: #fff;
  /*цвет звезды*/
  border-radius: 50%;
  /*закоугление углов*/
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .1),
    0 0 0 8px rgba(255, 255, 255, .1),
    0 0 20px rgba(255, 255, 255, 1);
  animation: animate_in_right 16s linear infinite;
}

.space_block span.animate_in_left {
  animation: animate_in_left 18s linear infinite;
}

.space_block span:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 1px;
  background: linear-gradient(90deg, #fff, transparent);
}

@keyframes animate_in_right {
  0% {
    transform: rotate(-20deg) translateX(0);
  }

  70% {
    opacity: 1;
  }

  100% {
    transform: rotate(-35deg) translateX(-1000px);
    opacity: 0;
  }
}

@keyframes animate_in_left {
  0% {
    transform: rotate(30deg) translateX(0);
  }

  70% {
    opacity: 1;
  }

  100% {
    transform: rotate(40deg) translateX(1000px);
    opacity: 0;
  }
}

.space_block span:nth-child(1) {
  top: 0px;
  /*верхняя координата*/
  right: 0px;
  /*правая координата*/
  animation-delay: 0;
  /*задержка анимации*/
  animation-duration: 10s;
  /*длительность анимации*/
}

.space_block span:nth-child(2) {
  top: 0px;
  left: 10%;
  animation-delay: 1.2s;
  animation-duration: 8s;
}

.space_block span:nth-child(3) {
  top: 0px;
  right: 70%;
  animation-delay: 13.4s;
  animation-duration: 13s;
}

.space_block span:nth-child(4) {
  top: 0px;
  right: 20%;
  animation-delay: 8.6s;
  animation-duration: 3s;
}

.space_block span:nth-child(5) {
  top: 0px;
  right: 400px;
  animation-delay: 7.8s;
  animation-duration: 3s;
}

.space_block span:nth-child(6) {
  top: 0px;
  right: 600px;
  animation-delay: 1s;
  animation-duration: 3s;
}

.space_block span:nth-child(7) {
  top: 300px;
  right: 0px;
  animation-delay: 4.2s;
  animation-duration: 1.75s;
}

.space_block span:nth-child(8) {
  top: 0px;
  right: 700px;
  animation-delay: 5.4s;
  animation-duration: 1.25s;
}

.space_block span:nth-child(9) {
  top: 0px;
  right: 1000px;
  animation-delay: 6.75s;
  animation-duration: 2.25s;
}

.space_block span:nth-child(10) {
  top: 0px;
  right: 450px;
  animation-delay: 5.75s;
  animation-duration: 2.25s;
}

.space_block span.animate_in_left:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateY(45%);
  width: 300px;
  height: 1px;
  background: linear-gradient(-90deg, #fff, transparent);
  margin-top: -3px;
}

.has_child {
  position: relative;
}

@media all and (min-width: 992px) {
  .main_menu_container .menu>li>.sub-menu {
    width: 220px;
    padding: 15px 0px;
    background: rgba(0, 0, 0, .9);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    -moz-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    -o-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    pointer-events: none;
    -webkit-box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.3);
  }

  .main_menu_container .menu>li>.sub-menu ul {
    width: 220px;
    padding: 15px 0px;
    background: rgba(0, 0, 0, .9);
    position: absolute;
    top: 0%;
    left: 100%;
    z-index: 20;
    margin-left: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, margin-left 0.3s, visibility 0s linear 0.3s;
    -moz-transition: opacity 0.3s, margin-left 0.3s, visibility 0s linear 0.3s;
    -o-transition: opacity 0.3s, margin-left 0.3s, visibility 0s linear 0.3s;
    transition: opacity 0.3s, margin-left 0.3s, visibility 0s linear 0.3s;
    pointer-events: none;
    -webkit-box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.3);
  }

  .main_menu_container .menu>li.has_child:hover>.sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    pointer-events: auto;
  }

  .main_menu_container .menu>li.has_child .sub-menu>li.menu-item-has-children:hover> ul {
    margin-left: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    pointer-events: auto;
  }

  .main_menu_container .sub-menu>li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding: 0px 20px;
  }

  .main_menu_container .menu>li>.sub-menu ul ul a {
    font-size: 13px ;
  }


.main_menu_container .sub-menu a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  padding: 5px 0;
  position: relative;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s, margin-left 0.3s linear 0.3s;
  -moz-transition: opacity 0.3s, margin-left 0.3s linear 0.3s;
  -o-transition: opacity 0.3s, margin-left 0.3s linear 0.3s;
  transition: opacity 0.3s, margin-left 0.3s linear 0.3s;
}

.main_menu_container .sub-menu a:hover,
.main_menu_container .sub-menu a:focus {
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.3s, margin-left 0.3s linear 0.3s;
  -moz-transition: opacity 0.3s, margin-left 0.3s linear 0.3s;
  -o-transition: opacity 0.3s, margin-left 0.3s linear 0.3s;
  transition: opacity 0.3s, margin-left 0.3s linear 0.3s;
  margin-left: 10px;
  opacity: 1;
}
}

@media only screen and (min-width : 992px) {
  .main_menu_container .sub-menu {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {

  .main_menu_container .sub-menu {
    width: auto;
    max-width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: static;
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    background: #FFD0D1;
  }

  .has_child:hover .sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }

  .main_menu_container .sub-menu {
    display: none;
  }

  .main_menu_container .sub-menu {
    width: 100%;
  }

  .has_child a:hover {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
  }
}

/*==========================*/
.top_panel {
  height: 100px;
}

.smaller .top_panel {
  height: 70px;
}

.main_menu_container>ul>li>a {
  font-size: 18px;
  line-height: 1;
  color: inherit;
  display: block;
  padding: 6px 15px;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: 700;
}

.main_menu_container>ul>li>a span:after {
  width: 100%;
}

.main_menu_container>ul>li>a>span {
  display: inline-block;
  position: relative;
}

.main_menu_container>ul>li>a>span:after {
  content: '';
  position: absolute;
  top: 100%;
  background-color: #fff;
  height: 2px;
  width: 0%;
  left: 0;
  margin-top: 5px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.main_menu_container>ul>li>a:hover span:after {
  width: 100%;
}

.close_mob_menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  margin-top: 10px;
  margin-right: 10px;
  z-index: 100;
  color: #000;
  cursor: pointer;
}

/*=================*/

.slider_item_box {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 1080px;
}

.big_slider_wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}

.lang_sw ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lang_sw ul>li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*.lang_sw ul>li a {
  text-decoration: none;
  color: inherit;
  text-align: left;
}*/

.lang_sw .trp-language-switcher {
  height: auto;
  width: auto;
}

.lang_sw .trp-language-switcher>div {
  padding: 0px 0px 0px 0px;
  border: 1px solid #000;
  background-position: calc(100% - 7px) calc(1em + -7px), calc(100% - 3px) calc(1em + 0px);
  background-color: white;
}

.home .lang_sw .trp-language-switcher>div {
  border: 1px solid #fff;
  background-image: url(../img/arrow-down-3101.svg);
  background-color: transparent;
}

.lang_sw .trp-language-switcher>div>a {
  padding: 6px;
  color: #000;
}

.home .lang_sw .trp-language-switcher>div>a {
  color: #fff;
}

.lang_sw .trp-language-switcher:focus .trp-ls-shortcode-language,
.lang_sw .trp-language-switcher:hover .trp-ls-shortcode-language {
  padding: 0px 0px;
}

/*===================*/
.is-form-style-1.is-form-id-43 .is-search-input:focus,
.is-form-style-1.is-form-id-43 .is-search-input:hover,
.is-form-style-1.is-form-id-43 .is-search-input,
.is-form-style-2.is-form-id-43 .is-search-input:focus,
.is-form-style-2.is-form-id-43 .is-search-input:hover,
.is-form-style-2.is-form-id-43 .is-search-input,
.is-form-style-3.is-form-id-43 .is-search-input:focus,
.is-form-style-3.is-form-id-43 .is-search-input:hover,
.is-form-style-3.is-form-id-43 .is-search-input,
.is-form-id-43 .is-search-input:focus,
.is-form-id-43 .is-search-input:hover,
.is-form-id-43 .is-search-input {
  background-color: transparent;
}

.is-form-style input.is-search-input {
  background: transparent;
  font-family: inherit;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border: 1px solid #ddd;
  border-right: 0;
}

.is-form-style input.is-search-submit,
.is-search-icon {
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
}

.home .is-form-style input.is-search-submit,
.home .is-search-icon {
  color: inherit !important;
  background: transparent;
  border-color: rgba(255, 255, 255, .7) !important;
  font-family: inherit;
}

.home .is-form-style input.is-search-input {
  border-color: rgba(255, 255, 255, .7) !important;
  color: inherit !important;
}

.home .is-form-style .is-search-submit path {
  fill: #fff;
}

.lang_sw ul>li a {
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
}

.lang_sw ul>li a img {
  position: relative;
  top: -1px;
}

.home .is-form-style ::-webkit-input-placeholder {
  color: #fff;
  font-size: 15px;
}

.home .is-form-style ::-moz-placeholder {
  color: #fff;
  font-size: 15px;
}

/* Firefox 19+ */
.home .is-form-style :-moz-placeholder {
  color: #fff;
  font-size: 15px;
}

/* Firefox 18- */
.home .is-form-style :-ms-input-placeholder {
  color: #fff;
  font-size: 15px;
}

.home .is-form-style ::placeholder {
  color: #fff;
  font-size: 15px;
}

.is-ajax-search-no-result {
  background-color: rgba(0, 0, 0, 1) !important;
  color: #fff !important;
}

div.is-ajax-search-details,
div.is-ajax-search-result {
  padding: 3px !important;
  background-color: rgba(0, 0, 0, .7) !important;
  color: #fff !important;
}

div.is-ajax-search-details a,
div.is-ajax-search-result a {
  color: #fff !important;
}

.is-ajax-search-categories-details>div:hover,
.is-ajax-search-result .is-ajax-search-post:hover,
.is-ajax-search-result .is-show-more-results:hover,
.is-ajax-search-tags-details>div:hover {
  background: rgba(0, 0, 0, 1) !important;
  color: #fff;
}

.is-ajax-search-details .is-ajax-search-items>div,
.is-ajax-search-post {
  background: #000 !important;
}

/*=============*/

.home_page_news {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  border: 4px solid rgba(255, 255, 255, 0.1);
}

.new_box .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 200px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}

.new_box .img_cont:after {
  /*content: "\e805";*/
  content: " ";
  position: absolute;
  width: 140px;
  height: 140px;
  line-height: 140px;
  font-size: 140px;
  margin-left: -70px;
  margin-top: -70px;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #ddd;
  /*font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;*/
  z-index: -1;
  background-image: url(../img/yin_yang.svg);
  background-size: contain;
  background-position: center;
}

.new_box .img_cont:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  outline: 1px solid #CDCDCD;
  outline-offset: -1px;
  z-index: -1;
}


.new_box:hover {
  text-decoration: none;
  outline: none;
}

.new_box:hover .img_cont {
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.5);
  border: 0;

}

.new_box {
  font-size: 13px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.font8 {
  font-size: 8px;
}

.font9 {
  font-size: 9px;
}

.font10 {
  font-size: 10px;
}

.font11 {
  font-size: 11px;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font17 {
  font-size: 17px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
}

.font24 {
  font-size: 24px;
}

.font26 {
  font-size: 26px;
}

.font28 {
  font-size: 28px;
}

.font30 {
  font-size: 30px;
}

.font32 {
  font-size: 32px;
}

.font34 {
  font-size: 34px;
}

.font36 {
  font-size: 36px;
}

/*================*/

.wtr_button {
  display: inline-block;
  background-color: transparent;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 0px 30px;
  height: 46px;
  border: 1px solid #fff;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  line-height: 1;
  font-weight: 200;
  text-transform: uppercase;
}

.wtr_button:hover,
.wtr_button:focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
  outline: none;
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.5);
}

.home_page_wrapper .wtr_button {
  position: relative;
  z-index: 1;
}

.wtr_button i {
  font-size: 30px;

}

/*================*/

.new_box_txt h2,
.new_box_txt h1 {
  font-size: 16px;
}

.new_box_txt a {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  color: #4B7FB8;
  display: block;
}

.new_box_txt a:hover,
.new_box_txt a:focus {
  text-decoration: none;
  color: #4B7FB8;
}

.new_box_excerpt {
  line-height: 1.1;
  font-size: 10px;
}

.new_box .img_cont {
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}

.new_box .img_cont:hover,
.new_box .img_cont:focus {
  text-decoration: none;
}

.news_list_page .new_box .img_cont {
  height: 150px;
  width: 150px;
}

.pade_header {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  line-height: 1;
}


.news_list_page .new_box {
  border-bottom: 1px dashed #ddd;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid rgb(76, 140, 189) !important;
  padding: 7px 13px !important;
  margin: 2px  !important;
}

.wp-pagenavi span.pages {
  background-color: rgb(76, 140, 189);
  border-color: rgb(76, 140, 189);
  color: #fff;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.page.smaller {
  color: rgb(76, 140, 189);
  text-decoration: none;
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.previouspostslink:focus {
  text-decoration: none;
  color: #fff;
  background-color: rgb(76, 140, 189);
}

.wp-pagenavi span.current {
  font-weight: bold;
  background-color: rgb(76, 140, 189);
  color: #fff;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: rgb(76, 140, 189);
}

/*==================*/

.full_height_block {
  height: calc(100vh - 440px);
}

.back_button {
  display: inline-block;
  background-color: #0C1F46;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  height: 50px;
  line-height: 44px;
  border: 1px solid #0C1F46;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.back_button:hover,
.back_button:focus {
  background-color: #fff;
  color: #0C1F46;
  outline: none;
  text-decoration: none;
}

.back_button span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  vertical-align: middle;
}

.back_button span:before {
  content: "\ea93";
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 30px;
  height: 20px;
  line-height: 20px;
  font-size: 30px;
  margin-top: -8px;
}

.error_404_txt {
  font-size: 150px;
  line-height: 1;
}

.error_404_note {
  font-size: 20px;
}

.error_404_txt b {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.error_404_txt b:before {
  content: "\ec83";
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0px;
  line-height: 1;
  font-size: 400px;
  margin-top: -165px;
  margin-left: -33px;
  color: #eee;
  z-index: -1;
}

/*===============*/

.enter_register_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -5px;
  margin-right: -5px;
}

.erw_col {
  padding-left: 5px;
  padding-right: 5px;
}

.erw_col a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}

.avatar_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: auto;
  width: 40px;
}

.avatar_cont img {
  height: auto;
  width: 100%;
}

.left_sidebar_wrapper {
  position: sticky;
  top: 0;
}


.erw_col .recall-button {
  background: transparent;
  color: #000;
}

.erw_col .recall-button:hover,
.erw_col .recall-button:focus {
  color: #000;
  text-decoration: none;
  outline: none;
  background: transparent;
}

.home .erw_col .recall-button {
  color: #fff;
}

.home .erw_col .recall-button:hover,
.home .erw_col .recall-button:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  background: transparent;
}

.cabinet_page #rcl-office {
  max-width: 100% !important;
}

.cabinet_page .webx-col-md-9,
.cabinet_page .webx-col-md-3 {
  padding-left: 0px;
  padding-right: 0px;
}

.post_wrapper a {
  color: rgb(76, 140, 189);
}

.post_wrapper p {
  text-align: justify;
  padding: 0;
  text-indent: 2.5em;
}

/*===============*/

.user_area_button {
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  right: 60px;
  top: 12px;
}

.user_area_button:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/login_black.svg);
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: center center;
}



.erw_col a {
  color: black !important;
}

.home .erw_col a {
  color: white !important;
}

.home .user_area_button:before {
  content: " ";
  background-image: url(../img/login.svg);
}



/*====================*/

.category_menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;

}

.category_menu .menu>li>a {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  padding-bottom: 15px;
  border: 1px solid #ccc;
  text-align: center;
  padding-top: 100px;
  width: 160px;
  position: relative;
  font-family: "PT Sans Caption", sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.category_menu .menu>li>a:hover {
  text-decoration: none;
  outline: none;
}

.category_menu .menu>li>a:after {
  content: "\ef35";
  position: absolute;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 70px;
  line-height: 60px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: #eee;

}


.pagination .page-numbers {
  border: 1px solid #255289;
  padding: 7px 13px;
  margin: 2px;
  text-decoration: none;
}

.pagination .page-numbers:hover {
  text-decoration: none;
  background-color: #0F1F45;
  color: #fff;
}

.pagination .page-numbers.current {
  background-color: #0F1F45;
  color: #fff;
}


footer {
  background-color: #000;
  color: #fff;
  font-size: 12px;
}

/*.img_cont.post_image_main {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; 
  height: 500px;
}*/

.post_wrapper .wp-block-separator {
  border-top: 1px solid rgb(76, 140, 189);
}

.post_pade_wrapper ul,
.post_pade_wrapper ul li {
  list-style: none;
}

.post_pade_wrapper ul {
  padding-left: 10px;
  margin-bottom: 20px;
}

.post_pade_wrapper ul li a {
  display: inline-block;
  padding: 3px 6px;
}

.catnav_wrapper {
  padding: 15px 20px;
  font-size: 13px;
  border: 4px solid rgba(76, 140, 189, 0.3);
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: auto;
}

.catnav_wrapper_inner {
  max-height: 700px;

}

.catnav {
  padding: 0 !important;
}

.catnav>li>a {
  position: relative;
  padding-left: 24px !important;
}

.catnav>li>a:before {
  /*content: "\ef36";*/
  content: " ";
  font-family: IcoFont !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  color: rgb(76, 140, 189);
  font-size: 16px;
  margin-top: 5px;
   background-image: url(../img/yin_yang_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}


.post_pade_wrapper ul li {
  margin-bottom: 3px;
}

.catnav_header {
  position: relative;
  color: rgb(76, 140, 189);
  font-size: 20px;
  padding-right: 40px;
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1;
  cursor: pointer;
}

.catnav_header:before {
  content: "\ea77";
  position: absolute;
  width: 36px;
  height: 25px;
  top: 50%;
  margin-top: -13px;
  right: 0;
  margin-right: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  font-family: IcoFont !important;
  font-size: 36px;
  line-height: 29px;
  text-align: center;
}

.catnav_wrapper.active .catnav_header:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -sand-transform: rotate(-180deg);
}

.catnav_wrapper.active .catnav_header {
  border-bottom: 1px solid rgb(76, 140, 189);
  margin-bottom: 20px;
}

.post_img_wrap img {
  margin-bottom: 25px;
}

.category_menu .menu>li {
  margin-bottom: 30px;
}

.category_menu .menu {
  margin-left: -15px;
  margin-right: -15px;
}

#breadcrumbs {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  padding: 10px 14px 8px;
  background-color: rgba(76, 140, 189, 0.1);
  border-radius: 5px;
}

#breadcrumbs a {
  color: rgb(76, 140, 189);
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
}

.avatar_cont {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.avatar_cont:before {
  content: "\ecfd";
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}

.avatar_cont img {
  position: relative;
  z-index: 1;
}

#breadcrumbs .icofont-home:before,
#breadcrumbs .icofont-ui-home:before {
  font-size: 18px;
}

/*==================*/
.category_list_acordeon {
  padding: 15px;
  /*background-color: rgba(76, 140, 189, 0.1);*/
  border-radius: 10px;
  border: 4px solid rgba(76, 140, 189, 0.3);
}

.home .category_list_acordeon {
  background-color: rgba(0, 0, 0, 0.5);
  border: 4px solid rgba(255, 255, 255, 0.1);
}

.accordion_vm {
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 0px;
  transition: 0.25s;
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  font-weight: bold;
  color: #777;
  border-bottom: 1px solid rgba(76, 140, 189, 0.1);
}

.border-none {
  border: none;
}

.home .accordion_vm {
  color: #FFF;
}

.accordion_vm.active,
.accordion_vm:hover {
  color: rgb(76, 140, 189);
}

.home .accordion_vm.active,
.home .accordion_vm:hover {
  color: rgb(255, 255, 255);
}

/*.home .accordion_vm.active,.home  .accordion_vm:hover {
  color: #ccc;
}
*/


.accordion_vm:after {
  content: "\eaa1";
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0%;
  margin-top: 13px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  text-align: center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -sand-transform: rotate(180deg);
}

.home .accordion_vm:after {
  color: #FFF;
}

.accordion_vm.active:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -sand-transform: rotate(0deg);
}

.panel_vm {
  font-size: 12px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin: 0;
  text-align: left;
  transition: 0.45s;

}


.panel_vm .panel_vm_inner {
  background-color: rgba(76, 140, 189, 0.1);
  padding: 0 15px;
}

.home .panel_vm .panel_vm_inner {
  background-color: #000;
}

.clab_title {
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
}

.clab_body {
  display: block;
}

.clab_body .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 70px;
  width: 66px;
  margin-right: 10px;
}

.clab_body_row {
  display: table;
  width: 100%;
}

.clab_body_row>span {
  display: table-cell;
  vertical-align: top;
}

.category_list_acordeon_box {
    display: block;
    text-decoration: none;
    border-bottom: 3px solid white;
    padding-bottom: 8px;
    padding-top: 8px;
}

.category_list_acordeon_box:hover,
.category_list_acordeon_box:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.clab_body_col_txt {
  display: block;
}

.catnav .current_page_item>a {
   text-decoration: underline;
   color: rgb(76, 140, 189);
}

/*==============*/

.page-links a,
.page-links >span {
  border: 1px solid rgb(76, 140, 189);
  padding: 7px 13px;
  margin: 2px;
  display: inline-block;
  text-decoration: none;
}

.page-links span.current {
  font-weight: bold;
  background-color: rgb(76, 140, 189);
  color: #fff;
}

.page-links a:hover,
.page-links >span.current {
  border-color: rgb(76, 140, 189);
  text-decoration: none;
}

.page-links-title {
  display: none !important;
}

/*==================*/
.post_pade_wrapper .wp-block-table td,
.post_pade_wrapper  .wp-block-table th {
    border-color: rgba(76, 140, 189, 0.3);
    font-size: 14px;
    border-width: 2px;
}

@media only screen and (max-width : 992px) {
.post_pade_wrapper .wp-block-table td {
    font-size: 12px;
}

}

/*======================*/

.home_specialisty_box {
  border: 4px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}
.home_specialisty_name {
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.home_specialisty_box .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 160px;
}

.home_specialisty_description ,.tel_cont {
  position: relative;
  padding-left: 25px;
  font-size: 12px;
}

.home_specialisty_description:after,
.tel_cont:after {
    content: " ";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 1;
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.home_specialisty_description:after {
    content: "\ead7";
}

.tel_cont:after {
    content: "\f008";
}

.home .category_list_acordeon_box {
    border-bottom: 2px solid rgba(255,255,255,.5);
}

.gallery_centers_box {
    margin-top: 10px;
}

.category_list_acordeon >div:first-of-type .panel_vm  {
  
}


.mm-spn.mm-spn--navbar:after {
    opacity: 1;
    color: #3CD1F4;
}

.mm-spn.mm-spn--dark {
    background: rgba(0, 0, 0, 1);
    color: white;
}

.mm-spn li:after {
    opacity: 0.4;
}
.mm-spn.mm-spn--navbar ul:before {
   opacity: 1;
   border-top: 1px solid #3CD1F4;
   color: #3CD1F4;
}

.mm-spn.mm-spn--navbar:before {
   opacity: 1;
   color: #3CD1F4;
}

/*====================*/

.post_wrapper  ul {

}

.post_wrapper  ul> li {
   padding-left: 20px;
   position: relative;
   margin-bottom: 5px;
}
.post_wrapper  ul> li:before {
   content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: rgb(76, 140, 189);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.go_link {
   display: block;
   padding-left: 30px;
   position: relative;
}

.go_link:after {
    content: "\ef1f";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    margin-top: 0;
    line-height: 1;
    font-size: 20px;
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.number_list>li {
    margin-bottom: 10px;
}


.mm-spn li:after,
.mm-spn a:not(:last-child):after,
.mm-spn li:before  {
    opacity: 0.7;
}


.taxonomy-description img {
   width: 100%;
   height: auto;
   padding: 10px;
    border: 4px solid rgba(76, 140, 189, 0.3);
}

.taxonomy-description a {
   color: rgb(76,140,189);
}

/*=================*/

.catnav .current-cat> a {
  color: rgb(76, 140, 189) !important;
}

.catnav a {
  display: block;
  padding-bottom: 4px;
  padding-top: 4px;
}

/*.sidebar_sub_categories {
    padding: 15px 20px;
    font-size: 13px;
    border: 4px solid rgba(76, 140, 189, 0.3);
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: auto;
}
*/

.catnav {
    padding: 0;
    list-style: none;
}

.catnav .children {
    list-style: none;
    padding-left: 24px;
}

.catnav .children> li {
   padding-left: 20px;
   position: relative;
}
.catnav .children> li:before {
   content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: rgb(76, 140, 189);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.catnav .children .children> li:before {
    top: 11px;
    left: 0;
    width: 7px;
    height: 3px;
}

.category_descr_wrapper .img_cont {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 500px;
  margin-bottom: 20px;
 
}

.category_descr_wrapper {
     padding: 20px;
    border: 4px solid rgba(76, 140, 189, 0.3);
}

.category_descr_wrapper a {
    color:  rgb(76, 140, 189);
}

.category_sidebar_title {
    padding: 5px 15px 15px 0px;
    border-bottom: 2px solid rgba(76, 140, 189, 0.3);
    margin-bottom: 15px;
    color: rgb(76, 140, 189);
    font-weight: 600;
    line-height: 1;
    font-size: 16px;
}

.logo_divider {
	display: block;
	height: 1px;
	background-color: black;
	width: 100%;
}

.home .logo_divider
{
	background-color: white;
}