/* Node content elements */

#textcontent .node h1 {
  font: 700 36px/40px TTHovesProCnd;
  margin: 15px 0px;
  color: #fff;
}
#textcontent .node h2 {
  color: var(--item-color);
  font: 700 18px/22px TTHovesProCnd;
  margin: 15px 0px;
}
#textcontent .node h3 {
  color: #fff;
  font: 700 16px/20px TTHovesProCnd;
  margin: 15px 0px;
}
#textcontent .node h4 {
  display: block;
  color: #fff;
  margin: 15px 0px;
  font: 700 16px/18px TTHovesProCnd;
  text-transform: none;
}

#textcontent .node hr {
  border-bottom: 2px solid #0f0a0f;
  margin: 20px -32px;
}
#textcontent .node a:not(.wf__button) {
  text-decoration: underline;
}
#textcontent .node a:hover {
  text-decoration: none;
}

#textcontent .node .red {
  color: var(--item-color)!important;
}
#textcontent .node .white {
  color: #fff!important;
}
#textcontent .node .gold {
  color: #BE8E4A!important;
}
.rtecenter {
  text-align: center;
}

/* Node content elements */

#textcontent .node:not(.kb_layout) hr,
#textcontent .node article hr {
    border-bottom: 1px solid #0f0a0f;
    margin: 20px -32px;
}

#textcontent .node:not(.kb_layout) table,
#textcontent .node article table {
    background: none;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid rgba(140,145,150,.6);
    margin: 20px 0;
}
	#textcontent .node:not(.kb_layout) table th,
  #textcontent .node article table th {
		text-transform: uppercase;
		font-weight: normal;
	}
	#textcontent .node:not(.kb_layout) table td,
	#textcontent .node:not(.kb_layout) table th,
  #textcontent .node article table td,
  #textcontent .node article table th {
	    padding: 10px 20px;
	    text-align: left;
	    border-right: 1px solid rgba(140,145,150,.11);
	}
	#textcontent .node:not(.kb_layout) table th,
  #textcontent .node article table th {
		border-bottom: 1px solid rgba(140,145,150,.6);
	}
	#textcontent .node:not(.kb_layout) table td,
  #textcontent .node article table td {
		border-bottom: 1px solid rgba(140,145,150,.11);
	}
	#textcontent .node:not(.kb_layout) table tr:last-of-type td,
  #textcontent .node article table tr:last-of-type td {
		border-bottom: none;
	}
	#textcontent .node:not(.kb_layout) table td:last-of-type,
	#textcontent .node:not(.kb_layout) table th:last-of-type,
  #textcontent .node article table td:last-of-type,
  #textcontent .node article table th:last-of-type {
		border-right: none;
	}
	#textcontent .node:not(.kb_layout) table td.rtecenter,
	#textcontent .node:not(.kb_layout) table th.rtecenter,
  #textcontent .node article table td.rtecenter,
  #textcontent .node article table th.rtecenter {
		text-align: center;
	}

#textcontent .node:not(.kb_layout) table.blank,
#textcontent .node:not(.kb_layout) table.blank td,
#textcontent .node:not(.kb_layout) table.blank th,
#textcontent .node article table.blank,
#textcontent .node article table.blank td,
#textcontent .node article table.blank th {
	border: none;
	padding: 0px;
}


#textcontent .node [class*="block_thesis_"] {
background: var(--pad-color2);
border: none;
margin-right: -32px;
margin-left: -32px;
font: inherit;
font-size: 18px;
padding: 20px 32px;
position: relative;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
}
#textcontent .node [class*="block_thesis_"]:after,
#textcontent .node [class*="block_thesis_"]:before {
  content: '';
  display: inline-block;
  height: 45px;
	width: 11px;
	flex-shrink: 0;
	background-image: linear-gradient(to right, currentColor 30px, transparent 30px),
      linear-gradient(to right, currentColor 30px, transparent 30px),
      linear-gradient(to bottom, currentColor 30px, transparent 30px);
	background-size: 100% 1px, 100% 1px, 1px 100%;
	background-repeat: repeat-x, repeat-x, repeat-y;
}
#textcontent .node [class*="block_thesis_"]:before {
	background-position: -15px 0%, -15px 100%, 0% -15px;
	margin-right: 10px;
}
#textcontent .node [class*="block_thesis_"]:after {
	background-position: -15px 0%, -15px 100%, 100% -15px;
	margin-left: 10px;
}
#textcontent .node .block_thesis_orange,
#textcontent .node .block_thesis_orange_text { color: var(--item-color); }
#textcontent .node .block_thesis_gray,
#textcontent .node .block_thesis_gray_text { color: #fff; }


