

/* ----------------------------------------------------------- */
/* Common */
/* ----------------------------------------------------------- */

a {
	color: var(--item-color);
	text-decoration: none;
	outline: none;
	cursor: pointer;
	}

a:hover {
	text-decoration: underline;
	}

h1 {
	display: block;
	margin: 0px;
	padding: 6px 0px;
	color: #fff;
	font: normal 21px/30px Quantico, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}

h2, h3 {
	display: block;
	margin: 0px;
	color: #fff;
	font: normal 21px/41px Quantico, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	}

h4 {
	display: inline-block;
	margin: 0px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	}

	h4 a {
		padding-right: 26px;
		color: #fff;
		text-decoration: none;
		background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/img/main/page/details/header_arr.png) right center no-repeat;
		}
	h4 a:hover {
		text-decoration: underline;
		}

h5 {
	display: block;
	margin: 0px;
	color: var(--item-color);
	font: normal 21px/26px Quantico, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}

h6 {
	margin: 0px;
	font: 17px/24px Plumb, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}

body hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #2a2f33;
	}

ul li {
	margin: 8px 0px;
	}

img {
	max-width: 100%;
	}

table, td, th {
	border-color: #2a2f33;
	}

iframe {
	border: none;
	}

/* ASide sticky block */

aside .sticky.fixed {
	width: 100%;
	max-width: 315px;
	position: fixed;
	top: 62px;
	margin-top: 0px;
	z-index: 10;
	}

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

aside .sticky.fixed {
	width: auto;
	max-width: none;
	position: static;
	}

}

/* CM headers & elements */

.node .block_thesis_orange,
.node .block_thesis_orange_text,
.node .block_thesis_gray,
.node .block_thesis_gray_text {
	box-sizing: border-box;
	padding: 0px;
	font: 21px/45px Quantico;
	border: 1px solid transparent;
	}
.node .block_thesis_orange,
.node .block_thesis_orange_text {
	background: var(--item-color);
	}
.node .block_thesis_gray,
.node .block_thesis_gray_text {
	background: transparent;
	border-color: #fff;
	}

.block_thesis_orange + p {
	margin-top: 0px;
	}

	.block_thesis_orange a,
	.block_thesis_orange_text a,
	.block_thesis_gray a,
	.block_thesis_gray_text a {
		display: block;
		padding: 20px 24px;
		color: #fff;
		}

/* Block Header */

.hdr_layout {
	height: 42px;
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 0px 32px;
	color: #fff;
	font: normal 20px/41px Quantico, Arial, Helvetica, sans-serif;
	cursor: default;
	}
#textcontent .hdr_layout {
  height: auto;
}

aside .hdr_layout,
.aside .hdr_layout {
	padding: 0px 20px;
	}

.hdr_layout.center {
	text-align: center;
	}

	.hdr_layout.center h4 a {
		margin-left: 26px;
		}

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

.hdr_layout {
	height: auto;
}

	.hdr_layout h4 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

}

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

aside .hdr_layout.aside_extra_space,
.aside .hdr_layout.aside_extra_space {
	padding: 0px;
}

}

/* Block More Layout */

.more_layout {
	height: 42px;
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 0px 20px;
	color: #98a0a9;
	font: 14px/41px Plumb, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	cursor: default;
	}

	.more_layout a {
		display: inline-block;
		}

	.more_layout a:hover {
		text-decoration: underline;
		}

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

.more_layout.mob {
	display: none;
}

}

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

.more_layout.dsk {
	display: none;
}

.aside .more_layout {
	height: auto;
	margin-bottom: 20px;
	padding: 0px;
}

	.aside .more_layout a {
		min-height: 64px;
		display: flex;
		flex-grow: 1;
		align-items: center;
		justify-content: center;
		color: #fff;
		font: 18px Quantico, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		background: var(--item-color);
		}
	.aside .more_layout a:hover {
		color: #000;
		text-decoration: none;
		background: #fff;
		}

}

/* Pager */

.item-list ul.pager {
	font-size: 0px;
	}
