*:not(p) {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.header-current *:after, .header-current *:before{
	display: flex !important;
}
.player-ctn{
	position: static;
	z-index: 999;
}
.lesson-links .wp-block-button__link{
	background-color: transparent;
	border: 1px solid #08699E;
	border-radius: 8px;
	color: #08699E;
}
body .audio .rec-slide{
	display: flex;
	flex-direction: column-reverse;
	width: 100%;
	max-width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.audio .wp-block-audio{
	width: 100%;
}
.audio .rec-slide-title h2{
	text-align: left;
}
.sidebar-items{
	padding: 15px;
	border: 1px solid #08699E;
}

.books-items .pa1px solid #08699Egination{
    width: 100%;
}
.wp-block-button__link{
    background-color: #08699E;
    margin: auto;
}
.lesson-links{
	margin-bottom: 30px;
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-75{
	width: 100% !important;
}
body .wp-block-button__link{
	width: max-content !important;
	padding: 5px 25px !important;
	font-size: 14px !important;
	display: flex;
	margin: auto !important;
}
body .lesson-links .wp-block-button__link{
	margin: 0 !important;
}
.lesson-links{
	display: flex;
	justify-content: space-between;
}
.lesson-links a:first-child{
	display: flex;
	align-items: center;
}
.lesson-links a:last-child img{
	width: 100%;
}
.wp-block-buttons{
    display: flex;
    justify-content: center;
}
.wp-block-group{
    display: none;
}
.home-page .last-items{
	width: 70%;
}
.home-page .sidebar{
	width: 25%;
}
.home-page .container{
	display: flex;
	justify-content: space-between;
}
.sidebar-item{
	height: 300px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.sidebar-item img{
	max-width: 100%;
}
.sidebar .container{
	padding: 0;
}
/*p a{
	background-color: #08699E;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	}*/
/*.wp-block-group__inner-container{*/
/*    max-height: 200px;*/
/*    overflow: auto;*/
/*}*/
.cat-items{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}
.cat-item{
    text-decoration: none;
    color: #08699E;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
body .cat-item a{
    text-decoration: none;
    color: #08699E;
    padding: 10px 20px;
}
.rec-slide .item-preview{
    display: block;
}
.item4{
order: 1;
}
.item3{
    order: 2;
}
.item5{
    order: 3;
}
.item7{
    order: 4;
}
.item6{
    order: 5;
}
.item1{
    order: 6;
}
.item2{
    order: 7;
}
li{
  list-style: none;
}
.left-logo img{
    width: 100%;
    height: 99%;
}.left-logo{
    padding-bottom: 5px;
}
body .hutb{
    display: block !important;
}
.social{
    width: 300px;
    display: flex;
    justify-content: space-between;
}
.rec-lessons .item-preview{
    margin: 0 auto;
    margin-top: 20px;
}
.rec-lessons .lessons-item-title{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.rec-lessons .lessons-item-text p{
    text-align: center;
}
audio{
  outline: none;
}
.list li:first-child{
    display: none;
}
body .lessons-item{
    display: flex;
}
.last-items .item-preview{
    margin-right: 30px;
}
.item-cont{
    width: 100%;
}
.hutb .item-cont{
    display: flex;
    width: 100%;
    text-decoration: none;
}
.lessons-item-text p{
    color: #000;
}
.dropdown-btn{
    float: right;
    transition: .5s all;
    cursor: pointer;
}
.lesson-audio-n p{
    display: none;
}
.lesson-audio-n li{
    cursor: pointer;
}
body .lesson-audio-n {
    display: flex;
    flex-direction: column;
    display: none;
}
.lesson-audio-n figure{
    width: 100%;
    margin-top: 20px;
}
.item-preview{
    min-width: 150px;
    max-width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-preview img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 85px;
  padding-right: 85px;
}

.wp-block-spacer{
    margin-bottom: 50px;
}

header {
  position: fixed;
  top: 0;
  height: 300px;
  left: 0;
  right: 0;
  -webkit-transition: .5s all;
  transition: .5s all;
  z-index: 10;
}

.header-current {
  height: auto;
}

.header-top {
  background-color: #08699E;
  border-bottom: 2px solid #77D268;
}

.header-top-wrapper {
  height: 150px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.left-logo, .right-logo {
  -webkit-transition: .5s all;
  transition: .5s all;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 150px;
}

.header-top form, .mobile-search-wrapp form {
  display: -webkit-box;
  display: flex;
  margin-right: 105px;
  margin-left: 105px;
  position: relative;
}

.header-top form > div, .mobile-search-wrapp form > div{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.header-top input, .mobile-search-wrapp input {
  width: 600px;
  height: 50px;
  border-radius: 25px;
  padding-left: 60px;
  border: none;
  font-family: "Ubuntu Condensed", sans-serif;
  outline: none;
  color: #08699E;
}

.header-top input::-webkit-input-placeholder {
  color: #08699E;
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 24px;
  padding-left: 360px;
}

.header-top input:-moz-placeholder {
  color: #08699E;
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 24px;
  padding-left: 360px;
}

.header-top input::-moz-placeholder {
  color: #08699E;
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 24px;
  padding-left: 360px;
}

.header-top input:-ms-input-placeholder {
  color: #08699E;
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 24px;
  padding-left: 360px;
}

.header-top label{
  display: none;
}

.screen-reader-text{
  display: none;
}

.header-top input[type="submit"], .mobile-search-wrapp input[type="submit"] {
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 25px 0 0 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  background-color: #fff;
  text-indent: 999px;
  background-position: center;
  background-repeat: no-repeat;
}

body .mobile-search-wrapp input[type="submit"]{
  height: 46px;
  margin-top: 2px;
  margin-left: 2px;
}

body .mobile-search-wrapp input{
  border: 1px solid #08699E;
}

body .nice-select {
  width: 90px;
  height: 46px;
  border-radius: 0 23px 23px 0;
  background-color: #77D268;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 2px;
  top: 2px;
  font-family: "Ubuntu Condensed", sans-serif;
  cursor: pointer;
}

.nice-select span {
  position: relative;
  margin-left: 20px;
}

body .nice-select .list .selected{
  background-color: #77d268;
}

.nice-select::before {
  content: '';
  position: absolute;
  top: calc( 50% - 2px);
  left: 5px;
  width: 15px;
  height: 8px;
  background-image: url(../img/svg/dropdown.svg);
  display: block !important;
}

body .nice-select:after{
  display: none;
}

.header-top-wrapper-current {
  height: 80px;
}

.header-top-wrapper-current input {
  height: 40px;
}

.header-top-wrapper-current input[type="submit"] {
  height: 40px;
}

.header-top-wrapper-current .nice-select {
  height: 36px;
}

.header-top-wrapper-current .left-logo, .header-top-wrapper-current .right-logo {
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
}

.menu-current:before {
  opacity: 0;
}

.mobile-menu-btn, .search-mobile {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.25);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  display: none;
  cursor: pointer;
}

.mobile-menu-btn span, .search-mobile span {
  width: 20px;
  height: 1px;
  background-color: #fff;
  color: #fff;
  -webkit-transition: .5s all;
  transition: .5s all;
}
.search-mobile span{
  display: none;
}

.mobile-menu-btn span:nth-child(2), .search-mobile span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mobile-menu-btn-active span:nth-child(1), .search-mobile span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mobile-menu-btn-active span:nth-child(2), .search-mobile span:nth-child(2) {
  display: none;
}

.mobile-menu-btn-active span:nth-child(3), .search-mobile span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body .search-close{
  display: block !important;
}
.first{
  transform: rotate(45deg);
}
.search-mobile span:nth-child(2) {
    margin-top: 0px;
    margin-bottom: 0px;
}
.search-mobile span:last-child{
  transform: rotate(-45deg);
}

.none{
  display: none;
}

.menu, .mobile-menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding-top: 35px;
  padding-bottom: 35px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  position: relative;
}

.menu:before, .mobile-menu:before {
  content: '';
  -webkit-transition: .5s all;
  transition: .5s all;
  background: url("../img/pattern.png") repeat-x #f1f1f1;
  position: absolute;
  bottom: -80px;
  width: 100%;
  min-height: 80px;
}

.menu ul, .mobile-menu ul {
  display: -webkit-box;
  display: flex;
  list-style: none;
}

.menu .menu-active:before, .mobile-menu .menu-active:before {
  background-color: #08699E;
}

.menu li, .mobile-menu li {
  position: relative;
  margin-top: 40px;
  min-width: 100px;
  z-index: 2;
}

.menu li:last-child, .mobile-menu li:last-child {
  margin-right: 0;
}

.menu li:before, .mobile-menu li:before, .menu li:after, .mobile-menu li:after {
  position: absolute;
  content: '';
  width: 35px;
  height: 35px;
  top: -40px;
  left: calc(50% - 17.5px);
  -webkit-transition: .6s all;
  transition: .6s all;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #08699E;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.menu li:hover:after, .current_page_item:hover:after{
  opacity: 1;
  background-color: #08699E;
}

.menu li:hover:before, .current_page_item:hover:after{
  opacity: 0;
}

.menu-current .current-menu-item{
  background-color: #08699E;
}

.menu-current .current-menu-item a{
  color: #fff;
}

.menu-current .current_page_item:after{
  display: none;
}
body .current_page_item:after{
  opacity: 1 !important;
  background-color: #08699E;
}

.pagination .screen-reader-text{
  display: none;
}

.header-current *:after, .header-current *:before{
  display: none;
}

.header-current .current_page_item{
  background-color: #08699E;
  color: #fff;
}

.header-current .current_page_item a{
  color: #fff;
}

.header-current .menu-item:hover{
  background-color: #08699E;
}

.current-menu-item:before{
  display: none;
}
.mobile-menu .current-menu-item:after{
  display: block;
  left: 130px;
}
.mobile-menu li:before, .mobile-menu li:after{
  top: 8px;
}
.mobile-menu .menu-item:hover:after{
  display: block;
  opacity: 1 !important;
  background-color: #08699E;
  left: 130px;
}
.current-menu-item:after{
  opacity: 1 !important;
  background-color: #08699E;
} 

.header-current .menu-item:hover a{
  color: #fff;
}

.menu li:after, .mobile-menu li:after{
  opacity: 0;
}

.menu-item-27:before, .mobile-menu .menu-item-27:before {
  background-image: url(../img/svg/home.svg);
}

.menu-item-27:after, .mobile-menu .menu-item-27:after {
  background-image: url(../img/svg/home-white.svg);
}

.menu-item-51:before, .menu-item-51:before {
  background-image: url(../img/svg/lessons.svg);
}

.menu-item-51:after, .menu-item-51:after {
  background-image: url(../img/svg/lessons-white.svg);
}


.menu-item-109:before, .menu-item-109:before {
  background-image: url(../img/svg/hut.svg);
}

.menu-item-109:after, .menu-item-109:after {
  background-image: url(../img/svg/hut-white.svg);
}

.menu-item-111:before, .menu-item-111:before {
  background-image: url(../img/svg/books.svg);
}

.menu-item-111:after, .menu-item-111:after {
  background-image: url(../img/svg/books-white.svg);
}

.menu-item-118:before, .menu-item-118:before {
  background-image: url(../img/svg/video.svg);
}

.menu-item-118:after, .menu-item-118:after {
  background-image: url(../img/svg/video-white.svg);
}

.menu-item-173:before, .menu-item-173:before {
  background-image: url(../img/svg/stream.svg);
}

.menu-item-173:after, .menu-item-173:after {
  background-image: url(../img/svg/stream-white.svg);
}

.menu-item-121:before, .menu-item-121:before {
  background-image: url(../img/svg/writing.svg);
  -webkit-background-size: 20px;
  background-size: 20px;
}
.menu-item-121:after, .menu-item-121:after {
  background-image: url(../img/svg/writing-white.svg);
}
.menu-item-2736:before, .menu-item-2736:before {
  content: '';
  background-image: url(../img/svg/aufio.svg);
  -webkit-background-size: 20px;
  background-size: 20px;
}
.menu-item-2736:after, .menu-item-2736:after {
  background-image: url(../img/svg/audio-white.svg);
}

.menu a, .mobile-menu a {
  font-family: "Yanone Kaffeesatz", sans-serif;
  position: relative;
  z-index: 5;
  color: #08699E;
  display: block;
  width: 100px;
  height: 100%;
  text-align: center;
  font-size: 24px;
  text-decoration: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  min-height: 85px;
  margin-top: -45px;
}

.mobile-menu {
  position: absolute;
  width: 100%;
  right: -101vw;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding-right: 70px;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.mobile-menu:before {
  display: none;
}

.mobile-menu ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
}

.mobile-menu ul li:before {
  left: 130px;
}

.mobile-menu ul li a {
  text-align: left;
}

.mobile-menu-active {
  right: 0;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.menu-current {
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
}

.menu-current .menu-active {
  background-color: #08699E;
}

.menu-current .menu-active a {
  color: #fff;
}

.mobile-search-wrapp{
  position: fixed;
  top: 80px;
  bottom: 0;
  height: calc(40vh - 80px);
  width: 100%;
  left: -101vw;
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  transition: .5s all;
}

.search-title {
  margin-bottom: 40px;
}
.search-title h2{
  font-family: "Ubuntu Condensed", sans-serif;
    font-size: 36px;
    color: #08699E;
    margin-bottom: 20px;
    line-height: 150%;
    text-decoration: none;
}

body .current-search{
  left: 0;
}

.current-search .widget_search{
  display: block;
}

.menu-current li {
  margin-top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.menu-current li:before {
  display: none;
}

.menu-current li a {
  min-height: auto;
  margin-top: 0;
  height: 30px;
}

main {
  background-color: #f1f1f1;
  padding-top: 325px;
  overflow: hidden;
  min-height: 90vh;
}

.content-area{
  padding-top: 50px;
  padding-bottom: 150px;
}

.last {
  padding-top: 70px;
}

.title h2 {
  font-family: "Ubuntu Condensed", sans-serif;
  text-align: center;
  font-size: 48px;
  position: relative;
  margin-bottom: 70px;
}

.title h2:before {
  position: absolute;
  content: '';
  width: 140px;
  height: 1px;
  background-color: #08699E;
  left: calc( 50% - 70px);
  bottom: -20px;
}

.last-item {
  text-decoration: none;
  display: -webkit-box;
  display: flex;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #08699E;
  position: relative;
}

.last-item:last-child {
  margin-bottom: 0;
}

.last-item-thumb {
  margin-right: 20px;
}

iframe{
  width: 100%;
  height: 500px;
}

body .last-item-title h2{
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 36px;
  color: #08699E;
  margin-bottom: 20px;
  line-height: 150%;
  text-decoration: none;
}
.last-item-title a{
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 36px;
  color: #08699E;
  margin-bottom: 20px;
  line-height: 150%;
  text-decoration: none;
}
body .last-item-title a{
  text-decoration: none;
  color: #08699E;
}
.last-item-text{
  position: relative;
  width: 100%;
}
.last-item-wrap{
  width: 100%;
}
.last-item-text span{
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 18px;
  line-height: 150%;
  color: #000;
  position: absolute;
  top: -35px;
  right: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #08699E;
}

.last-item-text p {
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 18px;
  line-height: 150%;
  color: #000;
}

.last-item-permalink {
  width: 120px;
  height: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #08699E;
  color: #fff;
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 14px;
  text-decoration: none;
  float: right;
  margin-top: 20px;
}

.nav-links {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
}

.nav-links a, .nav-links span {
  display: block;
  width: 40px;
  height: 40px;
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 24px;
  color: #08699E;
  border: 1px solid #08699E;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
}

.nav-links .current{
  background-color: #08699E;
  color: #fff;
}

.page-numbers {
  margin-left: 5px;
  margin-right: 5px;
}

.pagination .prev, .pagination .next {
  background-color: #08699E;
  background-image: url(../img/svg/pagination-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.pagination .prev {
  margin-right: 20px;
}



.pagination .next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 20px;
}

.recomendation {
  padding-bottom: 70px;
  padding-top: 20px;
}

.rec-slider {
  width: 100%;
}

.rec-slide {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  max-width: 250px;
  padding-bottom: 50px;
  margin-bottom: 2px;
  margin-left: 27px;
  text-decoration: none;
  color: #000;
}

.rec-slide-avatar {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.rec-slide-avatar img {
  width: 100%;
}

.rec-slide-title h2 {
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  line-height: 150%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.rec-slide-text{
  padding-left: 10px;
  padding-right: 10px;
}

.rec-slide-text p {
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 14px;
  line-height: 150%;
  text-align: justify;
}

.slick-slide {
  outline: none;
}

.slick-arrow {
  width: 50px !important;
  height: 50px !important;
  background-color: #08699E !important;
  z-index: 5;
}

.slick-next, .slick-prev {
  position: relative;
}

.slick-next:before, .slick-prev:before {
  position: absolute;
  content: '' !important;
  background-image: url(../img/svg/pagination-arrow.svg);
  width: 13px;
  height: 25px;
  top: calc( 50% - 12.5px);
  left: calc( 50% - 6.5px);
  background-position: center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

body .slick-prev {
  left: -50px;
}

body .slick-prev:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

body .slick-next {
  right: -50px;
}

footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 100px;
  background-color: #08699E;
}

.footer-wrap {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.footer-wrap p {
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 24px;
  color: #fff;
}

.footer-wrap a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.footer-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lessons {
  padding-top: 70px;
  background-color: #f1f1f1;
}

.breadcrumbs {
  list-style: none;
  display: -webkit-box;
  display: flex;
  margin-bottom: 15px;
}

.breadcrumbs a {
  text-decoration: none;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 24px;
  color: #08699E;
  margin-right: 30px;
  position: relative;
}

.breadcrumbs a:before {
  content: '';
  position: absolute;
  right: -18px;
  top: 2px;
  height: 20px;
  width: 2px;
  background-color: #08699E;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.breadcrumbs {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 24px;
  color: #aaa;
}

.lessons-items {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  padding: 40px;
}

.lessons-item {
  display: block;
  text-decoration: none;
  color: #000;
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #08699E;
}

.lessons-item .lessons-item-title {
  position: relative;
  padding-left: 60px;
  padding-bottom 30px;
  
}

.lessons-item .lessons-item-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc( 50% - 17.5px);
  width: 35px;
  height: 35px;
  background-image: url(../img/svg/lesson-avatar.svg);
  display: none;
}
.huts-title:before{
  content: '';
  position: absolute;
  left: 0;
  top: calc( 50% - 17.5px);
  width: 35px;
  height: 35px;
  background-image: url(../img/svg/hut.svg) !important;
  -webkit-background-size: 35px;
  background-size: 35px;
  background-repeat: no-repeat; 
  background-position: center;
}
.lessons-item .lessons-item-title h2 {
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 36px;
  color: #08699E;
  line-height: 150%;
}

.lessons-item .lessons-item-text {
  padding-left: 60px;
}

.lessons-item p {
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 18px;
  line-height: 150%;
  text-align: justify;
}

.lesson {
  padding-top: 70px;
  background-color: #f1f1f1;
}

.lesson-wrap {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  padding: 40px;
  margin-bottom: 50px;
}

.lesson-video {
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.lesson-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lesson-text p {
  font-family: "Ubuntu Condensed", sans-serif;
  \\font-size: 25px;
  line-height: 150%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.lesson-text ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 40px;
}

.lesson-text audio{
  margin-top: 20px;
}

.lesson-text li{
  cursor: pointer;
  color: #000;
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 20px; 
}

.lesson-text li:nth-child(even){
  margin-left: 30px;
}



.lesson-audio {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 30px;
  width: 100%;
}
.before{
    display: none;
}
.lesson-audio img {
  width: 100%;
}

.huts .lesson-audio {
  width: 95%;
}

.huts a {
  display: -webkit-box;
  display: flex;
  text-decoration: none;
}

.huts .lesson-audio {
  display: none;
  margin-left: 60px;
}

.huts .lessons-item-title:before {
  background-image: url(../img/svg/hut-avatar.svg);
}

.huts .dropdown-btn {
  float: right;
  cursor: pointer;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.huts .lessons-item {
  padding-bottom: 50px;
}

.dropdown-hut {
  display: none;
}

.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.books, .videos {
  padding-top: 70px;
}

.books-items {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  padding: 40px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.books-items .rec-slide{
  padding-bottom: 30px;
}
.books-items .rec-slide iframe{
  max-height: 250px;
}

.books-items .rec-slide {
  width: 25%;
  min-width: 250px;
  margin: 0;
  margin-bottom: 35px;
}

.videos .rec-slide {
  padding-bottom: 0;
}

.mobile-menu *:after{
  display: none;
}
.mobile-menu .menu{
  box-shadow: none;
}
.mobile-menu .menu:before{
  display: none;
}
.mobile-menu .menu li{
  margin: 0;
  min-height: 50px;
  margin-bottom: 10px;
}
.mobile-menu .menu li a{
  min-height: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 0;
  width: 170px;
}
.mobile-menu {
  height: 63vh;
}
.mobile-menu ul{
  height: 100%;
}


@media (max-width: 1300px) {
  .title h2 {
    font-size: 40px;
  }
  .last-item-title {
    font-size: 30px;
  }
  .lessons-item .lessons-item-title h2 {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  header {
    height: auto;
  }
  .search-form {
    margin-left: 60px;
    margin-right: 60px;
  }
  .left-logo, .right-logo {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .rec-slide {
    margin-left: 50px;
  }
  .cat-items{
      flex-wrap: wrap;
  }
  .cat-item{
      margin-bottom: 20px;
  }
}

@media (max-width: 1000px) {


.home-page .container{
	display: flex;
	flex-direction: column-reverse;
}
.home-page .last-items{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.sidebar{
	width: 100% !important;
}
.sidebar-items{
	display: flex;
	justify-content: space-between;
}
.sidebar-item{
	width: 40%;
}

  main {
    padding-top: 50px;
  }
  .item-wrap{
      width: 100%;
  }
  .lessons-item-title{
      width: 100%;
  }
  .lessons-item .lessons-item-title:before{
      display: block;
  }
  .item-preview{
      display: none;
  }
  .widget_search{
    display: none;
  }
  .search-form, .right-logo {
    display: none;
  }
  .mobile-menu-btn, .search-mobile {
    display: -webkit-box;
    display: flex;
  }
  .header-top-wrapper {
    height: 80px;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .menu {
    display: none;
  }
  .last-items {
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 25px;
  }
  .last-item-thumb, .last-item-text, .last-item-permalink {
    display: none;
  }
  .last-item-wrap {
    width: 100%;
  }
  .last-item-title {
    width: 100%;
    position: relative;
    padding-right: 30px;
  }
  .before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 0;
    display: flex;
  }
  .lessons-items {
    padding: 25px;
  }
  .lessons-item-text {
    display: none;
  }
  .lessons-item .lessons-item-title {
    padding-left: 0;
    padding-right: 30px;
  }
  .lessons-item .lessons-item-title:before {
    right: 0;
    left: auto;
  }
  .lesson-text p {
    font-size: 16px;
  }
  .lesson-wrap {
    padding: 25px;
  }
  .huts .lesson-audio {
    margin-left: 0;
    width: 100%;
    margin-top: 60px;
  }
  .huts .dropdown-btn {
    float: right;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .huts .dropdown-btn img {
    width: 100%;
  }
}

@media (max-width: 920px) {
  .rec-slide {
    margin-left: 13px;
  }
}

@media (max-width: 768px) {
	.sidebar{
		display: none;
	}
.home-page .last-items{
	width: 100%;
}

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .rec-slider {
    width: 80%;
    margin: 0 auto;
  }
  .slick-slide > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .rec-slide {
    margin-left: 0;
  }
  .title h2 {
    font-size: 30px;
  }
  .last-item-title {
    font-size: 24px;
  }
  .lessons-item .lessons-item-title h2 {
    font-size: 24px;
  }
  .mobile-menu a {
    min-height: 60px;
  }
}

@media (max-width: 620px) {
  .books-items {
    -webkit-box-pack: center;
            justify-content: center;
  }
  .mobile-menu {
    padding-right: 70px;
  }
  .breadcrumbs a {
    font-size: 16px;
  }
  .breadcrumbs span {
    font-size: 16px;
  }
  .widget_search, .widget_search form{
    width: 100%;
  }
 .widget_search form > div{
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .mobile-search-wrapp input{
    width: 100%;
  }
  body .mobile-search-wrapp input[type="submit"]{
    position: absolute;
    left: 2px;
  }
  .mobile-search-wrapp form{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin: 0;
  }
  body .nice-select{
    right: 2px;
  }
  body .breadcrumbs{
    font-size: 16px;
  }
  footer{
      height: auto;
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .footer-wrap{
      flex-direction: column;
  }
  .footer-wrap p{
      margin-bottom: 20px;
  }
}

.post-nav-links{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.post-nav-links .current{
    background-color: #08699E;
    color: #fff;
}
.post-page-numbers{
    display: flex;
    width: 40px;
    height: 40px;
    text-decoration: none;
    color: #000;
    justify-content: center;
    align-items: center;
    border: 1px solid #08699E;
}
.post-page-numbers{
    margin-left: 10px;
    margin-right: 10px;
}