#textcontent .node ul {
    padding: 0;
}
#textcontent .node ul > li {
    list-style: none;
    position: relative;
    padding-left: 20px;
}
#textcontent .node ul > li:before {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    top: 7px;
    width: 1px;
    height: 1px;
    border: 5px solid transparent;
    border-left-color: var(--item-color);
}
#textcontent .node ol {
  padding: 0 0 0 16px;
  display: block;
}
#textcontent .node ol > li {
  margin: 8px 0px;
  padding: 0 0 0 6px;
}
#textcontent .node ol > li::marker {
  color: #fff;
}

.news__link {
	text-transform: uppercase;
}

.news__prize {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 20px -33px 20px -32px;
}
.news__prize .news__prize-item {
	background: var(--pad-color2);
	height: 190px;
	min-width: 312px;
	position: relative;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
	margin: 1px 1px 0 0;
	display: flex;
	border: none;
}
.news__prize .news__prize-title {
	color: var(--item-color);
	font-size: 18px;
	text-align: left;
	position: absolute;
	top: 10px;
	left: 10px;
	border-bottom: none;
}
.news__prize .news__prize-img {
	max-height: 80%;
	margin-top: 10px;
}
.news__prize-info-icon {
	background: url(/static/wf.my.com/img/main/content/friends/icon-info.png) center no-repeat;
    display: inline-block;
    width: 21px;
    height: 21px;
    cursor: pointer;
	position: absolute;
	top: 12px;
	right: 10px;
	z-index: 10;
}
.news__prize-info:hover .news__prize-info-text {
	display: block;
}
.news__prize .news__prize-info-text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,.77);
	z-index: 15;
	font-size: 15px;
	line-height: 23px;
	display: none;
	box-sizing: border-box;
	padding: 16px;
}