.item-list ul.pager,
.item-list ul.pager li a {
	color: #575c61;
	}

	.item-list ul.pager li {
		display: inline-block;
		margin: 0px;
		padding: 0px;
		font-size: 17px;
		overflow: hidden;
		cursor: default;
		}

		.item-list ul.pager li a,
		.item-list ul.pager li.pager-current {
			padding: 0px 12px;
			}

		.item-list ul.pager li.pager-current {
			color: var(--item-color);
			font-weight: normal;
			}
		.item-list ul.pager li a:hover {
			color: #fff;
			text-decoration: none;
			}

	.item-list ul.pager li.pager-first,
	.item-list ul.pager li.pager-previous,
	.item-list ul.pager li.pager-ellipsis,
	.item-list ul.pager li.pager-next,
	.item-list ul.pager li.pager-last {
		width: 32px;
		position: relative;
		overflow: hidden;
		}

		.item-list ul.pager li.pager-first a,
		.item-list ul.pager li.pager-previous a,
		.item-list ul.pager li.pager-ellipsis a,
		.item-list ul.pager li.pager-next a,
		.item-list ul.pager li.pager-last a {
			display: inline-block;
			padding: 0px;
			text-indent: -1111px;
			white-space: nowrap;

			}

		.item-list ul.pager li.pager-first a::before,
		.item-list ul.pager li.pager-previous a::before,
		.item-list ul.pager li.pager-next a::before,
		.item-list ul.pager li.pager-last a::before {
			width: 100%;
			display: block;
			position: absolute;
			top: 0px;
			left: 0px;
			font-size: 22px;
			line-height: 22px;
			font-family: "Times New Roman";
			text-align: center;
			text-indent: 0px;
			}

		.item-list ul.pager li.pager-first a::before {
			content: '«';
			}
		.item-list ul.pager li.pager-previous a::before {
			content: '‹';
			}
		.item-list ul.pager li.pager-next a::before {
			content: '›';
			}
		.item-list ul.pager li.pager-last a::before {
			content: '»';
			}

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

.button {
	background-color: #5e6468;
	border: 0;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font: 14px/14px Quantico,sans-serif;
	outline: none;
	overflow: hidden;
	padding: 15px 30px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	}
.button.active {
	background-color: var(--item-color);
	color: #fff;
	}
.button:hover {
	color: #000;
	text-decoration: none;
	background-color: #fff;
	}
.button.active[disabled] {
	background-color: rgba(237, 35, 35, 0.4);
	color: #282c2b;
	cursor: default;
	}
.button.white {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding-bottom: 14px;
	padding-top: 14px;
	text-transform: uppercase;
	}
.button.white:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
	}
.clear {
	clear: both;
	}

.block_line {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #0f0a10;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    margin: 0px -33px 0px -32px;
	}

.mr_loader,
.mr_loader2 {
	width: 100%;
	height: 460px;
	display: flex;
	}
.mr_loader {
	background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/img/main/page/details/ajax_loader.gif) center center no-repeat;
	}
.mr_loader2 {
	background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/img/main/page/details/ajax_loader_bg.gif) center center no-repeat;
	}

/* form */

