body {
	padding:0;
	margin:0;
	overflow-x:hidden;
	background-color:#fff;
	font:300 13px iranyekan;
	position:relative;
}

ul,li{
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none !important;
}
input,select,textarea,button {
	outline: none
}
ul,li {
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p {
	padding:0;
	margin:0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
}
textarea {
	resize:none;
}
i {
	font-style:normal;
}
::-moz-selection { 
	background: #673AB7;
    color: #fff;
}
::selection { 
	background: #673AB7;
    color: #fff;
}
/* End Reset */
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: bold;
	font-display:swap;
	src: 
		local('IRANYekan'),
		url('fonts/iranyekanwebbold.woff') format('woff');
}
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: normal;
	font-display:swap;
	src: 
	local('IRANYekan'),
	url('fonts/iranyekanwebregular.woff') format('woff');
}
.site-header {
	display:flex;
	justify-content:space-between;
	margin-bottom:100px;
}
.site-header .wave2 {
	width:450px;
	height:768px;
	position: absolute;
    right: -12%;
    top: -40%;
	z-index:-1;
	opacity:0.5;
}
.site-header .logo {
	background:url("images_index/header_wave.png") no-repeat;
	width:423px;
	height:178px;
	position: absolute;
    left: 0%;
	text-align: left;
    padding-left: 130px;
    padding-top: 40px;
	font:14px Courier New;
	color:#fff;
	display: flex;	
    justify-content: flex-end;
}
.site-header .logo h2 {
	font:bold 17px Courier New;
}
.site-header .logo p {
	font:300 14px Courier New;
	opacity: 0.8;
}
.site-header .logo .txt_icon {
	position:relative;
	display:block;
	color:#fff;
    padding-left: 53px;	
}
.site-header .logo .txt_icon:before {
	content:'';
	background:url("images_index/icons.png") no-repeat 1% 1%;
	width:48px;
	height:48px;
	position:absolute;
	left: 0;
    top: -6px;
}
.site-header .menu {
	display:flex;
    justify-content: space-between;
	width: 73%;
}
.site-header nav {
	margin-top:42px;
}
.site-header nav ul {
	display:flex;
}
.site-header nav ul li a {
	position:relative;
	color:#484848;
	font-size:14px;
	width: 93px;
    text-align: center;
    display: block;
	transition:0.4s;
}
@keyframes menu_anim{
	0% {
		opacity:1;
	}
	50% {
		-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
		-moz-transform: translateX(-50%) translateY(-50%) scale(1);
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
	100% {
		opacity:0;
		-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
		-moz-transform: translateX(-50%) translateY(-50%) scale(1);
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}
.site-header nav ul li a:after {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border:19px solid rgba(172, 69, 245, 0.05);
    border-radius: 50%;
    content: '';
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    transform: translateX(-50%) translateY(-50%) scale(0.2);
}
.site-header nav ul li a:hover:after {
	animation-name: menu_anim;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}
.site-header nav ul li a:before,.mobile-sidebar .navs a:before {
	content: '';
    background: url(images_index/icons.png) no-repeat 99% 1.5%;
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.mobile-sidebar .navs a:before {
	display: inline-block;
    margin: 0;
    margin-bottom: 0;
	position: absolute;
    top: 8px;
	right: 9px;
}
.site-header nav ul li a.shop:before,.mobile-sidebar .navs a.shop:before {
	background-position:83% 1.5%;
}
.site-header nav ul li a.portfolio:before,.mobile-sidebar .navs a.portfolio:before {
	background-position:91% 1.5%;
}
.site-header nav ul li a.blog:before,.mobile-sidebar .navs a.blog:before {
	background-position:75% 1.5%;
}
.site-header nav ul li a.contact:before,.mobile-sidebar .navs a.contact:before {
	background-position:67.5% 1.5%;
}
.site-header nav ul li a.home:hover:before {
	background-position:99% 9.7%;
}
.site-header nav ul li a.shop:hover:before {
	background-position:83% 9.7%;
}
.site-header nav ul li a.portfolio:hover:before {
	background-position:91.1% 9.7%;
}
.site-header nav ul li a.blog:hover:before {
	background-position:75.1% 9.7%;
}
.site-header nav ul li a.contact:hover:before {
	background-position:67.6% 9.7%;
}
.site-header nav ul li a:hover {
	color: #b560e2;
}
.site-header .items,.mobile-sidebar .items {
	margin-top:48px;
	display:flex;
}
.site-header .items .ttp{
    width: 100px;
    position: absolute;
    top: 51px;
    left: -26px;
    text-align: center;
    background: #f1f1f1;
    padding: 6px;
    border-radius: 30px;
    color: #777;
	visibility:hidden;
	opacity:0;
	transform: translateY(-0px);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.site-header .items .ttp:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #f1f1f1;
    border-width: 5px;
    margin-left: -7px;
}
.site-header .items .icon:hover .ttp {
	visibility:visible;
	opacity:1;
	transform: translateY(4px);
}
.site-header .items .icon,.mobile-sidebar .items .icon {
	width:40px;
	height:40px;
	margin-right:10px;
	border-radius:100%;
	box-shadow:0px 0px 12px rgba(224, 22, 41, 0.25882352941176473);
	position:relative;
	background-image: -moz-linear-gradient(left, rgba(244,37,82,1) 0%, rgba(218,17,27,1) 100%);
	background-image: -webkit-gradient(left top, right top, color-stop(0%, rgba(244,37,82,1)), color-stop(100%, rgba(218,17,27,1)));
	background-image: -webkit-linear-gradient(left, rgba(244,37,82,1) 0%, rgba(218,17,27,1) 100%);
	background-image: -o-linear-gradient(left, rgba(244,37,82,1) 0%, rgba(218,17,27,1) 100%);
	background-image: -ms-linear-gradient(left, rgba(244,37,82,1) 0%, rgba(218,17,27,1) 100%);
	background-image: linear-gradient(to right, rgba(244,37,82,1) 0%, rgba(218,17,27,1) 100%);
	cursor:pointer;
	transition:0.3s;
}
.mobile-sidebar .items .icon {
	margin-right: 15px;
}
.site-header .items .icon:hover,.mobile-sidebar .items .icon:hover {
	opacity:0.9;
}
.site-header .items .icon.logged,.mobile-sidebar .items .icon.logged {
	background: transparent !important;
    box-shadow: none !important;
}
.site-header .items .icon.logged img,.mobile-sidebar .items .icon.logged img {
	position: absolute;
    border-radius: 100%;
}
.site-header .items .icon.login,.mobile-sidebar .items .icon.login {
	box-shadow:0px 0px 12px rgba(224, 171, 22, 0.25882352941176473);
	background: rgba(255,205,5,1);
	background: -moz-linear-gradient(left, rgba(255,205,5,1) 0%, rgba(255,183,0,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,205,5,1)), color-stop(100%, rgba(255,183,0,1)));
	background: -webkit-linear-gradient(left, rgba(255,205,5,1) 0%, rgba(255,183,0,1) 100%);
	background: -o-linear-gradient(left, rgba(255,205,5,1) 0%, rgba(255,183,0,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,205,5,1) 0%, rgba(255,183,0,1) 100%);
	background: linear-gradient(to right, rgba(255,205,5,1) 0%, rgba(255,183,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd05', endColorstr='#ffb700', GradientType=1 );
}
.site-header .items .icon.basket,.mobile-sidebar .items .icon.basket {
	box-shadow: 0px 0px 12px rgba(22, 149, 224, 0.25882352941176473);
	background: rgba(53,202,251,1);
	background: -moz-linear-gradient(left, rgba(53,202,251,1) 0%, rgba(2,164,239,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(53,202,251,1)), color-stop(100%, rgba(2,164,239,1)));
	background: -webkit-linear-gradient(left, rgba(53,202,251,1) 0%, rgba(2,164,239,1) 100%);
	background: -o-linear-gradient(left, rgba(53,202,251,1) 0%, rgba(2,164,239,1) 100%);
	background: -ms-linear-gradient(left, rgba(53,202,251,1) 0%, rgba(2,164,239,1) 100%);
	background: linear-gradient(to right, rgba(53,202,251,1) 0%, rgba(2,164,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35cafb', endColorstr='#02a4ef', GradientType=1 );
}
.site-header .items .icon:before,.mobile-sidebar .items .icon:before {
	content:'';
	position:absolute;
	background:url("images_index/icons.png") no-repeat 27.7% 1%;
	width:48px;
	height:48px;
}
.site-header .items .icon.login:before,.mobile-sidebar .items .icon.login:before {
	background-position:19.5% 1%;
}
.site-header .items .icon.basket:before,.mobile-sidebar .items .icon.basket:before {
	background-position:11.3% 1%;
}
.ibanner {
	margin:40px 0;
}
.ibanner img {
	width:100%;
	height:auto;
	border-radius: 10px;
	margin-bottom:10px;
}
/* services */
.services .box {
	position:relative;
	padding-right:90px;
}
.services .box:before {
	content:'';
	position:absolute;
	background:url("images_index/icons.png") no-repeat 99.7% 25%;
	width:79px;
	height:79px;
	right:0;
	top: -6px;
}
.services .box.app:before {
	background-position: 75.7% 25%;
}
.services .box.plugin:before {
	background-position: 50.7% 26%;
}
.services .box h1,.services .box h2 {
	color:#505050;
	font-size: 18px;
	margin-bottom:10px;
}
.services .box p {
	color: #848484;
	font-size: 12.5px;
}
.ititles {
	margin-bottom:40px;
	text-align:center;
}
.ititles h4 {
	font-size:27px;
	margin-bottom:10px;
	color: #898998;
	text-shadow:0px 0px 13px rgba(43, 43, 70, 0.07);
}
.ititles h5 {
	font-size:14px;
	font-weight:300;
	color: #9c9c9c;
}
.ititles.white h4 {
	color:#fff;
}
.ititles.white h5 {
	color:rgba(255, 255, 255, 0.38);
}
/* latestshop */
.latestshop {
	margin-top:80px;
}
.latestshop.archive {
    margin-top: 20px;	
}
.latestshop .container {
	display:flex;
	flex-wrap: wrap;
}
@keyframes ripple {
	100% {
		top: -22px;
		right: -22px;
		bottom: -22px;
		left: -22px;
		opacity: 0;
	}
}
.latestshop .shop_post {
	background:#fff;
	margin-bottom: 20px;
	padding:15px;
	position: relative;
	border-radius:10px;
	width: 260px;
	margin-left: 17px;
	box-shadow: 0px 5px 37px rgba(0, 0, 0, 0.09019607843137255);
	transform: perspective(1px) translateZ(0);
}
.latestshop .shop_post.portfolio {
	height: 15px;
}
.latestshop .shop_post:before {
	content: '';
	position: absolute;
	border: #ffffff solid 10px;
    border-radius: 10px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	z-index: -1;
}
.latestshop .shop_post:hover:before {
	-webkit-animation-name: ripple;
	animation-name: ripple;
}
.latestshop .shop_post figure {
	border-radius:5px;
	overflow:hidden;
	background: linear-gradient(-19deg, #3F51B5 0%,#9C27B0 100%);
	position:relative;
}
.latestshop .shop_post figure img {
	width:100%;
	height:auto;
}
.latestshop .shop_post h2 {
	font-size:14px;
	height: 26px;
	color: #292929;
    text-align: center;
    margin: 12px auto;
	white-space: normal;
}
.latestshop .shop_post p {
	font-size: 12px;
    color: #797979;
    line-height: 23px;
}
.latestshop .shop_post .foot {
	display:flex;
	justify-content:center;
	padding:20px 0 10px;
}
.latestshop .shop_post .foot .price {
	font-weight: bold;
    color: #21b42b;
}
.latestshop .shop_post .foot .buy {
	position:relative;
	padding-right:40px;
	margin-right:10px;
	font-weight: bold;
    color: #505050;
	cursor:pointer;
}
.latestshop .shop_post .foot .buy .icon {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: -6px;
	transition:0.3s;
	box-shadow:0px 0px 15px rgba(36, 197, 48, 0.89);
    border-radius: 100%;
	background: rgba(71,210,82,1);
	background: -moz-linear-gradient(left, rgba(71,210,82,1) 0%, rgba(27,175,37,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(71,210,82,1)), color-stop(100%, rgba(27,175,37,1)));
	background: -webkit-linear-gradient(left, rgba(71,210,82,1) 0%, rgba(27,175,37,1) 100%);
	background: -o-linear-gradient(left, rgba(71,210,82,1) 0%, rgba(27,175,37,1) 100%);
	background: -ms-linear-gradient(left, rgba(71,210,82,1) 0%, rgba(27,175,37,1) 100%);
	background: linear-gradient(to right, rgba(71,210,82,1) 0%, rgba(27,175,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47d252', endColorstr='#1baf25', GradientType=1 );
}
.latestshop .shop_post .foot .buy .icon:before {
	content: '';
	position: absolute;
    width: 30px;
    height: 30px;
    right: -1px;
    top: 1px;
	background: url(images_index/icons.png) 2.9% 16.5% no-repeat;
}
.latestshop .shop_post .foot .buy .icon:hover {
	box-shadow: 0px 0px 29px rgba(36, 197, 48, 0.42);
}
/* latestportfolio */
.latestportfolio {
    margin-top: 80px;
	background:#f4f4f4;
	padding:40px 0;
	box-shadow: inset 0px 15px 12px -5px rgba(0, 0, 0, 0.0196078431372549);
}
.latestportfolio .item {
	background: #fff;
    padding: 7px;
    border-radius: 10px;
    width: 260px;
    margin-left: 18px;
	display:flex;
	transition:0.6s;
}
.latestportfolio .owl-carousel .owl-stage-outer {
	padding: 17px 8px;
}
.latestportfolio .item:hover {
	transform: translateY(-8px);
    box-shadow: 0 41px 12px -29px rgba(0, 0, 0, 0.0392156862745098);
}
.latestportfolio .item figure {
	width:60px;
	height:60px;
    overflow: hidden;
	margin:0;
}
.latestportfolio .item figure img {
	width:100%;
	height:auto;
	border-radius: 5px;
}
.latestportfolio .item .info {
	margin-right: 12px;
    margin-top: 10px;
}
.latestportfolio .item .info h5 {
	font-size:13px;
	color: #505050;
	margin-bottom:5px;
}
.latestportfolio .item .info span {
	font-size:12px;
	color: #777;
}
/* latestpack */
.latestpack {
	margin:50px 0;
	position:relative;
}
.latestpack svg {
	position:absolute;
	top:-20%;
}
.latestpack .container {
    display: flex;
}
.latestpack .pack_post {
	width:360px;
	margin-left:15px;
	background: #fff;
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.0784313725490196);
	border-radius:5px;
	overflow:hidden;
}
.latestpack .pack_post figure {
	position:relative;
	overflow:hidden;
	height: 165px;
}
@keyframes packpost_anim {
	0% {
		transform: skew(54deg) translateX(160%);
	}
	100% {
		transform: skew(54deg) translateX(-110%);	
	}
}
.latestpack .pack_post figure:before {
	content:'';
	position:absolute;
	width:400px;
	height:300px;
	background:rgba(255, 255, 255, 0.23921568627450981);
	transform: skew(54deg) translateX(160%);
}
.latestpack .pack_post:hover figure:before {
    animation-name: packpost_anim;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-direction: alternate;
}
.latestpack .pack_post img {
	width:100%;
	height:auto;
}
.latestpack .pack_post .info {
	padding:17px;
}
.latestpack .pack_post .info h2 {
	font-size:17px;
	color:#4a4a4a;
}
.latestpack .pack_post .info p {
	margin:10px 0;
	text-align: justify;
    color: #737373;
    line-height: 25px;
}
.latestpack .pack_post .foot {
	display:flex;
	justify-content: space-between;
}
.latestpack .pack_post .foot .right {
	display:flex;
}
.latestpack .pack_post .foot .off {
	padding:5px 28px 5px 10px;
	border-radius:5px;
	color:#fff;
	margin-left:10px;
	font-size:11px;
	position:relative;
	background: rgba(159,103,249,1);
	background: -moz-linear-gradient(left, rgba(159,103,249,1) 0%, rgba(159,103,249,1) 1%, rgba(81,124,241,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(159,103,249,1)), color-stop(1%, rgba(159,103,249,1)), color-stop(100%, rgba(81,124,241,1)));
	background: -webkit-linear-gradient(left, rgba(159,103,249,1) 0%, rgba(159,103,249,1) 1%, rgba(81,124,241,1) 100%);
	background: -o-linear-gradient(left, rgba(159,103,249,1) 0%, rgba(159,103,249,1) 1%, rgba(81,124,241,1) 100%);
	background: -ms-linear-gradient(left, rgba(159,103,249,1) 0%, rgba(159,103,249,1) 1%, rgba(81,124,241,1) 100%);
	background: linear-gradient(to right, rgba(159,103,249,1) 0%, rgba(159,103,249,1) 1%, rgba(81,124,241,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f67f9', endColorstr='#517cf1', GradientType=1 );
}
.latestpack .pack_post .foot .off:before {
	content:'';
	position:absolute;
	background: url(images_index/icons.png) no-repeat 10.9% 17.5%;
    width: 19px;
    height: 19px;
	right: 3px;
    top: 4px;
}
.latestpack .pack_post .foot .price {
	font-size: 15px;
    margin-top: 4px;
    font-weight: bold;
}
.latestpack .pack_post .foot .buy {
	position:relative;
	padding-right:40px;
	cursor:pointer;
}
.latestpack .pack_post .foot .buy .icon {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 5px;
    top: -4px;
	transition:0.3s;
	box-shadow: 0px 0px 13px rgba(36, 197, 48, 0.62);
    border-radius: 100%;
	background: rgba(71,210,82,1);
	background: -moz-linear-gradient(left, rgba(71,210,82,1) 0%, rgba(27,175,37,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(71,210,82,1)), color-stop(100%, rgba(27,175,37,1)));
	background: -webkit-linear-gradient(left, rgba(71,210,82,1) 0%, rgba(27,175,37,1) 100%);
	background: -o-linear-gradient(left, rgba(71,210,82,1) 0%, rgba(27,175,37,1) 100%);
	background: -ms-linear-gradient(left, rgba(71,210,82,1) 0%, rgba(27,175,37,1) 100%);
	background: linear-gradient(to right, rgba(71,210,82,1) 0%, rgba(27,175,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47d252', endColorstr='#1baf25', GradientType=1 );
}
.latestpack .pack_post .foot .buy .icon:hover {
	opacity:0.9;
	box-shadow:none;
}
.latestpack .pack_post .foot .buy .icon:before {
	content: '';
	position: absolute;
    width: 30px;
    height: 30px;
    right: 1px;
    top: 4px;
	background: url(images_index/icons.png) 2.9% 16.5% no-repeat;
}
/* customer comments */
.customercomments {
	background:#5737b4;
	padding:50px 0 200px 50px;
	position:relative;
    overflow: hidden;	
}
.customercomments svg {
	position:absolute;
	top:0;
	right:0;
	z-index: 0;
    opacity: 0.3;
	width: 100%;
    height: auto;
}
.customercomments .item {
	margin-left:15px;
}
.customercomments .item .info {
	display:flex;
}
.customercomments .item .info .avatar {
	width:60px;
	height:60px;
	border-radius:100%;
	background:#9180c4;
	position:relative;
	overflow: hidden;
}
.customercomments .item .info .avatar:before {
	content: '';
    position: absolute;
    width: 41px;
    height: 41px;
    right: 8px;
    top: 23px;
    background: url(images_index/icons.png) 2.9% 30.5% no-repeat;
}
.customercomments .item .info .txt {
    margin: 13px 15px 0;
	color:#fff;
}
.customercomments .item .info .txt .name {
	font-weight:bold;
	font-size:15px;
}
.customercomments .item .info .txt .website {
	font-size: 11px;
    opacity: 0.5;
}
.customercomments .item .comment {
	background: #4d2fa5;
	height: 175px;
    padding: 17px;
    border-radius: 5px;
    margin-top: 20px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    line-height: 28px;
}
.customercomments .item .comment:after {
	bottom: 100%;
    right: 22px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #4d2fa5;
    border-width: 9px;
}
.owl-carousel .owl-dots {
	display:flex;
    justify-content: center;
    margin-top: 30px;	
}
.owl-carousel .owl-dot {
    background: #dadada;
    width: 10px;
    height: 10px;
    border-radius: 100%;
	margin-left:7px;
}
.owl-carousel .owl-dot.active {
	background:rgba(0, 0, 0, 0.3803921568627451);
}
/* footercontact */
.footercontact {
	background: #fff;
	padding: 0px;
	box-shadow: 0 0px 27px rgba(0, 0, 0, 0.16862745098039217);
	text-align: center;
	margin-top: -12%;
	z-index: 1;
	position: relative;
	border-radius: 30px;
}
.footercontact .text {
	margin-bottom:43px;
}
.footercontact .text h3 {
	font-size:24px;
	font-weight:bold;
	color:#454545;
	margin-bottom:15px;
}
.footercontact .text p {
	font-size: 20px;
    color: #000000;
}
.footercontact .phones {
	display:flex;
	justify-content:center;
}
.footercontact .phones .number {
	font-size:31px;
	color:#2a2832;
	margin-right:40px;
	display:flex;
	flex-direction: row-reverse;
}
.footercontact .phones .number .icon {
	box-shadow: 0 3px 17px rgba(189, 185, 212, 0.59);
	width:70px;
	height:70px;
	position:relative;
	bottom: 14px;
    margin-right: 25px;
	border-radius:100%;
	background: rgba(193,185,248,1);
	background: -moz-linear-gradient(top, rgba(193,185,248,1) 0%, rgba(139,123,240,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(193,185,248,1)), color-stop(100%, rgba(139,123,240,1)));
	background: -webkit-linear-gradient(top, rgba(193,185,248,1) 0%, rgba(139,123,240,1) 100%);
	background: -o-linear-gradient(top, rgba(193,185,248,1) 0%, rgba(139,123,240,1) 100%);
	background: -ms-linear-gradient(top, rgba(193,185,248,1) 0%, rgba(139,123,240,1) 100%);
	background: linear-gradient(to bottom, rgba(193,185,248,1) 0%, rgba(139,123,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1b9f8', endColorstr='#8b7bf0', GradientType=0 );
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.footercontact .phones .number .icon:before {
	content: '';
    position: absolute;
    width: 41px;
    height: 41px;
    right: 14px;
    top: 13px;
    background: url(images_index/icons.png) 15% 30.5% no-repeat;
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.footercontact .phones .number:hover .icon:before {
	-webkit-animation-name: hvr-buzz;
	animation-name: hvr-buzz;
	-webkit-animation-duration: 0.15s;
	animation-duration: 0.20s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.footercontact .phones .number .icon.mob:before {
	background-position:27.7% 30.5%;
}
.site-footer {
	background:#4829a2;
	padding-bottom:45px;
}
.site-footer.other {
	margin-top:140px;
}
.site-footer .columns {
	margin-top:50px;
}
.site-footer .columns .box .title {
	font-size:18px;
	color:#ffffff;
	margin-bottom:20px;
}
.site-footer .columns .box .cont {
	color:#ac9dd9;
	line-height:25px;
}
.site-footer .columns .box .cont a.about {
	color:#fff;
}
.site-footer .columns .box .cont ul li a {
	color:#ac9dd9;
	transition:0.3s;
	display:block;
	padding: 2px 0;
}
.site-footer .columns .box .cont ul li a:hover {
	color:#fff;
}
.site-footer .social {
	display:flex;
	margin-top:12px;
}
.site-footer .social a {
	display:block;
	width: 30px;
    height: 30px;
    background:url(images_index/icons.png) 2.3% 46% no-repeat;
}
.site-footer .social a.instagram {
	background-position:10% 46%;
}
.flx {
	display:flex;
}
.mobile-header {
    display: none;
	background: rgba(135,18,252,1);
	background: -moz-linear-gradient(left, rgba(135,18,252,1) 0%, rgba(91,71,244,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(135,18,252,1)), color-stop(100%, rgba(91,71,244,1)));
	background: -webkit-linear-gradient(left, rgba(135,18,252,1) 0%, rgba(91,71,244,1) 100%);
	background: -o-linear-gradient(left, rgba(135,18,252,1) 0%, rgba(91,71,244,1) 100%);
	background: -ms-linear-gradient(left, rgba(135,18,252,1) 0%, rgba(91,71,244,1) 100%);
	background: linear-gradient(to right, rgba(135,18,252,1) 0%, rgba(91,71,244,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8712fc', endColorstr='#5b47f4', GradientType=1 );
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.12941176470588237);
    margin-bottom: 15px;
    position: fixed;
    width: 100%;
    top: 0;
	right:0;
    z-index: 99;
	padding: 14px 10px;
	justify-content: space-between;
}
.mobile-sidebar .close {
    background: url(images_index/icons.png) no-repeat  81% 59.5%;
    width: 30px;
    height: 30px;
    padding: 25px;
    position: absolute;
    left: 1px;
    top: 5px;
}
.mobile-header .img {
    background-image: url(images_index/icons.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    padding: 25px;
}
.mobile-header .img.sc {
    background-position:27% 90%;
}
.mobile-header .img.nv {
    background-position: 90% 59%;
}
.mobile-header .img.logo {
    background-position: 0% 0%;
	position:relative;
	color:#000;
}
.mobile-header .logo h2 {
    position: absolute;
    left: 55px;
    top: 19px;
    font: bold 19px Courier New,tahoma;
	color:#fff;
}
.mobile-sidebar {
	display:none;
	height: 100%;
    width: 85%;
	overflow-y: scroll;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: -670px;
    overflow-x: visible;
    transition: 0.5s;
    background: #fff;
	overflow: hidden;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.1607843137254902);
}
.mobile-sidebar .head {
	position:relative;
	text-align:center;
	display: flex;
    flex-flow: column;
}
.mobile-sidebar .head:before {
	content: '';
    background-image: url(images_index/sidewave.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}
.mobile-sidebar .head .logo {
	background-image: url(images_index/icons.png);
    background-repeat: no-repeat;
	background-position:0% 0%;
    width: 56px;
    height: 56px;
	margin:0 auto;
}
.mobile-sidebar .head .wintheme {
    margin-top: 25px;
	color:#000;
}
.mobile-sidebar .head .wintheme h3 {
	font-size: 16px;
	font-weight:bold;
}
.mobile-sidebar .head .wintheme h4 {
	font-size: 14px;
	font-weight:300;
	margin-top:10px;
}
.mobile-sidebar .actions {
    display: flex;
    justify-content: center;
}
.mobile-sidebar .items {
	margin-top: 34px;
}
.mobile-sidebar .navs {
    margin-top: 25px;
}
.mobile-sidebar .navs a {
	padding:12px  35px 12px 10px;
    display: block;
    border-bottom: 1px solid #eee;
    color: #111;
	position:relative;
	font-size:13px;
	transition:0.4s;
}
.mobile-sidebar .navs a:hover {
	background:#eee;
}
.mobile-layer {
	display:none;
    position: absolute;
    background: rgba(0, 0, 0, 0.6313725490196078);
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    right: 0;
}

.checkboxholder input[type="checkbox"]{
    opacity: 0;
    z-index: 1;
    display: none;
}
.checkboxholder label {
    display: block;
    vertical-align: middle;
    position: relative;
    padding-right: 25px;
    font: 300 13px iranyekan;
    margin-bottom: 15px;
    cursor: pointer;
	transition:0.1s all ease;	
}
.checkboxholder label span {
    padding: 4px;
    color:#404040;
    font-size:13px;
}
.checkboxholder label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    right: 0;
    top: -3px;
    margin-right: 0px;
    border-radius: 6px;
    background-color: #e1e8ee;
    border: 1px solid transparent;
	transition:0.1s all ease;
}
.checkboxholder input[type="checkbox"]:checked + label:before {
    background-color: #ffffff;
    border: 1px solid #52d270;
    box-shadow:inset 0 0 2px #00000012;
}
.checkboxholder input[type="checkbox"]:checked + label::after{
    content: '';
    background: url(images/icons.png) no-repeat 11.2% 92%;
    position: absolute;
    right: 4px;
    top: 1px;
    width: 20px;
    height: 20px;
}


#reglog {
	position: fixed;
	display:none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1050;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    outline: 0;
	background: rgba(0, 0, 0, 0.58);
}
#reglog .modal-lg {
    width: 1140px;
	margin: 30px auto;
}
#reglog .modal-content {
    background: url(images/reglog.png) no-repeat left #fff;
    height: 550px;
	border-radius: 5px;
    box-shadow: 0 0 34px #000000a1;
}
#reglog .modal-content .right {
    display: flex;
    flex-direction: column;
}
#reglog .modal-content .right .tab-content {
    align-self: center;
    width: 85%;
}
#reglog .modal-content .right .nav {
    border-bottom: 1px solid #e7e7e7;
    margin: 5px 0 35px 0;
	display:flex;
    align-self: center;
}
#reglog .modal-content .right .nav li a {
    color:#aeaeae;
    font:500 14px iranyekan;
    transition:0.3s all ease;
	padding: 15px;
    display: block;
}
#reglog .modal-content .right .nav li a:hover {
    color:#797979;
}
#reglog .modal-content .right .nav li a.active {
    background: transparent;
    color:#373737;
    border-radius: 0;
    position: relative;
    transition:0.3s all ease;
}
#reglog .modal-content .right .nav li a.active:after {
    position: absolute;
    content: '';
    border-bottom: 2px solid #088ff8;
    width: 100%;
    right: 0;
    bottom: -1px;
}
#reglog .modal-content .right .input_holder {
    position: relative;
    margin-bottom: 30px;
}
.floatlabel {
    position: absolute;
    pointer-events: none;
    font:300 13px iranyekan;
    color:#7f7f7f;
    top: 3px;
    right: 6px;
    transition:0.3s all ease;
}
#reglog .modal-content .right .input_holder input {
    width:100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    transition:0.3s all ease;
    font-size: 12.5px;
    padding: 6px;
}
#reglog .modal-content .right .input_holder input:focus ~ .floatlabel, #reglog .modal-content .right .input_holder input:not(:focus):valid ~ .floatlabel {
    top: -22px;
    color:#0890f8;
}
#reglog .modal-content .right .input_holder input:focus {
    border-bottom-color:#1193ff;
}
.checkboxholder input[type="checkbox"]{
    opacity: 0;
    z-index: 1;
    display: none;
}
.checkboxholder label {
    display: block;
    vertical-align: middle;
    position: relative;
    padding-right: 25px;
    font: 300 13px iranyekan;
    margin-bottom: 15px;
    cursor: pointer;
	transition:0.1s all ease;	
}
.checkboxholder label span {
    padding: 4px;
    color:#404040;
    font-size:13px;
}
.checkboxholder label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    right: 0;
    top: -3px;
    margin-right: 0px;
    border-radius: 6px;
    background-color: #e1e8ee;
    border: 1px solid transparent;
	transition:0.1s all ease;
}
.checkboxholder input[type="checkbox"]:checked + label:before {
    background-color: #ffffff;
    border: 1px solid #52d270;
    box-shadow:inset 0 0 2px #00000012;
}
.checkboxholder input[type="checkbox"]:checked + label::after{
    content: '';
    background: url(images/icons.png) no-repeat 11.2% 92%;
    position: absolute;
    right: 4px;
    top: 1px;
    width: 20px;
    height: 20px;
}
#reglog .modal-content button {
	position:relative;
    padding: 10px 30px;
    color: #FFF;
    font: 500 19px iranyekan;
    border-radius: 30px;
    border:0;
    width: 290px;
    margin: 0 auto;
    display: block;
    background: -moz-linear-gradient(left, #0b80df 0%, #1491ff 49%, #0890f8 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #0b80df), color-stop(49%, #1491ff), color-stop(100%, #0890f8));
    background: -webkit-linear-gradient(left, #0b80df 0%, #1491ff 49%, #0890f8 100%);
    background: -o-linear-gradient(left, #0b80df 0%, #1491ff 49%, #0890f8 100%);
    background: -ms-linear-gradient(left, #0b80df 0%, #1491ff 49%, #0890f8 100%);
    background: linear-gradient(to right, #0b80df 0%, #1491ff 49%, #0890f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b80df', endColorstr='#0890f8', GradientType=1 );
    transition: 0.3s all ease;
	cursor:pointer;
}
#reglog .modal-content button:hover {
    opacity: 0.8;
}
.tabcontent {
	display:none;
}
.tabcontent.active {
	display:block;
}
#reglog .forgotpass {
    margin-top: 20px;
    display: block;
    color: #3c3c3c;
    font-size:13px;
}
#reglog .forgotpass:hover {
    color: #0c90fa;
}
#reglog .closemodal {
    font-size: 20px;
    position: absolute;
    left: 29px;
    top: 14px;
    cursor: pointer;
    padding: 3px 12px;
    background: #e1eae6;
    border-radius: 100%;
    transition: 0.3s all ease;
    -webkit-appearance: initial;
}
#reglog .closemodal:hover {
    background: #82c6a8;
}
tr,td {
	transition:0.3s;
}
tr:hover td {
	background:#eee;
}
.panell {    margin-bottom: 10em;}
.ticket h3 { margin-top: 15px; }
