
/* -------- Specification -------- */

body {
	background-color: #0c1019;
	font-family: sans-serif;
	line-height: 1.15;
	color: #B1AEAD;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
ol {
  margin-bottom: 25px;
  padding: 0 0 0 22px;
  position: relative;
  line-height: 20px;
  counter-increment: num;
}
ol::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  content: counter(num);
}
div, p, form, input, a, span, button {
	box-sizing: border-box;
}

a, button {
	cursor: pointer;
}

p {
	margin: 0;
}

ul, li {
	display: block;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

button:focus,
input:focus {
	outline: none;
}

/* -------- HEADER -------- */

header {
	position: fixed;
	background-color: #0c1019;
	width: 100%;
	padding: 10px 0;
	z-index: 99;
}

.header_burger {
	position: relative;
	width: 25px;
	height: 24px;
	margin-right: 26px;
	cursor: default;
	background: transparent;
	border: none;
}

.header_burger:after {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ffb124;
	position: absolute;
	right: -16px;
	top: 10px;
	cursor: auto;
	pointer-events: none
}

.header_line {
	position: absolute;
	width: 100%;
	height: 3px;
	border-radius: 1.5px;
	background-color: #ffb124;
	top: 3px;
	left: 0;
	transition: 0.3s;
}

.header_line2 {
	position: absolute;
	width: 100%;
	height: 3px;
	border-radius: 1.5px;
	background-color: #ffb124;
	top: 11px;
	left: 0;
	transition: 0.3s;
}

.header_line3 {
	position: absolute;
	width: 100%;
	height: 3px;
	border-radius: 1.5px;
	background-color: #ffb124;
	top: 19px;
	left: 0;
	transition: 0.3s;
}

.header_burger_active .header_line {
	transform: rotate(45deg);
	top: 12px;
}

.header_burger_active .header_line2 {
	transform: scale(0);
}

.header_burger_active .header_line3 {
	transform: rotate(-45deg);
	top: 12px;
}

.header_burger:hover .header_line,
.header_burger:hover .header_line2,
.header_burger:hover .header_line3 {
	background-color: #dc8b0d;
}

.btn {
	background-color: #b12509;
	border-radius: 12px;
	font-size: 14px;
	transition: background .3s;
	color: #fff;
	text-decoration: none;
	padding: 4px 16px;
	margin-right: 8px;
}

.btn:hover {
	background-color: #95240e;;
}

.logo_top {
	width: 73px;
	height: 43px;
}

.brand__svg_header .st0 {
	fill: url(#logo_frank_1_header);
}

.brand__svg_header .st1 {
	fill: url(#logo_frank_2_1_header);
}

.brand__svg_header .st2 {
	fill: url(#logo_frank_9_1_header);
}

.brand__svg_header .st3 {
	fill: url(#logo_frank_10_1_header);
}

.brand__svg_header .st4 {
	fill: url(#logo_frank_5_1_header);
}

.brand__svg_header .st5 {
	fill: url(#logo_frank_6_1_header);
}

.brand__svg_header .st6 {
	fill: #fff;
	opacity: .1;
}

.brand__svg_header .st6 {
	fill: #fff;
	opacity: .1;
}

.brand__svg_header .st7 {
	fill: url(#SVGID_1_header);
}

.brand__svg_header .st8 {
	fill: url(#SVGID_2_header);
}

.brand__svg_header .st9 {
	fill: url(#SVGID_3_header);
}

.logo_bottom {
	transition: 0.3s;
	opacity: 1;
}

.brand__svg_chisel {
	width: 158px;
	height: 100%;
	stroke: #0c1019;
	fill: #0c1019;
	position: absolute;
	left: 37px;
	top: 50px;
	transition: 0.3s;
}

.brand__svg {
	width: 87px;
	height: 37px;
	fill: #ffb124;
	position: absolute;
	left: 75px;
	bottom: -46px;
	transition: 0.3s;
}

.logo_bottom_scale {
	transform: scale(0);
}

.logo_bottom_scale .brand__svg_chisel {
	transform: scale(0);
}

.logo_bottom_scale .brand__svg {
	transform: scale(0);
}

.logo_bottom_opacity {
	opacity: 0;
}

.header_social {
	margin: 0 15px;
}

.social__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #343a4b;
	margin-right: 7px;
	transition: background .3s;
}

.social__btn:nth-child(1):hover {
	background-color: #465996;
}

.social__btn:nth-child(2):hover {
	background-color: #b24330;
}

.social__btn:nth-child(3):hover {
	background-color: #66b8ec;
}

.social__btn:nth-child(4):hover {
	background-color: #4a67b0;
}

.social__btn:nth-child(5):hover {
	background-color: #e29844;
}

.social__btn:nth-child(6):hover {
	background-color: #5f7fb2;
}

.social__btn:nth-child(7):hover {
	background-color: #c41a00;
}

.social__btn svg {
	width: 60%;
	height: 60%;
	fill: #fff;
}

#locales {
	width: 25px;
	height: 25px;
	display: flex;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
}

#locales svg {
	position: absolute;
}

/* SLIDING MENU */

.sliding_menu {
	width: 100%;
	height: 77px;
	position: fixed;
	top: -32px;
	z-index: 90;
	background: #0C1019;
	padding-top: 20px;
	transition: 0.5s;
}

.sliding_menu_active {
	top: 46px;
}

.sliding_menu:after {
	display: block;
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	height: 17px;
	background: url(../img/volna.png);
	bottom: -16px;
}

.header_link {
	display: inline-block;
	margin-right: 22px;
	line-height: 30px;
	position: relative;
	font-size: 14px;
	color: #fff;
	font-weight: 100;
	text-decoration: none;
}

.header_link:after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ffb124;
	position: absolute;
	bottom: 5px;
	left: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.header_link:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

	/* SLIDER */

#slider {
	overflow: hidden;
	height: 422px;
	padding-top: 100px;
}

.swiper-slide img {
	width: 100%;
}

#slider .swiper-pagination {
	bottom: 37px;
}

#slider .swiper-pagination-bullet {
	border-radius: 0;
	width: 30px;
	height: 5px;
	background-color: rgba(240, 155, 65, 0.3);
}

#slider .swiper-pagination-bullet-active {
	background-color: #F09B41;
}

/* CATEGORY */

#category {
	margin-top: -14px;
	position: relative;
	z-index: 10;
}

.category_wrap {
	padding: 0 120px;
	transition: 0.3s;
}

.category_wrap_padding {
	padding: 0 50px;
}

.category_link {
	text-decoration: none;
	height: 69px;
}

.category_svg {
	width: 38px;
	height: 38px;
	margin: 0 auto 15px;
}

.category_svg_wrap {
	position: relative;
	width: 38px;
	height: 38px;
	margin: 0 auto;
}

.category_img_pseudo {
	position: absolute;
	fill: #ffb124;
	opacity: 0;
	top: 0;
	left: 0;
}

.category_link:nth-child(2) .category_img_pseudo {
	top: 6px;
}

.category_link:nth-child(2) .category_svg_wrap {
	width: 32px;
	height: 28px;
	padding-top: 6px;
}

.category_link:nth-child(3) .category_img_pseudo {
	top: 5px;
}

.category_link:nth-child(3) .category_svg_wrap {
	padding-top: 5px;
}

.category_link:nth-child(4) .category_img {
	width: 34px;
}

.category_link:nth-child(4) .category_img_pseudo {
	width: 34px;
	top: 2px;
}

.category_link:nth-child(4) .category_svg_wrap {
	padding-top: 2px;
}

.category_link:nth-child(5) .category_img {
	width: 28px;
}

.category_link:nth-child(5) .category_img_pseudo {
	width: 28px;
	top: 3px;
}

.category_link:nth-child(5) .category_svg_wrap {
	width: 30px;
	padding-top: 3px;
}

.category_link:nth-child(6) .category_svg {
	padding-top: 2px;
}

.category_link:nth-child(6) .category_img {
	width: 34px;
}

.category_title {
	font-weight: 100;
	color: #ffb124;
	position: relative;
	transition: opacity .2s;
	font-size: 14px;
	letter-spacing: .5px;
}

.category_title:after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ffb124;
	opacity: .5;
	position: absolute;
	bottom: -2px;
	left: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s;
}

.category_link:hover .category_img_pseudo {
	opacity: 1;
}

.category_link:hover .category_title:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.category_img_color .stop_FF9220 {
	stop-color: #ff9220;
}

.category_img_color .stop_FFA82C {
	stop-color: #ffa82c;
}

.category_img_color .stop_FCCB8E {
	stop-color: #fccb8e;
}

.category_img_color .stop_FFD38A {
	stop-color: #ffd38a;
}

.category_img_color .stop_FFCC63 {
	stop-color: #ffcc63;
}

.game-search {
	overflow: hidden;
	width: 0;
	transition: 0.3s;
	padding-top: 3px;
}

.game-search_active {
	width: 400px;
}

.game-search input {
	height: 30px;
	width: 100%;
	color: #ffb124;
	padding: 0 15px;
	background-color: transparent;
	border: 1px solid #ffb124;
	border-radius: 15px;
}

.game-search input::-moz-placeholder {
	color: #905E11;
}

.game-search input::-webkit-input-placeholder {
	color: #905E11;
}

.category_title_opacity {
	opacity: 0;
}

.category_link_width {
	width: 40px;
	height: 69px;
}

/* GAME */

#game {
	padding: 30px 0 0;
}

