@import '/static/general/fonts/Quantico/font.css';
@import '/static/general/fonts/Plumb/font.css';
@import '/static/general/fonts/TTHovesPro/font.css';

@import '/static/wf.my.com/css/main/includes/colors.css?1';
@import '/static/wf.my.com/css/main/includes/layout.css?19';
@import '/static/wf.my.com/css/main/includes/admin.css?9';
@import '/static/wf.my.com/css/main/includes/common.css?11';
@import '/static/wf.my.com/css/main/includes/ranks.css';

@import '/static/wf.my.com/img/main/page/icons/wf_icons2/font.css';

:root {
	--theme-bg-color: #000;
	--theme-bg1: initial;
	--theme-bg2: var(--theme-bg1);
	--theme-logo1: url(/static/wf.my.com/img/main/page/wfclutch_logo.svg);
	--theme-logo2: var(--theme-logo1);
	--base-font: TTHovesPro;
}

body {
	margin: 0px;
	font: 15px/26px TTHovesPro, Arial, Helvetica, sans-serif;
	background-color: var(--theme-bg-color);
	background-image: var(--theme-bg1);
	background-position: center top;
	background-repeat: no-repeat;
}

body.inner {
	background-image: var(--theme-bg2);
}

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

body,
body.inner {
	background-image: none;
}

}

/* ----------------------------------------------------------- */

/* Slick Slider */

.slick-prev:before,
.slick-next:before {
	color: black;
	}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
	height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
	}
.slick-list:focus {
    outline: none;
	}
.slick-list.dragging {
    cursor: pointer;
	}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
	}

.slick-track {
	height: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: block;
	}
.slick-track:before,
.slick-track:after {
	content: '';
	display: table;
	}
.slick-track:after {
    clear: both;
	}
.slick-loading .slick-track {
    visibility: hidden;
	}

.slick-slide {
    height: 100%;
	min-height: 1px;
	position: relative;
	display: none;
    float: left;
	overflow: hidden;
	}
[dir='rtl'] .slick-slide {
    float: right;
	}
.slick-slide img {
    display: block;
	}
.slick-slide.slick-loading img {
    display: none;
	}
.slick-slide.dragging img {
    pointer-events: none;
	}
.slick-initialized .slick-slide {
    display: block;
	}
.slick-loading .slick-slide {
    visibility: hidden;
	}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
	}
.slick-arrow.slick-hidden {
    display: none;
	}

	.slick-prev,
	.slick-next {
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 50%;
		display: block;
		width: 20px;
		height: 20px;
		padding: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		cursor: pointer;
		color: transparent;
		border: none;
		outline: none;
		background: transparent;
		}

	.slick-prev:hover,
	.slick-prev:focus,
	.slick-next:hover,
	.slick-next:focus {
		color: transparent;
		outline: none;
		background: transparent;
		}

	.slick-prev:hover:before,
	.slick-prev:focus:before,
	.slick-next:hover:before,
	.slick-next:focus:before {
		opacity: 1;
		}

	.slick-prev.slick-disabled:before,
	.slick-next.slick-disabled:before {
		opacity: .25;
		}

	.slick-prev:before,
	.slick-next:before {
		font-family: 'slick';
		font-size: 20px;
		line-height: 1;
		opacity: .75;
		color: white;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		}

	.slick-prev {
		left: -25px;
		}

	[dir='rtl'] .slick-prev {
		right: -25px;
		left: auto;
		}

	/*.slick-prev:before {
		content: '←';
		}

	[dir='rtl'] .slick-prev:before {
		content: '→';
		}*/

	.slick-next {
		right: -25px;
		}

	[dir='rtl'] .slick-next {
		right: auto;
		left: -25px;
		}

	/*.slick-next:before {
		content: '→';
		}

	[dir='rtl'] .slick-next:before {
		content: '←';
		}*/

	.slick-dotted.slick-slider {
		margin-bottom: 30px;
		}

	.slick-dots {
		position: absolute;
		bottom: -25px;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
		}

	.slick-dots li {
		display: flex;
		position: relative;
		margin: 0px;
		padding: 0px;
		}

	.slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 20px;
		height: 20px;
		padding: 5px;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
		}

	.slick-dots li button:hover,
	.slick-dots li button:focus {
		outline: none;
		}

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

	.slick-dots li.slick-active button:before {
		opacity: .75;
		color: black;
		}

/* Community block */