.news__crest {
	border: 1px solid rgba(140,140,150,.37);
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
.news__crest-item {
	border: none;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	width: 50%;
	margin: 0;
	box-sizing: border-box;
}
.news__crest-img {
	padding: 10px;
	box-sizing: border-box;
	max-width: 30%;
	margin: auto;
}
.news__crest-text {
	padding: 10px 20px;
	border-left: 1px solid rgba(140,140,150,.11);
	box-sizing: border-box;
	width: 70%;
	height: 100%;
}
.news__crest-text p {
	margin: 10px 0 0;
}
.news__crest-title {
	border: none;
	text-transform: uppercase;
	margin-top: 5px;
}
.news__crest-item:first-of-type {
	width: 100%;
	border-bottom: 1px solid rgba(140,140,150,.11);
}
.news__crest-item:first-of-type .news__crest-text { width: 50%; }
.news__crest-item:first-of-type .news__crest-img { max-width: 50%; }
.news__crest-item:last-of-type {
	border-left: 1px solid rgba(140,140,150,.11);
}

@media screen and (max-width: 820px) {
	.news__crest-item {
		width: 100%;
		border-bottom: 1px solid rgba(140,140,150,.11);
	}
	.news__crest-item:first-of-type {
		flex-wrap: wrap;
	}
	.news__crest-item:first-of-type .news__crest-text {
		width: 100%;
		border-top: 1px solid rgba(140,140,150,.11);
	}
	.news__crest-item:first-of-type .news__crest-img {
		max-width: 100%;
	}
	.news__crest-item:last-of-type {
		border-left: none;
	}
}
.news__video {
	position: relative;
	padding-bottom: 56.3%;
	height: 0;
}
.news__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img-full-width {
	min-width: calc(100% + 64px);
	margin: 0 -32px;
}
.video-full-width {
	min-width: calc(100% + 64px);
	margin: 0 -32px;
	padding-bottom: 60.25%;
}
@media screen and (max-width: 720px) {
  .video-full-width {
  	padding-bottom: 54.8vw;
  }
}

.video-full {
  display: block;
	width: calc(100% + 64px);
	margin: 0 -32px;
  height: auto;
}

.news__slider {
	max-width: 844px;
	position: relative;
	padding: 0 30px;
	margin: 16px auto;
}
.news__slider .slick-track {
	display: flex;
	align-items: center;
}
.news__slider-item.slick-slide {
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	border: none;
	margin: 0;
	float: none;
	align-items: center;
}
.news__slider-item:focus {
	outline: none;
}
.news__slider-img {
	display: flex;
	align-items: center;
	justify-content: center;
}
.news__slider-img img {
	max-width: 95%;
}
.news__slider-name {
	text-decoration: none;
	color: inherit;
	margin: 5px 0 0;
	border: none;
}
.news__slider-name:hover {
	text-decoration: none;
}

.news__slider .slick-prev,
.news__slider .slick-next {
	background-image: url(/static/wf.my.com/img/main/page/details/slider_arr.png);
	height: 34px;
	width: 19px;
	opacity: 0.44;
}
.news__slider .slick-prev:hover,
.news__slider .slick-next:hover {
	opacity: 0.6;
}
.news__slider .slick-prev {
	background-position: -8px 0;
	left: 0;
}
.news__slider .slick-next {
	background-position: right -8px top;
	right: 0;
}

.news__slider--by-three .news__slider-name {
	opacity: 0;
}
.news__slider--by-three .news__slider-img {
	transform: scale(.7);
	transition: all .3s ease;
}
.news__slider--by-three .slick-center .news__slider-name {
	opacity: 1;
}
.news__slider--by-three .slick-center .news__slider-img {
	transform: scale(1);
}

#textcontent .news__slider.slick-dotted {
  margin-bottom: 40px;
}
#textcontent .news__slider .slick-dots {
  left:50%;
  transform: translateX(-50%);
  width: auto;
  background: #000;
  padding: 6px;
  border-radius: 8px;
  overflow: hidden;
  margin: auto;
  display: flex;
  gap: 6px;
}
#textcontent .news__slider .slick-dots li:before {
  display: none;
}
#textcontent .news__slider .slick-dots li {
  padding: 0;
}
#textcontent .news__slider .slick-dots li button {
  display: block;
  padding: 0;
  width: 6px;
  height: 6px;
  background: #cccccc;
  border-radius: 3px;
  overflow: hidden;
  transition: width .3s;
}
#textcontent .news__slider .slick-dots li button:hover {
  background: #fff;
}
#textcontent .news__slider .slick-dots li.slick-active button {
  width: 16px;
  background: #fff;
  cursor: default;
}

.news__lightbox {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
}
.news__lightbox img {
	width: 100%;
	height: auto;
}
.news__lightbox.lightbox_scale_20 {
	width: 20%;
}
.news__lightbox.lightbox_scale_25 {
	width: 25%;
}
.news__lightbox.lightbox_scale_33 {
	width: 33%;
}
.news__lightbox.lightbox_scale_50 {
	width: 50%;
}
.news__lightbox.lightbox_scale_100 {
	width: 100%;
}

.news__lightbox[class*="lightbox_sq_"] img {
	display: none;
}
.news__lightbox.lightbox_sq_20 {
	width: 20%;
	padding-top: 20%;
}
.news__lightbox.lightbox_sq_25 {
	width: 25%;
	padding-top: 25%;
}
.news__lightbox.lightbox_sq_33 {
	width: 33%;
	padding-top: 33%;
}
.news__lightbox.lightbox_sq_50 {
	width: 50%;
	padding-top: 50%;
}