.game_item {
	position: relative;
	width: calc((100% - 50px)/ 5);
	margin-bottom: 15px;
}

.game_item img {
	width: 100%;
	height: 100%;
}

.game_hover {
	position: absolute;
	opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: visibility .3s,opacity .3s;
}

.game_hover:after {
	content: '';
	position: absolute;
	background-color: #000;
	opacity: 0.9;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: visibility .3s,opacity .3s;
}

.game_hover_title {
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: 100;
	padding-top: 10px;
	z-index: 1;
}

.game_hover .btn {
	position: relative;
	margin: auto auto 8px;
	width: 101px;
	padding: 8px 30px;
	border-radius: 16px;
	z-index: 1;
}

.btn_text {
	position: relative;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	margin-bottom: 10px;
	z-index: 1;
}

.game_item:hover .game_hover {
	opacity: 1;
}

/* INFO */

#info {
	padding: 100px 0 0;
}

.info_title {
	font-size: 33px;
	color: #ffb124;
	font-weight: 100;
	text-align: center;
	margin-bottom: 45px;
}

.info_slider {
	position: relative;
	width: calc(25% - 12.5px);
	height: 394px;
	background-color: #0F2035;
}

.info_slider:after {
	content: '';
	position: absolute;
	width: 450px;
	height: 450px;
	border-radius: 50%;
	top: -15%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: .5;
	background: -webkit-radial-gradient(#67231d 130px,transparent 220px);
	background: -o-radial-gradient(#67231d 130px,transparent 220px);
	background: radial-gradient(#67231d 130px,transparent 220px);
}


.info_slider_title_wrap {
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translate(-50%);
	z-index: 2;
}

.info_slider_title {
	position: relative;
	font-size: 12px;
	font-weight: 100;
	color: #ffb124;
	text-align: center;
	z-index: 2;
	top: 12px;
}

.info_slider_svg {
	position: relative;
	top: -13px;
	fill: #0c1019;
}

#info .swiper-slide {
	padding: 30px 0 20px;
}

#info .wizard_wrap {
	margin: 0 auto;
}

#info .wizard__img-medium {
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

#info .wizard__img {
	margin-bottom: 5px;
}

