/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/video.scss ***!
  \*******************************************************************************************************************************************************************************************************************************/
@keyframes backgroundSignal {
  from {
    background-color: #ea1917;
  }
  to {
    background-color: #ee4746;
  }
}
@keyframes colorSignal {
  from {
    color: #ea1917;
  }
  to {
    color: #ee4746;
  }
}
@keyframes borderSignal {
  from {
    border-color: #ea1917;
  }
  to {
    border-color: #ee4746;
  }
}
.video {
  position: relative;
}

video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}

.poster {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.poster:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(38, 42, 43, 0.4);
}
.poster:hover {
  cursor: pointer;
}

.playVideo {
  width: 25vw;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  z-index: 2;
}
@media only screen and (min-width: 590px) {
  .playVideo {
    width: 150px;
  }
}

.videoHover {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(38, 42, 43, 0.5);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
.videoHover:hover {
  cursor: pointer;
}

.videoPlay {
  width: 14vw;
  height: 14vw;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/wp-content/themes/kentavr/assets-dist/icons/ico-play-video-bann.f4eff46859fb4accc64f.svg);
  position: relative;
}
@media only screen and (min-width: 590px) {
  .videoPlay {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .videoPlay {
    width: 80px;
    height: 80px;
  }
}
.videoPlay:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/wp-content/themes/kentavr/assets-dist/icons/ico-play-video-bann-active.3deb0b5391828efb6d4b.svg);
  opacity: 0;
  transition: 0.5s;
}
.videoPlay:hover:before {
  opacity: 1;
  transform: scale(1.03);
}
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/components/BreadCrumbsComponent/block-bread-crumbs.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
@keyframes backgroundSignal {
  from {
    background-color: #ea1917;
  }
  to {
    background-color: #ee4746;
  }
}
@keyframes colorSignal {
  from {
    color: #ea1917;
  }
  to {
    color: #ee4746;
  }
}
@keyframes borderSignal {
  from {
    border-color: #ea1917;
  }
  to {
    border-color: #ee4746;
  }
}
.blockBreadCrumbs {
  display: none;
}
@media only screen and (min-width: 590px) {
  .blockBreadCrumbs {
    display: block;
    padding: 32px 0 30px 0;
  }
}

@media only screen and (min-width: 590px) {
  .breadcrumbs {
    color: #9a9a9a;
  }
  .breadcrumbs span,
  .breadcrumbs a {
    display: inline-block;
    vertical-align: baseline;
    font-weight: 300;
    font-size: 14px;
    color: #9a9a9a;
    line-height: 180%;
  }
  .breadcrumbs span.kb_title {
    color: #9a9a9a !important;
  }
  .breadcrumbs span:hover {
    color: #f66f06;
  }
}