.news-tth-wrap,
.news-tth {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-align-items: stretch;
       -ms-flex-align: stretch;
          align-items: stretch;
}
.news-tth-wrap * {
  box-sizing: border-box;
}
.news-tth__left,
.news-tth__right {
  width:60%;
  background: var(--pad-color2);
  padding: 10px;
}
.news-tth__left {
  width: 40%;
  margin-right: 1px;
}

.news-tth__name {
  color: var(--item-color);
  font-size: 18px;
  margin: 0 0 5px;
}
.news-tth__name div[class^="icon-"] {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  height: 24px;
  width:24px;
  margin-left: 5px;
  overflow: hidden;
}
.news-tth__img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.news-tth {
  justify-content: space-between;
  margin: 0 0 12px;
}
.news-tth__col {
  width:48%;
}
.news-tth-line {
  margin: 0 0 10px;
}
.news-tth-line__progress {
  overflow: hidden;
  height: 3px;
  background: #43484d;
  position: relative;
}
.news-tth-line__progress div {
  height: 3px;
  background: var(--item-color);
  position: relative;
  left:0;
  top:0;
  z-index: 2;
}
.news-tth-line__progress div + div {
  position: absolute;
  background: #fff;
  z-index: 1;
}


#textcontent .node .wf__button:not(.wf__button_sm) {
  min-width: 400px;
}
#textcontent .node .wf__button.wf__button_sm {
  min-width: 200px;
}
#textcontent .node .wf__button + .wf__button {
  margin-left: 4px;
}

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

iframe {
	width: 100%;
	}
  #textcontent .node .wf__button:not(.wf__button_sm) {
    display: block;
    margin: 0 auto;
    max-width: 400px;
  	min-width: 100px;
  }
  #textcontent .node .wf__button:not(.wf__button_sm) + .wf__button:not(.wf__button_sm) {
    margin-left: auto;
    margin-top: 15px;
  }

}

@media screen and (max-width: 720px) {
  .news-tth-wrap {
    display: block;
  }
  .news-tth__right,
  .news-tth__left {
    width: 100%;
    margin: 0;
  }

  #textcontent .node .wf__button:not(.wf__button_sm) {
    font: 14px/18px TTHovesProExp, Arial, Helvetica, sans-serif;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 500px) {
  .news-tth {
    display: block;
  }
  .news-tth__col {
    width: 100%;
  }
  #textcontent .node .wf__button {
    width: 100%;
  }

  #textcontent .node .wf__button.wf__button_sm {
    display: block;
    margin: 0 auto;
    max-width: 200px;
  	min-width: 100px;
  }
  #textcontent .node .wf__button.wf__button_sm + .wf__button.wf__button_sm {
    margin-left: auto;
    margin-top: 15px;
  }
}


.news__tabs {
	background: var(--pad-color2);
  display: flex;
	padding: 0 32px;
	margin: 15px -32px 15px;
}
.news__tab {
	height: 60px;
	cursor: pointer;
	position: relative;
	font: bold 15px/18px TTHovesProCnd, Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	text-align: center;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid transparent;
}
.news__tab + .news__tab {
	margin-left: 15px;
}
.news__tab:hover {
	color: var(--item-color);
}
.news__tab.active {
	border-color: var(--item-color);
	color: var(--item-color);
	cursor: default;
}
.news__tabs-target > div {
	display: none;
}
.news__tabs-target > div.active {
	display: block;
}


@media screen and (max-width: 720px) {
	.news__tabs {
		display: block;
	}
	.news__tab {
		height: auto;
		padding: 15px 0;
		border-bottom: none;
	}
	.news__tab + .news__tab {
		margin: 0;
	}
}