#info .swiper-slide h3 {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 5px;
	text-align: center;
}

#info .swiper-slide p {
	color: #ffb124;
	overflow: hidden;
	margin-bottom: 15px;
	font-size: 14px;
	text-align: center;
}

#info .swiper-slide .btn {
	border-radius: 16px;
	padding: 8px 28px;
	margin: 0 auto;
	display: block;
	width: 118px;
}

.info_wrap {
	width: calc(50% - 25px);
}

.winnings {
	position: relative;
	width: calc(50% - 5px);
	height: 190px;
	background-color: #19455B;
	border-radius: 15px;
	margin-bottom: 10px;
}

.winnings:nth-child(3) {
	position: relative;
}

.winnings:nth-child(2n+1) {

}

.winnings:nth-child(2) {
	background-color: #283B38;
}

.winnings_title {
	position: absolute;
	color: #788f9b;
	font-size: 12px;
	font-weight: 100;
	z-index: 4;
	left: 50%;
	transform: translate(-50%);
	top: 11px;
}

.winnings_svg {
	position: relative;
	fill: #003447;
	width: 97%;
	margin: 0 auto;
	z-index: 3;
}

.winnings:nth-child(2) .winnings_svg {
	fill: #142c2c;
}

.winnings:nth-child(3) .winnings_svg {
	fill: #0c1019;
}

