/*!
Theme Name: svoi
Author: MaGu
Version: 1.0.0
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
:root {
	--grey: #9A9C9D;
	--dark: #111111;
	--red: #A1114B;
	--white: #ffffff;
	--blue: #009FF9;
	--bg: #F0F0F0;
}
@font-face {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 400;
	src: local("ProximaNova"),
	url("assets/fonts/ProximaNova/subset-ProximaNova-Regular.woff2") format("woff2"),
	url("assets/fonts/ProximaNova/subset-ProximaNova-Regular.woff") format("woff");
}
@font-face {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 900;

	src: local("ProximaNovaBlack"),

	url("assets/fonts/ProximaNova/subset-ProximaNova-Black.woff2") format("woff2"),

	url("assets/fonts/ProximaNova/subset-ProximaNova-Black.woff") format("woff");
}
@font-face {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 700;

	src: local("ProximaNovaBold"),

	url("assets/fonts/ProximaNova/subset-ProximaNova-Bold.woff2") format("woff2"),

	url("assets/fonts/ProximaNova/subset-ProximaNova-Bold.woff") format("woff");
}
@font-face {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 800;

	src: local("ProximaNovaExtra"),

	url("assets/fonts/ProximaNova/subset-ProximaNova-ExtraBold.woff2") format("woff2"),

	url("assets/fonts/ProximaNova/subset-ProximaNova-ExtraBold.woff") format("woff");
}
@font-face {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 300;

	src: local("ProximaNovaLight"),

	url("assets/fonts/ProximaNova/subset-ProximaNova-Light.woff2") format("woff2"),

	url("assets/fonts/ProximaNova/subset-ProximaNova-Light.woff") format("woff");
}
@font-face {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 500;

	src: local("ProximaNovaSemibold"),

	url("assets/fonts/ProximaNova/subset-ProximaNova-SemiBold.woff2") format("woff2"),

	url("assets/fonts/ProximaNova/subset-ProximaNova-SemiBold.woff") format("woff");
}
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*============
custom base
============*/
p, h3, ul {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5 {
	margin: 0;
}
a {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
}
.container {
	max-width: 905px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
	position: relative;
}
.container-full {
	max-width: 1440px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;

}
.row > * {
	margin-left: 15px;
	margin-right: 15px;
}
.category-title {
	margin-top: 20px;
	margin-bottom: 7px;
	font-family: "Proxima Nova", sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 30px;
	color: var(--dark);
}
.category-title > span{
	text-transform: lowercase;
}
.post-title {
	margin-bottom: 35px;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: -0.2px;
}
.jc-c {
	justify-content: center;
}
.ai-c {
	align-items: center;
}
/*===============
STYLES svoi
================*/


* {
	/* 	outline: 1px solid #ccc; */
	box-sizing: border-box;
}
body {
	font-family: "Proxima Nova", sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: var(--dark);
	background-color: var(--bg);
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
a {
	text-decoration: none;
	transition: color .25s ease, background-color .25s ease;
}
button {
	border: none;
	outline: none;
	cursor: pointer;
	transition: color .25s ease, background-color .25s ease;
}
/*================
HEADER
=================*/
.circle_icon {
	display: block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
}
.title_block {
	font-family: "Proxima Nova", sans-serif;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.1px;
	font-weight: 700;
}
.header {
	position: relative;
	padding-top: 30px;
	padding-bottom: 14px;
}
.header::after {
	display: block;
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	height: 65px;
	background-image: linear-gradient(180deg, #CCCCCC 0%, rgba(204, 204, 204, 0) 100%);
}
.langs__column ul{
	position: relative;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.langs__column li {
	opacity: 1;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	height: 25px;
	width: 64px;
	/*border: 1px solid #9A9C9D;*/
	border: 1px solid var(--dark);
	box-sizing: border-box;
	border-radius: 56px;
	transition: all .25s ease;
}
.langs__column span {
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: var(--dark);
	margin-right: 8px;
	margin-bottom: -1px;
	transition: background-color .25s ease;

}
.langs__column a {

	display: inline-block;
	width: auto;
	color: var(--dark);
	font-size: 14px;
	line-height: 17px;
	transition: color .25s ease;
}
.langs__column .current-lang {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;

}
.langs__column  li:hover {
	border: 1px solid var(--dark);
}
.langs__column .current-lang a {
	display: inline-block;
	width: 100%;
}
.current-lang span {
	width: 0;
	height: 0;
}
.langs__column ul:hover  a{
	color: var(--dark);
}
.langs__column ul:hover  span {
	background-color: var(--dark);
}
.logo_wrap svg {
	max-height: 76px;
}
.post-navigation {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.main-navigation {
	width: 100%;
	display: flex;
}
.header .row {
	align-items: center;
}
.post-navigation {
	display: block;
	width: 100%;
	margin-top: 56px;
}
.post-navigation .nav-links {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.nav-links a {
	display: block;
	width: 48px;
	height: 48px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: var(--grey);
	background-repeat: no-repeat;
	background-position: center;
	transition: background-color .25s ease;
}
.nav-links a:hover {
	background-color: var(--red);
}
.nav-previous a {
	background-image: url('assets/images/icons/prev-white.svg');
}
.nav-next a {
	background-image: url('assets/images/icons/next-white.svg');
}
.content-single {
	background-color: #fff;
	padding: 0 20px 28px 20px;
	border-radius: 0 0 34px 34px;
	max-width: 100%;
	margin-left: 15px;
	margin-right: 15px;
}
.content-single .img_wrap {
	margin-left: -20px;
	margin-right: -20px;
}
.content-single p a {
	text-decoration: underline;
	color: var(--red) ;
}
.post-bottom {
	display: flex;
	width: 100%;
}
.post-bottom .date{
	margin-left: auto;
}

.social_links {
	margin-left: auto;
	display: flex;
}
.social_links .circle_icon {
	margin: 0 5px;
	border-radius: 50%;
	transition: background-size .5s ease;
}
.social_links a svg, .post_social  a svg{
	display: none;
}
.social_links .likely__widget_facebook, .social_links .facebook {
	background-image: url("assets/images/icons/default-facebook.svg");
	/*background-image: url("assets/images/facebook-black-new.svg");*/
}
.social_links .insta {
	/*background-image: url("assets/images/Instagram-black-new.svg");*/
	background-image: url("assets/images/icons/default-instagram.svg");
}
.social_links .youtube {
	/*background-image: url("assets/images/youtube-black-new.svg");*/
	background-image: url("assets/images/icons/default-youtube.svg");
}
.social_links .likely__widget_telegram, .social_links .telegram  {
	background-image: url("assets/images/icons/default-telegram.svg");
	/*background-image: url("assets/images/telegram-black-new.svg");*/
}
.social_links .tiktok {
	background-image: url("assets/images/icons/TikTok-default.svg");
}
.social_links .tiktok:hover {
	background-image: url("assets/images/icons/TikTok.svg");
}

.social_links .circle_icon:hover {
	opacity: .2;
	animation: soc_icons  .3s ease;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.social_links .likely__widget_facebook:hover, .social_links .facebook:hover {
	background-image: url("assets/images/icons/Facebook.svg");
	-webkit-background-size: 105%;
	background-size: 105%;
}
.social_links .insta:hover {
	background: url("assets/images/icons/Instagram.png");
	-webkit-background-size: 105%;
	background-size: 105%;
}
.social_links .youtube:hover {
	background-image: url("assets/images/icons/YouTube.svg");
	-webkit-background-size: 105%;
	background-size: 105%;
}
.social_links .likely__widget_telegram:hover, .social_links .telegram:hover {
	background-image: url("assets/images/icons/Telegram.svg");
	-webkit-background-size: 105%;
	background-size: 105%;
}
.search {
	/*background-image: url("assets/images/find-black-new.svg");*/
	background-image: url("assets/images/icons/default-search.svg");
}

.search:hover {
	background-image: url("assets/images/icons/search.svg");
}

.checkbox-group {
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	border: 1px solid #9A9C9D;
	box-sizing: border-box;
	border-radius: 56px;
	width: 64px;
	height: 25px;
	font-size: 14px;
	color: var(--grey);
}
.langs__switch input {
	display: none;
}
.langs__switch span:first-of-type {
	left: 0;
}
.langs__switch span:last-of-type {
	right: 0;
}
.switch {
	display: block;
	width: 100%;
	height: 25px;
}
.switch::after {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	left: 7px;
	top: 7px;
	border-radius: 50%;
	background-color:  #9A9C9D;
}
.switch ~ span {
	display: block;
	margin-right: 5px;
}
.switch ~ span:first-of-type {
	display: none;
}
.checkbox:checked+.switch::after {
	left: 45px;
}
.checkbox:checked+.switch ~ span:first-of-type {
	display: block;
	transform: translateX(-30px);
}
.checkbox:checked+.switch ~ span:last-of-type {
	display: none;
}
.checkbox-group:hover {
	border: 1px solid var(--dark);
	color: var(--dark);
}
.checkbox-group:hover .switch::after, .switch:hover::after {
	background-color:  var(--dark);
}
/*====================
top main categories list
======================*/
.site-main {
	position: relative;
	padding-top: 16px;
	padding-bottom: 70px;
}
.category-list {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.category-list li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 45px;
}
.category-list li a {
	color: var(--grey)
}
.category-list li a:hover {
	color: var(--red)
}
.category-list li a:visited {
	color: var(--dark)
}
.category-list .img_box {
	display: block;
	width: 100%;
	min-width: 10px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: center 0;
}
.category-list li.current-menu-item{
	pointer-events: none;
}
.category-list li:first-of-type .img_box {
	background-image: url("assets/images/icons/news_button.svg");
	/*background-image: url("assets/images/news_button-black-new.svg");*/
}
.category-list li:first-of-type a.current-menu-item .img_box {
	background-image: url("assets/images/icons/news_button-hover.svg");
}
.category-list li:first-of-type a:hover .img_box {
	background-image: url("assets/images/icons/news-red.svg");
}
.category-list li:first-of-type a:visited .img_box {
	background-image: url("assets/images/icons/news_button-hover.svg");
}
.category-list li:nth-of-type(2) .img_box {
	background-image: url("assets/images/icons/video.svg");
	/*background-image: url("assets/images/video-black-new.svg");*/
}
.category-list li:nth-of-type(2) a:hover .img_box {
	background-image: url("assets/images/icons/video-red.svg");
}
.category-list li:nth-of-type(2) a:visited .img_box {
	background-image: url("assets/images/icons/video-hover.svg");
}
.category-list li:nth-of-type(2).current-menu-item  .img_box {
	background-image: url("assets/images/icons/video-hover.svg");
}
.category-list li.current-menu-item:first-of-type .img_box {
	background-image: url("assets/images/icons/news_button-hover.svg");
}
.category-list li:last-of-type .img_box {
	background-image: url("assets/images/icons/funny.svg");
	/*background-image: url("assets/images/funny-black-new.svg");*/
}
.category-list li:last-of-type a:hover .img_box {
	background-image: url("assets/images/icons/funny-red.svg");
}
.category-list li:last-of-type a:visited .img_box {
	background-image: url("assets/images/icons/funny-hover.svg");
}
.category-list li:last-of-type.current-menu-item .img_box {
	background-image: url("assets/images/icons/funny-hover.svg");
}
.category-list h3 {
	font-family: "Proxima Nova", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	color: var(--dark);
	transition: color .2s ease;
}
.category-list .current-menu-item h3 {
	color: var(--dark);
}
.category-list a:not(.current-menu-item):hover h3 {
	color: var(--red);
}
.post_social {
	display: flex;
	align-items: center;
}
.post_social .circle_icon {
	height: 46px;
	width: 46px;
	background-repeat: no-repeat;
	background-position: center;
}
.post_social .share {
	background-image: url("assets/images/icons/def-share.svg");
}
.post_social .likely__widget_facebook, .post_social .facebook {
	background-image: url("assets/images/icons/def-facebook.svg");
}
.post_social .likely__widget_telegram, .post_social .telegram {
	background-image: url("assets/images/icons/def-telegram.svg");
}
.post_social .likely__widget_viber, .post_social .viber  {
	background-image: url("assets/images/icons/def--viber.svg");
}
.post_social .some {
	background-image: url("assets/images/icons/def-link.svg");
}

.post_social  a:hover.likely__widget_facebook, .post_social  a:hover.facebook {
	background-image: url("assets/images/icons/active-fac.svg");
}
.post_social a:hover.likely__widget_telegram, .post_social a:hover.telegram {
	background-image: url("assets/images/icons/red-telega.svg");
}
.post_social a:hover.likely__widget_viber, .post_social a.viber:hover {
	background-image: url("assets/images/icons/red-viber.svg");
}
.post_social  a:hover.some {
	background-image: url("assets/images/icons/red-links.svg");
}
article, .post {
	margin: 30px auto;
	display: block;
	width: 100%;
	background: #FFFFFF;
	border-radius: 34px;
	overflow: hidden;
}
.single {
	margin-bottom: 50px;
}
.single ul {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 1.5rem;
}
body, body.single {
	margin-bottom: 0 !important;
}
/*зимний стиль*/
/*body {*/
	/*position: relative;*/
	/*background-image: url("assets/images/header-bg-2.png");*/
	/*background-position: 0 0;*/
	/*-webkit-background-size: 100%;*/
	/*background-size: 100%;*/
	/*background-repeat: no-repeat;*/
/*}*/
.single h2,
.single h3,
.single h4,
.single h5,
.single h6  {
	margin-bottom: 15px;
}
.single p {
	margin-bottom: 15px;
}
.post_img_box {
	margin-bottom: 26px;
}
.post_img_box img{
	display: block;
	width: 100%;
	height: 291px;
	object-fit: cover;
	background-color: transparent;

}
.post_img_box p {
	padding-left: 20px;
	padding-right: 20px;

}
.post_img_box .lyte-wrapper {
	margin-top: 0 !important;
}
.entry-content {
	padding: 0 20px 20px 20px;
}
.entry-content p {
	position: relative;
	font-size: 22px;
	line-height: 30px;

}
.entry-content p::after {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	top: 35px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #FFFFFF 72.69%);
}

.entry-meta {
	display: flex;
	margin-bottom: 25px;
}
.date {
	font-size: 18px;
	line-height: 30px;
	color: var(--grey);
}
.post-link {
	margin-left: auto;
	font-size: 22px;
}
.post-link a {
	text-decoration: underline;
}
.red {
	color: var(--red) !important;
}
/*==================
404
======================*/
.title_extra {
	width: 100%;
	font-weight: 800;
	font-size: 32px;
	line-height: 39px;
	margin-bottom: 22px;
}
.text-big {
	width: 100%;
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 66px;
}
.img_wrap-flex {
	display: flex;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
}
.btn_wrap {
	display: flex;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn_wrap .link {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 350px;
	width: 100%;
	font-size: 18px;
	line-height: 64px;
	letter-spacing: -0.2px;
	text-transform: uppercase;
	color: var(--grey);
	border: 1.5px solid var(--grey);
	border-radius: 34px;
	background-color: #fff;
}
.btn_wrap .link:hover {
	color: var(--red);
	border-color: var(--red);
}


/*================
FOOTER
=================*/
.bg-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	padding-top: 51%;
	z-index: -1;
}
.bg-footer img {
	height: 100vh;
	object-fit: cover;
}
.footer {
	position: relative;
	z-index: 2;
	padding-top: 50px;
	padding-bottom: 55px;
	background-color: var(--dark);
	/*background-color: rgba(17,17,17, .7);*/
	color: var(--white);
	margin-top: auto;
}
.footer a {
	color: inherit;
	text-decoration: none;
}
.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer nav {
	width: 100%;

}
.footer nav ul {
	display: flex;
	width: 100%;
	justify-content: center;
}
.footer p {
	margin-bottom: 0;
}
.footer nav li {
	margin: 0 10px;
	font-family: "Proxima Nova", sans-serif;
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
}
.footer nav li a{
	color: #ffffff !important;
}
.footer nav a {
	display: inline-block;
	padding: 0 10px;

}
.row_bottom {
	position: relative;
	margin-top: 20px;
}
.footer_logo {
	/* display: none; */
	position: absolute;
	bottom: 95%;
	/* left: 30px; */
}
footer .footer_soc {
	flex-wrap: wrap;
	max-width: 230px;
}
.footer_soc .circle_icon {
	background-color: #fff;
	border-radius: 50%;
	margin: 0 5px;
}
.footer_soc .circle_icon:first-of-type {
	margin-left: auto;
}
.footer_soc .circle_icon:last-of-type {
	margin-right: 0;
}
.footer_soc .likely__widget_facebook , .footer_soc .facebook {
	background-image: url("assets/images/icons/black-fac.svg");

}
.footer_soc .insta {
	background-image: url("assets/images/icons/black-insta.svg");
}
.footer_soc .youtube {
	background-image: url("assets/images/icons/black-youtube.svg");
}
.footer_soc .tiktok {
	background-image: url("assets/images/icons/TikTok-footer.svg");
}
.footer_soc .likely__widget_telegram, .footer_soc .telegram {
	background-image: url("assets/images/icons/black-telega.svg");
} 
.footer p {
	width: 100%;
	font-family: Raleway, sans-serif;
	font-size: 16px;
	line-height: 18px;
}
.footer_soc p {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
}
.copy {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-width: 373px;
	margin-top: 20px;
}
.copy p:first-of-type {
	font-weight: 600;
	margin-top: auto;
}
.copy p:last-of-type {
	font-weight: 300;
}
.menu_bottom-links {
	flex-grow: 1;
	display: flex;
	align-items: center;
}
.menu_bottom-links ul {
	margin-top: auto;
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: space-around;
}
.menu_bottom-links ul a {
	font-size: 14px;
	font-family: Raleway, sans-serif;
	font-weight: 500;
	color: #fff !important;
}
.menu_bottom-links ul a:hover {
	color:  rgb(155, 129, 141)  !important;
}
/*mmx search*/
.search-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	padding-top: 75px;
	z-index: 10;
}
.search-popup .wrapper {
	position: relative;
	width: 100%;
}
.search-popup__close {
	position: absolute;
	right: 20px;
	top: 0;
	background: 0 0;
	cursor: pointer;
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.search-popup__input-box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.search-popup__title {
	font-size: 36px;
	line-height: 43px;
	font-weight: 800;
	letter-spacing: -.02em;
	color: #414042;
	margin-bottom: 15px;
}
.search-popup__input-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.search-popup__input {
	display: block;
	border: 1px solid #9A9C9D;
	box-sizing: border-box;
	border-radius: 30px;
	background: #fff;
	padding: 14px 20px;
	font-size: 22px;
	line-height: 27px;
	color: #414042;
	margin-right: 36px;
	width: calc(100% - 160px);
}
.search-popup__input-submit {
	background: 0 0;
	border: none;
	cursor: pointer;
}
.ajax-search__title {
	margin-bottom: 40px;
	font-size: 32px;
	line-height: 39px;
	font-weight: 800;
}
.ajax-search__item {
	list-style: none;
	margin-bottom: 40px;
	font-size: 22px;
	line-height: 30px;
}
.search-popup__result-box {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ajax-search__item span {
	color: var(--red);
	font-size: 40px !important;
}
.disable_link {
	opacity: 0.5;
	pointer-events: none;
}
.to-top {
	position: absolute;
	right: 30px;
	top: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
}
.to-top:hover {
	fill: var(--red) !important;
}
.category-video .post_img_box figcaption, .category-videoua .post_img_box figcaption{
	padding-left: 20px;
	padding-right: 20px;
}
@keyframes soc_icons {
	0% {
		opacity: .2;
	}
	100% {
		opacity: 1;
	}
}

@media (min-width: 1024px) {
	.bg-footer img {
		max-width: none;
		width: 100%;
		height: auto;
	}

}
@media (max-width: 830px) {
	.category-list {
		position: fixed;
		z-index: 1000;
		width: 100%;
		max-width: 100vw;
		justify-content: center;
		bottom: 0;
		left: 0;
		background-color: #fff;
		margin-bottom: 0;
		filter: drop-shadow(0px -5px 12px rgba(0, 0, 0, 0.1));
	}
 	.single .category-list {
		margin-bottom: 0;
		padding-left: 0;
	}
	.category-list li {
		margin-left: 35px;
		margin-right: 35px;
		margin-top: 16px;
		margin-bottom: 25px;
		width: auto;
	}
	article, .post {
		margin: 20px auto;
	}
	.post_img_box {
		margin-bottom: 24px;
	}
	.post_img_box img {
		/*width: auto;*/
		max-width: 100%;
	}
	.post-title {
		height: auto;
		margin-bottom: 24px;
	}
	.entry-content p::after {
		display: none;
	}
	/*===========
    404
    ===========*/
	.page-404 {
		margin-top: 96px;
	}

	/*===========
    =FOOTER
    ===========*/
	.footer {
		padding-bottom: 116px;
	}
	.footer .row_bottom {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer_nav {
		display: none;
	}
	.row_bottom {
		position: relative;
		margin-top: 0;
	}
	.row_bottom > * {
		margin-left: auto;
		margin-right: auto;
	}
	.footer_logo {
		position: static;
		top: 0;
		order: -2;
		display: flex;
		width: 100%;
		justify-content: center;
		margin-bottom: 31px;
	}
	.footer_soc {
		order: -1;
		justify-content: center;
		margin-bottom: 15px;
	}
	.menu_bottom-links {

		order: 0;
		text-align: center;
		margin-right: auto;
	}
	.menu_bottom-links ul {
		flex-direction: column;
	}
	.social_links {
		margin-left: auto;
		margin-right: auto;
	}
	.copy {
		order: 1;
	}
	.footer_soc p {
		text-align: center;
	}
	.footer_soc .circle_icon:first-of-type {
		margin-left: 0;
	}
	.footer p {
		text-align: center;
	}
	/*mmx search*/
	.search-popup {
		height: calc(100vh - 80px);
		overflow-y: scroll;
		padding-top: 70px;
		bottom: 0;
	}
	.search-popup__input {
		width: 100%;
		padding-right: 80px;
		margin-right: 0;
	}
	.search-popup__input-row {
		position: relative;
	}
	.search-popup__input-submit {
		position: absolute;
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
}
@media (max-width: 535px) {
	.search_wrap {
		margin-left: auto;
	}
	.langs__column {
		margin-left: auto;
	}
	.category-list {
		justify-content: space-around;
	}
	.category-list li {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		margin-top: 16px;
		margin-bottom: 6px;

	}
	.main-navigation {
		width: 100%;
		display: flex;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
}
@media (max-width: 432px) {
	.search_wrap {
		flex-grow: 1;
		margin-left: auto;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.langs__column {
		margin-left: auto;
	}
	.google-auto-placed .ap_container {
  overflow:hidden;
  }
  .adsbygoogle .adsbygoogle-noablate {
  left: 30px;
  width: 350px;
  }	
  iframe#aswift_1 {width: 320px;}
}

.ad-banner{
	width: 100%;
	height: 300px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 0;
	margin-right: 0;
	display: block;
}
.ad-banner_mobile{
	display: none;
}

@media only screen and (max-width: 535px) {
	.ad-banner{
		display: none;
	}
	.ad-banner_mobile{
		display: block;
	}
	.google-auto-placed .ap_container {
  overflow:hidden;}
  
  .adsbygoogle .adsbygoogle-noablate {
  left: 30px;
  width: 350px;
  }
}