/* footnote */
.footnote {
  position: relative;
}
.footnote > div {
  position: absolute;
  left: calc(100% + 33px);
  top:0;
  border: 1px solid #3a3a3a;
  width: 315px;
  padding: 20px 20px 29px;
  color: var(--item-color);
  background: #000;
  box-sizing: border-box;
}
.footnote span {
  color: #3b3e40;
  font: 20px/20px TTHovesProCnd;
  position: absolute;
  right: 8px;
  bottom:8px;
}
@media screen and (max-width: 1300px) {
  .footnote > div {
    position: relative;
    left:0;
    width: 100%;
    margin: 20px 0;
  }
}

.hidden {
  opacity: 0;
  visibility: 0;
}



.wfmenu {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -5px;
  width: calc(100% + 10px);
}

.wfmenu-item {
  box-sizing: border-box;
  position: relative;
  width: calc(25% - 10px);
  max-width: 168px;
  margin: 0 5px 11px;
  border:1px solid #8f9193;
  font-family: TTHovesPro;
}
.wfmenu-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.wfmenu-item__text {
  position: absolute;
  bottom:5%;
  left:5%;
  right:5%;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.wfmenu-item__num {
  position: absolute;
  top:calc(10% + 32px);
  right: 5%;
  color: var(--item-color);
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
.wfmenu-item__icon {
  position: absolute;
  right:5%;
  top:5%;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background: url(/static/wf.my.com/img/main/content/news/menu-icons.png) no-repeat 0 0;
}
.lightning .wfmenu-item__icon {
  background-position: 10% 0;
}
.repeat .wfmenu-item__icon {
  background-position: 20% 0;
}
.repeat2 .wfmenu-item__icon {
  background-position: 30% 0;
}
.settings .wfmenu-item__icon {
  background-position: 40% 0;
}
.bugok .wfmenu-item__icon {
  background-position: 50% 0;
}
.bug .wfmenu-item__icon {
  background-position: 60% 0;
}
.time .wfmenu-item__icon {
  background-position: 70% 0;
}
.b-link {
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
  z-index: 1;
  background: rgba(0,0,0,0);
  overflow: hidden;
  text-indent: 100%;
}


.wfmenu-item:hover {
  background: #fff;
}
.wfmenu-item:hover .wfmenu-item__num,
.wfmenu-item:hover .wfmenu-item__text {
  color: var(--pad-color);
}
.wfmenu-item:hover .wfmenu-item__icon {
  filter: brightness(0%);
}
@media screen and (max-width: 900px) {
  .wfmenu-item__text {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (max-width: 720px) {
  .wfmenu-item__text {
    font-size: 12px;
    line-height: 14px;
  }
  .wfmenu-item__num {
    font-size: 20px;
    line-height: 20px;
    top:calc(10% + 16px);
  }
  .wfmenu-item__icon {
    width: 16px;
    height: 16px;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 600px) {
  .wfmenu-item {
    width: calc(33.3% - 10px);
  }
}
@media screen and (max-width: 500px) {
  .wfmenu-item__text {
    font-size: 10px;
    line-height: 12px;
  }
}
@media screen and (max-width: 400px) {
  .wfmenu-item__text {
    font-size: 9px;
    line-height: 11px;
    text-transform: capitalize;
  }
}

/* button up */
.up-button {
  position: fixed;
  left:50%;
  bottom:0;
  margin-left: 631px;
  width: 60px;
  height: 60px;
  background: #710000 url(/static/wf.my.com/img/main/content/news/up.png) no-repeat 0 0;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition: opacity .3s, visibility .3s;
}
.up-button.hide {
  opacity: 0;
  visibility: hidden;
}
.up-button:hover {
  background-color: var(--item-color);
  background-position: 0 100%;
}
@media screen and (max-width: 1500px) {
  .up-button {
    margin-left: 315px;
  }
}
@media screen and (max-width: 1300px) {
  .up-button {
    left:auto;
    right:0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .up-button {
    display: none;
  }
}

#toTop {
  display: none!important;
}

#textcontent .node .infoblock {
  margin: 10px 0;
  padding: 20px 30px;
  color: #fff;
  border-left: 4px solid var(--item-color);
  background: #090b0c;
}
.attention {
  font: 16px/22px TTHovesProCnd;
  text-transform: uppercase;
  padding: 22px;
  color: #fff;
  background: #15191d;
  border: 1px solid rgba(0, 0, 0, 0.50);
  margin: 10px 0;
}
.attention_red {
  border-color: rgba(255, 0, 0, 0.50);
  background: rgba(255, 0, 0, 0.10);
  color: var(--item-color);
}
.attention_info {
  border-color: rgba(255, 0, 0, 0.50);
  padding-top: 80px;
  background: rgba(255, 0, 0, 0.10) url(/static/wf.my.com/img/main/content/news/attention.png) no-repeat 22px 26px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 20px 0;
}
.grid--3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 720px) {
  .grid--3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .grid {
    grid-template-columns: 1fr!important;
  }
}

/* styles for KM */
/*--[flexbox]--*/
#textcontent .flex {
  display: flex;
}
#textcontent .align-items--center,
#textcontent .flex--middle {
  align-items: center;
}
#textcontent .align-items--end,
#textcontent .flex--bottom {
  align-items: flex-end;
}
#textcontent .flex-direction--column {
  flex-direction: column;
}
#textcontent .flex-wrap--wrap {
  flex-wrap: wrap;
}
#textcontent .justify-content--center,
#textcontent .flex--center {
  justify-content: center;
}
#textcontent .justify-content--end,
#textcontent .flex--right {
  justify-content: flex-end;
}
#textcontent .justify-content--between {
  justify-content: space-between;
}
#textcontent .justify-content--around {
  justify-content: space-around;
}
#textcontent .justify-content--evenly {
  justify-content: space-evenly;
}