.winnings:nth-child(4) .winnings_svg {
	fill: #3f1109;
}

.winnings_img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.winnings:nth-child(3) .winnings_img {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	top: -49px;
	border-radius: 15px;
}

.winnings:nth-child(3) .winnings_img img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.winnings_img svg {
	width: 95px;
	height: 27px;
	fill: #2d7396;
}

.winnings:nth-child(2) .winnings_img svg {
	fill: #475749;
}

.winnings_img img {
	margin: 0 10px;
}

.winnings_cost {
	letter-spacing: 0;
	font-size: 35px;
	line-height: 35px;
	text-align: center;
	color: #788f9b;
}

.winnings:nth-child(2) .winnings_cost {
	color: #869d72;
}

.winnings:nth-child(4) .winnings_cost {
	color: #ff682c;
}


.winnings:nth-child(4) #icon_thunder,
.winnings:nth-child(4) #icon_thunder2 {
	fill: #8b3a15;
}

.winnings:nth-child(4) #icon_thunder2 {
	-webkit-transform: scaleY(-1) translateY(50%);
	-ms-transform: scaleY(-1) translateY(50%);
	transform: scaleY(-1) translateY(50%);
	top: 55px;
	position: relative;
}

.winnings_hover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	opacity: 0;
	transition: visibility .3s,opacity .3s;
}

.winnings_hover:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.9;
}

.winnings_hover_title {
	position: relative;
	z-index: 6;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	font-size: 13px;
	font-weight: 100;
	margin-top: 10px;
}

.winnings_hover .btn {
	position: relative;
	z-index: 6;
	border-radius: 16px;
	padding: 8px 29px;
	margin: 56px auto 0;
	display: block;
	width: 101px;
}

.winnings:nth-child(3):hover .winnings_hover {
	opacity: 1;
}

.winnings:nth-child(4) {
	background-color: #4A1809;
}

.info_post {
	width: calc(25% - 12.5px);
}

.info_post_wrap {
	position: relative;
	padding-top: 64px;
}

.info_post_img {
	width: 100%;
	position: absolute;
	top: -5px;
	z-index: 0;
}

.info_post_desc {
	width: 100%;
	height: 139px;
	background-color: #152033;
	padding: 10px;
	border-radius: 0 0 16px 16px;
	position: relative;
	z-index: 1;
}

.info_post_desc h3 {
	font-weight: 100;
	color: #ffb124;
	font-size: 18px;
	line-height: 24px;
}