.block_community_layout .hdr_layout {
	padding: 0px 20px;
}

/* .block_community {
	height: 188px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	background: var(--pad-color);
	overflow: hidden;
}

	.block_community .list {
		width: 100%;
		height: 140px;
		display: flex;
		box-sizing: border-box;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		padding: 6px 16px 0px 16px;
		overflow: hidden;
	}

		.block_community .list a {
			width: 64px;
			height: 64px;
			display: flex;
			margin: 0px 8px;
			font-size: 0px;
			background: url(/static/wf.my.com/img/main/content/index/soc_icons.png) 0px 0px no-repeat;
		}
		.block_community .list a:hover {
			filter: brightness(300%);
		}

		.block_community .list a.vk {background-position-x: 0px}
		.block_community .list a.tw {background-position-x: -70px}
		.block_community .list a.ok {background-position-x: -140px}
		.block_community .list a.in {background-position-x: -210px}
		.block_community .list a.yt {background-position-x: -280px}
		.block_community .list a.fb {background-position-x: -350px}
		.block_community .list a.dc {background-position-x: -420px}
		.block_community .list a.wb {background-position-x: -490px}

	.block_community .buttons {
		width: 100%;
		display: flex;
		flex-direction: row;
		box-sizing: border-box;
		justify-content: center;
		align-items: center;
		padding: 12px 16px;
	}

		.block_community .buttons a {
			min-width: 50px;
			height: 30px;
			display: flex;
			margin: 0px 6px;
			padding: 0px 16px;
			color: var(--pad-color);
			font: bold 14px/30px Quantico, Arial, Helvetica, sans-serif;
			justify-content: center;
			align-items: center;
			text-transform: uppercase;
			background: #5e6468;
		}
		.block_community .buttons a:hover {
			color: #000;
			text-decoration: none;
			background: #fff;
		}
		.block_community .buttons a:first-child {
			margin-left: 0px;
		}
		.block_community .buttons a:last-child {
			margin-right: 0px;
		}

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

.block_community_layout {
	display: none;
}

} */


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

/* Node */

.node h1 + p {
	margin-top: 8px;
}

/* Header auth */

#block-user-1 .loader {
	width: 315px;
	height: 30px;
	background: url(/static/wf.my.com/img/main/page/details/loader_auth.svg) center no-repeat;
}

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

#block-user-1 .loader {
	width: 236px;
}

}

/*--- Soc icons ---*/

.soc_list {
	min-height: 64px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0px;
	line-height: 0px;
	text-align: center;
	column-gap: 24px;
	row-gap: 12px;
}

	.soc_list a {
		width: var(--size);
		height: var(--size);
		display: flex;
		background: url(/static/wf.my.com/img/main/page/soc_icons.png) var(--ico) center / auto 100% no-repeat;
		--size: 64px;
		--i: 1;
		--ico: calc(var(--size) * var(--i) * -1 + var(--size));
	}
	.soc_list a:hover {
		filter: brightness(300%);
	}

	.soc_list .fb {--i: 1}
	.soc_list .in {--i: 2}
	.soc_list .tw {--i: 3}
	.soc_list .yt {--i: 4}
	.soc_list .dc {--i: 5}
	.soc_list .th {--i: 6}
	.soc_list .wb {--i: 7}
	.soc_list .rd {--i: 8}
	.soc_list .vs {--i: 9}

/* ----------------------------------------------------------- */
/* Start social buttons */
/* ----------------------------------------------------------- */

#soc_block {
    position: fixed;
    right: 30px;
    top: 345px;
	z-index: 10;
}
#soc_block .addthis_counter {
	min-height: 22px;
    display: block !important;
	font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-weight: normal;
	cursor: default;
}
#soc_block a {
    background: url(/static/wf.my.com/img/main/page/soc/icons.png) 0 0 no-repeat;
    height: 22px;
    width: 22px;
    display: block;
    margin: 4px auto 0;
}
#soc_block a:hover {
	background-position-y: -26px;
}
#soc_block a span {
    display: none;
}
#soc_block .addthis_button_twitter {
    background-position-x: 0px;
}
#soc_block .addthis_button_facebook {
    background-position-x: -26px;
}
#soc_block .addthis_button_vk {
    background-position-x: -52px;
}
#soc_block .addthis_button_odnoklassniki_ru {
    background-position-x: -78px;
}
#soc_block .addthis_button_mymailru {
    background-position-x: -104px;
}

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