.align-content--center {
  align-content: center;
}
.align-content--end {
  align-content: flex-end;
}
.align-content--between {
  align-content: space-between;
}
.align-content--around {
  align-content: space-around;
}
.align-content--evenly {
  align-content: space-evenly;
}

/*--[/flex]--*/

.seasons_block {
  justify-content: space-between;
}
.seasons_block .wf__button {
  min-width: 250px!important;
  margin: 4px!important;
  padding: 0 25px;
}
@media screen and (max-width: 944px) {
  .seasons_block {
    justify-content: space-around;
  }
}
@media screen and (max-width: 600px) {
  .seasons_block .wf__button {
    min-width: 100%!important;
  }
}
.achiev_slider_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.achive_slider_small {
  width: 185px;
  margin: auto auto 10px auto;
}
.achive_slider_big {
  width: 463px;
  min-width: 340px;
  margin: auto auto 10px auto;
}
.achive_slider_small img {
  width: 80%;
}
.achive_slider_big img {
  width: 100%;
}


.preview{
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  transition: transform 0.5s;
}
.preview:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: transform 0.5s;
}

.rates_main_cont {
  width: 100%;
  display: flex;
}
.rates_main_cont img {
  margin: auto;
}
.rates_sec_cont {
  width: 33%;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .rates_main_cont {
  display: block;
  }
  .rates_sec_cont {
  width: 100%;
  }
}

.time {
  color: #fff;
  font-weight: 800;
}

/* stages - event calendsr */
.stage_cont {
  display: flex;
  flex-wrap: wrap;
}
#textcontent .stage_button > .wf__button {
  min-width: 200px;
  width: 250px;
  padding: 15px 30px;
}
#textcontent .act_finished > .stage_button > .wf__button {
  pointer-events: none;
  cursor: default;
  border: 1px solid #474747;
  color: #474747;
}
.act_finished {
  color: #474747;
}
.act_finished > .stage_sample > .stage_num {
  color: var(--item-color);
  font-weight: 400;
}
.stage_sample {
  width: 15%;
  margin: auto 0px auto 0px;
  text-align: center;
  padding: 5px;
}
.stage_num {
  font-size: 20px;
  font-weight: 800;
  color: var(--item-color);
}
.stage_status {
  font-size:15px;
}
.stage_desc {
  width: 50%;
  margin: auto 0px auto 0px;
  padding: 5px;
}
.stage_button {
  width: 30%;
  margin: auto 0px auto 0px;
  padding: 5px;
}