.info_post_desc p {
	margin-bottom: 5px;
	font-weight: 100;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}

.info_post_desc a {
	text-decoration: none;
	font-size: 12px;
	line-height: 30px;
	color: #9a9a9a;
}

/* JACK */

#jack {
	position: relative;
	padding: 50px 0;
}

.jack_title {
	font-size: 33px;
	line-height: 36px;
	color: #ffb124;
	text-align: center;
	font-weight: 100;
	margin-bottom: 32px;
}

#jack svg {
	fill: #283b38;
}

.jack_symbol {
	position: absolute;
	font-size: 160px;
	color: #ffb124;
	text-shadow: 4px 4px 0 #84190f;
	top: 38px;
	left: 65px;
}

.jack_cost {
	font-size: 160px;
	color: #ffb124;
	position: relative;
	top: 5px;
	text-shadow: 4px 4px 0 #84190f;
	text-align: center;
	letter-spacing: 30px;
	margin-left: 177px;
}

/* IT */

#it {
	padding: 50px 0;
}

.it_title {
	font-size: 33px;
	line-height: 36px;
	color: #ffb124;
	text-align: center;
	font-weight: 100;
	margin-bottom: 50px;
}

.it_wrap:nth-child(2) {
	margin: 0 75px;
}

.it_subtitle {
	font-size: 16px;
	line-height: 18px;
	color: #9a9a9a;
	padding: 0 20px;
	font-weight: 100;
	text-align: center;
	margin-top: 20px;
}

/* REGISTR */

#registr {
	padding: 50px 0;
}

.registr_title_wrap {
	width: 592px;
	margin: 0 auto 85px;
}

.registr_title_wrap svg {
	fill: #283b38;
	margin-bottom: 12px;
}

.registr_title {
	font-size: 33px;
	line-height: 36px;
	color: #ffb124;
	text-align: center;
	font-weight: 100;
	margin-bottom: 40px;
}

.wizard_wrap {
	width: 240px;
}

.wizard__img {
	border: 1px solid rgba(177,37,9,.2);
	height: 240px;
	border-radius: 50%;
	position: relative;
	margin-bottom: 25px;
}

.wizard__img:before {
	border: 1px solid rgba(177,37,9,.4);
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	top: 5px;
	left: 5px;
	display: inline-block;
	content: "";
	border-radius: 50%;
	position: absolute;
}

.wizard__img:after {
	border: 1px solid rgba(177,37,9,.7);
	width: calc(100% - 22px);
	height: calc(100% - 22px);
	top: 11px;
	left: 11px;
	background-color: #0c1019;
	opacity: .6;
	display: inline-block;
	content: "";
	border-radius: 50%;
	position: absolute;
}

.wizard__img-big {
	position: relative;
	background: url(../img/free-spin_big.731ede19.png) no-repeat center center / contain;
	color: #e83522;
	width: 90%;
	height: 90%;
	z-index: 2;
	margin: 0 auto;
	cursor: pointer;
}

.wizard__img-big span {
	position: absolute;
	top: 56%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 36px;
	text-shadow: 0 1px 0 hsla(0,0%,100%,.3);
}

.wizard__img-medium {
	background: url(../img/free-spin_middle.e3a63fef.png) no-repeat center center / contain;
	-webkit-animation: orbitBonusMedium 7s linear infinite;
	animation: orbitBonusMedium 7s linear infinite;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
	width: 102px;
	height: 94px;
	margin-top: -51px;
	margin-left: -47px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
}

@keyframes orbitBonusMedium {
	from {
		-webkit-transform: rotate(0deg) translateX(120px) rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg) translateX(120px) rotate(-360deg);
	}
}

