/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative;}
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {min-height: 100vh; display: flex; flex-direction: column;}
.content {flex: 1 0 auto; background-color: #fff; padding: 50px var(--indent); padding-bottom: 80px;}
.cols {display: grid; gap: 50px 90px; grid-template-columns: minmax(0,1fr) 300px;}
.col-side {display: grid; gap: 40px 40px; align-content: start;}
.header {background-color: var(--bg-black); color: #fff; box-shadow: var(--bsh); position: relative; z-index: 100;}
.footer {background-color: var(--bg-black);}
.footer__one {padding: 80px var(--indent); gap: 40px 20px; color: #fff;}
.footer__two {background-color: var(--bg-blacker); color: var(--tt-on-black); 
	text-align: center; padding-top: 40px; padding-bottom: 40px; font-size: 14px;}
	
#scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 10px;
	z-index: 990; display: none; background-color: var(--bg); color: var(--tt-lighter); 
	cursor: pointer; font-size: 24px; border-radius: 50%; text-align: center; box-shadow: var(--bsh);}


/* HEADER
----------------------------------------------- */
.logo {display: inline-flex; align-items: center; height: 60px; position: relative; margin-left: var(--indent);
	font-weight: 600; font-size: 28px; letter-spacing: 2px; padding-left: 40px; margin-right: 15px;
	background: url(../images/logo.svg) 0 center / 30px no-repeat; color: #fff !important;}
.header__btn-search, .header__btn-login {border-radius: 0; background: none !important; padding: 0; font-weight: 500;}
.header__btn-search {width: 40px; height: 40px; font-size: 18px; margin: 0 40px 0 20px;}
	
.header__menu > li {position: relative; margin-left: 35px;}
.header__menu .fas, .header__btn-login .fas {margin-right: 10px; opacity: 0.8;}
.header__menu > li > a {color: #fff; font-weight: 600; text-transform: uppercase; font-size: 14px; 
	height: 60px; display: flex; align-items: center;}
.header__menu-hidden {width: 240px; padding: 20px; border-radius: 0 0 3px 3px; position: absolute; left: 0; top: 100%; 
	background-color: var(--bg-black); box-shadow: var(--bsh); display: grid; gap: 10px; 
	visibility: hidden; opacity: 0; transform: translateY(30px);}
.header__menu-hidden a {color: #fff; font-size: 14px;}
.header__menu-submenu > a::after {content:"\f107"; font-weight: 900; font-family:'Font Awesome 5 Pro'; margin-left:7px; display: inline-block;}

.header__search {width: 100%; padding-bottom: 10px; display: none;}
.header__search form {position: relative; margin: 0 var(--indent);}
.header__search input[type="text"], .header__search input[type="text"]:focus {border-radius: 3px; box-shadow: none; 
	background-color: #fff; padding: 0 50px 0 20px;}
.header__search input[type="text"]:not(:focus):placeholder {color: var(--tt-lightest); opacity: 1; font-size: 14px;}
.header__search button {position: absolute; right: 0; top: 0; width: 50px;
	border-radius: 0 3px 3px 0; padding: 0; font-size: 16px;}


/* SECTION
----------------------------------------------- */
.sect {margin-bottom: 50px;}
.sect__title {font-size: 28px; font-weight: 600; margin-bottom: 30px;}
.breadcrumbs {margin-bottom: 20px; font-size: 14px; color: var(--tt-lightest);}


/* BSLIDER, TOP
----------------------------------------------- */
.bslider-wrapper {position: relative;}
.bslider-wrapper .vw100 {padding: 0;}
.bslide {padding-top: 0;}
.bslide::before {opacity: 1; height: 100%;}
.bslide__desc {height: 500px; position: relative; z-index: 5; color: #fff; padding: 0 400px 100px var(--indent);}
.bslide__title {font-size: 38px; font-weight: 600;}
.top-item__category, .bslide__category {padding: 6px 10px; border-radius: 3px; background-color: var(--accent); color: #fff; 
	text-transform: uppercase; font-size: 12px; max-width: calc(100% - 40px); 
	position: absolute; left: 15px; top: 15px; z-index: 5;}
.bslide__category {position: static; margin-bottom: 15px; align-self: start;}
.bslider-thumbs {position: absolute; left: var(--indent); right: var(--indent); bottom: 0px; z-index: 10;}
.bslider-thumbs .popular-item {padding: 20px; color: #fff; border-top: 1px solid rgba(255,255,255,0.3); cursor: pointer;}
.has-carousel > .popular-item {flex: 0 0 25%;}
.has-carousel > .bslide {flex: 0 0 100%;}
.bs2.is-active {border-color: var(--accent); background-color: rgba(255,255,255,0.1);}

.sect__items-list {gap: 35px;}
.top-item {flex: 1 1 260px; height: 220px; font-weight: 600; display: block; padding-top: 0;}
.top-item__title {color: #fff !important; font-size: 17px; padding: 20px;
	position: absolute; left: 0; bottom: 0; width: 100%; z-index: 5; font-weight: 600;}
.has-carousel > .top-item {flex: 0 0 calc((100% - 105px)/4); margin-right: 35px;}


/* SHORT STORY
----------------------------------------------- */
.short {border-bottom: 1px solid var(--bdc); padding-bottom: 40px; margin-bottom: 50px; gap: 25px 35px;}
.short__desc {display: grid; gap: 9px 0; align-content: start;}
.short__img {height: 220px; width: 300px; display: block; box-shadow: var(--bsh); padding-top: 0;}
.short__category {font-size: 12px; text-transform: uppercase; font-weight: 500; color: var(--accent);}
.short__meta {gap: 10px 10px; font-size: 13px; color: var(--tt-lightest); line-height: 1;}
.short__meta-item:not(:last-child) {padding-right: 10px; border-right: 1px solid var(--bdc);}
.short__meta .fas {margin-right: 6px; opacity: 0.5; color: var(--tt-lightest);}
.short__meta-item a {color: var(--accent);}
.short__title {font-size: 20px; font-weight: 600;}
.short__text {color: var(--tt-lighter); line-height: 1.6; font-size: 15px; -webkit-line-clamp: 3;}
.short__btn {justify-self: end; padding: 0 32px; height: 46px; margin-top: 6px; border-radius: 3px;}
@media screen and (min-width: 1220px) {
	.short--big {border: 0; padding-bottom: 0;}
	.short--big .short__img {width: 100%; height: 0; padding-top: 46%;}
}


/* SIDEBAR
----------------------------------------------- */
.side-block__title {font-weight: 600; text-transform: uppercase; color: var(--accent-2); margin-bottom: 20px;}
.popular-list {display: grid; gap: 30px;}

.popular-item {position: relative; gap: 15px;}
.col-side .popular-item::after {content:"\f005"; font-weight: 900; font-family:'Font Awesome 5 Pro'; 
	width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; 
	background-color: var(--accent); color: #fff; font-size: 14px; border: 3px solid #fff; 
	position: absolute; left: 0; top: 50%; transform: translate(-50%,-50%);}
.popular-item__img {width: 80px; height: 60px; box-shadow: var(--bsh);}
.popular-item__title {font-weight: 500; -webkit-line-clamp: 3;}

.social-list {display: grid; gap: 6px; font-weight: 600;}
.social-btn {display: flex; align-items: center; height: 46px; border-radius: 3px; 
	padding-left: 50px; color: #fff; box-shadow: var(--bsh);}
.social-btn.fb {background: #345389 url(../images/social/i-fb.svg) 18px center / 12px no-repeat;}
.social-btn.tw {background: #55aded url(../images/social/i-tw.svg) 16px center / 18px no-repeat;}
.social-btn.tlg {background: #2daae1 url(../images/social/i-tlg.svg) 16px center / 16px no-repeat;}
.social-btn.vk {background: #1877f2 url(../images/social/i-vk.svg) 16px center / 20px no-repeat;}
.social-btn.insta {background: #c33186 url(../images/social/i-insta.svg) 16px center / 18px no-repeat;}
.social-btn.yt {background: #df1111 url(../images/social/i-youtube.svg) 16px center / 20px no-repeat;}

.side-block__menu {display: grid; gap: 18px; padding-top: 8px;}
.side-block__menu li {display: flex; justify-content: space-between; align-items: center; 
	padding-bottom: 18px; border-bottom: 1px solid var(--bdc);}
.side-block__menu a::before {content: "\f054"; font-family: "Font Awesome 5 Pro"; font-weight: 900;
	display: inline-block; vertical-align: top; position: relative; top: 2px; margin-right: 10px; font-size: 11px;}



/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__menu {display: grid; gap: 10px; flex: 1 1 260px;}
.footer__menu a {color: #fff; opacity: 0.8; font-weight: 500;}
.footer__menu-title {text-transform: uppercase; font-weight: 600; padding-bottom: 10px;}

.pagination {text-align: center; gap: 10px 20px;}
.pagination__pages {gap: 10px 10px;}
.pagination a, .pagination span {display: flex; justify-content: center; align-items: center; height: 34px; 
	padding: 0 10px; min-width: 38px; border-radius: 3px; font-weight: 500; 
	background-color: var(--bg-darker); color: var(--tt-lighter);}
.pagination__pages span:not(.nav_ext) {background: var(--accent); color: #fff; border-color: var(--accent);}


/* INNER PAGE
----------------------------------------------- */
.page__title {font-size: 34px; font-weight: 600; margin-bottom: 16px; line-height: 1.1; color: var(--accent-2);}
.page__meta {margin-bottom: 36px; gap: 20px 20px;}
.page__img {box-shadow: var(--bsh); padding-top: 50%; margin-bottom: 40px;}
.page__rating {position: absolute; right: 10px; top: 10px; z-index: 10; gap: 10px;}
.page__rating > * {border-radius: 3px; overflow: hidden; background-color: var(--bg-darker); box-shadow: var(--bsh);
	width: 100px; height: 40px; text-align: center; padding-left: 50px; position: relative; 
	display: flex; align-items: center; justify-content: center; font-size: 14px;}
.page__rating .fas {position: absolute; left: 0; top: 0; height: 100%; width: 50px; font-size: 16px;
	background-color: #dd4c39; color: #fff; display: grid; place-items: center;}
.page__rating > * + * .fas {background-color: #87c347;}

.page__text {margin-bottom: 40px;}
.page__tags {gap: 10px 10px; margin-bottom: 40px;}
.page__tags a {display: flex; align-items: center; white-space: nowrap; height: 36px; border-radius: 2px; 
	padding: 0 10px; font-size: 13px; color: var(--accent-2); border: 1px solid var(--bdc); text-transform: capitalize;}
.page__prev-next {margin-bottom: 40px; gap: 20px;}
.page__prev-next-link {display: block; padding: 20px; border: 3px solid var(--bdc); flex: 1 0 280px; font-weight: 500;}
.page__prev-next-link div {font-size: 12px; color: var(--tt-lightest); text-transform: uppercase; margin-bottom: 10px;}
.page__prev-next-link:last-child {text-align: right;}
.page__share {padding: 30px 0; border-top: 1px solid var(--bdc); text-align: center; min-height: 110px;}

.page__btn-comments {height: 30px; padding: 0 10px; font-size: 11px; 
	text-transform: uppercase; margin-left: 20px;}

.rel {display: block; font-weight: 500;}
.rel__img {margin-bottom: 15px; box-shadow: var(---bsh);}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.7; font-size: 16px; word-wrap: break-word;}
.full-text a {text-decoration: underline; color: var(--accent-link);}
.full-text >*:not(.emoji, :last-child, b, br) {margin-bottom: 30px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text > ul li, .full-text > ol li {margin-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 10px; height: 10px; border-radius: 50%; 
	background-color: var(--accent); position: absolute; top: 8px; left: -24px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; 
	position: absolute; top: 0px; left: -40px; width: 26px; height: 26px; border-radius: 50%; font-size: 12px;
	display: grid; place-items: center; background-color: var(--accent); color: #fff; font-weight: 600;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width: 100%;}
.full-text table td, .full-text table th {padding:10px; border: 2px solid var(--bg);}
.full-text table tr:nth-child(2n+1) {background-color: var(--bg-darker);} 
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.video-responsive {padding-top: 60%; position: relative;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 21px;}
.full-text iframe {width: 100%; height: 400px;}
.fdl-btn {display: block; position: relative; box-shadow: 0 3px 10px rgba(0,0,0,0.1); 
	text-decoration: none !important; padding: 15px 15px 15px 130px;
	background: linear-gradient(to top, #27ae60, #2ecc71); color: #fff !important; overflow: hidden;}
.fdl-btn-title {font-weight: 500; text-transform: uppercase; word-wrap: break-word;}
.fdl-btn-size {font-size: 14px; margin-top: -2px; margin-bottom: 6px; opacity: 0.9;}
.fdl-btn-caption {opacity: 0.7; font-size: 14px;}
.fdl-btn-dl {font-size: 12px; text-transform: uppercase; margin-left: 15px;}
.fdl-btn > * {position: relative; z-index: 3;}
.fdl-btn-icon {width: 50px; height: 50px; border-radius: 50%; margin-top: -25px; font-size: 24px;
	position: absolute; left: 40px; top: 50%; display: flex; align-items: center; justify-content: center;
	box-shadow: 0 0 0 15px rgba(0,0,0,0.13), 0 0 0 30px rgba(0,0,0,0.08), 0 0 0 45px rgba(0,0,0,0.04);}


/* COMMENTS
----------------------------------------------- */
.page__comments {margin: 0; margin-top: 40px;}
.page__comments-title {font-size: 21px; font-weight: 600; margin-bottom: 20px;}
.page__comments-info {font-size: 14px; margin-bottom: 20px; margin-top: -15px; 
	color: var(--tt-lighter); line-height: 1.5;}
.page__comments-info .fas {color: #eb4d4b; margin-right: 6px;}
.ac-form {margin-bottom: 40px;}
.ac-form__header {gap: 10px; margin-bottom: -10px;}
.ac-form__header input {flex: 1 0 280px;}
.ac-form__bottom {gap: 10px 20px;}
.ac-form .message-info {margin-bottom: 0; display: none;}
.ac-form.is-active .message-info {display: flex;}
.ac-form__editor .bb-editor textarea, .ac-form__editor .fr-wrapper {height: 100px !important;}
.ac-form__editor .fr-view {min-height: 80px !important;}
.ac-form .tox-tinymce {height: 160px !important;}
.comments_subscribe + br {display: none;}
.confidential-check {font-size: 12px; padding-left: 26px; position: relative; align-self: start;}
.confidential-check a {color: var(--accent-link); text-decoration: underline;}
.confidential-check input {position: absolute; left: 0; top: 3px; appearance: none; -webkit-appearance: none; display: inline-block;
	cursor: pointer; width: 20px; height: 20px; border-radius: 3px; background-color: var(--bg-darker);}
.confidential-check input:checked::before {content:"\f00c"; font-weight: 900; font-family:'Font Awesome 5 Pro'; 
	opacity: 0.8; position: absolute; left: 3px; bottom: 1px; font-size: 14px;}
.ac-form__social-caption {font-size: 12px; margin-right: 5px;}
.ac-form__social .login__social div {margin: 0 0 0 6px;}

.mass_comments_action {display: flex; align-items: center; max-width: 800px; white-space: nowrap; margin-bottom: 20px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -8px 0 20px;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}
.has-comms {margin-bottom: -20px;}

.comment-item__title {font-weight: 600; font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--bdc-darker);}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 600; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 600; font-size: 14px;}
.comment-item__date {color: var(--tt-lightest); margin-top: 4px; font-size: 12px;}
.comment-item__main {margin: 8px 0 6px 0; font-size: 15px;}
.comment-item__rating {white-space: nowrap; font-size: 14px;}
.comment-item__rating a {margin-left: 6px;}
.comment-item__rating a > span:first-child {color: #6ab04c; margin-right: 2px;}
.comment-item__rating a:last-child > span:first-child {color: #eb4d4b;}
.comment-item__reply a {font-size: 12px; margin-right: 20px;}
.comment-item__reply a .fas {margin-left: 5px;}
.comment-item__reply + .comment-item__reply a .fas {margin-left: 0; margin-right: 5px;}
.comment-item__controls {font-size: 12px; gap: 5px 10px;}
.comment-item__footer a:not(:hover) {color: var(--tt-lightest);}
.comment-item__controls .checkbox {transform: scale(0.8,0.8); transform-origin: right center; margin-left: -10px;}


/* LOGIN
----------------------------------------------- */
.login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: var(--ui-bg); border-radius: 4px; width: 400px; 
	box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login__header {padding: 20px 40px; background-color: var(--ui-bg-darker);}
.login__title {font-size: 18px; font-weight: 600; padding: 1px 0; text-transform: capitalize;}
.login__close {font-size: 24px; opacity: 0.6; margin-left: 20px; cursor: pointer;}
.login__title a {border-bottom: 1px dotted var(--tt-lighter); margin-left: 10px; font-weight: 400; color: var(--tt-lighter);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt-lighter);}
.login__caption {font-size: 14px; color: var(--tt); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--accent-link);}
.login__input input {padding-left: 40px; border-radius: 3px;}
.login__row .fas {opacity: 0.5; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%; border-radius: 3px;}
.login__social {background-color: var(--ui-bg-darker); padding: 20px 40px; text-align: center;}
.login__social-caption {font-size: 11px; text-transform: uppercase; margin-bottom: 10px;}
.login__social-btns div {margin: 0 3px; cursor: pointer;}
.login__social-btns img {display:block; width:34px; height: 34px;}
.login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.login__menu {gap: 10px;}
.login__menu li {flex: 1 1 0; min-width: auto; max-width: 100%;}
.login__menu a {display: block; border-radius: 6px; padding: 10px; text-align: center; white-space: nowrap;
	background-color: var(--ui-bg-darker); box-shadow: inset 0 0 10px rgba(0,0,0,0.1); font-size: 13px;}
.login__menu .fas {display: block; height: 30px; font-size: 24px; opacity: 0.3;}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.has-carousel:not(.owl-carousel) {display: flex; overflow: hidden;}
.owl-carousel {width: 100%; position: relative; z-index: 1; user-select: none;}
.owl-stage-outer {position: relative; overflow: hidden;}
.owl-stage {display:flex; justify-content:flex-start;}
.owl-nav.disabled, .owl-dots.disabled {display: none;}
.owl-nav {position: absolute; left: auto; right: 0; top: -60px;}
.owl-prev, .owl-next {display: flex; align-items: center; justify-content: center; cursor: pointer; 
	height: 30px; font-size: 26px; color: var(--tt-lightest); position: absolute; right: 0; top: 0;}
.owl-prev {right: 40px;}
.owl-prev:hover, .owl-next:hover {color: var(--accent); background: none;}
.owl-dots {text-align: center; display: flex; gap: 10px; position: absolute; left: 0; right: 0; bottom: -34px;}
.owl-dot {display: block; width: 10px; height: 10px; border-radius: 5px; cursor: pointer; background-color: #383838;}
.owl-dot.active, .owl-dot:hover {background: var(--accent);}
.owl-carousel .animated {animation-duration: 0.6s; animation-fill-mode: both; position: relative;}
.owl-animated-in {z-index: 0;}
.owl-animated-out {z-index: 1;}
.owl-carousel .fadeOut {animation-name: fadeOut;}
@keyframes fadeOut { 0% {opacity: 1;} 100% {opacity: 0;} }
.owl-carousel .fadeIn {animation-name: fadeIn;}
@keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;} }


/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.6; background-color: #000; cursor: pointer; display: none;}
.mobile-menu {width: 280px; height: 100%; overflow-x: hidden; overflow-y: auto;
	padding: 10px 20px; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; 
	background-color: var(--bg-black); padding-bottom: 0;}
.mobile-menu.is-active {left: 0;}
.mobile-menu-close {cursor: pointer; display: block; left: 280px; top: -40px; position: fixed; z-index: 999;
	width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 18px; opacity: 0;
	background-color: #e84e36; color: #fff; transition: top .4s, opacity .4s;}
.mobile-menu-close.is-active {top: 0px; opacity: 1;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu .header__menu {margin: 0; padding: 0; display: block;}
.mobile-menu .header__menu > li {width: 100%; margin: 0;}
.mobile-menu .header__menu > li > a {height: 40px; padding: 0;}
.mobile-menu .header__menu-hidden, .mobile-menu .side-block {position: static; border-radius: 0; box-shadow: none;
	width: calc(100% + 40px); margin: 15px -20px; padding: 10px 20px; background-color: var(--bg-blacker);
	opacity: 1; visibility: visible; transform: none;}
.mobile-menu .side-block {background-color: var(--bg); padding: 20px; margin-bottom: 0;}
.mobile-menu .side-block__menu a::before, .mobile-menu .side-block__title {display: none;}

@media screen and (max-width: 1220px) {
	.wrapper {padding: 0; background-image: none; overflow: hidden;}
	.wrapper-container {max-width:1000px;}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
	.sticky-block {position: static;}
	.header__menu, .col-side .js-this-in-mobile-menu {display: none;}
	.header {gap: 20px;}
	.header__logo {flex: 1 1 0; min-width: 100px; max-width: 100%; margin-right: 0; font-size: 22px;}
	.header__btn-menu {display: flex; padding: 0; width: 60px; height: 60px; margin: -10px 0; font-size: 22px;}
	.header__btn-search {margin: 0;}
	.bslide__desc {height: 360px; padding: 0 var(--indent); padding-bottom: 120px;}
	.bslide__title {font-size: 24px;}
	.has-carousel > .popular-item {flex: 0 0 33.33%;}
	.bslider-thumbs {left: 0; right: 0;}
	.bslider-wrapper .owl-nav {top: -45px;}

	.cols {grid-template-columns: minmax(0,1fr);}
	.has-carousel > .top-item {flex: 0 0 calc((100% - 40px)/3); margin-right: 20px;}
	.short {gap: 20px 20px; padding-bottom: 20px; margin-bottom: 20px;}
	.pagination {padding-top: 20px;}
	.social-list, .popular-list {grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 20px 20px;}
	.social-list {gap: 10px;}
	.footer__one {padding-top: 40px; padding-bottom: 40px; text-align: center;}
	.footer__two {padding-top: 20px; padding-bottom: 20px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.has-carousel > .popular-item {flex: 0 0 50%;}
	.has-carousel > .top-item {flex: 0 0 calc((100% - 20px)/2);}
	.short__img {width: 200px; height: 200px;}
}

@media screen and (max-width: 760px) {
	.wrapper-container123 {max-width:640px;}
	.pagination {gap: 20px 10px;}
	.pagination__pages {width: 100%;}
	.pagination__btn {order: 10; flex-grow: 1;}
	
	.page__title {font-size: 24px;}
	.full-text > ul li, .full-text > ol li {margin-left: 36px;}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 18px;}
	
	.mass_comments_action, .comment-item__controls div, .comment-item__rating-caption, .ac-form__social {display: none;}
}

@media screen and (max-width: 590px) {
	.wrapper-container123 {max-width:480px;}
	.login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social, .pages-bg {padding-left: 20px; padding-right: 20px;}	
	.header__btn-login {width: 40px; overflow: hidden; padding: 0; display: block;}
	.header__btn-login .fas {width: 40px; text-align: center; margin: 0; font-size: 18px;}
	.header__btn-search {margin: 0 -5px 0 -20px;}
	
	.has-carousel > .popular-item {flex: 0 0 100%;}
	.has-carousel > .top-item {flex: 0 0 100%;}	
	.sect__title.prm {padding-right: 80px; font-size: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.short__img {width: 100%; height: 0; padding-top: 60%;}
	.hm {display: none;}
	.short__title {font-size: 18px;}
	.short__btn {justify-self: start; width: 100%; height: 40px; font-size: 14px;}
	.sect__title {font-size: 24px;}
}

@media screen and (max-width: 470px) {
	.wrapper-container123 {max-width:360px;}	
	
	.full-text iframe {width: calc(100% + 40px); max-width: calc(100% + 40px); height: 280px; margin-left: -20px; margin-right: -20px;}
	.ac-form__bottom > * {min-width: 100%;}
}

.DLEPush {
	z-index: 2001;
	position: fixed;
	right: 20px;
	top: 20px
}

@keyframes DLEPush-show {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.DLEPush-notification.wrapper {
	animation-name: DLEPush-show;
	animation-duration: 1s;
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	max-width: 400px;
	box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
	background-color: #fff;
	border-radius: 10px
}

.DLEPush-notification .DLEPush-icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 45px;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
}

.DLEPush-notification .DLEPush-icon svg {
	scale: .8;
}

.DLEPush-notification .DLEPush-header {
	font-weight: 500;
	grid-column: 2;
	grid-row: 1;
	font-size: 1rem;
	margin-left: 1rem;
	margin-top: .5rem;
}
.DLEPush-notification .DLEPush-header:empty {
	margin-top: 0;
}

.DLEPush-notification .DLEPush-message {
	grid-column: 2;
	grid-row: 2;
	font-size: .875rem;
	margin: 1rem;
}

.DLEPush-notification .DLEPush-message li, .DLEPush-notification .DLEPush-message ul {
	list-style-type: none;
	padding-left: 0;
}

.DLEPush-notification .DLEPush-close {
	position: absolute;
	top: 8px;
	right: 10px;
	font-weight: 300;
	background: none;
	border: 0;
	font-size: 1.15rem;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	color: inherit;
	outline: 0;
	opacity: 0.75;
}

@media only screen and (min-width: 601px) {
	.DLEPush-notification.wrapper {
		min-width: 400px;
	}
}

.DLEPush-notification .DLEPush-close:hover {
	opacity: 1;
}

.DLEPush-notification.wrapper.push-success {
	background-color: #e0f2f1;
}

.DLEPush-notification.wrapper.push-success .DLEPush-icon {
	background-color: #00897b;
}

.DLEPush-notification.wrapper.push-warning {
	background-color: #FFF3E0;
}

.DLEPush-notification.wrapper.push-warning .DLEPush-icon {
	background-color: #FF9800;
}

.DLEPush-notification.wrapper.push-error {
	background-color: #FBE9E7;
}

.DLEPush-notification.wrapper.push-error .DLEPush-icon {
	background-color: #FF5722;
}

input[type="text"].comments_author_field {
	width: 100%;
	margin-bottom: 10px;
}

/*
.header-main {
	background: #1877f2;
	text-align: center;
	
}*/

.header-main {
    background-color: #0077bb;
    color: #fff;
    box-shadow: var(--bsh);
    position: relative;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.button-head {
    color: #ffffff;
	/*# background-color: #2d63c8; */
	font-size: 19px;
	border: 1px solid #ffffff;
	padding: 15px 50px;
	cursor: pointer
}
.button-head:hover {
	color: #2d63c8;
	background-color: #ffffff;
}