@media screen and (max-width: 720px) {
  .stage_sample {
    width: 100%;
    padding: 10px 0px 0px 0px;
  }
  .stage_desc {
    width: 100%;
    padding: 0px;
  }
  .stage_button {
    width: 100%;
    padding: 0px 0px 10px 0px;
  }
}


/*--[flexbox]--*/
#textcontent .flex {
  display: flex;
}
#textcontent .flex--middle {
  align-items: center;
}
#textcontent .flex--end {
  align-items: end;
}
#textcontent .flex--column {
  flex-direction: column;
}
#textcontent .flex--wrap {
  flex-wrap: wrap;
}
#textcontent .flex--around {
  justify-content: space-around;
}
#textcontent .flex--evenly {
  justify-content: space-evenly;
}
#textcontent .flex--between {
  justify-content: space-between;
}
#textcontent .flex--center {
  justify-content: center;
}

/*--[/flex]--*/

/*--[adaptive list]--*/
#textcontent .node ul.adaptive-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding: 8px 0 0;
}
@media screen and (max-width: 700px) {
  #textcontent .node ul.adaptive-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
#textcontent .node ul.adaptive-list li ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
#textcontent .node ul.adaptive-list li {
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  page-break-inside: avoid;
}
#textcontent .node ul.adaptive-list > li:first-child {
  margin: unset;
}
/*--[/adaptive list]--*/

/*--[rotating cards on hover]--*/
#textcontent .card-rotate_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#textcontent .card-rotate_wrapper .card {
  width: 176px;
  height: 245px;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  z-index: 5;
  transition: 0.6s;
}
#textcontent .card .card__front,
#textcontent .card .card__back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
  backface-visibility: hidden;
}
#textcontent .card__front img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}
#textcontent .card__back {
  -webkit-transform: rotateY(0.5turn);
  transform: rotateY(0.5turn);
}
#textcontent .card:hover {
  z-index: 10;
}
#textcontent .card:hover .card__front {
  -webkit-transform: rotateY(0.99turn) scale(1.3);
  transform: rotateY(0.99turn) scale(1.3);
  z-index: 11;
}
#textcontent .card:hover .card__back {
  -webkit-transform: rotateY(1.49turn) scale(1.3);
  transform: rotateY(1.49turn) scale(1.3);
}
/*--[/cards]--*/

/*--[scale on hover]--*/
#textcontent .img--scale {
  -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
  transition: transform 0.5s;
}
#textcontent .img--scale:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: transform 0.5s;
}
/*--[/scale on hover]--*/

/*--[charms block]--*/
#textcontent .charms_block {
  width: 100%;
	height: 100%;
}
#textcontent .charms_block__item {
  width: 150px;
	height: 200px;
	justify-content: flex-end;
	align-items: center;
  flex-direction: column;
}
#textcontent .charms_block__item img {
  max-height: 120px;
}
#textcontent .charms_block__item p {
  text-align: center;
}
/*--[/charms block]--*/

#textcontent .wf__error {
  display: inline-block;
}
#textcontent .wf__button + .wf__error {
  margin-top: 15px;
}

.wf__button.js-gift-get {
  display: none;
}
.wf__button.js-gift-get.is-active {
  display: inline-block;
}


/* for demo styles */
.code-copy {
    box-sizing: border-box;
    margin: 16px 0;
    padding: 10px;
    border: 1px dashed #000;
    background: #f9f9f9;
    color: #333;
    white-space: wrap;
    font: 13px/18px monospace;
  }
  .code-copy::before {
    content: 'Code: HTML';
    padding: 5px 10px;
    color: #eee;
    background-color: #3c3843;
    width: 75px;
    position: absolute;
    text-align: center;
  }
  .code-copy span {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
  }
  .copy-button {
    font: 13px/18px monospace;
    padding: 5px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 110px;
  }
  .copy-button::before {
    content: 'Copy';
  }
  .copy-button.copied::before {
    content: 'Copied!';
  }
/* for demo styles END */
