@import "css/modal.css";



@charset "UTF-8";



@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?7ujrtv');
  src:  url('fonts/icomoon.eot?7ujrtv#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?7ujrtv') format('truetype'),
    url('fonts/icomoon.woff?7ujrtv') format('woff'),
    url('fonts/icomoon.svg?7ujrtv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\ea91";
  }
  .icon-instagram:before {
	content: "\ea92";
  }
  .icon-whatsapp:before {
	content: "\ea93";
  }
  .icon-telegram:before {
	content: "\ea95";
  }
  .icon-twitter:before {
	content: "\ea96";
  }
  .icon-youtube:before {
	content: "\ea9d";
  }




/* Reset CSS*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	text-decoration: none;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:hover {
	text-decoration: none !important;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a:hover {
	text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

ol {
	margin: 0.5em 2em 0.5em 0.5em;
}

ul {
	list-style: none;
}

@font-face {
	font-family: iranyekan;
	src: url('fonts/yekanregular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: iranyekan;
	src: url('fonts/yekanlight.woff2') format('woff2');
	font-weight: 300;
}

@font-face {
	font-family: iranyekan;
	src: url('fonts/yekanbold.woff2') format('woff2');
	font-weight: bold;
}

body {
	line-height: 1;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	background-color: #f8fbff;
	text-align: right;
	font-family: iranyekan;
	direction: rtl;
	overflow-x: hidden;
}

#cover {
	background: url('../images/bg.png') no-repeat #f8fbff;
}

.slide {
	width: 100%
}

.logo {
	height: 100%;
	float: right;
	z-index: 1;
}


.logo:hover {
	opacity: .8;
	transition: .3s;
}


.menu {
	z-index: 1;
	color: #fffaa8;
	font-family: iranyekan;
}

.menu ul li {
	float: right;
	margin-left: 1.25em
}

.menu ul li a {
	z-index: 1;
	color: #666;
	background: #fffaa8;
	font-family: iranyekan;
	border-radius: 1em;
	padding: .25em .75em;
}

.menu ul li a:hover {
	background: #fff;
}

.container {
	width: 90%;
	margin: 0 auto;
}

body {
	border-top: .5em solid #e8a817
}

#tophead {
	margin-top: 2em;
}


/* intro page */

.start-page-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
}

.start-page-content .dep-box {
	padding: 20px 30px;
	font-size: 13px;
	font-weight: 500;
	color: #a2aebd;
	cursor: pointer;
	transition: all 0.5s ease;
	flex: 1;
	width: 20%;
	text-align: center;
}

.start-page-content .dep-box:nth-child(even) {
	box-shadow: 12px 0 15px -4px rgba(237, 237, 237, 0.4), -12px 0 8px -4px rgba(237, 237, 237, 0.4);
	-moz-box-shadow: 12px 0 15px -4px rgba(237, 237, 237, 0.4), -12px 0 8px -4px rgba(237, 237, 237, 0.4);
	-webkit-box-shadow: 12px 0 15px -4px rgba(237, 237, 237, 0.4), -12px 0 8px -4px rgba(237, 237, 237, 0.4);
	-o-box-shadow: 12px 0 15px -4px rgba(237, 237, 237, 0.4), -12px 0 8px -4px rgba(237, 237, 237, 0.4);
}

.start-page-content .dep-box img {
	max-width: 165px;
	margin-bottom: 20px;
}

.start-page-content .dep-box h2 {
	font-size: 18px;
	font-family: 'dana-bold';
	text-align: right;
}

.start-page-content .dep-box p {
	min-height: 100px;
	text-align: justify;
	font-family: 'dana-med';
	margin-top: 10px;
}

.start-page-content .dep-box .dep-link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	color: #a2aebd;
	transition: all 0.5s ease;
}

.start-page-content .dep-box:hover,
.start-page-content .dep-box:hover .dep-link {
	color: #515a66;
	background-color: #fff;
}

.start-page-content .dep-box .dep-link-icon:before {
	content: "\E90f";
	border-radius: 50%;
	padding: 7px;
	transition: all 0.5s ease;
}

.start-page-content .dep-box:hover .dep-link-icon:before {
	color: #fff;
}

.start-page-content .dep-box.skate:hover .dep-link-icon:before {
	background-color: #8cbe5e;
}

.start-page-content .dep-box.outdoors:hover .dep-link-icon:before {
	background-color: #e94759;
}

.start-page-content .dep-box.aquatics:hover .dep-link-icon:before {
	/*background-color: #2dc5b5;*/
}

.start-page-content .dep-box.archery:hover .dep-link-icon:before {
	background-color: #e5b021;
}

.start-page-content .dep-box.optic:hover .dep-link-icon:before {
	background-color: #a7b1c1;
}

.start-page-content .dep-box.aquatics {
	filter: grayscale(1);
	cursor: not-allowed;
	color: #a2aebd !important;
}

.start-page-content .dep-box.aquatics .dep-link {
	display: none;
}


/* intro page */


/* skate element */

.skate-element {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 30px 0;
}

.skate-element-right {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	margin-left: 3%;
	width: 22%;
	max-width: 25%;
}

.skate-element-right img {
	max-width: 80%;
	height: auto;
	margin-bottom: 10px;
}

.skate-element-right span {
	color: #282828;
	font-size: 15px;
	border: 1px dashed #c8ced3;
	padding: 10px 20px;
	border-radius: 15px;
	margin-bottom: 40px;
}

.skate-element-right p {
	color: #b3bbc7;
	text-align: justify;
	font-size: 13px;
}

.skate-element-left {
	background-repeat: no-repeat;
	background-position: bottom;
	border-radius: 15px;
	width: 75%;
	max-width: 75%;
}

.skate-tabs-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
}

.skate-tabs-row li {
	margin-left: 15px;
}

.skate-tabs-row li:last-child {
	margin-left: 0;
}

.skate-tabs-row li a {
	border-radius: 25px;
	padding: 7px 20px;
	color: #282828 !important;
	position: relative
}

.skate-tabs-row li.ui-state-active a {
	background-color: #666666;
	color: #fff !important;
}

.skate-tabs-row li.ui-state-active a:after {
	content: "";
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 13px solid #666;
	border-radius: 50%;
	position: absolute;
	bottom: -6px;
	right: 50%;
	transform: translateX(50%);
}

.skate-tabs-content {
	width: 100%;
}

.skate-tabs-content .products-slider-container .products-swiper-box {
	padding: 10px;
}

.skate-tabs-content .products-slider-container .products-swiper-box .swiper-container {
	padding: 30px 10px;
}

.skate-tabs-content .products-swiper-p-box {
	box-shadow: 0 3px 10px rgba(127, 137, 148, 0.42);
}

.skate-tabs-content .products-slider-header-more {
	color: #fff;
	background: #666;
	padding: 10px 35px;
	border-radius: 15px 0 15px 15px;
	margin-right: 10px;
}

.skate-tabs-content .products-slider-container .swiper-button-next:before,
.skate-tabs-content .products-slider-container .swiper-button-prev:before {
	font-size: 10px;
	color: #babec2;
}

.skate-tabs-content .products-slider-container .swiper-button-prev {
	right: auto;
	left: 70px;
	bottom: 0;
	transform: rotate(-90deg);
	top: auto;
}

.skate-tabs-content .products-slider-container .swiper-button-next {
	left: 35px;
	right: auto;
	top: auto;
	bottom: 12.5px;
	transform: rotate(90deg);
}

.ihwt-hotspot-wrapper .HotspotPlugin_Hotspot>div {
	width: 250px;
	text-align: justify;
}

.ihwt-hotspot-wrapper .HotspotPlugin_Hotspot>div>.Hotspot_Title {
	font-size: 14px !important;
	font-weight: normal !important;
	margin-bottom: 15px;
	font-family: 'dana-med';
}

.ihwt-hotspot-wrapper .HotspotPlugin_Hotspot>div>.Hotspot_Message {
	font-size: 13px !important;
}

.vc_figure {
	box-shadow: none !important;
}


/* skate element */

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor
}

.icon-blog-new {
	width: 1.087890625em
}

.icon-a {
	width: .90625em
}

.icon-logo {
	width: 4.375em
}

.icon-motor {
	width: .65234375em
}

.icon-right {
	width: .5595703125em
}

.icon-left {
	width: .5595703125em
}

.icon-insurance6 {
	width: .8798828125em
}

.icon-insurance5 {
	width: .75390625em
}

.icon-insurance2 {
	width: .9599609375em
}

.icon-insurance1 {
	width: .8603515625em
}

.icon-search {
	width: .9658203125em
}

.color-palette-mid-blue {
	color: #edb037!important
}

.color-p-blue {
	color: #145df2!important
}

.color-p-blue-new {
	color: #2762ec!important
}

.color-p-blue-2 {
	color: #353fdf!important
}

.bg-palette-mid-blue {
	background: #edb037!important
}

.bg-p-blue {
	background: #145df2!important
}

.bg-p-blue-new {
	background: #2762ec!important
}

.bg-p-blue-2 {
	background: #353fdf!important
}

.font-1 {
	font-size: 1em!important
}

.font-1,
.font-2 {
	word-spacing: -.01em!important
}

.font-2 {
	font-size: 2em!important
}

.font-3 {
	font-size: 3em!important
}

.font-3,
.font-4 {
	word-spacing: -.01em!important
}

.font-4 {
	font-size: 4em!important
}

.font-5 {
	font-size: 5em!important
}

.font-5,
.font-6 {
	word-spacing: -.01em!important
}

.font-6 {
	font-size: 6em!important
}

.font-7 {
	font-size: 7em!important
}

.font-7,
.font-8 {
	word-spacing: -.01em!important
}

.font-8 {
	font-size: 8em!important
}

.font-9 {
	font-size: 9em!important
}

.font-10,
.font-9 {
	word-spacing: -.01em!important
}

.font-10 {
	font-size: 10em!important
}

.font-11 {
	font-size: 11em!important
}

.font-11,
.font-12 {
	word-spacing: -.01em!important
}

.font-12 {
	font-size: 12em!important
}

.font-13 {
	font-size: 13em!important
}

.font-13,
.font-14 {
	word-spacing: -.01em!important
}

.font-14 {
	font-size: 14em!important
}

.font-15 {
	font-size: 15em!important
}

.font-15 {
	word-spacing: -.01em!important
}

.font-size-10 {
	font-size: 10px!important
}

.font-size-11 {
	font-size: 11px!important
}

.font-size-12 {
	font-size: 12px!important
}

.font-size-13 {
	font-size: 13px!important
}

.font-size-14 {
	font-size: 14px!important
}

.font-size-15 {
	font-size: 15px!important
}

.font-size-16 {
	font-size: 16px!important
}

.font-size-17 {
	font-size: 17px!important
}

.font-size-18 {
	font-size: 18px!important
}

.font-size-19 {
	font-size: 19px!important
}

.font-size-20 {
	font-size: 20px!important
}

.font-size-21 {
	font-size: 21px!important
}

.font-size-22 {
	font-size: 22px!important
}

.font-size-23 {
	font-size: 23px!important
}

.font-size-24 {
	font-size: 24px!important
}

.font-size-25 {
	font-size: 25px!important
}

.font-size-26 {
	font-size: 26px!important
}

.font-size-27 {
	font-size: 27px!important
}

.font-size-28 {
	font-size: 28px!important
}

.font-size-29 {
	font-size: 29px!important
}

.font-size-30 {
	font-size: 30px!important
}

@media (max-width:991px) {
	.max-width-100 {
		min-width: unset!important;
		width: 100%!important;
		max-width: 100%!important;
		padding-right: 30px!important
	}
}







::-webkit-scrollbar {
	width: 6px
}

::-webkit-scrollbar-track {
	background: 0 0;
	margin-top: 7px;
	margin-bottom: 12px
}

::-webkit-scrollbar-thumb {
	background: rgba(70, 118, 229, .4);
	border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(70, 118, 229, .55)
}

.Toastify__close-button {
	color: inherit!important
}

a,
b,
body,
center,
div,
dl,
em,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
label,
menu,
p,
q,
s,
span,
sub,
summary,
var {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: initial
}

header,
menu {
	display: block
}

body {
	line-height: 1;
	scrollbar-color: rgba(70, 118, 229, .4) transparent!important
}

q {
	quotes: none
}

button {
	background-color: initial;
	outline: 0!important;
	border: 0;
	cursor: pointer
}


/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #294187;
	--secondary: #f8c724;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

header,
main {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

dl {
	margin-bottom: 1rem
}

dl {
	margin-top: 0
}

b {
	font-weight: bolder
}

sub {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: initial
}

sub {
	bottom: -.25em
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: initial
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]),
a:not([href]):hover {
	color: inherit;
	text-decoration: none
}

img {
	border-style: none
}

img,
svg {
	vertical-align: middle
}

svg {
	overflow: hidden
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
select {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

summary {
	display: list-item;
	cursor: pointer
}

[hidden] {
	display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.h1,
h1 {
	font-size: 2.5rem
}

.h2,
h2 {
	font-size: 2rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

.display-1 {
	font-size: 6rem
}

.display-1,
.display-2 {
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem
}

.display-3 {
	font-size: 4.5rem
}

.display-3,
.display-4 {
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 90%
	}
}

.container-fluid,
.container-lg,
.container-md,
.container-sm {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container,
	.container-sm {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 70%
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

@media (min-width:576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}
.card {
    box-shadow: 0 15px 60px rgba(56,93,165,0.1);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,0.125);
    border-radius: .3125rem;
}



.card-body {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1em
}

.card-title {
	margin-bottom: .75rem;
	font-family: iranyekan;
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-img,
.card-img-bottom,
.card-img-top {
	flex-shrink: 0;
	width: 100%
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

@keyframes progress-bar-stripes {
	0% {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

.media {
	display: flex;
	align-items: flex-start
}

.media-body {
	flex: 1 1
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

.close:hover {
	color: #000;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: .75
}

button.close {
	padding: 0;
	background-color: initial;
	border: 0;
	font-size: 1.5em;
	color: #fff
}

a.close.disabled {
	pointer-events: none
}

@keyframes spinner-border {
	to {
		transform: rotate(1turn)
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}
	50% {
		opacity: 1;
		transform: none
	}
}

.align-top {
	vertical-align: top!important
}

.align-middle {
	vertical-align: middle!important
}

.align-bottom {
	vertical-align: bottom!important
}

.align-text-bottom {
	vertical-align: text-bottom!important
}

.align-text-top {
	vertical-align: text-top!important
}

.bg-transparent {
	background-color: initial!important
}

.border {
	border: 1px solid #dee2e6!important
}

.border-top {
	border-top: 1px solid #dee2e6!important
}

.border-right {
	border-right: 1px solid #dee2e6!important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6!important
}

.border-left {
	border-left: 1px solid #dee2e6!important
}

.border-0 {
	border: 0!important
}

.border-top-0 {
	border-top: 0!important
}

.border-right-0 {
	border-right: 0!important
}

.border-bottom-0 {
	border-bottom: 0!important
}

.border-left-0 {
	border-left: 0!important
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-flex {
	display: flex!important
}

.d-inline-flex {
	display: inline-flex!important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-flex {
		display: flex!important
	}
	.d-sm-inline-flex {
		display: inline-flex!important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-flex {
		display: flex!important
	}
	.d-md-inline-flex {
		display: inline-flex!important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-flex {
		display: flex!important
	}
	.d-lg-inline-flex {
		display: inline-flex!important
	}
}

@media print {
	.d-print-none {
		display: none!important
	}
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-flex {
		display: flex!important
	}
	.d-print-inline-flex {
		display: inline-flex!important
	}
}

.flex-row {
	flex-direction: row!important
}

.flex-column {
	flex-direction: column!important
}

.flex-shrink-0 {
	flex-shrink: 0!important
}

.flex-shrink-1 {
	flex-shrink: 1!important
}

.justify-content-start {
	justify-content: flex-start!important
}

.justify-content-center {
	justify-content: center!important
}

.align-items-start {
	align-items: flex-start!important
}

.align-items-center {
	align-items: center!important
}

.align-content-start {
	align-content: flex-start!important
}

.align-content-center {
	align-content: center!important
}

@media (min-width:576px) {
	.flex-sm-row {
		flex-direction: row!important
	}
	.flex-sm-column {
		flex-direction: column!important
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-sm-start {
		justify-content: flex-start!important
	}
	.justify-content-sm-center {
		justify-content: center!important
	}
	.align-items-sm-start {
		align-items: flex-start!important
	}
	.align-items-sm-center {
		align-items: center!important
	}
	.align-content-sm-start {
		align-content: flex-start!important
	}
	.align-content-sm-center {
		align-content: center!important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		flex-direction: row!important
	}
	.flex-md-column {
		flex-direction: column!important
	}
	.flex-md-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-md-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-md-start {
		justify-content: flex-start!important
	}
	.justify-content-md-center {
		justify-content: center!important
	}
	.align-items-md-start {
		align-items: flex-start!important
	}
	.align-items-md-center {
		align-items: center!important
	}
	.align-content-md-start {
		align-content: flex-start!important
	}
	.align-content-md-center {
		align-content: center!important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		flex-direction: row!important
	}
	.flex-lg-column {
		flex-direction: column!important
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-lg-start {
		justify-content: flex-start!important
	}
	.justify-content-lg-center {
		justify-content: center!important
	}
	.align-items-lg-start {
		align-items: flex-start!important
	}
	.align-items-lg-center {
		align-items: center!important
	}
	.align-content-lg-start {
		align-content: flex-start!important
	}
	.align-content-lg-center {
		align-content: center!important
	}
}

.user-select-auto {
	-webkit-user-select: auto!important;
	-ms-user-select: auto!important;
	user-select: auto!important
}

.user-select-none {
	-webkit-user-select: none!important;
	-ms-user-select: none!important;
	user-select: none!important
}

.overflow-auto {
	overflow: auto!important
}

.overflow-hidden {
	overflow: hidden!important
}

.position-static {
	position: static!important
}

.position-relative {
	position: relative!important
}

.position-absolute {
	position: absolute!important
}

.position-fixed {
	position: fixed!important
}

.fixed-top {
	top: 0
}

.fixed-bottom,
.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.shadow-none {
	box-shadow: none!important
}

.w-25 {
	width: 25%!important
}

.w-50 {
	width: 50%!important
}

.w-75 {
	width: 75%!important
}

.w-100 {
	width: 100%!important
}

.w-auto {
	width: auto!important
}

.h-25 {
	height: 25%!important
}

.h-50 {
	height: 50%!important
}

.h-75 {
	height: 75%!important
}

.h-100 {
	height: 100%!important
}

.h-auto {
	height: auto!important
}

.mb-0 {
	margin-bottom: 0!important
}

.mb-1 {
	margin-bottom: .25rem!important
}

.mb-2 {
	margin-bottom: .5rem!important
}

.mb-3 {
	margin-bottom: 1rem!important
}

.mb-4 {
	margin-bottom: 1.5rem!important
}

.mb-5 {
	margin-bottom: 3rem!important
}

.p-0 {
	padding: 0!important
}

.pt-0,
.py-0 {
	padding-top: 0!important
}

.pr-0,
.px-0 {
	padding-right: 0!important
}

.pb-0,
.py-0 {
	padding-bottom: 0!important
}

.pl-0,
.px-0 {
	padding-left: 0!important
}

.p-1 {
	padding: .25rem!important
}

.pt-1,
.py-1 {
	padding-top: .25rem!important
}

.pr-1,
.px-1 {
	padding-right: .25rem!important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
	padding-left: .25rem!important
}

.p-2 {
	padding: .5rem!important
}

.pt-2,
.py-2 {
	padding-top: .5rem!important
}

.pr-2,
.px-2 {
	padding-right: .5rem!important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
	padding-left: .5rem!important
}

.p-3 {
	padding: 1rem!important
}

.pt-3,
.py-3 {
	padding-top: 1rem!important
}

.pr-3,
.px-3 {
	padding-right: 1rem!important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
	padding-left: 1rem!important
}

.p-4 {
	padding: 1.5rem!important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem!important
}

.p-5 {
	padding: 3rem!important
}

.pt-5,
.py-5 {
	padding-top: 3rem!important
}

.pr-5,
.px-5 {
	padding-right: 3rem!important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
	padding-left: 3rem!important
}

.mb-auto {
	margin-bottom: auto!important
}

@media (min-width:576px) {
	.mb-sm-0 {
		margin-bottom: 0!important
	}
	.mb-sm-1 {
		margin-bottom: .25rem!important
	}
	.mb-sm-2 {
		margin-bottom: .5rem!important
	}
	.mb-sm-3 {
		margin-bottom: 1rem!important
	}
	.mb-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-sm-5 {
		margin-bottom: 3rem!important
	}
	.p-sm-0 {
		padding: 0!important
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0!important
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0!important
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0!important
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0!important
	}
	.p-sm-1 {
		padding: .25rem!important
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem!important
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem!important
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem!important
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem!important
	}
	.p-sm-2 {
		padding: .5rem!important
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem!important
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem!important
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem!important
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem!important
	}
	.p-sm-3 {
		padding: 1rem!important
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem!important
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem!important
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem!important
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem!important
	}
	.p-sm-4 {
		padding: 1.5rem!important
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem!important
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem!important
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem!important
	}
	.p-sm-5 {
		padding: 3rem!important
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem!important
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem!important
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem!important
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem!important
	}
	.mb-sm-auto {
		margin-bottom: auto!important
	}
}

@media (min-width:768px) {
	.mb-md-0 {
		margin-bottom: 0!important
	}
	.mb-md-1 {
		margin-bottom: .25rem!important
	}
	.mb-md-2 {
		margin-bottom: .5rem!important
	}
	.mb-md-3 {
		margin-bottom: 1rem!important
	}
	.mb-md-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-md-5 {
		margin-bottom: 3rem!important
	}
	.p-md-0 {
		padding: 0!important
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0!important
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0!important
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0!important
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0!important
	}
	.p-md-1 {
		padding: .25rem!important
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem!important
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem!important
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem!important
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem!important
	}
	.p-md-2 {
		padding: .5rem!important
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem!important
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem!important
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem!important
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem!important
	}
	.p-md-3 {
		padding: 1rem!important
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem!important
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem!important
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem!important
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem!important
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem!important
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem!important
	}
	.p-md-5 {
		padding: 3rem!important
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem!important
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem!important
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem!important
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem!important
	}
	.mb-md-auto {
		margin-bottom: auto!important
	}
}

@media (min-width:992px) {
	.mb-lg-0 {
		margin-bottom: 0!important
	}
	.mb-lg-1 {
		margin-bottom: .25rem!important
	}
	.mb-lg-2 {
		margin-bottom: .5rem!important
	}
	.mb-lg-3 {
		margin-bottom: 1rem!important
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-lg-5 {
		margin-bottom: 3rem!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0!important
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0!important
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0!important
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0!important
	}
	.p-lg-1 {
		padding: .25rem!important
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem!important
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem!important
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem!important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem!important
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem!important
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem!important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem!important
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem!important
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem!important
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem!important
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem!important
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem!important
	}
	.p-lg-5 {
		padding: 3rem!important
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem!important
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem!important
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem!important
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem!important
	}
	.mb-lg-auto {
		margin-bottom: auto!important
	}
}

.text-justify {
	text-align: justify!important
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}
	.text-sm-right {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left!important
	}
	.text-md-right {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left!important
	}
	.text-lg-right {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}

.text-uppercase {
	text-transform: uppercase!important
}

.text-body {
	color: #212529!important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: initial;
	border: 0
}

.text-decoration-none {
	text-decoration: none!important
}

@media print {
	*,
	:after,
	:before {
		text-shadow: none!important;
		box-shadow: none!important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	img {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	.container,
	body {
		min-width: 992px!important
	}
}

.cursor-pointer {
	cursor: pointer
}

.min-height-200 {
	min-height: 200px
}

.header a {
	color: inherit
}

.header a:hover {
	text-decoration: none
}

.header .header__sub {
	padding: 7px 36px 0
}

.header .header__sub .header__sub-item {
	margin: 0 5px;
	min-width: 25px;
	height: 25px;
	color: #b3b8bc;
	transition: color .4s
}

.header .header__sub .header__sub-item:first-child {
	margin-right: 0
}

.header .header__sub .header__sub-item:last-child {
	margin-left: 0
}

.header .header__sub .header__sub-item:active,
.header .header__sub .header__sub-item:focus,
.header .header__sub .header__sub-item:hover {
	color: #ff5b69
}

.header .header__sub .header__sub-item--tel {
	color: #edb037;
	margin-right: auto;
	line-height: 1.5
}

.header .header__sub .header__sub-item--tel .icon {
	font-size: 18px;
	margin-right: 10px
}

.header .header__sub .header__sub-item--tel:hover {
	color: #002764
}

.header .header__sub .header__sub-item--home {
	color: #fff
}

.header .header__sub .header__sub-item--home:hover {
	color: #b3b8bc
}

.header .header__main {
	height: 94px;
	border-radius: 18px;
	border: 2px solid #eff3fa;
	background-color: #fff;
	padding: 0 36px 0 30px;
	transition: border-color .3s;
	margin-top: 2em;
}

.header .header__main:active,
.header .header__main:focus,
.header .header__main:hover {
	border-color: #eff3fa
}

.header .header__main .header__main-item {
	font-weight: 400;
	margin: 0 .5em;
	font-size: 18px;
	color: #53575b;
	transition: .3s;
}


.header .header__main .header__main-item > a {
	background: #eee;
	border-radius: .5em;
	padding: .25em .75em
}

.header .header__main .header__main-item > a:hover {
	background: #edb037;
}


.header__main-item--logo a  {
	background: none !important;
	padding: 0 !important
}

.header .header__main .header__main-item:active,
.header .header__main .header__main-item:focus,
.header .header__main .header__main-item:hover {
	transition: .2s;
	color: #fff
}

.header .header__main .header__main-item:first-child {
	margin-right: 0
}

.header .header__main .header__main-item:last-child {
	margin-left: 0
}

.header .header__main .header__main-item--logo {
	color: #edb037;
	font-size: 20px
}

.header .header__main .header__main-item--register {
	margin-right: auto
}

.header .header__main .header__main-item--register .user-name {
	font-size: 18px;
	color: #edb037
}

.header .header__main .header__main-item--register .user-name .icon {
	font-size: 25px
}

.header .header__mobile {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 0 18px;
	height: 48px;
	color: #edb037
}

.header .header__mobile .header__mobile-item {
	font-size: 20px
}

.header .header__mobile .header__mobile-item .icon {
	font-size: inherit
}

.header .header__mobile .header__mobile-item--logo {
	font-size: 18px
}

@media (max-width:991.98px) {
	.header .header__main .header__main-item {
		margin: 0 10px;
		font-size: 16px
	}
	.header .header__main .header__main-item--register {
		margin-right: auto
	}
	.header .header__main .header__main-item--register .user-name {
		font-size: 16px
	}
	.header .header__main .header__main-item--register .user-name .icon {
		font-size: 20px
	}
}

.home[data-css-scope=home] [class*=container]>.row {
	margin-left: 0!important;
	margin-right: 0!important
}

@media (max-width:991px) {
	.home[data-css-scope=home] [class*=container]>.row {
		margin-left: -15px!important;
		margin-right: -15px!important
	}
}

.home[data-css-scope=home] .col-content h6 {
	float: none;
	width: 100%;
	line-height: 24px;
	margin-bottom: 33px
}

.home[data-css-scope=home] .home-toolbar {
	min-width: 910px
}

.home[data-css-scope=home] .home-toolbar .home-insurance-thumbnails {
	overflow-x: auto;
	margin: 0 -15px;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.home[data-css-scope=home] .home-toolbar .home-insurance-thumbnails::-webkit-scrollbar {
	display: none
}

.home[data-css-scope=home] .home-toolbar .home-insurance-thumbnails .col {
	margin-right: -10px
}

@media only screen and (max-width:575px) {
	.home[data-css-scope=home] .home-toolbar .home-insurance-thumbnails .col {
		margin-right: -15px
	}
}

@media only screen and (min-width:992px) {
	.home[data-css-scope=home] .home-toolbar .home-insurance-thumbnails .col {
		margin-right: 0
	}
}

.home[data-css-scope=home] .home-toolbar .home-insurance-thumbnails .col:first-child {
	margin-right: 0!important
}

.home[data-css-scope=home] .home-toolbar {
	position: relative
}

.home[data-css-scope=home] .home-toolbar .insurance-wrappers-bg {
	background: url(../images/home-insurance-wrappers.jpg) no-repeat 50%;
	position: absolute;
	min-height: 150%;
	min-width: 100%;
	background-size: cover;
	left: calc(50vw - 84%);
	top: 2rem;
	opacity: .4
}

.home[data-css-scope=home] .home-toolbar .home-banner {
	position: relative;
	color: #fff;
	height: 400px;
	text-align: left
}

@media screen and (max-width:1199px) {
	.home[data-css-scope=home] .home-toolbar .home-banner .azki-banner {
		width: 250px!important
	}
}

@media screen and (max-width:991px) {
	.home[data-css-scope=home] .home-toolbar .home-banner .azki-banner {
		width: 200px!important
	}
}

.home[data-css-scope=home] .home-toolbar .home-banner .azki-banner {
	width: 280px;
	transition: all .5s
}

.home[data-css-scope=home] .home-toolbar .home-banner .banner-content {
	position: relative;
	text-align: right;
	max-width: 24vw;
	right: 165px;
	top: -35px
}

.home[data-css-scope=home] .home-toolbar .home-banner .banner-content p {
	font-size: 13px;
	color: #2b2b2b;
	letter-spacing: -.6px;
	direction: rtl;
	margin-bottom: 27px
}

.home[data-css-scope=home] .home-toolbar .home-banner .banner-content .banner-image {
	position: relative;
	width: 250px;
	height: 150px
}

.home[data-css-scope=home] .home-toolbar .home-banner .banner-content .banner-image img {
	object-fit: contain;
	max-width: 100%
}

.home[data-css-scope=home] h1 {
	color: #002764
}

@media (min-width:768px) {
	.home[data-css-scope=home] h1 {
		font-size: 1.75em;
		font-weight: bold;
	}
}

.clear-css {
	padding: 0!important;
	margin: 0!important
}

.hide-in-mobile {
	display: inline-block
}

@media screen and (max-width:767px) {
	.home .home-toolbar .background-thumbnails {
		box-shadow: inset 0 22px 24px -30px rgba(0, 0, 0, .15), inset 0 -22px 24px -30px rgba(0, 0, 0, .15);
		background-color: #f8f9fd
	}
	.hide-in-mobile {
		display: none
	}
	.home h1 {
		background: #f8f9fd;
		color: #002764;
		border-top: 1px solid #f0f0fa;
		border-bottom: 1px solid #f0f0fa;
		font-size: 1.125rem!important;
		font-weight: 700;
		text-align: center!important
	}
}

#wrapper.index {
	background: url('images/bg.svg') no-repeat;
	background-size: 50em;
	background-position-x: 9em;
	background-position-y: 7em;
}

.appika {
	float: left;
	width: 9em;
	height: 100%;
	margin-bottom: 1em;}

	.appika img {
		border-radius: 1em;
	}

	.appika img:hover {
		opacity: .7;
	}

#wrapper .header-link-size {
	font-size: 13px!important
}

#wrapper .no-outline,
#wrapper .no-outline:active,
#wrapper .no-outline:focus,
#wrapper .no-outline:hover {
	outline: 0;
	border: 0;
	box-shadow: none
}

.main-button {
	outline: 0!important
}

.main-button__icon {
	margin-left: 8px;
	margin-right: -4px
}

.home-insurance-item {
	background-color: #fff;
	text-align: center;
	transition: all .1s ease-in-out, border .2s, z-index 0s;
	display: flex;
	align-items: center;
	width: 100%;
	height: 130px;
	border: 1px solid #ddd;
	border-radius: 0
}

.home-insurance-item a {
	width: 100%;
	vertical-align: middle;
	color: #000;
	text-decoration: none!important;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0
}

.home-insurance-item svg {
	color: #b2b4cb;
	font-size: 1.5em
}

.home-insurance-item h2 {
	width: 100%;
	font-size: 1.05em;
	z-index: 1;
	position: relative;
	max-width: 85%;
	margin: 20px auto 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: iranyekan;
}

.home-insurance-item:hover {
	border-radius: 5px;
	border: 3px solid #edb037;
	background-color: #fff;
	transform: scale(1.1);
	z-index: 2
}

.home-insurance-item:hover a {
	color: #fff;
	transition: all .1s ease-in-out
}

.home-insurance-item:hover a:hover {
	color: #ebebeb
}

.home-insurance-item:hover h2 {
	max-width: 100%;
	white-space: nowrap;
	z-index: 1;
	text-overflow: ellipsis;
	color: #fff
}

.home-insurance-item:hover [class*=icon-] {
	color: #fff
}

@media (max-width:767.98px) {
	.home .home-toolbar .home-insurance-wrappers .home-insurance-item {
		background-color: initial;
		width: 100%!important;
		border: 1px solid #f0f0fa;
		border-radius: 0
	}
	.home .home-toolbar .home-insurance-wrappers .home-insurance-item a {
		width: 100%;
		vertical-align: middle;
		color: #000;
		text-decoration: none!important;
		position: relative;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0
	}
	.home .home-toolbar .home-insurance-wrappers .home-insurance-item h2 {
		max-width: 75%
	}
	.home .home-toolbar .home-insurance-wrappers .home-insurance-item:hover {
		transform: none!important;
		z-index: 2;
		border-radius: 5px;
		border: 3px solid #edb037
	}
	.home .home-toolbar .home-insurance-wrappers .home-insurance-item:hover h2 {
		max-width: 100%
	}
	.home .home-toolbar .home-insurance-wrappers .home-insurance-item:hover a,
	.home .home-toolbar .home-insurance-wrappers .home-insurance-item:hover a:hover {
		color: #fff;
		box-shadow: none
	}
}

.button--content__wrapper {
	display: block;
	width: 100%;
	height: 75px;
	background-color: #edb037;
	border-radius: 18px;
	margin: 10px auto;
	padding-right: 20px
}

.button--content__text {
	display: block;
	float: right;
	height: 34px;
	line-height: 34px
}

.button--content__text span {
	font-size: 16px;
	font-weight: 700;
	color: #fff
}

@media (max-width:991.98px) {
	.button--content__text span {
		font-size: 14px
	}
}

.select .MuiMenu-paper {
	margin-top: 10px;
	border: 2px solid #edb037;
	border-radius: 18px;
	box-shadow: none;
	max-height: 240px
}

.vertical-center {
	display: flex;
	justify-content: center;
	align-items: center
}

.header-banner {
	display: block;
	width: 100%;
	transition: height .25s;
	background-color: #f8c724;
	background-color: #9d9d9d;
	color: #fff
}

.header-banner--hide {
	height: 0!important
}

.header-banner__content {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: height .25s
}

.header-banner__title {
	margin: 0;
	padding: 10px 10px 10px 0;
	font-weight: 500;
	font-size: 13px;
	text-align: justify
}

@media (min-width:768px) {
	.header-banner__title {
		font-size: 16px;
		text-align: center
	}
}

.header-banner__button {
	margin-right: 1rem;
	border-width: 2px;
	padding: 1px 20px;
	font-size: 14px;
	color: #000
}

.header-banner__button:hover {
	color: #f8c724
}

.header-banner__icon {
	font-size: 1.4rem;
	margin: 0 1rem;
	cursor: pointer
}

.header-banner__link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	white-space: nowrap;
	text-decoration: none;
	color: #020f50
}


.third-party-insurance[data-css-scope=third-party-insurance] {
	margin: 2rem auto
}

.third-party-insurance[data-css-scope=third-party-insurance] .content-box {
	padding: 24px;
	border-radius: 4px;
	box-shadow: 0 8px 20px 0 hsla(0, 0%, 87.8%, .5)
}

.third-party-insurance[data-css-scope=third-party-insurance] .title-box {
	text-align: center;
	margin-bottom: 1.5rem
}

.third-party-insurance[data-css-scope=third-party-insurance] .title-box .title {
	font-size: 32px;
	color: #fff!important;
	position: relative;
	width: auto;
	border: 1px solid #0b2e13;
	background-color: #294187;
	min-height: 200px;
	padding: 80px 0
}

.content--wrapper {
	display: flex;
	flex-direction: column;
	min-height: 530px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 35px 10px;
	border-radius: 18px;
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .07);
	transition: margin .5s, padding .5s;
	background-color: #fff
}

.content--wrapper .content--title__text {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #002764;
	margin: 0;
	padding-left: 30px
}

.content--wrapper .content--title__description {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #002764;
	margin: 15px 0;
	padding-left: 30px
}

.container--print {
	margin: 0 auto;
	width: 21cm;
	height: 29.7cm;
	background: #fff;
	font-size: 14px
}

.container--print .padding {
	padding-top: 10px;
	padding-bottom: 10px
}

.container--print .label {
	font-weight: 400
}

.container--print .border {
	border: 1px solid #000!important
}

.container--print .no-border-top {
	border-top: none!important
}

.container--print .no-border-bottom {
	border-bottom: none!important
}

.container--print .no-border-left {
	border-left: none!important
}

.container--print .no-border-right {
	border-right: none!important
}

@page {
	size: A4;
	margin: 0
}

html {
	scroll-behavior: smooth
}

body {
	font-family: iranyekan, Iranyekan, sans-serif!important;
	direction: rtl;
	text-align: right;
	font-size: 14px;
	font-weight: 500;
	color: #53575b
}

.Toastify__close-button {
	color: #fff;
	background: 0 0;
	outline: 0;
	border: none;
	padding: 0;
	cursor: pointer;
	opacity: .7;
	transition: .3s ease;
	align-self: flex-start
}

.Toastify__close-button--default {
	color: #000;
	opacity: .3
}

.Toastify__close-button>svg {
	fill: currentColor;
	height: 16px;
	width: 14px
}

.Toastify__close-button:focus,
.Toastify__close-button:hover {
	opacity: 1
}

@keyframes Toastify__trackProgress {
	0% {
		transform: scaleX(1)
	}
	to {
		transform: scaleX(0)
	}
}

@keyframes Toastify__bounceInRight {
	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		transform: translate3d(10px, 0, 0)
	}
	90% {
		transform: translate3d(-5px, 0, 0)
	}
	to {
		transform: none
	}
}

@keyframes Toastify__bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes Toastify__bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0)
	}
	75% {
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		transform: translate3d(5px, 0, 0)
	}
	to {
		transform: none
	}
}

@keyframes Toastify__bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes Toastify__bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}
	75% {
		transform: translate3d(0, 10px, 0)
	}
	90% {
		transform: translate3d(0, -5px, 0)
	}
	to {
		transform: translateZ(0)
	}
}

@keyframes Toastify__bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes Toastify__bounceInDown {
	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}
	75% {
		transform: translate3d(0, -10px, 0)
	}
	90% {
		transform: translate3d(0, 5px, 0)
	}
	to {
		transform: none
	}
}

@keyframes Toastify__bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes Toastify__zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

@keyframes Toastify__zoomOut {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

@keyframes Toastify__flipIn {
	0% {
		transform: perspective(400px) rotateX(90deg);
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		transform: perspective(400px) rotateX(-20deg);
		animation-timing-function: ease-in
	}
	60% {
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}
	80% {
		transform: perspective(400px) rotateX(-5deg)
	}
	to {
		transform: perspective(400px)
	}
}

@keyframes Toastify__flipOut {
	0% {
		transform: perspective(400px)
	}
	30% {
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}
	to {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes Toastify__slideInRight {
	0% {
		transform: translate3d(110%, 0, 0);
		visibility: visible
	}
	to {
		transform: translateZ(0)
	}
}

@keyframes Toastify__slideInLeft {
	0% {
		transform: translate3d(-110%, 0, 0);
		visibility: visible
	}
	to {
		transform: translateZ(0)
	}
}

@keyframes Toastify__slideInUp {
	0% {
		transform: translate3d(0, 110%, 0);
		visibility: visible
	}
	to {
		transform: translateZ(0)
	}
}

@keyframes Toastify__slideInDown {
	0% {
		transform: translate3d(0, -110%, 0);
		visibility: visible
	}
	to {
		transform: translateZ(0)
	}
}

@keyframes Toastify__slideOutRight {
	0% {
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		transform: translate3d(110%, 0, 0)
	}
}

@keyframes Toastify__slideOutLeft {
	0% {
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		transform: translate3d(-110%, 0, 0)
	}
}

@keyframes Toastify__slideOutDown {
	0% {
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		transform: translate3d(0, 500px, 0)
	}
}

@keyframes Toastify__slideOutUp {
	0% {
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		transform: translate3d(0, -500px, 0)
	}
}


/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.12.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 05.04.2020
 */

@keyframes os-resize-observer-dummy-animation {
	0% {
		z-index: 0
	}
	to {
		z-index: -1
	}
}

.MuiButtonBase-root {
	color: inherit;
	border: 0;
	cursor: pointer;
	margin: 0;
	display: inline-flex;
	outline: 0;
	padding: 0;
	position: relative;
	align-items: center;
	user-select: none;
	border-radius: 0;
	vertical-align: middle;
	-moz-appearance: none;
	justify-content: center;
	text-decoration: none;
	background-color: transparent;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent
}

.MuiButtonBase-root::-moz-focus-inner {
	border-style: none
}

.MuiButtonBase-root.Mui-disabled {
	cursor: default;
	pointer-events: none
}

@media print {
	.MuiButtonBase-root {
		color-adjust: exact
	}
}

.MuiButton-root {
	color: rgba(0, 0, 0, .87);
	padding: 7px 17px;
	font-size: .875rem;
	min-width: 94px;
	box-sizing: border-box;
	transition: background-color 250ms cubic-bezier(.4, 0, .2, 1) 0s, box-shadow 250ms cubic-bezier(.4, 0, .2, 1) 0s, border 250ms cubic-bezier(.4, 0, .2, 1) 0s;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.75;
	border-radius: 28px;
	text-transform: uppercase
}

.MuiButton-root:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, .04)
}

.MuiButton-root.Mui-disabled {
	color: rgba(0, 0, 0, .26)
}

@media (hover:none) {
	.MuiButton-root:hover {
		background-color: transparent
	}
}

.MuiButton-root:hover.Mui-disabled {
	background-color: transparent
}

.MuiButton-label {
	width: 100%;
	display: inherit;
	align-items: inherit;
	justify-content: inherit
}

.MuiButton-text {
	padding: 6px 8px
}

.MuiButton-textPrimary {
	color: #edb037
}

.MuiButton-textPrimary:hover {
	background-color: rgba(38, 89, 193, .04)
}

@media (hover:none) {
	.MuiButton-textPrimary:hover {
		background-color: transparent
	}
}

.MuiButton-textSecondary {
	color: #ff5b69
}

.MuiButton-textSecondary:hover {
	background-color: rgba(255, 91, 105, .04)
}

@media (hover:none) {
	.MuiButton-textSecondary:hover {
		background-color: transparent
	}
}

.MuiButton-outlined {
	border: 1px solid rgba(0, 0, 0, .23);
	padding: 7px 17px
}

.MuiButton-outlined.Mui-disabled {
	border: 1px solid rgba(0, 0, 0, .12)
}

.MuiButton-outlinedPrimary {
	color: #edb037;
	border: 1px solid rgba(38, 89, 193, .5)
}

.MuiButton-outlinedPrimary:hover {
	border: 1px solid #edb037;
	background-color: rgba(38, 89, 193, .04)
}

@media (hover:none) {
	.MuiButton-outlinedPrimary:hover {
		background-color: transparent
	}
}

.MuiButton-outlinedSecondary {
	color: #ff5b69;
	border: 1px solid rgba(255, 91, 105, .5)
}

.MuiButton-outlinedSecondary:hover {
	border: 1px solid #ff5b69;
	background-color: rgba(255, 91, 105, .04)
}

.MuiButton-outlinedSecondary.Mui-disabled {
	border: 1px solid rgba(0, 0, 0, .26)
}

@media (hover:none) {
	.MuiButton-outlinedSecondary:hover {
		background-color: transparent
	}
}

.MuiButton-contained {
	color: rgba(0, 0, 0, .87);
	box-shadow: none;
	background-color: #e0e0e0
}

.MuiButton-contained:hover {
	box-shadow: none;
	background-color: #d5d5d5
}

.MuiButton-contained.Mui-focusVisible {
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
}

.MuiButton-contained:active {
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.MuiButton-contained.Mui-disabled {
	color: rgba(0, 0, 0, .26);
	box-shadow: none;
	background-color: rgba(0, 0, 0, .12)
}

@media (hover:none) {
	.MuiButton-contained:hover {
		box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
		background-color: #e0e0e0
	}
}

.MuiButton-contained:hover.Mui-disabled {
	background-color: rgba(0, 0, 0, .12)
}

.MuiButton-containedPrimary {
	color: #fff;
	background-color: #edb037;
	font-size: .9em !important
}

.MuiButton-containedPrimary:hover {
	background-color: #1a3e87
}

@media (hover:none) {
	.MuiButton-containedPrimary:hover {
		background-color: #edb037
	}
}

.MuiButton-containedSecondary {
	color: #fff;
	background-color: #ff5b69
}

.MuiButton-containedSecondary:hover {
	background-color: #b23f49
}

@media (hover:none) {
	.MuiButton-containedSecondary:hover {
		background-color: #ff5b69
	}
}

.MuiButton-disableElevation {
	box-shadow: none
}

.MuiButton-disableElevation:hover {
	box-shadow: none
}

.MuiButton-disableElevation.Mui-focusVisible {
	box-shadow: none
}

.MuiButton-disableElevation:active {
	box-shadow: none
}

.MuiButton-disableElevation.Mui-disabled {
	box-shadow: none
}

.MuiButton-colorInherit {
	color: inherit;
	border-color: currentColor
}

.MuiButton-textSizeSmall {
	padding: 4px 5px;
	font-size: .8125rem
}

.MuiButton-textSizeLarge {
	padding: 8px 11px;
	font-size: .9375rem
}

.MuiButton-outlinedSizeSmall {
	padding: 3px 9px;
	font-size: .8125rem
}

.MuiButton-outlinedSizeLarge {
	padding: 7px 21px;
	font-size: .9375rem
}

.MuiButton-containedSizeSmall {
	padding: 4px 10px;
	font-size: .8125rem
}

.MuiButton-containedSizeLarge {
	padding: 8px 22px;
	font-size: .9375rem
}

.MuiButton-sizeLarge {
	padding: 12px 25px
}

.MuiButton-fullWidth {
	width: 100%
}

.MuiButton-startIcon {
	display: inherit;
	margin-right: -4px;
	margin-left: 8px
}

.MuiButton-startIcon.MuiButton-iconSizeSmall {
	margin-right: -2px
}

.MuiButton-endIcon {
	display: inherit;
	margin-right: 8px;
	margin-left: -4px
}

.MuiButton-endIcon.MuiButton-iconSizeSmall {
	margin-left: -2px
}

.MuiButton-iconSizeSmall>:first-child {
	font-size: 18px
}

.MuiButton-iconSizeMedium>:first-child {
	font-size: 20px
}

.MuiButton-iconSizeLarge>:first-child {
	font-size: 22px
}

.MuiDrawer-docked {
	flex: 0 0 auto
}

.MuiDrawer-paper {
	top: 0;
	flex: 1 0 auto;
	height: 100%;
	display: flex;
	outline: 0;
	z-index: 1200;
	position: fixed;
	overflow-y: auto;
	flex-direction: column;
	-webkit-overflow-scrolling: touch
}

.MuiDrawer-paperAnchorLeft {
	left: 0;
	right: auto
}

.MuiDrawer-paperAnchorRight {
	left: auto;
	right: 0
}

.MuiDrawer-paperAnchorTop {
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	height: auto;
	max-height: 100%
}

.MuiDrawer-paperAnchorBottom {
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	max-height: 100%
}

.MuiDrawer-paperAnchorDockedLeft {
	border-right: 1px solid rgba(0, 0, 0, .12)
}

.MuiDrawer-paperAnchorDockedTop {
	border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.MuiDrawer-paperAnchorDockedRight {
	border-left: 1px solid rgba(0, 0, 0, .12)
}

.MuiDrawer-paperAnchorDockedBottom {
	border-top: 1px solid rgba(0, 0, 0, .12)
}

.MuiPopover-paper {
	outline: 0;
	position: absolute;
	max-width: calc(100% - 32px);
	min-width: 16px;
	max-height: calc(100% - 32px);
	min-height: 16px;
	overflow-x: hidden;
	overflow-y: auto
}

.MuiMenu-paper {
	max-height: calc(100% - 96px);
	-webkit-overflow-scrolling: touch
}

.MuiMenu-list {
	outline: 0
}

.MuiSkeleton-root {
	height: 1.2em;
	display: block;
	background-color: rgba(0, 0, 0, .11)
}

.MuiSkeleton-text {
	height: auto;
	transform: scale(1, .6);
	margin-top: 0;
	border-radius: 4px;
	margin-bottom: 0;
	transform-origin: 0 60%
}

.MuiSkeleton-text:empty:before {
	content: "\00a0"
}

.MuiSkeleton-circle {
	border-radius: 50%
}

.MuiSkeleton-pulse {
	animation: MuiSkeleton-keyframes-pulse 1.5s ease-in-out .5s infinite
}

@keyframes MuiSkeleton-keyframes-pulse {
	0% {
		opacity: 1
	}
	50% {
		opacity: .4
	}
	100% {
		opacity: 1
	}
}

.MuiSkeleton-wave {
	overflow: hidden;
	position: relative
}

.MuiSkeleton-wave::after {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	content: "";
	position: absolute;
	animation: MuiSkeleton-keyframes-wave 1.6s linear .5s infinite;
	transform: translateX(100%);
	background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .04), transparent)
}

@keyframes MuiSkeleton-keyframes-wave {
	0% {
		transform: translateX(100%)
	}
	60% {
		transform: translateX(-100%)
	}
	100% {
		transform: translateX(-100%)
	}
}

.MuiSkeleton-withChildren>* {
	visibility: hidden
}

.MuiSkeleton-fitContent {
	max-width: fit-content
}

.MuiSkeleton-heightAuto {
	height: auto
}

.bg-auction {
	background-image: url(../images//bg-auction.png);
	background-repeat: no-repeat;
	background-size: 416px 416px;
	background-position: -145px 17px;
	padding-bottom: 42px
}

@-webkit-keyframes refresh_auctions_animate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes refresh_auctions_animate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.auctions {
	margin-top: 41px;
	position: relative
}

.auctions .auctions-color {
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0
}

.auctions .auctions-color.active {
	opacity: 1
}

.auctions--cat {
	margin-top: 30px
}

.auctions__refresh {
	position: absolute;
	font-size: 23px;
	top: 7px;
	right: -49px;
	color: #333;
	cursor: pointer
}

.auctions__refresh.animate_refresh {
	-webkit-animation: refresh_auctions_animate .5s infinite;
	animation: refresh_auctions_animate .5s infinite
}

.auctions .auctions__sells--cat {
	margin-top: 40px
}

.auctions .auctions__sells .auctions__sells-item {
	height: 381px;
	border-radius: 18px;
	padding-top: 39px;
	overflow: hidden;
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.auctions .auctions__sells .auctions__sells-item:before {
	bottom: 68px;
	box-shadow: 0 15px 17px -3px hsla(0, 0%, 100%, .15);
	right: 10px;
	left: 10px
}

.auctions .auctions__sells .auctions__sells-item:after,
.auctions .auctions__sells .auctions__sells-item:before {
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	-webkit-transform: rotateX(55deg);
	transform: rotateX(55deg)
}

.auctions .auctions__sells .auctions__sells-item:after {
	bottom: 75px;
	border-radius: 0 0 100% 100%;
	box-shadow: 0 41px 21px 0 hsla(0, 0%, 100%, .2);
	right: 50px;
	left: 50px
}

.auctions .auctions__sells .auctions__sells-item:hover .image-auction {
	margin-top: 20px
}

.auctions .auctions__sells .auctions__sells-item .link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 16
}

.auctions .auctions__sells .auctions__sells-item .image-auction {
	height: 210px;
	margin-top: 26px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-box-align: end!important;
	align-items: end!important
}

.auctions .auctions__sells .auctions__sells-item .image-auction img {
	margin: 0 auto;
	z-index: 15;
	height: 15em;
}

.auctions .auctions__sells .auctions__sells-item .image-auction:after {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 51px;
	height: 13px;
	left: 50%;
	border-radius: 60px;
	top: 85.7%;
	content: "";
	display: block;
	-webkit-box-align: center;
	align-items: center;
	position: absolute;
	background-color: #000;
	-webkit-filter: blur(14px);
	filter: blur(14px);
	-webkit-transform: rotateX(90deg) translate(-50%);
	transform: rotateX(90deg) translate(-50%);
	z-index: 10
}

.auctions .auctions__sells .auctions__sells-item .auctions__sells-item__title {
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: .5px;
	font-family:iranyekan;
}

.auctions .auctions__sells .auctions__sells-item .auctions__sells-item__title a {
	text-decoration: none;
	color: inherit
}

.auctions .auctions__sells .auctions__sells-item span {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 12px
}

.auctions .auctions__sales {
	padding: 10px 10px 3px
}

.auctions .auctions__sales .progress #progress {
	background-color: #b00e23;
	height: 100%
}

.auctions .auctions__sales .progress #progress.progressing {
	-webkit-animation: auctions_progress 6s ease-in-out;
	animation: auctions_progress 6s ease-in-out
}

.auctions .auctions__sales .auctions__sales__product .head .swiper-slide {
	background: #fff
}

.auctions .auctions__sales .auctions__sales__product .head .real-price {
	font-weight: 400;
	text-align: left
}

.auctions .auctions__sales .auctions__sales__product .head .unit {
	font-size: 11px;
	font-weight: 400;
	padding-right: 5px;
	padding-top: 2px
}

.auctions .auctions__sales .auctions__sales__product .article {
	overflow: hidden
}

.auctions .auctions__sales .auctions__sales__product .article .swiper-slide {
	-webkit-transform: scale(.6);
	transform: scale(.6);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.auctions .auctions__sales .auctions__sales__product .article .no_slide .swiper-slide,
.auctions .auctions__sales .auctions__sales__product .article .swiper-slide-active {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.auctions .auctions__sales .auctions__sales__product .article .no_slide .swiper-slide .article__discount {
	left: 22%
}

.auctions .auctions__sales .auctions__sales__product .article .article__discount {
	background-color: #d8132e;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 7%;
	top: 68%;
	width: 50px;
	height: 50px;
	line-height: 58px;
	padding: 0
}

.auctions .auctions__sales .auctions__sales__product .article .article__discount .dis {
	font-size: 21px;
	font-weight: 600;
	z-index: 10;
	padding-left: 7px
}

.auctions .auctions__sales .auctions__sales__product .article .article__discount .dis span {
	position: absolute;
	font-size: 14px;
	font-weight: 400;
	display: inline-block
}

.auctions .auctions__sales .auctions__sales__product .article .article__discount .article__discount__arrow {
	position: absolute;
	top: 31%;
	right: 5%;
	width: 16px;
	height: 32px;
	background-color: #d8132e;
	-webkit-transform: rotate(5deg);
	transform: rotate(21deg) skewY(36deg);
	border-radius: 2px
}

.auctions .auctions__sales .auctions__sales__product .article .article__discount:after {
	content: "";
	position: absolute;
	width: 23px;
	height: 2px;
	background-color: #ddd;
	bottom: -10px;
	right: 4px;
	-webkit-filter: blur(2px);
	filter: blur(2px);
	-webkit-transform: rotateX(65deg);
	transform: rotateX(65deg);
	border-radius: 60px;
	opacity: .9
}

.auctions .auctions__sales .auctions__sales__opportunity-remains {
	line-height: 16px;
	margin-bottom: 2px
}

.auctions .auctions__sales .auctions__sells-item--blue {
	background-image: radial-gradient(#a8659b, #994082);
	box-shadow: 0 20px 28px -6px rgba(153, 64, 130, .5)
}

.auctions .auctions__sales .auctions__sells-item--blue:before {
	background-color: #ca6fba
}

.auctions .auctions__sales .auctions__sells-item--green {
	background-image: radial-gradient(#51c433, #3bac20);
	box-shadow: 0 20px 28px -6px rgba(59, 172, 32, .5)
}

.auctions .auctions__sales .auctions__sells-item--green:before {
	background-color: #58d839
}

.auctions .auctions__sales {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	border-radius: 0 15px 15px;
	box-shadow: 0 5px 24px rgba(0, 0, 0, .17);
	height: 381px;
	padding: 10px;
	background-color: #fff
}

.auctions .auctions__sales--cat {
	margin-top: 43px
}

.auctions .auctions__sales .progress {
	height: 3px;
	position: relative;
	top: -10px;
	left: -10px
}

.auctions .auctions__sales .progress div {
	background-color: #b00e23;
	height: 100%
}

.auctions .auctions__sales .auctions__sales__product {
	margin-top: 15px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-flex: 1;
	flex: 1 0 auto
}

.auctions .auctions__sales .auctions__sales__product .head {
	padding: 0 6px;
	-webkit-box-flex: 1;
	flex: 1 0 auto
}

.auctions .auctions__sales .auctions__sales__product .head .swiper-container {
	height: 342px
}

.auctions .auctions__sales .auctions__sales__product .head .swiper-slide {
	-webkit-box-flex: 1;
	flex: 1 0 auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 0!important
}

.auctions .auctions__sales .auctions__sales__product .head__title {
	font-size: 13px;
	font-weight: 400
}

.auctions .auctions__sales .auctions__sales__product .head .discount {
	font-size: 12px;
	color: #b2b2b2;
	text-decoration: line-through
}

.auctions .auctions__sales .auctions__sales__product .head .real-price {
	font-size: 16px;
	font-weight: 600;
	text-decoration: none
}

.auctions .auctions__sales .auctions__sales__product .head .real-price span {
	font-size: 11px;
	font-weight: 400;
	padding-right: 5px
}

.auctions .auctions__sales .auctions__sales__product .article {
	position: absolute;
	bottom: 0;
	z-index: 9;
	left: 0;
	right: 0;
	top: 0
}

.auctions .auctions__sales .auctions__sales__product .article a {
	padding-top: 85px;
	display: block
}

.auctions .auctions__sales .auctions__sales__product .article .image {
	height: 200px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}

.auctions .auctions__sales .auctions__sales__product .article .image figure img {
	margin: 5px auto;
	display: block
}

.auctions .auctions__sales .auctions__sales__opportunity-remains {
	text-align: right;
	line-height: 17px;
	color: #333;
	margin-top: 38px;
	font-size: 16px;
	font-weight: 400
}

.auctions .auctions__sales .auctions__sales__opportunity-remains .small {
	font-size: 12px;
	font-weight: 400
}

.auctions .auctions__sales .auctions__sales__opportunity-remains .remains__hours,
.auctions .auctions__sales .auctions__sales__opportunity-remains .remains__minutes,
.auctions .auctions__sales .auctions__sales__opportunity-remains .remains__second {
	color: #fff;
	font-size: 12px;
	border-radius: 8px
}

.auctions .auctions__sales .auctions__sales__opportunity-remains .remains .one {
	margin-left: 3px
}

.auctions .auctions__sales .auctions__sales__opportunity-remains .remains .mouth,
.auctions .auctions__sales .auctions__sales__opportunity-remains .remains .one {
	background-color: #6e6e6e;
	width: 22px;
	height: 28px;
	text-align: center;
	border-radius: 5px;
	line-height: 30px;
	font-size: 17px;
	box-shadow: 0 2px 0 0 #424242
}

.auctions .auctions__sales .auctions__sales__opportunity-remains .remains .mouth--red,
.auctions .auctions__sales .auctions__sales__opportunity-remains .remains .one--red {
	background-color: #d9132e;
	box-shadow: 0 2px 0 0 #810e1d
}

.footer-text {
	font-weight: 700;
	margin-top: 18px;
	margin-left: 5px;
	text-align: left
}

.remains__second {
	color: #fff;
	font-size: 12px;
	border-radius: 8px
}

.remains .time-seperator {
	font-size: 22px;
	margin: 0 4px;
	color: #535353
}

.remains__day,
.remains__hours,
.remains__minutes {
	color: #fff;
	font-size: 12px;
	border-radius: 8px
}

.remains .one {
	margin-left: 5px
}

.remains .mouth,
.remains .one {
	background-color: #6e6e6e;
	width: 22px;
	height: 28px;
	text-align: center;
	border-radius: 5px;
	line-height: 34px!important;
	font-size: 20px;
	box-shadow: 0 4px 0 0 #424242;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .45);
	font-weight: 600
}

.remains .mouth--red,
.remains .one--red {
	background-color: #d9132e;
	box-shadow: 0 4px 0 0 #810e1d
}

.swiper-auction__header {
	padding-bottom: 0!important;
	background: #fff
}

@-webkit-keyframes auctions_progress {
	0% {
		width: 0
	}
	to {
		width: 100%
	}
}

@keyframes auctions_progress {
	0% {
		width: 0
	}
	to {
		width: 100%
	}
}

@media (max-width:768px) {
	.bg-auction {
		background-image: none;
		background-repeat: no-repeat;
		background-size: 416px 416px;
		background-position: -145px 17px;
		padding-bottom: 45px
	}
}

@media (max-width:992px) {
	.auctions__refresh {
		top: -20px;
		right: 5px
	}
}

.background-new {
	background-image: url(../images//bg-new-product.png);
	margin-bottom: 65px
}

.background-new,
.background-sells {
	background-position: 106% 69%;
	background-repeat: no-repeat;
	background-size: 26%;
	margin-top: 5em
}

.background-sells {
	background-image: url(../images//bg-best-sells.png);
	margin-bottom: 80px
}

.background-discount {
	background-image: url(../images//bg-discount.png);
	background-position: 106% 69%;
	background-repeat: no-repeat;
	background-size: 26%;
	margin-bottom: 76px
}

.new-product__head {
	color: #333;
	position: relative;
	margin-bottom: 30px
}

.new-product__head--new {
	margin-top: 0
}

.new-product__head__title {
	font-size: 1.95em;
	font-weight: 600;
	text-align: center;
	background-color: #fff;
	padding-left: 30px;
	font-family: iranyekan;
}

.new-product__head__title i {
	font-size: 30px;
	vertical-align: middle;
	padding-left: 18px
}

.new-product__head__separate {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: -1;
	padding-top:1em;
}

.new-product__head__more {
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	line-height: 32px;
	background-color: #fff;
	padding-right: 30px;
	position: absolute;
	left: 0;
	font-family: iranyekan;
}

.new-product__article {
	position: relative
}

.new-product__article .swiper-carosel {
	padding: 30px 20px;
	margin: -30px -20px
}

.new-product__article--shadow:after {
	content: "";
	position: absolute;
	width: 60px;
	top: 0;
	left: -80px;
	box-shadow: 31px 0 51px -16px rgba(0, 0, 0, .4);
	z-index: 101;
	border-radius: 0 60px 60px 0;
	bottom: 0
}

.new-product__article .new-product__slider__next {
	position: absolute;
	left: -9%;
	top: 50%;
	color: #d9d9d9;
	cursor: pointer;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.new-product__article .new-product__slider__next i {
	vertical-align: middle;
	font-size: 26px;
	font-weight: 700
}

.new-product__article .new-product__slider__next:hover {
	color: #d8132d
}

.new-product__article .pagination {
	position: absolute;
	left: -7%;
	top: 52%;
	display: -webkit-box!important;
	display: flex!important;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center
}

.new-product__article .pagination .swiper-pagination-bullet {
	margin-left: 6px;
	width: 10px;
	height: 10px;
	-webkit-transition: .2s;
	transition: .2s;
	position: relative;
	background: 0 0;
	opacity: 1
}

.new-product__article .pagination .swiper-pagination-bullet:before {
	content: "";
	width: 6px;
	height: 6px;
	-webkit-transition: .2s;
	transition: .2s;
	position: absolute;
	margin: 0 auto;
	background: rgba(0, 0, 0, .2);
	border-radius: 50%
}

.new-product__article .pagination .swiper-pagination-bullet-active {
	margin-top: -1px;
	background: 0 0
}

.new-product__article .pagination .swiper-pagination-bullet-active:before {
	background-color: #d8132d;
	padding: 4px
}

.new-product__slider__product-item {
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 15px;
	position: relative;
	background-color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-bottom: 1em;
	box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .1);

}

.new-product__slider__product-item .new-product__slider__product-item__title {
	position: relative;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
	top: 0;
	width: 100%;
	font-family:iranyekan;
}

.new-product__slider__product-item__title {
	font-size: 1.25em !important;
	color : #333 !important;
	line-height: 1.75;
	font-weight: 300 !important;
}	

.new-product__slider__product-item .new-product__slider__product-item__title .product-title {
	position: absolute;
	-webkit-transition: .3s;
	transition: .3s;
	top: 60px;
	left: 0;
	right: 0;
	opacity: 0;
	text-align: center;
	padding: 0 15px
}

.new-product__slider__product-item .new-product__slider__product-item__not-stock {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	padding: 1px 17px;
	border-radius: 3px;
	background-color: #cbcbcb;
	top: 22px;
	font-size: 13px;
	color: #fff
}

.new-product__slider__product-item .comming-soon {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 12px;
	font-weight: 400;
	color: #333
}

.new-product__slider__product-item .new-product__slider__product-item__color {
	position: absolute;
	top: 23px;
	left: 18px
}

.new-product__slider__product-item .new-product__slider__product-item__color ul li {
	list-style: none;
	padding: 4px;
	border-radius: 100%;
	margin-bottom: 5px
}

.new-product__slider__product-item .new-product__slider__product-item__discount {
	position: absolute;
	right: -9px;
	top: 15px;
	background-color: #d9132e;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	border-radius: 5px 5px 0;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 3px;
	min-width: 36px;
	height: 26px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective-origin: 3px 5px;
	perspective-origin: 3px 5px;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	text-align: center
}

.new-product__slider__product-item .new-product__slider__product-item__discount span {
	font-size: 12px;
	font-weight: 400;
	margin-right: -5px
}

.new-product__slider__product-item .new-product__slider__product-item__discount:after {
	content: "";
	display: block;
	-webkit-transform: rotateX(3deg);
	transform: rotateY(102deg) skewY(14deg) translateX(4px);
	background-color: #9e0d1e;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 0 50%;
	position: absolute;
	width: 99%;
	height: 100%;
	border-radius: 5px;
	right: -100%;
	top: 0
}

.new-product__slider__product-item .new-product__slider__product-item__img {
	height: 200px;
	display: -webkit-box;
}

.new-product__slider__product-item .new-product__slider__product-item__img img {
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
	width:100%;
	border-radius: 1em;
}

.new-product__slider__product-item .new-product__slider__product-item__title {
	margin: 0 auto;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 400
}

.new-product__slider__product-item .new-product__slider__product-item__footer {
	height: 77px;
	position: relative;
	margin-top: 6px;
	overflow: hidden;
	border-radius: 13px
}

.new-product__slider__product-item .new-product__slider__product-item__footer .new-product__slider__product-item__footer__add-cart {
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 100%;
	height: 106px;
	box-shadow: inset -1px 3px 4px rgba(0, 0, 0, .1);
	right: -35px;
	top: 5px;
	z-index: 5;
	background-color: #fff;
	width: 106px;
	position: absolute
}

.new-product__slider__product-item .new-product__slider__product-item__footer .new-product__slider__product-item__footer__add-cart i {
	position: absolute;
	font-size: 22px;
	right: 50%;
	top: 25%;
	-webkit-transition: .3s;
	transition: .3s
}

.new-product__slider__product-item .new-product__slider__product-item__footer .new-product__slider__product-item__footer__add-cart .add {
	position: absolute;
	background-color: #24bd4c;
	top: 36%;
	right: 63%;
	border-radius: 60px;
	width: 15px;
	height: 15px;
	text-align: center;
	color: #fff;
	line-height: 21px;
	font-size: 21px;
	font-weight: 400
}

.new-product__slider__product-item .new-product__slider__product-item__footer .new-product__slider__product-item__footer__add-cart--disable i {
	color: #c2c2c2
}

.new-product__slider__product-item .new-product__slider__product-item__footer .new-product__slider__product-item__footer__add-cart--disable .add {
	background-color: #c2c2c2
}

.new-product__slider__product-item .new-product__slider__product-item__footer .new-product__slider__product-item__footer__price {
	position: relative;
	height: 50px;
	padding-top: 41px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	width: 100%
}

.new-product__slider__product-item .new-product__slider__product-item__footer .new-product__slider__product-item__footer__price .show-description {
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	position: absolute;
	left: 28px;
	top: 34px;
	text-decoration: none;
	width: 142px;
	color: #099c30;
	font-size: 13px;
	font-weight: 400;
	opacity: 0
}

.new-product__slider__product-item .new-product__slider__product-item__footer .new-product__slider__product-item__footer__price .price {
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-transition-delay: .09s;
	transition-delay: .09s;
	position: absolute;
	left: 20px;
	width: 140px;
	font-size: 17px;
	font-weight: 400;
	margin-top: -10px;
	text-align: left;
	padding-left: 8px;
	opacity: 1
}

.new-product__slider__product-item .new-product__slider__product-item__footer .new-product__slider__product-item__footer__price .price span {
	font-size: 12px
}

.new-product__slider__product-item:hover {
	box-shadow: 0 3px 32px rgba(0, 0, 0, .16)
}

.new-product__slider__product-item:hover .new-product__slider__product-item__footer i {
	color: #0cb639
}

.new-product__slider__product-item:hover .new-product__slider__product-item__footer>.new-product__slider__product-item__footer__price .show-description {
	opacity: 1
}

.new-product__slider__product-item:hover .new-product__slider__product-item__footer>.new-product__slider__product-item__footer__price .price {
	position: absolute;
	opacity: 0
}

.new-product__slider__product-item:hover .new-product__slider__product-item__footer__add-cart {
	box-shadow: inset -1px 3px 4px rgba(10, 138, 44, .1)
}

.new-product__slider__product-item:hover .new-product__slider__product-item__footer__add-cart--disable {
	box-shadow: inset -1px 3px 4px rgba(0, 0, 0, .1)
}

.new-product__slider__product-item:hover .new-product__slider__product-item__footer__add-cart--disable i {
	color: #c2c2c2!important
}

.new-product__slider__product-item:hover .new-product__slider__product-item__footer__add-cart--disable .add {
	background-color: #c2c2c2!important
}

.new-product__slider__product-item:hover .new-product__slider__product-item__title {
	top: -31px
}

.new-product__slider__product-item:hover .new-product__slider__product-item__title .product-title {
	top: 58px;
	opacity: 1
}

.new-product__slider__product-item:hover .new-product__slider__product-item__img img {
	margin-top: -2em;
	-webkit-transform: scale(.9);
	transform: scale(.9)
}

@media (max-width:992px) {
	.new-product__slider__product-item:hover {
		box-shadow: 0 3px 3px rgba(0, 0, 0, .16)
	}
	.new-product__slider__product-item:hover .new-product__slider__product-item__footer i {
		color: #000;
		color: initial
	}
	.new-product__slider__product-item:hover .new-product__slider__product-item__footer>.new-product__slider__product-item__footer__price .show-description {
		opacity: 0
	}
	.new-product__slider__product-item:hover .new-product__slider__product-item__footer>.new-product__slider__product-item__footer__price .price {
		position: absolute;
		opacity: 1
	}
	.new-product__slider__product-item:hover .new-product__slider__product-item__footer__add-cart,
	.new-product__slider__product-item:hover .new-product__slider__product-item__footer__add-cart--disable {
		box-shadow: inset -1px 3px 4px rgba(0, 0, 0, .1)
	}
	.new-product__slider__product-item:hover .new-product__slider__product-item__footer__add-cart--disable i {
		color: #c2c2c2!important
	}
	.new-product__slider__product-item:hover .new-product__slider__product-item__footer__add-cart--disable .add {
		background-color: #c2c2c2!important
	}
	.new-product__slider__product-item:hover .new-product__slider__product-item__title {
		top: 0
	}
	.new-product__slider__product-item:hover .new-product__slider__product-item__title .product-title {
		top: 0;
		opacity: 0
	}
	.new-product__slider__product-item:hover .new-product__slider__product-item__img img {
		margin-top: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@media (max-width:991px) {
	.new-product__slider__product-item__footer__price .show-description {
		font-size: 13px!important
	}
}

@media (max-width:1500px) {
	.new-product__article .new-product__slider__next,
	.new-product__article .pagination {
		display: none!important
	}
	.background-discount,
	.background-new,
	.background-sells {
		background-image: none
	}
}

@media (max-width:1200px) and (min-width:992px) and (hover:hover) {
	.new-product__slider__product-item__footer__price .show-description {
		font-size: 11px!important
	}
	.new-product__slider__product-item__footer__price :hover .show-description {
		left: 10px!important
	}
}

.swiper-slide a {
	text-decoration: none;
	color: inherit
}

@media (max-width:576px) {
	.swiper-carosel {
		padding: 15px!important;
		margin: -15px!important
	}
}






.category_index {
	margin-bottom: 65px;
	background-color: #f7f7f7;
	padding: 29px 10px;
	position: relative;
	overflow: hidden
}

.category_index a {
	text-decoration: none;
	color: inherit
}

.category_index i {
	font-size: 45px
}

.category_index__item {
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
	color: silver;
	cursor: pointer;
	border-radius: 8px;
	width: 103px;
	height: 128px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-size: 45px
}

.category_index__item:hover {
	background-color: #fff;
	color: #4d4d4d;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
}

.category_index__title {
	padding-top: 22px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400
}

.category_index:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 196px;
	background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, .9)), to(transparent));
	background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .9), transparent);
	z-index: 1
}

@media (max-width:768px) {
	.category_index:after {
		display: none
	}
}

.brands {
	margin-top: 67px;
	background-color: #f7f7f7;
	padding: 29px 10px;
	position: relative;
	overflow: hidden
}

.brands .brands__item {
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
	color: #333;
	cursor: pointer;
	border-radius: 8px;
	width: 143px;
	height: 128px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}

.brands .brands__item:hover {
	background-color: #fff;
	color: #4d4d4d;
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .2)
}

.brands .brands__item figure {
	margin-bottom: 0;
	padding: 10px
}

.brands .brands__item figure img {
	width: 100%;
	height: auto
}

.brands:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 196px;
	background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, .9)), to(transparent));
	background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .9), transparent);
	z-index: 1
}

@media (max-width:768px) {
	.brands:after {
		display: none
	}
}

.background-package {
	background-image: url(../images//bg-package.png);
	background-position: 105% 58%;
	background-repeat: no-repeat;
	background-size: 26%
}

.suggested-packages {
	margin-top: 65px
}

.suggested-packages .suggested-packages__head {
	color: #333;
	position: relative
}

.suggested-packages .suggested-packages__head .suggested-packages__head__title {
	font-size: 20px;
	font-weight: 600;
	background-color: #fff;
	z-index: 2;
	padding-left: 30px
}

.suggested-packages .suggested-packages__head .suggested-packages__head__title i {
	font-size: 30px;
	vertical-align: middle;
	padding-left: 18px
}

.suggested-packages .suggested-packages__head .suggested-packages__head__separate {
	width: 95%;
	height: 10px;
	position: absolute;
	margin-right: 24px;
	margin-left: 16px;
	z-index: -1
}

.suggested-packages .suggested-packages__head .suggested-packages__head__more {
	font-size: 13px;
	font-weight: 400;
	margin-top: 6px;
	background-color: #fff;
	z-index: 2;
	padding-right: 30px
}

.suggested-packages .suggested-packages__article {
	margin-top: 29px
}

.suggested-packages .suggested-packages__article .package__swiper {
	padding: 20px 10px
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 17px rgba(0, 0, 0, .1);
	position: relative
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item .suggested-packages__article__item__footer {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 35px;
	margin-bottom: 10px;
	padding: 0 30px 38px
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item .suggested-packages__article__item__footer .suggested-packages__article__item__footer__prices .suggested-packages__article__item__footer__prices__save {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
	color: #333
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item .suggested-packages__article__item__footer .suggested-packages__article__item__footer__prices .suggested-packages__article__item__footer__prices__save .unit {
	font-size: 12px;
	font-weight: 600
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item .suggested-packages__article__item__footer .suggested-packages__article__item__footer__prices .suggested-packages__article__item__footer__prices__all {
	font-size: 16px;
	font-weight: 700;
	color: #d8132e;
	margin-top: 7px
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item .suggested-packages__article__item__footer .suggested-packages__article__item__footer__prices .suggested-packages__article__item__footer__prices__all .unit {
	font-size: 12px;
	font-weight: 600
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item .suggested-packages__article__item__footer__show {
	margin-right: 40px
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item .suggested-packages__article__item__footer__show a {
	background-color: #d8132e;
	border-radius: 10px;
	color: #fff;
	padding: 14px 18px;
	text-decoration: none;
	font-size: 13px;
	width: 158px;
	display: inline-block;
	margin-top: 5px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .15)
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item .suggested-packages__article__item__footer__show a span i {
	font-size: 17px;
	vertical-align: middle;
	position: relative
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item .suggested-packages__article__item__footer__show a span .add {
	position: absolute;
	left: -6px;
	top: 10px;
	color: #d8132e;
	background-color: #fff;
	border-radius: 60px;
	width: 15px;
	height: 15px;
	font-size: 21px;
	text-align: center;
	line-height: 21px
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item .suggested-packages__article__item__multi-page {
	position: absolute;
	height: 65px;
	top: 89%;
	left: 2%;
	right: 2%;
	box-shadow: 0 8px 3px -5px rgba(0, 0, 0, .07);
	z-index: -7;
	border-radius: 15px
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item .multi-page--two {
	top: 98.5%;
	left: 5%;
	right: 5%;
	height: 25px
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item__header {
	margin-bottom: 30px;
	padding: 15px 10px 0
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item__header .title {
	color: #d8132d;
	padding-right: 20px;
	padding-top: 15px;
	font-size: 19px;
	font-weight: 600
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item__header .count-product {
	color: #c1c1c1;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 13px;
	font-weight: 400
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item__list-product {
	padding: 0 40px;
	position: relative
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item__list-product .navigation {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item__list-product .navigation i {
	-webkit-transition: .3s;
	transition: .3s;
	color: #d8132d
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item__list-product .package__child-next {
	left: 18px
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item__list-product .package__child-next.swiper-button-disabled i {
	color: #d3d3d3
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item__list-product .package__child-prev {
	right: 18px
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item__list-product .package__child-prev.swiper-button-disabled i {
	color: #d3d3d3
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item__list-product .package__swiper-child {
	padding: 10px;
	margin-right: 0;
	margin-left: 0
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item__list-product .product {
	text-align: center;
	padding: 40px 20px;
	border: 1.5px dashed #d1d1d1;
	border-radius: 10px;
	cursor: pointer;
	height: 290px;
	-webkit-transition: .3s;
	transition: .3s;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item__list-product .product .product__image {
	display: -webkit-box;
	display: flex;
	height: 150px;
	-webkit-box-pack: center;
	justify-content: center
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item__list-product .product .product__image img {
	-webkit-box-align: center;
	align-items: center
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item__list-product .product .product__title {
	font-size: 14px;
	font-weight: 700;
	color: #373737;
	margin-top: 44px
}

.suggested-packages .suggested-packages__article .suggested-packages__article__item__list-product .product:hover {
	border-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

@media (max-width:1200px) {
	.suggested-packages__article__item__footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
}

.sells-type {
	margin-top: 70px
}

.sells-type figure {
	margin: 0
}

.sells-type figure img {
	width: 100%;
	height: auto;
	box-shadow: 0 10px 20px -3px rgba(0, 0, 0, .25);
	border-radius: 15px
}

.--specially-discount {
	margin-top: 66px
}

.--specially-discount .new-product__head {
	color: #d8132e;
	margin-bottom: 15px!important
}

.--specially-discount .new-product__head .new-product__head__title {
	font-size: 1.95em;
	font-weight: 400
}

.--specially-discount .new-product__head .new-product__head__title i {
	padding-left: 18px
}

.--specially-discount .new-product__head .new-product__head__separate hr {
	border: none;
	border-bottom: 1.5px dashed #a6a6a6
}

.--specially-discount .new-product__head .new-product__head__more {
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	line-height: 30px
}

.--specially-discount .add {
	background-color: #d8132e!important
}

.web-logs {
	position: relative;
	margin-top: 62px;
	overflow: hidden
}

.web-logs a {
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.web-logs .shape-blog {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background-image: url(../images//Shape-blog.png);
	background-size: 469px 76px;
	background-repeat: no-repeat;
	width: 172px;
	height: 60px;
	background-position: -173px -48px
}

.web-logs .shape-blog span {
	position: absolute;
	left: 40%;
	top: -2px;
	font-size: 16px;
	font-weight: 700
}

.web-logs .web-logs__item {
	background-color: #29556e;
	border-left: 1px solid #fff;
	height: 271px;
	overflow: hidden;
	position: relative;
	cursor: pointer
}

.web-logs .web-logs__item .web-logs__item__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.web-logs .web-logs__item .web-logs__item__image img {
	min-width: 100%;
	min-height: 100%
}

.web-logs .web-logs__item .web-logs__item__opacity {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	height: 100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.web-logs .web-logs__item .web-logs__item__opacity span {
	display: block;
	text-align: center;
	color: #fff;
	padding: 14px 10px
}

.web-logs .web-logs__item .web-logs__item__opacity .web-logs__item__opacity__minutes {
	font-size: 12px;
	padding-top: 51px
}

.web-logs .web-logs__item .web-logs__item__opacity .web-logs__item__opacity__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 35.01px;
	padding: 13px 28px 0;
	color: #fff;
	text-align: center
}

.web-logs .web-logs__item .web-logs__item__opacity .web-logs__item__opacity__like {
	font-size: 15px;
	font-weight: 400;
	padding-top: 37px
}

.web-logs .web-logs__item .web-logs__item__opacity .web-logs__item__opacity__like i {
	vertical-align: middle;
	color: #d8132d;
	padding-right: 5px
}

.web-logs .web-logs__item .web-logs__item__wave {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 60%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.web-logs .web-logs__item .web-logs__item__wave .web-logs__item__wave-animate {
	position: absolute;
	overflow: visible;
	opacity: .9;
	width: 100%;
	height: 100%;
	top: -30%;
	left: 0
}

.web-logs .web-logs__item .web-logs__item__wave .web-logs__item__wave-animate .wave {
	position: absolute;
	top: 10px
}

.web-logs .web-logs__item .web-logs__item__wave>span {
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	padding: 12px 10px;
	position: absolute
}

.web-logs .web-logs__item .web-logs__item__wave .web-logs__item__wave__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 35.01px;
	padding-right: 28px;
	padding-left: 28px
}

.web-logs .web-logs__item .web-logs__item__wave .web-logs__item__wave__more {
	font-size: 14px;
	font-weight: 400;
	padding-top: 39px!important;
	bottom: 20px;
	text-shadow: 0 3px 6px rgba(0, 0, 0, .5)
}

.web-logs .web-logs__item .web-logs__item__wave .web-logs__item__wave__more a {
	color: inherit;
	text-decoration: none
}

.web-logs .web-logs__item .web-logs__item__wave .web-logs__item__wave__more span {
	display: inline-block;
	letter-spacing: 1px;
	padding: 0 12px 0 0;
	font-size: 30px
}

.web-logs .web-logs__item:hover>.web-logs__item__wave {
	top: 45%
}

.web-logs .web-logs__item:hover>.web-logs__item__opacity {
	opacity: 0
}

@media (min-width:320px) {
	.web-logs__item__opacity__title,
	.web-logs__item__wave__title {
		font-size: 18px!important
	}
}

@media (min-width:992px) {
	.web-logs__item__opacity__title,
	.web-logs__item__wave__title {
		font-size: 24px!important
	}
}

@media (max-width:992px) {
	.web-logs .shape-blog {
		left: 10px!important
	}
}

.parent-post {
	margin-top: 20px;
	flex-wrap: nowrap!important;
	padding-bottom: 10px
}

.parent-post--panel {
	padding-bottom: 120px
}

.post__item {
	color: #333
}

.post__item span {
	font-size: 14px;
	display: block;
	text-align: center
}

.post__item__logo {
	padding: 37px 40px 25px
}

.post__item__logo i {
	font-size: 54px
}

.post__item__title {
	font-size: 12px;
	font-weight: 400
}

.post-panel {
	box-shadow: none;
	padding: 40px 0
}

.post-panel:after {
	content: "";
	display: block;
	height: 18px;
	border-radius: 60px 60px 0 0;
	box-shadow: 0 -19px 32px -8px rgba(0, 0, 0, .4);
	width: 100%;
	margin: 55px auto 0;
	-webkit-transform: rotateX(75deg);
	transform: rotateX(71deg)
}

@media (max-width:1200px) {
	.parent-post {
		overflow: scroll
	}
}

@media (max-width:992px) {
	.parent-post {
		overflow: scroll
	}
	.site-footer {
		margin-top: 120px!important
	}
}

.remodal .thumbs-next {
	position: absolute;
	right: 50%;
	-webkit-transform: translate(50%);
	transform: translate(50%);
	top: 0;
	width: 25px;
	height: 25px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .12);
	z-index: 10;
	cursor: pointer;
	text-align: center;
	line-height: 25px;
	font-size: 10px;
	-webkit-transition: .3s;
	transition: .3s
}

.remodal .thumbs-next i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	display: inline-block
}

.remodal .thumbs-prev {
	position: absolute;
	right: 50%;
	-webkit-transform: translate(50%);
	transform: translate(50%);
	bottom: 0;
	width: 25px;
	height: 25px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .12);
	z-index: 10;
	cursor: pointer;
	text-align: center;
	line-height: 25px;
	font-size: 10px;
	-webkit-transition: .3s;
	transition: .3s
}

.remodal .thumbs-prev i {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block
}

.remodal .gallery-single {
	height: 600px
}

.remodal .gallery-single img {
	max-height: 100%;
	width: auto
}

.remodal .gallery-single .swiper-slide {
	background-color: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}

.remodal .gallery-thumbs {
	position: relative;
	height: 600px
}

.remodal .gallery-thumbs .swiper-slide {
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border-left: 2px solid #ddd;
	opacity: .3
}

.remodal .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
	border-color: #d9132e
}

.remains--header {
	margin-right: 15px
}

.remains--header .colon {
	font-size: 17px;
	font-weight: 400;
	margin: 0 4px
}

.remains--header .mouth,
.remains--header .one {
	background-color: #bdbdbd;
	box-shadow: none
}

.remains--header .mouth--red,
.remains--header .one--red {
	background-color: #d8132d;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .17)
}

.modal-image-products {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 10;
	padding: 25px 92px
}

.modal-image-products .parrent-item-image {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #fff
}

.modal-active {
	overflow: hidden
}

.margin-top-dynamic {
	margin-top: 60px!important
}

.product-info .product-info__head {
	position: relative;
	margin-top: 45px;
	margin-bottom: 23px
}

.product-info .product-info__head .product-info__title {
	z-index: 4;
	background-color: #fff;
	padding-left: 42px
}

.product-info .product-info__head .product-info__title img {
	max-width: 100%;
	height: auto;
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.product-info .product-info__head .product-info__separate {
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	top: 4px
}

.product-info__remain {
	font-size: 12px;
	font-weight: 400;
	color: #898989;
	text-align: right!important;
	padding-right: 30px;
	background-color: #fff;
	z-index: 4
}

.product-info__remain .text-big {
	font-size: 15px;
	font-weight: 400
}

.product-info .product-info__article {
	margin-top: 16px
}

.product-info .product-info__article .product-info__images {
	position: relative;
	z-index: 5;
	box-shadow: 0 -18px 55px -15px rgba(0, 0, 0, .1);
	border-radius: 18px;
	height: 608px;
	padding-top: 96px
}

.product-info .product-info__article .product-info__images figure {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative
}

.product-info .product-info__article .product-info__images figure:after {
	content: "";
	position: absolute;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	background-color: rgba(0, 0, 0, .3);
	-webkit-transform: rotateX(10deg);
	transform: rotateX(76deg);
	left: 40%;
	right: 40%;
	bottom: -20px;
	height: 10px
}

.product-info .product-info__article .product-info__images .gallery {
	box-shadow: 0 17px 25px -30px rgba(0, 0, 0, .5);
	margin-top: 90px;
	padding-bottom: 26px
}

.product-info .product-info__article .product-info__images .gallery>div {
	height: 100%
}

.product-info .product-info__article .product-info__images .gallery .p-gallery {
	padding: 5px
}

.product-info .product-info__article .product-info__images .gallery .gallery__item {
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .14);
	border-radius: 6px;
	margin: 0 auto;
	padding: 5px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.product-info .product-info__article .product-info__images .gallery .gallery__item:hover {
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1)
}

.product-info .product-info__article .show-all-images {
	text-align: center;
	color: #333
}

.product-info .product-info__article .show-all-images:hover i {
	color: #d9132e
}

.product-info .product-info__article .show-all-images a {
	padding: 30px 0;
	cursor: pointer;
	display: inline-block
}

.product-info .product-info__article .show-all-images a i {
	font-size: 24px;
	vertical-align: middle;
	padding-left: 10px;
	-webkit-transition: .3s;
	transition: .3s
}

.product-info .product-info__article .product-info__desc {
	padding: 7px 5px 20px 0
}

.product-info .product-info__article .category-title {
	text-align: right
}

.product-info .product-info__article .category-title span {
	color: #fff;
	background-color: #d8132d;
	font-size: 12px;
	font-weight: 500;
	padding: 1px 3px;
	border-radius: 5px
}

.product-info .product-info__article .model {
	margin-top: 16px
}

.product-info .product-info__article .model .model__title {
	text-align: right;
	font-size: 17px;
	font-weight: 600;
	line-height: 30px
}

.product-info .product-info__article .model .model__device {
	color: #b8b8b8;
	margin-top: 2px
}

.product-info .product-info__article .model .model__device span {
	font-size: 12px;
	color: #b8b8b8
}

.product-info .product-info__article .description {
	overflow: hidden;
	margin-top: 5px;
	font-size: 13px;
	font-weight: 400;
	line-height: 31px;
	border: none;
	padding-right: 0!important
}

.product-info .product-info__article .description .description__feathers {
	text-align: right;
	max-width: 205px
}

.product-info .product-info__article .description .description__feathers>span {
	-webkit-transition: .3s;
	transition: .3s
}

.product-info .product-info__article .description .description__feathers>span:hover {
	color: #d9132e
}

.product-info .product-info__article .description .description__feathers ul {
	padding-right: 2px;
	margin-bottom: 10px
}

.product-info .product-info__article .description .description__feathers ul li {
	list-style: none;
	padding: 5px 0;
	line-height: 21px;
	font-size: 12px;
	font-weight: 600;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.product-info .product-info__article .description .description__feathers ul li .title {
	display: inline-block
}

.product-info .product-info__article .description .description__feathers>span {
	display: block;
	text-align: right;
	font-size: 14px;
	font-weight: 600
}

.product-info .product-info__article .description .description__feathers>span span {
	border-bottom: 1px solid #bfbfbf
}

.product-info .product-info__article .description .description__feathers>span i {
	vertical-align: middle;
	font-size: 11px;
	padding-right: 6px;
	padding-top: 3px
}

.product-info .product-info__article .description .description__caption {
	text-align: right;
	max-width: 500px
}

.product-info .product-info__article .description .description__caption .caption {
	text-align: justify;
	line-height: 30px;
	font-size: 13px;
	margin-bottom: 14px;
	color: #333
}

.product-info .product-info__article .description .description__caption>span {
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
	text-align: right;
	font-size: 14px;
	font-weight: 600
}

.product-info .product-info__article .description .description__caption>span:hover {
	color: #d9132e
}

.product-info .product-info__article .description .description__caption>span span {
	border-bottom: 1px solid #bfbfbf
}

.product-info .product-info__article .description .description__caption>span i {
	vertical-align: middle;
	font-size: 11px;
	padding-right: 6px;
	padding-top: 3px
}

.product-info .product-info__article .description:after {
	margin: 23px 0 42px
}

.product-info .product-info__article .description:after,
.product-info .product-info__article .description:before {
	content: "-------------------------------------------------------------------------------------------";
	font-size: 12px;
	display: block;
	height: 1px;
	width: 100%;
	letter-spacing: 6px;
	color: #bfbfbf;
	white-space: nowrap
}

.product-info .product-info__article .description:before {
	margin-bottom: 37px
}

.product-info .product-info__article .description.after_none:after {
	display: none!important
}

.product-info .product-info__article .color-product .title {
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	color: #333;
	padding-right: 2px
}

.product-info .product-info__article .color-product .colors {
	text-align: right;
	margin-right: 32px;
	margin-left: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse
}

.product-info .product-info__article .color-product .colors .col {
	margin-left: 15px
}

.product-info .product-info__article .color-product .colors input[type=radio] {
	display: none
}

.product-info .product-info__article .color-product .colors input[type=radio]:checked+.colors__color i {
	color: #fff
}

.product-info .product-info__article .color-product .colors input[type=radio]:checked+.colors__color i.white {
	color: #000
}

.product-info .product-info__article .color-product .colors .colors__color {
	cursor: pointer;
	min-width: 72px;
	padding: 6px 10px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
	font-size: 13px;
	margin-bottom: 0;
	color: #fff
}

.product-info .product-info__article .color-product .colors .colors__color i {
	font-size: 9px;
	vertical-align: middle;
	padding-top: 6px;
	color: rgba(0, 0, 0, .1);
	-webkit-transition: .3s;
	transition: .3s;
	margin-right: 12px
}

.product-info .product-info__article .color-product .registered {
	font-size: 13px;
	font-weight: 700;
	color: #333;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.product-info .product-info__article .color-product .registered i {
	color: #e1e1e1;
	font-size: 32px;
	padding-left: 15px;
	position: relative
}

.product-info .product-info__article .color-product .registered i i {
	position: absolute;
	color: #16b342;
	font-size: 12px;
	right: 7px;
	top: 10px
}

.product-info .product-info__article .seller-option .seller-option__item {
	position: relative;
	border-radius: 8px;
	border: 1px solid #dcdcdc;
	padding: 18px 0 14px;
	margin-bottom: 7px;
	margin-top: 30px!important
}

.product-info .product-info__article .seller-option .seller-option__item select {
	display: none
}

.product-info .product-info__article .seller-option .seller-option__item .selectize-input {
	width: 200px
}

.product-info .product-info__article .seller-option .seller-option__item .arrow {
	font-size: 12px;
	vertical-align: middle;
	padding-left: 10px;
	color: #797979
}

.product-info .product-info__article .seller-option .seller-option__item .icon-guarantee-defender {
	text-align: center;
	font-size: 42px;
	position: relative;
	color: #e1e1e1;
	vertical-align: middle;
	margin-right: 3px
}

.product-info .product-info__article .seller-option .seller-option__item .icon-guarantee-defender i {
	position: absolute;
	font-size: 20px;
	left: 40%;
	top: 20%;
	color: #d8132d
}

.product-info .product-info__article .seller-option .seller-option__item .icon-memory-square {
	text-align: center;
	font-size: 37px;
	position: relative;
	color: #e1e1e1;
	vertical-align: middle;
	margin-right: 3px;
	padding-top: 3px
}

.product-info .product-info__article .seller-option .seller-option__item .icon-memory-square i {
	position: absolute;
	font-size: 23px;
	left: 38%;
	top: 18%;
	color: #d8132d
}

.product-info .product-info__article .seller-option .seller-option__item .title {
	text-align: right
}

.product-info .product-info__article .seller-option .seller-option__item .title p {
	margin-bottom: 5px
}

.product-info .product-info__article .seller-option .seller-option__item .title .title__option {
	color: #959595;
	font-size: 12px
}

.product-info .product-info__article .seller-option .seller-option__item .title .title__option-fa {
	font-size: 16px;
	padding-right: 0!important;
	margin-top: 6px
}

.product-info .product-info__article .seller-option .seller-option__item .drop-down {
	color: #8e8e8e;
	font-weight: 700;
	position: absolute;
	top: 36%;
	left: 5%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.product-info .product-info__article .seller-option:after {
	content: "-------------------------------------------------------------------------------------------";
	font-size: 12px;
	display: block;
	letter-spacing: 6px;
	color: #bfbfbf;
	margin: 22px 0 20px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden
}

.product-info .product-info__article .drop-down-item-option {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding-right: 0;
	border: 1px solid #dcdcdc;
	border-radius: 0 0 8px 8px;
	background-color: #fff;
	z-index: 4;
	overflow: hidden
}

.product-info .product-info__article .drop-down-item-option li {
	list-style: none;
	border-bottom: 1px solid #dcdcdc;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	padding: 8px
}

.product-info .product-info__article .drop-down-item-option li:last-child {
	border-bottom: none
}

.product-info .product-info__article .drop-down-item-option li:hover {
	background-color: #dcdcdc
}

.product-info .product-info__article .price-options .price-options__add-cart {
	position: relative;
	cursor: pointer;
	height: 59px;
	background-color: #24bd4c;
	border-radius: 8px;
	color: #fff;
	padding: 15px 25px;
	-webkit-transition: .3s;
	transition: .3s;
	text-align: right;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .15);
	font-size: 15px;
	font-weight: 400
}

.product-info .product-info__article .price-options .price-options__add-cart:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .15)
}

.product-info .product-info__article .price-options .price-options__add-cart i {
	vertical-align: middle;
	font-size: 20px;
	padding-left: 30px
}

.product-info .product-info__article .price-options .price-options__add-cart span {
	display: inline-block
}

.product-info .product-info__article .price-options .price-options__add-cart:after {
	content: "+";
	width: 15px;
	height: 15px;
	border-radius: 60px;
	text-align: center;
	line-height: 20px;
	background-color: #fff;
	color: #24bd4c;
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	right: 37px;
	top: 29px
}

.product-info .product-info__article .price-options .price-options__add-cart.added:after {
	display: none
}

.product-info .product-info__article .price-options .price-options__next-buy {
	padding-top: 19px;
	font-weight: 700;
	font-size: 12px;
	margin-right: 30px
}

.product-info .product-info__article .price-options .price-options__next-buy i {
	font-size: 20px;
	cursor: pointer
}

.product-info .product-info__article .price-options .price-options__next-buy i.active {
	color: #d9132e
}

.product-info .product-info__article .price-options .price-options__next-buy span {
	cursor: pointer
}

.product-info .product-info__article .price-options .price-options__next-buy span.active {
	color: #d9132e
}

.product-info .product-info__article .price-options .price-options__price {
	padding-top: 11px;
	position: relative
}

.product-info .product-info__article .price-options .price-options__price .price-discount {
	text-align: left;
	font-size: 13px;
	color: #b7b7b7;
	text-decoration: line-through;
	margin-left: 6px;
	padding-top: 3px
}

.product-info .product-info__article .price-options .price-options__price .price {
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	padding-left: 18px;
	text-decoration: none
}

.product-info .product-info__article .price-options .price-options__price .price .unit {
	font-size: 12px;
	font-weight: 600;
	text-align: left;
	line-height: 4px
}

.product-info .product-info__article .price-options .price-options__price .discount {
	position: relative;
	background-color: #d8132d;
	height: 34px;
	width: 34px;
	text-align: center;
	color: #fff;
	border-radius: 100% 15px 100% 100%;
	font-size: 15px;
	font-weight: 500;
	padding: 7px 8px
}

.product-info .product-info__article .price-options .price-options__price .discount--none {
	display: none
}

.product-info .product-info__article .price-options .price-options__price .discount .numb {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -.96px
}

.product-info .product-info__article .price-options .price-options__price .discount .percent {
	position: absolute;
	font-size: 7px;
	top: 2px;
	right: 5px
}

.no-valid {
	font-size: 18px;
	font-weight: 400;
	color: #9e0d1e
}

.not-register i {
	color: #9e0d1e!important
}

@media (min-width:320px) {
	.product-info__desc {
		padding-bottom: 20px;
		padding-right: 0!important;
		padding-top: 7px;
		padding-left: 20px
	}
	.price-options__price .discount {
		font-size: 14px!important
	}
	.price-options__next-buy {
		text-align: center
	}
	.price-options__next-buy i {
		vertical-align: middle;
		padding-left: 13px
	}
	.seller-option .title__option-fa {
		font-size: 12px!important
	}
	.seller-option div:nth-of-type(2n) {
		padding-right: 0!important
	}
	.seller-option div:nth-of-type(odd) {
		padding-left: 0!important
	}
}

@media (min-width:576px) {
	.product-info__desc {
		padding-bottom: 20px;
		padding-right: 5px!important;
		padding-top: 7px;
		padding-left: 20px
	}
	.seller-option .title__option-fa {
		font-size: 14px!important
	}
}

@media (min-width:768px) {
	.price-options__price .discount {
		font-size: 18px!important
	}
	.price-options__next-buy {
		text-align: inherit;
		font-size: 12px!important
	}
	.price-options__next-buy i {
		vertical-align: middle;
		padding-left: 13px
	}
	.price-options__next-buy span {
		-webkit-transition: .3s;
		transition: .3s
	}
	.price-options__next-buy span:hover {
		color: #d9132e
	}
	.seller-option div:nth-of-type(2n) {
		padding-right: 15px!important
	}
	.seller-option div:nth-of-type(odd) {
		padding-left: 15px!important
	}
}

@media (max-width:992px) {
	.remodal .thumbs-next {
		top: 50%;
		right: 0
	}
	.remodal .thumbs-next i {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	.remodal .thumbs-prev {
		top: 50%;
		left: 0;
		right: auto
	}
	.remodal .thumbs-prev i {
		-webkit-transform: rotate(0deg)!important;
		transform: rotate(0deg)!important
	}
	.remodal .gallery-single {
		height: auto!important;
		padding: 40px 0 60px!important;
		margin: 0!important
	}
	.remodal .gallery-thumbs .swiper-slide {
		border-bottom: 2px solid #ddd;
		border-left: none;
		padding-bottom: 10px
	}
	.remodal .gallery-thumbs {
		height: auto
	}
}

.wrapper-related {
	position: relative
}

.wrapper-related .related-product__next--accessories {
	position: absolute;
	cursor: pointer;
	background-color: #d8132d;
	color: #fff;
	width: 30px;
	height: 31px;
	border-radius: 60px;
	top: 50%;
	left: -1.1%;
	box-shadow: 0 0 12px rgba(216, 19, 45, .8);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 110
}

.wrapper-related .related-product__next--accessories i {
	position: absolute;
	top: 28%;
	left: 8px
}

.wrapper-related .related-product__next--accessories:hover {
	background-color: #d8132d
}

.related-product {
	overflow: hidden;
	position: relative;
	margin-top: 35px;
	padding: 10px;
	background-color: #f7f7f7;
	border-radius: 20px
}

.related-product .product-item--related {
	margin-top: 0
}

.related-product .related-product__title {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 130px;
	height: 35px;
	top: 0;
	right: 90px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	z-index: 2;
	background-color: #fff;
	box-shadow: 0 -40px 57px #000;
	color: #333
}

.related-product .related-product__title:after {
	content: "";
	position: absolute;
	background-image: url(../images//bg-re-pr-right.svg);
	background-size: cover;
	width: 60px;
	height: 100%;
	left: 100%
}

.related-product .related-product__title:before {
	content: "";
	position: absolute;
	background-image: url(../images//bg-re-pr-left.svg);
	background-size: cover;
	width: 60px;
	height: 100%;
	right: 100%
}

.related-product .related-product__next {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: absolute;
	width: 40px;
	top: 15px;
	bottom: 15px;
	background-color: hsla(0, 0%, 100%, .8);
	border-radius: 10px;
	left: 13px;
	box-shadow: 0 5px 38px rgba(0, 0, 0, .1);
	color: #d8132d;
	cursor: pointer;
	z-index: 110
}

.related-product .related-product__next i {
	position: absolute;
	top: 50%;
	left: 15px
}

.related-product .related-product__next:hover {
	background-color: #fff
}

.related-product .related-product__next.swiper-button-disabled {
	display: none
}

.related-product .related-product__prev {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: absolute;
	width: 40px;
	top: 15px;
	bottom: 15px;
	background-color: hsla(0, 0%, 100%, .8);
	border-radius: 10px;
	right: 13px;
	box-shadow: 0 5px 38px rgba(0, 0, 0, .1);
	color: #d8132d;
	cursor: pointer;
	z-index: 110
}

.related-product .related-product__prev i {
	position: absolute;
	top: 50%;
	left: 15px
}

.related-product .related-product__prev:hover {
	background-color: #fff
}

.related-product .related-product__prev.swiper-button-disabled {
	display: none
}

.related-product .new-product__warpper {
	padding: 15px
}

@media (min-width:320px) {
	.related-product {
		position: relative;
		padding: 20px
	}
}

@media (min-width:576px) {
	.related-product {
		position: relative;
		padding: 10px
	}
}

.features-product {
	margin-top: 50px
}

.features-product__head .tabs {
	text-align: right;
	margin-bottom: 29px
}

.features-product__head .tabs ul {
	padding-right: 0;
	margin-bottom: 0
}

.features-product__head .tabs ul li {
	list-style: none;
	display: inline-block;
	padding: 8px 13px;
	color: #b2b2b2;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
	border-radius: 8px
}

.features-product__head .tabs ul li.active {
	background-color: #d8132d;
	border-radius: 8px;
	color: #fff;
	box-shadow: 0 11px 10px -8px rgba(216, 19, 45, .5)
}

.features-product__head .title {
	text-align: left
}

.features-product__head .title__technical {
	color: #333;
	font-size: 22px;
	font-weight: 600
}

.features-product__head .title__model {
	color: #c1c1c1;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .26px;
	line-height: 10px
}

.item__table {
	display: table;
	text-align: right;
	width: 100%
}

.item__table .item__row {
	display: table-row
}

.item__table .item__row:last-child .item__cell {
	border-bottom: none;
	padding-bottom: 0
}

.item__table .item__row .item__cell {
	display: table-cell;
	border-bottom: 1px solid #e3e3e3;
	border-left: 30px solid #fff;
	padding: 15px 0;
	font-size: 13px;
	font-weight: 500
}

.item__table .item__row .item__cell--title {
	width: 165px
}

.weaknesses_strengths {
	padding-left: 19px
}

.weaknesses_strengths.green {
	color: #2fa120
}

.weaknesses_strengths.red {
	color: #d8132d
}

@media (max-width:992px) {
	.features-product__head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse
	}
	.features-product__head .tabs {
		overflow: scroll
	}
	.features-product__head .title {
		text-align: right;
		margin-bottom: 20px
	}
}

.review {
	margin-top: 41px
}

.review__activer {
	position: absolute;
	background-color: #d9132e;
	width: 1px;
	height: 30px;
	left: 7px;
	z-index: 1;
	top: 7px;
	-webkit-transition: .3s;
	transition: .3s
}

.review--single-package {
	margin-top: 35px
}

.review__head {
	text-align: right;
	margin-bottom: 30px
}

.review__head .review__title--head {
	font-size: 22px;
	font-weight: 600;
	line-height: 35px;
	margin-bottom: 0
}

.review__head .review__title--model {
	color: #c1c1c1;
	font-size: 13px;
	font-weight: 400
}

.review__article .review__list-review {
	overflow: hidden;
	position: -webkit-sticky;
	position: sticky;
	top: 10px;
	text-align: right;
	width: 126px;
	padding-top: 15px
}

.review__article .review__list-review ul {
	padding-right: 0;
	position: relative
}

.review__article .review__list-review ul:after {
	content: "---------------------------------------";
	display: block;
	position: absolute;
	color: #c2c2c2;
	font-size: 14px;
	font-weight: 400;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	letter-spacing: 5.6px;
	left: 16px;
	top: 0;
	-webkit-transform-origin: left top;
	transform-origin: left top
}

.review__article .review__list-review li {
	list-style: none;
	line-height: 41px
}

.review__article .review__list-review li>a {
	font-size: 14px;
	font-weight: 400;
	color: #a3a3a3;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.review__article .review__list-review li.active a {
	color: #d8132d
}

.review__content * {
	color: #333!important;
	max-width: 100%!important
}

.review__content a {
	color: #d8132e!important
}

.review__content h2,
.review__content h3 {
	font-size: 20px!important;
	font-weight: 600!important;
	line-height: 51px!important;
	margin-bottom: 6px!important
}

.review__content h3 {
	font-size: 15px!important
}

.review__content p {
	text-align: justify!important;
	font-size: 14px!important;
	font-weight: 400!important;
	color: #333!important;
	line-height: 34px!important
}

.review__content img {
	display: block!important;
	margin: 64px auto 38px!important;
	height: 100%!important
}

.review__content .item {
	color: #333!important;
	text-align: right
}

@media (min-width:320px) {
	.review__content .item {
		padding: 10px
	}
	.review__article .review__list-review ul li {
		display: inline-block;
		padding: 0 10px
	}
}

.review__list-review--responsive {
	width: 100%!important;
	white-space: nowrap;
	background-color: #fff;
	position: relative;
	top: 0!important
}

.review__list-review--responsive:after {
	content: "---------------------------------------------------------------------------------------------------------------------";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	color: #c2c2c2;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 5.6px
}

.review__list-review--responsive ul {
	display: -webkit-box;
	display: flex;
	overflow-x: scroll;
	overflow-y: hidden;
	flex-wrap: nowrap;
	padding-bottom: 10px
}

.review__list-review--responsive ul:after {
	display: none!important
}

@media (min-width:768px) {
	.review__content .item {
		padding: 10px
	}
	.review__article .review__list-review ul li {
		display: block;
		padding: 0 5px
	}
}

.not-review {
	margin-top: 40px
}

.features-post {
	background-color: #f7f7f7;
	border-radius: 20px;
	padding: 24px 44px;
	margin-top: 51px
}

.features-post__item {
	color: #333;
	height: 37px;
	padding-right: 55px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	position: relative
}

.features-post__item span {
	font-size: 12px
}

.features-post__item i {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 34px
}

.message-head {
	margin-top: 60px;
	text-align: right
}

.message-head .message-head__title {
	font-size: 22px;
	font-weight: 400;
	line-height: 20px;
	color: #333;
	margin-top: 3px
}

.message-head .message-head__title--model {
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	color: #c1c1c1
}

.message-head .send-message {
	text-align: left
}

.message-head .send-message a {
	padding: 12px 22px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .15);
	background-color: #24bd4c;
	display: inline-block;
	border-radius: 8px;
	-webkit-transition: .3s;
	transition: .3s
}

.message-head .send-message a:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
	color: #fff!important
}

.message-main .message-item {
	background-color: #f7f7f7;
	box-shadow: 0 2px 0 rgba(0, 0, 0, .13);
	border-radius: 15px;
	margin-top: 30px
}

.message-main .message-item .message-item__head {
	border-bottom: 1px solid #dedede;
	padding: 25px 20px
}

.message-main .message-item .message-item__head>p {
	margin-bottom: 0
}

.message-main .message-item .message-item__head .first-name {
	font-size: 18px;
	font-weight: 400;
	text-align: right
}

.message-main .message-item .message-item__head .status-comment {
	font-size: 12px;
	margin-top: 6px;
	font-weight: 400
}

.message-main .message-item .message-item__head .status-comment i {
	vertical-align: middle;
	font-size: 14px;
	padding-left: 11px
}

.message-main .message-item .message-item__head .date-comment {
	margin-top: 6px;
	font-size: 12px;
	font-weight: 400;
	color: #c6c6c6
}

.message-main .message-item .message-item__content .message-content {
	text-align: justify;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	padding: 15px 30px;
	margin-bottom: 4px
}

.message-main .message-item .message-item__footer {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px
}

.message-main .message-item .message-item__footer i {
	margin-top: 2px;
	height: 32px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .16);
	background-color: #fff;
	text-align: center;
	padding: 8px;
	border-radius: 6px
}

.message-main .message-item .message-item__footer .like-dislike {
	text-align: right
}

.message-main .message-item .message-item__footer .like-dislike .like-dislike__title {
	font-size: 13px;
	font-weight: 400;
	color: #333;
	margin-bottom: 0
}

.message-main .message-item .message-item__footer .like-dislike .like-dislike__number {
	font-size: 12px;
	font-weight: 400;
	color: #333;
	margin-bottom: 0
}

.message-main .message-item .message-item__footer .like-dislike .like-dislike__number span {
	font-size: 13px;
	font-weight: 400
}

.message-main .message-item .message-item__footer .like-dislike .reply-comment {
	margin-right: auto;
	font-size: 12px;
	font-weight: 400;
	-webkit-box-align: center;
	align-items: center
}

.message-main .message-item .message-item__footer .like-dislike .reply-comment a {
	box-shadow: 0 2px 2px rgba(0, 0, 0, .16);
	background-color: #fff;
	text-decoration: none;
	padding: 13px 22px;
	border-radius: 5px;
	color: #333
}

.send-comment {
	margin-top: 48px
}

.send-comment__header {
	margin-bottom: 15px
}

.send-comment__header .title {
	font-size: 19px;
	font-weight: 400;
	padding-left: 11px
}

.send-comment__header .name {
	font-size: 13px;
	font-weight: 400;
	margin-top: 5px
}

.send-comment__header .log-out {
	color: #a4a4a4;
	font-size: 12px;
	font-weight: 400;
	margin-top: 5px
}

.send-comment__article {
	position: relative
}

.send-comment__article textarea {
	border: 1px solid #dadada;
	border-radius: 20px 0 20px 20px;
	padding: 28px;
	background-color: #fff;
	width: 100%;
	resize: none;
	height: 201px
}

.send-comment__article .send {
	position: absolute;
	bottom: 31px;
	left: 32px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	background: 0 0;
	border: 0
}

.send-comment__article .send i {
	vertical-align: middle;
	margin-right: 14px;
	color: #24bd4c
}

@media (min-width:320px) {
	.message-head .message-head__title {
		font-size: 16px
	}
	.message-head .message-head__title--model {
		font-size: 10px
	}
	.reply-comment {
		margin-right: 0!important
	}
	.like-dislike .like-dislike__title {
		font-size: 10px!important
	}
	.like-dislike .like-dislike__number {
		font-size: 11px!important
	}
	.message-main .message-item .message-item__head .date-comment,
	.message-main .message-item .message-item__head .status-comment {
		font-size: 8px;
		margin-top: 8px
	}
}

@media (min-width:576px) {
	.reply-comment {
		margin-right: auto!important
	}
	.message-head .message-head__title {
		font-size: 22px
	}
	.message-head .message-head__title--model {
		font-size: 13px
	}
	.like-dislike .like-dislike__title {
		font-size: 13px!important
	}
	.like-dislike .like-dislike__number {
		font-size: 12px!important
	}
	.message-main .message-item .message-item__head .date-comment,
	.message-main .message-item .message-item__head .status-comment {
		font-size: 12px;
		margin-top: 6px
	}
}

.blog__head {
	margin: 99px auto 10px;
	max-width: 571px;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.blog__head .blog__title {
	padding-top: 18px
}

.blog__head .blog__category .desc {
	color: #858585;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
	margin-bottom: 12px
}

.blog__head .blog__category ul {
	padding-right: 0;
	margin-bottom: 0;
	margin-top: 0
}

.blog__head .blog__category ul li {
	list-style: none;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: #333;
	background-color: #f1f1f1;
	border-radius: 5px;
	padding: 6px 9px;
	cursor: pointer;
	margin-right: 10px
}

.blog__head .blog__category ul li a {
	color: inherit;
	text-decoration: none;
	display: block
}

.blog__head .blog__category ul li:first-child {
	margin-right: 0
}

.blog__head .blog__search {
	position: relative;
	text-align: center;
	margin-top: 33px
}

.blog__head .blog__search input {
	display: block;
	background-color: #f6f6f6;
	border: none;
	border-radius: 15px;
	width: 100%;
	padding: 25px;
	font-size: 14px
}

.blog__head .blog__search input::-webkit-input-placeholder {
	color: #818181
}

.blog__head .blog__search input::-moz-placeholder {
	color: #818181
}

.blog__head .blog__search input:-ms-input-placeholder {
	color: #818181
}

.blog__head .blog__search input::-ms-input-placeholder {
	color: #818181
}

.blog__head .blog__search input::placeholder {
	color: #818181
}

.blog__head .blog__search i {
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 900
}

@media (max-width:350px) {
	.blog__head {
		-webkit-box-pack: center;
		justify-content: center
	}
}

.parent-archive-blog {
	padding-bottom: 160px
}

.popular {
	margin-top: -3px
}

.popular .popular__wrapper {
	position: relative;
	z-index: 9
}

.popular--none-shadow .post-item {
	box-shadow: 0 -20px 42px -11px rgba(0, 0, 0, .09)
}

.popular a {
	color: inherit;
	text-decoration: none
}

.post-item {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 3px 33px rgba(0, 0, 0, .09);
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	margin-top: 30px;
	z-index: 10
}

.post-item:hover {
	box-shadow: 0 -24px 38px -14px rgba(0, 0, 0, .3)
}

.post-item__image {
	margin-bottom: 5px
}

.post-item__image img {
	width: 100%;
	height: auto
}

.post-item__desc {
	padding: 5px 22px
}

.post-item__desc h1 {
	text-align: right;
	font-size: 15px;
	font-weight: 400;
	line-height: 31px;
	margin-bottom: 5px;
	margin-top: 2px;
	color: #333;
	min-height: 65px;
	text-overflow: "...";
	white-space: nowrap;
	overflow: hidden
}

.post-item__desc:after {
	content: "";
	display: block;
	border-bottom: 1px solid #e5e5e5;
	height: 1px
}

.post-item__desc--big {
	position: absolute
}

.post-item__footer {
	padding: 16px 22px;
	font-size: 13px;
	font-weight: 400
}

.post-item__footer .like {
	font-size: 15px;
	font-weight: 500
}

.post-item__footer .like i {
	vertical-align: middle;
	color: #d8132d
}

.last-article .last-article__wrapper {
	position: relative;
	z-index: 9
}

.last-article a {
	color: inherit;
	text-decoration: none
}

.head-blog {
	margin-top: 57px;
	position: relative
}

.head-blog .title {
	font-size: 20px;
	font-weight: 400;
	background-color: #fff;
	z-index: 3;
	padding-left: 24px
}

.head-blog .separate {
	position: absolute;
	width: 100%;
	height: 3px
}

.head-blog .show-more {
	font-size: 13px;
	font-weight: 400;
	margin-top: 6px;
	background-color: #fff;
	z-index: 3;
	padding-right: 24px
}

.head-blog--post {
	margin-top: 59px;
	margin-bottom: 12px
}

.head-blog--post .title {
	font-size: 15px;
	font-weight: 400;
	padding-left: 17px
}

.head-blog--post .separate {
	top: -5px
}

.head-blog--post .show-more {
	font-size: 12px;
	font-weight: 400;
	color: #777;
	padding-right: 17px;
	margin: 0
}

@media (min-width:320px) {
	.last-article__small {
		margin: 0
	}
	.last-article__small [class*=col] {
		padding: 0
	}
}

@media (min-width:768px) {
	.last-article__small {
		margin: 0 -15px
	}
	.last-article__small [class*=col] {
		padding: 0 15px
	}
}

.post-item__desc p {
	text-overflow: none;
	white-space: unset;
	overflow: visible
}

.post-item,
.post-item--big {
	position: relative
}

.post-item--big {
	height: 329px
}

.post-item--big .post-item__desc {
	padding: 0
}

.post-item--big .post-item__desc h1 {
	color: #fff
}

.post-item--big:before {
	-webkit-transition: .3s;
	transition: .3s;
	content: "";
	width: 100%;
	position: absolute;
	top: 60%;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(transparent));
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent)
}

.post-item--big:hover:before {
	top: 30%
}

.post-item--big .post-item__image {
	max-height: none;
	height: 100%
}

.post-item--big .post-item__image img {
	height: 100%
}

.post-item--big .post-item__desc {
	color: #fff
}

.post-item--big .post-item__desc h1 {
	text-shadow: 0 5px 5px rgba(0, 0, 0, .4);
	min-height: 0;
	margin-bottom: 0
}

.post-item--big .post-item__desc:after {
	content: "";
	display: none
}

.post-item--big .post-item__footer {
	position: absolute;
	bottom: 8px;
	right: 0;
	left: 0
}

.post-item--big .post-item__footer .like,
.post-item--big .post-item__footer .study-minutes {
	color: #fff;
	text-shadow: 0 5px 5px rgba(0, 0, 0, .3)
}

.post-item--big .post-item__footer .like {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center
}

.post-item--big .post-item__footer .like i {
	display: block;
	margin-bottom: 10px
}

.review-blog {
	position: relative;
	overflow: hidden;
	margin-top: 28px
}

.review-blog .post-item--big {
	margin-top: 0
}

.review-blog:after {
	left: 100%
}

.review-blog:after,
.review-blog:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: hsla(0, 0%, 100%, .9);
	z-index: 8
}

.review-blog:before {
	right: 100%
}

.review-blog .swiper-container {
	overflow: visible
}

.review-blog .swiper-container .swiper-slide {
	-webkit-transition: .3s;
	transition: .3s
}

.review-blog .swiper-container .swiper-slide-next+.swiper-slide,
.review-blog .swiper-container .swiper-slide-prev {
	opacity: .2
}

.posts__item .post-item-foot {
	position: relative;
	padding-right: 19px;
	padding-left: 19px
}

.posts__item .post-item-foot:after {
	content: "";
	position: absolute;
	left: 0;
	top: 115px;
	bottom: 18px;
	box-shadow: -7px 0 9px -4px rgba(0, 0, 0, .16);
	width: 10px;
	border-radius: 18px 0 0 60px
}

.posts__item .post-item-foot:last-child:after {
	box-shadow: none
}

.posts__item .post-item-foot a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #e1e1e1
}

.posts__item .post-item-foot a:last-child {
	border-bottom: none
}

.posts__item .post-item-foot__wrapper {
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 0
}

.posts__item .post-item-foot__wrapper:last-child {
	border-bottom: none
}

.posts__item .post-item-foot__image {
	margin-bottom: 0
}

.posts__item .post-item-foot__image img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .21)
}

.posts__item .post-item-foot__article {
	padding-right: 22px
}

.posts__item .post-item-foot__title {
	text-align: right;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 15px
}

.posts__item .post-item-foot__footer .like {
	font-size: 13px;
	display: inline-block
}

.posts__item .post-item-foot__footer .like span {
	font-weight: 600;
	padding-right: 6px;
	font-size: 13px
}

.posts__item .post-item-foot__footer .like i {
	font-size: 11px;
	color: #d8132d;
	margin-bottom: 3.1px
}

.posts__item .post-item-foot__footer .minutes-study {
	font-size: 12px;
	font-weight: 400;
	color: #797979;
	margin-right: 39px
}

.posts__item .post-item-foot:last-child {
	box-shadow: none
}

@media (min-width:320px) {
	.posts__item .post-item-foot__image img {
		height: auto
	}
}

@media (min-width:992px) {
	.posts__item .post-item-foot__image img {
		height: auto
	}
}

.cat__header {
	margin-bottom: 12px
}

.cat__title {
	font-size: 17px;
	font-weight: 400;
	text-align: right;
	position: relative;
	z-index: 5;
	background-color: #fafafa;
	padding-left: 12px
}

.cat .separate {
	position: absolute;
	right: 0;
	left: 25px;
	top: 10px;
	height: 2px
}

.cat .separate hr {
	margin: 0
}

.cat__bread-crumb {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.cat__bread-crumb span span>a {
	color: #949494;
	font-size: 12px;
	padding: 0 3px 0 5px;
	text-decoration: none
}

.cat__bread-crumb span span>a:after {
	font-family: icomoon;
	display: inline-block;
	content: "\e942";
	font-size: 8px;
	margin-right: 17px;
	color: #dcdcdc
}

.cat__bread-crumb span span .breadcrumb_last {
	color: #949494;
	font-size: 12px;
	padding: 0 3px 0 5px
}

.cat__bread-crumb span:last-child:after {
	content: ""
}

.cat-article__title {
	padding-right: 11px;
	position: relative
}

.cat-article__title .title {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 25px;
	background-color: #fff;
	position: relative;
	z-index: 5;
	padding-left: 14px
}

.cat-article__title:after {
	display: inline-block;
	content: "";
	border-bottom: 1px solid #f1f1f1;
	margin-right: auto;
	height: 1px;
	position: absolute;
	right: 30px;
	left: 0;
	top: 11px
}

.options__item {
	box-shadow: 0 2px 1px rgba(0, 0, 0, .13);
	background-color: #fff;
	border-radius: 15px;
	margin-top: 10px;
	padding: 30px 27px;
	margin-bottom: 20px
}

.options__item .drop-down__item {
	text-align: right
}

.options__item .drop-down__item ul {
	padding-right: 0;
	overflow: hidden
}

.options__item .drop-down__item ul li {
	list-style: none;
	font-size: 13px;
	font-weight: 400;
	line-height: 31px
}

.options__item .drop-down__item ul li:before {
	content: "....";
	font-size: 12px;
	color: #c6c6c6;
	padding-left: 7px
}

.options__item .drop-down__item ul.active {
	height: 100px
}

.options__item .drop-down__title {
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	margin-bottom: 12px;
	-webkit-transition: .3s;
	transition: .3s
}

.options__item .drop-down__title:before {
	content: "..";
	font-size: 12px;
	color: #c6c6c6;
	padding-left: 7px
}

.options__item .drop-down__title.active {
	color: #d8132e
}

.options__item .true-false__title {
	font-size: 13px;
	font-weight: 400;
	text-align: right
}

.options__item .true-false__section {
	position: relative
}

.options__item .true-false__checkbox {
	display: none
}

.options__item .true-false__checkbox:checked+.true-false__parent .circle {
	left: 57%;
	background-color: #6acb71
}

.options__item .true-false__parent {
	background-color: #eee;
	border-radius: 60px;
	display: inline-block;
	position: relative;
	width: 55px;
	padding: 14px 4px;
	margin-bottom: 0;
	cursor: pointer;
	align-self: center
}

.options__item .true-false__parent .circle {
	position: absolute;
	left: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .5s;
	transition: .5s;
	padding: 9px;
	display: inline-block;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	border-radius: 60px
}

.options__item .check-box {
	max-height: 290px
}

.options__item .check-box__title {
	font-size: 16px;
	font-weight: 400;
	text-align: right;
	margin-bottom: 10px
}

.options__item .check-box__item label {
	text-align: right;
	font-size: 13px;
	font-weight: 400;
	line-height: 31px;
	margin-bottom: 0;
	margin-right: 0
}

.options__item .check-box__item .small-title {
	font-size: 12px;
	font-weight: 400;
	color: #aeaeae;
	line-height: 31px;
	text-align: left;
	display: inline-block;
	margin-right: auto
}

.checkbox+label {
	padding-right: 27px;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s
}

.checkbox+label:before {
	content: "\e90a";
	font-family: icomoon;
	line-height: 50px;
	width: 12px;
	height: 12px;
	border: 1px solid #929292;
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	color: #fff;
	font-size: 8px;
	text-align: center
}

.checkbox+label:before,
.checkbox:checked+label,
.checkbox:checked+label:before {
	-webkit-transition: .3s;
	transition: .3s
}

.checkbox:checked+label:before {
	line-height: 9px;
	background: #0bbc4e;
	content: "\e90b"
}

.category-page {
	background-color: #fafafa;
	padding-top: 48px;
	padding-bottom: 160px
}

.pagination-app {
	margin-top: 31px;
	display: -webkit-box;
	display: flex
}

.pagination-app .page-list {
	display: -webkit-box;
	display: flex;
	border-radius: 5px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .13);
	overflow: hidden
}

.pagination-app .page-list .page-numbers {
	background-color: #fff;
	width: 43px;
	height: 40px;
	line-height: 45px;
	text-align: center;
	color: #818181;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	border-left: 1px solid #f5f5f5;
	cursor: pointer
}

.pagination-app .page-list .page-numbers.current {
	color: #d8132d
}

.pagination-app .page-list .next {
	line-height: 44px
}

.pagination-app .page-list .next i {
	font-size: 8px
}

.pagination-app .page-list .prev {
	line-height: 44px
}

.pagination-app .page-list .prev i {
	font-size: 8px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.cat-article__category-title {
	text-align: right;
	font-size: 20px;
	font-weight: 400
}

.cat-article__category-title span span>a {
	display: none
}

.cat-article__header .tags {
	padding-top: 9px
}

.cat-article__header .tags__item {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .16);
	background-color: #fff;
	font-size: 12px;
	font-weight: 400;
	color: #9f9f9f;
	padding: 5px 8px;
	border-radius: 4px;
	height: 24px;
	margin-left: 10px
}

.cat-article__header .tags__item i {
	font-size: 6px;
	vertical-align: middle;
	margin-right: 9px
}

.cat-article__header .selectize-control.single .selectize-input {
	width: 150px;
	font-size: 12px;
	font-weight: 400;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .16);
	background-color: #fff;
	background-image: none
}

.cat-article__header .selectize-input {
	border: none
}

.cat-article__header .selectize-input:after {
	display: none
}

.cat-article__header .selectize-dropdown {
	border: none;
	cursor: pointer
}

.cat-article__header .sort-list {
	width: 146px;
	height: 34px;
	padding: 10px 9px 10px 14px;
	border-radius: 3px
}

.cat-article__product {
	box-shadow: 0 2px 1px rgba(0, 0, 0, .13);
	border-radius: 10px;
	background-color: #fff
}

.cat-article__product--cat {
	box-shadow: none;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-radius: 0;
	margin-top: 0
}

.cat-article__product--cat:hover {
	box-shadow: none
}

.cat-article__product--cat .new-product__slider__product-item__footer__add-cart {
	box-shadow: none!important
}

.cat-article .pagination {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 30px
}

.cat-article .pagination .page-number {
	color: #a1a1a1;
	padding: 15px;
	font-size: 12px;
	text-decoration: none;
	background-color: #fff;
	cursor: pointer
}

.cat-article .pagination .current {
	color: #d8132d;
	background-color: #fff
}

.cat-article .pagination .next,
.cat-article .pagination .prev {
	color: #a1a1a1;
	padding: 15px;
	font-size: 8px;
	text-decoration: none;
	background-color: #fff;
	vertical-align: middle;
	line-height: 30px
}

.brand-cat {
	padding: 40px;
	border: 1px solid #ddd;
	border-radius: 20px;
	margin-top: 32px
}

.brand-cat__item figure {
	margin-bottom: 0;
	padding: 0 25px
}

.brand-cat__item figure img {
	height: 100%;
	width: 100%
}

.brand-cat__item:first-child figure {
	padding-right: 0
}

.brand-cat__item:last-child figure {
	padding-left: 0
}

.cat-slider {
	margin-top: 43px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .13);
	border-radius: 10px
}

.cat-slider__head {
	margin-bottom: 19px;
	position: relative
}

.cat-slider__head .title {
	font-size: 20px;
	font-weight: 400;
	background-color: #fafafa;
	z-index: 1;
	padding-left: 23px
}

.cat-slider__head .separate {
	position: absolute;
	height: 10px;
	width: 100%
}

.cat-slider__head .show-more {
	font-size: 13px;
	font-weight: 400;
	color: #969696;
	padding-top: 6px;
	background-color: #fafafa;
	z-index: 1;
	padding-right: 23px
}

.radius1 .cat-article__product--cat {
	border-radius: 0 10px 0 0!important
}

.radius2 .cat-article__product--cat {
	border-radius: 10px 0 0 0!important
}

.radius3 .cat-article__product--cat {
	border-radius: 0 0 10px 0!important
}

.radius4 .cat-article__product--cat {
	border-radius: 0 0 0 10px!important
}

.radius_right .cat-article__product--cat {
	border-radius: 0 10px 10px 0!important
}

.radius_left .cat-article__product--cat {
	border-radius: 10px 0 0 10px!important
}

@media (min-width:320px) {
	.cat-slider__item {
		padding: 15px!important;
		margin: 15px!important;
		overflow: hidden!important
	}
	.cat-slider__item .swiper-slide:first-child .cat-article__product--cat,
	.cat-slider__item .swiper-slide:last-child .cat-article__product--cat {
		border-radius: 0
	}
}

@media (min-width:769px) {
	.cat-slider__item {
		padding: 0!important;
		margin: 0!important;
		overflow: visible!important
	}
	.cat-slider__item .swiper-slide:first-child .cat-article__product--cat {
		border-radius: 0 10px 10px 0
	}
	.cat-slider__item .swiper-slide:last-child .cat-article__product--cat {
		border-radius: 10px 0 0 10px;
		border-left: none
	}
}

.panel-bg {
	background-color: #fafafa;
	padding-top: 26px;
	padding-bottom: 36px
}

.header-page {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 22px;
	margin-bottom: 20px
}

.header-page__title {
	font-size: 18px;
	font-weight: 400;
	text-align: right
}

.header-page__list ul {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	margin-bottom: 0
}

.header-page__list ul li {
	list-style: none;
	display: inline-block;
	color: #8e8e8e;
	font-size: 12px;
	font-weight: 400;
	padding-left: 45px
}

.header-page__list ul li a {
	color: inherit;
	text-decoration: none
}

.header-page__list ul li:last-child {
	padding-left: 0
}

@media (min-width:320px) {
	.header-page__list ul {
		padding-right: 0
	}
	.header-page__list ul li {
		padding-left: 5px
	}
}

@media (min-width:992px) {
	.header-page__list ul {
		padding-right: 0
	}
	.header-page__list ul li {
		padding-left: 45px
	}
}

.description-page p {
	text-align: justify;
	font-size: 14px;
	font-weight: 500;
	line-height: 36px;
	margin-top: 40px
}

.address {
	margin-top: 67px;
	text-align: right;
	font-family: Iranyekan!important
}

.address ul li {
	list-style: none
}

.address .btn-submit {
	position: relative;
	direction: ltr!important
}

.address .btn-submit i {
	color: #fff;
	position: absolute;
	top: 13px;
	left: 73px
}

.address .btn-submit input {
	background-color: #d8132d;
	color: #fff;
	border-radius: 15px 0;
	display: inline-block;
	width: auto;
	margin-bottom: 0;
	box-shadow: 0 10px 12px -5px rgba(0, 0, 0, .4);
	padding: 10px 52px 10px 20px;
	border-bottom: none
}

.field__content-phone {
	margin-top: -19px
}

.field__item {
	position: relative;
	margin-bottom: 43px
}

.field__item:hover .field__icon i {
	color: #d8132d
}

.field__icon {
	position: absolute;
	font-size: 38px;
	right: -68px
}

.field__icon i {
	-webkit-transition: .3s;
	transition: .3s
}

.field__item--phone {
	margin-bottom: 32px
}

.field__item--phone .field__icon {
	top: 13px
}

.field__title {
	font-size: 13px;
	font-weight: 500;
	color: #333;
	line-height: 23px;
	margin-bottom: 0
}

.field__title--value {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #333
}

.field__email {
	font-size: 15px;
	font-weight: 500
}

.field__phone-number .numb--big {
	font-size: 34px;
	font-weight: 800;
	color: #d8132d;
	letter-spacing: -3px
}

.field__phone-number .numb--small {
	font-size: 26px;
	font-weight: 400
}

.field__job-day {
	padding-top: 5px
}

.field__job-day .item__day {
	font-size: 13px;
	font-weight: 400;
	color: #747474;
	margin-bottom: 0;
	text-align: left
}

.field__job-day .item__day--hour {
	line-height: 35px
}

.field__social-media {
	padding-right: 0
}

.field__social-media li {
	padding: 15px 5px;
	color: #a1a1a1;
	font-size: 13px;
	font-weight: 400;
	border-bottom: 1px solid #dcdcdc;
	width: 85%;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center
}

.field__social-media li a {
	color: inherit;
	text-decoration: none
}

.field__social-media li .social-media-icon {
	margin-right: 0;
	width: 20px;
	font-size: 20px;
	margin-left: 13px
}

.field__social-media li .go-next {
	margin-right: auto;
	font-size: 10px;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 5px;
	border-radius: 60px;
	border: 1px solid #fff
}

.field__social-media li:last-child {
	border-bottom: none
}

.field__social-media li:hover {
	color: #333
}

.field__social-media li:hover .go-next {
	color: #a1a1a1;
	border: 1px solid #a1a1a1
}

.form-tell {
	box-shadow: 0 1px 21px hsla(0, 0%, 64.7%, .29);
	background-color: #fff;
	padding: 27px;
	border-radius: 15px
}

.form-tell__title {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 23px;
	display: inline-block
}

.form-tell input {
	display: block;
	border: none;
	border-bottom: 1px solid #dcdcdc;
	padding: 10px;
	width: 100%;
	color: #a5a5a5;
	-webkit-transition: .1s;
	transition: .1s;
	margin-bottom: 17px
}

.form-tell input:focus {
	border-bottom: 2px solid #dcdcdc
}

.form-tell textarea {
	border: none;
	border-bottom: 1px solid #dcdcdc;
	height: 250px;
	width: 100%
}

.form-tell .btn-submit {
	text-align: left;
	margin-top: 25px
}

.form-tell .btn-submit button {
	background-color: #d8132d;
	padding: 10px 20px;
	border-radius: 15px 0;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border: none;
	box-shadow: 0 10px 12px -5px rgba(0, 0, 0, .4)
}

.form-tell .btn-submit button i {
	vertical-align: middle;
	padding-left: 12px
}

@media (min-width:320px) {
	.field__phone-number .numb--big {
		font-size: 24px;
		font-weight: 800;
		color: #d8132d
	}
	.field__phone-number .numb--small {
		font-size: 18px;
		font-weight: 400
	}
}

@media (min-width:768px) {
	.field__phone-number {
		padding-top: 17px
	}
	.field__phone-number .numb--big {
		font-size: 34px;
		font-weight: 800;
		color: #d8132d
	}
	.field__phone-number .numb--small {
		font-size: 26px;
		font-weight: 400
	}
}

@media (min-width:992px) and (max-width:1200px) {
	.field__phone-number .numb--big {
		font-size: 28px;
		font-weight: 800;
		color: #d8132d
	}
	.field__phone-number .numb--small {
		font-size: 20px;
		font-weight: 400
	}
}

.map-page {
	width: 100%;
	height: 250px;
	margin-top: -68px;
	z-index: -2;
	background-color: #d1d1d1
}

.map-page img {
	height: 100%;
	width: 100%
}

.content-page {
	padding-top: 30px
}

.content-page h2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 20px
}

.content-page p {
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
	text-align: justify
}

.faq {
	margin-top: 40px
}

.faq__header {
	margin-bottom: 17px
}

.faq__title {
	text-align: right!important;
	font-size: 22px!important;
	font-weight: 400!important;
	line-height: 36px!important
}

.faq .separate {
	height: 1px;
	padding-top: 4px
}

.faq__item {
	margin-bottom: 33px
}

.faq__question {
	text-align: right!important;
	font-size: 16px!important;
	font-weight: 400!important;
	line-height: 36px!important;
	margin-bottom: 5px!important
}

.faq__question:before {
	content: "+";
	display: inline-block;
	background-color: #d8132d;
	border-radius: 5px 5px 5px 0;
	width: 21px;
	height: 21px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-size: 22px;
	margin-left: 13px;
	vertical-align: middle
}

.faq__answer {
	text-align: justify;
	font-size: 14px;
	font-weight: 400;
	line-height: 31px
}

.header {
	margin-bottom: 30px
}

.header__panel {
	box-shadow: 0 2px 1px rgba(0, 0, 0, .13);
	background-color: #fff;
	border-radius: 15px
}

.header__item {
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	border-left: .8px solid #f5f5f5;
	cursor: pointer;
	-webkit-transition: .4s;
	transition: .4s;
	padding: 26px 33px 15px
}

.header__item--info {
	padding-left: 32px;
	display: -webkit-box;
	display: flex
}

.header__item:hover {
	color: #d8132d
}

.header__item:last-child {
	border-left: none
}

.header__item .title {
	line-height: 30.01px
}

.header__item .title a {
	color: inherit;
	text-decoration: none;
	display: block
}

.header__item i {
	font-size: 24px;
	margin-bottom: 7px
}

.header__item .info {
	text-align: left;
	min-width: 0;
	padding-left: 18px;
	padding-top: 5px
}

.header__item .info__name {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0
}

.header__item .info__phone-number {
	font-size: 13px;
	font-weight: 300;
	direction: ltr!important
}

.header__item .info__image {
	-webkit-box-flex: 1;
	flex: 1 0 auto
}

.header__item .info__image img {
	border-radius: 60px;
	border: 7px solid #f5f5f5;
	width: 57px;
	height: 57px
}

@media (min-width:320px) {
	.header__item {
		font-size: 9px
	}
	.header__item i {
		font-size: 18px
	}
	.header .info__name {
		font-size: 9px
	}
}

@media (min-width:768px) {
	.header__item {
		font-size: 10px
	}
	.header__item i {
		font-size: 18px
	}
	.header .info__name {
		font-size: 10px
	}
}

@media (min-width:992px) {
	.header__item {
		font-size: 13px
	}
	.header .info__name {
		font-size: 18px
	}
}

@media (max-width:768px) {
	.header__item {
		padding: 26px 22px 15px
	}
}

@media (max-width:410px) {
	.header__item {
		padding: 26px 14px 15px
	}
}

.content-dashboard {
	box-shadow: 0 3px 3px rgba(0, 0, 0, .16);
	background-color: #fff;
	padding: 36px 30px 30px;
	border-radius: 15px;
	margin-top: 22px
}

.content-dashboard__item .title {
	text-align: right;
	font-size: 20px;
	font-weight: 400;
	padding: 0 28px
}

.content-dashboard__item .title--favorite {
	margin-top: 40px;
	margin-bottom: 15px
}

.content-dashboard__item .description-after-fav {
	margin-top: 52px
}

.content-dashboard__item .desc {
	margin-bottom: 36px;
	padding: 0 28px
}

.content-dashboard__item .desc,
.content-dashboard__item p {
	text-align: justify;
	font-size: 13px;
	font-weight: 400;
	line-height: 31px
}

.content-dashboard__item p {
	margin-bottom: 17px
}

.table {
	margin-bottom: 50px
}

.table__main {
	display: table;
	width: 100%;
	text-align: right
}

.table__row {
	display: table-row
}

.table__cell {
	display: table-cell;
	padding: 16px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 13px;
	font-weight: 400
}

.table__cell>a {
	color: #d8132d;
	text-decoration: none;
	border-bottom: 1px solid rgba(216, 19, 45, .2)
}

.table__cell--th {
	font-weight: 400
}

.favorites-list {
	padding: 0 28px
}

.favorites-list a {
	text-decoration: none;
	color: inherit
}

.favorites-list__item {
	position: relative;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .22);
	border-radius: 15px;
	padding: 10px 20px
}

.favorites-list__color {
	position: absolute;
	top: 21px;
	left: 15px
}

.favorites-list__color ul li {
	list-style: none;
	padding: 4px;
	border-radius: 100%;
	margin-bottom: 5px
}

.favorites-list__delete {
	position: absolute;
	top: 11px;
	right: 5%;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .13);
	background-color: #f7f7f7;
	padding: 10px 13px;
	border-radius: 5px
}

.favorites-list__delete i {
	vertical-align: middle;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: .4s;
	transition: .4s
}

.favorites-list__delete i:hover {
	color: #d8132d
}

.favorites-list__image {
	width: 80%;
	margin: 50px auto 14px;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center
}

.favorites-list__image figure {
	margin-bottom: 0
}

.favorites-list__title {
	margin-top: 10px!important;
	padding-bottom: 9px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 14px;
	font-weight: 400;
	line-height: 27px
}

.favorites-list__footer {
	padding: 10px 0
}

.favorites-list__footer .price {
	font-size: 17px;
	font-weight: 400
}

.favorites-list__footer .price span {
	font-size: 12px;
	font-weight: 400
}

.favorites-list__footer .add-cart {
	position: relative
}

.favorites-list__footer .add-cart:after {
	position: absolute;
	content: "+";
	width: 15px;
	height: 15px;
	line-height: 22px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	background-color: #02c836;
	border-radius: 60px;
	top: 9px;
	left: -7px
}

.apply-phone-numb {
	margin-top: 36px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	justify-content: center
}

.apply-phone-numb p {
	width: 361px;
	height: 51px;
	background-color: #0bbc4e;
	text-align: right;
	border-radius: 10px;
	color: #fff;
	line-height: 50px;
	padding-right: 20px
}

@media (min-width:320px) {
	.table__cell {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
		padding: 16px;
		border-bottom: none;
		font-size: 13px;
		font-weight: 400;
		color: #4d4d4d
	}
	.table__cell:last-child {
		border-bottom: 1px solid #d9d9d9
	}
	.table__cell:before {
		display: inline-block;
		content: attr(data-column) " : ";
		font-weight: 700
	}
	.table__row--th {
		display: none
	}
}

@media (min-width:768px) {
	.table {
		margin-bottom: 50px
	}
	.table__cell {
		display: table-cell;
		padding: 16px;
		border-bottom: 1px solid #d9d9d9;
		font-size: 13px;
		font-weight: 400
	}
	.table__cell:before {
		content: "";
		display: none
	}
	.table__row--th {
		display: table-row
	}
}

.info-blog__info {
	padding-left: 35px
}

.info-blog__header>div {
	padding-left: 30px
}

.info-blog__header>div span {
	font-size: 15px;
	font-weight: 400
}

.info-blog__like i,
.info-blog__share i {
	vertical-align: middle;
	padding-left: 5px;
	color: #d8132d;
	font-size: 14px;
	margin-top: 1.9px
}

.info-blog__title {
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	text-align: right;
	margin-top: 27px
}

.info-blog__desc {
	font-size: 13px;
	font-weight: 400;
	line-height: 31px;
	text-align: justify;
	margin-bottom: 17px
}

.info-blog__image {
	position: relative
}

.info-blog__image:not(.shadow) {
	z-index: 99;
	position: relative
}

.info-blog__image .shadow {
	-webkit-filter: blur(10px);
	filter: blur(10px);
	opacity: .5;
	position: absolute;
	width: 95%;
	left: 2.5%;
	top: 10px
}

.info-blog__image img {
	border-radius: 10px;
	width: 100%;
	height: auto;
	position: relative
}

.info-blog__footer>div {
	margin-left: 37px
}

.writer__image {
	margin-left: 19px;
	margin-bottom: 0
}

.writer__image img {
	width: 40px;
	height: 40px;
	border-radius: 60px
}

.writer__name .title {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 400;
	width: 49px;
	text-align: right
}

.writer__name .value {
	font-size: 14px;
	font-weight: 400
}

.date {
	font-size: 13px;
	font-weight: 400
}

.date i {
	font-size: 18px;
	padding-left: 8px;
	vertical-align: middle
}

.comment {
	font-size: 13px;
	font-weight: 400
}

.comment i {
	font-size: 18px;
	padding-left: 8px;
	vertical-align: middle
}

@media (min-width:320px) {
	.info-blog__footer>div {
		margin-left: 17px
	}
	.writer__image {
		margin-left: 10px
	}
	.writer__name .title {
		font-size: 10px;
		font-weight: 400;
		text-align: right
	}
	.writer__name .value {
		font-size: 12px;
		font-weight: 400
	}
	.comment,
	.date {
		font-size: 10px
	}
}

@media (min-width:768px) {
	.info-blog__footer>div {
		margin-left: 37px
	}
	.writer__image {
		margin-left: 19px
	}
	.writer__name .title {
		font-size: 12px;
		font-weight: 400;
		text-align: right
	}
	.writer__name .value {
		font-size: 14px;
		font-weight: 400
	}
	.comment,
	.date {
		font-size: 13px
	}
}

.description {
	border-right: 1px solid #efefef;
	padding-right: 30px!important
}

.description h2 {
	font-size: 20px;
	font-weight: 600;
	text-align: right;
	margin-right: -40px;
	margin-top: 53px;
	margin-bottom: 17px;
	background-color: #fff;
	padding: 14px 0
}

.description p {
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
	text-align: justify
}

.description img {
	margin-top: 37px;
	max-width: 100%;
	height: auto
}

.description h3,
.description h4,
.description h5,
.description h6 {
	margin-bottom: 42px
}

.description ul {
	text-align: right
}

.description ul li {
	font-size: 14px;
	font-weight: 400;
	list-style: none;
	padding: 5px 0
}

@media (min-width:320px) {
	.description h2 {
		font-size: 16px;
		text-align: right;
		margin-right: 0;
		margin-top: 53px
	}
}

@media (min-width:992px) {
	.description h2 {
		font-size: 20px;
		text-align: right;
		margin-right: -40px;
		margin-top: 53px
	}
}

.rate-blog {
	margin-top: 10px;
	border-right: 1px solid #efefef;
	padding-right: 30px!important
}

.rate-blog:after,
.rate-blog:before {
	content: "";
	display: block;
	width: 80%;
	margin: 30px auto;
	height: 9px;
	border-radius: 60px 60px 0 0;
	box-shadow: 0 -4px 15px -4px rgba(0, 0, 0, .3)
}

.rate-blog__like-article .title {
	font-size: 15px;
	font-weight: 400;
	margin-right: -40px;
	text-align: right;
	background-color: #fff;
	margin-bottom: 15px
}

.rate-blog__like-article .like__count {
	padding: 3px 10px 0;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	cursor: pointer
}

.rate-blog__like-article .like__count span {
	font-size: 15px;
	font-weight: 400
}

.rate-blog__like-article .like__count i {
	vertical-align: middle;
	color: #333;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.rate-blog__like-article .like__count.active i {
	color: #d8132d
}

.rate-blog__like-article .like__title {
	font-size: 13px;
	font-weight: 400;
	color: #525252
}

.rate-blog__share {
	padding-right: 31px;
	text-align: right;
	margin-top: -1px
}

.rate-blog__share .title {
	margin-bottom: 15px
}

.rate-blog__share .title span {
	font-size: 15px;
	font-weight: 400
}

.rate-blog__share .title i {
	vertical-align: middle;
	color: #d8132d
}

.rate-blog__share .social-media a {
	color: inherit;
	text-decoration: none
}

.rate-blog__share .social-media i {
	padding-left: 22px
}

.rate-blog__short-link .title {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px
}

.rate-blog__short-link .short-link {
	border: 1px solid #e4e4e4;
	background-color: #fff;
	border-radius: 5px;
	color: #7c7c7c;
	padding: 5px 28px 5px 20px
}

.rate-blog__short-link .short-link i {
	vertical-align: middle;
	margin-right: 24px;
	position: relative;
	cursor: pointer
}

.rate-blog__short-link .short-link i .copy-z {
	background-color: #fff;
	position: absolute;
	top: -3px;
	left: 4px
}

.rate-blog__short-link .short-link__link {
	font-size: 12px;
	text-decoration: none;
	color: inherit;
	padding-top: 3px;
	width: 100%
}

.rate-blog__short-link .short-link__link #short-link {
	border: none;
	color: inherit;
	width: 100%;
	text-align: left
}

@media (min-width:320px) {
	.rate-blog__like-article .title {
		font-size: 14px;
		font-weight: 400;
		margin-right: 0;
		text-align: center
	}
	.rate-blog__like-article .like {
		text-align: center;
		padding-top: 11px
	}
	.rate-blog__like-article .like__count {
		margin-top: -3px;
		margin-left: 15px
	}
	.rate-blog__like-article .like__count span {
		font-size: 12px;
		font-weight: 400
	}
	.rate-blog__like-article .like__count i {
		vertical-align: middle;
		padding-left: 10px
	}
	.rate-blog__like-article .like__title {
		font-size: 12px;
		font-weight: 400;
		color: #525252
	}
}

@media (min-width:992px) {
	.rate-blog__like-article .title {
		font-size: 15px;
		font-weight: 400;
		margin-right: -40px;
		text-align: right
	}
	.rate-blog__like-article .like__count {
		margin-left: 0
	}
	.rate-blog__like-article .like__count span {
		font-size: 15px;
		font-weight: 400
	}
	.rate-blog__like-article .like__count i {
		vertical-align: middle;
		padding-left: 0
	}
	.rate-blog__like-article .like__title {
		font-size: 13px;
		font-weight: 400;
		color: #525252;
		margin-right: 15px
	}
}

.bio__head {
	margin-top: 7px
}

.bio__article-info {
	margin-left: 56px
}

.bio__info {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-left: 0
}

.bio__link {
	margin-left: 0!important;
	text-align: left;
	color: #7c7c7c
}

.bio__link a {
	text-decoration: none;
	color: inherit
}

.bio__image {
	width: 53px;
	height: 53px;
	margin-left: 25px;
	background-color: #fff;
	margin-right: -20px
}

.bio__image img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	border-radius: 60px
}

.bio__name {
	font-size: 18px;
	font-weight: 400;
	padding-left: 11px
}

.bio__count-article {
	background-color: #d8132d;
	border-radius: 5px;
	color: #fff;
	height: 28px;
	padding: 3px 8px
}

.bio__count-article .count {
	font-size: 16px;
	font-weight: 400
}

.bio__count-article .title {
	font-size: 12px;
	font-weight: 400
}

.bio__best-article {
	font-size: 14px;
	font-weight: 400;
	margin-top: 3px
}

.bio__best-article a {
	text-decoration: none;
	color: inherit, transition:.3s
}

.bio__best-article a::hover {
	border-bottom: 1px solid #000;
	color: #d8132e
}

.bio__link {
	color: #989898;
	margin-top: 3px;
	margin-right: auto
}

.bio__link,
.bio__main p {
	font-size: 13px;
	font-weight: 400
}

.bio__main p {
	text-align: justify;
	line-height: 29px;
	padding-right: 60px
}

@media (min-width:320px) {
	.bio__link {
		text-align: center;
		margin-top: 5px;
		margin-right: 0
	}
	.bio__main p {
		padding-right: 0
	}
}

@media (min-width:568px) {
	.bio__main p {
		padding-right: 78px
	}
}

.article-related {
	height: 378px;
	background-color: #f6f6f6;
	margin-top: 46px;
	margin-bottom: 140px
}

.article-related .container {
	margin-right: auto!important;
	margin-left: auto!important
}

.article-related .link-related-article {
	text-decoration: none;
	color: inherit
}

.article-related .post-item {
	background-color: #fff
}

.article-related__head {
	margin-bottom: 30px;
	padding-top: 34px
}

.article-related__title {
	font-size: 20px;
	font-weight: 400
}

.article-related__show-more {
	font-size: 13px;
	font-weight: 200;
	color: #888;
	margin-top: 5px
}

.article-related__show-more i {
	padding-right: 14px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: 200
}

.absolute-share {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	background-color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 8px;
	overflow: hidden;
	position: fixed;
	bottom: 10px;
	z-index: 999;
	width: 1170px;
	visibility: hidden;
	opacity: 0
}

.absolute-share__item {
	padding: 20px 30px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-left: 1px solid rgba(0, 0, 0, .05)
}

.absolute-share__item:hover .title,
.absolute-share__item:hover i {
	color: #fff
}

.absolute-share__item .title {
	font-size: 13px;
	font-weight: 400;
	color: #000
}

.absolute-share__item .title,
.absolute-share__item i {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.absolute-share__item i {
	padding-right: 12px;
	font-size: 20px
}

.absolute-share__item--count {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	border-left: none;
	padding: 0 25px 0 0;
	cursor: text
}

.absolute-share__item--count:hover .title {
	color: inherit
}

.absolute-share__item--count .count-share {
	color: #d8132d;
	font-size: 23px;
	font-weight: 400;
	line-height: 31px
}

.absolute-share__item--count .title {
	font-size: 14px;
	font-weight: 400;
	line-height: 31px;
	padding-right: 8px
}

.absolute-share__item--whatsapp i {
	color: #24b579
}

.absolute-share__item--whatsapp:hover {
	background-color: #24b579
}

.absolute-share__item--mail i {
	color: #c91717
}

.absolute-share__item--mail:hover {
	background-color: #c91717
}

.absolute-share__item--twiter i {
	color: #12cfe0
}

.absolute-share__item--twiter:hover {
	background-color: #12cfe0
}

.absolute-share__item--instagram i {
	color: #8425cd
}

.absolute-share__item--instagram:hover {
	background-color: #8425cd
}

.absolute-share__item--linkdin i {
	color: #000
}

.absolute-share__item--linkdin:hover {
	background-color: #000
}

.absolute-share__item--telegram i {
	color: #1ea1d8
}

.absolute-share__item--telegram:hover {
	background-color: #1ea1d8
}

.absolute-share__item--facebook i {
	color: #0006ff
}

.absolute-share__item--facebook:hover {
	background-color: #0006ff
}

.absolute-share.active {
	opacity: .97;
	visibility: visible
}

@media (max-width:1200px) {
	.absolute-share__item {
		padding: 5px
	}
	.absolute-share__item i {
		padding-right: 0;
		font-size: 12px
	}
}

@media (max-width:992px) {
	.absolute-share {
		width: 720px
	}
	.absolute-share__item {
		padding: 20px 10px
	}
}

@media (max-width:768px) {
	.absolute-share {
		width: 540px
	}
}

@media (max-width:576px) {

	.footer-cols-row {
		grid-template-columns: 1fr !important;
	}

	.absolute-share {
		width: auto;
		right: 10px;
		left: 10px;
		bottom: 10px
	}
	.absolute-share__item {
		padding: 5px
	}
	.absolute-share__item--count .count-share,
	.absolute-share__item--count .title,
	.absolute-share__item i {
		font-size: 12px
	}
}

@media (max-width:350px) {
	.absolute-share__item--count .count-share,
	.absolute-share__item--count .title {
		line-height: normal;
		font-size: 12px
	}
}

.today-auctions {
	margin-top: 45px
}

.today-auctions .packages-auctions__swiper {
	padding-bottom: 35px
}

.today-auctions .swiper-slide {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.today-auctions .swiper-slide-next+.swiper-slide+.swiper-slide,
.today-auctions .swiper-slide-prev {
	opacity: .2
}

.today-auctions__header {
	margin-top: 45px
}

.today-auctions__header .title {
	font-size: 14px;
	font-weight: 400;
	text-align: center
}

.today-auctions__header .title i {
	color: #b00e23;
	font-weight: 900;
	font-size: 18px;
	padding-right: 5px;
	vertical-align: middle
}

.today-auctions__header .separate {
	height: 2px
}

.today-auctions__header .remains {
	font-size: 12px;
	font-weight: 400;
	color: #898989;
	text-align: right;
	padding-right: 30px
}

.today-auctions__main {
	margin-top: 30px;
	overflow: hidden;
	padding-top: 10px
}

.today-auctions__main .package-info {
	box-shadow: 0 3px 23px rgba(0, 0, 0, .1);
	background-color: #fff;
	border-radius: 15px;
	margin-bottom: 30px;
	padding: 24px 24px 20px 19px
}

.today-auctions__main .package-info__title {
	font-size: 30px;
	font-weight: 400;
	color: #b00e23;
	text-align: right;
	margin-bottom: 0
}

.today-auctions__main .package-info__add-cart {
	text-align: right;
	padding-right: 31px
}

.today-auctions__main .package-info__add-cart .add-cart {
	background-color: #24bd4c;
	border: none;
	border-radius: 10px;
	height: 58px;
	width: 218px;
	font-size: 15px;
	font-weight: 400;
	color: #fff
}

.today-auctions__main .package-info__add-cart .add-cart i {
	padding-left: 20px;
	vertical-align: middle
}

.today-auctions .discount-price p {
	margin-bottom: 0
}

.today-auctions .discount-price__item {
	font-size: 14px;
	font-weight: 600
}

.today-auctions .discount-price__item--price span {
	font-size: 12px;
	font-weight: 400;
	padding-right: 6px
}

.today-auctions .regular-price p {
	margin-bottom: 0
}

.today-auctions .regular-price__item {
	font-size: 16px;
	font-weight: 600;
	color: #b00e23
}

.today-auctions .regular-price__item--price {
	text-align: left
}

.today-auctions .regular-price__item--price span {
	font-size: 12px;
	font-weight: 400;
	padding-right: 6px
}

@media (min-width:320px) {
	.today-auctions__main .package-info__add-cart {
		padding-right: 0
	}
}

@media (min-width:992px) {
	.today-auctions__main .package-info__add-cart {
		padding-right: 31px
	}
}

body {
	counter-reset: section
}

.packages-auctions__title:before {
	counter-increment: section;
	content: counter(section);
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-color: #d8132d;
	border-radius: 60px;
	margin-left: 5px;
	color: #fff;
	line-height: 24px;
	text-align: center
}

.packages-auctions {
	margin-top: 30px;
	overflow: visible
}

.packages-auctions__item {
	box-shadow: 0 3px 23px rgba(0, 0, 0, .1);
	background-color: #fff;
	border-radius: 10px;
	padding-right: 23px;
	padding-top: 30px;
	padding-left: 26px
}

.packages-auctions__item .packages-auctions__header .packages-auctions__title {
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	width: 173px;
	line-height: 30px
}

.packages-auctions__item .packages-auctions__header .packages-auctions__price {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 14.01px;
	padding-right: 10px
}

.packages-auctions__item .packages-auctions__header .packages-auctions__price span {
	font-size: 11px;
	font-weight: 400
}

.packages-auctions__item .packages-auctions__article .packages-auctions__image {
	margin-top: 76px;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	height: 200px
}

.packages-auctions__item .packages-auctions__article .gallery {
	padding-right: 10px;
	margin-top: 98px;
	margin-bottom: 46px
}

.packages-auctions__item .packages-auctions__article .gallery li {
	list-style: none;
	margin-left: 10px
}

.packages-auctions__item .packages-auctions__article .gallery li:first-child figure {
	padding-top: 20px
}

.packages-auctions__item .packages-auctions__article .gallery__item {
	width: 71px;
	height: 71px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .14);
	background-color: #fff;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center
}

.packages-auctions__item .packages-auctions__article .gallery__item figure {
	margin-bottom: 0;
	height: 100%;
	padding: 14px 0
}

.packages-auctions__item .packages-auctions__article .gallery__item figure img {
	width: 100%;
	height: 100%
}

.packages-auctions__item .packages-auctions__article .gallery__item--show i {
	font-size: 32px;
	color: #d8132d;
	display: block;
	height: 100%;
	width: 100%
}

.packages-auctions__desc {
	text-align: justify;
	font-size: 13px;
	font-weight: 400;
	line-height: 31px;
	color: #333;
	min-height: 125px
}

.packages-auctions__footer {
	text-align: right;
	margin-top: 16px
}

.packages-auctions__footer .features__item {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 30px
}

.packages-auctions__footer .show-review {
	font-size: 13px;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	margin-bottom: 30px;
	text-decoration: none;
	color: #333
}

@media (min-width:320px) {
	.packages-auctions {
		padding: 10px;
		overflow: hidden
	}
}

@media (min-width:1200px) {
	.packages-auctions {
		padding: 0;
		overflow: visible
	}
}

.bg-user {
	background-image: url(../images//bg-user.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 51%
}

.user-login {
	max-width: 390px;
	margin: 150px auto 0;
	padding: 52px 41px;
	background-color: #fff;
	box-shadow: 0 -20px 44px -29px rgba(0, 0, 0, .5);
	border-radius: 32px;
	position: relative
}

.user-login .user-login-diposable__btn--send {
	border-radius: 10px!important;
	background-color: #17c04f;
	border: none;
	color: #fff;
	height: 50px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	position: relative
}

.user-login:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	height: 100px;
	left: 6%;
	right: 6%;
	top: -1.5%;
	background-color: hsla(0, 0%, 100%, .5);
	border-radius: 15px
}

.user-login__enter {
	text-align: center;
	margin-bottom: 14px;
	font-size: 13px;
	font-weight: 400;
	display: block
}

.user-login__header {
	margin-bottom: 53px;
	position: relative;
	z-index: 2
}

.user-login__header .icon {
	margin-top: -16px
}

.user-login__header .icon i {
	vertical-align: top;
	text-align: center;
	font-size: 50px;
	color: #d8132d
}

.user-login__user {
	color: #d8132d;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px
}

.user-login__disposable-password {
	font-size: 15px;
	font-weight: 400;
	color: #989898;
	border-bottom: 1px solid hsla(0, 0%, 82%, .2);
	line-height: 30px
}

.user-login input {
	border: none;
	background-color: #f1f1f1;
	border-radius: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	padding: 15px 10px
}

.user-login__btn {
	background-color: #17c04f;
	border: none;
	border-radius: 0 10px 10px 0;
	color: #fff;
	height: 50px;
	font-size: 18px;
	font-weight: 400;
	text-align: right;
	padding-right: 20px;
	position: relative
}

.user-login__btn--reg {
	border-radius: 10px 0 0 10px;
	background-color: #1ab24c;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	padding-right: 0
}

.home-page-link {
	margin-top: 30px;
	text-align: center
}

.home-page-link a {
	text-decoration: none
}

.home-page-link__icon i {
	color: #cbcbcb;
	font-size: 12px
}

.home-page-link__icon i:first-child {
	font-size: 17px;
	vertical-align: middle;
	padding-right: 20px
}

.loader-overly {
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999999
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em
}

.loader {
	margin: 10px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border: 1.1em solid hsla(0, 0%, 100%, .2);
	border-left-color: #fff;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s linear infinite;
	animation: load8 1.1s linear infinite
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.not-found {
	background-image: url(../images//404.gif);
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative
}

.not-found__content {
	font-size: 28px;
	color: #fff;
	right: 10%;
	top: 80vh;
	position: absolute
}

.not-found__content span {
	display: block;
	text-align: center
}

.not-found__content .icon {
	font-size: 10px;
	margin-left: -48px
}

.site-footer {
	margin-top: 120px;
	background-size: 100% 100%;
	box-shadow: 0 -19px 54px rgba(0, 0, 0, .08);
	position: relative
}

.site-footer .enamad {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center
}

.site-footer .enamad>img,
.site-footer .enamad a>img {
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

.site-footer .site-info {
	position: absolute;
	top: -83px;
	right: 0;
	left: 0
}

.site-footer .top-footer-go-top {
	background-image: url(../images//svg-footer.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #d8132d;
	width: 230px;
	height: 100px;
	position: absolute;
	top: -84px;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	padding-top: 26px;
	z-index: 10;
	text-align: center
}

.site-footer .top-footer-go-top i {
	font-size: 47px
}

.site-footer:after {
	content: "";
	position: absolute;
	width: 70px;
	height: 71px;
	border-radius: 100%;
	top: -68px;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	background-color: transparent;
	box-shadow: 0 -19px 57px -9px rgba(0, 0, 0, .2)
}

.site-footer a {
	color: #000;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s
}

.site-footer .site-footer__nav {
	position: relative;
	z-index: 11;
	background: #fff;
	padding-bottom: 38px;
	padding-top: 55px
}

.site-footer .site-footer__nav:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 95px;
	border-bottom: 1px solid #efefef
}

.site-footer .site-footer__nav .site-footer__nav__item {
	text-align: right
}

.site-footer .site-footer__nav .site-footer__nav__item h2 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 33px
}

.site-footer .site-footer__nav .site-footer__nav__item ul {
	padding-right: 0
}

.site-footer .site-footer__nav .site-footer__nav__item ul li {
	-webkit-transition: .3s;
	transition: .3s;
	list-style: none;
	font-size: 13px;
	padding-top: 15px;
	cursor: pointer;
	line-height: 15px
}

.site-footer .site-footer__nav .site-footer__nav__item ul li:hover a {
	color: #d8122d
}

.site-footer .site-footer__nav .site-footer__nav__item .site-footer__nav__item__desc {
	line-height: 30px;
	color: #2f2f2f;
	text-align: justify
}

.site-footer .site-footer__nav .site-footer__nav__item--desc-site {
	padding: 0 10px;
	position: static
}

.site-footer .site-footer__nav .site-footer__nav__item--desc-site p {
	text-align: center;
	font-size: 12px
}

.site-footer .site-footer__nav .site-footer__nav__item--desc-site .site-footer__title {
	text-align: center;
	font-size: 16px;
	margin-bottom: 13px;
	font-weight: 600
}

.site-footer .site-footer__nav .site-footer__nav__item--desc-site .site-footer__subtitle {
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 25px;
	position: relative;
	z-index: 4;
	background: radial-gradient(ellipse at center, #fff 50%, hsla(0, 0%, 100%, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1)
}

.site-footer .site-footer__nav .--text-left {
	text-align: left
}

.site-footer__info {
	margin-top: 20px;
	box-shadow: 0 21px 43px -33px rgba(0, 0, 0, .2);
	padding-bottom: 40px
}

.site-footer__social-media {
	text-align: left;
	-webkit-box-align: start;
	align-items: flex-start;
	padding-top: 15px
}

.site-footer__social-media .item {
	-webkit-transition: .3s;
	transition: .3s;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	border-radius: 35px;
	padding: 8px 0;
	margin-right: 15px
}

.site-footer__social-media .item .social-name {
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 0;
	visibility: hidden;
	opacity: 0;
	color: #fff;
	line-height: 12px;
	margin-top: 3px
}

.site-footer__social-media .item .arrow-icon {
	padding-left: 12px;
	opacity: 0;
	visibility: hidden;
	font-size: 0;
	color: #fff
}

.site-footer__social-media .item .social-icon {
	font-size: 20px;
	vertical-align: middle
}

.site-footer__social-media .item:hover {
	background-color: #d8132d;
	color: #fff;
	padding: 8px 14px 8px 12px
}

.site-footer__social-media .item:hover .social-name {
	font-size: 12px;
	font-weight: 400;
	margin-left: 8px;
	opacity: 1;
	visibility: visible
}

.site-footer__social-media .item:hover .icon-prev {
	font-size: 10px;
	opacity: 1;
	visibility: visible;
	padding-left: 12px
}

.site-footer__social-media .item.active {
	background-color: #d8132d;
	color: #fff;
	padding: 8px 14px 8px 12px
}

.site-footer__social-media .item.active .social-name {
	font-size: 12px;
	font-weight: 400;
	margin-left: 8px;
	opacity: 1;
	visibility: visible
}

.site-footer__social-media .item.active .icon-prev {
	font-size: 10px;
	opacity: 1;
	visibility: visible;
	padding-left: 12px
}

.site-footer__saritech .bascket {
	font-size: 58px;
	margin-bottom: 18px
}

.site-footer__saritech .saritech {
	font-size: 14px
}

.site-footer__electrical-trust {
	padding-top: 20px
}

.site-footer__electrical-trust .info {
	font-size: 13px;
	font-weight: 600
}

.site-footer__electrical-trust .info__phone {
	font-weight: 600
}

.site-footer__electrical-trust .info__phone span {
	margin-left: 12px
}

.site-footer__electrical-trust .info__show-address {
	margin-bottom: 5px
}

.site-footer__electrical-trust .info__show-address span {
	font-size: 10px;
	color: #333;
	padding-right: 13px
}

.site-footer__copy-right {
	box-shadow: inset 0 15px 35px -23px rgba(0, 0, 0, .3);
	position: relative;
	overflow: hidden;
	padding-bottom: 35px
}

.site-footer__copy-right .container {
	position: relative
}

.site-footer__copy-right .container:before {
	content: "";
	position: absolute;
	width: 3500px;
	top: 0;
	right: calc(100% - 25px);
	bottom: 0;
	background: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, .2)
}

.site-footer__copy-right .copyright {
	color: #727272;
	font-size: 12px;
	padding-top: 14px;
	position: relative;
	top: 9px
}

.site-footer__copy-right .ivahid {
	-webkit-box-align: center;
	align-items: center;
	background-image: url(../images//bg-footer.png);
	background-size: 100% 100%;
	position: relative;
	height: 50px
}

.site-footer__copy-right .ivahid:after {
	content: "";
	position: absolute;
	left: 0;
	right: 40px;
	height: 100%;
	border-radius: 0 0 60px;
	background-color: transparent;
	box-shadow: 30px -11px 35px -2px rgba(0, 0, 0, .2), 10px 14px 22px -12px rgba(0, 0, 0, .2);
	z-index: -5
}

.site-footer__copy-right .ivahid span {
	color: #a6a6a6;
	font-family: Iranyekan;
	font-size: 11px;
	font-weight: 400;
	padding-top: 20px;
	padding-left: 18px
}

.site-footer__copy-right .ivahid__logo {
	padding: 15px 7px;
	background-color: #ff4342;
	position: relative;
	top: 8px
}

.site-footer__copy-right .ivahid__logo:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -10px;
	z-index: -1;
	width: 10px;
	height: 10px;
	border-top: 10px solid #c4201f;
	border-right: 10px solid transparent
}

.site-footer__copy-right .ivahid__logo figure {
	margin-bottom: 0
}

.site-footer__copy-right .ivahid__logo figure img {
	width: 100%;
	height: 100%
}

.site-footer__copy-right .trust {
	margin-left: 15px;
	padding-top: 15px
}

.site-footer__copy-right .trust figure {
	margin: 0
}

.site-footer__copy-right .trust figure img {
	height: 31px
}

@media (max-width:576px) {


	
	.site-footer__copy-right .trust {
		-webkit-box-flex: 1;
		flex: 1 0 auto
	}
	.site-footer__copy-right .copyright {
		top: auto
	}
	.site-footer .site-info {
		position: static;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
}

@media (max-width:992px) {
	.site-footer__copy-right {
		box-shadow: inset 0 15px 35px -23px transparent
	}
	.site-footer__copy-right .container:before {
		box-shadow: 0 0 25px transparent
	}
	.site-footer__electrical-trust .info {
		margin-right: 0
	}
	.site-footer .ivahid:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		height: 100%;
		border-radius: 0 0 60px;
		background-color: transparent;
		box-shadow: 30px -11px 35px -2px transparent, 10px 14px 22px -12px rgba(0, 0, 0, .2);
		z-index: -5
	}
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: none!important;
	width: 100%!important;
	margin-bottom: 30px
}

.input-text {
	border-radius: 5px;
	border: 1px solid #ddd
}

#coupon_code {
	width: 150px
}

.button {
	background-color: #18c04f!important;
	border-radius: 8px!important;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .15)!important;
	color: #fff!important;
	-webkit-transition: .3s;
	transition: .3s
}

.button:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .15)!important
}

.button--color {
	color: #fff!important
}

.woocommerce-info {
	border-top: 1px solid #9e0d1e
}

.woocommerce-info:before {
	color: #333
}

.woocommerce-checkout h3 {
	font-size: 20px;
	margin-bottom: 20px
}

.woocommerce-checkout-review-order-table .cart-subtotal .amount {
	display: -webkit-box!important;
	display: flex!important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.woocommerce-checkout-review-order-table .woocommerce-Price-currencySymbol {
	font-size: 12px;
	margin-right: 12px
}

.woocommerce-checkout-review-order-table .amount {
	display: -webkit-box!important;
	display: flex!important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start
}

.woocommerce-checkout-review-order-table .product-name {
	font-size: 13px!important;
	width: 70%
}

.woocommerce-checkout-review-order-table .product-name .product-quantity {
	display: inline-block
}

.input-text {
	padding: 10px 20px;
	-webkit-transition: .3s;
	transition: .3s;
	border: 1px solid #d5d5d5
}

.input-text:focus {
	border: 1px solid #0d84e3
}

#order_comments {
	padding: 10px
}

.woocommerce .quantity .qty {
	padding: 5px!important
}

.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cart_totals {
	float: none;
	width: 100%
}

.cart_totals th {
	width: 15%!important
}

.cart_totals .shop_table .cart-subtotal {
	border-bottom: 1px solid #f0f8ff
}

.cart_totals .shop_table .cart-subtotal>th {
	padding-right: 19px;
	width: 15%!important
}

.cart_totals .shop_table .cart-subtotal>td {
	padding-left: 19px
}

.cart_totals .shop_table .cart-subtotal .woocommerce-Price-amount {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	justify-content: flex-end
}

.cart_totals .shop_table .cart-subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	padding-right: 15px;
	font-size: 12px
}

.cart_totals .shop_table .order-total>th {
	border-top: none!important;
	padding-right: 19px;
	width: 15%!important
}

.cart_totals .shop_table .order-total>td {
	border-top: none!important;
	padding-left: 19px
}

.cart_totals .shop_table .order-total>td strong .woocommerce-Price-amount {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	justify-content: flex-end
}

.cart_totals .shop_table .order-total>td strong .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	padding-right: 15px;
	font-size: 12px
}

.woocommerce-cart-form__cart-item .product-price .woocommerce-Price-amount {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	justify-content: flex-end
}

.woocommerce-cart-form__cart-item .product-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	padding-right: 15px;
	font-size: 12px
}

.woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	justify-content: flex-end
}

.woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	padding-right: 15px;
	font-size: 12px
}

.woocommerce-Addresses {
	width: 100%!important
}

.woocommerce-Addresses .woocommerce-Address-title {
	margin-top: 20px
}

.woocommerce-Addresses .woocommerce-Address-title .edit {
	color: #18c04f
}

.woocommerce-Addresses address {
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	border-radius: 10px;
	padding: 10px 20px;
	margin-bottom: 15px;
	margin-top: 20px
}

.woocommerce-EditAccountForm .button {
	margin-top: 15px!important
}

.woocommerce-checkout-review-order-table {
	display: block!important;
	background-color: #f5f5f5
}

.woocommerce-checkout-review-order-table li {
	position: relative
}

.woocommerce-checkout-review-order-table li .woocommerce-Price-amount {
	direction: ltr!important;
	display: -webkit-inline-box;
	display: inline-flex
}

.woocommerce-checkout-review-order-table li .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	font-size: 12px;
	margin-right: 5px
}

.woocommerce-checkout-review-order-table li label {
	border-radius: 5px;
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 5px 30px 3px 10px;
	font-size: 13px;
	display: block!important;
	font-weight: 400
}

.woocommerce-checkout-review-order-table li input {
	position: absolute;
	right: 8px;
	z-index: 9;
	top: 7px
}

.woocommerce-checkout-review-order-table li input:checked+label {
	background: #fff
}

.woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout-review-order-table thead {
	width: 100%!important;
	display: table!important
}

.woocommerce-checkout-review-order-table tfoot th {
	white-space: nowrap
}

.woocommerce-cart .cart-collaterals .cart_totals table {
	background-color: #f5f5f5
}

.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-methods .woocommerce-Price-amount {
	direction: ltr!important;
	display: -webkit-inline-box;
	display: inline-flex
}

.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-methods .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	font-size: 12px;
	margin-right: 5px
}

.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-methods li {
	position: relative
}

.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-methods li label {
	border-radius: 5px;
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 5px 30px 3px 10px;
	font-size: 13px;
	display: block!important;
	font-weight: 400
}

.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-methods li input {
	position: absolute;
	right: 8px;
	z-index: 9;
	top: 7px
}

.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-methods li input:checked+label {
	background: #fff
}

.woocommerce td.product-name dl.variation p {
	line-height: normal
}

#billing_country_field {
	display: none
}

#ship-to-different-address {
	margin: 0;
	padding: 9px 12px;
	background: #f5f5f5;
	border-radius: 5px;
	font-size: 15px
}

#ship-to-different-address label {
	margin: 0
}

#ship-to-different-address input {
	top: 2px;
	position: relative;
	margin-left: 5px
}

.woocommerce form .form-row label {
	line-height: 2;
	font-size: 13px;
	font-weight: 400;
	margin: 0
}

.woocommerce form .form-row .required {
	font-weight: 200;
	color: #ce1c1c
}

.woocommerce td.product-name dl.variation dt {
	font-size: 13px;
	font-weight: 400
}

.woocommerce-cart table.cart td a {
	font-size: 16px;
	margin-bottom: 5px;
	display: block
}

.table__cell>a.view,
.woocommerce-pagination .button {
	padding: 4px 8px 3px!important
}

.woocommerce td.product-name dl.variation p {
	line-height: 24px;
	margin-left: 15px;
	font-size: 12px!important
}

.woocommerce td.product-name dl.variation:last-child {
	margin-bottom: 0;
	color: #a8a8a8;
	display: -webkit-box;
	display: flex
}

.woocommerce td.product-name dl.variation dt {
	font-size: 12px!important
}

body {
	text-align: right;
	direction: rtl;
	color: #333;
	overflow-x: hidden
}

body.overflow-none {
	overflow: hidden;
	position: fixed
}

.swiper-container {
	padding: 15px;
	margin: -15px
}

.p30 {
	margin: 0 -15px
}

.p30>[class*=col] {
	padding: 0 15px
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-bottom: 0
}

@media (min-width:320px) {
	padding: 0 15px
}

@media (min-width:768px) {
	padding: 0
}

a {
	text-decocration: none
}

.go-top a,
a {
	color: inherit
}

.go-top {
	width: 46px;
	height: 46px;
	background-color: #d8132d;
	border-radius: 10px 10px 0;
	text-align: center;
	position: fixed;
	bottom: 20px;
	right: 15px;
	text-decoration: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	z-index: 100
}

.go-top i {
	font-size: 13px;
	color: #fff;
	vertical-align: middle;
	line-height: 44px
}

.go-top.active {
	visibility: visible;
	opacity: 1
}

.go-top.responsive {
	bottom: 170px
}

.go-top--shadow {
	box-shadow: 0 5px 0 rgba(216, 19, 45, .1), 0 10px 0 rgba(216, 19, 45, .06), 0 13px 0 rgba(216, 19, 45, .04)
}

.go-top--single {
	bottom: 90px
}

.add-cart-sticky {
	width: 46px;
	height: 46px;
	background-color: #24bd4c;
	border-radius: 10px 10px 10px 0;
	text-align: center;
	position: fixed;
	bottom: 20px;
	left: 15px;
	color: inherit;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
	z-index: 100000
}

.add-cart-sticky i {
	font-size: 20px;
	color: #fff;
	vertical-align: middle;
	line-height: 44px
}

.add-cart-sticky.active {
	visibility: visible;
	opacity: 1
}

.add-cart-sticky.responsive {
	bottom: 170px
}

.add-cart-sticky .add {
	position: absolute;
	background-color: #fff;
	top: 46%;
	right: 51%;
	border-radius: 60px;
	width: 15px;
	height: 15px;
	text-align: center;
	color: #24bd4c;
	line-height: 21px;
	font-size: 21px;
	font-weight: 400
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #a5a5a5!important
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #e6e6e6!important
}

.remodal-overlay {
	background: hsla(0, 0%, 100%, .9)
}

.remodal {
	max-width: 1170px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	border-radius: 10px
}

.banner-discount {
	margin-top: 65px
}

.padl-25 {
	padding-left: 25px
}

.padl-15 {
	padding-left: 15px
}

.web-logs .shape-blog span {
	color: #000
}

.web-logs .shape-blog {
	height: 30px
}

.notification a {
	display: inline-block
}

.second-nav .mega-menu-site .list-item__category .category {
	-webkit-column-fill: auto;
	-moz-column-fill: auto;
	column-fill: auto
}

.parent-loader {
	position: absolute;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: hsla(0, 0%, 100%, .7)
}

.parent-loader__loader {
	border-radius: 60%;
	border: 5px solid #f3f3f3;
	border-top-color: #d8132e;
	height: 25px;
	width: 25px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@media (max-width:992px) {
	.padl-25 {
		padding-left: 0
	}
}

.pl15 {
	padding-left: 15px
}

.bio__best-article a {
	border-bottom: 1px solid #ddd !important;
	transition: .3s
}

.bio__best-article a:hover {
	color: #d8132e
}

.go-top--single {
	bottom: 90px
}

@media (max-width:992px) {
	.absolute-share__item {
		padding: 20px
	}
	.absolute-share__item i {
		font-size: 20px
	}
}

@media (max-width:1117px) {
	.banerstayathome img {
		width: 100%
	}
}

@media (max-width:400px) {
	.absolute-share__item {
		padding: 13px
	}
	.absolute-share__item i {
		font-size: 16px
	}
	.banerstayathome {
		display: none
	}
}

.aghsati {
	margin-top: 19px
}

.aghsati:before {
	content: '---------------------------------------------------------------------------------------------------------------';
	font-size: 12px;
	display: block;
	letter-spacing: 6px;
	color: #bfbfbf;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	margin-bottom: 18px
}

.aghsati.disable {
	opacity: .3
}

.aghsati a {
	box-shadow: 0 2px 3px rgba(0, 0, 0, .35);
	background-color: #2873ee;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
	border-radius: 9px;
	display: block
}

.wp-block-table.is-style-stripes tbody tr {
	height: 40px;
	line-height: 3
}

.wp-block-table.is-style-stripes tbody tr:nth-of-type(2n) {
	background-color: #f2f2f2 !important
}

.wp-block-table.is-style-stripes tbody tr:nth-of-type(2n+1) {
	background-color: #fff !important
}

.wp-block-table table tbody tr td {
	padding: 9px 0;
	font-size: 14px
}

.wp-block-table table tbody tr:nth-of-type(2n) {
	background-color: #f2f2f2 !important
}

.seller-option .seller-option__item {
	cursor: pointer
}

.wp-block-table table tbody tr:nth-of-type(2n+1) {
	background-color: #fff !important
}

.packages-auctions__item .packages-auctions__feautres {
	display: flex;
	align-items: center
}

.packages-auctions__item .packages-auctions__feautres .item {
	display: flex;
	color: #858585;
	font-size: 13px;
	align-items: center;
	margin-left: 20px
}

.packages-auctions__item .packages-auctions__feautres .item .item__value {
	margin-right: 5px
}

#offer-price {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	padding: 15px;
	background-color: #0071fe;
	color: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .15)
}

.offer-price {
	display: flex;
	flex-direction: column
}

.offer-price .offer-price__title {
	color: #333;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 20px
}

.offer-price input {
	border: none;
	height: 45px;
	border-radius: 10px;
	background-color: #f1f1f1;
	padding: 0 25px;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: 400
}

.offer-price .offer-price__send {
	width: 100px;
	height: 45px;
	border: none;
	border-radius: 10px;
	background-color: #24bd4c;
	color: #fff
}

.mazaya__g {
	background-color: #ebf9f0;
	border-radius: 20px;
	padding: 30px
}

.mazaya__g span {
	color: #32784b;
	font-size: 16px;
	font-weight: 700
}

.mazaya__g ul {
	padding-right: 15px;
	margin-bottom: 0
}

.mazaya__g ul li {
	color: #3c714f;
	font-size: 13px;
	font-weight: 500
}

.mazaya__g--red {
	background-color: #fff8f9
}

.mazaya__g--red span {
	color: #916067
}

.mazaya__g--red ul li {
	color: #916067
}

.auctions__sells-item1 {
	background-image: radial-gradient(rgba(154, 0, 206, .6), rgba(154, 0, 206, 1));
	box-shadow: 0 20px 28px -6px rgba(154, 0, 206, .5)
}

.auctions__sells-item2 {
	background-image: radial-gradient(rgba(124, 211, 153, .6), rgba(124, 211, 153, 1));
	box-shadow: 0 20px 28px -6px rgba(124, 211, 153, .5)
}

.auctions__sells-item3 {
	background-image: radial-gradient(rgba(147, 226, 226, .6), rgba(147, 226, 226, 1));
	box-shadow: 0 20px 28px -6px rgba(147, 226, 226, .5)
}

.auctions__sells-item4 {
	background-image: radial-gradient(rgba(23, 0, 45, .6), rgba(23, 0, 45, 1));
	box-shadow: 0 20px 28px -6px rgba(23, 0, 45, .5)
}

.auctions__sells-item5 {
	background-image: radial-gradient(rgba(123, 86, 234, .6), rgba(123, 86, 234, 1));
	box-shadow: 0 20px 28px -6px rgba(123, 86, 234, .5)
}

.auctions__sells-item6 {
	background-image: radial-gradient(rgba(94, 100, 168, .6), rgba(94, 100, 168, 1));
	box-shadow: 0 20px 28px -6px rgba(94, 100, 168, .5)
}

div.learn-course {
	display: block;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .05), 0 -6px 32px 0 rgba(0, 0, 0, .02);
	box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .05), 0 -6px 32px 0 rgba(0, 0, 0, .02);
	height: 250px;
	width: 100%;
	margin: 125px 0;
	border-radius: 10px;
}

.learn-course div.cover-slider {
	float: right;
	width: 311px;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .1);
	height: 326px;
	background-color: #fff;
	margin: -29px 46px 0 0
}

.learn-course div.cover-slider div.slider {
	margin: -31px auto 0;
	width: 280px;
	height: 374px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .1)
}

.learn-course div.cover-slider div.slider div.box-img {
	float: right;
	height: 100%;
	width: 257px;
	border-radius: 4px;
	background-color: #728879;
	margin: 11px 11px 0 0
}

.learn-course div.cover-slider div.slider div.box-img img {
	width: 100%;
	border-radius: 4px
}

.learn-course div.cover-slider div.slider div.box-img span.discount {
	background-color: rgba(0, 0, 0, .51);
	border-radius: 20px;
	height: 36px;
	padding: 0 14px;
	float: left;
	position: relative;
	margin: -250px 0 0 24px;
	font-family: IRANYekan;
	font-weight: 300;
	letter-spacing: -.8px;
	font-size: 17.5px;
	color: #fff;
	line-height: 2.3
}

.learn-course div.cover-slider div.slider div.box-img span.discount:before {
	content: "";
	float: left;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qwe2ZpbGw6I2ZmZn08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01MDggMTA1LjljLTMuOC01LTkuNy04LTE2LThIMTE1LjNsLTExLTM3LjVDMTAxLjggNTEuOSA5NCA0NiA4NS4xIDQ2SDIwQzkgNDYgMCA1NSAwIDY2czkgMjAgMjAgMjBoNTAuMWMyLjkgMTAgNzYuOCAyNjIuMyA3OS44IDI3Mi41IDIuNSA4LjUgMTAuMyAxNC40IDE5LjIgMTQuNGgyNTQuMWM4LjkgMCAxNi43LTUuOSAxOS4yLTE0LjRsNjguOC0yMzVjMS44LTYgLjYtMTIuNi0zLjItMTcuNnptLTk5LjggMjI3SDE4NC4xbC01Ny4xLTE5NWgzMzguM2wtNTcuMSAxOTV6Ii8+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMjQyLjMiIGN5PSI0MzkiIHI9IjI3Ii8+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMzUwIiBjeT0iNDM5IiByPSIyNyIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	margin: 10px 4px 0 0
}

.learn-course div.cover-slider div.slider h6.title {
	float: right;
	font-family: IRANYekan;
	font-weight: 600;
	letter-spacing: -.8px;
	font-size: 16px;
	color: #4b4b4b;
margin: -3em 1em;
background: #fff;
padding: .5em 1em;
    border-radius: 1em;
}

.learn-course div.cover-slider div.slider a.download {
	background-image: linear-gradient(158deg, #c4b115, #c4b115);
	width: 3em;
	height: 2em;
	border-radius: 20px;
	float: left;
margin: -3em 1.5em;
}

.learn-course div.cover-slider div.slider a.download:hover {
    background: #fff;
}
.learn-course div.cover-slider div.slider a.download i {
	content: "";
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNDA5LjggMjc4LjVMMjU2IDQzMi4zIDEwMi4yIDI3OC41bDI4LjMtMjguM0wyMzYgMzU1LjdWMGg0MHYzNTUuN2wxMDUuNS0xMDUuNSAyOC4zIDI4LjN6TTUxMiA0NzJIMHY0MGg1MTJ2LTQweiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
width: 1.25em;
height: 1.25em;
float: right;
margin: .2em .75em;}

.learn-course div.course {
	float: right;
	margin: -275px 355px 0 0
}

.learn-course div.course i.learn-course {
	float: right;
	width: 75px;
	height: 75px;
}

.learn-course div.course h5.title {
	float: right;
	font-family: IRANYekan;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: -.8px;
	color: #1f1f1f;
	margin: -50px 70px 0 0;
	clear: both
}

.learn-course div.course h5.title:before {
	content: "";
	float: right;
	width: 16px;
	height: 16px;
	border: 3px solid #1f1f1f;
	border-radius: 50%;
	margin: 3px -23px 0 0;
	-webkit-transition: all .28s ease-in-out;
	-o-transition: all .28s ease-in-out;
	transition: all .28s ease-in-out
}

.learn-course div.course p.entitle {
	float: right;
	font-family: IRANYekan;
	font-weight: 400;
	font-size: 17px;
	color: #d2d2d2;
	letter-spacing: -.8px;
	margin: -33px 135px 0 0
}

.learn-course div.course p.des {
	float: right;
	font-family: IRANYekan;
	font-weight: 400;
	color: #838383;
	font-size: 16px;
	letter-spacing: -.8px;
	line-height: 1.813;
	padding: 0 32px 0 60px;
	text-align: right;
}

.learn-course div.course a.more {
	float: left;
	width: 212px;
	height: 71px;
	background-color: #c9c9c9;
	border-radius: 50px;
	font-family: IRANYekan;
	font-weight: 500;
	letter-spacing: -.8px;
	font-size: 16px;
	line-height: 3.9;
	text-align: center;
	color: #fff;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	border-color: #fff;
	border-style: solid;
	border-width: 5px 10px;
	-webkit-transition: all .28s ease-in-out;
	-o-transition: all .28s ease-in-out;
	transition: all .28s ease-in-out;
	margin: -183px 0 0 55px
}

.learn-course div.course a.more i.show {
	float: right;
	width: 22px;
	height: 20px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGU+LnN0MHtmaWxsOiNmZmZ9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTA1LjggMjQwLjlsLTg5LjEtODkuMWMtODguNi04OC42LTIzMi43LTg4LjYtMzIxLjMgMEw2LjMgMjQwLjljLTguMyA4LjMtOC4zIDIxLjggMCAzMC4ybDg5LjEgODkuMWM0NC4zIDQ0LjMgMTAyLjUgNjYuNSAxNjAuNyA2Ni41czExNi40LTIyLjIgMTYwLjctNjYuNWw4OS4xLTg5LjFjOC4yLTguNCA4LjItMjEuOC0uMS0zMC4yek0yNTYgMzYyLjdjLTU4LjggMC0xMDYuNy00Ny45LTEwNi43LTEwNi43UzE5Ny4yIDE0OS4zIDI1NiAxNDkuMyAzNjIuNyAxOTcuMiAzNjIuNyAyNTYgMzE0LjggMzYyLjcgMjU2IDM2Mi43eiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNTYgMTkyYy0zNS4zIDAtNjQgMjguNy02NCA2NHMyOC43IDY0IDY0IDY0IDY0LTI4LjcgNjQtNjQtMjguNy02NC02NC02NHoiLz48L3N2Zz4=);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 21px 13px 0 -10px
}

.learn-course div.course a.more:after {
	content: "";
	position: relative;
	display: inherit;
	background-color: rgba(0, 0, 0, 0);
	height: 81px;
	width: 120%;
	z-index: 1!important;
	border-radius: 50px;
	margin: -73px -10% 0 0;
	-webkit-transition: all .28s ease-in-out;
	-o-transition: all .28s ease-in-out;
	transition: all .28s ease-in-out
}

.learn-course div.course:hover a.more {
	background-color: #e8495f;
	border-color: #fce5e8
}

.learn-course div.course:hover a.more:after {
	content: "";
	position: relative;
	display: inherit;
	background-color: rgba(232, 73, 95, .11);
	height: 81px;
	width: 120%;
	z-index: 1!important;
	border-radius: 50px;
	margin: -72px -10% 0 0
}


/* Footer */

footer {
	background-image: url('../images/footer-bg.png');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-cols-row {
	display: grid;
	grid-template-columns: 1fr  1fr  1fr  2fr;
	grid-gap: 1em;
	margin-top: 5em;
}

.footer-col {
}

.footer-col:first-child {
}

.footer-col:last-child {
}

.footer-col-top {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding-bottom: 30px;
	font-size: 12px;
	min-height: 85px;
}

.footer-col-top img {
	margin-left: 10px;
}

.footer-col-top div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer-col-top div span:last-child {
	font-size: 17px;
}

.footer-col:last-child .footer-col-top div span:last-child {
	font-size: 12px;
}

.footer-col-top div span.city-code {
	font-size: 14px;
	margin-right: 5px;
}

.footer-col-bottom {
	display: -ms-flexbox;
	display: flex;
	flex: 1;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: justify;
	padding: 0 0 0 30px;
}

.footer-col:last-child .footer-col-bottom {
	padding: 0;
}

.footer-col-bottom .widget_text p {
	font-size: 13px;
	padding: 3px 0;
	line-height: 24px;
}

.footer-col-bottom .widget ul.menu {
	list-style: none;
}

.footer-col-bottom .widget ul.menu li {
	padding: 3px;
	font-size: 13px;
}

.footer-col-bottom .widget ul.menu li a {
	color: #7f8994;
}

.footer-col-bottom .widget ul.menu li a:hover {
	color: #bb8a04;
}

.news-enamad {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.news-enamad .enamad {
	max-width: 90px;
}

.footer-cols-newslater {
	text-align: center;
}

.footer-cols-newslater .newsletter-form-row {
	position: relative;
}

.footer-cols-newslater input {
	margin-top: 20px;
	width: 100%;
	border: none;
	-webkit-box-shadow: -6px 6px 10px 0px rgba(230, 230, 230, 0.5);
	-moz-box-shadow: -6px 6px 10px 0px rgba(230, 230, 230, 0.5);
	box-shadow: -6px 6px 10px 0px rgba(230, 230, 230, 0.5);
	border-radius: 50px 0 50px 50px;
	padding: 15px 15px 15px 65px;
	text-align: left;
	direction: ltr;
	font-family: iranyekan;
}

.footer-cols-newslater input::-webkit-input-placeholder {
	text-align: right;
}

.footer-cols-newslater input:-ms-input-placeholder {
	text-align: right;
}

.footer-cols-newslater input::placeholder {
	text-align: right;
}

.footer-cols-newslater .newsletter-btn {
	position: absolute;
	top: 30px;
	left: 5%;
	border: none;
	background: #e8a817;
	border-radius: 50%;
	padding: 6px 10px;
	cursor: pointer;
}

.footer-cols-newslater .newsletter-btn:before {
	content: "\E90f";
	color: #fff;
}

.footer-col-bottom .social-networks {
	margin-top: 40px;
}

.footer-bottom-cols {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.footer-bottom-col {
	flex: 1;
}

.footer-bottom-col .widget .widget-title {
	font-size: 17px;
	font-family: 'dana-bold';
	color: #7f8994;
	padding-bottom: 15px;
}

.footer-bottom-col .widget ul.menu {
	list-style: none;
	padding-right: 0;
}

.footer-bottom-col .widget ul.menu li {
	padding: 5px;
}

.footer-bottom-col .widget ul.menu li a {
	color: #7f8994;
	font-size: 12px;
}

.footer-bottom-col .widget ul.menu li a:hover {
	color: #bb8a04;
}

.footer-bottom-cols .footer-cols-links {
	padding-right: 0;
}

.footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 30px 0;
}

.cpoyright {
	color: #a2aebd;
	font-size: 12px;
}

.social-networks {
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	justify-content: center;
}

.social-networks li {
	position: relative;
	margin-left: 10px;
	background: #e5a906;
	padding: 5px 10px 5px 25px;
	color: #fff;
	border-radius: 50px;
	height: 30px;
	transition: all 0.5s ease;
}

.social-networks a:last-child li {
	margin-left: 0;
}

.social-networks li span {
	color: #fff;
	display: none;
	transition: all 0.5s ease;
}

.social-networks li:hover {
	padding: 5px 10px 5px 35px;
}

.social-networks li:hover span {
	display: block;
}

.social-icon:after {
	color: #fff;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.social-telegram:after {
	content: "\E91d";
}

.social-whatsapp:after {
	content: "\E921";
}

.social-gmail:after {
	content: "\E915";
}

.social-twitter:after {
	content: "\E91e";
}

.social-instagram:after {
	content: "\E917";
}

.social-linkedin:after {
	content: "\E918";
}

.social-facebook:after {
	content: "\E914";
}

.home footer .footer-cols-row {
	border: none;
}

.home footer .footer-bottom-cols {
	display: none;
}

.home footer .footer {
	padding-top: 0;
}


/* Footer */

.titlebar {
	font-family: iranyekan;
}

.auctions__sells {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding-bottom: 2rem;
}

.new-product__article{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1em;
}


.category_index{
	display: grid;
	grid-template-columns: repeat(8, 1fr);
}



.jJRFUS {
    width: 100%;
    margin: 3em 0;
    border-radius: 20px;
    overflow: hidden;
    height: 350px;
}

.jShAla {
    display: flex;
    height: 100%;
}


.jJRFUS a {
    width: 100%;
    position: relative;
    display: flex;
}

.jJRFUS a:hover {
	text-decoration: none;
	opacity: .8;
}


.jdEcRA {
    height: 100%;
    width: 480px;
    transform: skew(-30deg);
    margin-right: -99px;
    background-color: rgb(239, 241, 244);
    position: relative;
    z-index: 1;
}


.jdEcRA::before {
    height: 100%;
    width: 16px;
    content: "";
    position: absolute;
    left: -15px;
    background-color: rgb(255, 255, 255);
    z-index: -1;
}

.jdUVZS {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: justify;
    color: rgb(55, 72, 163);
    transform: skew(30deg);
    padding: 40px 50px;
    margin-right: 99px;
    height: 100%;
    display: flex;
    flex-direction: column;
    -moz-box-pack: justify;
    justify-content: space-between;
}


.jeulMt {
    width: 27px;
    height: 48px;
    background-position: -11px -99px;
    background-size: 909%;
}

.fmttyt {
    font-size: 27px;
    font-weight: bold;
    line-height: 0.9;
    color: rgb(72, 72, 72);
	margin-top: 24.5px;
	font-family: iranyekan;
}

.fmBQcC {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.67;
    color: rgb(72, 72, 72);
	margin-top: 24px;
	font-family: iranyekan;
}

.jelPik {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.1;
    color: rgb(55, 72, 163);
	display: flex;
	font-family: iranyekan;
}



.jdnjJi {
    background-image: url("images/sample.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: calc(100% - 221px);
    height: 100%;
    left: 0px;
}


.aaass {
	margin-top: 5em
}

.newsletter-form {
	width: 100%;
	font-family: iranyekan !important
}


.fsdfsd {
	float:right;
	width: 30%
}



.asdasd{
	float:left;
	width: 65%;
	margin-right: 5%;
	font-size: 1.1em;
	line-height: 1.5;
}

 .btn-profile {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	color:#333;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	padding:.5rem 0;
	font-weight:300;
	-webkit-transition:color .3s ease-in-out;
	transition:color .3s ease-in-out;
	background: #edb037;
   }
 .btn-profile .image {
	border-radius:100px;
	border:2px solid hsla(0,0%,100%,.2);
	margin-left:.5rem;
	width:46px;
	height:46px
   }
  .btn-profile img {
	width:100%;
	height:100%;
	padding:2px;
	border-radius:100px
   }
    .btn-profile>.icon {
	margin-right:.5rem
   }
    .btn-profile>.icon svg {
	width:10px;
	fill:#333;
	-webkit-transition:fill .3s ease-in-out;
	transition:fill .3s ease-in-out
   }

   .profile .sub-menu {
	position:absolute;
	top:100%;
	left:0;
	width:245px;
	background:#fff;
	border-radius:16px;
	-webkit-box-shadow:0 20px 60px -10px rgba(50,50,93,.15);
	box-shadow:0 20px 60px -10px rgba(50,50,93,.15);
	overflow:hidden;
	z-index:999;
	-webkit-transform:scale(.9) rotateX(30deg);
	transform:scale(.9) rotateX(30deg);
	opacity:0;
	pointer-events:none;
	visibility:hidden;
	-webkit-transform-origin:top;
	transform-origin:top;
	-webkit-transition:.3s;
	transition:.3s
   }
   .profile .sub-menu ul {
	padding:1rem
   }
   .profile .sub-menu ul a {
	font-size:15px;
	font-weight:300;
	color:#77778c;
	display:block;
	padding:.75em .25em;
	border-radius:2px
   }
   .profile .sub-menu ul a:hover {
	color:#1b4171;
	background-color:#fafafc
   }
   .profile .sub-menu ul a i {
	display:inline-block;
	width:18px;
	text-align:center;
	vertical-align:middle
   }
   .panel li:hover>.sub-menu {
	-webkit-transform:none;
	transform:none;
	opacity:1;
	pointer-events:auto;
	visibility:visible
   }

 .btn-profile img {
    width: 100%;
    height: 100%;
    padding: 2px;
    border-radius: 100px;
}

    ul.panel li {
	position:relative;
	margin-bottom: .5em;
   }

   ul.panel  li > a {
	padding: .25em 1em;
	border-radius: .5em;   }

    ul.panel>li:first-of-type {
	margin-left:.75rem
   }
    ul.panel>li:last-of-type {
	margin-left:0
   }
    ul.panel li.profile {
	margin:0;
	width:100%
   }
    ul.panel a.btn {
	border-radius:10px;
	padding-right:0;
	padding-left:0;
	width:100px
   }
    ul.panel a.transparent {
	color:#fff;
	border:2px solid #edb037;
	color:#edb037;
	padding:.7em
   }
    ul.panel a.white {
	background:#edb037;
	border:2px solid #edb037;
	color:#fff
   }
    ul.panel a.transparent:hover {
	background:rgba(100,100,160,.08);
	color:#77778c
   }
    ul.panel .sub-menu header {
	font-size:13px;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	background:#f5f5fc;
	border-radius:16px 16px 0 0;
	padding:1rem
   }
    ul.panel .sub-menu header .image {
	border-radius:100px;
	border:1px solid #eee;
	width:60px;
	height:60px;
	margin-left:.5rem
   }
    ul.panel .sub-menu header .name {
	font-size:16px;
	padding-bottom:.75em;
	color: #333
   }
   .semat {
	display: block;
	background: rgba(255,255,255,.5);
	padding: .25em .5em;
	text-align: center;
	font-size: .9em;
	font-weight: 300;
	margin-top: .5em;
   }
    ul.panel .sub-menu header img {
	border-radius:100px;
	width:100%;
	max-height:100%
   }
   .fxd {
	-webkit-box-shadow:0 0 25px -5px rgba(50,43,97,.1);
	box-shadow:0 0 25px -5px rgba(50,43,97,.1);
	background:#fff
   }
   
.title-lg{
	margin-bottom: 2em;
}

   .title-lg h2 {
		text-align: center;
		font-weight: bold;
		font-size: 3em;
		margin-bottom: 1em;
   }

   .title-lg h3 {
	text-align: center;
	color: #444;
	font-weight: 300;
	font-size: 1.25em;
	margin-top:2em;
}

.searchbar {
	display: block;
	width: 70%;
	margin: 0 auto;
}

.searchbar input {
	display: block;
	width: 80%;
	margin: 0 auto;
	border: 1px solid #ccc;
	font-family: iranyekan;
	font-size: 1.25em;
	margin-top: .5em;
	border-radius: .75em;
	padding: .25em 1em;
	text-align: right !important;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1.5rem
}

.blog-grid.index {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1.5rem
}

.blog-grid article a {
	border-radius: 2px;
	-webkit-transition: .2s;
	transition: .2s;
	display: block;
	-webkit-box-shadow: 0 30px 100px 0 rgba(221, 224, 231, .6);
	box-shadow: 0 30px 100px 0 rgba(221, 224, 231, .6);
	color: #7b7b9e
}

.blog-grid article a:hover {
	-webkit-box-shadow: 0 14px 60px rgba(64, 82, 104, .22);
	box-shadow: 0 14px 60px rgba(64, 82, 104, .22);
	z-index: 3
}

.blog-grid article a:hover>.image img {
	opacity: .7
}

.blog-grid article a>.image {
	position: relative;
	border-radius: 2px 2px 0 0
}

.blog-grid article a>.image img {
	border-radius: 2px 2px 0 0;
	display: block;
	width: 100%;
	-webkit-transition: .2s;
	transition: .2s;
	max-height: 12em
}

.blog-grid article a>.image .time {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 1rem;
	padding: 0 .65rem;
	height: 24px;
	line-height: 24px;
	background: rgba(33, 37, 51, .6);
	border-radius: 5px;
	font-size: 13px;
	color: #fff;
}

.ltsr {
    display: inline-block;
	direction: ltr !important;
	font-weight: 600;
}


.blog-grid article .channel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .5rem
}

.blog-grid article .channel img {
	height: auto;
	width: 32px;
	border-radius: 100px;
	margin-left: .25rem
}

.blog-grid article .hot {
	border-radius: 8px;
	padding: .25rem .75rem;
	justify-self: end;
	background: #f5f5fa;
	color: #6362fb;
	font-size: 12px;
	margin-right: auto
}

.blog-grid article .details {
	padding: 1rem
}

.blog-grid article .title {
	-webkit-transition: .2s;
	transition: .2s;
	color: #1d1f24;
	font-size: 15px;
	height: 3em;
}

.blog-grid article footer {
}

.blog-grid article footer .level,
.blog-grid article footer .time {
	font-size: 13px
}





section.comments {
	margin-top: 2rem
}

section.comments header.title {
	margin-bottom: 1rem
}

section.comments hr.after-form {
	display: none
}

#comment-form {
	margin-bottom: 1.5rem
}

#comment-form .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #dadce0;
	background: transparent
}

#comment-form+hr.after-form {
	display: block
}

#comment-form textarea.form-control {
	padding: .75rem
}

#comment-form button[type=submit] i {
	margin-left: .25rem
}

#comment-form .hint b,
#comment-form .hint code {
	margin: 0 5px 0 0
}

#comment-form .hint code {
	padding: 0
}

.cancel-comment-reply-link {
	font-size: 15px;
	font-weight: 400;
	color: #6362fb;
	border-radius: 100px;
	background: none;
	padding: .35rem 1rem;
	border: none;
	display: none;
	cursor: pointer
}

article.comment {
	margin: 1.5rem 0;
	padding: 1.5rem;
	background: #30353e;
	border-radius: 4px;
	position: relative;
	color: #fff
}

article.comment:not(:last-child) {
	border-bottom: 1px solid #f3f3f3
}

article.comment #comment-form,
article.comment.replying {
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee
}

article.comment #comment-form {
	margin: 2rem 2rem 0 0;
	background: #fff;
	padding: 1rem;
	border-radius: 5px;
	color: #333
}

article.comment #comment-form code {
	border-color: #ebeced;
	color: #555
}

article.comment header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem
}

article.comment header div.avatar {
	margin: auto 0 auto .75rem;
	-webkit-box-shadow: 0 0 0 3px #525a68;
	box-shadow: 0 0 0 3px #525a68;
	border-radius: 4px;
	height: 36px
}

article.comment header img {
	border-radius: 4px;
	height: 100%;
	width: auto;
	display: block
}

article.comment header .name {
	font-size: 16px
}

article.comment header .admin,
article.comment header .name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

article.comment header .admin {
	border-radius: 100px;
	height: 16px;
	width: 16px;
	background: #3d9ae3;
	color: #fff;
	font-size: 8px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: .25rem;
	margin-top: -2px
}

article.comment header .date {
	color: #adaeb3;
	font-size: 14px
}

article.comment header.title {
	color: #333;
	font-size: 18px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start
}

article.comment .content {
	margin-bottom: 1rem
}

article.comment .comment-reply-link {
	border-radius: 100px;
	background: none;
	padding: .35rem 1rem;
	font-size: 15px;
	border: 1px solid #6362fb;
	color: #fff;
	background: #6362fb;
	cursor: pointer
}

article.comment .comment {
	background: hsla(240, 7%, 43%, .08);
	border: 1px solid #292c31;
	position: relative;
	margin-right: 1.5rem;
	padding-right: 1.5rem;
	margin-bottom: 2.5rem
}

article.comment .comment .content,
article.comment .comment:last-of-type {
	margin-bottom: 0
}

article.comment code {
	background: none;
	color: #f5f5f5
}

article.comment code.block {
	padding: .75rem
}

article.comment code.inline {
	border-color: #34373c
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.d-flex, .notif-m {
    display: flex ;
}


.form-group .form-row {
	position: relative;
	margin: 0 -.5rem 1.25rem
}



.form-group .field {
	position: relative;
    padding: 0 .5rem;
    margin-bottom: 1.25em;
}

.form-group input.form-control {
	width: 100%;
	height: 40px;
	font-weight: 300;
	font-family: iranyekan
}

.form-group textarea.form-control {
	width: 100%;
	resize: vertical;
	min-height: 200px;
	font-family: iranyekan;
}

.form-group textarea.form-control+label {
	top: .75rem
}

.form-group .form-control {
	position: relative;
	border-radius: 6px;
	-webkit-transition: .15s;
	transition: .15s;
	-webkit-transition-property: color, border-color, background;
	transition-property: color, border-color, background;
	padding: .25rem .75rem;
	background: #f7f8fa;
	outline: none;
    border: none;
    border: 1px solid #ddd;
}

.form-group .form-control:valid {
	-webkit-box-shadow: 0 0 0 1px #dadce0;
	box-shadow: 0 0 0 1px #dadce0;
	background: transparent
}


.form-group .form-control.invalid {
	background: transparent;
	-webkit-box-shadow: 0 0 0 2px rgba(251, 98, 98, 0.7);
    box-shadow: 0 0 0 2px rgba(251, 98, 98, 0.7);
    border: 1px solid #fb6262;
}

.form-group .form-control:focus {
	background: transparent;
	-webkit-box-shadow: 0 0 0 2px #ccc;
    box-shadow: 0 0 0 2px #ccc;
    border: 1px solid #6362fb;
}

.form-group .form-control:focus+label {
	color: #6362fb
}
.form-group .form-control:focus {
	border-color: #ccc !important
}


.form-group .form-control:focus+label,
.form-group .form-control:valid+label {
	pointer-events: all;
	-webkit-transform: translate(8px, -100%) scale(.9);
	transform: translate(8px, -100%) scale(.9);
	background: #fff
}

.form-group.box-white .form-control:focus+label,
.form-group.box-white .form-control:valid+label {
	background: #fff
}


.form-group input:focus:placeholder-shown {
	color: transparent;
  }
  .form-group input:focus:placeholder-shown {
	color: #333
  }


.form-group label {
	position: absolute;
	top: .5rem;
	right: 1.25rem;
	font-size: 15px;
	margin: 0;
	pointer-events: none;
	color: #72727d;
	padding: 0 .5rem;
	-webkit-transition: .15s;
	transition: .15s;
	-webkit-transform-origin: top;
	transform-origin: top
}

.form-group label.form-label {
	position: relative;
	top: 0;
	right: 0;
	-webkit-transform: none;
	transform: none;
	text-align: right;
	display: block;
	margin-bottom: .5rem;
	font-weight: 600;
	pointer-events: auto
}




    /* file upload */

	.fileuploader-input .fileuploader-input-button,
	.fileuploader-input .fileuploader-input-caption,
	.fileuploader-items .fileuploader-item .fileuploader-action,
	.fileuploader-items .fileuploader-item .fileuploader-progressbar .bar,
	.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar .bar,
	.fileuploader-items .fileuploader-item span.fileuploader-action-popup,
	.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action],
	.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action],
	.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button,
	.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
		-webkit-transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
		-o-transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
		transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
	}
	.fileuploader-items .fileuploader-item,
	.fileuploader-items .fileuploader-item .fileuploader-action,
	.fileuploader-items .fileuploader-item .fileuploader-item-icon,
	.fileuploader-items .fileuploader-item .fileuploader-item-image canvas,
	.fileuploader-items .fileuploader-item .fileuploader-item-image img,
	.fileuploader-popup,
	.fileuploader-popup .fileuploader-popup-node {
		-webkit-animation: fileuploaderFadeIn 0.2s ease;
		animation: fileuploaderFadeIn 0.2s ease;
	}
	.fileuploader-input .fileuploader-input-button,
	.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button,
	.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
		display: inline-block;
		margin: 0;
		padding: 14px 22px;
		border: none;
		border-radius: 30px;
		outline: 0;
		font-weight: 700;
		cursor: pointer;
		vertical-align: middle;
		text-decoration: none;
	}
	.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button {
		background: #e6ebf4;
		color: #90a0bc;
	}
	.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button:hover {
		background: #edf1f7;
		transform: translateY(-1px);
	}
	.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button:active {
		background: #dfe5f1;
		transform: translateY(1px);
	}
	.fileuploader-input .fileuploader-input-button,
	.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
		background: #9658fe;
		background: -moz-linear-gradient(135deg, #fecd3a 0, #fe8e58 100%);
		background: -webkit-linear-gradient(135deg, #fecd3a 0, #fe8e58 100%);
		background: linear-gradient(135deg, #fecd3a 0, #fe8e58 100%);
		background-size: 140% auto;
		background-position: center;
		color: #fff;
		box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
	}
	.fileuploader-input .fileuploader-input-button:hover,
	.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success:hover {
		background-position: left;
		box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
		transform: translateY(-2px);
	}
	.fileuploader-input .fileuploader-input-button:active,
	.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success:active {
		background-position: right;
		box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
		transform: translateY(2px);
	}
	.fileuploader-input .fileuploader-input-caption .fileuploader-pending-loader,
	.fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after,
	.fileuploader-items .fileuploader-item.upload-pending .fileuploader-action-remove:after,
	.fileuploader-popup.loading:after {
		content: "";
		position: absolute;
		min-width: 24px;
		min-height: 24px;
		max-width: 48px;
		max-height: 48px;
		background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjZGRlNGY2IiBkPSJNNDMuOTM1LDI1LjE0NWMwLTEwLjMxOC04LjM2NC0xOC42ODMtMTguNjgzLTE4LjY4M2MtMTAuMzE4LDAtMTguNjgzLDguMzY1LTE4LjY4MywxOC42ODNoNC4wNjhjMC04LjA3MSw2LjU0My0xNC42MTUsMTQuNjE1LTE0LjYxNWM4LjA3MiwwLDE0LjYxNSw2LjU0MywxNC42MTUsMTQuNjE1SDQzLjkzNXoiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9InhtbCIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMjUgMjUiIHRvPSIzNjAgMjUgMjUiIGR1cj0iMC42cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4gPC9wYXRoPiA8L3N2Zz4=)
			no-repeat center;
		background-size: contain;
	}
	.fileuploader-items .fileuploader-item .fileuploader-item-icon i,
	.fileuploader-items .fileuploader-item .fileuploader-item-image canvas,
	.fileuploader-items .fileuploader-item .fileuploader-item-image img,
	.fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after,
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point:after,
	.fileuploader-popup .fileuploader-popup-move:after,
	.fileuploader-popup.loading:after {
		left: 50%;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	.fileuploader-items .fileuploader-item .fileuploader-action,
	.fileuploader-items .fileuploader-item .progress-bar2 span {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.fileuploader-input .fileuploader-input-button,
	.fileuploader-items .fileuploader-item .fileuploader-item-icon,
	.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar,
	.fileuploader-popup .fileuploader-cropper,
	.fileuploader-popup .fileuploader-cropper *,
	.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action],
	.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button,
	.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success,
	.fileuploader-popup .fileuploader-popup-move,
	.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.fileuploader,
	.fileuploader *,
	.fileuploader :after,
	.fileuploader :before,
	.fileuploader-popup,
	.fileuploader-popup *,
	.fileuploader-popup :after,
	.fileuploader-popup :before {
		box-sizing: border-box;
	}
	.fileuploader,
	.fileuploader-popup {
		font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
		font-size: 14px;
		line-height: normal;
		text-align: left;
	}
	.fileuploader button,
	.fileuploader-popup button {
		display: inline-block;
		padding: 0;
		margin: 0;
		border: 0;
		font: inherit;
		background: 0 0;
		box-shadow: none;
	}
	.fileuploader button:focus,
	.fileuploader-popup button:focus {
		outline: 0;
	}
	.fileuploader {
		display: block;
		width: 100%;
		padding: 16px;
		margin-bottom: 16px;
		background: #fafbfd;
		border-radius: 6px;
	}
	.fileuploader-icon-main {
		display: inline-block;
		font-size: 18px;
		color: #789bec;
	}
	.fileuploader-input {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		border: 1px solid transparent;
		border-radius: 30px;
		cursor: pointer;
		font-family: iranyekan;
	}
	.fileuploader-input .fileuploader-input-caption {
		position: relative;
		display: inline-block;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-ms-flex-item-align: start;
		align-self: flex-start;
		margin-top:.5em;
		color: #333;
		font-weight: 700;
		white-space: nowrap;
		overflow: hidden;
	}
	.fileuploader-focused .fileuploader-input .fileuploader-input-caption {
		border-color: #333;
	}
	.fileuploader-input .fileuploader-input-caption .fileuploader-pending-loader {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		min-height: 22px;
		margin-right: 6px;
	}
	.fileuploader-input.fileuploader-dragging {
		background: #fff;
		border: 1px solid #ebeef1;
		border-style: dashed;
	}
	.fileuploader-input.fileuploader-dragging .fileuploader-input-caption {
		border-color: transparent;
	}
	.fileuploader-input.fileuploader-dragging .fileuploader-input-button {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	.fileuploader-disabled .fileuploader-input {
		opacity: 0.7;
		cursor: default;
		pointer-events: none !important;
	}
	.fileuploader-items .fileuploader-items-list {
		display: block;
		margin: 0 -16px;
		padding: 0;
		list-style: none;
	}
	.fileuploader-items .fileuploader-item {
		position: relative;
		margin: 0;
		padding: 20px 16px 20px 22px;
		border-bottom: 1px solid #ebeef1;
		animation-duration: 0.6s;
	}
	.fileuploader-items .fileuploader-item:last-child {
		border-bottom: 0;
		margin-bottom: -16px;
	}
	.fileuploader-items .fileuploader-item.upload-failed {
		background: rgba(254, 84, 111, 0.06);
	}
	.fileuploader-items .fileuploader-item.upload-pending .fileuploader-action-remove:after {
		position: absolute;
		left: -8px;
		top: -8px;
		width: 36px;
		height: 36px;
	}
	.fileuploader-items .fileuploader-item .columns {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		z-index: 2;
	}
	.fileuploader-items .fileuploader-item .column-thumbnail {
		position: relative;
		width: 36px;
		height: 36px;
	}
	.fileuploader-items .fileuploader-item .column-title {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-left: 16px;
		padding-right: 16px;
		color: #74809d;
		overflow: hidden;
	}
	.fileuploader-items .fileuploader-item .column-title a {
		display: inline-block;
		width: 100%;
		height: 100%;
		color: #74809d;
		text-decoration: none;
	}
	.fileuploader-items .fileuploader-item .column-title div {
		width: 100%;
		font-weight: 700;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.fileuploader-items .fileuploader-item .column-title span {
		font-size: 12px;
		color: #979fb8;
	}
	.fileuploader-items .fileuploader-item .column-actions {
		margin: 0 16px;
	}
	.fileuploader-items .fileuploader-item .fileuploader-item-image {
		position: relative;
		width: 100%;
		height: 100%;
		border-radius: 6px;
		overflow: hidden;
	}
	.fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after {
		content: "";
		width: 50%;
		height: 50%;
	}
	.fileuploader-items .fileuploader-item .fileuploader-item-image canvas,
	.fileuploader-items .fileuploader-item .fileuploader-item-image img {
		position: absolute;
		max-width: none;
		max-height: 100%;
		background: #fff;
	}
	.fileuploader-items .fileuploader-item .fileuploader-item-icon {
		position: relative;
		width: 100%;
		height: 100%;
		text-align: center;
		color: #fff;
		font-size: 11px;
		border-radius: 4px;
		cursor: default;
		background-color: #ddd;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 28px;
	}
	.fileuploader-items .fileuploader-item .fileuploader-item-icon.is-bright-color {
		color: #888;
	}
	.fileuploader-items .fileuploader-item .fileuploader-item-icon i {
		position: absolute;
		display: block;
		width: 90%;
		font-style: normal;
		font-weight: 700;
		overflow: hidden;
		white-space: nowrap;
	}
	.fileuploader-items .fileuploader-item span.fileuploader-action-popup {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(43, 56, 71, 0.2);
		border-radius: 6px;
		cursor: pointer;
		opacity: 0;
	}
	.fileuploader-items .fileuploader-item span.fileuploader-action-popup:hover {
		opacity: 1;
	}
	.fileuploader-items .fileuploader-item span.fileuploader-action-popup:active {
		background: rgba(43, 56, 71, 0.4);
	}
	.fileuploader-items .fileuploader-item .fileuploader-action {
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		color: #c0c6d2;
		cursor: pointer;
		vertical-align: top;
		text-align: center;
	}
	.fileuploader-items .fileuploader-item .fileuploader-action + .fileuploader-action {
		margin-left: 16px;
	}
	.fileuploader-items .fileuploader-item .fileuploader-action:hover {
		color: #789bec;
	}
	.fileuploader-items .fileuploader-item .fileuploader-action:active {
		color: #668ee9;
	}
	.fileuploader-items .fileuploader-item .fileuploader-action i {
		width: 100%;
		height: 100%;
		font-size: 20px;
		line-height: 20px;
	}
	.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove {
		color: #fff;
		background: #fe7676;
		border-radius: 50%;
		box-shadow: -1px 1px 6px rgba(254, 118, 118, 0.8);
	}
	.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i {
		font-size: 14px;
		text-shadow: none;
	}
	.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove:hover {
		background-color: #fe8a8a;
	}
	.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove:active {
		background-color: #fe6262;
	}
	.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success {
		color: #fff;
		background: #43d084;
		border-radius: 50%;
		box-shadow: -1px 1px 6px rgba(67, 208, 132, 0.8);
	}
	.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success i {
		font-size: 14px;
		text-shadow: none;
	}
	.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success:hover {
		background-color: #53d48f;
	}
	.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success:active {
		background-color: #33cc79;
	}
	.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success i:before {
		content: "\e904";
	}
	.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active,
	.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:hover {
		background: #fe7676;
		box-shadow: -1px 1px 6px rgba(254, 118, 118, 0.8);
	}
	.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active i:before,
	.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:hover i:before {
		content: "\e923";
	}
	.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active {
		background-color: #fe6262;
	}
	.fileuploader-items .fileuploader-item.file-has-popup span.fileuploader-action-popup {
		display: block;
	}
	.fileuploader-items .fileuploader-item .fileuploader-progressbar {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 4px;
		border-radius: 6px;
	}
	.fileuploader-items .fileuploader-item .fileuploader-progressbar .bar {
		position: absolute;
		left: 0;
		top: 0;
		width: 0%;
		height: 100%;
		border-radius: 6px;
		background: #789bec;
		box-shadow: 0 4px 8px -1px rgba(120, 155, 236, 0.6);
	}
	.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		z-index: 1;
	}
	.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar .bar {
		position: absolute;
		left: 0;
		top: 0;
		width: 0%;
		height: 100%;
		border-radius: 0;
		background: rgba(104, 125, 219, 0.08);
		box-shadow: none;
	}
	.fileuploader-items .fileuploader-item .progress-bar2 span {
		position: absolute;
		right: 16px;
		color: rgba(151, 159, 184, 0.16);
		font-size: 48px;
	}
	.fileuploader-items .fileuploader-item.sorting {
		background: #fafbfd;
		border-radius: 6px;
		opacity: 0.8;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
		z-index: 799;
	}
	.fileuploader-items .fileuploader-item.sorting,
	.fileuploader-items .fileuploader-item.sorting .fileuploader-action,
	.fileuploader-items .fileuploader-item.sorting .fileuploader-item-icon,
	.fileuploader-items .fileuploader-item.sorting .fileuploader-item-image canvas,
	.fileuploader-items .fileuploader-item.sorting .fileuploader-item-image img {
		-webkit-animation: none;
		animation: none;
	}
	.fileuploader-items .fileuploader-sorter-placeholder {
		background: rgba(0, 0, 0, 0.03);
		margin: 0;
		padding: 0;
		-webkit-animation: none;
		animation: none;
	}
	.file-type-image .fileuploader-item-icon {
		background-color: #3982fe !important;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7,8.5C7,7.119,8.119,6,9.5,6S12,7.119,12,8.5S10.881,11,9.5,11S7,9.881,7,8.5z M14.5,11l-4,6l-2-3L5,19h15L14.5,11z'/%3E%3C/svg%3E");
	}
	.file-type-image .fileuploader-item-icon i {
		visibility: hidden;
		color: #fff;
	}
	.file-type-audio .fileuploader-item-icon {
		background-color: #66d043 !important;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M13.21,5h-1.07v9.613c-0.685-0.381-1.62-0.504-2.58-0.271c-1.687,0.405-2.812,1.753-2.511,3.007c0.3,1.254,1.913,1.939,3.6,1.533c1.544-0.369,2.615-1.527,2.558-2.682h0.003V8.34c1.752,1.296,3.29,1.123,3.575,4.21C20.188,7.362,13.354,7.498,13.21,5z'/%3E%3C/svg%3E");
	}
	.file-type-audio .fileuploader-item-icon i {
		visibility: hidden;
		color: #fff;
	}
	.file-type-video .fileuploader-item-icon {
		background-color: #9868ff !important;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.81 11.28L8.487 6.107a.622.642 0 0 0-.326-.1c-.326 0-.592.28-.592.623h-.003l.003 10.738c0 .344.266.623.592.623.123 0 .225-.044.335-.106l8.315-5.166a.91.94 0 0 0 .323-.72.96.96 0 0 0-.323-.721z'/%3E%3C/svg%3E");
	}
	.file-type-video .fileuploader-item-icon i {
		visibility: hidden;
		color: #fff;
	}
	.file-ext-rar .fileuploader-item-icon,
	.file-ext-zip .fileuploader-item-icon {
		background-color: #ffd236 !important;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M6,11h12v2H6V11z M6,15h8v2H6V15z M6,7h12v2H6V7z'/%3E%3C/svg%3E");
	}
	.file-ext-rar .fileuploader-item-icon i,
	.file-ext-zip .fileuploader-item-icon i {
		visibility: hidden;
		color: #fff;
	}
	.file-ext-pdf .fileuploader-item-icon {
		background-color: #ef5350 !important;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M17.61 13.224c-.336-.115-.752-.16-1.242-.15l-.84.06-.952.158-.906-.958c-.662-.808-1.23-1.684-1.732-2.6l.257-.608.283-.825c.153-.528.227-.985.192-1.37-.117-1.353-.86-2.218-1.9-2.127S9.164 5.88 9.28 7.23c.03.354.16.752.37 1.196a8.11 8.11 0 0 0 .396.743l.56.846-.132.35-1.12 2.846-.705 1.628-.068.012-.797.17-.838.24c-.52.178-.937.38-1.232.63-1.04.87-1.324 1.978-.658 2.77s1.807.707 2.848-.164c.272-.23.523-.563.77-.988a8.87 8.87 0 0 0 .381-.75c.078-.17.137-.35.207-.522l.173-.364 3.614-1 1.18-.256.47.502.64.595c.42.354.808.606 1.174.733 1.283.442 2.376.115 2.712-.862s-.326-1.917-1.6-2.36zM10.88 5.94c.314-.028.595.3.663 1.09.02.215-.034.546-.15.95l-.263.79-.454-.83c-.156-.333-.248-.613-.265-.807-.068-.79.154-1.162.47-1.2zM7.683 16.947c-.183.32-.36.555-.5.68-.606.508-1.04.54-1.242.298s-.096-.66.51-1.168c.166-.14.467-.286.864-.42l.8-.24-.423.85zm5.104-3.19l-2.74.735.353-.847.193-.475.807-2.082c.417.673.878 1.344 1.4 1.976l.5.58-.524.114zm5.35 1.452c-.103.298-.517.422-1.265.163-.203-.07-.484-.254-.805-.524l-.617-.562.947-.075c.367-.01.66.022.844.086.748.258.998.612.896.912z'/%3E%3C/svg%3E");
	}
	.file-ext-pdf .fileuploader-item-icon i {
		visibility: hidden;
		color: #fff;
	}
	.file-ext-doc .fileuploader-item-icon,
	.file-ext-docx .fileuploader-item-icon,
	.file-ext-rtf .fileuploader-item-icon {
		background-color: #2372ba !important;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5 17.33V6.67L15 4v16L5 17.33zM7.974 8.5h-1.33l.922 7h1.708l.73-5.22.702 5.22h1.714l.938-7h-1.26l-.645 5.613L10.72 8.5h-1.4l-.77 5.613L7.974 8.5zM19 6h-3v12h3V6z'/%3E%3C/svg%3E");
	}
	.file-ext-doc .fileuploader-item-icon i,
	.file-ext-docx .fileuploader-item-icon i,
	.file-ext-rtf .fileuploader-item-icon i {
		visibility: hidden;
		color: #fff;
	}
	.file-ext-xls .fileuploader-item-icon,
	.file-ext-xlsx .fileuploader-item-icon {
		background-color: #14a73c !important;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5 17.33V6.67L15 4v16L5 17.33zM19 6h-3v12h3V6zm-6.148 9.5l-2.08-3.5 2.043-3.5H11.57l-1.244 2.246c-.047.196-.125.382-.232.554-.088-.173-.158-.354-.21-.54l-1.2-2.26H7.338L9.33 12l-2.182 3.5h1.338l1.396-2.416c.066-.14.117-.385.14-.385a1.58 1.58 0 0 1 .131.385l1.38 2.416h1.32z'/%3E%3C/svg%3E");
	}
	.file-ext-xls .fileuploader-item-icon i,
	.file-ext-xlsx .fileuploader-item-icon i {
		visibility: hidden;
		color: #fff;
	}
	.file-ext-pps .fileuploader-item-icon,
	.file-ext-ppsx .fileuploader-item-icon,
	.file-ext-ppt .fileuploader-item-icon,
	.file-ext-pptx .fileuploader-item-icon {
		background-color: #f26522 !important;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M11,13h6.975c-0.256,3.355-3.054,6-6.475,6C7.91,19,5,16.09,5,12.5c0-3.421,2.645-6.219,6-6.475V13zM13,5.025V11h5.975C18.731,7.811,16.189,5.269,13,5.025z'/%3E%3C/svg%3E");
	}
	.file-ext-pps .fileuploader-item-icon i,
	.file-ext-ppsx .fileuploader-item-icon i,
	.file-ext-ppt .fileuploader-item-icon i,
	.file-ext-pptx .fileuploader-item-icon i {
		visibility: hidden;
		color: #fff;
	}
	.file-ext-psd .fileuploader-item-icon {
		background-color: #3172eb !important;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.853 11.374h.61c.57 0 .997-.112 1.28-.338s.424-.553.424-.983c0-.435-.12-.755-.356-.962S9.2 8.78 8.695 8.78h-.842v2.595zm4.183-1.387c0 .94-.293 1.66-.88 2.157s-1.424.747-2.507.747h-.796V16H6V7.262h2.79c1.06 0 1.867.228 2.417.683s.83 1.137.828 2.042zM18 14.016c0 .686-.238 1.207-.714 1.565s-1.188.538-2.137.538a6.63 6.63 0 0 1-1.243-.098c-.33-.063-.652-.16-.96-.29v-1.506c.367.17.75.303 1.144.4a4.66 4.66 0 0 0 1.122.161c.66 0 .99-.2.99-.573.005-.13-.042-.256-.13-.35a1.93 1.93 0 0 0-.454-.305c-.214-.112-.5-.244-.86-.397-.514-.215-.892-.414-1.133-.597-.225-.164-.405-.38-.526-.63-.11-.24-.163-.53-.163-.877 0-.594.23-1.053.69-1.377s1.112-.487 1.958-.487c.804 0 1.588.175 2.35.525l-.552 1.315c-.307-.134-.62-.25-.938-.353-.287-.092-.588-.138-.89-.138-.54 0-.807.146-.807.437 0 .163.085.305.26.424s.552.297 1.14.532c.52.21.904.408 1.147.592s.422.395.537.633.173.527.173.858z'/%3E%3C/svg%3E");
	}
	.file-ext-psd .fileuploader-item-icon i {
		visibility: hidden;
		color: #fff;
	}
	.file-ext-ai .fileuploader-item-icon {
		background-color: #ff9e00 !important;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12.58 16l-.6-2.072H8.964L8.364 16h-1.89l2.922-8.738h2.145L14.473 16H12.58zm-1.02-3.618l-.937-3.185-.15-.582-1.07 3.767h2.155zm3.452-4.756c0-.59.328-.886.986-.886s.986.294.986.886c0 .282-.078.502-.244.656-.164.16-.412.238-.742.238-.658 0-.986-.298-.986-.894zM16.908 16h-1.816V9.347h1.816V16z'/%3E%3C/svg%3E");
	}
	.file-ext-ai .fileuploader-item-icon i {
		visibility: hidden;
		color: #fff;
	}
	.file-ext-txt .fileuploader-item-icon {
		background-color: #454545 !important;
	}
	.file-ext-txt .fileuploader-item-icon i {
		color: #fff !important;
	}
	.file-ext-css .fileuploader-item-icon {
		background-color: #26a69a !important;
	}
	.file-ext-css .fileuploader-item-icon i {
		color: #fff !important;
	}
	.file-ext-html .fileuploader-item-icon {
		background-color: #cf33a8 !important;
	}
	.file-ext-html .fileuploader-item-icon i {
		color: #fff !important;
	}
	.fileuploader-popup {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: #191d1e;
		z-index: 1090;
		animation-duration: 0.4s;
	}
	.fileuploader-popup.loading:after {
		width: 48px;
		height: 48px;
		z-index: 8;
	}
	.fileuploader-popup .fileuploader-popup-preview {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: auto;
		z-index: 2;
	}
	.fileuploader-popup .fileuploader-popup-node {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		max-width: 100%;
		height: 100%;
		min-width: 20px;
		min-height: 20px;
		padding: 80px 56px 64px;
		overflow: hidden;
	}
	.fileuploader-popup .fileuploader-popup-node.is-zoomed {
		display: block;
	}
	.fileuploader-popup .fileuploader-popup-node .reader-node {
		position: relative;
		max-width: 100%;
		max-height: 100%;
		text-align: center;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	.fileuploader-popup .fileuploader-popup-node .reader-node.is-movable {
		cursor: grab;
	}
	.fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover,
	.fileuploader-popup .fileuploader-popup-node .reader-node.is-moving {
		cursor: grabbing;
	}
	.fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover .area-move,
	.fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover .point,
	.fileuploader-popup .fileuploader-popup-node .reader-node.is-moving .area-move,
	.fileuploader-popup .fileuploader-popup-node .reader-node.is-moving .point {
		cursor: grabbing !important;
	}
	.fileuploader-popup .fileuploader-popup-node.astext .reader-node > div,
	.fileuploader-popup .fileuploader-popup-node.audio .reader-node > audio,
	.fileuploader-popup .fileuploader-popup-node.image .reader-node > img,
	.fileuploader-popup .fileuploader-popup-node.video .reader-node > video {
		width: auto;
		max-width: 100%;
		max-height: 100%;
		margin: 0;
		padding: 0;
		color: #47525d;
		background: #fafafa;
		box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		border-radius: 0;
	}
	.fileuploader-popup .fileuploader-popup-node.audio .reader-node audio {
		width: 450px;
	}
	.fileuploader-popup .fileuploader-popup-node.application .reader-node iframe {
		width: 100%;
		height: 100%;
		border: 0;
		border-radius: 3px;
	}
	.fileuploader-popup .fileuploader-popup-node.astext .reader-node div {
		max-width: 992px;
		padding: 20px;
		margin: 0 auto;
		font-size: 14px;
		line-height: 16px;
		text-align: left;
		overflow-y: auto;
		white-space: pre-wrap;
	}
	.fileuploader-popup .fileuploader-popup-node.has-node-centered {
		display: block;
	}
	.fileuploader-popup .fileuploader-popup-node.has-node-centered .reader-node {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}
	.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon {
		position: relative;
		display: inline-block;
		width: 80px;
		height: 80px;
		background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPiA8Zz4gIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4gIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSI0MDIiIHdpZHRoPSI1ODIiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjYmJjYWNmIiBpZD0ic3ZnXzIiIGQ9Im00OSwxNi44NDJsMCw0Mi4xMDVjMCwyLjc5MSAtMi4yNyw1LjA1MyAtNS4wNjksNS4wNTNsLTM4Ljg2MiwwYy0yLjgsMCAtNS4wNjksLTIuMjYyIC01LjA2OSwtNS4wNTNsMCwtNTMuODk0YzAsLTIuNzkxIDIuMjY5LC01LjA1MyA1LjA2OSwtNS4wNTNsMjcuMDM0LDBsMTYuODk3LDE2Ljg0MnoiIGNsYXNzPSJjbHMtMSIvPiAgPHBhdGggZmlsbD0iI2RmZWFlZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0ic3ZnXzQiIGQ9Im00OSwxNS44OTlsMCwyLjA5NmwtMTMuODEzLDBjLTIuODYsMCAtNC4xNzksLTIuMzIgLTQuMTc5LC01LjE4MWwwLC0xMi44MTRsMi4wOTIsMGwxNS45LDE1Ljg5OXoiIGNsYXNzPSJjbHMtMyIvPiA8L2c+PC9zdmc+)
			no-repeat center;
		background-size: contain;
	}
	.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div {
		position: absolute;
		bottom: 14px;
		left: 0;
		padding: 4px 6px;
		border-radius: 4px;
		color: #fff;
		max-width: 100%;
		background-image: none;
		word-wrap: break-word;
	}
	.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div.is-bright-color {
		color: #888;
	}
	.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div i {
		text-transform: uppercase;
		font-style: normal;
		font-weight: 700;
		white-space: nowrap;
		visibility: visible;
	}
	.fileuploader-popup .fileuploader-popup-content {
		color: #fdfdfd;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	}
	.fileuploader-popup .fileuploader-popup-content ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.fileuploader-popup .fileuploader-popup-content ul li {
		display: inline-block;
		padding: 0;
		margin: 0;
	}
	.fileuploader-popup .fileuploader-popup-content ul li + li {
		margin-left: 16px;
	}
	.fileuploader-popup .fileuploader-popup-header {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		width: 100%;
		padding: 16px;
		background: rgba(0, 0, 0, 0.8);
		background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
		background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
		background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
		z-index: 2;
	}
	.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta {
		display: flex;
		flex: 1;
		white-space: nowrap;
		overflow: hidden;
	}
	.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta li:first-child {
		overflow: hidden;
	}
	.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta span {
		display: block;
		color: #80868b;
		font-size: 14px;
	}
	.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta h5 {
		max-width: 100%;
		margin: 4px 0 0;
		font-size: 14px;
		font-weight: 700;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-info:not(:empty) {
		flex: 1;
		margin-left: 16px;
	}
	.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-buttons {
		margin-left: 16px;
	}
	.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button {
		padding: 14px 24px;
		text-shadow: none;
	}
	.fileuploader-popup .fileuploader-popup-footer {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		background: rgba(0, 0, 0, 0.8);
		background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
		background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
		z-index: 2;
	}
	.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action] {
		display: inline-block;
		padding: 16px;
		padding-bottom: 13px;
		cursor: pointer;
		text-decoration: none;
		color: #fdfdfd;
		border-bottom: 3px solid transparent;
	}
	.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action] i {
		display: inline-block;
		font-size: 18px;
		margin-top: -4px;
		margin-right: 6px;
		vertical-align: middle;
	}
	.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action]:hover {
		border-bottom-color: #789bec;
		color: #fff;
	}
	.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer {
		font-size: 14px;
	}
	.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action] {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 16px;
		border: none;
		border-radius: 50%;
		padding: 0;
		vertical-align: middle;
		color: #fdfdfd;
		background: rgba(255, 255, 255, 0.1);
		text-shadow: none;
	}
	.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action]:hover {
		background: rgba(255, 255, 255, 0.3);
	}
	.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input {
		display: inline-block;
		-webkit-appearance: none;
		width: 130px;
		padding: 0;
		margin: 0 16px;
		vertical-align: middle;
		background: 0 0;
	}
	.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input:focus {
		outline: 0;
	}
	.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-webkit-slider-runnable-track {
		width: 100%;
		height: 4px;
		cursor: pointer;
		animate: 0.2s;
		box-shadow: none;
		background: #789bec;
		border-radius: 6px;
	}
	.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-webkit-slider-thumb {
		height: 14px;
		width: 14px;
		border-radius: 50%;
		border: 0;
		background: #fff;
		cursor: pointer;
		-webkit-appearance: none;
		margin-top: -5px;
		box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
	}
	.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-moz-range-track {
		width: 100%;
		height: 4px;
		cursor: pointer;
		animate: 0.2s;
		box-shadow: none;
		background: #789bec;
		border-radius: 6px;
	}
	.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-moz-range-thumb {
		height: 14px;
		width: 14px;
		border-radius: 50%;
		border: 0;
		background: #fff;
		cursor: pointer;
		-webkit-appearance: none;
		margin-top: -5px;
		box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
	}
	.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer span {
		display: inline-block;
		min-width: 40px;
		text-align: center;
		margin-left: 6px;
		color: #fff;
		vertical-align: middle;
	}
	.fileuploader-popup .fileuploader-popup-move {
		position: absolute;
		display: none;
		width: 56px;
		height: 100%;
		font-size: 24px;
		bottom: 0;
		left: 0;
		color: #fff;
		opacity: 0.4;
		cursor: pointer;
		z-index: 1;
	}
	.fileuploader-popup .fileuploader-popup-move:hover {
		opacity: 1;
	}
	.fileuploader-popup .fileuploader-popup-move:after {
		position: absolute;
	}
	.fileuploader-popup .fileuploader-popup-move[data-action="next"] {
		left: auto;
		right: 0;
	}
	.fileuploader-popup .fileuploader-popup-has-arrows .fileuploader-popup-move {
		display: inline-block;
	}
	.fileuploader-popup .fileuploader-cropper {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(17, 20, 27, 0.65);
		z-index: 9;
	}
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		z-index: 2;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
	}
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:after,
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:before {
		content: "";
		position: absolute;
		border: 1px solid rgba(250, 250, 250, 0.8);
		opacity: 0;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		z-index: 1;
	}
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:before {
		top: 0;
		left: 50%;
		height: 100%;
		width: 34%;
		border-top: 0;
		border-bottom: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:after {
		top: 50%;
		left: 0;
		height: 34%;
		width: 100%;
		border-left: 0;
		border-right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid.moving:after,
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid.moving:before {
		opacity: 1;
	}
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point {
		position: absolute;
		width: 24px;
		height: 24px;
		z-index: 3;
	}
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point:after {
		content: "";
		width: 12px;
		height: 12px;
		position: absolute;
		background: #fff;
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
		border-radius: 50%;
	}
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-a {
		top: -12px;
		left: -12px;
		cursor: nw-resize;
	}
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-b {
		top: -12px;
		left: 50%;
		margin-left: -12px;
		cursor: n-resize;
	}
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-c {
		top: -12px;
		right: -12px;
		cursor: ne-resize;
	}
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-d {
		top: 50%;
		right: -12px;
		margin-top: -12px;
		cursor: w-resize;
	}
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-e {
		bottom: -12px;
		right: -12px;
		cursor: nw-resize;
	}
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-f {
		bottom: -12px;
		left: 50%;
		margin-left: -12px;
		cursor: s-resize;
	}
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-g {
		bottom: -12px;
		left: -12px;
		cursor: sw-resize;
	}
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-h {
		left: -12px;
		top: 50%;
		margin-top: -12px;
		cursor: w-resize;
	}
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-move {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 2;
		cursor: move;
	}
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-move:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 1px solid rgba(255, 255, 255, 0.8);
	}
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-image {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 100%;
	}
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-image img {
		width: auto;
		height: auto;
		max-width: none;
		max-height: none;
		position: absolute;
		left: 0;
		top: 0;
		-webkit-transform-origin: top left;
		transform-origin: top left;
	}
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-info {
		position: absolute;
		bottom: -12px;
		left: 50%;
		color: #fff;
		font-family: sans-serif;
		line-height: 1;
		font-size: 12px;
		text-align: center;
		padding: 4px 8px;
		background: rgba(0, 0, 0, 0.6);
		border-radius: 14px;
		white-space: nowrap;
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(100%);
		transform: translateX(-50%) translateY(100%);
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		z-index: 2;
	}
	.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.show-info .area-info {
		opacity: 0;
	}
	@media all and (max-width: 768px) {
		.fileuploader-popup .fileuploader-popup-header {
			display: block;
			padding: 0;
		}
		.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta {
			padding: 16px;
		}
		.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-buttons {
			position: fixed;
			left: 0;
			bottom: 16px;
			width: 100%;
			margin: 0;
			text-align: center;
		}
		.fileuploader-popup .fileuploader-popup-node {
			padding-left: 16px;
			padding-right: 16px;
			padding-bottom: 117px;
		}
		.fileuploader-popup .fileuploader-popup-footer {
			bottom: 61px;
			background: 0 0;
		}
		.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer {
			display: none;
		}
		.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li a:hover {
			border-color: transparent;
		}
		.fileuploader-popup .fileuploader-popup-move {
			width: 30px;
		}
		.fileuploader-popup .fileuploader-popup-has-arrows .fileuploader-popup-node {
			padding-left: 30px;
			padding-right: 30px;
		}
	}
	@-webkit-keyframes fileuploaderFadeIn {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
	@keyframes fileuploaderFadeIn {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
    /**
 * fileuploader
 * Copyright (c) 2020 Innostudio.de
 * Website: https://innostudio.de/fileuploader/
 * Version: 2.2 (12 Mar 2020)
 * License: https://innostudio.de/fileuploader/documentation/#license
 */
 @font-face {
	font-family:'font-fileuploader';
	src:url('fonts/font-fileuploader.ttf?yhe2ig') format('truetype'),
	url('fonts/font-fileuploader.woff?yhe2ig') format('woff'),
	url('fonts/font-fileuploader.svg?yhe2ig#font-fileuploader') format('svg');
	font-weight:normal;
	font-style:normal;
	font-display:swap;
   }
   [class^="fileuploader-icon-"],
   [class*=" fileuploader-icon-"] {
	display:inline-block;
	font-family:'font-fileuploader' !important;
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
   }
   .fileuploader-icon-main:before {
	content:"\e900";
   }
   .fileuploader-icon-alert:before {
	content:"\e901";
   }
   .fileuploader-icon-calendar:before {
	content:"\e902";
   }
   .fileuploader-icon-camera:before {
	content:"\e903";
   }
   .fileuploader-icon-success:before {
	content:"\e904";
   }
   .fileuploader-icon-arrow-left:before {
	content:"\e905";
   }
   .fileuploader-icon-arrow-right:before {
	content:"\e906";
   }
   .fileuploader-icon-crop:before {
	content:"\e908";
   }
   .fileuploader-icon-download:before {
	content:"\e909";
   }
   .fileuploader-icon-edit:before {
	content:"\e90a";
   }
   .fileuploader-icon-external:before {
	content:"\e90b";
   }
   .fileuploader-icon-eye:before {
	content:"\e90c";
   }
   .fileuploader-icon-file:before {
	content:"\e90d";
   }
   .fileuploader-icon-video:before {
	content:"\e90f";
   }
   .fileuploader-icon-folder:before {
	content:"\e910";
   }
   .fileuploader-icon-help:before {
	content:"\e911";
   }
   .fileuploader-icon-image:before {
	content:"\e912";
   }
   .fileuploader-icon-link:before {
	content:"\e913";
   }
   .fileuploader-icon-message:before {
	content:"\e914";
   }
   .fileuploader-icon-menu:before {
	content:"\e915";
   }
   .fileuploader-icon-sort:before {
	content:"\e916";
   }
   .fileuploader-icon-audio:before {
	content:"\e917";
   }
   .fileuploader-icon-plus:before {
	content:"\e918";
   }
   .fileuploader-icon-retry:before {
	content:"\e919";
   }
   .fileuploader-icon-rotate:before {
	content:"\e91a";
   }
   .fileuploader-icon-save:before {
	content:"\e91b";
   }
   .fileuploader-icon-search:before {
	content:"\e91c";
   }
   .fileuploader-icon-settings:before {
	content:"\e91d";
   }
   .fileuploader-icon-share:before {
	content:"\e91e";
   }
   .fileuploader-icon-deny:before {
	content:"\e91f";
   }
   .fileuploader-icon-trash:before {
	content:"\e920";
   }
   .fileuploader-icon-upload:before {
	content:"\e921";
   }
   .fileuploader-icon-user:before {
	content:"\e922";
   }
   .fileuploader-icon-remove:before {
	content:"\e923";
   }
   .fileuploader-icon-zoom-in:before {
	content:"\e924";
   }
   .fileuploader-icon-zoom-out:before {
	content:"\e925";
   }


   .consult-aside {
	   float:right;
	   width: 40%;
   }

   .consult-main {
	float:left;
	width: 60%;
}

.btn-submit {
	background: #F4B132;
	box-shadow: 0 2px 6px 0px darkgrey;
	color: #ffffff;
	padding: 7px 15px;
	border-radius: 4px;
	font-size: 1.2em !important;
	margin-bottom: 1em;
}


.btn-submit:hover {
	background: #333;
	color: #fff
}





.toast-title {
    font-weight: bold;
  }
  .toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family:iranyekan;
    font-size: .9em;
    font-weight:300;

  }
  .toast-message a,
  .toast-message label {
    color: #ffffff;
  }
  .toast-message a:hover {
    color: #cccccc;
    text-decoration: none;
  }
  .toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
  }
  .toast-close-button:hover,
  .toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
  }
  /*Additional properties for button version
   iOS requires the button element instead of an anchor tag.
   If you want the anchor version, it requires `href="#"`.*/
  button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
  }
  .toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
  }
  .toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
  }
  .toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .toast-top-left {
    top: 12px;
    left: 12px;
  }
  .toast-top-right {
    top: 12px;
    right: 12px;
  }
  .toast-bottom-right {
    right: 12px;
    bottom: 12px;
  }
  .toast-bottom-left {
    bottom: 12px;
    left: 12px;
  }
  #toast-container {
    position: fixed;
    z-index: 999999;
    /*overrides*/
  
  }
  #toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #toast-container > div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 400px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
  }
  #toast-container > :hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
  }
  #toast-container > .toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
  }
  #toast-container > .toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
  }
  #toast-container > .toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
  }
  #toast-container > .toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
  }
  #toast-container.toast-top-center > div,
  #toast-container.toast-bottom-center > div {
    width: 400px;
    margin: auto;
      position: relative;
      top: 10px;
      right:47%;
      margin-right:100px;
  }
  #toast-container.toast-top-full-width > div,
  #toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin: auto;
  }
  .toast {
    background-color: #030303;
  }
  .toast-success {
    background-color: #51a351;
  }
  .toast-error {
    background-color: #bd362f;
  }
  .toast-info {
    background-color: #2f96b4;
  }
  .toast-warning {
    background-color: #f89406;
  }
  .toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
  }
  /*Responsive Design*/
  @media  all and (max-width: 240px) {
    #toast-container > div {
      padding: 8px 8px 8px 50px;
      width: 11em;
    }
    #toast-container .toast-close-button {
      right: -0.2em;
      top: -0.2em;
    }
  }
  @media  all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
      padding: 8px 8px 8px 50px;
      width: 18em;
    }
    #toast-container .toast-close-button {
      right: -0.2em;
      top: -0.2em;
    }
  }
  @media  all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
      padding: 15px 15px 15px 50px;
      width: 25em;
    }
  }

  @-webkit-keyframes passing-through{
    0%{
        opacity:0;
        -webkit-transform:translateY(40px);
        -moz-transform:translateY(40px);
        -ms-transform:translateY(40px);
        -o-transform:translateY(40px);
        transform:translateY(40px)
    }
    30%, 70%{
        opacity:1;
        -webkit-transform:translateY(0px);
        -moz-transform:translateY(0px);
        -ms-transform:translateY(0px);
        -o-transform:translateY(0px);
        transform:translateY(0px)
    }
    100%{
        opacity:0;
        -webkit-transform:translateY(-40px);
        -moz-transform:translateY(-40px);
        -ms-transform:translateY(-40px);
        -o-transform:translateY(-40px);
        transform:translateY(-40px)
    }
}
@-moz-keyframes passing-through{
    0%{
        opacity:0;
        -webkit-transform:translateY(40px);
        -moz-transform:translateY(40px);
        -ms-transform:translateY(40px);
        -o-transform:translateY(40px);
        transform:translateY(40px)
    }
    30%, 70%{
        opacity:1;
        -webkit-transform:translateY(0px);
        -moz-transform:translateY(0px);
        -ms-transform:translateY(0px);
        -o-transform:translateY(0px);
        transform:translateY(0px)
    }
    100%{
        opacity:0;
        -webkit-transform:translateY(-40px);
        -moz-transform:translateY(-40px);
        -ms-transform:translateY(-40px);
        -o-transform:translateY(-40px);
        transform:translateY(-40px)
    }
}
@keyframes passing-through{
    0%{
        opacity:0;
        -webkit-transform:translateY(40px);
        -moz-transform:translateY(40px);
        -ms-transform:translateY(40px);
        -o-transform:translateY(40px);
        transform:translateY(40px)
    }
    30%, 70%{
        opacity:1;
        -webkit-transform:translateY(0px);
        -moz-transform:translateY(0px);
        -ms-transform:translateY(0px);
        -o-transform:translateY(0px);
        transform:translateY(0px)
    }
    100%{
        opacity:0;
        -webkit-transform:translateY(-40px);
        -moz-transform:translateY(-40px);
        -ms-transform:translateY(-40px);
        -o-transform:translateY(-40px);
        transform:translateY(-40px)
    }
}
@-webkit-keyframes slide-in{
    0%{
        opacity:0;
        -webkit-transform:translateY(40px);
        -moz-transform:translateY(40px);
        -ms-transform:translateY(40px);
        -o-transform:translateY(40px);
        transform:translateY(40px)
    }
    30%{
        opacity:1;
        -webkit-transform:translateY(0px);
        -moz-transform:translateY(0px);
        -ms-transform:translateY(0px);
        -o-transform:translateY(0px);
        transform:translateY(0px)
    }
}
@-moz-keyframes slide-in{
    0%{
        opacity:0;
        -webkit-transform:translateY(40px);
        -moz-transform:translateY(40px);
        -ms-transform:translateY(40px);
        -o-transform:translateY(40px);
        transform:translateY(40px)
    }
    30%{
        opacity:1;
        -webkit-transform:translateY(0px);
        -moz-transform:translateY(0px);
        -ms-transform:translateY(0px);
        -o-transform:translateY(0px);
        transform:translateY(0px)
    }
}
@keyframes slide-in{
    0%{
        opacity:0;
        -webkit-transform:translateY(40px);
        -moz-transform:translateY(40px);
        -ms-transform:translateY(40px);
        -o-transform:translateY(40px);
        transform:translateY(40px)
    }
    30%{
        opacity:1;
        -webkit-transform:translateY(0px);
        -moz-transform:translateY(0px);
        -ms-transform:translateY(0px);
        -o-transform:translateY(0px);
        transform:translateY(0px)
    }
}
@-webkit-keyframes pulse{
    0%{
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
    10%{
        -webkit-transform:scale(1.1);
        -moz-transform:scale(1.1);
        -ms-transform:scale(1.1);
        -o-transform:scale(1.1);
        transform:scale(1.1)
    }
    20%{
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
}
@-moz-keyframes pulse{
    0%{
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
    10%{
        -webkit-transform:scale(1.1);
        -moz-transform:scale(1.1);
        -ms-transform:scale(1.1);
        -o-transform:scale(1.1);
        transform:scale(1.1)
    }
    20%{
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes pulse{
    0%{
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
    10%{
        -webkit-transform:scale(1.1);
        -moz-transform:scale(1.1);
        -ms-transform:scale(1.1);
        -o-transform:scale(1.1);
        transform:scale(1.1)
    }
    20%{
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
}




.select2-container{
	box-sizing:border-box;
	display:inline-block;
	margin:0;
	position:relative;
	vertical-align:middle
}
.select2-container .select2-selection--single{
	box-sizing:border-box;
	cursor:pointer;
	display:block;
	height:28px;
	user-select:none;
	-webkit-user-select:none;
	font-size: .85em;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	display:block;
	padding-left:8px;
	padding-right:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.select2-container .select2-selection--single .select2-selection__clear{
	position:relative
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{
	padding-right:8px;
	padding-left:20px
}
.select2-container .select2-selection--multiple{
	box-sizing:border-box;
	cursor:pointer;
	display:block;
	min-height:32px;
	user-select:none;
	-webkit-user-select:none
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
	display:inline-block;
	overflow:hidden;
	padding-left:8px;
	text-overflow:ellipsis;
	white-space:nowrap
}
.select2-container .select2-search--inline{
	float:left
}
.select2-container .select2-search--inline .select2-search__field{
	box-sizing:border-box;
	border:none;
	font-size:100%;
	margin-top:5px;
	padding:0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{
	-webkit-appearance:none
}
.select2-dropdown{
	background-color:white;
	border:1px solid #aaa;
	border-radius:4px;
	box-sizing:border-box;
	display:block;
	position:absolute;
	left:-100000px;
	width:100%;
	z-index:1051
}
.select2-results{
	display:block
}
.select2-results__options{
	list-style:none;
	margin:0;
	padding:0
}
.select2-results__option{
	padding:6px;
	user-select:none;
	-webkit-user-select:none
}
.select2-results__option[aria-selected]{
	cursor:pointer
}
.select2-container--open .select2-dropdown{
	left:0;
	font-size: .85em;

}
.select2-container--open .select2-dropdown--above{
	border-bottom:none;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0
}
.select2-container--open .select2-dropdown--below{
	border-top:none;
	border-top-left-radius:0;
	border-top-right-radius:0
}
.select2-search--dropdown{
	display:block;
	padding:4px
}
.select2-search--dropdown .select2-search__field{
	padding:4px;
	width:100%;
	box-sizing:border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{
	-webkit-appearance:none
}
.select2-search--dropdown.select2-search--hide{
	display:none
}
.select2-close-mask{
	border:0;
	margin:0;
	padding:0;
	display:block;
	position:fixed;
	left:0;
	top:0;
	min-height:100%;
	min-width:100%;
	height:auto;
	width:auto;
	opacity:0;
	z-index:99;
	background-color:#fff;
	filter:alpha(opacity=0)
}
.select2-hidden-accessible{
	border:0 !important;
	clip:rect(0 0 0 0) !important;
	-webkit-clip-path:inset(50%) !important;
	clip-path:inset(50%) !important;
	height:1px !important;
	overflow:hidden !important;
	padding:0 !important;
	position:absolute !important;
	width:1px !important;
	white-space:nowrap !important
}
.select2-container--default .select2-selection--single{
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:4px;

}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color:#444;
	line-height:28px;
	text-align:right;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
	cursor:pointer;
	float:right;
	font-weight:bold
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color:#999;
	float:right;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height:26px;
	position:absolute;
	top:1px;
	right:1px;
	width:20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color:#888 transparent transparent transparent;
	border-style:solid;
	border-width:5px 4px 0 4px;
	height:0;
	left:50%;
	margin-left:-4px;
	margin-top:-2px;
	position:absolute;
	top:50%;
	width:0
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{
	float:left
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{
	left:1px;
	right:auto
}
.select2-container--default.select2-container--disabled .select2-selection--single{
	background-color:#eee;
	cursor:default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{
	display:none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-color:transparent transparent #888 transparent;
	border-width:0 4px 5px 4px
}
.select2-container--default .select2-selection--multiple{
	background-color:white;
	border:1px solid #aaa;
	border-radius:4px;
	cursor:text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
	box-sizing:border-box;
	list-style:none;
	margin:0;
	padding:0 5px;
	width:100%;

}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
	list-style:none
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder{
	color:#999;
	margin-top:5px;
	float:left
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
	cursor:pointer;
	float:right;
	font-weight:bold;
	margin-top:5px;
	margin-right:10px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color:#e4e4e4;
	border:1px solid #aaa;
	border-radius:4px;
	cursor:default;
	float:left;
	margin-right:5px;
	margin-top:5px;
	padding:0 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	color:#999;
	cursor:pointer;
	display:inline-block;
	font-weight:bold;
	margin-right:2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
	color:#333
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{
	float:right
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
	margin-left:5px;
	margin-right:auto
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
	margin-left:2px;
	margin-right:auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
	border:solid black 1px;
	outline:0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple{
	background-color:#eee;
	cursor:default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove{
	display:none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{
	border-top-left-radius:0;
	border-top-right-radius:0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
	border-bottom-left-radius:0;
	border-bottom-right-radius:0
}
.select2-container--default .select2-search--dropdown .select2-search__field{
	border:1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field{
	background:transparent;
	border:none;
	outline:0;
	box-shadow:none;
	-webkit-appearance:textfield
}
.select2-container--default .select2-results>.select2-results__options{
	max-height:200px;
	overflow-y:auto;
	text-align:right;
	direction:rtl;

}
.select2-container--default .select2-results__option[role=group]{
	padding:0
}
.select2-container--default .select2-results__option[aria-disabled=true]{
	color:#999
}
.select2-container--default .select2-results__option[aria-selected=true]{
	background-color:#ddd
}
.select2-container--default .select2-results__option .select2-results__option{
	padding-right:1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group{
	padding-right:0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option{
	margin-right:-1em;
	padding-right:2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-right:-2em;
	padding-right:3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-right:-3em;
	padding-right:4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-right:-4em;
	padding-right:5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-right:-5em;
	padding-right:6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color:#5897fb;
	color:white
}
.select2-container--default .select2-results__group{
	cursor:default;
	display:block;
	padding:6px
}
.select2-container--classic .select2-selection--single{
	background-color:#f7f7f7;
	border:1px solid #aaa;
	border-radius:4px;
	outline:0;
	background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic .select2-selection--single:focus{
	border:1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered{
	color:#444;
	line-height:28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear{
	cursor:pointer;
	float:right;
	font-weight:bold;
	margin-right:10px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder{
	color:#999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow{
	background-color:#ddd;
	border:none;
	border-left:1px solid #aaa;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	height:26px;
	position:absolute;
	top:1px;
	right:1px;
	width:20px;
	background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b{
	border-color:#888 transparent transparent transparent;
	border-style:solid;
	border-width:5px 4px 0 4px;
	height:0;
	left:50%;
	margin-left:-4px;
	margin-top:-2px;
	position:absolute;
	top:50%;
	width:0
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{
	float:left
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{
	border:none;
	border-right:1px solid #ddd;
	border-radius:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	left:1px;
	right:auto
}
.select2-container--classic.select2-container--open .select2-selection--single{
	border:1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{
	background:transparent;
	border:none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-color:transparent transparent #888 transparent;
	border-width:0 4px 5px 4px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{
	border-top:none;
	border-top-left-radius:0;
	border-top-right-radius:0;
	background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{
	border-bottom:none;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}
.select2-container--classic .select2-selection--multiple{
	background-color:white;
	border:1px solid #ddd;
	border-radius:4px;
	cursor:text;
	outline:0
}
.select2-container--classic .select2-selection--multiple:focus{
	border:1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered{
	list-style:none;
	margin:0;
	padding:0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear{
	display:none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice{
	background-color:#e4e4e4;
	border:1px solid #ddd;
	border-radius:4px;
	cursor:default;
	float:left;
	margin-right:5px;
	margin-top:5px;
	padding:0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{
	color:#888;
	cursor:pointer;
	display:inline-block;
	font-weight:bold;
	margin-right:2px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{
	color:#555
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
	float:right
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
	margin-left:5px;
	margin-right:auto
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
	margin-left:2px;
	margin-right:auto
}
.select2-container--classic.select2-container--open .select2-selection--multiple{
	border:1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{
	border-top:none;
	border-top-left-radius:0;
	border-top-right-radius:0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{
	border-bottom:none;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0
}
.select2-container--classic .select2-search--dropdown .select2-search__field{
	border:1px solid #ddd;
	outline:0;
	direction: rtl;
	text-align:right;
}
.select2-container--classic .select2-search--inline .select2-search__field{
	outline:0;
	box-shadow:none
}
.select2-container--classic .select2-dropdown{
	background-color:#fff;
	border:1px solid transparent
}
.select2-container--classic .select2-dropdown--above{
	border-bottom:none
}
.select2-container--classic .select2-dropdown--below{
	border-top:none
}
.select2-container--classic .select2-results>.select2-results__options{
	max-height:200px;
	overflow-y:auto
}
.select2-container--classic .select2-results__option[role=group]{
	padding:0
}
.select2-container--classic .select2-results__option[aria-disabled=true]{
	color:grey
}
.select2-container--classic .select2-results__option--highlighted[aria-selected]{
	background-color:#3875d7;
	color:#fff
}
.select2-container--classic .select2-results__group{
	cursor:default;
	display:block;
	padding:6px
}
.select2-container--classic.select2-container--open .select2-dropdown{
	border-color:#5897fb
}

.select2 {
	width: 100%
}



.bd-hide {
	display: none;
}

.bd-main {
	background-color: #FFF;
	border: 1px solid #000;
	padding: 5px;
	z-index: 9999;
	width: auto !important;
	margin: 0;
	font-family:iranyekanweb !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bd-calendar {
	width: 210px;
	padding: 0;
	margin: 0;
}

.bd-title {
	width: 210px;
	padding: 0;
	margin: 0;
}

.bd-calendar table {
	border: none;
	width: 210px;
}

.bd-dropdown {
	display: inline-block;
	float: right;
	width: 75px;
}

.bd-dropdown select {
	width: 100%;
	height: 30px;
	border: none;
	cursor: pointer;
}

.bd-next, .bd-prev {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #FFF;
	height: 30px;
	width: 30px;
	margin: 0;
	padding: 0;
	border: none;
	display: inline-block;
	float: right;
}

.bd-table thead {
	background-color: #555555;
	color: #FFF;
}

.bd-table thead tr {
	height: 30px;
	cursor: context-menu;
}

.bd-table thead tr th {
	text-align: center;
}

.bd-table tbody tr td {
	border: none;

}
.bd-table .day,  .bd-dropdown {
	font-family:iranyekanweb !important;

}

input#date3 {
width: 100%;
}

.bd-empty-cell {
	width: 30px;
	height: 30px;

}

.bd-table-days button {
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-color: #F8F8F8;
	border: 0;
}

.bd-table-days button:hover {
	color: red;
	font-weight: bold;
	background-color: #E7E7E7;
}

.bd-today {
	background-color: #DFF0D8 !important;
	color: green;
}

.bd-holiday {
	background-color: #FDE8E8 !important;
}

.bd-selected-day {
	color: red;
	font-weight: bold;
}

.bd-goto-today {
	width: 210px;
	height: 30px;
	color: #FFF;
	background-color: #555555;
	padding-top: 5px;
	cursor: pointer;
	text-align: center;
}


.reserve-ill {
	width: 40%;
	float: left;
}

.reserve-aside {
	width: 20%;
	float: right;
}

.reserve-main {
	width: 37%;
	float: right;
	margin-right: 3%;}


.videos-grid {
	display:grid;
	grid-template-columns:repeat(3,1fr);
	grid-gap:1.5rem
   }
   .videos-grid.index {
	display:grid;
	grid-template-columns:repeat(4,1fr);
	grid-gap:1.5rem
   }
   .videos-grid article a {
	border-radius:2px;
	-webkit-transition:.2s;
	transition:.2s;
	display:block;
	-webkit-box-shadow:0 30px 100px 0 rgba(221,224,231,.6);
	box-shadow:0 30px 100px 0 rgba(221,224,231,.6);
	color:#7b7b9e
   }
   .videos-grid article a:hover {
	-webkit-box-shadow:0 14px 60px rgba(64,82,104,.22);
	box-shadow:0 14px 60px rgba(64,82,104,.22);
	z-index:3
   }
   .videos-grid article a:hover>.image img {
	opacity:.7
   }
   .videos-grid article a>.image {
	position:relative;
	border-radius:2px 2px 0 0
   }
   .videos-grid article a>.image img {
	border-radius:2px 2px 0 0;
	display:block;
	width:100%;
	-webkit-transition:.2s;
	transition:.2s;
	max-height:12em
   }
   .videos-grid article a>.image .time {
	position:absolute;
	bottom:0;
	left:0;
	margin:1rem;
	padding:0 .65rem;
	height:24px;
	line-height:24px;
	background:rgba(33,37,51,.6);
	border-radius:5px;
	font-size:13px;
	color:#fff
   }
   .videos-grid article a>.image .type {
	position:absolute;
	top:0;
	right:0;
	margin:1rem;
	padding:0 .65rem;
	height:24px;
	line-height:24px;
	background:rgba(33,37,51,.6);
	border-radius:5px;
	font-size:13px;
	color:#fff
   }
   .videos-grid article a>.image .city {
	position:absolute;
	bottom:0;
	right:0;
	margin:1rem;
	padding:0 .65rem;
	height:24px;
	line-height:24px;
	background:rgba(33,37,51,.6);
	border-radius:5px;
	font-size:13px;
	color:#fff
   }
   .videos-grid article a>.image .price {
	position:absolute;
	top:0;
	left:0;
	margin:1rem;
	padding:0 .65rem;
	height:24px;
	line-height:24px;
	background:rgba(33,37,51,.6);
	border-radius:5px;
	font-size:13px;
	color:#fff
   }
   .videos-grid article .channel {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin-bottom:.5rem
   }
   .videos-grid article .channel img {
	height:auto;
	width:32px;
	border-radius:100px;
	margin-left:.25rem
   }
   .videos-grid article .hot {
	border-radius:8px;
	padding:.25rem .75rem;
	justify-self:end;
	background:#f5f5fa;
	color:#1b4171;
	font-size:12px;
	margin-right:auto
   }
   .videos-grid article .details {
	padding:1rem
   }
   .videos-grid article .title {
	-webkit-transition:.2s;
	transition:.2s;
	color:#1d1f24;
	font-size:15px;
	height:3em;
	text-align:center
   }
   .videos-grid article footer .level,
   .videos-grid article footer .time {
	font-size:13px
   }


   

.pagination {
	display: block;
	width: 100%;
font-family: iranyekan !important;
font-size: 1.25em;
color:
#6c6c6c;
}
.pagination > li {
	display: inline;
	padding-right: 0;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: right;
	margin-right: -1px;
	margin-left: 0;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	z-index: 2;
	color: #213B9C;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 3;
	color: #333;
	cursor: default;
	background: linear-gradient(to right, #0862a3 , #00a0d4);
	color:#fff;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.pagination-lg > li > a, .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.pagination {
	padding-right: 0;
}
.pagination > li > a, .pagination > li > span {
	float: right;
	margin-right: -1px;
	margin-left: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	margin-right: -1px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}



.widget {
	box-shadow:0 2px 10px rgba(51,74,62,.03);
	background:#fff;
	padding:20px;
	border-radius:12px;
	font-size:14px;
	color:#444;
	margin-bottom:15px
   }
   .workshop-widget {
	box-shadow:0 2px 10px rgba(51,74,62,.03);
	background:#fff;
	padding:1em;
	border-radius:12px;
	font-size:14px;
	color:#444;
	margin-bottom:15px;
	border-radius:12px;
	position:-webkit-sticky;
	position:sticky;
	top:117px
   }
   .workshop-widget ul {
	background:rgba(234,234,234,.27) none repeat scroll 0 0;
	border-radius:12px;
	padding:1em
   }
   .workshop-widget ul li {
	padding:1em 0!important;
	color:rgba(0,0,0,.5)!important;
	border-bottom:1px solid #eee
   }
   .workshop-widget ul li span {
	float:left;
	font-weight:700!important;
	font-size:1.2em;
	color:#32335a
   }
   .workshop-widget ul li.location div {
	display:block!important;
	font-size:1.15em;
	color:#32335a;
	padding-top:.75em;
	line-height:1.25
   }
   .workshop-widget ul li.location div b {
	font-weight:700
   }
   .workshop-widget-price {
	margin:1em 0;
	font-weight:700!important;
	font-size:1.25em;
	color:rgba(0,0,0,.5)!important
   }
   .workshop-widget-price span {
	float:left;
	font-weight:700!important;
	font-size:1.25em;
	color:#edb037
   }
   .noborder {
	border:none
   }
   .workshop-widget-buy {
	display:block;
	font-family:iranyekan;
	text-align:center;
	font-size:1.25em;
	background:#edb037;
	width:100%;
	padding:.75em 1em;
	color:#fff;
	border-radius:10px;
	cursor:pointer;
	transition:.3s
   }
   .workshop-widget-buy:hover {
	background:#eee;
	color:#333
   }
   .workshop-widget-buyold {
	display:block;
	text-align:center;
	font-size:1.25em;
	background:#fff;
	width:100%;
	padding:.75em 1em;
	color:#edb037;
	border-radius:10px;
	border:1px solid #edb037
   }
   .workshop-desc {
	font-size:.9em;
	font-weight:300;
	line-height:1.8;
	color:#212529
   }
   

   .tttt {
    border-radius: 12px;
    text-align: right !important;
    padding: .75em 1em !important;
    background-color: #f8f9fa !important;
    color: #32335a;
    margin: .75em 0;
        margin-top: 0.75em;
    margin-top: 1.25em;
}



/*GALLERY*/
.gallery-container{
	display:flex; 
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	position: relative;
	display: grid;
	grid-template-columns:repeat(3,1fr);
	grid-gap:1em
  }
  .gallery-item {
	overflow: hidden;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	margin: 10px;
	transition: 200ms ease-in-out;
	border-radius: 10px;
  }
  .gallery-item:hover{
  /*    outline: 7px dotted #f9b618; */
	 opacity: 0.7;
  }
  
  .gallery-item img{ 
	object-fit: cover;
	 width: 300px;
	 height: 300px;
	 transition: 300ms ease-in-out;
  }
  
  .gallery-item img:hover{
	transform: scale(1.1);
	cursor: pointer;
  }
  
  .overlay{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #2b2413;
	z-index: 2;
  }
  
  .modal{
	font-family: 'Balsamiq Sans', cursive;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 300ms ease-in-out;
	overflow: hidden;
  }
  .modal img{
	transition: 150ms ease-in-out;
  }
  
  .close{
	position: absolute;
	right: 25px;
	top: 25px;
	border: none;
	background-color: transparent;
	color: #eea800;
	font-size: 3em;
	
	transform: scale(1.5,1);
	z-index: 5;
  }
  
  .next, .prev{
	background-color: #eee;
	color: #2b2413;
	border-radius: 50%;
	border:none;
	height: 40px;
	width: 40px;
	position: absolute;
	z-index: 5;
	font-size: 25px;
  }
  
  .next:hover, .prev:hover{
	filter: brightness(80%);
	cursor: pointer;
  }
  
  .prev{
	left: 25px;
	top: 50%;
  }
  .next{
	right: 25px;
	top: 50%;
  }
  
  .close:hover{
	color: #50b7df;
	cursor: pointer;
  }
  
  .overlay.show, .modal.show{ 
	opacity: 1;
	  visibility: visible;
	  -webkit-transition: opacity 0.5s;
	  transition: opacity 0.5s;
  }
  
  .close:focus, .prev:focus, .next:focus{
	outline: none;
  }
  


  .gallery {
    display: flex;
    position: relative;
    width: 1000px;
    height: 450px;
    background: #7e7f9a;
    border: 3px solid #f9f9f8;
    border-radius: 5px;
	overflow: hidden;
	margin:3em auto;
	top: 25%;
}

.main-image-section {
    width: 80%;
}

.main-view {
    width: 100%;
    opacity: 0;
    cursor: pointer;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.caption-container {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100px;
    bottom: -100px;
    opacity : 0;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-image-section:hover .caption-container {
    bottom: 0;
    opacity: 1;
}

#caption {
    font-size: 42px;
    color: #fff;
    padding: 10px;
}

#info {
    padding: 0 10px;
    color: #ccc;
}

.thumbnails {
    width: 20%;
    padding: 5px;
    overflow-y: auto;
}

.thumbnails img {
    width: 100%;
    opacity: 0.7;
    cursor: pointer;

    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.thumbnails img:hover {
    opacity: 1;
}

.thumbnails img:focus {
    opacity: 1
}



@media (max-width:576px) {
	.new-product__article{
		grid-template-columns: repeat(1, 1fr);
	}
	
	.learn-course div.course{
		margin: 2em 0;
	}
}




.course-item-template {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	grid-gap: 2em
		}


		/* Course Item Template */
	.course-item-template .item-inner {
	  border-radius: 20px;
	  overflow: hidden;
	  background: #ffffff;
	  height: 428px;
	  margin: 10px 0;
	  box-shadow: 0 2px 15px -5px rgba(188, 192, 207, 0.6);
	  position: relative;
	  transition: .3s; }
	.course-item-template .item-inner:hover {
		box-shadow: 0 2px 8px -2px rgba(188, 192, 207, 0.4); }
	.course-item-template .item-inner:hover .thumbnail img {
		  transform: scale(1.1);
		  transition: 5s; }
	.course-item-template .item-inner:hover .item-content .heading .title {
		  color: #0668e1; }
	.course-item-template .item-inner:hover .item-content .footer-item .cart-icon-col .text {
		  color: #0668e1; }
	.course-item-template .item-inner .thumbnail .company-icon {
		position: absolute;
		left: 27px;
		top: 27px;
		z-index: 2;
		display: flex; }
		.course-item-template .item-inner .thumbnail .company-icon img{
			margin-right: 7px;
		}
	.course-item-template .item-inner .thumbnail img {
		width: 100%;
		transition: .4s;
		position: relative; }
	.course-item-template .item-inner .item-content {
		position: absolute;
		bottom: 0;
		width: 100%;
		right: 0;
		background: #ffffff;
		padding: 20px; }
	.course-item-template .item-inner .item-content:after {
		  content: '';
		  position: absolute;
		  pointer-events: none;
		  bottom: 100%;
		  right: 0;
		  left: 0;
		  height: 80px;
		  transition: .3s;
		  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 75%, white 94%, white 100%);
		  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); }
	.course-item-template .item-inner .item-content .heading .rating {
		  margin: -50px 0 10px;
		  position: relative;
		  z-index: 1; }
	.course-item-template .item-inner .item-content .heading .title {
		  color: #5a5e6f;
		  font-size: 15px;
		  font-weight: 700;
		  line-height: 31px;
		  text-transform: uppercase;
		  transition: .3s;
		  margin-bottom: 15px;
		  display: inline-block;
		  width: 100%; }
	.course-item-template .item-inner .item-content .course-meta {
		  border-top: solid 1px #f1f3fa;
		  border-bottom: solid 1px #f1f3fa;
		  padding: 18px 0;
		  margin-bottom: 20px; }
	.course-item-template .item-inner .item-content .course-meta .label {
			color: #a7acc2;
			font-size: 12px;
			font-weight: 500;
			margin-bottom: 5px; }
	.course-item-template .item-inner .item-content .course-meta .value {
			color: #81879e;
			font-size: 14px;
			font-weight: 500; }
	.course-item-template .item-inner .item-content .footer-item .cart-icon-col {
		  display: flex;
		  align-items: center; }
	.course-item-template .item-inner .item-content .footer-item .cart-icon-col .price {
			font-family: Iran Sans Numeric, 'sans-serif';
			padding-right: 5px; }
	.course-item-template .item-inner .item-content .footer-item .cart-icon-col .price del bdi {
			  font-size: 12px;
			  color: #8b90a6;
			  display: flex;
			  text-align: right;
			  direction: ltr; }
	.course-item-template .item-inner .item-content .footer-item .cart-icon-col .price del bdi .woocommerce-Price-currencySymbol {
				margin: 0; }
	.course-item-template .item-inner .item-content .footer-item .cart-icon-col .price bdi {
			  display: flex;
			  direction: ltr;
			  font-size: 15px; }
	.course-item-template .item-inner .item-content .footer-item .cart-icon-col .price bdi .woocommerce-Price-currencySymbol {
				font-size: 12px;
				margin-right: 3px; }
	.course-item-template .item-inner .item-content .footer-item .cart-icon-col .price ins {
			  text-decoration: none; }
	.course-item-template .item-inner .item-content .footer-item .cart-icon-col .icon-cart {
			display: inline-block;
			vertical-align: middle;
			color: #0668e1;
			font-size: 17px;
			margin-left: 5px;
			position: relative;
			top: -1px; }
	.course-item-template .item-inner .item-content .footer-item .cart-icon-col .download-icon {
			display: inline-block;
			vertical-align: middle;
			margin-left: 5px;
			position: relative;
			top: -1px; }
	.course-item-template .item-inner .item-content .footer-item .cart-icon-col .text {
			display: inline-block;
			vertical-align: middle;
			color: #8b90a6;
			font-size: 12px;
			font-weight: 500;
			transition: .3s; }
	.course-item-template .item-inner .item-content .footer-item .item-type {
		  color: #0668e1;
		  font-size: 14px;
		  font-weight: 500; }
	.course-item-template .item-inner .item-content .footer-item .item-type.free {
			color: #81879e; }


	form span.error {
		color: #ff4757;
		font-size: .9em;
	}

	a.highlight{
		color: #edb037;
		font-weight: bold;
	}

	.lightbox .form-group .form-control.error,
.lightbox .form-group .form-control.errors {
    border: 2px solid #f00;
}


.btn-profile {
	background: #edb037 !important;
}


.blogimg {
	float:left;
	width: 20em;
	border-radius: 1em;
	margin-bottom: 1em;
}



.clearfix::after {
	content: "";
	clear: both;
	display: table;
  } 


#href-gallery{
	color: #fff;
	margin: 0 auto;
	text-align: center;
	font-size: 1.5em;
	font-family: Iranyekan;
	border-radius: 1em;
	color: #333;
	background: #fff;
	padding: 0 1em;
	display: table;
}




#gallery {
  }
  @media screen and (min-width: 991px) {
	#gallery {
	}
  }
  
  .img-wrapper {
	position: relative;
	margin-top: 15px;
  }
  .img-wrapper img {
	width: 100%;
  }
  
  .img-overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	cursor: pointer;
  }
  .img-wrapper img {
	border-radius: 1em
  }

  .img-overlay:hover {
	opacity: .7;
	border-radius: 1em

  }
  .img-overlay i {
	color: #fff;
	font-size: 3em;
  }

  .gallerycover {
	  float: right;
	  height: 25em;
  }
  
  #overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  #overlay img {
	margin: 0;
	width: 80%;
	height: auto;
	max-height: 90vh;

	-o-object-fit: contain;
	   object-fit: contain;
  }
  @media screen and (min-width: 768px) {
	#overlay img {
	  width: 60%;
	}
  }
  @media screen and (min-width: 1200px) {
	#overlay img {
	  width: 50%;
	}
  }
  
  #nextButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
  }
  #nextButton:hover {
	opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
	#nextButton {
	  font-size: 3em;
	}
  }
  
  #prevButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
  }
  #prevButton:hover {
	opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
	#prevButton {
	  font-size: 3em;
	}
  }
  
  #exitButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
	position: absolute;
	top: 15px;
	right: 15px;
  }
  #exitButton:hover {
	opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
	#exitButton {
	  font-size: 3em;
	}
  }


  .sidebar-right {
	  float: right;
	  width: 25%;
	  margin-left: 5%;
  }
  
  .sidebar-menu {
	background: #eee;
	border-radius: 1em;
	padding: 1em
  }

  .sidebar-menu ul {
	width: 100%;
	background: #fff
  }

  .sidebar-main {
	  float:left;
	  width: 70%
}
	.sidebar-main h3 {
			font-size: 1.75em;
			font-weight: bold;
			border-bottom: .1em solid #eee;
			padding-bottom: .25em;
			margin-bottom: 1em;
	}


	.sidebar-menu li a {
		display: block;
		background: #fff;
		padding: .75em 1em;
		margin-bottom: 1em;
		border-radius: 1em;
}

.sidebar-menu li:hover {
	opacity: .7;
}


.workshop-title {
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 2.5em;
}

.workshop-title .more {
	 float: left;
	border-radius: 50px;
background-color: #ffcb00;
padding: 7px 26px 9px 30px;
box-shadow: -1px 15px 17px -12px rgba(56, 14, 148, 0.6);
color: #ffffff;
font-size: 15px;
font-weight: 700;
display: inline-block;
transition: 0.3s;
flex: 0 0 auto;
}


.workshop-title .more:hover {
	color: #ffcb00;
	background-color: #f4f4f4;
	box-shadow: 0px 2px 13px -3px rgba(56, 14, 148, 0.6);
}



















.popular .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
  }
  .popular .title__free {
	display: flex;
	align-items: center;
  }
  .popular .title__free i {
	font-size: 25px;
	color: #ffcb00;
  }
  .popular .title__free h2 {
	color: #292b39;
	font-size: 2.5em;
	font-family: iranyekan !important;
	font-weight: 700;
  }
  .popular .title a {
	border-radius: 50px;
	background-color: #ffcb00;
	padding: 8px 27px 10px 31px;
	box-shadow: -6px 13px 12px -9px rgba(148, 121, 14, 0.6);
		color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	display: inline-block;
	transition: 0.3s;
  }
  .popular .title a:hover {
	color: #ffcb00;
	background-color: #f4f4f4;
	box-shadow: 0 2px 13px -3px rgba(56, 14, 148, 0.6);
  }
  
  
  .popular .post-slider {
	overflow: visible;
  }
  .popular .post-slider__next {
	position: absolute;
	top: 80px;
	right: -62px;
	display: flex;
	align-items: center;
	z-index: 2;
	font-size: 17px;
	background-color: #ffcb00;
	color: #ffffff;
	border-radius: 0 31px 31px 0;
	padding: 16px 19px 16px 14px;
	transition: 0.3s;
	cursor: pointer;
  }
  .popular .post-slider__next:hover {
	right: -73px;
	padding: 16px 19px 16px 24px;
  }
  .popular .post-slider__prev {
	position: absolute;
	top: 80px;
	left: -62px;
	display: flex;
	align-items: center;
	z-index: 2;
	font-size: 17px;
	background-color: #ffcb00;
	color: #ffffff;
	border-radius: 31px 0 0 31px;
	padding: 16px 14px 16px 19px;
	transition: 0.3s;
	cursor: pointer;
  }
  .popular .post-slider__prev:hover {
	left: -73px;
	padding: 16px 24px 16px 19px;
  }
  
  .popular__slider-video {
	background-color: #ffffff;
	position: relative;
  }
  .popular__slider-video:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 148px;
	background-color: #ffffff;
	right: -11px;
	top: 53px;
	box-shadow: 10px 0 11px -9px black;
  }
  .popular__slider-video:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 148px;
	background-color: #fff;
	top: 53px;
	box-shadow: -10px 0 14px -9px #000;
	left: -1%;
  }
  .popular__slider-video .post-video {
	margin-bottom: 74px;
  }
  .popular__slider-video .post-video:hover .post-video__play {
	opacity: 1;
  }
  .popular__slider-video .post-video__img {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	margin-bottom: .5em;
  }
  .popular__slider-video .post-video__img .img_blur {
	filter: blur(12px);
	transform: scale(0.95) rotate(4deg);
	z-index: 0;
	position: absolute;
	bottom: 285px;
	right: 0;
	height: 40%;
  }
  .popular__slider-video .post-video__img a {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 20;
  }
  .popular__slider-video .post-video__img img {
	  width: 100%
	}


  .popular__slider-video .post-video__img span {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 11px;
	width: auto;
	height: 28px;
	color: #ffffff;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.7);
	right: 10px;
	padding: 8px 12px 8px 12px;
	border-radius: 16px;
	z-index: 9;
  }
  .popular__slider-video .post-video__play {
	position: absolute;
	font-size: 54px;
	text-shadow: 0 2px 4px rgba(0, 1, 1, 0.31);
	color: #ffffff;
	opacity: 0.8;
	top: 84px;
	right: 158px;
	z-index: 9;
	transition: 0.3s;
	cursor: pointer;
  }
  .popular__slider-video .post-video__player {
	position: absolute !important;
	font-size: 54px !important;
	text-shadow: 0 2px 4px rgba(0, 1, 1, 0.31) !important;
	color: #ffffff !important;
	opacity: 0.8 !important;
	top: 84px !important;
	right: 158px !important;
	z-index: 9 !important;
  }
  .popular__slider-video .post-video__inform {
	margin-bottom: 9px;
  }
  .popular__slider-video .post-video__inform a {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: inline-block;
	white-space: nowrap;
	color: #292b39;
	font-size: 19px;
	font-weight: 700;
	text-align: right;
	font-family: Iranyekan;
	transition: 0.3s;
	direction: rtl;
	text-align: center;
  }
  .popular__slider-video .post-video__inform a:hover {
	color: #ffcb00;
  }
  .popular__slider-video .post-video__metas {
	display: flex;
	margin-bottom: 19px;
	align-items: baseline;
	justify-content: space-between;
  }
  .popular__slider-video .post-video__metas li {
	display: flex;
	align-items: baseline;
  }
  .popular__slider-video .post-video__metas li em {
	margin-right: 4px;
  }
  .popular__slider-video .post-video__metas i {
	font-size: 19px;
	color: #292b39;
	margin-left: 18px;
	position: relative;
	top: 2px;
  }
  .popular__slider-video .post-video__metas span {
	font-size: 14px;
  }
  .popular__slider-video .post-video__metas em {
	font-size: 12px;
  }
  .popular__slider-video .post-video__linux a {
	color: #292b39;
	font-size: 13px;
  }
  .popular__slider-video .post-video__desc {
	text-align: justify;
	font-family: Iranyekan !important;
	font-size: 12px;
	font-weight: 500;
	line-height: 31px;
	color: #484b62;
  }
  .popular__slider-video .post-video__rate span {
	color: #292b39;
	font-size: 13px;
  }
  .popular__slider-video .post-video__rate em {
	margin-left: 7px;
	font-family: Iranyekan !important;
	font-size: 16px;
	font-weight: 700;
	color: #292b39;
  }
  
  .collection {
	position: relative;
  }
  .collection__index-slider {
	position: relative;
	padding-top: 10px;
  }
  .collection__index-slider:hover .img_blur {
	top: 0;
  }
  .collection__how-img {
	margin-top: 7px;
	position: relative;
  }
  .collection__how-img a {
	position: relative;
	display: inline-block;
  }
  .collection__how-img .img-shadow {
	position: relative;
	z-index: 2;
	border-radius: 15px;
  }
  .collection__how-img .img_blur {
	position: absolute;
	right: 14px;
	filter: blur(6px);
	z-index: 1;
	width: 96%;
	top: 9px;
	transition: 0.3s;
  }
  .collection__how-img:hover .img_blur {
	top: 0;
  }
  .collection__pagination {
	display: flex;
	margin-bottom: 22px;
  }
  .collection__pagination:after {
	content: " .................................................";
	position: absolute;
	left: 205px;
	top: 0;
	transform: translate(-11%, 0);
	right: 70px;
	letter-spacing: 15px;
	white-space: nowrap;
	overflow: hidden;
	color: #989aa7;
  }
  .collection__pagination .pagination-post-slide {
	display: flex;
	top: 12.5px;
	color: red;
	left: -1px;
	position: absolute;
	background-color: #fff;
	z-index: 10;
	padding-right: 33px;
  }
  .collection__pagination
	.pagination-post-slide
	.swiper-pagination-bullet-active {
	display: inline-block;
	border-radius: 14px;
	background-color: red;
	width: 29px;
	height: 9px;
  }
  .collection__pagination .pagination-post-slide .swiper-pagination-bullet {
	background-color: #41169f !important;
	margin-left: 6px;
	transition: 0.3s;
  }
  .collection__slid {
	margin-bottom: 56px;
  }
  .collection__how h2 {
	position: relative;
	display: inline-block;
	margin-bottom: 29px;
	color: #292b39;
	font-size: 20px;
	font-weight: 700;
	font-family: "Iranyekan" !important;
  }
  .collection .swiper-slide {
	transition: 0.3s;
	filter: opacity(30%) brightness(200%) blur(13px);
  }
  .collection .swiper-slide-active {
	filter: blur(0) grayscale(0);
  }
  .collection .swiper-slide-active + .swiper-slide {
	filter: blur(0) grayscale(0);
  }
  .collection__slider-image {
	position: relative;
	display: inline-block;
  }
  .collection__slider-image .img-shadow {
	position: relative;
	z-index: 2;
	margin-bottom: 21px;
	border-radius: 15px;
  }
  .collection__slider-image .img_blur {
	position: absolute;
	right: 14px;
	filter: blur(6px);
	z-index: 1;
	width: 96%;
	top: 9px;
	transition: 0.3s;
  }
  .collection__slider-img-how .img-shadow {
	position: relative;
	z-index: 2;
	margin-bottom: 2px;
  }
  .collection__slider-img-how .img_blur {
	position: absolute;
	right: 18px;
	filter: blur(5px);
	z-index: 1;
	width: 94%;
	top: 10px;
	transition: 0.3s;
  }
  .collection__slider-img {
	position: relative;
	display: inline-block;
  }
  .collection__slider-img .img-shadow {
	position: relative;
	z-index: 2;
	margin-bottom: 21px;
  }
  .collection__slider-img .img_blur {
	position: absolute;
	right: 18px;
	filter: blur(5px);
	z-index: 1;
	width: 94%;
	top: 7px;
  }
  
  .post-slid {
	overflow: visible;
  }
  
  .package {
	margin: 4em 0;
  }
  .package .package-swiper {
	overflow: visible;
  }
  .package .post-slider {
	overflow: visible;
  }
  .package .wrapper {
	overflow: hidden;
  }


  .package__popular {
	position: relative;
	top: 0;
	transition: 0.3s;
  }
  .package__popular:hover {
	top: -10px;
  }
  .package__popular:after {
	content: "";
	position: absolute;
	width: 1px;
	background-color: #d7d7d7;
	background-image: linear-gradient(
	  to top,
	  #ebecf2 0%,
	  #ebecf2 50%,
	  #ffffff 100%
	);
	top: 0;
	bottom: 0;
	left: -37px;
  }
  .package__popular .after:after {
	content: none;
  }


  .package__popular .swiper-slide {
	margin: 1em
  }


  .package__popular .swiper-slide-active {
	border-right: none;
  }
  .package__popular figure {
	margin-bottom: 28px;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
  }
  .package__title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1em;
  }
  .package__title--last {
	display: flex;
	justify-content: space-between;
	margin-bottom: 52px;
  }
  .package__free {
	display: flex;
	align-items: center;
  }
  .package__free--fre {
	display: flex;
	align-items: center;
  }
  .package__free--fre i {
	font-size: 20px;
	margin-left: 25px;
  }
  .package__free--fre span {
	color: #292b39 !important;
	font-family: "Iranyekan" !important;
	font-size: 20px;
	font-weight: 700;
	padding-top: 2px;
  }
  .package__free i {
	font-size: 25px;
	margin-left: 27px;
	color: #ffcb00;
  }
  .package__free h2 {
	color: #292b39;
	font-size: 2.5em;
	font-family: iranyekan !important;
	font-weight: 700;
  }
  .package__view {
	border-radius: 50px;
	background-color: #ffcb00;
	padding: 7px 26px 9px 30px;
	box-shadow: -1px 15px 17px -12px rgba(56, 14, 148, 0.6);
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	display: inline-block;
	transition: 0.3s;
	flex: 0 0 auto;
  }
  .package__view:hover {
	color: #ffcb00;
	background-color: #f4f4f4;
	box-shadow: 0px 2px 13px -3px rgba(56, 14, 148, 0.6);
  }
  .package__view--vie {
	border-radius: 33px;
	padding: 8px 27px 10px 31px;
	box-shadow: -6px 10px 15px -7px rgba(56, 14, 148, 0.6);
	color: #ffffff;
	display: inline-block;
  }
  .package__slider-img {
	position: relative;
	display: inline-block;
  }

  .package__slider-img img {
	  width: 100%
  } 
  .package__slider-img .img-shadow {
	position: relative;
	z-index: 2;
	margin-bottom: 0;
  }
  .package__slider-img .img_blur {
	position: absolute;
	right: 18px;
	filter: blur(16px);
	z-index: 1;
	top: 44px;
	width: 88%;
  }
  .package__program {
	margin-bottom: 23px;
  }
  .package__program a {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 7px;
	color: #292b39;
	font-family: "Iranyekan" !important;
	font-size: 20px;
	font-weight: 700;
	transition: 0.3s;
  }
  .package__program a:hover {
	color: #ffcb00;
  }
  .package__time-education {
	display: flex;
	align-items: center;
	justify-content: space-between;
	direction: rtl;
  }
  .package__time-education--professor {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ebecf2;
	padding-bottom: 22px;
	direction: rtl;
  }
  .package__time-education--add {
	padding-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "Iranyekan" !important;
	color: #ffb300;
	font-size: 16px;
	font-weight: 900;
	margin-top: 4px;
	direction: rtl;
  }
  .package__time-education--add__titl {
	display: flex;
	align-items: center;
	transition: 0.3s;
	border-radius: 1em;
	background: #eee;
	padding: 1em
  }
  .package__time-education--add__titl:hover i {
	color: #0d6222;
  }
  .package__time-education--add__titl:hover b {
	color: #0d6222;
  }
  .package__time-education--add i {
	color: #ffb300;
	font-size: 21px;
	margin-left: 5px;
	transition: 0.3s;
  }
  .package__time-education--add em {
	color: #292b39;
	font-family: "Iranyekan" !important;
	font-size: 24px;
	font-weight: 500;
	margin-left: 7px;
  }
  .package__titl {
	display: flex;
	align-items: inherit;
	color: #565868;
	font-size: 12px;
	margin-top: 4px;
	direction: rtl;
  }
  .package__titl:hover i {
	color: #0d6222;
  }
  .package__titl:hover b {
	color: #0d6222;
  }
  .package__titl i {
	font-size: 19px;
	color: #565868;
	transition: 0.3s;
  }
  .package__titl b {
	color: #565868;
	font-size: 17px;
	margin-right: 19px;
	margin-left: 7px;
	transition: 0.3s;
  }
  .package__comments {
	display: flex;
	align-items: center;
	color: #565868;
	font-weight: 700;
	font-size: 14px;
	font-family: Iranyekan !important;
  }
  .package__comments ins {
	text-decoration: none;
	font-size: 21px;
	color: #292b39;
	margin-left: 7px;
  }
  .package__comments i {
	color: #565868;
	font-size: 17px;
	margin-right: 10px;
  }
  



  
.blog-col-12 {
	border-bottom: none !important;
	margin-bottom: 33px !important;
  }
  
  .index-bottom {
	border-bottom: none !important;
  }
  
  .blog {
	margin-bottom: 41px !important;
	border-bottom: none !important;
  }
  .blog__lazy-bottom {
	border-bottom: none !important;
	margin-top: 37px;
  }
  .blog__navasan em {
	margin-left: 4px;
  }
  .blog__main-lazy {
	margin-bottom: 27px;
	display: flex;
  }
  .blog__post-video-lazy {
	position: relative;
	display: inline-block;
	flex: 0 0 auto;
  }
  .blog__post-video-lazy a {
	position: relative;
	display: inline-block;
  }
  .blog__post-video-lazy a .img-shadow {
	position: relative;
	z-index: 2;
  }
  .blog__post-video-lazy a .img_blur {
	right: 50%;
	bottom: -63px;
	filter: blur(14px);
	z-index: 1;
	width: 88%;
	height: 88%;
	transform: translate(50%, 0);
	position: absolute;
  }
  .blog__titr-lazy {
	display: flex;
	flex-direction: column;
	margin-right: 26px;
	line-height: 26px;
  }
  .blog__titr-lazy h3 a {
	color: #292b39;
	font-family: "Iranyekan" !important;
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 1.54;
  }
  .blog__titr-lazy span {
	color: #484b62;
	font-family: "Iranyekan" !important;
	font-size: 12px;
	font-weight: 500;
	line-height: 26px;
  }
  .blog__main-robot {
	display: flex;
	flex-direction: column;
  }
  .blog__main {
	display: flex;
  }
  .blog__main:hover .img_blur {
	bottom: 30px;
  }
  .blog__video-sheypor {
	margin-bottom: 45px;
  }
  .blog__video-sheypor:hover .img_blur {
	bottom: 10px;
  }
  .blog__video-sheypor--robot {
	border-bottom: 1px solid #d6d7e1;
	margin-bottom: 37px;
  }
  .blog__video-sheypor--robot:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
  }
  .blog__post-video {
	display: flex;
	justify-content: center;
	position: relative;
  }
  .blog__post-video a {
	position: relative;
	display: inline-block;
  }
  .blog__post-video--robot {
	position: relative;
	flex: 0 0 auto;
  }
  .blog__post-video--robot a {
	position: relative;
	display: inline-block;
  }
  .blog__post-video--robot .img-shadow {
	  width: 10em;
	  height: 7em;
	position: relative !important;
	z-index: 2 !important;
	border-radius: 5px;
  }
  .blog__post-video--robot .img_blur {
	right: 50% !important;
	bottom: 0;
	filter: blur(14px) !important;
	z-index: 1 !important;
	width: 79% !important;
	height: 19% !important;
	transform: translate(50%, 0);
	position: absolute !important;
	transition: 0.3s;
  }
  .blog__post-video a .img-shadow {
	position: relative;
	margin-bottom: 36px;
	z-index: 2;
	border-radius: 5px;
  }
  .blog__post-video a .img_blur {
	position: absolute;
	right: 50%;
	bottom: -5px;
	filter: blur(14px);
	z-index: 1;
	width: 95%;
	height: 51%;
	transform: translate(50%, 0);
	transition: 0.3s;
  }

  .blog__post-video img {
	width: 100%;
	border-radius: 1em;
  }

  .blog__post-video img:hover {
	opacity: .8;
	transition: .7s;
  }

.popular__slider-video .post-video__img img:hover {
	opacity: .8;
	transition: .7s;
  }



  .blog__post-video--robot .img-shadow:hover {
	opacity: .8;
	transition: .7s;
  }

  .blog__post-video i {
	position: absolute;
	color: #ffffff;
	font-size: 14px;
	left: 23px;
	top: 23px;
	z-index: 2;
	text-shadow: 0 2px 1px rgba(0, 1, 1, 0.35);
  }
  .blog__min {
	position: absolute;
	top: 17px;
	right: 14px;
	z-index: 2;
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 17px;
	border: 1px solid #07143c;
	font-family: "Iranyekan";
	border-radius: 29px;
	background-color: #07143c;
	padding: 1px 11px 1px 11px;
	color: #ffffff;
  }
  .blog__min span {
	font-weight: 700;
	font-size: 12px;
	font-family: "Iranyekan";
	color: #ffffff;
	margin-right: 2px;
  }
  .blog__min--background em {
	font-weight: 700;
	font-size: 17px;
	border: 1px solid #07143c;
	border-radius: 29px;
	background-color: #07143c;
	padding: 0 12px 2px 11px;
	color: #ffffff;
  }
  .blog__min--background em span {
	font-weight: 700;
	font-size: 12px;
	color: #ffffff;
  }
  .blog__titr {
	margin-bottom: 20px;
  }
  .blog__titr--robot {
	display: flex;
	flex-direction: column;
	margin-right: 26px;
  }
  .blog__titr--robot__main-robot {
	display: flex;
	flex-direction: column;
  }
  .blog__titr--robot h3 {
	margin-bottom: 20px;
  }
  .blog__titr--robot h3 a {
	color: #292b39;
	font-size: 19px;
	margin-bottom: 8px;
	line-height: 32px;
	font-family: Iranyekan !important;
	font-weight: 700;
	transition: 0.3s;
  }
  .blog__titr--robot h3 a:hover {
	color: #ffcb00;
  }
  .blog__titr--robot p {
	color: #484b62;
	font-size: 12px;
	font-weight: 500;
	line-height: 26px;
	text-align: justify;
  }
  .blog__titr h3 {
	margin-bottom: 16px;
  }
  .blog__titr h3 a {
	color: #292b39;
	font-size: 24px;
	font-weight: 700;
	font-family: Iranyekan;
	transition: 0.3s;
  }
  .blog__titr h3 a:hover {
	color: #ffcb00;
  }
  .blog__titr p {
	color: #292b39;
	font-weight: 500;
	font-size: 12px;
	text-align: justify;
	font-family: Iranyekan;
  }
  .blog__comments {
	display: flex;
	align-items: center;
	font-family: Iranyekan;
  }
  .blog__comments li {
	display: flex;
	margin-left: 35px;
	align-items: first baseline;
	margin-right: 1px;
  }
  .blog__comments li i {
	margin-left: 15px !important;
	color: #292b39 !important;
	font-size: 19px !important;
  }
  .blog__comments li ins {
	color: #292b39;
	font-family: Iranyekan;
	font-size: 14px;
	font-weight: 700;
	margin-left: 4px;
  }
  .blog__comments li span {
	color: #292b39;
	font-family: Iranyekan;
	font-size: 12px;
	font-weight: 500;
	position: relative;
	bottom: 2px;
  }
  .blog__comments--ul-robot {
	display: flex !important;
	align-items: center !important;
	margin-bottom: 33px !important;
  }
  .blog__comments--ul-robot li {
	display: flex !important;
	align-items: baseline !important;
	margin-left: 31px !important;
  }
  .blog__comments--ul-robot li:first-child {
	margin-left: 23px !important;
  }
  .blog__comments--ul-robot li:first-child span {
	color: #ffffff !important;
	font-family: "Iranyekan" !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	align-items: center !important;
	display: flex !important;
	background-color: #484b62 !important;
	padding: 4px 12px 1px 12px !important;
	border-radius: 28px !important;
  }
  .blog__comments--ul-robot li:first-child span em {
	font-family: "Iranyekan" !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	margin-right: 7px !important;
  }
  .blog__comments--ul-robot li:last-child {
	margin-left: 0 !important;
  }
  .blog__comments--ul-robot li i {
	font-size: 19px !important;
	color: #292b39 !important;
	margin-left: 15px !important;
	position: relative !important;
	top: 2px !important;
  }
  .blog__comments--ul-robot li__time {
	color: #292b39 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	margin-left: 4px !important;
  }
  .blog__comments--ul-robot li span {
	display: flex !important;
	color: #292b39 !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	position: relative !important;
	top: -2px !important;
  }
  .blog__comments--ul-robot li .visit {
	margin-right: 5px !important;
	color: #292b39 !important;
	font-family: "Iranyekan" !important;
	font-size: 12px !important;
	font-weight: 500 !important;
  }
  .blog__sttar {
	margin-left: 32px !important;
  }
  .blog__sttar i {
	margin-left: 18px !important;
	color: #292b39;
	font-size: 19px;
  }
  .blog__sttar em {
	margin-left: 11px !important;
  }


  .blogright {
	  float:right;
	  width: 55%;
	  margin-left: 5%
  }

  .blogleft {
	float:right;
	width: 40%
}


.blogsection {
	display: block;
	margin-top: 2em
}


#packages .swiper-slide{ 
	margin: 1em 2em;
}

#workshops .swiper-slide{ 
	margin: .5em 1em;
}












.map {
    position: relative;
    margin-top: 52px;
    margin-bottom: 58px; }
.map__img {
    position: relative; }
.map__img > a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10; }
.map__img img {
    max-width: 100%;
    max-height: 100%; }
.map__info {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 100px 110px 0 0; }
.map__info .item {
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 490px;
    height: 106px;
    box-shadow: 0 4px 10px rgba(149, 169, 178, 0.17);
    background-color: #ffffff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 44px 0 38px;
    margin-bottom: 21px;
    border-radius: 10px;
    position: relative;
    z-index: 20; }
.map__info .item i {
    font-size: 25px;
    color: #fbac02; }
.map__info .item__email {
    color: #5c737e;
    font-size: 14px;
    font-weight: 400;
    margin-right: 36px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex-grow: 1; }
.map__info .item__email .email--first {
    margin-right: auto;
    margin-left: 26px; }
.map__info .item__desc {
    color: #5c737e;
    font-size: 13px;
    font-weight: 400;
    margin-right: 36px; }
.map__info .item__phone {
    margin-right: 34px;
    -webkit-box-flex: 1;
    flex-grow: 1; }
.map__info .item__phone .desc {
    color: #5c737e;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 17px; }
.map__info .item__phone .footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center; }
.map__info .item__phone .footer__phone > a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center; }
.map__info .item__phone .footer__phone .footer__ph {
    color: #fbac02;
    font-size: 18px;
    font-weight: 400; }
.map__info .item__phone .footer__phone .footer__ph--pre {
    color: #96a5ac;
    font-size: 18px;
    font-weight: 400;
    margin-right: 5px; }
.map__info .item__phone .footer__link {
    margin-right: auto;
    padding-bottom: 5px; }
.map__info .item__phone .footer__link a {
    color: #5c737e !important;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #d6dcdf; }
.map__info .item__phone .footer__link a:hover {
    color: #5c737e !important; }
.map__info .item:nth-last-of-type(1) {
    height: 86px; }

.contact-us__title {
	margin-bottom: 31px;
	border-bottom: 2px solid #eee;
	padding-bottom: 1em;
}
.contact-us__title .title {
    color: #647a84;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px; }
.contact-us__title .desc {
    color: #7a8a91;
    font-size: 13px;
    font-weight: 400; }

.contact-us .inputs input {
    width: 100%;
    height: 48px;
    box-shadow: 0 1px 2px rgba(100, 106, 110, 0.25);
    background-color: #f6f8f9;
    padding: 0 18px;
    border: none;
    border-radius: 10px;
    color: #6e828b;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 23px; }


.contact-us .inputs input:nth-last-of-type(1) {
    margin-bottom: 0; }
.contact-us .text {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
.contact-us .text textarea {
    width: 446px;
    height: 261px;
    box-shadow: 0 1px 2px rgba(100, 106, 110, 0.25);
    background-color: #f6f8f9;
    color: #6e828b;
    font-size: 13px;
    font-weight: 400;
    border: none;
    border-radius: 10px;
    margin-bottom: 25px; }
.contact-us .text button {
    align-self: flex-end;
    width: 160px;
    height: 48px;
    box-shadow: 0 1px 2px rgba(100, 106, 110, 0.25);
	background-color: #e8a817;    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border: none;
    border-radius: 10px;
    padding: 0 20px; }
.contact-us .text button span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400; }
.contact-us .text button i {
    font-size: 11px;
    color: #ffffff;
    position: relative;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s; }
.contact-us .text button:hover i {
    right: 5px; }


	.contact-title {
		font-size: 3em !important;
		text-align: center;
		font-weight: bold;
	}

	.contact-title span {
		border-bottom: .25em solid #eee;

	}


	.contact-right{
		float: right;
		width: 60%
	}

	.contact-left{
		float: left;
		width: 35%
	}

	.gallery-label {
		position: absolute;
		bottom: 1em;
		background: rgba(255,255,255,.75);
		border-radius: .5em;
		padding: .5em
	}


	.widget-category {
		box-shadow: 0px 2px 2px #e6ecf3;
		overflow: hidden;
		position: relative;
		margin-bottom: 30px;
		transition: all 0.3s ease-in-out;
		border-radius: 1em;
		padding: 1em 2em;
		box-shadow: 1.5px 2.6px 5px 0 rgba(219, 223, 236, 0.75);
	}

	.widget-category h5 {
		font-weight: bold;
		margin: .5em 0;
		margin-bottom: 1em;
	}



	

	.video-sec-index {
		margin-bottom: 56px;
		transition: .3s;
		overflow: hidden; }
	  .video-sec-index .plyr--video {
		  overflow: hidden;
		  border-radius: 25px 0 0 25px; }
	  .video-sec-index .plyr > .plyr__control--overlaid {
		  opacity: 0; }
	  .video-sec-index .plyr.plyr--init-hide-controls .plyr__controls {
		  opacity: 0; }
	  .video-sec-index .plyr.plyr--stopped .plyr__controls {
		  opacity: 0; }
	  .video-sec-index__d-nn {
		  display: flex; }
	  .video-sec-index__d-nnn {
		  position: relative;
		  height: 20em; 
		  width: 60%;
		  float: left !important
		}
	
	
	  .video-sec-index__cont-rad {
		  border-radius: 25px;
		  overflow: hidden; }
	  .video-sec-index.playing .video-sec-index__parent {
		  opacity: 0;
		  visibility: hidden; }
	  .video-sec-index__video {
		  position: absolute;
		  height: auto;
		  box-shadow: 0 6px 19px -5px #d4d3d2;
		  left: 0;
		  right: 0;
		  bottom: 0; }
	  .video-sec-index__itms-sec {
		  box-shadow: 0 6px 19px -5px rgba(130, 130, 130, 0.3); }
	  .video-sec-index__videos {
		  background-color: rgba(118, 118, 118, 0.88);
		  position: relative;
		  float: right;
		  width: 100%;
		  border-radius: 1em;
	}
	  .video-sec-index__logo {
		padding: 1.5em;
		  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		  line-height: 0; }
	
	  .video-sec-index__logo h2 {
			background: url("images/videos.png") no-repeat;
			width: 119px;
			height: 30px;
			display: inline-block; }
	
			.video-sec-index__videos-list{
				float: right; 
				width: 40%
			}
			
	  .video-sec-index__videos-list li {
		  padding: 15px 27px;
		  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		  color: rgba(255, 255, 255, 0.6);
		  transition: 0.3s;
		  cursor: pointer; }
	  .video-sec-index__videos-list li figure {
		  float: right;
			margin-left: 20px; }
	  .video-sec-index__videos-list li figure img {
		  width: 3em;
			  margin: 0 auto;
			  border-radius: 5px;
			  max-width: none; }
	  .video-sec-index__caption {
		  overflow: hidden;
		  text-overflow: ellipsis; }
	  .video-sec-index__caption h2 {
			overflow: hidden;
			text-overflow: ellipsis;
			width: 100%;
			font-size: 14px;
			margin-bottom: 8px; }
	  .video-sec-index__duration-view-count span {
		  font-size: 12px; }
	  .video-sec-index__duration-view-count span:first-child {
			margin-left: 30px; }
	
	.video-sec-index__more {
		
		width: 40%;
		float: right;
	}
	.video-sec-index__more a {
		font-size: 14px;
		background: #fff;
		color: #333;
		padding: .25em .5em;
		border-radius: 1em;
		margin: 1em auto;
		display: table;
	}
	
	}
	  .video-sec-index__more i {
			font-size: 13px;
			color: #fff;
			transition: 0.3s; }
	  .video-sec-index__more:hover a {
			color: #0095da;
			transition: 0.3s; }
	  .video-sec-index__more:hover i {
			color: #0095da;
			transition: 0.3s; }
	  .video-sec-index__play-video-icon {
		  display: block;
		  margin: 0 auto;
		  position: relative; }
	  .video-sec-index__play-video-icon:before {
			content: '';
			border: 1px solid #e3e3e3;
			border-radius: 50%;
			position: absolute;
			width: 179px;
			height: 179px;
			top: -22px;
			left: -22px;
			transition: 0.3s;
			-webkit-animation: fade 2s infinite;
					animation: fade 2s infinite;
			opacity: 0; }
	  .video-sec-index__play-video-icon:after {
			content: '';
			width: 225px;
			height: 225px;
			border: 1px solid #e3e3e3;
			border-radius: 50%;
			position: absolute;
			top: -44px;
			left: -44px;
			-webkit-animation: fade2 2s .2s infinite;
					animation: fade2 2s .2s infinite;
			opacity: 0;
			transition: 0.3s; }
	  .video-sec-index__play-video-icon i {
			font-size: 54px;
			background: #fa4545;
			width: 100px;
			height: 100px;
			border-radius: 50%;
			color: #fff;
			display: flex;
			align-items: center;
			justify-content: center;
			align-self: center;
			margin-bottom: 63px;
			cursor: pointer;
			padding-left: 11px;
			z-index: 9;
			position: relative; }
	  @-webkit-keyframes fade {
		0% {
		  opacity: 0; }
		50% {
		  opacity: .1; }
		100% {
		  opacity: 0; } }
	  @keyframes fade {
		0% {
		  opacity: 0; }
		50% {
		  opacity: .1; }
		100% {
		  opacity: 0; } }
	  @-webkit-keyframes fade2 {
		0% {
		  opacity: 0; }
		50% {
		  opacity: .05; }
		100% {
		  opacity: 0; } }
	  @keyframes fade2 {
		0% {
		  opacity: 0; }
		50% {
		  opacity: .05; }
		100% {
		  opacity: 0; } }
	  .video-sec-index__play-video-txt {
		  font-size: 23px;
		  text-align: center;
		  color: #fff;
		  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.26); }
	  .video-sec-index__parent {
		  border-right: 1px solid rgba(255, 255, 255, 0.2);
		  background-color: rgba(118, 118, 118, 0.88);
		  z-index: 99;
		  position: absolute;
		  left: 0;
		  right: 0;
		  bottom: 0;
		  top: 0; }
	  

		  
@-webkit-keyframes plyr-progress{to{background-position:25px 0}}
@keyframes plyr-progress{to{background-position:25px 0}}
@-webkit-keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@-webkit-keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}
@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}
.plyr{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:subpixel-antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:500;height:100%;line-height:1.7;max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}
.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}
.plyr button{font:inherit;line-height:inherit;width:auto}
.plyr:focus{outline:0}
.plyr--full-ui{box-sizing:border-box}
.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}
.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}
.plyr__badge{background:#4a5764;border-radius:2px;color:#fff;font-size:9px;line-height:1;padding:3px 4px}
.plyr--full-ui ::-webkit-media-text-track-container{display:none}
.plyr__captions{-webkit-animation:plyr-fade-in .3s ease;animation:plyr-fade-in .3s ease;bottom:0;color:#fff;display:none;font-size:14px;left:0;padding:10px;position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}
.plyr__captions .plyr__caption{background:rgba(0,0,0,.8);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:185%;padding:.2em .5em;white-space:pre-wrap}
.plyr__captions .plyr__caption div{display:inline}
.plyr__captions span:empty{display:none}
@media (min-width:480px){.plyr__captions{font-size:16px;padding:20px}}
@media (min-width:768px){.plyr__captions{font-size:18px}}
.plyr--captions-active .plyr__captions{display:block}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px)}
.plyr__control{background:0 0;border:0;border-radius:3px;color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;position:relative;transition:all .3s ease}
.plyr__control svg{display:block;fill:currentColor;height:18px;pointer-events:none;width:18px}
.plyr__control:focus{outline:0}
.plyr__control.plyr__tab-focus{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}
a.plyr__control{text-decoration:none}
a.plyr__control::after,a.plyr__control::before{display:none}
.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}
.plyr--full-ui ::-webkit-media-controls{display:none}
.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}
.plyr__controls .plyr__progress__container{flex:1;min-width:0}
.plyr__controls .plyr__controls__item{margin-left:2.5px}
.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}
.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px}
.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}
.plyr__controls:empty{display:none}
.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}
.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}
.plyr__menu{display:flex;position:relative}
.plyr__menu .plyr__control svg{transition:transform .3s ease}
.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}
.plyr__menu__container{-webkit-animation:plyr-popup .2s ease;animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:16px;margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}
.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}
.plyr__menu__container::after{border:4px solid transparent;border-top-color:rgba(255,255,255,.9);content:'';height:0;position:absolute;right:15px;top:100%;width:0}
.plyr__menu__container [role=menu]{padding:7px}
.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}
.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}
.plyr__menu__container .plyr__control{align-items:center;color:#4a5764;display:flex;font-size:14px;padding:4px 11px;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none;width:100%}
.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}
.plyr__menu__container .plyr__control::after{border:4px solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}
.plyr__menu__container .plyr__control--forward{padding-right:28px}
.plyr__menu__container .plyr__control--forward::after{border-left-color:rgba(74,87,100,.8);right:5px}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}
.plyr__menu__container .plyr__control--back{font-weight:500;margin:7px;margin-bottom:3px;padding-left:28px;position:relative;width:calc(100% - 14px)}
.plyr__menu__container .plyr__control--back::after{border-right-color:rgba(74,87,100,.8);left:7px}
.plyr__menu__container .plyr__control--back::before{background:rgba(114,133,151,.2);box-shadow:0 1px 0 #fff;content:'';height:1px;left:0;margin-top:4px;overflow:hidden;position:absolute;right:0;top:100%}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}
.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px}
.plyr__menu__container .plyr__control[role=menuitemradio]::after,.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:100%}
.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;transition:all .3s ease;width:16px}
.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#00b3ff}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(0,0,0,.1)}
.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;overflow:hidden;padding-left:25px;pointer-events:none}
.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:26px;color:#00b3ff;display:block;height:19px;margin:0;padding:0;transition:box-shadow .3s ease;width:100%}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:2.5px;height:5px;-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}
.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;-webkit-appearance:none;margin-top:-4px}
.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;height:5px;-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}
.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px}
.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;height:5px}
.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;height:5px;-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:transparent}
.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:2.5px;height:5px;-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}
.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:2.5px;height:5px;-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}
.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;margin-top:0}
.plyr--full-ui input[type=range]::-ms-tooltip{display:none}
.plyr--full-ui input[type=range]:focus{outline:0}
.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}
.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}
.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}
.plyr__time{font-size:14px}
.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}
@media (max-width:767px){.plyr__time+.plyr__time{display:none}}
.plyr__tooltip{background:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:14px;font-weight:500;left:50%;line-height:1.3;margin-bottom:10px;opacity:0;padding:5px 7.5px;pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}
.plyr__tooltip::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}
.plyr .plyr__control:hover .plyr__tooltip{z-index:3}
.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}
.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:16px}
.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}
.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:16px;transform:translateX(50%)}
.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}
.plyr__progress{left:6.5px;margin-right:13px;position:relative}
.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-right:-6.5px;width:calc(100% + 13px)}
.plyr__progress input[type=range]{position:relative;z-index:2}
.plyr__progress .plyr__tooltip{font-size:14px;left:0}
.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;left:0;margin-top:-2.5px;padding:0;position:absolute;top:50%}
.plyr__progress__buffer::-webkit-progress-bar{background:0 0}
.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;-webkit-transition:width .2s ease;transition:width .2s ease}
.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;-moz-transition:width .2s ease;transition:width .2s ease}
.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}
.plyr--loading .plyr__progress__buffer{-webkit-animation:plyr-progress 1s linear infinite;animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,41,47,.6) 25%,transparent 25%,transparent 50%,rgba(35,41,47,.6) 50%,rgba(35,41,47,.6) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;color:transparent}
.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25)}
.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,201,209,.66)}
.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}
.plyr__volume input[type=range]{margin-left:5px;margin-right:5px;position:relative;z-index:2}
.plyr--is-ios .plyr__volume{min-width:0;width:auto}
.plyr--audio{display:block}
.plyr--audio .plyr__controls{background:#fff;border-radius:inherit;color:#4a5764;padding:10px}
.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}
.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,201,209,.66)}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,201,209,.66)}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,201,209,.66)}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}
.plyr--audio .plyr__progress__buffer{color:rgba(193,201,209,.66)}
.plyr--video{background:#000;overflow:hidden}
.plyr--video.plyr--menu-open{overflow:visible}
.plyr__video-wrapper{background:#000;height:100%;margin:auto;overflow:hidden;width:100%}
.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}
.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;left:0;position:absolute;top:0}
.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}
.plyr--video .plyr__controls{background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;left:0;padding:20px 5px 5px;position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}
@media (min-width:480px){.plyr--video .plyr__controls{padding:35px 10px 10px}}
.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}
.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}
.plyr__control--overlaid{background:rgba(0,179,255,.8);border:0;border-radius:100%;color:#fff;display:none;left:50%;padding:15px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}
.plyr__control--overlaid svg{left:2px;position:relative}
.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:#00b3ff}
.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}
.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}
.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25)}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25)}
.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25)}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}
.plyr--video .plyr__progress__buffer{color:rgba(255,255,255,.25)}
.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}
.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}
.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}
.plyr:-webkit-full-screen video{height:100%}
.plyr:-ms-fullscreen video{height:100%}
.plyr:fullscreen video{height:100%}
.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}
.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}
.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}
.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}
.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}
.plyr:fullscreen.plyr--hide-controls{cursor:none}
@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}.plyr:-ms-fullscreen .plyr__captions{font-size:21px}.plyr:fullscreen .plyr__captions{font-size:21px}}
.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}
.plyr:-webkit-full-screen video{height:100%}
.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}
.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}
@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}}
.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}
.plyr:-moz-full-screen video{height:100%}
.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}
.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}
@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px}}
.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}
.plyr:-ms-fullscreen video{height:100%}
.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}
.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}
@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px}}
.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000000}
.plyr--fullscreen-fallback video{height:100%}
.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}
.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}
@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px}}
.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}
.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}
.plyr__ads::after{background:rgba(35,41,47,.8);border-radius:2px;bottom:10px;color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;z-index:3}
.plyr__ads::after:empty{display:none}
.plyr__cues{background:currentColor;display:block;height:5px;left:0;margin:-2.5px 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}
.plyr__preview-thumb{background-color:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);margin-bottom:10px;opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translate(0,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}
.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0,0) scale(1)}
.plyr__preview-thumb::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}
.plyr__preview-thumb__image-container{background:#c1c9d1;border-radius:2px;overflow:hidden;position:relative;z-index:0}
.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}
.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}
.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;color:#fff;font-size:14px;padding:3px 6px}
.plyr__preview-scrubbing{bottom:0;-webkit-filter:blur(1px);filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}
.plyr__preview-scrubbing--is-shown{opacity:1}
.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}
.plyr--no-transition{transition:none!important}
.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}
.plyr [hidden]{display:none!important}



.menue-toggle {
	font-family: iranyekan;
	height: 100vh;
	width: 320px;
	overflow: auto;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	padding: 15px;
	box-shadow: -10px 0 10px rgba(0,0,0,0.03);
	z-index: 2000000000000000;
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display: -ms-flexbox;
	display: box;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  .menue-toggle .social-networks .social-networks-title {
	font-size: 14px;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 32px;
  }
  .menue-toggle .social-networks .social-networks-title:after {
	content: '';
	display: inline-block;
	height: 1px;
	box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #bbb;
	max-width: 101px;
  }
  @media (max-width: 575px) {
	.menue-toggle .social-networks .social-networks-title:after {
	  max-width: 100%;
	  margin-right: 20px;
	}
  }
  .menue-toggle .social-networks .social-networks-items {
	display: -ms-flexbox;
	display: box;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  .menue-toggle .social-networks .social-networks-items .social-networks-item {
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.26px;
	color: #d2d2d2;
  }
  .menue-toggle .social-networks .social-networks-items .social-networks-item svg {
	width: 19px;
	height: 19px;
	fill: #d2d2d2;
	margin-bottom: 16px;
  }
  @media (max-width: 575px) {
	.menue-toggle .social-networks .social-networks-items .social-networks-item svg {
	  display: block;
	  margin: 0 auto 12px;
	}
  }
  .menue-toggle .tarfand {
	border-radius: 15px;
	padding: 10px 15px;
	background-color: #0edf62;
	color: #fff !important;
	display: inline-block;
  }
  .menue-toggle .menu {
	margin-bottom: 25px;
  }
  .menue-toggle .follow-us {
	-ms-flex-pack: center;
	justify-content: center;
	height: 90px;
  }
  .menue-toggle .follow-us > a {
	margin-right: 10px;
  }
  .menue-toggle .follow-us > a:before {
	background-color: #f0f0f0;
  }
  .menue-toggle ul li {
	font-size: 15px;
	line-height: 33px;
	color: #999;
	border-bottom: 1px solid #e1e1e1;
	line-height: 50px;
  }
  .menue-toggle ul .archive {
	box-shadow: none !important;
  }
  .menue-toggle .closebtn {
	position: absolute;
	left: 1em;
	cursor: pointer;
	top: .5em;
	background-color: #c6d2dc;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25em;
	color: #fff;
	border-radius: 5px;
	width: 2.5em;
	font-weight: bold;      
	z-index: 1;
  }

  .menue-toggle .closebtn:hover {
	background: #777;
  }
  .menue-toggle:not(.open) {
	-ms-transform: translateX(320px);
	transform: translateX(320px);
  }
  .menue-toggle .close-log-in {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
  }
  .menue-toggle .close-log-in .close {
	margin-left: -20px;
  }
  .menue-toggle .close-log-in .log-in {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	white-space: nowrap;
  }
  .menue-toggle .close-log-in .log-in a {
	font-size: 16px;
  }
  .menue-toggle .off-canvas-menu-top {
	border-bottom: 1px solid #000;
	border: 0;
	position: relative;
  }
  .menue-toggle .off-canvas-menu-top a {
	color: #999;
  }
  .menue-toggle .off-canvas-menu-top > a:nth-child(2) {
	margin-right: 10px;
  }
  .menue-toggle .off-canvas-menu-top .closebtn {
	margin-right: auto;
	font-size: 22px;
	text-align: left;
	-ms-flex-order: 1;
	order: 1;
  }
  .menue-toggle .off-canvas-menu-top .logo-responsive {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	max-width: 200px;
	display: block;
	width: auto;
	height: auto;
  }
  

.menue-toggle form button i {
	font-size: 1.25em;
	color: #fff
}

  .menue-toggle .offcanvas-menu-toggleable {
	font-size: 16px;
	list-style: none;
	margin-bottom: 30px;
  }
  .menue-toggle .offcanvas-menu-toggleable > li a {
	position: relative;
	display: block;
	color: #626570;
	font-size: 15px;
	font-weight: 500;
  }
  .menue-toggle .offcanvas-menu-toggleable > li a:hover,
  .menue-toggle .offcanvas-menu-toggleable > li a:active {
	color: #ff3d3c;
  }
  .menue-toggle .offcanvas-menu-toggleable > li > ul {
	display: none;
	list-style: none;
	margin: 0;
	line-height: 41px;
	padding-right: 30px;
	margin-bottom: 10px;
  }
  .menue-toggle .offcanvas-menu-toggleable > li > ul > li:last-child {
	  border:0;
  }
  .menue-toggle .offcanvas-menu-toggleable > li > ul > li {
	padding: 0;
	margin: 0;
	position: relative;
  }
  .menue-toggle .offcanvas-menu-toggleable > li > ul > li:before {
	content: '';
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -15px;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #aeaaaa;
  }
  .menue-toggle .offcanvas-menu-toggleable > li > ul a {
	font-size: 14px;
	color: #626570;
	font-weight: 400;
	border-bottom: none;
	padding: 0;
  }
  .menue-toggle .offcanvas-menu-toggleable > li.menu-item-has-children > a:before {
	content: '+';
	position: absolute;
	top: 50%;
	margin-top: -9px;
	-ms-transform: rotate(45deg) translate(0, 0, 0);
	transform: rotate(45deg) translate(0, 0, 0);
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	left: 5px;
	width: 18px;
	height: 18px;
	border: 1px solid #7e818d;
	border-radius: 100%;
	line-height: 18px;
	text-align: center;
	font-weight: 300;
	display: inline-block;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
  }
  .menue-toggle .offcanvas-menu-toggleable > li.menu-item-has-children.open > a:before {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  .menue-toggle form {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 1em 0;      }
  .menue-toggle form input {
	width: 100%;
	border: 1px solid #d1d9e4;
	background-color: #eef2f5;
	height: 3em;
	border-radius: 8px;
	box-sizing: border-box;
  }
  .menue-toggle form button {
	position: absolute;
	left: 0;
	width: 38px;
	height: 3em;
	margin-top: 0;
	padding: 0;
	text-align: center;
	line-height: 37px;
	border: 0;
	border-radius: 5px 0 0 5px;
	background-color: #777;
  }


  .menue-toggle form button:hover {
	background-color: #dc9203;
  }
  .menue-toggle form button svg {
	margin: auto;
	fill: #fff;
  }
  .offCanvas {
	-ms-transform: translateX(-320px);
	transform: translateX(-320px);
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
  }

#main-menu-site {
	width: 3em;
	height: 3em;
	position: fixed;
	top:1em;
	right: 1em;
	display: none;
	background: #eee;
	border-radius: 1em;
	cursor: pointer;
}


.mainmenu li  {
	float: right;
}


@media (max-width:767px) {
	.sidebar-right, .sidebar-main {
		width: 100%;
		margin-bottom: 1em

	} 

	.mainmenu {
		display: none;
	}
	#main-menu-site {
		display: block;
	}
	.max-width-100 {
		padding-right: 15px!important
	}

	.blogright, .blogleft{
		width: 100%;
	}

	.blogleft{
		margin-top: 1em;
	}

	.video-sec-index__d-nnn, .video-sec-index__videos-list {
		width: 100%;

	}

	div.learn-course {
		height: auto;
	}
}


.contactdesign {
	background-image: url(images/contact.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 22em;
	width: 25em;
	margin: 0 auto;}

	.consult {
		background-image: url(images/consult.svg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 22em;
		margin: 0 auto;}


		
	.reserve {
		background-image: url(images/reserve.svg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 22em;
		margin: 0 auto;}



		.illustration-portfolio {
			background-image: url(images/portfolio.svg);
			background-repeat: no-repeat;
			background-size: 100% 100%;
			height: 22em;
			margin: 0 auto;}

		.illustration-blog {
				background-image: url(images/blog.svg);
				background-repeat: no-repeat;
				background-size: 100% 100%;
				height: 22em;
				margin: 0 auto;}
		.closeport {
			font-size: 4.5em !important;
	color: #fff;
	transform: scale(1,1) ;
		}

.main-content img {
	max-width: 100%;
}


.grid-list-menu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap:1em;
	margin-bottom: 3em;
}

.grid-list-menu a {
	background: #f0f0f0;
	padding: 1em;
	border-radius: 1em;
}


.reserve-aside #date {
	padding-right: 5em;
}


.consult-form {
	border: 1px solid #ccc;
	margin:1em;
	padding: 1em;
	border-radius: 1em;
}

.consult-form h3{
	font-size: 1.5em;
	margin-bottom: .5em;
}


.consult-form h3 span {
	font-size: .6em;
	margin-right: 1em
}

.consult-form input{
	font-size: 1.5em;
	margin-bottom: .5em;
	width:80%;
	font-family: Iranyekan;
}


.consult-form button{
	background: #eee;
	border-radius: 1em;
	padding:  .5em 1em;
	font-size: 1.2em;
}



.consult-form button:hover{
	background: #ccc;

}
	
.backconsult{
	display: block;
	text-align: center;
	margin-top: 3em;
}


.backconsult a{
	margin: 0 auto;
	background-color: #eee;
	border-radius: 1em;
	padding: .5em;
font-size: 1.25em;
margin: 0 auto;
text-align: center;
}



.consult-info {
	width: 100%;
background-color: #fff;
padding: 15px 30px;
border-radius: 15px 0 15px 15px;
box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
transition: 0.2s ease;
margin-bottom: 1em;
}

.consult-info td {
	border: 1px solid #ccc
}

.consult-info td {
	padding: .5em 1em;
}

.gallery-title {
		background: #eee;
	padding: .5em 1em;
	border-radius: 1em;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
}


.gallerycover {
	border-radius: 1em;
	float: right;
	width: 30%;
}

.gallery-description{
	float: right;
	margin-right: 5%;
	width: 65%;
}

.gallery-images {

float: right;
margin-right: 5%;
margin-top:2em;
width: 65%;

}



.gallery-images h4{
border-bottom: 2px solid #ccc;
display: block;
width: 100%;
padding-bottom: .5em;
}

#prevButton svg path, #nextButton svg path {
	fill: #fff;
}

#prevButton, #nextButton {
	width: 2em;
	cursor: pointer;
}



.site-footer__copyright {
	border-top: 1px solid #eee;
  }
  
  .site-footer__copyright .description {
	color: #99a9b0;
	font-size: 11px;
	font-weight: 500;
	font-family: Ravi;
	text-align: right;
  }
  
  
  .site-footer__copyright .go-top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-right: auto;
	width: 8em;
	height: 100%;
	display: block;
  }
  
  .site-footer__copyright .go-top span {
	color: #99a9b0;
	font-size: 12px;
	font-weight: 500;
	font-family: Ravi;
	-webkit-transition: .3s;
	transition: .3s;
  }
  
  .site-footer__copyright .go-top img {
	border-radius: 1em;
  }