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

	/* Base */
	body {
		font: 15px/27px 'Open Sans', sans-serif;
		color: #333;
		background-color: #fff;
	}
	a {
		text-decoration: none;
		color: #4c37da;
		-webkit-transition: all 0.15s;
		-o-transition: all 0.15s;
		-moz-transition: all 0.15s;
		transition: all 0.15s;
	}
	a:hover {
		text-decoration: underline;
	}
	img {
		max-width: 100%;
		vertical-align: middle;
	}

	/* Grid */
	@media (min-width: 1200px) {
		.container {
		    max-width: 1170px;
		}
	}
	.display-flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}
	.align-items-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.align-items-end {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-moz-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.align-items-start {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.justify-content-between {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.justify-content-center {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.justify-content-end {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.justify-content-start {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	/* Text */
	.text-center {
		text-align: center;
	}
	.text-justify {
		text-align: justify;
	}
	.text-right {
		text-align: right;
	}
	.text-uppercase {
		text-transform: uppercase;
	}
	.text-lowercase {
		text-transform: lowercase;
	}

	/* Color */
	.mute {
		color: #828282;
	}

	/* Gradient */
	.gradient {
		color: #fff;
		background: #ff8965;
		background: -webkit-linear-gradient(359.91deg, #ff8965 -6.21%, #fec949 -6.19%, #e21f8d 137.03%);
		background: -moz-linear-gradient(359.91deg, #ff8965 -6.21%, #fec949 -6.19%, #e21f8d 137.03%);
		background: -o-linear-gradient(359.91deg, #ff8965 -6.21%, #fec949 -6.19%, #e21f8d 137.03%);
		background: linear-gradient(90.09deg, #ff8965 -6.21%, #fec949 -6.19%, #e21f8d 137.03%);
	}

	/* Icons */
	.icon {
		display: inline-block;
		vertical-align: middle;
		background-position: 0 0;
		background-repeat: no-repeat;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		background-size: 100% auto;
		position: relative;
	}
	.icon_type_play {
		margin-top: -1px;
		margin-right: 8px;
		width: 35px;
		height: 35px;
		background-image: url(../images/ic-play.png);
	}

	.icon-select {
	
	}
	.icon-select_type_circle {
		display: inline-block;
		margin-right: 6px;
		width: 14px;
		height: 14px;
		vertical-align: middle;
		position: relative;
		top: -1px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.icon-select_color_purple {
		background: #bb6bd9;
		background: -webkit-linear-gradient(36.87deg, #bb6bd9 6.12%, #2723e2 108.16%);
		background: -moz-linear-gradient(36.87deg, #bb6bd9 6.12%, #2723e2 108.16%);
		background: -o-linear-gradient(36.87deg, #bb6bd9 6.12%, #2723e2 108.16%);
		background: linear-gradient(53.13deg, #bb6bd9 6.12%, #2723e2 108.16%);
	}
	.icon-select_color_blue {
		background: #399efb;
		background: -webkit-linear-gradient(39.47deg, #399efb 0%, #6e02c2 111.75%);
		background: -moz-linear-gradient(39.47deg, #399efb 0%, #6e02c2 111.75%);
		background: -o-linear-gradient(39.47deg, #399efb 0%, #6e02c2 111.75%);
		background: linear-gradient(50.53deg, #399efb 0%, #6e02c2 111.75%);
	}
	.icon-select_color_green {
		background: #55db19;
		background: -webkit-linear-gradient(39.47deg, #55db19 0%, #0c6033 111.75%);
		background: -moz-linear-gradient(39.47deg, #55db19 0%, #0c6033 111.75%);
		background: -o-linear-gradient(39.47deg, #55db19 0%, #0c6033 111.75%);
		background: linear-gradient(50.53deg, #55db19 0%, #0c6033 111.75%);
	}
	.icon-select_color_orange {
		background: #f2c94c;
		background: -webkit-linear-gradient(38.66deg, #f2c94c 0%, #ff3d00 113.89%);
		background: -moz-linear-gradient(38.66deg, #f2c94c 0%, #ff3d00 113.89%);
		background: -o-linear-gradient(38.66deg, #f2c94c 0%, #ff3d00 113.89%);
		background: linear-gradient(51.34deg, #f2c94c 0%, #ff3d00 113.89%);
	}
	.icon-select_color_red {
		background: #ff0000;
		background: -webkit-linear-gradient(37.12deg, #ff0000 0%, #600017 118.3%);
		background: -moz-linear-gradient(37.12deg, #ff0000 0%, #600017 118.3%);
		background: -o-linear-gradient(37.12deg, #ff0000 0%, #600017 118.3%);
		background: linear-gradient(52.88deg, #ff0000 0%, #600017 118.3%);
	}
	.icon-select_color_violet {
		background: #ec15bd;
		background: -webkit-linear-gradient(40.06deg, #ec15bd -28.26%, #470448 117.46%);
		background: -moz-linear-gradient(40.06deg, #ec15bd -28.26%, #470448 117.46%);
		background: -o-linear-gradient(40.06deg, #ec15bd -28.26%, #470448 117.46%);
		background: linear-gradient(49.94deg, #ec15bd -28.26%, #470448 117.46%);
	}

	/* Animate */
	.animated.delay-6ms {
	  -webkit-animation-delay: 0.65s;
	  -moz-animation-delay: 0.65s;
	  -o-animation-delay: 0.65s;
	  animation-delay: 0.65s;
	}
	.animated.delay-12ms {
	  -webkit-animation-delay: 1.2s;
	  -moz-animation-delay: 1.2s;
	  -o-animation-delay: 1.2s;
	  animation-delay: 1.2s;
	}

	/* Margin */
	.mb-5 {
		margin-bottom: 5px;
	}
	.mb-10 {
		margin-bottom: 10px;
	}
	.mb-15 {
		margin-bottom: 15px;
	}
	.mb-20 {
		margin-bottom: 20px;
	}
	.mb-25 {
		margin-bottom: 25px;
	}
	.mb-30 {
		margin-bottom: 30px;
	}
	.mb-35 {
		margin-bottom: 35px;
	}
	.mb-40 {
		margin-bottom: 40px;
	}
	.mb-45 {
		margin-bottom: 45px;
	}
	.mb-50 {
		margin-bottom: 50px;
	}
	.mb-55 {
		margin-bottom: 55px;
	}
	.mb-60 {
		margin-bottom: 60px;
	}
	.mb-65 {
		margin-bottom: 65px;
	}
	.mb-70 {
		margin-bottom: 70px;
	}
	.mb-75 {
		margin-bottom: 75px;
	}
	.mb-80 {
		margin-bottom: 80px;
	}
	.mb-85 {
		margin-bottom: 85px;
	}
	.mb-90 {
		margin-bottom: 90px;
	}
	.mb-95 {
		margin-bottom: 95px;
	}
	.mb-100 {
		margin-bottom: 100px;
	}
	

	.mb-16 {
		margin-bottom: 16px;
	}
	.mb-32 {
		margin-bottom: 32px;
	}

	/* Alerts */
	.alert {
		margin-bottom: 30px;
		padding: 8px 12px 7px 40px;
		font-size: 17px;
		line-height: 25px;
		position: relative;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.alert-success {
		color: #0eac27;
		background-color: #ddfae2;
		border: 1px solid rgba(14,172,39,0.7);;
	}
	.alert-warning {
		color: #ffbc24;
		background-color: #fff2d6;
		border: 1px solid rgba(255,188,36,0.7);
	}
	.alert-error,
	.alert-danger {
		color: #f00;
		background-color: #ffdede;
		border: 1px solid rgba(255,0,0,0.7);
	}
	.alert:before {
		display: block;
		margin-top: -8px;
		width: 16px;
		height: 16px;
		content: '';
		background-position: 50% 50%;
		background-repeat: no-repeat;
		position: absolute;
		top: 50%;
		left: 12px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.alert-success:before {
		background-color: #0eac27;
		background-image: url(../images/ic-alert-success.svg);
		background-position: 50% 2px;
	}
	.alert-warning:before {
		background-color: #ffbc24;
		background-image: url(../images/ic-alert-warning.svg);
	}
	.alert-error:before,
	.alert-danger:before {
		background-color: #f00;
		background-image: url(../images/ic-alert-error.svg);
	}

	/* Tag */
	.tag {
		padding: 5px;
		color: #1d2026;
		background-color: #f6df0b;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

/* UI
--------------------------------- */

	/* Form */
	.form__field {
		margin-bottom: 30px;
	}
	.form__submit {
		margin-top: 50px;
	}

	/* Label */
	.label {
		display: block;
		margin-bottom: 8px;
		font-size: 12px;
		line-height: 16px;
		color: #333;
	}

	/* Input & Textarea */
	.input {
		padding: 1px;
		overflow: hidden;
		background: rgba(216,58,141,0.9);
		background: -webkit-linear-gradient(59.11deg, rgba(216,58,141,0.9) 0, rgba(76,55,218,0.9) 42px);
		background: -moz-linear-gradient(59.11deg, rgba(216,58,141,0.9) 0, rgba(76,55,218,0.9) 42px);
		background: -o-linear-gradient(59.11deg, rgba(216,58,141,0.9) 0, rgba(76,55,218,0.9) 42px);
		background: linear-gradient(30.89deg, rgba(216,58,141,0.9) 0, rgba(76,55,218,0.9) 42px);
		position: relative;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.input_active {
		background: -webkit-linear-gradient(86.02deg, rgba(216,58,141,0.9) -17.67%, rgba(76,55,218,0.9) 67.82%);
		background: -moz-linear-gradient(86.02deg, rgba(216,58,141,0.9) -17.67%, rgba(76,55,218,0.9) 67.82%);
		background: -o-linear-gradient(86.02deg, rgba(216,58,141,0.9) -17.67%, rgba(76,55,218,0.9) 67.82%);
		background: linear-gradient(3.98deg, rgba(216,58,141,0.9) -17.67%, rgba(76,55,218,0.9) 67.82%);
	}
	.input_has_icon {
		padding-left: 42px;
	}
	.input__icon,
	.select__icon {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		width: 42px;
		height: 42px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		top: 0;
		left: 0;
	}
	.input__box {
		padding: 10px;
		width: 100%;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: -0.2px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		outline: none;
		color: #000;
		background-color: #fff;
		border: none;
		position: relative;
		z-index: 5;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 0 1px 0 rgba(189,189,189,1), 0 -1px 0 rgba(189,189,189,1), 1px 1px 0 rgba(189,189,189,1), 1px -1px rgba(189,189,189,1), -1px 0 0 rgba(189,189,189,1), -1px -1px 0 rgba(189,189,189,1), -1px 1px 0 rgba(189,189,189,1);
		-moz-box-shadow: 0 1px 0 rgba(189,189,189,1), 0 -1px 0 rgba(189,189,189,1), 1px 1px 0 rgba(189,189,189,1), 1px -1px rgba(189,189,189,1), -1px 0 0 rgba(189,189,189,1), -1px -1px 0 rgba(189,189,189,1), -1px 1px 0 rgba(189,189,189,1);
		box-shadow: 0 1px 0 rgba(189,189,189,1), 0 -1px 0 rgba(189,189,189,1), 1px 1px 0 rgba(189,189,189,1), 1px -1px rgba(189,189,189,1), -1px 0 0 rgba(189,189,189,1), -1px -1px 0 rgba(189,189,189,1), -1px 1px 0 rgba(189,189,189,1);
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.input_has_icon .input__box {
		-webkit-border-radius: 0 4px 4px 0;
		-moz-border-radius: 0 4px 4px 0;
		border-radius: 0 4px 4px 0;
		-webkit-box-shadow: 0 1px 0 rgba(189,189,189,1), 0 -1px 0 rgba(189,189,189,1), 1px 1px 0 rgba(189,189,189,1), 1px -1px rgba(189,189,189,1);
		-moz-box-shadow: 0 1px 0 rgba(189,189,189,1), 0 -1px 0 rgba(189,189,189,1), 1px 1px 0 rgba(189,189,189,1), 1px -1px rgba(189,189,189,1);
		box-shadow: 0 1px 0 rgba(189,189,189,1), 0 -1px 0 rgba(189,189,189,1), 1px 1px 0 rgba(189,189,189,1), 1px -1px rgba(189,189,189,1);
	}
	.input__box:focus {
		-webkit-box-shadow: 0 1px 0 rgba(189,189,189,0), 0 -1px 0 rgba(189,189,189,0), 1px 1px 0 rgba(189,189,189,0), 1px -1px rgba(189,189,189,0);
		-moz-box-shadow: 0 1px 0 rgba(189,189,189,0), 0 -1px 0 rgba(189,189,189,0), 1px 1px 0 rgba(189,189,189,0), 1px -1px rgba(189,189,189,0);
		box-shadow: 0 1px 0 rgba(189,189,189,0), 0 -1px 0 rgba(189,189,189,0), 1px 1px 0 rgba(189,189,189,0), 1px -1px rgba(189,189,189,0);
	}

	/* Select */
	.select {
		overflow: hidden;
		position: relative;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.select_has_icon {
		padding-left: 42px;
		background: rgba(216,58,141,0.9);
		background: -webkit-linear-gradient(59.11deg, rgba(216,58,141,0.9) 0, rgba(76,55,218,0.9) 42px);
		background: -moz-linear-gradient(59.11deg, rgba(216,58,141,0.9) 0, rgba(76,55,218,0.9) 42px);
		background: -o-linear-gradient(59.11deg, rgba(216,58,141,0.9) 0, rgba(76,55,218,0.9) 42px);
		background: linear-gradient(30.89deg, rgba(216,58,141,0.9) 0, rgba(76,55,218,0.9) 42px);
	}
	.ui-selectmenu-button.ui-button {
		margin-right: 0;
		padding: 1px 1px 1px 0;
	    width: 100%;
	    font: 400 14px/20px 'Open Sans', sans-serif;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		outline: none;
		overflow: hidden;
		color: #000;
	    background: rgba(76,55,218,0.9);
	    border: none;
	    position: relative;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.ui-selectmenu-text {
		margin-right: 0;
		padding: 10px;
		width: 100%;
		font: 400 14px/20px 'Open Sans', sans-serif;
		letter-spacing: -0.2px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		outline: none;
		color: #000;
		background-color: #fff;
		border: none;
		-webkit-border-radius: 0 4px 4px 0;
		-moz-border-radius: 0 4px 4px 0;
		border-radius: 0 4px 4px 0;
		-webkit-box-shadow: 0 1px 0 rgba(189,189,189,1), 0 -1px 0 rgba(189,189,189,1), 1px 1px 0 rgba(189,189,189,1), 1px -1px rgba(189,189,189,1);
		-moz-box-shadow: 0 1px 0 rgba(189,189,189,1), 0 -1px 0 rgba(189,189,189,1), 1px 1px 0 rgba(189,189,189,1), 1px -1px rgba(189,189,189,1);
		box-shadow: 0 1px 0 rgba(189,189,189,1), 0 -1px 0 rgba(189,189,189,1), 1px 1px 0 rgba(189,189,189,1), 1px -1px rgba(189,189,189,1);
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.ui-selectmenu-button-open .ui-selectmenu-text {
		color: #828282;
		background-color: #e9e9e9;
		-webkit-box-shadow: 0 1px 0 rgba(189,189,189,0), 0 -1px 0 rgba(189,189,189,0), 1px 1px 0 rgba(189,189,189,0), 1px -1px rgba(189,189,189,0);
		-moz-box-shadow: 0 1px 0 rgba(189,189,189,0), 0 -1px 0 rgba(189,189,189,0), 1px 1px 0 rgba(189,189,189,0), 1px -1px rgba(189,189,189,0);
		box-shadow: 0 1px 0 rgba(189,189,189,0), 0 -1px 0 rgba(189,189,189,0), 1px 1px 0 rgba(189,189,189,0), 1px -1px rgba(189,189,189,0);
		-webkit-border-radius: 0 4px 0 0;
		-moz-border-radius: 0 4px 0 0;
		border-radius: 0 4px 0 0;
	}
	.ui-selectmenu-button-open .icon-select {
		opacity: 0.5;
	}
	.ui-button .ui-icon {
		margin-top: -3px;
		width: 8px;
		height: 5px;
	    background: url(../images/ic-select-arrow.svg) no-repeat 0 0 !important;
	    -webkit-background-size: auto auto !important;
	    -moz-background-size: auto auto !important;
	    background-size: auto auto !important;
	    position: absolute;
	    top: 50%;
	    right: 12px;
	}
	.ui-selectmenu-menu {
		z-index: 99993;
	}
	.ui-selectmenu-menu .ui-menu {
		margin-top: -1px;
    	padding: 1px 1px 0;
    	border: none;
		background: rgba(76,55,218,0.9);
		background: -webkit-linear-gradient(86.02deg, rgba(216,58,141,0.9) -17.67%, rgba(76,55,218,0.9) 67.82%);
		background: -moz-linear-gradient(86.02deg, rgba(216,58,141,0.9) -17.67%, rgba(76,55,218,0.9) 67.82%);
		background: -o-linear-gradient(86.02deg, rgba(216,58,141,0.9) -17.67%, rgba(76,55,218,0.9) 67.82%);
		background: linear-gradient(3.98deg, rgba(216,58,141,0.9) -17.67%, rgba(76,55,218,0.9) 67.82%);
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
	}
	.ui-menu .ui-menu-item {
		display: block;
		margin: 0 0 1px 0;
		padding: 0;
		overflow: hidden;
		border: none;
	}
	.ui-menu .ui-menu-item:last-child {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
	}
	.ui-menu .ui-menu-item-wrapper {
		margin: 0;
		padding: 10px 10px 10px 10px;
		width: 100%;
		height: auto;
		font: 400 14px/20px 'Open Sans', sans-serif;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #000;
		background-color: #fff;
		border: none;
	}
	.ui-menu .ui-state-active,
	.ui-menu .ui-menu-item:hover .ui-menu-item-wrapper {
		text-decoration: underline;
	}

	/* Checkbox & Radio */
	.checkbox,
	.radio {
		position: absolute;
		z-index: -1;
		opacity: 0;
	}
	.checkbox + label,
	.radio + label {
		padding-left: 28px;
		font-size: 15px;
		line-height: 600;
		line-height: 27px;
		color: #1d2026;
		position: relative;
		cursor: pointer;
	}
	.checkbox + label:before {
		width: 18px;
		height: 18px;
		content: '';
		background-color: #fff;
		border: 1px solid #bdbdbd;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		position: absolute;
		top: 1px;
		left: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.checkbox + label:after {
		width: 14px;
		height: 18px;
		content: '';
		background: url(../images/ic-checkmark.svg) no-repeat 50% 50%;
		-webkit-background-size: 10px auto;
		-moz-background-size: 10px auto;
		background-size: 10px auto;
		position: absolute;
		top: 0px;
		left: 2px;
		opacity: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.checkbox:checked + label:after {
		opacity: 1;
	}
	.radio + label:before {
		width: 18px;
		height: 18px;
		content: '';
		background-color: #e0e0e0;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		position: absolute;
		top: 1px;
		left: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.radio + label:after {
		width: 6px;
		height: 6px;
		content: '';
		background-color: #e0e0e0;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		position: absolute;
		top: 7px;
		left: 6px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.radio:checked + label:before {
		background-color: #4c37da;
	}
	.radio:checked + label:after {
		background-color: #fff;
	}

	/* Button */
	.btn {
		display: block;
		padding: 11px 25px;
		font-size: 14px;
		font-weight: 600;
		line-height: 20px;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		outline: none;
		cursor: pointer;
		color: #fff;
		background: #ff8965;
		background: -webkit-linear-gradient(359.91deg, #ff8965 -6.21%, #fec949 -6.19%, #e21f8d 137.03%);
		background: -moz-linear-gradient(359.91deg, #ff8965 -6.21%, #fec949 -6.19%, #e21f8d 137.03%);
		background: -o-linear-gradient(359.91deg, #ff8965 -6.21%, #fec949 -6.19%, #e21f8d 137.03%);
		background: linear-gradient(90.09deg, #ff8965 -6.21%, #fec949 -6.19%, #e21f8d 137.03%);
		border: none;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		-webkit-box-shadow: 0 0 0 #ff8965;
		-moz-box-shadow: 0 0 0 #ff8965;
		box-shadow: 0 0 0 #ff8965;
		-webkit-transition: all 0.15s;
		-o-transition: all 0.15s;
		-moz-transition: all 0.15s;
		transition: all 0.15s;
	}
	.btn__wide {
		width: 100%;
	}

	.btn:hover {
		text-decoration: none;
		color: #fff;
		-webkit-box-shadow: 0px 4px 25px #ff8965;
		-moz-box-shadow: 0px 4px 25px #ff8965;
		box-shadow: 0px 4px 25px #ff8965;
	}
	.btn_hover_dark:hover {
		-webkit-box-shadow: 0px 6px 32px rgba(47,8,95,0.5);
		-moz-box-shadow: 0px 6px 32px rgba(47,8,95,0.5);
		box-shadow: 0px 6px 32px rgba(47,8,95,0.5);
	}

	.btn_color_violet {
		color: #fff;
		background: rgba(216,58,141,0.9);
		background: -webkit-linear-gradient(43.33deg, rgba(216,58,141,0.9) 7.98%, rgba(76,55,218,0.9) 90.51%);
		background: -moz-linear-gradient(43.33deg, rgba(216,58,141,0.9) 7.98%, rgba(76,55,218,0.9) 90.51%);
		background: -o-linear-gradient(43.33deg, rgba(216,58,141,0.9) 7.98%, rgba(76,55,218,0.9) 90.51%);
		background: linear-gradient(46.67deg, rgba(216,58,141,0.9) 7.98%, rgba(76,55,218,0.9) 90.51%);
	}

	.btn_color_white {
		color: #5e4cd6;
		background: #fff;
	}
	.btn_color_white:hover {
		color: #5e4cd6 !important;
	}

	.btn__icon {
		margin: 0 6px 0 0;
		vertical-align: top;
	}

	.btn-border {
		display: inline-block;
		padding: 8px 25px 7px;
		font-size: 17px;
		font-weight: 600;
		line-height: 23px;
		text-align: center;
		text-decoration: none !important;
		color: #4c37da;
		cursor: pointer;
		background-color: #fff;
		border: 2px solid #4c37da;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.btn-border:hover {
		color: #fff;
		background-color: #4c37da;
	}

	/* Placeholder */
	::-webkit-input-placeholder {
	  color: #828282;
	}
	::-moz-placeholder {
	  color: #828282;
	}
	:-ms-input-placeholder {
	  color: #828282;
	}
	:-moz-placeholder {
	  color: #828282;
	}

/* Header
--------------------------------- */

	.header {
		padding: 58px 0 0;
		position: relative;
		z-index: 100;
	}
	.header-line {
		display: block;
		margin: 58px 0 52px;
		height: 2px;
		background: rgba(216,58,141,0.9);
		background: -webkit-linear-gradient(43.33deg, rgba(216,58,141,0.9) 7.98%, rgba(76,55,218,0.9) 90.51%);
		background: -moz-linear-gradient(43.33deg, rgba(216,58,141,0.9) 7.98%, rgba(76,55,218,0.9) 90.51%);
		background: -o-linear-gradient(43.33deg, rgba(216,58,141,0.9) 7.98%, rgba(76,55,218,0.9) 90.51%);
		background: linear-gradient(46.67deg, rgba(216,58,141,0.9) 7.98%, rgba(76,55,218,0.9) 90.51%);
		border: none;
	}

	.header__home {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.header__home:after {
		display: none;
	}

	/* Main Menu */
	.main-menu__item {
		margin-right: 52px;
		font-size: 15px;
		font-weight: 600;
		line-height: 21px;
	}
	.main-menu__item:last-child {
		margin-right: 0;
	}
	.main-menu__link {
		display: block;
		text-decoration: none;
		color: #333;
	}
	.main-menu__link_color_white {
		color: #fff;
	}
	.main-menu__link:hover,
	.main-menu__link_active {
		text-decoration: underline;
		color: #4c37da;
	}
	.main-menu__link_color_white:hover,
	.main-menu__link_color_white.main-menu__link_active {
		color: #fff;
	}
	.main-menu__link-rounded {
		padding: 9px 25px 8px;
		border: 2px solid #4c37da;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.main-menu__link_color_white.main-menu__link-rounded {
		border-color: #fff;
	}
	.main-menu__link-rounded:hover,
	.main-menu__link-rounded_active {
		text-decoration: none;
		background-color: rgba(255,255,255,0.2);
	}

	/* Mini profile */
	.mini-profile {
		position: relative;
	}
	.mini-profile__toggle {
		display: block;
		padding: 6px 10px 0;
		font-size: 14px;
		line-height: 27px;
		text-decoration: none !important;
		color: #c12c7b;
		border: 2px solid rgba(76,55,218,0);
		border-bottom: 0;
		-webkit-border-radius: 17px 17px 0 0;
		-moz-border-radius: 17px 17px 0 0;
		border-radius: 17px 17px 0 0;
		-webkit-transition: all 0s;
		-o-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s;
	}
	.header__home .mini-profile__toggle {
		color: #fff;
	}
	.mini-profile__toggle_open {
		border-color: rgba(76,55,218,1);
	}
	.header__home .mini-profile__toggle_open {
		color: #4c37da;
		background-color: #fff;
		border-color: #fff;
	}
	.header__home .mini-profile__toggle_open svg {
		stroke: #4c37da !important;
	}
	.mini-profile__toggle:hover span {
		text-decoration: underline;
	}
	.mini-profile__toggle_open span {
		text-decoration: none !important;
	}
	.mini-profile__toggle svg {
		vertical-align: middle;
		fill: none;
		stroke: #c12c7b;
	}
	.header__home .mini-profile__toggle svg {
		stroke: #fff;
	}
	.mini-profile__toggle:after {
		display: block;
		margin-top: 6px;
		height: 1px;
		content: '';
		background-color: rgba(76,55,218,0);
	}
	.mini-profile__toggle_open:after {
		background-color: rgba(76,55,218,1);
	}
	.mini-profile__submenu {
		display: none;
		padding: 10px 0;
		width: 100%;
		background-color: #fff;
		border: 2px solid #4c37da;
		border-top: none;
		position: absolute;
		top: 42px;
		left: 0;
		-webkit-border-radius: 0 0 17px 17px;
		-moz-border-radius: 0 0 17px 17px;
		border-radius: 0 0 17px 17px;
	}
	.header__home .mini-profile__submenu {
		border-color: #fff;
	}
	.mini-profile__submenu-item {
		display: block;
		padding: 0 22px;
		font-size: 14px;
		line-height: 32px;
	}
	.mini-profile__submenu-item_active {
		padding: 0 10px;
	}
	.mini-profile__submenu-link {
		display: block;
		color: #333;
	}
	.mini-profile__submenu-link:hover {
		color: #4c37da;
	}
	.mini-profile__submenu-link_active {
		padding: 0 12px;
		text-decoration: none !important;
		color: #fff !important;
		background: -webkit-linear-gradient(48.71deg, rgba(216, 58, 141, 0.9) 7.98%, rgba(76, 55, 218, 0.9) 90.51%);
		background: -moz-linear-gradient(48.71deg, rgba(216, 58, 141, 0.9) 7.98%, rgba(76, 55, 218, 0.9) 90.51%);
		background: -o-linear-gradient(48.71deg, rgba(216, 58, 141, 0.9) 7.98%, rgba(76, 55, 218, 0.9) 90.51%);
		background: linear-gradient(41.29deg, rgba(216, 58, 141, 0.9) 7.98%, rgba(76, 55, 218, 0.9) 90.51%);
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	/* Mobile Nav */
	.mobile-nav__toggle {
		display: none;
		padding: 0;
		background: none;
		border: none;
		outline: none;
	}
	.mobile-nav__toggle svg {
		vertical-align: top;
		fill: #4c37da;
	}
	.header__home .mobile-nav__toggle svg {
		fill: #fff;
	}
	.mobile-nav {
		max-width: 523px;
		width: -webkit-calc(100% - 82px);
		width: -moz-calc(100% - 82px);
		width: calc(100% - 82px);
		height: 100%;
		font-size: 17px;
		line-height: 27px;
		background-color: #fff;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 100;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.mobile-nav_open {
		left: 0;
	}
	.mobile-nav__header {
		padding: 30px 15px 25px;
		color: #fff;
		background-color: #4c37da;
	}
	.mobile-nav__header a {
		text-decoration: none !important;
		color: #fff;
	}
	.mobile-nav__header svg {
		vertical-align: middle;
		position: relative;
		top: -1px;
	}
	.mobile-nav__profile-nav {
		display: none;
		margin-bottom: -3px;
		padding: 15px 0 0 40px;
	}
	.mobile-nav__profile-nav a {
		display: block;
		padding: 3px 0;
		font-size: 15px;
	}
	.mobile-nav__wrapper {
		padding: 0 15px;
	}
	.mobile-nav__item {
		font-size: 17px;
		line-height: 27px;
		border-bottom: 2px solid #e0e0e0;
	}
	.mobile-nav__link {
		display: block;
		padding: 15px 0;
		text-decoration: none !important;
		color: #000;
	}
	.mobile-nav__overlay {
		width: 100%;
		height: 100%;
		background-color: rgba(30,30,30,0.9);
		position: fixed;
		top: 0;
		left: 0;
		opacity: 0;
		z-index: -1;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.mobile-nav__overlay_show {
		opacity: 1;
		z-index: 100;
	}
	.mobile-nav__close {
		display: none;
		opacity: 0;
		position: fixed;
		top: 34px;
		left: 553px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		z-index: -1;
	}
	.mobile-nav_open .mobile-nav__close {
		display: block;
		opacity: 1;
	}
	

/* Section
--------------------------------- */

	.section-header__title {
		font-size: 36px;
		font-weight: bold;
		line-height: 49px;
		color: #000;
	}
	.section-header__desc {
		font-size: 15px;
		line-height: 27px;
	}

/* Hero
--------------------------------- */

	.hero {
		height: 700px;
		background: url(../images/hero-bg.jpg) no-repeat 50% 0;
		-webkit-background-size: auto 100%;
		-moz-background-size: auto 100%;
		background-size: auto 100%;
		position: relative;
	}
	.hero .container {
		height: 100%;
		position: relative;
	}

	.hero__content {
		padding-top: 212px;
	}
	.hero__h1 {
		margin-bottom: 62px;
		font-size: 31px;
		font-weight: 600;
		line-height: 41px;
		color: #fff;
	}
	.hero__h1 span {
		font-size: 79px;
		font-weight: 800;
		line-height: 109px;
	}

	.btn-start {
		margin-right: 26px;
		padding: 9px 25px;
		width: 156px;
		font-size: 18px;
		line-height: 24px;
	}

	.whatch-promo {
		font-size: 18px;
		font-weight: 600;
		line-height: 1;
		color: #fff;
	}
	.whatch-promo:hover {
		text-decoration: underline;
		color: #fff;
	}

	/* Image */
	.hero__collage {
		position: absolute;
		right: -20px;
		bottom: 0;
	}

	/* Server list */
	.server-list {
		padding: 30px 0;
		max-width: 1140px;
		width: 100%;
		text-align: center;
		background-color: #fff;
		position: absolute;
		bottom: -155px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-box-shadow: 0px 6px 32px rgba(47,8,95,0.3);
		-moz-box-shadow: 0px 6px 32px rgba(47,8,95,0.3);
		box-shadow: 0px 6px 32px rgba(47,8,95,0.3);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		z-index: 5;
	}
	.server-item {
		margin: 0 25px;
		width: 100%;
	}
	.server-item__icon {
		margin: 0 auto 10px;
		width: 53px;
		height: 53px;
		background-color: #4c37da;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.server-item__title {
		font-size: 19px;
		font-weight: 600;
		line-height: 1;
		color: #5e4cd6;
	}
	.server-item__title:after {
		display: block;
		margin: 15px 0;
		height: 3px;
		content: '';
		background: #ff8965;
		background: -webkit-linear-gradient(359.91deg, #ff8965 -6.21%, #fec949 -6.19%, #e21f8d 137.03%);
		background: -moz-linear-gradient(359.91deg, #ff8965 -6.21%, #fec949 -6.19%, #e21f8d 137.03%);
		background: -o-linear-gradient(359.91deg, #ff8965 -6.21%, #fec949 -6.19%, #e21f8d 137.03%);
		background: linear-gradient(90.09deg, #ff8965 -6.21%, #fec949 -6.19%, #e21f8d 137.03%);
	}
	.server-item__online {
		margin-bottom: 6px;
		font-size: 15px;
		line-height: 20px;
	}
	.server-item__online svg {
		margin: -3px 7px 0 0;
		vertical-align: middle;
	}
	.server-item__connect {
		font-size: 14px;
		line-height: 19px;
		color: #828282;
	}
	.server-item__connect a {
		text-decoration: underline;
		color: inherit;
	}
	.server-item__connect a:hover {
		color: #4c37da;
	}

/* How to start
--------------------------------- */

	.how-to-start {
		padding-top: 245px;
	}

	/* Header */
	.how-to-start__header {
		margin-bottom: 110px;
	}
	.how-to-start__header .section-header__title {
		margin-bottom: 43px;
	}

	/* Quote */
	.how-to-start__quote {
		padding: 26px 42px;
		font-size: 18px;
		font-weight: 600;
		line-height: 34px;
		position: relative;
		-webkit-box-shadow: 0px 6px 32px rgba(47,8,95,0.3);
		-moz-box-shadow: 0px 6px 32px rgba(47,8,95,0.3);
		box-shadow: 0px 6px 32px rgba(47,8,95,0.3);
		-webkit-border-radius: 17px;
		-moz-border-radius: 17px;
		border-radius: 17px;
	}
	.how-to-start__quote:before {
		display: block;
		width: 125px;
		height: 102px;
		content: '';
		background: url(../images/ic-quote.png) no-repeat 0 0;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
		position: absolute;
		top: 10px;
		left: 10px;
	}

	/* Instruction */
	.instruction {
		padding: 90px 0;
		background: url(../images/instruction-bg.jpg) no-repeat 50% 0;
		-webkit-background-size: auto 100%;
		-moz-background-size: auto 100%;
		background-size: auto 100%;
	}
	.instruction-item {
		padding: 44px 30px;
		height: 100%;
		font-size: 15px;
		line-height: 25px;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #fff;
		-webkit-box-shadow: 0px 6px 25px rgba(38,23,62,0.8);
		-moz-box-shadow: 0px 6px 25px rgba(38,23,62,0.8);
		box-shadow: 0px 6px 25px rgba(38,23,62,0.8);
		-webkit-border-radius: 17px;
		-moz-border-radius: 17px;
		border-radius: 17px;
	}
	.instruction-item__icon {
		margin: 0 auto 30px;
		width: 59px;
		height: 59px;
		background-color: #4c37da;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.instruction-item__title {
		margin-bottom: 16px;
		font-size: 20px;
		font-weight: 600;
		line-height: 25px;
		color: #4c37da;
	}
	.instruction-item__text {
		margin-bottom: 37px;
	}

/* News
--------------------------------- */

	.news {
		padding: 90px 0;
		overflow: hidden;
	}

	/* Header */
	.news__header {
		margin-bottom: 10px;
	}

	/* Item */
	.news-item__wrapper {
		margin-bottom: 30px;
	}
	.news-item {
		height: 100%;
		background-color: #fff;
		-webkit-box-shadow: 0px 6px 32px rgba(47,8,95,0.3);
		-moz-box-shadow: 0px 6px 32px rgba(47,8,95,0.3);
		box-shadow: 0px 6px 32px rgba(47,8,95,0.3);
		-webkit-border-radius: 17px;
		-moz-border-radius: 17px;
		border-radius: 17px;
	}
	.news-item__image {
		display: block;
		height: 250px;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-webkit-border-radius: 17px 17px 0 0;
		-moz-border-radius: 17px 17px 0 0;
		border-radius: 17px 17px 0 0;
	}
	.news-item__body {
		padding: 28px 28px 42px;
	}
	.news-item__meta {
		margin-bottom: 13px;
		font-size: 15px;
		line-height: 21px;
		color: #828282;
	}
	.news-item__meta svg {
		margin-right: 8px;
	}
	.news-item__title {
		margin-bottom: 26px;
		font-size: 20px;
		font-weight: 600;
		line-height: 26px;
	}
	.news-item__title a {
		color: #4c37da;
	}
	.news-item__intro {
		margin-top: -10px;
		font-size: 15px;
		line-height: 21px;
		color: #000;
	}
	.news-item__btn svg {
		vertical-align: middle;
	}

	/* News Carousel */
	.news-carousel {
		margin-right: -40px;
		margin-left: -40px;
		padding-right: 14px;
		padding-left: 14px;
		overflow: hidden;
	}
	.news-carousel .slick-list {
		overflow: visible;
	}
	.news-carousel .slick-track {
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.news-carousel .slick-slide {
		outline: none;
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		-o-transition: -o-transform 0.3s;
		-moz-transition: transform 0.3s, -moz-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
	}
	.news-carousel .slick-center {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
	.news-carousel .news-item__wrapper {
		padding: 0 28px;
	}
	.news-carousel .slick-slide .news-item {
		margin-bottom: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.news-carousel .slick-active .news-item {
		-webkit-box-shadow: 0px 6px 32px rgba(47,8,95,0.3);
		-moz-box-shadow: 0px 6px 32px rgba(47,8,95,0.3);
		box-shadow: 0px 6px 32px rgba(47,8,95,0.3);
	}
	.news-carousel .slick-slide .news-item * {
		outline: none;
	}
	.news-carousel .news-item__btn {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	/* Slick */
	.slick-arrow {
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background-color: #fff;
		border: 2px solid #4c37da;
		position: absolute;
		right: 40px;
		bottom: 0;
		cursor: pointer;
		outline: none;
		z-index: 100;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.slick-prev {
		right: 85px;
	}
	.slick-arrow svg {
		fill: #4c37da;
	}

/* Social
--------------------------------- */

	.social {
		padding: 90px 0;
		background: url(../images/social-bg.jpg) no-repeat 50% 0;
		-webkit-background-size: auto 100%;
		-moz-background-size: auto 100%;
		background-size: auto 100%;
	}

	/* Item */
	.social-item {
		padding: 30px 30px 44px;
		background: #fff;
		-webkit-box-shadow: 0px 6px 25px rgba(38,23,62,0.6);
		-moz-box-shadow: 0px 6px 25px rgba(38,23,62,0.6);
		box-shadow: 0px 6px 25px rgba(38,23,62,0.6);
		-webkit-border-radius: 17px;
		-moz-border-radius: 17px;
		border-radius: 17px;
	}
	.social-item__logo {
		margin-right: 24px;
	}
	.social-item__title {
		font-size: 20px;
		font-weight: 600;
		line-height: 26px;
		color: #4c37da;
	}
	.social-item__desc {
		margin: 18px 0 35px;
	}
	.social-item__members {
		margin: 32px 0 44px;
	}
	.social-item__members-counter {
		font-size: 18px;
		font-weight: 600;
		line-height: 24px;
		color: #eb5677;
	}

	/* Footer
--------------------------------- */

	.footer {
		padding: 44px 0 114px;
		color: #fff;
		background-color: #290d5c;
	}
	.footer__title {
		font-size: 16px;
		font-weight: bold;
		line-height: 28px;
	}

	/* Logo */
	.footer__logo {
		margin-bottom: 54px;
		padding-top: 6px;
	}

	/* Copyright */
	.copyright {
		font-size: 14px;
		font-weight: 600;
		line-height: 20px;
	}
	.copyright__small {
		margin-top: 10px;
		font-size: 12px;
		line-height: 16px;
	}

	/* Nav */
	.footer-nav__item {
		font-size: 14px;
		line-height: 28px;
	}
	.footer-nav__link,
	.footer-nav__link:hover {
		color: #fff;
	}

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

	.popup {
		display: none;
		padding: 50px;
		-webkit-border-radius: 17px;
		-moz-border-radius: 17px;
		border-radius: 17px;
	}
	.popup__title {
		margin-bottom: 30px;
		font-size: 36px;
		font-weight: bold;
		line-height: 48px;
	}
	.popup__form {
		margin: auto;
		max-width: 370px;
	}

	/* Fancybox */
	.fancybox-button {
		padding: 6px !important;
		color: #bdbdbd !important;
		position: fixed !important;
		top: 36px !important;
		right: 51px !important;
		opacity: 1 !important;
	}
	.fancybox-button:hover {
		color: #fff !important;
	}

	/* Connect */
	#connect {
		font-size: 20px;
		line-height: 36px;
	}

	/* Bootstrap Modals */
	.modal-content {
		padding: 50px;
	    background-color: #fff;
	    border: none;
	    position: relative;
	    -webkit-border-radius: 17px;
		-moz-border-radius: 17px;
		border-radius: 17px;
	}
	.modal-header {
		display: block;
	    padding: 0;
	    border: none;
	    -webkit-border-radius: 0;
	    -moz-border-radius: 0;
	    border-radius: 0;
	}
	.modal-header .close {
		margin: 0;
		padding: 0;
		font-size: 36px;
		font-weight: normal;
		line-height: 1;
		color: #dbdbdb;
		position: absolute;
		top: 15px;
		right: 15px;
		opacity: 1 !important;
		cursor: pointer;
	}
	.modal-header .close:hover {
		color: #333;
	}
	.modal-title {
	    margin-bottom: 30px;
		font-size: 36px;
		font-weight: bold;
		line-height: 48px;
	}
	.modal-body {
	    padding: 0;
	}
	.modal-footer {
		margin-top: 50px;
	    -webkit-box-pack: center;
	    -webkit-justify-content: center;
	    -moz-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    padding: 0;
	    border: none;
	    -webkit-border-radius: 0;
	    -moz-border-radius: 0;
	    border-radius: 0;
	}

/* Content
--------------------------------- */

	.content {
		margin-bottom: 90px;
	}

	h1, .h1 {
		font-size: 36px;
		font-weight: bold;
		line-height: 48px;
		color: #000;
	}

	h2, .h2 {
		font-size: 20px;
		font-weight: bold;
		line-height: 26px;
		color: #000;
	}

	strong {
		font-weight: bold;
	}

	.table-wrapper {
		padding: 0 22px;
		border: 2px solid #e0e0e0;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
		border-radius: 14px;
	}
	table {
		width: 100%;
		font-size: 17px;
		line-height: 23px;
		color: #1d2026;
		border-collapse: collapse;
	}
	tr:not(:last-child) {
		border-bottom: 2px solid #e0e0e0;
	}
	td {
		padding: 16px 0;
	}
	table a {
		text-decoration: underline;
	}
	table a:hover {
		text-decoration: none;
	}

	/* Page header */
	.page-header {
		margin-bottom: 52px;
	}
	.page-header_margin_0 {
		margin-bottom: 0;
	}

	/* Breadcrumbs */
	.breadcrumbs {
		margin-bottom: 24px;
	}
	.breadcrumbs__item {
		display: inline;
		font-size: 13px;
		line-height: 25px;
		color: #828282;
	}
	.breadcrumbs__item:not(:last-child):after {
		display: inline;
		content: '/';
	}
	.breadcrumbs__link {
		color: inherit;
	}
	.breadcrumbs__link:hover {
		color: #4c37da;
	}

	/* Pagination */
	.pagination {
		padding-top: 10px;
		text-align: center;
	}
	.pagination__item {
		display: inline;
		margin: 0 7px;
		font-size: 22px;
		line-height: 28px;
		color: #4c37da;
	}
	.pagination__link {
		color: #828282;
	}
	.pagination__link:hover {
		text-decoration: none;
		color: #4c37da;
	}

	/* Article */
	.page-article p {
		margin-bottom: 16px;
	}
	.page-article ul li {
		margin-bottom: 16px;
		padding-left: 45px;
		position: relative;
	}
	.page-article ul li:before {
		display: block;
		content: '—';
		color: #4c37da;
		position: absolute;
		top: -1px;
		left: 15px;
	}
	.page-article__meta {
		padding-top: 24px;
		margin-bottom: 38px !important;
		color: #828282;
	}
	.page-article__meta svg {
		margin-right: 8px;
	}

	/* News */
	.page-news-single__image {
		margin-top: 14px;
	}

	/* Profile */
	.profile-image {
		padding: 2px 2px 0 2px;
		text-align: center;
		background: -webkit-linear-gradient(28.59deg, rgba(216, 58, 141, 0.9) 7.98%, rgba(76, 55, 218, 0.9) 90.51%);
		background: -moz-linear-gradient(28.59deg, rgba(216, 58, 141, 0.9) 7.98%, rgba(76, 55, 218, 0.9) 90.51%);
		background: -o-linear-gradient(28.59deg, rgba(216, 58, 141, 0.9) 7.98%, rgba(76, 55, 218, 0.9) 90.51%);
		background: linear-gradient(61.41deg, rgba(216, 58, 141, 0.9) 7.98%, rgba(76, 55, 218, 0.9) 90.51%);
		-webkit-border-radius: 17px 17px 0 0;
		-moz-border-radius: 17px 17px 0 0;
		border-radius: 17px 17px 0 0;
	}
	.profile-image__inner {
		padding: 35px 0 28px;
		background: url(../images/profile-image-bg.jpg) no-repeat 50% 50%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-webkit-border-radius: 16px 16px 0 0;
		-moz-border-radius: 16px 16px 0 0;
		border-radius: 16px 16px 0 0;
	}
	.profile-balance {
		margin-bottom: 30px;
		padding: 14px 0 18px;
		text-align: center;
		color: #fff;
		background: -webkit-linear-gradient(28.59deg, rgba(216, 58, 141, 0.9) 7.98%, rgba(76, 55, 218, 0.9) 90.51%);
		background: -moz-linear-gradient(28.59deg, rgba(216, 58, 141, 0.9) 7.98%, rgba(76, 55, 218, 0.9) 90.51%);
		background: -o-linear-gradient(28.59deg, rgba(216, 58, 141, 0.9) 7.98%, rgba(76, 55, 218, 0.9) 90.51%);
		background: linear-gradient(61.41deg, rgba(216, 58, 141, 0.9) 7.98%, rgba(76, 55, 218, 0.9) 90.51%);
		-webkit-border-radius: 0 0 17px 17px;
		-moz-border-radius: 0 0 17px 17px;
		border-radius: 0 0 17px 17px;
	}
	.profile-balance__title {
		font-size: 17px;
		line-height: 27px;
	}
	.profile-balance__sum {
		font-size: 32px;
		font-weight: 800;
		line-height: 44px;
	}

	.profile-stats {
		margin-bottom: 22px;
	}
	.profile-stats__item {
		font-size: 19px;
		line-height: 36px;
	}
	.profile-stats__item-first {
		font-size: 20px;
		font-weight: bold;
		line-height: 36px;
		color: #000;
	}
	.profile-stats__username {
		color: #572cf2;
	}
	.profile-stats__line {
		margin-top: 20px;
		height: 5px;
		overflow: hidden;
		background-color: #d4d4d4;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.profile-stats__line span {
		display: block;
		height: 5px;
		background-color: #55dc19;
	}
	.profile-cards {
		margin-bottom: 30px;
	}
	.profile-card {
		padding: 2px;
		text-align: center;
		background: -webkit-linear-gradient(42.99deg, #FF8965 -8.75%, #FEC949 -8.73%, #E21F8D 131.93%);
		background: -moz-linear-gradient(42.99deg, #FF8965 -8.75%, #FEC949 -8.73%, #E21F8D 131.93%);
		background: -o-linear-gradient(42.99deg, #FF8965 -8.75%, #FEC949 -8.73%, #E21F8D 131.93%);
		background: linear-gradient(47.01deg, #FF8965 -8.75%, #FEC949 -8.73%, #E21F8D 131.93%);
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
		border-radius: 14px;
	}
	.profile-card__inner {
		padding: 12px 0 18px;
		background-color: #fff;
		-webkit-border-radius: 13px;
		-moz-border-radius: 13px;
		border-radius: 13px;
	}
	.profile-card__title {
		margin-bottom: 16px;
		font-size: 17px;
		line-height: 27px;
		color: #1d2026;
	}
	.profile-card__sum {
		font-size: 32px;
		font-weight: 800;
		line-height: 1;
		background: -webkit-linear-gradient(47.01deg, #ff8965 -8.75%, #fec949 -8.73%, #e21f8d 131.93%);
		-webkit-background-clip: text;
  		-webkit-text-fill-color: transparent;
	}

	/* Transfers */
	.page-transfers {
		padding-bottom: 110px;
	}
	.page-transfers__h2 {
		margin-bottom: 34px;
	}

	/* Login */
	.page-login .form__submit {
		margin-bottom: 30px;
	}

	/* Bonus & Donate */
	.donate-wrapper {
		margin-bottom: 90px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-moz-box-orient: horizontal;
		-moz-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.donate-wrapper .h1 {
		margin-bottom: 52px;
	}
	.donate-form {
		padding: 44px 30px;
		min-height: 515px;
		background: #fff;
		-webkit-box-shadow: 0px 6px 32px rgba(47,8,95,0.3);
		-moz-box-shadow: 0px 6px 32px rgba(47,8,95,0.3);
		box-shadow: 0px 6px 32px rgba(47,8,95,0.3);
		-webkit-border-radius: 17px;
		-moz-border-radius: 17px;
		border-radius: 17px;
	}
	.donate-form .form__field {
		margin-bottom: 20px;
	}
	.donate-form__small {
		font-size: 12px;
		line-height: 20px;
	}
	.bonus-list {
		margin-bottom: -30px;
	}
	.bonus__wrapper {
		margin-bottom: 30px;
	}
	.bonus {
		height: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		overflow: hidden;
		background: #fff;
		-webkit-box-shadow: 0px 4px 30px rgba(47,8,95,0.17);
		-moz-box-shadow: 0px 4px 30px rgba(47,8,95,0.17);
		box-shadow: 0px 4px 30px rgba(47,8,95,0.17);
		-webkit-border-radius: 17px;
		-moz-border-radius: 17px;
		border-radius: 17px;
	}
	.bonus__image {
		position: relative;
	}
	.bonus__title {
		width: 100%;
		font-size: 26px;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		color: #fff;
		position: absolute;
		top: 44px;
		left: 0;
	}
	.bonus__prize {
		padding-top: 44px;
		font-size: 76px;
		font-weight: 800;
		line-height: 0.8;
		text-align: center;
		color: #333;
	}
	.bonus__prize span {
		font-size: 30px;
		font-weight: bold;
		color: #333;
	}
	.bonus__prize_type_vip span {
		font-size: 57px;
		font-weight: 800;
		color: inherit;
	}
	.bonus__prize_color_violet {
		color: #7f2bf3;
	}
	.bonus__prize_color_purple {
		color: #e815bd;
	}
	.bonus__prize_color_red {
		color: #f30909;
	}
	.bonus__prize_color_green {
		color: #13dad0;
	}
	.bonus__prize_color_yellow {
		color: #f6df0b;
	}
	.bonus__inner {
		padding: 30px 30px 44px;
		height: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.bonus__info {
		font-size: 17px;
		line-height: 37px;
		text-align: center;
		color: #000;
	}
	.bonus__info li {
		padding: 0 16px;
		background: url(../images/ic-arrow.svg) no-repeat 0 13px;
	}
	.bonus__action {
		margin-top: 30px;
	}
	.bonus__price {
		font-size: 36px;
		font-weight: bold;
		line-height: 48px;
		color: #f1496e;
	}
	.bonus__price-old {
		font-size: 24px;
		line-height: 32px;
		text-decoration: line-through;
		color: #333;
	}
	.bonus__btn {
		margin: 30px 0 0;
		padding: 10px 0 9px;
		width: 100%;
		font-size: 17px;
		line-height: 23px;
		text-align: center;
		color: #000;
		background: #fff;
		border: none;
		outline: none;
		cursor: pointer;
		position: relative;
		z-index: 1;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.bonus__btn:before {
		display: block;
		content: '';
		background-color: #fff;
		position: absolute;
		top: 2px;
		right: 2px;
		bottom: 2px;
		left: 2px;
		z-index: -1;
		opacity: 1;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.bonus__btn:hover {
		color: #fff;
	}
	.bonus__btn:hover:before {
		opacity: 0;
	}
	.bonus__btn_color_violet {
		color: #2723e2;
		background-color: #2723e2;
	}
	.bonus__btn_color_violet:hover {
		background: -webkit-linear-gradient(254.23deg, #bb6bd9 -2.62%, #2723e2 103.9%);
		background: -moz-linear-gradient(254.23deg, #bb6bd9 -2.62%, #2723e2 103.9%);
		background: -o-linear-gradient(254.23deg, #bb6bd9 -2.62%, #2723e2 103.9%);
		background: linear-gradient(195.77deg, #bb6bd9 -2.62%, #2723e2 103.9%);
	}
	.bonus__btn_color_blue {
		color: #1ca5ee;
		background-color: #1ca5ee;
	}
	.bonus__btn_color_blue:hover {
		background: -webkit-linear-gradient(254.23deg, #13ccf4 -2.62%, #110dd5 103.9%);
		background: -moz-linear-gradient(254.23deg, #13ccf4 -2.62%, #110dd5 103.9%);
		background: -o-linear-gradient(254.23deg, #13ccf4 -2.62%, #110dd5 103.9%);
		background: linear-gradient(195.77deg, #13ccf4 -2.62%, #110dd5 103.9%);
	}
	.bonus__btn_color_green {
		color: #1dc5c3;
		background-color: #1dc5c3;
	}
	.bonus__btn_color_green:hover {
		background: -webkit-linear-gradient(254.23deg, #15dae7 -2.62%, #095e20 103.9%);
		background: -moz-linear-gradient(254.23deg, #15dae7 -2.62%, #095e20 103.9%);
		background: -o-linear-gradient(254.23deg, #15dae7 -2.62%, #095e20 103.9%);
		background: linear-gradient(195.77deg, #15dae7 -2.62%, #095e20 103.9%);
	}
	.bonus__btn_color_orange {
		color: #e39238;
		background-color: #e39238;
	}
	.bonus__btn_color_orange:hover {
		background: -webkit-linear-gradient(254.23deg, #f2c94c -2.62%, #c4250f 103.9%);
		background: -moz-linear-gradient(254.23deg, #f2c94c -2.62%, #c4250f 103.9%);
		background: -o-linear-gradient(254.23deg, #f2c94c -2.62%, #c4250f 103.9%);
		background: linear-gradient(195.77deg, #f2c94c -2.62%, #c4250f 103.9%);
	}
	.bonus__btn_color_red {
		color: #d9220b;
		background-color: #d9220b;
	}
	.bonus__btn_color_red:hover {
		background: -webkit-linear-gradient(254.23deg, #ff2e00 -2.62%, #6d0027 103.9%);
		background: -moz-linear-gradient(254.23deg, #ff2e00 -2.62%, #6d0027 103.9%);
		background: -o-linear-gradient(254.23deg, #ff2e00 -2.62%, #6d0027 103.9%);
		background: linear-gradient(195.77deg, #ff2e00 -2.62%, #6d0027 103.9%);
	}
	.bonus__btn_color_purple {
		color: #c811a4;
		background-color: #c811a4;
	}
	.bonus__btn_color_purple:hover {
		background: -webkit-linear-gradient(254.23deg, #eC15bd -2.62%, #470448 103.9%);
		background: -moz-linear-gradient(254.23deg, #eC15bd -2.62%, #470448 103.9%);
		background: -o-linear-gradient(254.23deg, #eC15bd -2.62%, #470448 103.9%);
		background: linear-gradient(195.77deg, #eC15bd -2.62%, #470448 103.9%);
	}

	/* About */
	.page-about__section {
		margin-bottom: 60px;
		font-size: 17px;
		line-height: 31px;
		position: relative;
	}
	.page-about__section-1 {
		margin-top: 154px;
	}
	.page-about__section-3,
	.page-about__section-5 {
		margin-bottom: 70px;
	}
	.page-about__section-6 {
		margin-bottom: 90px;
	}
	.page-about__section_type_highlighted {
		padding-top: 52px;
		padding-bottom: 68px;
		color: #fff;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
	.page-about__section_text_right {
		margin-left: 244px;
		padding-right: 70px;
		padding-left: 230px;
	}
	.page-about__section_text_left {
		margin-right: 244px;
		padding-right: 230px;
		padding-left: 70px;
	}
	.page-about__section h2 {
		margin-bottom: 30px;
		font-size: 36px;
		line-height: 48px;
		color: #333;
	}
	.page-about__section_type_highlighted h2 {
		color: #fff;
	}
	.page-about__section-image {
		position: absolute;
		bottom: 0
	}
	.page-about__section-1 .page-about__section-image {
		left: -280px;
	}
	.page-about__section-4 .page-about__section-image {
		right: -208px;
	}
	.page-about__section-6 .page-about__section-image {
		left: -244px;
	}
	.page-about__section-quote {
		display: inline-block;
		font-size: 20px;
		line-height: 34px;
		text-align: left;
		color: #4c37da;
		position: relative;
	}
	.page-about__section-quote_offset {
		margin-top: 78px;
	}
	.page-about__section-quote:before,
	.page-about__section-quote:after {
		display: block;
		width: 20px;
		height: 20px;
		content: '';
		position: absolute;
	}
	.page-about__section-quote:before {
		background: url(../images/ic-quote-left.svg) no-repeat 0 0;
		top: -10px;
		left: -40px;
	}
	.page-about__section-quote:after {
		background: url(../images/ic-quote-right.svg) no-repeat 0 0;
		bottom: -10px;
		right: -40px;
	}

	/* Roulette */
	.page-roulette__balance {
		margin-top: 24px;
		font-size: 17px;
		line-height: 23px;
	}
	.page-roulette__nav a {

	}
	.roulette-buttons > * {
		margin: 0 15px;
		width: 198px;
	}
	.roulette-carousel {
		margin-left: -9px;
		padding: 70px 20px 70px 0;
		width: 100%;
		overflow-x: hidden;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		position: relative;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
		-moz-transition: all 1s;
		transition: all 1s;
	}
	.roulette-carousel:before {
		display: block;
		margin-left: -25px;
		width: 50px;
		height: 28px;
		content: '';
		background: url(../images/roulette-carousel-top.svg);
		position: absolute;
		top: 0;
		left: 50%;
	}
	.roulette-carousel:after {
		display: block;
		margin-left: -25px;
		width: 50px;
		height: 28px;
		content: '';
		background: url(../images/roulette-carousel-bottom.svg);
		position: absolute;
		bottom: 0;
		left: 50%;
	}
	.roulette-carousel__inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		width: 100000px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.roulette-carousel__item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: 24px;
		margin-right: 24px;
		width: 150px;
		height: 150px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #fff;
		-webkit-box-shadow: 3px 5px 25px rgba(94,76,214,0.25);
		-moz-box-shadow: 3px 5px 25px rgba(94,76,214,0.25);
		box-shadow: 3px 5px 25px rgba(94,76,214,0.25);
		-webkit-border-radius: 17px;
		-moz-border-radius: 17px;
		border-radius: 17px;
	}
	.roulette-carousel__item-middle {
		width: 194px;
		height: 194px;
	}
	.roulette-carousel__item-big {
		width: 230px;
		height: 230px;
	}
	.roulette-prize-list {
		margin-bottom: -30px;
	}
	.roulette-prize-list__categories {
		margin-bottom: -68px;
	}
	.roulette-prize__wrapper {
		margin-bottom: 30px;
	}
	.roulette-prize-list__categories .roulette-prize__wrapper {
		margin-bottom: 68px;
	}
	.roulette-prize {
		text-align: center;
		background-color: #fff;
		position: relative;
		-webkit-box-shadow: 0px 4px 30px rgba(47,8,95,0.17);
		-moz-box-shadow: 0px 4px 30px rgba(47,8,95,0.17);
		box-shadow: 0px 4px 30px rgba(47,8,95,0.17);
		-webkit-border-radius: 17px;
		-moz-border-radius: 17px;
		border-radius: 17px;
	}
	.roulette-prize__image {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.roulette-prize__title {
		padding: 15px 0;
		width: 100%;
		font-size: 24px;
		line-height: 32px;
		text-align: center;
		color: #fff;
		background-color: #4c37da;
		position: absolute;
		left: 0;
		bottom: 0;
		-webkit-border-radius: 0 0 17px 17px;
		-moz-border-radius: 0 0 17px 17px;
		border-radius: 0 0 17px 17px;
	}
	.roulette-winner__prize-holder {
		padding: 0 56px;
	}
	.about-roulette {
		padding: 150px 0 0;
		width: 100%;
		height: 100%;
		font-size: 20px;
		line-height: 32px;
		overflow-y: auto;
		color: #fff;
		background: url(../images/about-roulette-bg.jpg) no-repeat 50% 50%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		position: fixed;
		top: -100%;
		left: 0;
		z-index: 100;
		opacity: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.about-roulette_open {
		top: 0;
		opacity: 1;
	}
	.about-roulette .col-12 {
		padding-bottom: 90px;
		position: relative;
	}
	.about-roulette__image {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.about-roulette__title {
		font-size: 36px;
		font-weight: bold;
		line-height: 48px;
	}
	.about-roulette__close {
		font-size: 16px;
		line-height: 22px;
		text-decoration: none !important;
		stroke: #bdbdbd;
		color: #bdbdbd;
		position: absolute;
		top: 50px;
		right: 50px;
	}
	.about-roulette__close:hover {
		stroke: #fff;
		color: #fff;
	}
	.about-roulette__close svg {
		position: relative;
		top: 2px;
	}
