@import url("../css/fonts2.css");
@import url("../css/slick.css");
@import url("../css/jquery.fancybox.css");
@import url("../css/grid.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, kbd, 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, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: 'Montserrat', sans-serif !important;
}

html, body {max-width: 100%;overflow-x: hidden;}
*,*:before,*:after { -webkit-box-sizing:border-box;box-sizing:border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
b, strong { font-weight: bold; }
input { outline: none; }
input:focus,textarea:focus{-webkit-box-shadow:none;box-shadow:none;}
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; vertical-align: top;}
iframe{ border:0; }
a { text-decoration: none; 	-webkit-transition:opacity .3s ease-out; -o-transition:opacity .3s ease-out; transition:opacity .3s ease-out; }
a:hover { text-decoration: none; }
*:focus{outline:none}

body {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: normal;
  font-size: 14px;
  color: #FFF;
  background: #090917;
  margin: 0 auto;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
}

body.not-main {
  background-image: url(../img/bg/bodym.jpg);
  background-repeat: no-repeat;
  background-position: center top -10px;
}

html.no-scroll, html.no-scroll body {
  overflow-y: hidden;
}

/*** GLOBAL ***/

/*Btn*/

.btn {
	display: inline-block;
	vertical-align: top;
}

.btn-border {
	border-radius: 80px;
	border: 1px solid #404758;
	color: #a9a9a9;
	text-transform: uppercase;
	-webkit-filter: drop-shadow(0px 4px 9px #0698F4);
	        filter: drop-shadow(0px 4px 9px #0698F4);
	font-weight: bold;
	padding: 0 23px;
	font-size: 10px;
	-webkit-transition: .3s border-color, .3s box-shadow, .3s color;
	-o-transition: .3s border-color, .3s box-shadow, .3s color;
	transition: .3s border-color, .3s box-shadow, .3s color;
	height: 36px;
	line-height: 36px;
}

.btn-border:hover {
	border-color: #0088DD;
	-webkit-box-shadow: 0px 4px 9px rgb(6 152 244 / 15%);
	        box-shadow: 0px 4px 9px rgb(6 152 244 / 15%);
	color: #FFF;
}

.border-white {
  border: 1px solid #353A41;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 12px;
  color: #FFF;
  -webkit-filter: none;
          filter: none;
	height: 36px;
	line-height: 36px;
}

.border-white i {
  font-size: 8px;
  font-weight: normal;
  margin-left: 10px;
  vertical-align: middle;
}

.btn-gradient {
	border: 0;
  position: relative;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  text-align: center;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}

.btn-gradient span {
  position: relative;
  z-index: 5;
  color: #FFF;
}

.btn-gradient:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(346.55deg, #0088dd -10.13%, #0edbdf 102.84%);
  background: linear-gradient(103.45deg, #0088dd -10.13%, #0edbdf 102.84%);
  border-radius: 5px;
  z-index: 3;
}


.btn-gradient:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(346.55deg, #0465a3 -10.13%, #028f92 102.84%);
  background: linear-gradient(103.45deg, #0465a3 -10.13%, #028f92 102.84%);
  border-radius: 5px;
  z-index: 4;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.btn-gradient:hover:after {
  opacity: 1;
}

/*Text bg*/

.text-bg-blue-purple {
  background: -o-linear-gradient(313deg, #ff2ed1 -10.13%, #00d1ff 142.84%);
  background: linear-gradient(137deg, #ff2ed1 -10.13%, #00d1ff 142.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-bg-blue {
  background: -o-linear-gradient(346.55deg, #0088DD -10.13%, #00FAFF 102.84%);
  background: linear-gradient(103.45deg, #0088DD -10.13%, #00FAFF 102.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-bg-purple {
  background: -o-linear-gradient(346.55deg, #5B21FF -1.89%, #FF2ED1 158.12%);
  background: linear-gradient(103.45deg, #5B21FF -1.89%, #FF2ED1 158.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*Section Title*/

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	margin: 0 0 36px;
}

.section-title .title {
  font-size: 60px;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: -0.02em;
}

.section-title .link,
.more-btn-mobile {
  margin-left: auto;
}

.section-title .link a,
.more-btn-mobile a {
  color: #FFF;
  height: 36px;
  line-height: 36px;
  border: 1px solid #353A41;
  padding: 0 15px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	-webkit-transition: .3s border-color, .3s box-shadow, .3s color;
	-o-transition: .3s border-color, .3s box-shadow, .3s color;
	transition: .3s border-color, .3s box-shadow, .3s color;
}

.section-title .link a:hover,
.more-btn-mobile a:hover {
	border-color: #0088DD;
	-webkit-box-shadow: 0px 4px 9px rgb(6 152 244 / 15%);
	        box-shadow: 0px 4px 9px rgb(6 152 244 / 15%);
	color: #FFF;
}

.section-title .link a i,
.more-btn-mobile a i {
  margin-left: 30px;
  font-weight: 100;
  font-size: 9px;
}

.section-title .link span,
.more-btn-mobile span {
  background: #1E1E29;
  border-radius: 5px;
  display: block;
  padding: 14px 26px;
  line-height: 1;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
}

.more-btn-mobile {
	display: none;
}

/*Form*/

.form-group {
  margin: 0 0 20px;
}

.form-group:last-child {
	margin-bottom: 0;
}

.form-group textarea {
  background: #161619;
  width: 100%;
  border: 1px solid #2A2A2F;
  resize: none;
  height: 180px;
  padding: 27px;
	color: #FFF;
}

.form-group button,
.form-group input[type=submit]{
  width: 100%;
}


.form-group input {
  background: #161619;
  width: 100%;
  border: 1px solid #2A2A2F;
  height: 55px;
  line-height: 55px;
  padding: 0 27px;
	color: #FFF;
	position: relative;
	z-index: 5;
	font-size: 14px;
}

.form-group input:focus, .form-group textarea:focus {
  border: 1px solid;
  border-image-source: linear-gradient(103.45deg, #0088DD -10.13%, #0EDBDF 102.84%);
  border-image-slice: 1;
	z-index: 7;
}

.form-group input::placeholder, .form-group textarea::placeholder {
	transition: .2s opacity;
}

.form-group input:focus::placeholder, .form-group textarea:focus::placeholder {
	opacity: 0;
}

.form-group input[type=email] {
  padding-left: 52px;
}

.form-group .tip {
  margin: 10px 0 0;
  letter-spacing: -0.01em;
  color: #535358;
  font-size: 12px;
  font-weight: 500;
}

.form-group .input-group {
  position: relative;
	margin: -1px 0 0;
}

.form-group .input-group i {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #C1259F;
	font-size: 16px;
  z-index: 41;
	margin: -1px 0 0;
}

.form-check input {
  display: none;
}

.form-check label {
  position: relative;
  padding-left: 34px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #c5cdcd;
  display: block;
  cursor: pointer;
}

.form-check label:before {
  content: "";
  border: 1px solid #6d7485;
  border-radius: 4px;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 19px;
}

.form-check label b {
  color: #fff;
}

.form-check input:checked + label:before {
  border-color: #d0d325;
  font-family: "fontello";
  color: #000;
  background: url(../img/icons/check.svg) no-repeat center center #d0d325;
}


.form-group .form-title {
  margin: 0 0 5px;
}

.form-group em {
  font-size: 12px;
  font-style: italic;
  color: #6b6b6b;
}

.wa-captcha {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wa-captcha img {
  margin-right: 20px;
}

.wa-captcha input {
  width: 200px;
  max-width: 100%;
  margin-left: 20px;
}

.wa-captcha p {
  width: 100% !important;
  margin: 10px 0 0;
}

.wa-captcha p a {
  color: #CCC;
  border-bottom: 1px solid #CCC;
}

.wa-form {
  width: 100%;
}


/*Text Styles*/

.text-block {
  color: #C5CDCD;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
}

.text-block > *:last-child {
  margin-bottom: 0;
}

.text-block p {
  margin: 0 0 30px;
}

/*** HEADER ***/

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 97;
}

.not-main header {
  position: relative;
  margin: 0 0 30px;
}

header.open-mobile-menu {
	background: #111125;
}

header.open-mobile-modal {
  background: #18181c;
}

header .top-line-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 18px 0;
	position: relative;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

header .top-line-block .menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

header .top-line-block .menu li {
	margin-right: 30px;
	font-size: 16px;
}

header .top-line-block .menu li:last-child {
	margin-right: 0;
}

header .top-line-block .menu li a {
  color: #fff;
  -webkit-transition: .3s color;
  -o-transition: .3s color;
  transition: .3s color;
}

header .top-line-block .menu li a:hover {
  color: #D0D325;
}

header .top-line-block .menu li.active a {
  font-weight: bold;
  color: #D0D325;
}

header .top-line-block .link {
	margin-left: auto;
	margin-right: 40px;
}

header .top-line-block .link a {
	text-transform: uppercase;
	font-weight: 800;
	color: #09bcde;
	font-size: 13px;
}

header .top-line-block .link a i {
	margin-right: 8px;
}

header .top-line-block .socials {
	margin-right: 58px;
}

header .top-line-block .socials ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

header .top-line-block .socials ul li {
	margin-right: 8px;
}

header .top-line-block .socials ul li a {
	font-size: 23px;
	line-height: 1;
	color: #889297;
	-webkit-transition: .3s color;
	-o-transition: .3s color;
	transition: .3s color;
}

header .top-line-block .socials ul li a:hover {
	color: #FFF;
}

header .top-line-block .socials ul li:last-child {
	margin-right: 0;
}

header .top-line-block:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: -o-linear-gradient(right, #000000 -2.73%, rgba(0, 0, 0, 0) 52.58%), -o-linear-gradient(left, #1e1e29 -0.86%, rgba(0, 0, 0, 0) 27.88%), -o-linear-gradient(346.55deg, rgba(14, 219, 223, 0) -8.96%, #ff2ed1 12.81%, #5e25ff 102.84%);
	background: linear-gradient(270deg, #000000 -2.73%, rgba(0, 0, 0, 0) 52.58%), linear-gradient(90deg, #1e1e29 -0.86%, rgba(0, 0, 0, 0) 27.88%), linear-gradient(103.45deg, rgba(14, 219, 223, 0) -8.96%, #ff2ed1 12.81%, #5e25ff 102.84%);
	opacity: 0.5;
	width: 100%;
	height: 1px;
}

header .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c5cdcd;
}

header .profile a {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #c5cdcd;
	-webkit-transition: .3s color;
	-o-transition: .3s color;
	transition: .3s color;
}

header .profile a:hover {
	color: #FFF;
}

header .profile span {
  margin: 0 7px;
}

header .profile i {
  font-weight: 400;
  margin-right: 10px;
  font-size: 16px;
}


header .bottom-line-block {
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

header .bottom-line-block:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: -o-linear-gradient(right, #000000 -2.73%, rgba(0, 0, 0, 0) 52.58%), -o-linear-gradient(left, #1E1E29 -0.86%, rgba(0, 0, 0, 0) 27.88%), -o-linear-gradient(346.55deg, rgba(30, 30, 41, 0) -8.96%, #0088DD 12.81%, #0EDBDF 102.84%);
	background: linear-gradient(270deg, #000000 -2.73%, rgba(0, 0, 0, 0) 52.58%), linear-gradient(90deg, #1E1E29 -0.86%, rgba(0, 0, 0, 0) 27.88%), linear-gradient(103.45deg, rgba(30, 30, 41, 0) -8.96%, #0088DD 12.81%, #0EDBDF 102.84%);
	opacity: 0.5;
	width: 100%;
	height: 1px;
}

header .bottom-line-block .logo {
	margin-right: 30px;
}

header .bottom-line-block .menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

header .bottom-line-block .menu ul li {
	text-transform: uppercase;
	position: relative;
	margin-right: 18px;
	padding: 13px 0;
}

header .bottom-line-block .menu ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  -webkit-transition: .3s color;
  -o-transition: .3s color;
  transition: .3s color;
}

header .bottom-line-block .menu ul li a:hover,
header .bottom-line-block .menu ul li.sub:hover > a{
  color: #D0D325;
}

header .bottom-line-block .menu ul li.active a {
  color: #D0D325;
}

header .bottom-line-block .menu ul li.sub {
	position: relative;
	padding-right: 20px;
}

header .bottom-line-block .menu ul li.sub > a:after {
	content: "";
	position: absolute;
	right: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	content:
	"\f107";
	font-family:
	'fontello';
	margin-left: 12px;
}

header .bottom-line-block .menu ul li .submenu {
	position: absolute;
	left: -30px;
	top: 100%;
	background: #2b2b3a;
	padding: 26px 30px;
	border-radius: 5px;
	min-width: 200px;
	z-index: 11;
	display: none;
}

header .bottom-line-block .menu ul li .submenu:before {
  content: "";
  position: absolute;
  left: 40px;
  top: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 17px 16px;
  border-color: transparent transparent #2b2b3a transparent;
}

header .bottom-line-block .menu ul li.sub:hover .submenu {
  display: block;
}

header .bottom-line-block .menu ul li .submenu li {
	text-transform: none;
	font-size: 15px;
	line-height: 1.2;
	margin: 0 0 10px;
	padding: 0;
}

header .bottom-line-block .menu ul li .submenu li:last-child {
	margin: 0;
}

header .bottom-line:after {
	content: "";
}

header .bottom-line-block .minicart {
	margin-left: auto;
	position: relative;
	margin-right: 20px;
}

header .bottom-line-block .minicart:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 160px;
	height: 82px;
	background: url(../img/bg/border.svg) no-repeat center center;
	margin: 4px 0 0;
}

header .bottom-line-block .minicart a {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 18px 13px 16px;
  width: 120px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #fff;
}

header .bottom-line-block .minicart a .count i {
  font-size: 20px;
  background: -o-linear-gradient(346.55deg, #0088DD -10.13%, #0EDBDF 102.84%);
  background: linear-gradient(103.45deg, #0088DD -10.13%, #0EDBDF 102.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header .bottom-line-block .minicart a .count span {
  position: absolute;
  right: -11px;
  top: -4px;
  width: 17px;
  height: 17px;
  background: #324658;
  border-radius: 50%;
  text-align: center;
  line-height: 17px;
  font-size: 10px;
}

header .bottom-line-block .minicart a .sum {
  font-size: 16px;
  line-height: 20px;
	font-weight: bold;
}

header .bottom-line-block .minicart a .count {
	margin-right: 15px;
	position: relative;
}

header .bottom-line-block .minicart.active:before {
  background: url(../img/bg/border-active.svg) no-repeat center center;
}

header .bottom-line-block .minicart.active a .count i {
  background: -o-linear-gradient(346.55deg, #B32B7B 11.64%, #B74533 102.84%);
  background: linear-gradient(103.45deg, #B32B7B 11.64%, #B74533 102.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header .bottom-line-block .minicart.active a .sum {
  color: #D0D325;
}

header .bottom-line-block .currency {
	position: relative;
	z-index: 7;
	font-weight: bold;
}

header .bottom-line-block .currency span {
	text-transform: uppercase;
	color: #c5cdcd;
	font-size: 13px;
	position: relative;
	z-index: 5;
}

header .bottom-line-block .currency span:after {
	content: "\f107";
	font-family: 'fontello';
	margin-left: 12px;
	color: #C4CDCD;
}

header .bottom-line-block .currency ul {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	top: -15px;
	padding: 39px 12px 10px;
	text-align: center;
	background: #2b2b3a;
	z-index: 3;
	width: 70px;
	border-radius: 5px;
	display: none;
}

header .bottom-line-block .currency ul li {
	margin: 0 0 10px;
	text-align: left;
	font-size: 13px;
}

header .bottom-line-block .currency ul li a {
	color: #c5cdcd;
	-webkit-transition: .3s color;
	-o-transition: .3s color;
	transition: .3s color;
}

header .bottom-line-block .currency:hover ul {
  display: block;
}

header .bottom-line-block .currency ul li.active a {
  color: #D0D325;
}

header .bottom-line-block .currency ul li:last-child {
  margin: 0;
}

header .bottom-line-block .currency ul li a:hover {
  color: #D0D325;
}

header .mobile-header {
  display: none;
}

.mobile-toggle {
	display: none;
}

/*** MOBILE MENU ***/

.mobile-menu {
	display: none;
  position: fixed;
  left: 0;
  top: 78px;
  width: 100%;
  height: calc(100vh - 78px);
  background: #111125;
  z-index: 78;
}

.mobile-menu .scroll-box {
  padding: 17px 62px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
}

.mobile-menu .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c5cdcd;
  background: #2e2e3d;
  height: 37px;
  line-height: 38px;
  padding: 0 32px;
  border-radius: 5px;
  margin: 0 -35px 20px;
}

.mobile-menu .profile a {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #c5cdcd;
  -webkit-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}

.mobile-menu .profile a:hover {
  color: #fff;
}

.mobile-menu .profile span {
  margin: 0 7px;
}

.mobile-menu .profile i {
  font-weight: 400;
  margin-right: 10px;
  font-size: 16px;
}

.mobile-menu .menu ul li {
  text-transform: uppercase;
  position: relative;
  margin-right: 18px;
  padding: 0;
  margin: 0 0 20px;
}

.mobile-menu .menu ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}

.mobile-menu .menu ul li.active a {
  color: #d0d325;
}

.mobile-menu .menu ul li:last-child {
  margin-bottom: 0;
}

.mobile-menu .sep {
  margin: 30px -50px;
  height: 1px;
  background: -o-linear-gradient(right, #000000 -2.73%, rgba(0, 0, 0, 0) 52.58%), -o-linear-gradient(left, #1e1e29 -0.86%, rgba(0, 0, 0, 0) 27.88%), -o-linear-gradient(346.55deg, rgba(30, 30, 41, 0) -8.96%, #0088dd 12.81%, #0edbdf 102.84%);
  background: linear-gradient(270deg, #000000 -2.73%, rgba(0, 0, 0, 0) 52.58%), linear-gradient(90deg, #1e1e29 -0.86%, rgba(0, 0, 0, 0) 27.88%), linear-gradient(103.45deg, rgba(30, 30, 41, 0) -8.96%, #0088dd 12.81%, #0edbdf 102.84%);
  opacity: 0.5;
  background: -o-linear-gradient(right, #000000 -2.73%, rgba(0, 0, 0, 0) 52.58%), -o-linear-gradient(left, #1e1e29 -0.86%, rgba(0, 0, 0, 0) 27.88%), -o-linear-gradient(346.55deg, rgba(30, 30, 41, 0) -8.96%, #954282 12.81%, #1bb4b7 102.84%);
  background: linear-gradient(270deg, #000000 -2.73%, rgba(0, 0, 0, 0) 52.58%), linear-gradient(90deg, #1e1e29 -0.86%, rgba(0, 0, 0, 0) 27.88%), linear-gradient(103.45deg, rgba(30, 30, 41, 0) -8.96%, #954282 12.81%, #1bb4b7 102.84%);
  opacity: 0.6;
  position: relative;
}

.mobile-menu .sep:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: -o-linear-gradient(right, #000000 -2.73%, rgba(0, 0, 0, 0) 52.58%), -o-linear-gradient(left, #1e1e29 -0.86%, rgba(0, 0, 0, 0) 27.88%), -o-linear-gradient(346.55deg, rgba(30, 30, 41, 0) -8.96%, #0edbdf 12.81%, #1bb4b7 102.84%);
  background: linear-gradient(270deg, #000000 -2.73%, rgba(0, 0, 0, 0) 52.58%), linear-gradient(90deg, #1e1e29 -0.86%, rgba(0, 0, 0, 0) 27.88%), linear-gradient(103.45deg, rgba(30, 30, 41, 0) -8.96%, #0edbdf 12.81%, #1bb4b7 102.84%);
  -webkit-filter: blur(12px);
          filter: blur(12px);
}

.mobile-menu .menu-small {
  margin: 0 0 30px;
}

.mobile-menu .menu-small ul {
}

.mobile-menu .menu-small ul li {
  margin: 0 0 14px;
}

.mobile-menu .menu-small ul li a {
  color: #c5cdcd;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
}

.mobile-menu .menu-small ul li:last-child {
  margin: 0;
}

.mobile-menu .socials {
  margin-bottom: 24px;
}

.mobile-menu .socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu .socials ul li {
  margin-right: 8px;
}

.mobile-menu .socialsul li:last-child {
  margin-right: 0;
}

.mobile-menu .socials ul li a {
  font-size: 23px;
  line-height: 1;
  color: #889297;
  -webkit-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}

.mobile-menu .socials ul li a:hover {
  color: #fff;
}

.mobile-menu .btn-border {
  border-radius: 5px;
  font-size: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  line-height: 36px;
  box-shadow: none;
  -webkit-filter: none;
          filter: none;
  padding: 0 10px;
  margin-right: 20px;
  width: 100%;
}

.mobile-menu .btn-border i {
  font-size: 16px;
  color: #535d75;
  line-height: 1;
}

.mobile-menu .btn-border i:first-child {
  font-weight: normal;
  margin-right: 10px;
}

.mobile-menu .btn-border i:last-child {
  margin-left: auto;
  color: #fff;
  font-size: 8px;
}

.mobile-menu .link {
	margin-bottom: 20px;
}

.mobile-menu .link a {
	text-transform: uppercase;
	font-weight: 800;
	color: #09bcde;
	font-size: 13px;
}

.mobile-menu .link a i {
	margin-right: 8px;
}

/*** MAIN ***/

.main {
  padding: 234px 0 0;
  background: url(../img/bg/main.jpg) no-repeat center center;
  position: relative;
}

.main .main-info {
  padding: 0 0 35px;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main .main-info .info .date {
  color: #83989e;
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 20px;
}

.main .main-info .info .title {
  font-weight: 800;
  font-size: 66px;
  line-height: 60px;
  margin: 0 0 15px;
}

.main .main-info .info .text {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}

.main:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.28%, #05050f), color-stop(102.48%, rgba(4, 4, 15, 0)));
  background: -o-linear-gradient(top, #05050f -6.28%, rgba(4, 4, 15, 0) 102.48%);
  background: linear-gradient(180deg, #05050f -6.28%, rgba(4, 4, 15, 0) 102.48%);
	pointer-events: none;
}

.main .main-info .go {
  width: 300px;
  margin-left: auto;
}

.main .main-info .go a {
  width: 100%;
}

.main .main-info .go a {
  position: relative;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  text-align: center;
}

.main .main-info .go a span {
  position: relative;
  z-index: 5;
  color: #FFF;
}

.main .main-info .go a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(346.55deg, #0088dd -10.13%, #0edbdf 102.84%);
  background: linear-gradient(103.45deg, #0088dd -10.13%, #0edbdf 102.84%);
  border-radius: 5px;
  z-index: 3;
}


.main .main-info .go a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(346.55deg, #0465a3 -10.13%, #028f92 102.84%);
  background: linear-gradient(103.45deg, #0465a3 -10.13%, #028f92 102.84%);
  border-radius: 5px;
  z-index: 4;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.main .main-info .go a:hover:after {
  opacity: 1;
}


.advantages {
  background: rgba(23, 21, 40, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 42px 0;
  position: relative;
}

.advantages-list .item {
  position: relative;
  padding-left: 90px;
}

.advantages-list .item .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 6px 0 0;
}

.advantages-list .item .title {
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  color: #c5cdcd;
}

.advantages:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 5;
  background: -o-linear-gradient(right, #000000 -2.73%, rgba(0, 0, 0, 0) 52.58%), -o-linear-gradient(left, #1e1e29 -0.86%, rgba(0, 0, 0, 0) 27.88%), -o-linear-gradient(346.55deg, rgba(30, 30, 41, 0) -8.96%, #954282 12.81%, #1bb4b7 102.84%);
  background: linear-gradient(270deg, #000000 -2.73%, rgba(0, 0, 0, 0) 52.58%), linear-gradient(90deg, #1e1e29 -0.86%, rgba(0, 0, 0, 0) 27.88%), linear-gradient(103.45deg, rgba(30, 30, 41, 0) -8.96%, #954282 12.81%, #1bb4b7 102.84%);
  opacity: 0.6;
}

/*** ABOUT ***/

.about-block {
  position: relative;
  padding: 60px 0 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-block:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  top: 0;
  background: -o-linear-gradient(right, #000000 -2.73%, rgba(0, 0, 0, 0) 52.58%), -o-linear-gradient(left, #1e1e29 -0.86%, rgba(0, 0, 0, 0) 27.88%), -o-linear-gradient(346.55deg, rgba(14, 219, 223, 0) -8.96%, #ff2ed1 12.81%, #5e25ff 102.84%);
  background: linear-gradient(270deg, #000000 -2.73%, rgba(0, 0, 0, 0) 52.58%), linear-gradient(90deg, #1e1e29 -0.86%, rgba(0, 0, 0, 0) 27.88%), linear-gradient(103.45deg, rgba(14, 219, 223, 0) -8.96%, #ff2ed1 12.81%, #5e25ff 102.84%);
  opacity: 0.5;
}

.about-block .video {
  width: 340px;
  position: relative;
  margin-right: 80px;
}

.about-block .video:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/bg/video-bg-2.png) no-repeat center center;
  width: 550px;
  height: 550px;
  pointer-events: none;
  z-index: 3;
}

.about-block .video:after {
  content: "";
  position: absolute;
  left: -140px;
  top: -40px;
  width: 451px;
  height: 444px;
  background: url(../img/bg/video-bg.svg) no-repeat center center;
  z-index: 4;
  pointer-events: none;
}

.about-block .video a {
  position: relative;
  z-index: 5;
	display: block;
}

.about-block .video a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  background: url(../img/icons/no-font/play.svg) no-repeat center center;
  pointer-events: none;
  -webkit-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.5);
	margin-left: 10px;
}

.about-block .video a img {
	pointer-events: none;
}

.about-block .info {
  width: 480px;
  position: relative;
  z-index: 7;
	margin-right: 80px;
}

.about-block .info .title {
  font-weight: 800;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}

.about-block .numbers {
  width: calc(100% - 980px);
}

.about-block .numbers .item {
  margin: 0 0 30px;
}

.about-block .numbers .item:last-child {
  margin-bottom: 0;
}

.about-block .numbers .title {
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  display: inline-block;
  vertical-align: top;
}

.about-block .numbers p {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #525C5C;
}

/*** CATEGORIES ***/

.cats-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cats-block .item {
  width: calc(100% / 4 - 30px * 3 / 4);
  margin: 0 30px 30px 0;
  height: 89px;
	position: relative;
	border-radius: 5px;
}

.cats-block .item:nth-child(4n) {
  margin-right: 0;
}

.cats-block .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 25px 18px 105px;
  position: relative;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  z-index: 5;
  background: #090917;
  border-radius: 6px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
}

.cats-block .item .line:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(103.45deg, #0E3E16 -1.89%, #0A2D4E 68.12%);
	z-index: 3;
	border-radius: 5px;
	pointer-events: none;
}

.cats-block .item:nth-child(2n) .line:before{
	background-image: linear-gradient(103.45deg, #25067C -1.89%, #4E0A3F 68.12%);
}

.cats-block .item .line:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(103.45deg, #0088DD -1.89%, #0EDBDF 68.12%);
  filter: blur(6px);
  border-radius: 5px;
  opacity: 0;
  transition: .3s opacity;
	pointer-events: none;
}

.cats-block .item:nth-child(2n) .line:after{
	background-image: linear-gradient(103.45deg, #511EE2 -1.89%, #CE31AC 68.12%);
}

.cats-block .item:hover .line:after {
	opacity: 1;
}

.cats-block .item:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 119px;
  height: 2px;
  background: linear-gradient(90deg, #000000 15.97%, rgba(0, 0, 0, 0) 74.79%), #0edbdf;
  filter: blur(2px);
  z-index: 6;
  opacity: 0.6;
  transition: 0.3s opacity;
	pointer-events: none;
}

.cats-block .item:nth-child(2n):before {
	top: inherit;
	left: inherit;
	right: 20px;
	bottom: 0;
	background: linear-gradient(90deg, #000000 15.97%, rgba(0, 0, 0, 0) 74.79%), #FF0CC9;
}

.cats-block .item:hover:before {
  opacity: 1;
}

.cats-block .item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(103.45deg, #0088DD -1.89%, #0EDBDF 68.12%);
  border-radius: 5px;
  opacity: 0;
  z-index: 4;
  transition: .3s opacity;
	pointer-events: none;
}

.cats-block .item:nth-child(2n):after {
	background-image: linear-gradient(103.45deg, #511EE2 -1.89%, #CE31AC 68.12%);
}

.cats-block .item:hover:after {
  opacity: 1;
}

.cats-block .item a .image {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 110px;
  text-align: center;
  pointer-events: none;
	z-index: 11;
}

/*.cats-block .item a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 330px;
  height: 120px;
  background: url(../img/bg/cat-bg-blue.svg) no-repeat center center;
  pointer-events: none;
}

.cats-block .item:nth-child(2n) a:before {
  background: url(../img/bg/cat-bg-purple.svg) no-repeat center top 17px;
}

.cats-block .item a:hover:before {
  background: url(../img/bg/cat-bg-blue-hover.svg) no-repeat center top 4px;
}

.cats-block .item:nth-child(2n) a:hover:before {
  background: url(../img/bg/cat-bg-purple-hover.svg) no-repeat center top 2px;
}*/

/*** PRODUCTS ***/

.products {
  padding: 37px 0 33px;
}

.new {
  padding: 17px 0;
}

.viewed {
  padding: 17px 0;
}

/*** CATALOG ***/

.catalog-list {
	margin: 0 0 45px !important;
}

.catalog-list .item {
  margin: 0 15px;
  border-radius: 5px;
  overflow: hidden;
  background: #1E1E29;
}

.catalog-list .item .image {
	height: 160px;
	border-radius: 5px;
  overflow: hidden;
	position: relative;
}

.catalog-list .item  .image .badge2,
.item-images .badge2{
  content: "New";
  position: absolute;
  left: -40px;
  top: 20px;
  color: #101010;
  line-height: 1;
  padding: 8px 12px 5px;
  width: 140px;
  transform: rotate(-45deg);
  pointer-events: none;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 7;
  box-shadow: 1px 1px 10px #000;
  color: #FFF;
  font-weight: bold;
}

.catalog-list.catalog-small .item .image {
  height: 108px;
}

.catalog-list .item .image a {
	display: block;
	width: 100%;
	height: 100%;
}

.catalog-list .item .image a img {
	width: 100%;
	height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: .3s transform;
}

.catalog-list .item .image a:hover img {
  transform: scale(1.15);
}

.catalog-list .slick-list {
	margin: 0 -15px;
}

.catalog-list .item .info {
	padding: 21px 27px;
	background: #1E1E29;
}

.catalog-list .item .info .title {
	color: #FFF;
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 10px;
}

.catalog-list .item .info .text {
	color: #C5CDCD;
	font-weight: 500;
	font-size: 13px;
	margin: 0 0 16px;
}

.catalog-list .item .info .controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.catalog-list .item .info .controls .price {
	color: #D0D325;
	font-size: 22px;
	line-height: 18px;
}

.catalog-list.catalog-small .item .info {
  padding: 18px 22px;
}

.catalog-list.catalog-small .item .info .title {
  font-size: 16px;
}

.catalog-list.catalog-small .item .info .controls .price {
  font-size: 18px;
}

.catalog-list .slick-dots {
	bottom: -45px;
}

.catalog-list .slick-dots li {
	background: #30303D;
	width: 9px;
	height: 9px;
	border-radius: 50%;
}

.catalog-list .slick-dots li button {
	display: none;
}

.catalog-list .slick-dots li.slick-active {
	background: -o-linear-gradient(346.55deg, #0088DD -10.13%, #0EDBDF 102.84%);
	background: linear-gradient(103.45deg, #0088DD -10.13%, #0EDBDF 102.84%);
}

.catalog-list .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}

.catalog-list .arrow.prev {
  left: -74px;
 }

.catalog-list .arrow.next {
  right: -74px;
}

.catalog-list .arrow:hover svg path {
  fill: #0ea0df;
}

.catalog-list:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 !important;
}

.catalog-list:not(.slick-slider) .item {
  width: calc(100%/4 - 30px*3/4);
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 0;
}

.catalog-list:not(.slick-slider) .item:nth-child(4n) {
  margin-right: 0;
}

.catalog-list:not(.slick-slider) .item .image {
  height: 170px;
}

/*** BREADCRUMBS ***/

.breadcrumbs {
  margin: 0 0 20px;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs ul li {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #83989e;
}

.breadcrumbs ul li a {
  color: #83989e;
}

.breadcrumbs ul li:after {
  content: "/";
  margin: 0 5px;
}

.breadcrumbs ul li:last-child:after {
  display: none;
}

/*** PAGE ***/

.page {
  margin: 0 0 60px;
}

.page .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px;
}

.page .page-title .title {
  font-weight: bold;
  font-size: 44px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.page .page-title .title span {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #8d96aa;
  font-weight: normal;
  margin-left: 10px;
  text-transform: none;
}

.page .page-title .sort {
  margin-left: auto;
}

.page .page-title .sort i {
  margin-right: 20px;
  color: #889297;
  font-weight: bold;
}

.page .page-title .sort a {
  color: #c5cdcd;
  font-weight: 500;
  font-size: 14px;
  margin-right: 30px;
}

.page .page-title .sort a:last-child {
  margin-right: 0;
}

.page .page-title .sort a.active {
  color: #d0d325;
  font-weight: 800;
}

/*** ALERT ***/

.alert-block {
  position: relative;
  background: rgba(78, 37, 69, 0.7);
  border-radius: 8px;
  padding: 18px 57px 18px 74px;
	margin: 0 0 36px;
}

.cookie-block {
  display: none;
}

.cookie-block.show {
	display: block;
}

.alert-block .alert {
  font-size: 15px;
  line-height: 1.4;
  color: #afa4ad;
}

.alert-block:before {
  content: "\e80b";
  font-family: "fontello";
  position: absolute;
  left: 38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #993a84;
  font-size: 20px;
  line-height: 1;
}

.alert-block .close {
  color: #aaaaaa;
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
	cursor: pointer;
}


/*** CLIENTS ***/

.clients {
	padding: 15px 0 26px;
}

.clients-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 0;
}

.clients-block:before,
.clients-block:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.clients-block:before {
  top: 0;
  background: -o-linear-gradient(right, #000000 -2.73%, rgba(0, 0, 0, 0) 52.58%), -o-linear-gradient(left, #1e1e29 -0.86%, rgba(0, 0, 0, 0) 27.88%), -o-linear-gradient(346.55deg, rgba(14, 219, 223, 0) -8.96%, #ff2ed1 12.81%, #5e25ff 102.84%);
  background: linear-gradient(270deg, #000000 -2.73%, rgba(0, 0, 0, 0) 52.58%), linear-gradient(90deg, #1e1e29 -0.86%, rgba(0, 0, 0, 0) 27.88%), linear-gradient(103.45deg, rgba(14, 219, 223, 0) -8.96%, #ff2ed1 12.81%, #5e25ff 102.84%);
  opacity: 0.5;
}

.clients-block:after {
  bottom: 0;
  background: -o-linear-gradient(right, #000000 -2.73%, rgba(0, 0, 0, 0) 52.58%), -o-linear-gradient(left, #1e1e29 -0.86%, rgba(0, 0, 0, 0) 27.88%), -o-linear-gradient(346.55deg, rgba(30, 30, 41, 0) -8.96%, #0088dd 12.81%, #0edbdf 102.84%);
  background: linear-gradient(270deg, #000000 -2.73%, rgba(0, 0, 0, 0) 52.58%), linear-gradient(90deg, #1e1e29 -0.86%, rgba(0, 0, 0, 0) 27.88%), linear-gradient(103.45deg, rgba(30, 30, 41, 0) -8.96%, #0088dd 12.81%, #0edbdf 102.84%);
}

.clients-block .title {
  width: 280px;
  color: #52525c;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-right: 50px;
}

.clients-block .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 330px);
}

.clients-block .items .item {
  margin: 0 10px;
}

.clients-block .items .item img {
  opacity: 0.5;
}

/*** INSTAGRAM ***/

.instagram {
  padding: 26px 0 67px;
}

.instagram .section-title .title i {
  margin-right: 15px;
  vertical-align: middle;
}

.instagram .instagram-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.instagram .instagram-line a {
  width: 255px;
  min-width: 255px;
  margin: 0 2.5px;
  border-radius: 5px;
  overflow: hidden;
}


/*** CART PAGE ***/

.cart-items {
  margin: 0 0 35px;
}

.cart-items .item {
  margin: 0 0 7px;
  padding: 14px 28px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.cart-items .item:before {
	pointer-events: none;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -o-linear-gradient(346.55deg, #0088dd -10.13%, #0edbdf 102.84%);
	background-image: linear-gradient(103.45deg, #0088dd -10.13%, #0edbdf 102.84%);
	z-index: 5;
	opacity: 0;
	-webkit-transition: 0.3s opacity;
	-o-transition: 0.3s opacity;
	transition: 0.3s opacity;

}

.cart-items .item:after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: rgb(16 16 28 / 100%);
  z-index: 6;
  border-radius: 5px;
}

.cart-items .item:hover:before {
  opacity: 1;
}

.cart-items .item:last-child {
	margin-bottom: 0;
}

.cart-items .item > * {
  position: relative;
  z-index: 7;
}

.cart-items .item .image {
  width: 156px;
  margin-right: 32px;
}

.cart-items .item .image a {
  display: block;
  width: 100%;
  height: 100%;
}

.cart-items .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart-items .item .name {
  width: 195px;
}

.cart-items .item .name b {
	display: none;
	font-size: 16px;
	color: #DADADA;
}

.cart-items .item .name a {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 7px;
}

.cart-items .item .name span {
  display: block;
  color: #c5cdcd;
  font-weight: 500;
  font-size: 13px;
}

.cart-items .item .price {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  /* or 100% */
  color: #dadada;
  width: 100px;
  min-width: 100px;
  text-align: center;
}

.count-block {
  background: #282832;
  border-radius: 5px;
  padding: 11px 20px;
  width: 140px;
  min-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.count-block input {
  background: transparent;
  text-align: center;
  width: 40px;
  border: none;
  color: #fff;
  text-align: left;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-right: auto;
}

.count-block button, .count-block a {
  background: transparent;
  border-radius: 50%;
  min-width: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  text-align: center;
  line-height: 1;
  font-size: 0;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
  background-size: 20px !important;
  border: none;
}

.count-block button svg > *, .count-block a svg > * {
  transition: .3s stroke;
}

.count-block button:hover svg > *, .count-block a:hover svg > * {
  stroke : #FFF;
}

.count-block button:last-child, .count-block a:last-child {
  margin-right: 0;
}

.count-block button:hover, .count-block a:hover {
  color: #fff;
  border-color: #fff;
}

.count-block button.plus, .count-block a.plus {
  margin: -2px 0 0;
}

.cart-items .item .sum {
  width: 100px;
  min-width: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 18px;
  color: #d0d325;
}

.cart-items .item .del {
  color: #575766;
  padding: 0 0 5px;
}

.cart-items .item .del button {
  background: transparent;
  border: none;
  color: #575766;
  border: none;
  -webkit-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 0;
}

.cart-items .item .del button:hover {
  color: #844776;
}

.cart-info .coupon {
  padding: 12px 17px;
  background: #16161F;
  border: 1px solid #2A2A2F;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 11px;
	position: relative;
}

.cart-info .coupon i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
  background: -o-linear-gradient(346.55deg, #0088dd -10.13%, #0edbdf 102.84%);
  background: linear-gradient(103.45deg, #0088dd -10.13%, #0edbdf 102.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cart-info .coupon i:after {
  font-family: "fontello";
  content: "\e817";
  position: absolute;
  left: 0;
  top: 0;
  filter: blur(10px);
  background: -o-linear-gradient(346.55deg, #0088dd -10.13%, #0edbdf 102.84%);
  background: linear-gradient(103.45deg, #0088dd -10.13%, #0edbdf 102.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cart-info .coupon input {
  background: transparent;
  width: 200px;
  border: none;
  color: #FFF;
  font-weight: 500;
  font-size: 17px;
  padding-left: 38px;
}

.cart-info .coupon .btn-gradient {
  height: 29px;
  line-height: 31px;
  font-size: 12px;
}

.cart-info .tip {
  font-weight: bold;
  font-size: 13px;
  color: #8B436A;
  line-height: 18px;
  padding-left: 30px;
}

.cart-info .total {
  text-align: right;
}

.total_sum {
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 10px;
}

.total_sum b {
  font-size: 30px;
}

.total_coupon {
  font-weight: 500;
  font-size: 15px;
  background: -o-linear-gradient(346.55deg, #0088dd -10.13%, #0edbdf 102.84%);
  background: linear-gradient(103.45deg, #0088dd -10.13%, #0edbdf 102.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 30px;
}

.total_text {
  font-weight: 500;
  font-size: 13px;
  color: #889297;
  line-height: 18px;
}

.cart-order {
  background: rgba(30, 30, 41, 0.9);
  padding: 26px 21px;
  border-radius: 5px 5px 0px 0px;
}

.cart-order .block {
  border-bottom: 1px solid #4a4a5a;
  margin: 0 0 30px;
}

.cart-order .block:last-child {
  margin: 0;
}

.cart-order .block .block-title {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-order .shipping .item {
  position: relative;
  border-bottom: 1px solid #4a4a5a;
  padding: 0 18px;
}

.cart-order .shipping .item:last-child {
  border: none;
}

.cart-order .shipping .item label:before {
  content: "";
  border: 2px solid #535d75;
  position: absolute;
  left: 0;
  top: 24px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  -webkit-transition: 0.3s border-color;
  -o-transition: 0.3s border-color;
  transition: 0.3s border-color;
}

.cart-order .shipping .item input {
  display: none;
}

.cart-order .shipping .item label {
  display: block;
  position: relative;
  padding: 32px 24px 24px 42px;
  cursor: pointer;
}

.cart-order .shipping .item label b {
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 10px;
  display: block;
}

.cart-order .shipping .item label span {
  color: #c5cdcd;
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin: 0 0 10px;
}

.cart-order .shipping .item label small {
  font-weight: 500;
  font-size: 13px;
  color: #757d8e;
  line-height: 16px;
}

.cart-order .shipping .item label a {
  color: #fff;
  text-decoration: underline;
}

.cart-order .shipping .item input:checked + label:before {
  border: 7px solid #d0d325;
}

.cart-order .block .block-title span {
  color: #964584;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.cart-order .block .fields .tip {
  color: #757d8e;
  font-weight: 500;
  font-size: 12px;
  padding: 0 30px;
  line-height: 1.5;
  margin: 10px 0 -10px;
}

.cart-order .block .fields .form-group textarea {
  height: 100px;
}

.cart-order .block .fields .form-group.captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-order .block .fields .form-group.captcha .image {
  width: 120px;
  margin-right: 12px;
	min-width: 120px;
}

.cart-order .block .fields .form-group.captcha .captcha-input {
  width: calc(100% - 132px);
}

.cart-order .block .fields .form-group p {
  color: #757d8e;
}

.cart-order .block .fields .form-group p a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.cart-order .block .fields .form-group input[type="email"] {
  padding-left: 27px;
}
.cart-order {
  padding: 26px 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.cart-order .block .block-title {
  padding: 0 20px;
}

.cart-order .block .block-title span {
  display: none;
}

.cart-order .block .fields {
  padding: 0 20px;
}

.cart-order .block .fields .form-group p {
  font-size: 12px;
}

.cart-order .block .fields .form-group.captcha .image {
  min-width: 120px;
}

.cart-order .block:last-child {
  border: none;
}

.total_text {
  margin: 0 0 20px;
}

.total_sum {
  font-size: 20px;
}

.total_sum b {
  font-size: 24px;
}

.cart-info .coupon input {
  width: 200px;
  font-size: 14px;
  color: #6c6c6c;
	transition: .3s color;
}

.cart-info .coupon input:focus {
  color: #FFF;
}

.cart-items .item .sum {
  font-size: 18px;
}

/*** ORDER ***/

.page .order-page .page-title {
  margin: 0 0 30px;
}

.page .order-page .page-title .status {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 6px 0 0;
}

.page .order-page .page-title b {
  color: #d0d325;
	font-weight: normal;
}

.page .order-page .page-title .title {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page .order-page .page-title .status ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: none;
	font-weight: normal;
}

.page .order-page .page-title .status ul li:after {
  content: "|";
  margin: 0 10px;
  color: #fff;
}

.page .order-page .page-title .status ul li:last-child:after {
  display: none;
}

.page .order-page .page-title .status ul li.active {
  color: #d0d325;
}

.page .order-page .page-title .alert-block {
  width: 630px;
  padding: 25px 38px 25px 70px;
  background: rgba(16, 16, 28, 0.5);
  border-radius: 5px;
  color: #fff;
	margin: 0;
}

.page .order-page .page-title .alert-block:before {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: 25px;
  font-size: 20px;
  background: -o-linear-gradient(346.55deg, #0088dd -10.13%, #0edbdf 102.84%);
  background: linear-gradient(103.45deg, #0088dd -10.13%, #0edbdf 102.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page .order-page .page-title .alert-block .alert {
  color: #fff;
}

.order-page .order-block {
  background: rgba(30, 30, 41, 0.7);
  border-radius: 5px 5px 0px 0px;
  padding: 47px 86px 47px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.order-page .order-block .block-title {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin: 0 0 20px;
}

.order-page .order-block .items {
  width: 570px;
}

.order-page .order-block .details {
  width: calc(100% - 620px);
  margin-right: 50px;
}

.order-page .order-block .cart-items .item {
  padding: 8px 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.order-page .order-block .cart-items .item .sum {
  font-size: 18px;
  margin-left: auto;
}

.order-page .order-block .cart-items .item .image {
  width: 130px;
  margin-right: 27px;
}

.order-page .order-block .cart-items .item .name {
  width: auto;
}

.order-page .order-block .details ul {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 30px;
  position: relative;
}

.order-page .order-block .details ul li {
  font-weight: 500;
  margin: 0 0 10px;
}

.order-page .order-block .details ul li b {
  color: #b9c0c4;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}

.order-page .order-block .details .total {
  position: relative;
  padding: 30px 0 0;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

.order-page .order-block .details ul:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  background: -o-linear-gradient(right, #000000 -2.73%, rgba(0, 0, 0, 0) 52.58%), -o-linear-gradient(left, #1e1e29 -0.86%, rgba(0, 0, 0, 0) 27.88%), -o-linear-gradient(346.55deg, rgba(30, 30, 41, 0) -8.96%, #0088dd 12.81%, #0edbdf 102.84%);
  background: linear-gradient(270deg, #000000 -2.73%, rgba(0, 0, 0, 0) 52.58%), linear-gradient(90deg, #1e1e29 -0.86%, rgba(0, 0, 0, 0) 27.88%), linear-gradient(103.45deg, rgba(30, 30, 41, 0) -8.96%, #0088dd 12.81%, #0edbdf 102.84%);
  opacity: 0.5;
  width: 100%;
  height: 1px;
}

/*** BLOG ***/

.blog-list {
  margin: 0 0 30px;
}

.blog-list .item {
  padding: 30px 38px;
  background: rgb(30 30 41);
  border-radius: 5px;
  margin: 0 0 15px;
  position: relative;
  overflow: hidden;
}

.blog-list .item:last-child {
  margin: 0;
}

.blog-list .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(346.55deg, #0088dd -10.13%, #0edbdf 102.84%);
  background-image: linear-gradient(103.45deg, #0088dd -10.13%, #0edbdf 102.84%);
  z-index: 5;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.blog-list .item:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #1A1928;
  z-index: 6;
  border-radius: 5px;
}

.blog-list .item:hover:before {
  opacity: 1;
}

.blog-list .item .image-block {
	display: flex;
}

.blog-list .item .image {
  width: 184px;
  margin-right: 39px;
  position: relative;
  z-index: 15;
	min-width: 184px;
}

.blog-list .item .info {
  position: relative;
  z-index: 15;
}

.blog-list .item .date {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #535d75;
  margin: 0 0 15px;
	position: relative;
	z-index: 7;
	position: absolute;
	right: 38px;
	top: 30px;
}

.blog-list .item .title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 20px;
	position: relative;
	z-index: 7;
	padding-right: 100px;
}

.blog-list .item .title a {
  color: #fff;
}

.blog-list .item .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #b9c0c4;
  width: calc(100% - 1px);
  position: relative;
  z-index: 7;

  flex-wrap: wrap;
  justify-content: flex-end;
}

.blog-list .item .text p {
	margin-bottom: 15px;
}

.blog-list .item .more {
	margin-top: auto;
}

.blog-list .item .more a {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  color: #646d83;
}

.blog-list .item .more a:hover {
  color: #fff;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px;
}

.pagination .arrow {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #b9c0c4;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 60px;
}

.pagination ul li {
  margin: 0 5px;
}

.pagination ul li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
	position: relative;
}

.pagination ul li span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
	position: relative;
}

.pagination ul li a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: url(../img/bg/pagination-active.svg) no-repeat center center;
  margin: 3px 0 0;
  pointer-events: none;
  background-size: cover;
	transition: .1s opacity;
}

.pagination ul li a:after {
	opacity: 0;
}

.pagination ul li a:hover:after {
	opacity: 1;
}

.pagination .arrow.prev i {
  margin-right: 10px;
}

.pagination .arrow.next i {
  margin-left: 10px;
}

.pagination .arrow a {
  color: #b9c0c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.more-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.more-posts a {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b9c0c4;
  border: 1px solid #353a45;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  height: 42px;
  line-height: 40px;
  padding: 0 31px;
  font-size: 15px;
}

.more-posts a i {
  margin-left: 15px;
  font-size: 18px;
}

/*** SIDEBAR ***/

.sidebar .block {
  margin: 0 0 30px;
}

.sidebar .block .block-title {
  color: #FFF;
  text-transform: uppercase;
  margin: 0 0 30px;
  font-weight: bold;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar .block .catalog-list:not(.slick-slider) .item {
  margin-right: 28px;
  width: calc(100%/2 - 28px/2);
  margin-bottom: 0;
}

.sidebar .block .catalog-list:not(.slick-slider) .item:nth-child(2n) {
  margin-right: 0;
}

.sidebar .block .catalog-list:not(.slick-slider) .item .image {
  height: 107px;
}

.sidebar .block .block-content > .image {
  border-radius: 12px;
  overflow: hidden;
}

.sidebar .block .block-title .link {
  margin-left: auto;
}

.sidebar .block .block-title .link span {
  height: 36px;
  line-height: 36px;
  padding: 0 26px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
  background: #1E1E29;
  border-radius: 5px;
  display: block;
}

.sidebar .block .instagram-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sidebar .block .instagram-block a {
  margin: 0 3px 3px 0;
  width: calc(100%/3 - 3px*2/3);
  border-radius: 5px;
  overflow: hidden;
}

.sidebar .block .instagram-block a:nth-child(3n) {
  margin-right: 0;
}

/*** ITEM PAGE ***/

.item-images {
  margin: 0 0 30px;
  position: relative;
	overflow: hidden;
}

.item-images .big-slider {
  margin: 0 0 28px;
}

.item-images .small-slider .slick-list {
  margin: 0 32px;
}

.item-images .small-slider .item {
  margin: 0 4.5px;
  border-radius: 8px;
  overflow: hidden;
}

.item-images .big-slider .item img {
  margin: 0 auto;
  border-radius: 10px;
  width: 100%;
}

.item-images .big-slider .arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  cursor: pointer;
}

.item-images .big-slider .arrow.prev {
  left: 15px;
}

.item-images .big-slider .arrow.next {
  right: 15px;
}

.item-images .big-slider .arrow svg path {
  fill: #626f79;
  transition: .3s fill;
}

.item-images .big-slider .arrow:hover svg path {
  fill: #FFF;
}

.item-images .small-slider .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.item-images .small-slider .arrow.prev {
  left: 0;
}

.item-images .small-slider .arrow.next {
  right: 0;
}

.item-images .small-slider .arrow:hover svg path {
  fill: #fff;
}

.item-page .breadcrumbs {
  margin: 0 0 5px;
}

.item-page .page-title {
}

.item-page .page-title .title {
  line-height: 1.2;
}

.item-page .options {
  background: #181820;
  border-radius: 0px 0px 5px 5px;
  margin: 0 0 30px;
}

.item-page .options .big-options {
  padding: 0 20px;
  background: #1e1e29;
}

.item-page .options .big-options .item {
  padding: 0;
  border-bottom: 1px solid rgb(74 74 90 / 50%);
}

.item-page .options .big-options .item label {
  position: relative;
  padding: 26px 20px 26px 64px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-page .options .big-options .item input {
  display: none;
}

.item-page .options .big-options .item label:before {
  content: "";
  border: 2px solid #535d75;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27px;
  height: 27px;
  border-radius: 50%;
  -webkit-transition: 0.3s border-color;
  -o-transition: 0.3s border-color;
  transition: 0.3s border-color;
}

.item-page .options .big-options .item input:checked + label:before {
  border: 7px solid #d0d325;
}

.item-page .options .big-options .item:last-child {
  border: none;
}

.item-page .options .big-options .item label .price {
  font-weight: bold;
  font-size: 22px;
  color: #d0d325;
  line-height: 1;
  margin-left: 20px;
}

.item-page .options .small-options {
  padding: 20px 53px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item-page .options .small-options .item {
  width: calc(100% / 2 - 50px / 2);
  margin-right: 50px;
  margin-bottom: 30px;
}

.item-page .options .small-options .item:nth-child(2n) {
  margin-right: 0;
}

.item-page .options .controls {
  padding: 0 30px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-page .options .controls .btn-border {
  height: 50px;
  line-height: 48px;
  border: 1px solid #353a41;
  border-radius: 5px;
  -webkit-filter: none;
          filter: none;
  font-weight: 800;
  font-size: 12px;
  color: #fff;
}

.item-page .options .controls .btn-border i {
  margin-right: 10px;
  font-size: 16px;
  color: #535d75;
}

.item-page .options .controls .count-block {
  padding: 20px 20px;
  width: 120px;
  min-width: 120px;
}

.item-page .options .controls .btn-gradient {
  width: 266px;
  text-align: center;
  line-height: 1;
}

.item-page .options .controls .btn-gradient i {
  font-weight: 400;
  margin-right: 10px;
  font-size: 18px;
  line-height: 1;
  margin: -6px 10px 0;
  display: block;
}

.item-page .options .controls .btn-gradient span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-page .info-block {
  font-size: 15px;
  line-height: 18px;
  /* or 120% */
  color: #ffffff;
  padding: 17px 65px 14px;
  background: rgba(30, 30, 41, 0.8);
  border-radius: 8px;
  position: relative;
  margin: 0 0 30px;
}

.item-page .info-block:before {
  content: "\e80a";
  font-family: "fontello";
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -o-linear-gradient(346.55deg, #0088dd -10.13%, #0edbdf 102.84%);
  background: linear-gradient(103.45deg, #0088dd -10.13%, #0edbdf 102.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  line-height: 1;
}

.item-page .info-block:after {
  content: "\f107";
  font-family: "fontello";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #71788b;
  font-size: 18px;
}

.item-page .text-block {
  font-size: 16px;
  font-weight: 400;
  color: #b9c0c3;
  margin: 0 0 40px;
}

.item-page .text-block b {
  color: #fff;
}

.item-page .text-block p {
  margin: 0 0 10px;
}

.item-page .info-block.type2 {
  background: transparent;
  padding: 0 0 0 42px;
  color: #aeb036;
  line-height: 20px;
}

.item-page .info-block.type2:before {
  content: "!";
  font-family: "fontello";
  left: 0;
  font-size: 30px;
  width: 28px;
  height: 28px;
  background: url(../img/icons/info-circle-2.svg) no-repeat center;
  background-size: cover;
  -webkit-filter: drop-shadow(0px 0px 8px #5faa14);
          filter: drop-shadow(0px 0px 8px #5faa14);
  border-radius: 50%;
}

.item-page .info-block.type-circle:before {
  background: url(../img/icons/check-circle.svg) no-repeat center;
  background-size: cover;
}

.item-page .info-block.type2:after {
  display: none;
}

.item-page .video-block {
  position: relative;
  border: 5px solid #161b26;
  width: 581px;
  border-radius: 10px;
  margin: 0 0 45px;
}

.item-page .video-block .screen {
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.item-page .video-block .screen:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  background: url(../img/icons/no-font/play.svg) no-repeat center center;
  pointer-events: none;
  -webkit-box-shadow: 0px 30px 50px rgb(0 0 0 / 50%);
          box-shadow: 0px 30px 50px rgb(0 0 0 / 50%);
  margin-left: 10px;
}

.item-page .video-block .video {
  width: 100%;
  height: 386px;
  position: relative;
  z-index: 3;
}

.item-page .tabs .caption {
  margin: 0 0 35px;
  position: relative;z-index: 11;
}

.item-page .tabs .caption ul {
  border-bottom: 1px solid #1f222b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-page .tabs .caption ul li {
  font-size: 18px;
  line-height: 60px;
  /* or 333% */
  color: #7b8192;
  margin-right: 28px;
  cursor: pointer;
  position: relative;
}

.item-page .tabs .caption ul li.active {
  background: -o-linear-gradient(346.55deg, #0088dd -10.13%, #0edbdf 102.84%);
  background: linear-gradient(103.45deg, #0088dd -10.13%, #0edbdf 102.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

.item-page .tabs .caption ul li.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: -o-linear-gradient(346.55deg, #0088dd -10.13%, #0edbdf 102.84%);
  background: linear-gradient(103.45deg, #0088dd -10.13%, #0edbdf 102.84%);
}

.item-page .video-block:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 765px;
  height: 405px;
  background: url(../img/bg/item-video-bg.png) no-repeat center center;
  z-index: 1;
  background-size: cover;
  pointer-events: none;
}

.item-page .video-block .screen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.item-page .tabs .tabs-list .tab {
  display: none;
	padding: 0 15px;
}

.item-page .tabs .tabs-list .tab.active {
  display: block;
}

.item-page .specifications .title {
  text-transform: uppercase;
  color: #b9c0c4;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 24px;
}

.item-page .specifications ul {
  margin: 0 0 24px;
}

.item-page .specifications ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-style: dotted;
  position: relative;
}

.item-page .specifications ul li span:nth-child(1) {
  width: 60%;
  font-weight: 500;
  font-size: 14px;
  color: #b9c0c4;
  line-height: 22px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.item-page .specifications ul li span:nth-child(1) b {
  background: #090917;
  position: relative;
  z-index: 5;
  display: inline-block;
  vertical-align: top;
  padding: 0 2px 2px 0;
  margin: 0 0 -4px;
}

.item-page .specifications ul li span:nth-child(2) {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #b9c0c4;
  width: 40%;
}

.item-page .specifications ul li:before {
  content: "";
  border-bottom: 2px dotted #596166;
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 58%;
}

.item-page .advantages-block .title {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 30px;
}


.item-page .advantages-block .titleitem { 
background: -o-linear-gradient(346.55deg, #0088dd -10.13%, #0edbdf 102.84%);
  background: linear-gradient(103.45deg, #0088dd -10.13%, #0edbdf 102.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 30px;
  }

.item-page .advantages-block .item-list .item {
  border: 1px solid #272a32;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  margin: 0 0 9px;
  position: relative;
  padding: 17px 56px 17px 105px;
  background: #090917;
  cursor: pointer;
}

.item-page .advantages-block .item-list .item .image {
  position: absolute;
  left: 26px;
  top: 10px;
  width: 60px;
  text-align: center;
}

.item-page .advantages-block .item-list .item:after {
  font-family: "fontello";
  content: "\f107";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.item-page .advantages-block .item-list .item .info .title {
  margin: 0 0 10px;
  font-size: 15px;
}

.item-page .advantages-block .item-list .item .info .text {
  color: #b9c0c4;

  line-height: 20px;
  height: 21px;
  overflow: hidden;
}

.item-page .advantages-block .item-list .item.open .info .text {
  height: 100%;
  white-space: normal;
}

.item-page .advantages-block .item-list .item.open {
  background: #1e1e29;
}



/*** FOOTER ***/

footer {
  background: #13131c;
  padding: 40px 0;
	position: relative;
}

body.not-main footer {
  margin: 40px 0 0;
}

footer:before {
  content: "";
  background: url(../img/bg/body-footer.svg) no-repeat center top -70px;
  position: absolute;
  top: -365px;
  left: 0;
  width: 100%;
  height: 365px;
  z-index: 5;
  pointer-events: none;
}

footer .logo {
  margin: 0 0 14px;
}

footer .copyright {
  color: #636969;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.3;
}

footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 36px;
}

footer .links a {
  border-radius: 5px;
  font-size: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  line-height: 36px;
  box-shadow: none;
  -webkit-filter: none;
          filter: none;
  padding: 0 10px;
  margin-right: 20px;
}

footer .links a i {
  font-size: 16px;
  color: #535d75;
}

footer .links a i:first-child {
  font-weight: normal;
  margin-right: 10px;
}

footer .links a i:last-child {
  margin-left: 10px;
  color: #fff;
  font-size: 8px;
}

footer .links a:last-child {
  margin-right: 0;
}

footer .menu {
  padding: 0 0 26px;
  border-bottom: 1px solid #262631;
  margin: 0 0 18px;
}

footer .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer .menu ul li {
  margin-right: 20px;
}

footer .menu ul li a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

footer .menu ul li a:hover {
  color: #C1C1C1;
}


footer .menu ul li:last-child {
  margin-right: 0;
}

footer .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .info .socials {
  margin-right: 38px;
}

footer .info .socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .info .socials ul li {
  font-size: 26px;
  margin-right: 12px;
}

footer .info .socials ul li a {
  color: #fff;
  transition: .3s color;
}

footer .info .socials ul li a:hover {
  color: #889297;
}

footer .info .socials ul li:last-child {
  margin-right: 0;
}

footer .info .reviews {
  position: relative;
  width: 150px;
  padding-left: 38px;
  padding-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .info .reviews:before {
  content: "\e803";
  font-family: "fontello";
  font-size: 31px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer .info .reviews span {
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  margin: 0 0 2px;
	width: 100%;
}

footer .info .reviews i {
  color: #dcc815;
  margin-right: 2px;
}

footer .pays ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .pays ul li {
  margin-right: 20px;
}

footer .pays ul li:last-child {
  margin-right: 0;
}

#up {
  position: fixed;
  right: 50px;
  bottom: 50px;
  font-size: 37px;
  line-height: 1;
  cursor: pointer;
  color: #0EA0DF;
	-webkit-transition: .3s color;
	-o-transition: .3s color;
	transition: .3s color;
	display: none;
	z-index: 57;
}

#up:hover {
	color: #FFF;
}


/*** MODAL ***/

.modal {
	display: none;
  position: relative;
  background: rgb(24 24 28 / 90%);
  width: 543px;
  -webkit-box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.8);
  border: 2px solid;
  border-image-source: linear-gradient(103.45deg, rgba(91, 33, 255, 0.8) -1.89%, rgba(255, 46, 209, 0.8) 68.12%);
  border-image-slice: 1;
	padding: 60px 65px 48px; 
}

.modal .modal-title {
  margin: 0 0 32px;
}

.modal .modal-title .title {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
}

.modal .modal-title .subtitle {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #C5CDCD;
}

.modal .fancybox-close-small {
  padding: 0;
  width: 40px;
  height: 40px;
  right: 23px;
  top: 18px;
}

.modal .thanks {
    display: none;
    text-align: center;
}

.modal .thanks b {
  font-size: 34px;
  margin: 0 0 10px;
  display: block;
}

.modal .thanks p {
  font-size: 16px;
  color: #cecece;
}


 /*
 Under Construction
*/

.uc-text-div {
    display: inline-block;
    vertical-align: middle;
}

    .uc-banner {
        position: static;
        /* height: 75px; */
        height: 33px;
        width: 100%;
        text-align: center;
        background-color: #D3D3D3;
        z-index: 99999;
    }
    .uc-img {
        float: left;
        padding: 0 0px;
    }
    .uc-vert-center {
        line-height: 5px;
    }
    .uc-img-barrier {
        height: 5px;
    }
    .uc-text {
        float: left;
        padding-top: 7px;
        font-family: 'Allerta Stencil', sans-serif; /* google font, loaded on html page */
        font-size: 11px;
        color: #CE0000;
		text-transform:uppercase;
		font-weight:bold;
    }

@media only screen and (min-width: 957px) {

.uc-text-div {
    display: inline-block;
    vertical-align: middle;
}

    .uc-banner {
        position: static;
       /* height: 48px; */
       height: 33px;
        width: 100%;
        text-align: center;
        background-color: #D3D3D3;
        z-index: 99999;
    }
    .uc-img {
        float: left;
        padding: 0 0px;
    }
    .uc-vert-center {
        line-height: 5px;
    }
    .uc-img-barrier {
        height: 5px;
    }
    .uc-text {
        float: left;
        padding-top: 7px;
        font-family: 'Allerta Stencil', sans-serif; /* google font, loaded on html page */
        font-size: 14px;
        color: #CE0000;
		text-transform:uppercase;
		font-weight:bold;
    }

}


.shipgrad3 {
font-size: 1.5em; 
padding: 5px 0 10px 5px;
font-weight: bold; 
font-style: italic; 
text-transform:uppercase; 
background-image: linear-gradient(45deg, #92fe9d, #00c9ff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
   }
   
   
.shipgrad4 {
font-size: 1.5em; 
padding: 5px 0 10px 5px;
font-weight: bold; 
font-style: italic; 
text-transform:uppercase; 
background: -webkit-linear-gradient(0deg, rgb(253, 0, 212), rgb(0, 247, 255));
background: -moz-linear-gradient(0deg, rgb(253, 0, 212), rgb(0, 247, 255));
background: linear-gradient(0deg, rgb(253, 0, 212), rgb(0, 247, 255));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
   }
   
.shipgrad5 {
border: 1mm ridge rgba(211, 220, 50, 0.6);
border-radius: 10px;
font-size: 1.5em; 
padding: 9px 0 7px 5px;
font-weight: bold; 
text-transform:uppercase; 
background-image: linear-gradient(45deg, #FFD800, #B6FF00);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
   }
   
   
   