textarea {
    resize: vertical;
}
.input {
    background: #363c3a;
    border: 1px solid #363c3a;
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    font-family: Titillium;
}
.input:active {
    border: 1px solid var(--item-color);
    outline: medium none;
}
.input:focus {
    border: 1px solid #5e6468;
    outline: medium none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input:required {
    box-shadow: none;
}
input:invalid {
    box-shadow: none;
}
.input-select {
    -moz-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    outline: medium none;
}
.input-select-option-disabled {
    color: #282c2b;
}
.input-label {
    -moz-box-align: center;
    align-items: center;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    line-height: 150%;
}
.input-label .input {
    margin: 0 10px;
    width: auto;
}
.input-label-right {
    -moz-box-pack: end;
    box-sizing: border-box;
    justify-content: flex-end;
    padding-right: 20px;
    text-align: right;
}
.input-label-white {
    color: #fff;
}
.input-label-grey {
    color: #5e6468;
}
.input-label-red {
    color: var(--item-color);
}
.input-label-full {
    width: 100%;
}

/* --- Spoiler --- */

.spoiler {
	border-bottom: 1px solid #43484d;
	}

	.spoiler__title {
		min-height: 20px;
		position: relative;
		padding: 10px 0px;
		color: #9ba0a5;
		font: 18px/24px Quantico, Arial,Helvetica,sans-serif;
		text-transform: uppercase;
		cursor: pointer;
		-khtml-user-select: none;
		-moz-user-select: none;
		user-select: none;
		}
	.spoiler__title:hover {
		color: #c2c7cc;
		}

	.spoiler__title:after {
		content:'';
    display: inline-block;
    vertical-align: middle;
		width:0;
		height:0;
		border: 5px solid transparent;
		border-top-color: #9ba0a5;
    margin: 2px 0 0 9px;
		}
	.spoiler__title:hover:after {
		border-top-color: #c2c7cc;
		}
	.spoiler__title.opened:after {
		border-bottom-color: #9ba0a5;
		border-top-color: transparent;
    margin-top: -8px;
		}

	.spoiler__content {
		padding: 6px 0px 10px;
		display:none;
		}

		.spoiler__content p {
			margin: 0 0 10px;
			}

/*--- tabs profile ---*/

.user__menu {
  background: var(--pad-color2);
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
  .user__menu li {
    margin: 0;
    list-style: none;
    font: bold 16px/58px Quantico, Arial, Helvetica, sans-serif;
    cursor: pointer;
    text-align: center;
    margin: 0 10px;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
  }
  .user__menu li a {
    color: #a9aeb3;
    text-decoration: none;
  }
  .user__menu li.is-active{
    cursor: default;
    border-color:var(--item-color);
  }
  .user__menu li:hover span,  .user__menu li:hover a {
    color: #fff;
    text-decoration: none;
  }
  .user__menu li.is-active span {
  	color: var(--item-color);
  }

/* ----------------------------------------------------------- */
/* Popup */
/* ----------------------------------------------------------- */

body.ovl-opened {
  overflow:hidden!important;
}
body.ovl-opened .layout {
  height: auto;
  min-height: 100vh;
  overflow-x:hidden;
  overflow-y:scroll;
}
.ovl-fade {
  background: rgba(4, 8, 12, 0.85);
  height: 100%;
  left: 0;
  opacity: 0.7;
  visibility: hidden;
  overflow-y:scroll;
  position: fixed;
  top: 0;
  transition: opacity .2s, visibility .2s;
  width: 100%;
  z-index: 111;
}
.ovl-opened .ovl-fade {
  opacity: 1;
  visibility: visible;
}
.middle {
  display: inline-block;
  height:100%;
  vertical-align: middle;
}
.ovl-wrap {
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  text-align: center;
  top: 0;
  white-space: nowrap;
  width: 100%;
  z-index: 112;
}
.ovl {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  position: relative;
  vertical-align: middle;
  white-space: normal;
  margin: 15px 0;
  transition: opacity .2s, visibility .2s;
  color:#c4c4c4;
  background: var(--pad-color);
  text-align:left;
}
.ovl-opened .ovl {
  opacity: 1;
  visibility: visible;
}

.ovl-close {
    background-image: url(https://wf.cdn.gmru.net/static/wf.mail.ru/img/main/page/regform/close.png);
    background-position: center center;
    position: absolute;
    left:100%;
    top:0;
    cursor: pointer;
    height: 15px;
    margin-left: 10px;
    width: 15px;
}
.ovl-video {
  background: #000;
  width:814px;
  height:458px;
}
.ovl img {
  max-width:1000px;
  display:block;
}
.wf__ovl {
  background: #000;
  width: 100vw;
  text-align: center;
  z-index: 1;
  padding: 70px 0;
  margin-left: -25px;
  box-sizing: border-box;
}
.wf__ovl-content {
  width: 1220px;
  margin: auto;
}
.wf__ovl + .ovl-close {
  left: 1180px;
  right: 0;
  margin: auto;
  top: 40px;
}
.wf__button.ovl-bt {
  display: inline-block;
  width: auto;
  margin: 20px 20px 0;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  min-width: 220px;
}
  .ovl-bt.ovl-bt_white {
    background: none;
    border: 1px solid var(--item-color);
    color: var(--item-color);
  }
  .ovl-bt.ovl-bt_white:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
  }
@media screen and (max-width: 1220px) {
  .wf__ovl-content {
    width: 100%;
  }
  .wf__ovl {
    padding: 70px 30px;
  }
  .wf__ovl + .ovl-close {
    left: auto;
    right: 10px;
  }
}

@media screen and (max-width: 720px) {
  .wf__ovl {
    margin: 0;
    width: 100%;
  }
  .wf__button.ovl-bt {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .ovl-close {
    top: -25px;
  }
}

/* ----------------------------------------------------------- */
/* Common elements */
/* ----------------------------------------------------------- */

/* .spoiler_block - разметка, использующаяся в старых новостях */

body .wf__spoiler,
body .spoiler_block {
	border: none;
	border-bottom: 1px solid #43484d;
	}
	.wf__spoiler .wf__spoiler-title,
	.spoiler_block .open {
		min-height: 20px;
		position: relative;
		padding: 10px 32px 10px 0px;
		color: #9ba0a5;
		font: 18px/24px Quantico, Arial,Helvetica,sans-serif;
		text-transform: uppercase;
		cursor: pointer;
		-khtml-user-select: none;
		-moz-user-select: none;
		user-select: none;
		border-bottom: none;
		}
	.wf__spoiler-title:hover,
	.spoiler_block .open:hover {
		color: #fff;
		}
	.wf__spoiler-title:after,
	.spoiler_block .open:after {
		content:'';
    	display: inline-block;
   		vertical-align: middle;
		width:0;
		height:0;
		border: 5px solid transparent;
		border-top-color: #9ba0a5;
    	margin: 2px 0 0 9px;
		}
	.wf__spoiler-title:hover:after,
	.spoiler_block .open:hover:after {
		border-top-color: #fff;
		}
	.wf__spoiler-title.opened:after,
	.spoiler_block .open.show:after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		margin-top: -8px;
		}
	.wf__spoiler-content,
	.spoiler_content {
		padding: 6px 0px 10px;
		display:none;
		}
		.wf__spoiler-content p,
		.spoiler_content p {
			margin: 0 0 10px;
			}
	.wf__spoiler-content .wf__spoiler-subtitle {
	    text-transform: uppercase;
	    margin: 15px 0 0;
	    font-weight: bold;
	}
	.spoiler_block .spoiler_title { border: none; }
	.spoiler_block .open img, .spoiler_block .close { display: none; }

	.wf__spoiler.wf__spoiler_orange { border-color: var(--item-color); }
	.wf__spoiler_orange .wf__spoiler-title { color: var(--item-color); }
	.wf__spoiler_orange .wf__spoiler-title:after { border-top-color: var(--item-color); }

.wf__tabs {
	background: var(--pad-color2);
	width: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
	.wf__tabs li {
	    margin: 0;
	    list-style: none;
	    font: bold 16px/58px Quantico, Arial, Helvetica, sans-serif;
	    text-align: center;
	    margin: 0 10px;
	    text-transform: uppercase;
			border-bottom: 1px solid transparent;
			cursor: pointer;
	}
	.wf__tabs li a {
	    color: #a9aeb3;
	    text-decoration: none;
	}
	.wf__tabs li:not(.is-disabled):hover span,
	.wf__tabs li:not(.is-disabled):hover a {
		cursor: pointer;
 		color: #fff;
    text-decoration: none;
	}
	.wf__tabs li.is-active {
		cursor: default;
		border-color: var(--item-color);
		color: var(--item-color);
	}
	.wf__tabs li.is-active span,
	.wf__tabs li.is-active:hover span {
		color: var(--item-color);
	}
	.wf__tabs li span {
		pointer-events: none;
	}

.wf__table {
	border-spacing: 1px 0;
	border-collapse: separate;
	background: none;
	width: 100%;
	}
	.wf__table td, .wf__table th {
		border: none;
		padding: 10px 20px;
		}
	.wf__table th {
		background: var(--pad-color2);
		text-transform: uppercase;
		font-weight: normal;
		}
	.wf__table th:focus {
		outline: none;
	}
	table.wf__table tr {
		background-color: transparent;
		padding: 0;
	}
	.wf__table td {
		position: relative;
	}
	.wf__table tr:nth-child(2n+1) td {
	    background: none;
		}
	.wf__table tr:nth-child(2n) td {
	    background: var(--pad-color2);
		}

.wf__table-thin {
    background: none;
    border: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid rgba(140,145,150,.6);
}
	.wf__table-thin th {
		text-transform: uppercase;
		font-weight: normal;
	}
	.wf__table-thin td,
	.wf__table-thin th {
	    padding: 10px 20px;
	    text-align: left;
	    border-right: 1px solid rgba(140,145,150,.11);
	}
	.wf__table-thin th {
		border-bottom: 1px solid rgba(140,145,150,.6);
	}
	.wf__table-thin td {
		border-bottom: 1px solid rgba(140,145,150,.11);
	}
	.wf__table-thin tr:last-of-type td {
		border-bottom: none;
	}
	.wf__table-thin td:last-of-type,
	.wf__table-thin th:last-of-type  {
		border-right: none;
	}

.wf__input {
	background: none;
	border: 1px solid #5e6468;
	color: currentColor;
	font: inherit;
	font-size: 15px;
	display: block;
	margin: auto;
    padding: 2px 15px;
    box-sizing: border-box;
	width: 100%;
    max-width: 435px;
}
	.wf__input::-webkit-input-placeholder {
		color: #5e6468;
		font: inherit;
		font-size: 15px;
	}
	.wf__input::-moz-placeholder {
		color: #5e6468;
		font: inherit;
		font-size: 15px;
	}
	.wf__input:focus {
		outline: none;
	}

.wf__search {
	margin: auto;
	position: relative;
    max-width: 435px;
}
	.wf__search .wf__input {
		padding-right: 38px;
	}
	.wf__search:after {
	    content: "";
	    border: none;
	    background: url(/static/wf.my.com/img/main/content/profile/icon-search.png) center no-repeat;
	    width: 19px;
	    height: 18px;
		display: block;
	    margin: auto;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    right: 10px;
	}
.wf_form-line {
  margin: 0 0 6px;
}

.wf__button {
	background: var(--item-color);
	border: none;
	color: #fff;
	text-transform: uppercase;
	font: 18px/50px Quantico, Arial, Helvetica, sans-serif;
	padding: 0 40px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	text-decoration: none;
}
	.wf__button_sm {
		font: 12px/30px Quantico, Arial, Helvetica, sans-serif;
		padding: 0 15px;
	}
	.wf__button_white {
		border: 1px solid currentColor;
		background: none;
	}
	.wf__button_lite {
		background: #fff;
		color: #000;
	}
	.wf__button_orange {
		border: 1px solid var(--item-color);
		color: var(--item-color);
		background: none;
	}
	.wf__button:hover {
		text-decoration: none;
		background: #fff;
		color: #000;
	}
	.wf__button:focus {
		outline: none;
	}
	.wf__button_lite:hover {
		background: var(--item-color);
		color: #fff;
	}
	.wf__button_orange:hover {
		border: 1px solid #fff;
	}
	.wf__button.is-disabled, .wf__button.is-disabled:hover {
		background: #575c61;
	    color: #a9aeb3;
	    cursor: default;
	}

.wf__error {
    color: #ed2323;
    line-height: 25px;
    margin: 0 0 15px 0;
    background: url(/static/wf.my.com/img/main/content/profile/icon-attention.png) left 4px no-repeat;
    padding-left: 23px;
}

.wf__radio {
    display:none;
	}
	.wf__radio + label {
		cursor: pointer;
		position: relative;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: center;
		padding: 5px 20px;
		line-height: 18px;
		}
	.wf__radio + label:before {
	    content: "";
	    display: inline-block;
		vertical-align: middle;
	    height: 14px;
	    width: 14px;
		min-width: 14px;
	    margin: 0 15px 0 0;
	    background-image: url(/static/wf.my.com/img/main/content/profile/icon-radio.png);
	    background-repeat: no-repeat;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
		}
	.wf__radio + label:before {
	    background-position: left center;
		}
	.wf__radio:checked + label:before {
	    background-position: right center;
		}
	.wf__radio + label:hover {
		color: #fff;
		}
	.wf__radio:checked + label {
		color: var(--item-color);
		}

.wf__checkbox {
    display:none;
}
	.wf__checkbox + label {
		cursor: pointer;
		position: relative;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: center;
		}
	.wf__checkbox + label:before {
	    content: "";
	    display: inline-block;
	    width: 13px;
	    min-width: 13px;
	    height: 13px;
	    margin: 0 8px 2px 0;
	    background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/img/main/content/profile/icon-cb.png) left center no-repeat;
			flex: 0 0 auto;
		}
	.wf__checkbox:checked + label:before {
	    background-position: right center;
		}
	.wf__checkbox + label:hover {
		color: #fff;
		}

.wf__server {
	border-bottom: 1px solid var(--pad-color);
    background: var(--pad-color2);
}
	.wf__server label {
		padding: 10px 20px;
	}
	.wf__server-name {
		font: 14px/22px Quantico, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}
	.wf__server-icon {
		margin: 0 15px;
		vertical-align: middle;
	}

.wf__ul {
    padding: 0;
}
    .wf__ul li {
        list-style: none;
        position: relative;
        padding-left: 20px;
    }
    .wf__ul li:before {
        content: '';
        display: block;
        position: absolute;
        left: 2px;
        top: 6px;
        width: 1px;
        height: 1px;
        border: 6px solid transparent;
        border-left-color: var(--item-color);
    }

/* ----------------------------------------------------------- */
/* Custom select */
/* ----------------------------------------------------------- */

.wf__select {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 48px;
  cursor: pointer;
}
  .wf__select-current {
    background: var(--pad-color2);
    color: var(--item-color);
	padding: 0px 45px 0 32px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .wf__select-current:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #a2a7ac transparent;
    position: absolute;
    right: 32px;
    top: 0px;
    bottom: 0;
    margin: auto;
  }
  .wf__select.is-hover .wf__select-current:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .wf__select-list {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: left top 0;
    transition: transform 300ms ease 0s, -webkit-transform 300ms ease 0s;
    will-change: transform;
    top: 48px;
    left: 0;
    z-index: 99;
    width: 100%;
  }
  .wf__select-list ul {
     list-style: none;
     margin: 0;
     padding: 0;
  }
  .wf__select-list li {
    padding: 0 32px;
    margin: 0;
    background: var(--pad-color);
  }
  .wf__select-list li:nth-child(even) {
    background: var(--pad-color2);
  }
  .wf__select-list li:hover {
    color: #fff;
  }
  .wf__select.is-hover .wf__select-list {
    opacity: 1;
    transform: scaleY(1);
  }

.wf__select-scroll {
  height: 100%;
  position: relative;
}
.wf__select-controls {
    position: absolute;
    right: 0;
    top: 0px;
    width: 19px;
    height: 100%;
    border-top: 1px solid #191e22;
    border-left: 1px solid #191e22;
    box-sizing: border-box;
}
.controls__scrollbar {
    height: 80%;
    width: 100%;
    position: absolute;
    top: 10%;
    background: var(--pad-color2);
    margin: 0 auto;
    box-sizing: border-box;
  }
.controls__scrollbar .controls__handle {
    width: 100%;
    background: #a2a7ac;
    border-right: 1px solid var(--pad-color2);
    border-left: 1px solid var(--pad-color2);
    cursor: pointer;
    box-sizing: border-box;
    }
.controls__button {
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0px;
  background: var(--pad-color2);
  z-index: 1;
  cursor: pointer;
  text-align: center;
  }
.controls__button:after {
    content: '';
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}
.controls__button.prev { top: 0; }
.controls__button.next { bottom: 0; }
.controls__button.prev:after { border-bottom-color: #a2a7ac; top: 5px;}
.controls__button.next:after { border-top-color: #a2a7ac; top: 11px;}

.controls__button.disabled {
  cursor: default;
}

.p-link {
	color: var(--item-color);
	text-decoration: none;
	cursor: pointer;
	outline: none;
	}

.p-link:hover {
	text-decoration: underline;
	}