.wizard__img-big:hover + .wizard__img-medium {
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.wizard__title {
	font-size: 16px;
	color: #ffb124;
	margin-bottom: 10px;
	font-weight: 100;
	text-align: center;
}

.wizard__desc {
	font-size: 14px;
	color: #fff;
	font-weight: 100;
	text-align: center;
}

.wizard_wrap2 .wizard__img {
	border: 1px solid rgba(156,100,0,.2);
}

.wizard_wrap2 .wizard__img:before {
	border: 1px solid rgba(156,100,0,.4);
}

.wizard_wrap2 .wizard__img:after {
	border: 1px solid rgba(156,100,0,.7);
}

.wizard_wrap2 .wizard__img-big {
	background: url("../img/point_big.af318b8b.png") no-repeat center center/ contain;
}

.wizard_wrap2 .wizard__img-big span {
	color: #f7a636;
}

.wizard_wrap2 .wizard__img-medium {
	background: url("../img/point_middle.55e841f6.png") no-repeat center center/ contain;
}

.wizard_wrap2 .wizard__img-small {
	background: url("../img/small_point.png") no-repeat center center/ contain;
	-webkit-animation: orbitBonusSmall 5s linear infinite;
	animation: orbitBonusSmall 5s linear infinite;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 55%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 2;
}

@keyframes orbitBonusSmall {
	from {
		-webkit-transform: rotate(0deg) translateX(110px) rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg) translateX(110px) rotate(-360deg);
	}
}

.wizard__img-big:hover .wizard__img-small {
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.wizard_wrap3 .wizard__img {
	border: 1px solid rgba(44,82,136,.2);
}

.wizard_wrap3 .wizard__img:before {
	border: 1px solid rgba(44,82,136,.4);
}

.wizard_wrap3 .wizard__img:after {
	border: 1px solid rgba(44,82,136,.7);
}

.wizard_wrap3 .wizard__img-big {
	background: url("../img/point-multiplier_big.f39d5223.png") no-repeat center center/ contain;
}

.wizard_wrap3 .wizard__img-big span {
	color: #5276e0;
}

.wizard_wrap3 .wizard__img-medium {
	background: url("../img/point-multiplier_middle.935ec978.png") no-repeat center center/ contain;
}

.wizard_wrap4 .wizard__img {
	border: 1px solid rgba(133,86,153,.2);
}

.wizard_wrap4 .wizard__img:before {
	border: 1px solid rgba(133,86,153,.4);
}

.wizard_wrap4 .wizard__img:after {
	border: 1px solid rgba(133,86,153,.7);
}

.wizard_wrap4 .wizard__img-big {
	background: url("../img/refund_big.09f7ae1d.png") no-repeat center center/ contain;
}

.wizard_wrap4 .wizard__img-big span {
	color: #855699;
}

.wizard_wrap4 .wizard__img-medium {
	background: url("../img/refund_middle.6f9c39c1.png") no-repeat center center/ contain;
}

/* OFFICIAL */

#official {
	padding: 50px 0 40px;
}

#official h1 {
	color: #ffb124;
	margin-bottom: 25px;
	text-align: center;
	font-size: 2em;
}

#official p {
	margin-bottom: 25px;
	line-height: 24px;
	padding-top: 20px;
}

#official h2 {
	color: #ffb124;
	margin-bottom: 25px;
	line-height: 24px;
	font-size: 25px;
}

#official ul li {
	padding-left: 22px;
	position: relative;
	margin-bottom: 25px;
}

#official ul li:before {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #377e48;
	position: absolute;
	top: 4px;
	left: 0;
}

/* FOOTER */

footer {

}

.footer_info {
	border-bottom: 1px solid #283b38;
	padding: 0 0 35px;
}

.footer_link {
	font-size: 12px;
	line-height: 30px;
	color: #9a9a9a;
	margin-right: 27px;
	text-decoration: none;
}

.footer_payment {
	padding: 45px 0 50px;
}

.footer_payment img {
	width: 100%;
}

#official img {
	max-width: 640px;
	width: 100%;
	height: auto;
}

#official .official_img {
	max-width: 99px;
	width: 100%;
}