@media only screen and (min-width: 590px) {
  .kb_sep {
    margin: 0px 8px 0px 10px;
    padding-top: 2px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/components/page-articles-videos.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
@keyframes backgroundSignal {
  from {
    background-color: #ea1917;
  }
  to {
    background-color: #ee4746;
  }
}
@keyframes colorSignal {
  from {
    color: #ea1917;
  }
  to {
    color: #ee4746;
  }
}
@keyframes borderSignal {
  from {
    border-color: #ea1917;
  }
  to {
    border-color: #ee4746;
  }
}
.blArticle a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.blArticle a:hover, .blArticle a:focus {
  text-decoration: none;
  outline-color: transparent;
}

.wrapVideos {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 6.25vw;
  margin-bottom: 8.44vw;
}
@media only screen and (min-width: 590px) {
  .wrapVideos {
    grid-gap: 10px;
    margin-bottom: 30px;
  }
}

.articlesPaginate,
.videosPaginate {
  margin: 9.375vw 0px 6.25vw 0px;
}
@media only screen and (min-width: 590px) {
  .articlesPaginate,
  .videosPaginate {
    margin: 30px 0px 20px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .articlesPaginate,
  .videosPaginate {
    margin: 60px 0px 54px 0px;
  }
}

.blVideo .video {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
  background-image: url(/wp-content/themes/kentavr/assets-dist/images/ajax-loader.98764898e47ca1325c06.gif);
  aspect-ratio: 1.78/1;
  border-radius: 10px;
  overflow: hidden;
}
.blVideo .videoPlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
}
.blVideo:hover .videoPlay:before {
  opacity: 1;
  transform: scale(1.03);
}
.blVideo:hover .blVideoName p {
  color: #f66f06;
}

.blVideoName {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  padding: 4vw 3.125vw;
  background: transparent;
}
@media only screen and (min-width: 590px) {
  .blVideoName {
    padding: 12px 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .blVideoName {
    padding: 35px 20px;
  }
}
.blVideoName p {
  font-weight: 700;
  font-size: 4.375vw;
  line-height: 140%;
  color: #ffffff;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  background: transparent;
  transition: color 0.5s;
}
@media only screen and (min-width: 590px) {
  .blVideoName p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .blVideoName p {
    font-size: 20px;
  }
}
.blVideoName p:hover {
  color: #f66f06;
}

.blArticle {
  transition: 0.5s;
  transform: translateY(0px);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .blArticle:nth-child(1) .blArticleInfo {
    padding: 17px 39px 27px 39px;
  }
}
@media only screen and (min-width: 1200px) {
  .blArticle:nth-child(1) .blArticleInfo .blArticleTit {
    font-size: 24px;
  }
}
.blArticle:hover {
  transform: translateY(-4px);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.blArticleInfo {
  border: 1px solid #e0e0e0;
  padding: 6.25vw 3.125vw;
  background-color: #ffffff;
  border-radius: 0px 0px 10px 10px;
}
@media only screen and (min-width: 590px) {
  .blArticleInfo {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .blArticleInfo {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 17px 20px;
  }
}

.blArticleTit {
  font-weight: 300;
  font-size: 4.375vw;
  line-height: 157%;
}
@media only screen and (min-width: 590px) {
  .blArticleTit {
    font-size: 16px;
  }
}
.blArticleTit:hover {
  color: #f66f06;
}

@media only screen and (min-width: 1200px) {
  .blArticleIn {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.blArticleBottom {
  margin-top: 7.8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 590px) {
  .blArticleBottom {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .blArticleBottom {
    margin-top: 15px;
  }
}

.blArticleViewLike {
  display: flex;
  align-items: center;
  gap: 5.62vw;
}
@media only screen and (min-width: 590px) {
  .blArticleViewLike {
    gap: 18px;
  }
}

.articleSee,
.articleLike {
  display: flex;
  align-items: center;
  gap: 2.19vw;
}
@media only screen and (min-width: 590px) {
  .articleSee,
  .articleLike {
    gap: 7px;
  }
}
.articleSee span,
.articleLike span {
  font-weight: 300;
  font-size: 3.75vw;
  color: #9a9a9a;
}
@media only screen and (min-width: 590px) {
  .articleSee span,
  .articleLike span {
    font-size: 16px;
  }
}
.articleSee img,
.articleLike img {
  width: 3.75vw;
}
@media only screen and (min-width: 590px) {
  .articleSee img,
  .articleLike img {
    width: 16px;
  }
}

.blArticleDate p {
  font-weight: 300;
  font-size: 3.75vw;
  color: #9a9a9a;
}
@media only screen and (min-width: 590px) {
  .blArticleDate p {
    font-size: 16px;
  }
}

.blArticleImg img {
  display: block;
}
@media only screen and (min-width: 590px) {
  .blArticleImg img {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .blArticleImg img {
    height: 200px;
    object-fit: cover;
    object-position: center;
  }
}

.wrapArticles {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 6.25vw;
}
@media only screen and (min-width: 590px) {
  .wrapArticles {
    grid-gap: 20px;
  }
}

.wrapBlockVideos {
  margin-top: 3.125vw;
  padding: 0px 0px 25vw 0px;
}
@media only screen and (min-width: 590px) {
  .wrapBlockVideos {
    margin-top: 10px;
    padding: 0px 0px 80px 0px;
  }
}

.wrapBlockArticles {
  padding: 25vw 0px 0px 0px;
}
@media only screen and (min-width: 590px) {
  .wrapBlockArticles {
    padding: 80px 0px 0px 0px;
  }
}

@media only screen and (min-width: 1340px) {
  .wrapArticles,
  .wrapVideos {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapArticles,
  .wrapVideos {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapArticles > div,
  .wrapVideos > div {
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapArticles > div:nth-child(1),
  .wrapVideos > div:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapArticles > div:nth-child(1) .playVideo,
  .wrapVideos > div:nth-child(1) .playVideo {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width: 1520px) {
  .wrapArticles > div:nth-child(1) .playVideo,
  .wrapVideos > div:nth-child(1) .playVideo {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapArticles > div:nth-child(1) .blArticleImg img,
  .wrapVideos > div:nth-child(1) .blArticleImg img {
    height: 500px;
    object-fit: cover;
    object-position: center;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/components/BlockSubscribeComponent/block-subscribe.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
@keyframes backgroundSignal {
  from {
    background-color: #ea1917;
  }
  to {
    background-color: #ee4746;
  }
}
@keyframes colorSignal {
  from {
    color: #ea1917;
  }
  to {
    color: #ee4746;
  }
}
@keyframes borderSignal {
  from {
    border-color: #ea1917;
  }
  to {
    border-color: #ee4746;
  }
}
.subscribeLabel {
  font-weight: 400;
  font-size: 8.7vw;
  line-height: 132%;
  color: #262a2b;
  margin-bottom: 2.25vw;
  text-align: center;
}
@media only screen and (min-width: 590px) {
  .subscribeLabel {
    font-size: 38px;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 680px) {
  .subscribeLabel {
    font-size: 50px;
  }
}

.wrapSubscribeFormIn {
  margin-top: 12.31vw;
}
@media only screen and (min-width: 590px) {
  .wrapSubscribeFormIn {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 820px) {
  .wrapSubscribeFormIn {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
}

.blockSubscribe {
  background-color: #ffffff;
}
.blockSubscribe .content {
  padding: 25vw 0;
}
@media only screen and (min-width: 590px) {
  .blockSubscribe .content {
    padding: 70px 0px 70px 0px;
  }
}

.formSubscribe .formPodpis {
  display: flex;
  justify-content: center;
}
.formSubscribe .labels {
  font-size: 5vw;
}
@media only screen and (min-width: 590px) {
  .formSubscribe .labels {
    font-size: 24px;
    maring: 0px 0px 40px 0px;
  }
}
@media only screen and (min-width: 820px) {
  .formSubscribe {
    text-align: center;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/components/block-subscribe-youtube.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
@keyframes backgroundSignal {
  from {
    background-color: #ea1917;
  }
  to {
    background-color: #ee4746;
  }
}
@keyframes colorSignal {
  from {
    color: #ea1917;
  }
  to {
    color: #ee4746;
  }
}
@keyframes borderSignal {
  from {
    border-color: #ea1917;
  }
  to {
    border-color: #ee4746;
  }
}
.blockSubscribeYoutube {
  position: relative;
}
.blockSubscribeYoutube:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(28, 42, 43, 0.5);
  z-index: 1;
}
.blockSubscribeYoutube .content {
  z-index: 2;
}

.subscribeYoutubeVideoBg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  object-fit: cover;
  object-position: center;
}

.subscribeYoutubeIn {
  height: auto;
  display: flex;
  align-items: center;
  padding: 12.5vw 0px 10.625vw 0px;
}
@media only screen and (min-width: 590px) {
  .subscribeYoutubeIn {
    padding: 60px 0px;
    justify-content: flex-start;
  }
}

.subscribeYoutubeTit {
  font-weight: 400;
  font-size: 9.375vw;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 140%;
  margin-bottom: 6.25vw;
}
@media only screen and (min-width: 590px) {
  .subscribeYoutubeTit {
    font-size: 50px;
    margin-bottom: 0px;
  }
}

.subscribeYoutubeText {
  font-weight: 400;
  font-size: 4.375vw;
  color: #ffffff;
  line-height: 157%;
  text-transform: uppercase;
  margin-bottom: 10.625vw;
}
@media only screen and (min-width: 590px) {
  .subscribeYoutubeText {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

.butSubscrYoutube {
  width: 100%;
}
@media only screen and (min-width: 590px) {
  .butSubscrYoutube {
    max-width: 360px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/components/paginate.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@keyframes backgroundSignal {
  from {
    background-color: #ea1917;
  }
  to {
    background-color: #ee4746;
  }
}
@keyframes colorSignal {
  from {
    color: #ea1917;
  }
  to {
    color: #ee4746;
  }
}
@keyframes borderSignal {
  from {
    border-color: #ea1917;
  }
  to {
    border-color: #ee4746;
  }
}
.page-numbers {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.page-numbers:hover, .page-numbers:focus {
  text-decoration: none;
  outline-color: transparent;
}

.wrapPagination {
  padding: 9.375vw 0vw;
}
.wrapPagination .prev-next {
  display: none;
}
@media only screen and (min-width: 590px) {
  .wrapPagination .prev-next {
    display: block;
  }
}
@media only screen and (min-width: 590px) {
  .wrapPagination {
    padding: 60px 0;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 1.725vw;
  align-items: center;
}
@media only screen and (min-width: 590px) {
  .nav-links {
    gap: 10px;
  }
}

.page-numbers {
  display: block;
  font-weight: 300;
  font-size: 3.75vw;
  color: #666666;
}
@media only screen and (min-width: 590px) {
  .page-numbers {
    font-size: 14px;
  }
}
.page-numbers:last-child {
  text-align: right;
}
.page-numbers.prev-next {
  width: 50%;
  display: none;
}
@media only screen and (min-width: 590px) {
  .page-numbers.prev-next {
    width: auto;
    display: block;
  }
}
@media only screen and (min-width: 590px) {
  .page-numbers.prev-next:last-child {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 590px) {
  .page-numbers.prev-next:first-child {
    margin-right: 10px;
  }
}
.page-numbers.prev-next:hover {
  cursor: pointer;
  color: #f66f06;
}
.page-numbers.rect {
  width: 9.375vw;
  height: 9.375vw;
  border: 1px solid #c4c4c4;
  border-radius: 1.56vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding-top: 0.3vw;
}
@media only screen and (min-width: 590px) {
  .page-numbers.rect {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding-top: 2px;
  }
}
.page-numbers.rect.current {
  border-color: #f66f06;
  color: #f66f06;
}
@media (hover: hover) {
  .page-numbers.rect.goToPage:hover {
    border-color: #f66f06;
    color: #f66f06;
  }
}
.page-numbers.rect.goToPage:hover {
  cursor: pointer;
}
.page-numbers.disabled {
  opacity: 0;
}