#soc_block {
	display: none;
	}
}


#soc_block.sharing_container a,
.sharing_container a {
	background: url(/static/wf.mail.ru/img/main/page/soc/icons.png) 0 0 no-repeat;
	height: 22px;
	width: 22px;
	display: block;
	margin: 4px auto 0;
}

#soc_block.sharing_container a:hover,
.sharing_container a:hover {
	background-position-y: -26px;
}

#soc_block.sharing_container a span,
.sharing_container a span {
	display: none;
}

#soc_block.sharing_container .sharing_button_twitter,
.sharing_container .sharing_button_twitter {
	background-position-x: 0px;
}
#soc_block.sharing_container .sharing_button_fb,
.sharing_container .sharing_button_fb {
	background-position-x: -26px;
}
#soc_block.sharing_container .sharing_button_vk,
.sharing_container .sharing_button_vk {
	background-position-x: -52px;
}
#soc_block.sharing_container .sharing_button_ok,
.sharing_container .sharing_button_ok {
	background-position-x: -78px;
}

/* ----------------------------------------------------------- */
/* Popup 'Change nickname' */
/* ----------------------------------------------------------- */

.nickname {
	max-width: 570px;
	position: relative;
	box-sizing: border-box;
	margin: auto;
}
	.nickname__input {
		width: 60%;
		max-width: 100%;
		margin-top: 16px;
		padding: 8px 16px;
		text-align: center;
	}

	.nickname_error {
		width: 60%;
		min-height: 26px;
  		margin: 0px auto;
		padding: 2px 0px 6px;
		color: #ff0000;
		text-align: left;
		cursor: default;
	}

	.nickname__footer {
		display: flex;
		justify-content: center;
		gap: 28px;
	}

		.nickname__footer .wf__button {
			margin: 0px;
		}

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

	.nickname__input,
	.nickname_error {
		width: 100%;
	}

	.nickname__footer {
		flex-wrap: wrap;
	}

}

/* ----------------------------------------------------------- */
/* Popup 'Google notice' */
/* ----------------------------------------------------------- */

.popup-google {
	background: url(/static/wf.my.com/img/main/content/index/google_popup.jpg) center right no-repeat;
	height: 304px;
	box-sizing: border-box;
	padding: 35px 0;
	margin: -70px 0;
}
	.popup-google__text {
		float: right;
		width: 440px;
		text-align: center;
	}
	.popup-google__text p {
		text-transform: uppercase;
		margin: 0 0 23px;
		font-size: 24px;
		line-height: 27px;
		color: #fff;
	}
	.popup-google__button {
		min-width: 270px;
	}
	.popup-google + .ovl-close {
		top: 35px;
		right: -5px;
	}
.popup-google__arr {
    display: none;
    position: fixed;
    left: 180px;
    top: 200px;
    width: 120px;
    height: 120px;
    z-index: 1410;
    color: #fff;
    background: var(--item-color);
}
	.popup-google__arr:before, .popup-google__arr:after {
	    content: "";
	    position: absolute;
	    width: 50px;
	 	height: 10px;
	    top: 50%;
	    animation: arrow .35s alternate infinite linear;
		background: #fff;
	}
	.popup-google__arr:before {
	    left: 17.5%;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.popup-google__arr:after {
	    right: 17.5%;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	@keyframes arrow {
		from { top: 35%; }
		to { top: 55%; }
	}

	.popup-google__arr.is-show {
	    display: block;
	}

@media screen and (max-width: 1290px) {
	.popup-google + .ovl-close {
		top: 10px;
		right: 15px;
	}
}

@media screen and (max-width: 720px) {
	.popup-google {
		margin: -30px -20px;
	}
	.popup-google__text {
		float: none;
		width: 100%;
	}
	.popup-google__text p {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 25px;
	}
	.popup-google__arr.is-show {
		display: none;
	}
}

/* Page App */

#app {
	min-height: 260px;
	position: relative;
}

#app.loading {
	background: var(--pad-color) url(/static/wf.my.com/img/main/page/details/loader.png) center center no-repeat;
}

	#app.loading > * {
		visibility: hidden;
	}

	.mod_loader_msg {
		min-height: 400px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		cursor: default;
		background-color: var(--pad-color);
	}

		.mod_loader_msg h3 {
			color: #fff;
			border: 0;
			line-height: 1;
			font-size: 20px;
			margin: 30px 0;
		}
