.menu_mob_link {
	display: none;
}
:root {
	--e-global-color-primary:#6EC1E4;
	--e-global-color-secondary:#54595F;
	--e-global-color-text:#7A7A7A;
	--e-global-color-accent:#61CE70;
	--e-global-typography-primary-font-family:"Roboto";
	--e-global-typography-primary-font-weight:600;
	--e-global-typography-secondary-font-family:"Roboto Slab";
	--e-global-typography-secondary-font-weight:400;
	--e-global-typography-text-font-family:"Roboto";
	--e-global-typography-text-font-weight:400;
	--e-global-typography-accent-font-family:"Roboto";
	--e-global-typography-accent-font-weight:500;
}
@font-face {
    font-family: 'Somatic Rounded';
    src: url('../fonts/Somatic-Rounded.eot');
    src: url('../fonts/Somatic-Rounded.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Somatic-Rounded.woff2') format('woff2'),
        url('../fonts/Somatic-Rounded.woff') format('woff'),
        url('../fonts/Somatic-Rounded.ttf') format('truetype'),
        url('../fonts/Somatic-Rounded.svg#Somatic-Rounded') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro.eot');
    src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro.woff2') format('woff2'),
        url('../fonts/GothamPro.woff') format('woff'),
        url('../fonts/GothamPro.ttf') format('truetype'),
        url('../fonts/GothamPro.svg#GothamPro') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Bold.eot');
    src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro-Bold.woff2') format('woff2'),
        url('../fonts/GothamPro-Bold.woff') format('woff'),
        url('../fonts/GothamPro-Bold.ttf') format('truetype'),
        url('../fonts/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Light.eot');
    src: url('../fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro-Light.woff2') format('woff2'),
        url('../fonts/GothamPro-Light.woff') format('woff'),
        url('../fonts/GothamPro-Light.ttf') format('truetype'),
        url('../fonts/GothamPro-Light.svg#GothamPro-Light') format('svg');
    font-weight: 200;
    font-style: normal;
}
* {
	font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,sans-serif;
	outline: none !important;
	resize: none;
	-webkit-appearance: none;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
*:active, *:hover, *:focus {
    outline: 0;
    outline-offset: 0;
}
body {
	font-weight: 400;
	color: #111;
	line-height: 26px;
	width: 100%;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
img {
	max-width: 100%;
}
img[src$=".gif"], img[src$=".png"] {
	image-rendering: -webkit-optimize-contrast;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
input, textarea {
	font-size: 16px;
	font-weight: 400;
	border-radius: 0px;
}
input[type=checkbox], input[type=radio] {
	min-height: 14px;
	min-width: 14px;
	border-radius: 100%;
	background: #eee;
	position: relative;
}
input[type=checkbox]:checked, input[type=radio]:checked {
}
input[readonly] {
	cursor: text;
	background-color: #fff;
}
.title_black {
	color: #4632DA;
	/*color: #232323;*/
	font-family: "Gotham Pro", Sans-serif;
	font-size: 60px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.1em;
	letter-spacing: -2px;
	text-align: center;
}
.title_blue_stock,
.title_blue {
	color: #4632DA;
	font-family: "Gotham Pro", Sans-serif;
	font-size: 40px;
	font-weight: 800;
	text-transform: none;
	line-height: 1.2em;
	position: relative;
	padding-bottom: 30px;
	text-align: center;
	display: block;
	text-transform: uppercase;
}
.title_blue:after {
	content: '';
	left: 50%;
	transform: translate(-50%, 0%);
	position: absolute;
	background: #4632DA;
	height: 3px;
	width: 70px;
	bottom: 0;
}
.title_purple {
	color: #4632DA;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2em;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    margin-bottom: 70px;
    text-align: center;
}
.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px;
}
.container_flex {
	display: flex;
}
.button_stock {
	font-family: "Gotham Pro", Sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 1em;
	letter-spacing: 0px;
	background-color: #FF223C;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 11%);
	padding: 20px 35px 20px 35px;
	display: inline-block;
	color: #fff;
	position: relative;
}
.button_purple {
	background-color: #803CFF;
}
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}
header .container {
	align-items: center;
	max-width: 1200px;
	height: 70px;
	transition: all .3s;
}
header .logo a {
	display: flex;
}
header .logo img {
	height: 40px;
}
header .logo .white {
	display: none;
}
header .menu {
	margin-left: auto;
}
header .menu > li {
	display: flex;
	align-items: center;
	height: 100%;
}
header.scroll {
	height: 60px;
}
header ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
}
header ul li {
	margin-right: 24px;
}
header ul li:last-child {
	margin-right: 0px;
}
#cart .text,
header ul li a {
	color: rgba(255,255,255,0.85);
	font-weight: bold;
   text-transform: uppercase;
   font-size: 13px;
   font-family: 'Montserrat', sans-serif;
   transition: all .3s;
}
#cart .text:hover,
header ul li a:hover {
	color: #803cff;
}
/*.modal_cart_close {
	position: absolute;
    right: -15px;
    top: -15px;
    background: #fff;
    color: #555;
    border-radius: 100%;
    height: 32px;
    width: 40px;
    font-size: 1.7rem;
    padding-bottom: 8px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.modal_cart_close:hover {
	cursor: pointer;
	background: #f7f7f7;
}
#modal_cart {
	position: fixed;
	left: -100%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0,0,0,0.45);
	z-index: 10;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
}
#modal_cart.active {
	left: 50%;
}
#modal_cart .content {
	width: fit-content;
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	padding-right: 0px;
	width: 700px;
	position: relative;
}
#modal_cart .content h3 {
    padding: 10px;
    border-radius: 4px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 400;
    position: relative;
    color: #3c763d;
    background-color: #dff0d8;
    display: none;
    margin-right: 15px;
}
#modal_cart .content h3.active {
	display: flex;
}
#modal_cart .content h3:before {
	content: '';
	position: relative;
	margin-right: 3px;
	-webkit-mask: url(/catalog/view/theme/default/icons/check.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/icons/check.svg) no-repeat center;
    background-color: #3c763d;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    height: 16px;
    width: 16px;
}
#modal_cart .content ul {
	height: initial;
}
#modal_cart .content .products {
	max-height: 397px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 15px;
}
#modal_cart .content .products li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
#modal_cart .content .products li .link_to_product {
	font-weight: 600;
    font-size: 18px;
    color: rgba(31,31,31,1);
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,sans-serif;
    text-transform: initial;
}
#modal_cart .content .products li .price {
	color: #803cff;
    font-family: "Gotham Pro", Sans-serif;
    letter-spacing: -1px;
    font-size: 24px;
    font-weight: 800;
}
#modal_cart .content .products li.total_block {
	padding-right: 0px;
	font-size: 1rem;
	padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    margin-left: auto;
    width: fit-content;
    display: flex;
    flex-direction: column;
}
#modal_cart .content .button_to_checkout {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	padding-right: 15px;
}
#modal_cart .content .button_to_checkout a {
	background-color: #18B298;
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #18B298;
    padding: 8px 0;
    text-transform: uppercase;
    min-width: 212px;
    text-align: center;
    font-weight: 700;
}
#modal_cart .content .remove {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	border: 2px solid #b5b5b5;
	background: transparent;
	position: relative;
	margin-left: 1px;
}
#modal_cart .content .remove:hover {
	cursor: pointer;
}
#modal_cart .content .remove:before {
	content: '\00D7';
    position: absolute;
    font-size: 18px;
    color: #b5b5b5;
    font-weight: 700;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    top: -1px;
    left: 2px;
}
#modal_cart .content .products li.text_empty {
	font-weight: 700;
	font-size: 1.2rem;
	padding: 20px 0px;
	justify-content: center;
	width: 100%;
}*/
.fixed_header,
.header_page header {
	background-color: #414042;
	transition: all .3s;
}
.grey_header {
	background-color: #414042;
}
.fixed_header .container {
	height: 60px;
}
.fixed_header .logo .white,
.header_page header .logo .white {
	display: flex;
}
.fixed_header .logo .blue,
.header_page header .logo .blue {
	display: none;
}
/*#cart {
	margin-right: 20px;
	padding-right: 10px;
	position: relative;
}
#cart:after {
	background: #ffffff5c;
	right: 0;
	position: absolute;
	top: 0;
	width: 1px;
	height: 25px;
	content: '';
}
#cart button {
	border: none;
	background: none;
	display: flex;
	align-items: center;
}
#cart button:hover {
	cursor: pointer;
}
#cart #cart-total {
	margin-left: 4px;
	font-family: 'Montserrat', sans-serif;
	color: #414042;
	background-color: #fff;
	width: 21px;
	height: 23px;
	border-radius: 50%;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	text-transform: uppercase;
}*/
.menu_drop span {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	top: 100%;
	display: flex;
	background: #fff;
	padding: 30px 17px;
}
.menu_drop span ul {
	width: 100%;
	min-width: 210px;
	flex-direction: column;
}
.menu_drop span ul:nth-of-type(2),
.menu_drop span ul:nth-of-type(3) {
	padding-left: 25px;
	border-left: 1px solid #eee;
}
.menu_drop span ul li {
	width: 100%;
	margin-right: 0px;
}
.menu_drop span ul li a {
	color: #444;
	font-weight: 400;
	white-space: nowrap;
}
.menu_drop span ul li.strong a {
	font-weight: 700;
}
.menu_drop.active span {
	opacity: 1;
	visibility: visible;
}
/*****SOCIAL*****/
/*.social li {
	display: flex;
	margin-right: 15px !important;
}
.social li a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.social li a:before {
	position: relative;
	content: '';
	height: 19px;
	width: 19px;
}
.social li a.instagram:before {
	-webkit-mask: url(/catalog/view/theme/default/icons/instagram-brands.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/icons/instagram-brands.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 15px;
    mask-size: 15px;
}
.social li a.youtube:before {
	-webkit-mask: url(/catalog/view/theme/default/icons/youtube-brands.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/icons/youtube-brands.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 18px;
    mask-size: 18px;
}
.social li a.facebook:before {
	-webkit-mask: url(/catalog/view/theme/default/icons/facebook-f-brands.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/icons/facebook-f-brands.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 10px;
    mask-size: 10px;
}
.social li a.linkedin:before {
	-webkit-mask: url(/catalog/view/theme/default/icons/linkedin-in-brands.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/icons/linkedin-in-brands.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 15px;
    mask-size: 15px;
}
.social li a.twitter:before {
	-webkit-mask: url(/catalog/view/theme/default/icons/twitter-brands.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/icons/twitter-brands.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 15px;
    mask-size: 15px;
}*/
/*#form-language {
	margin-left: 25px;
	display: flex;
    background: rgb(128 60 255 / 10%);
    border-radius: 15px;
}
#form-language button {
	display: flex;
    padding: 10px;
    border: none;
    background: transparent;
}
#form-language button:hover {
	cursor: pointer;
}
#form-language button.active {
	border-radius: 100%;
    background: rgb(128 60 255 / 10%);
}*/
/*****HOME*******/
.utp {
	height: 632px;
	overflow: hidden;
	background-color: #000000;
   background-image: url(../image/hushme2.jpg);
   background-position: top center;
   background-repeat: no-repeat;
   background-position-y: -35px;
   background-size: cover;
   position: relative;
   margin-bottom: 65px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
}
.utp:before {
	background-color: #000000;
   opacity: 0.1;
   transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   position: absolute;
   content: '';
}
.utp .text {
	text-align: center;
	position: relative;
	z-index: 1;
}
.utp .text h1 {
	color: #803CFF;
	font-family: "Somatic Rounded", Sans-serif;
	font-size: 80px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: 0px;
	padding: 0px 100px;
}
.utp_footer .button_stock,
.utp .button_stock {
	padding: 20px 70px 20px 70px;
   font-size: 22px;
	margin-top: 90px;
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -1px;
}
.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    height: 25px;
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);}
.wih .container {
	max-width: 1260px;
}
.wih_video {
	margin-left: 15px;
	margin-right: 15px;
}
.block_2345 {
	margin-bottom: 70px;
}
.block_2345 .item {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	position: relative;
	margin-top: 30px;
}
.block_2345 .item .photo {
	width: 100%;
	position: relative;
	display: flex;
}
.block_2345 .item .text {
	width: 50%;
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	padding: 50px;
	background: rgba(0,0,0,0.55);
	position: absolute;
    bottom: 50px;
    right: 50px;
}
.block_2345 .item_1 {
	margin-top: 0px;
}
lite-youtube {
	background-color: #000;
	position: relative;
	display: block;
	contain: content;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	max-width: 100%;
	margin-bottom: 100px;
}
lite-youtube::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
	background-position: top;
	background-repeat: repeat-x;
	height: 60px;
	padding-bottom: 50px;
	width: 100%;
	transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
lite-youtube::after {
	content: "";
	display: block;
	padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
	width: 68px;
	height: 48px;
	position: absolute;
	cursor: pointer;
	transform: translate3d(-50%, -50%, 0);
	top: 50%;
	left: 50%;
	z-index: 1;
	background-color: transparent;
	/* YT's actual play button svg */
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
	filter: grayscale(100%);
	transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
	border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
	filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
	cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
	opacity: 0;
	pointer-events: none;
}

.lyt-visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
.ap {
	background: #f7f7f7;
	padding-top: 79px;
	padding-bottom: 87px;
}
.ap .container_flex {
	align-items: center;
}
.ap_left {
	width: 100%;
	max-width: 408px;
	margin-right: 40px;
}
.ap_right {
	width: 100%;
}
.ap_left * {
	color: var( --e-global-color-text );
	font-family: "Gotham Pro", Sans-serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 1.2;
}
.ap_left p,
.ap_left li {
	margin-bottom: 20px;
}
.ap_left li {
	position: relative;
}
.ap_left li:before {
	position: relative;
	content: '✓';
	color: var( --e-global-color-text );
	font-size: 18px;
   font-weight: 700;
   margin-right: 7px;
}
.ap_left b {
	font-weight: 700;
}
.ap_left h2 {
	color: #4632DA;
	font-family: "Gotham Pro", Sans-serif;
	font-size: 42px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.2em;
	letter-spacing: 0px;
	margin-bottom: 20px;
}
.wh {
	padding-top: 73px;
	padding-bottom: 50px;
}
.wh .container {
	max-width: 1200px;
}
.wh_slider {
	position: relative;
   top: 50%;
   transform: translate(0%, -50%);
}
.wh_slider_bg {
	margin-top: 50px;
	position: relative;
	height: 400px;
	overflow: hidden;
}
.wh_slider .item .text {
	position: absolute;
}
.wh_arrow img {
	height: 22px;
	opacity: .7;
}
.wh_arrow:hover {
	cursor: pointer;
}
.wh_arrow_prev {
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translate(0%, -50%);
}
.wh_arrow_next {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translate(0%, -50%);
}
.wh_slider .slick-dots {
	position: absolute;
	bottom: 68px;
	margin-top: 0px;
	left: 50%;
   transform: translate(-50%, 0);
}
.sti {
	background: #F7F7F7;
	padding-bottom: 55px;
}
.sti .title_blue {
	padding-top: 73px;
	margin-bottom: 55px;
}
.sti_content {
	display: flex;
	align-items: center;
}
.sti_content_left p {
	color: #3D4459;
	font-family: "Gotham Pro", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
}
.sti_content_left,
.sti_content_right {
	width: 100%;
}
.sti_content_left {
	margin-right: 25px;
}
.sti_content_right_content {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sti_content_right_content .item {
	width: 100%;
}
.sti_content_right_content .item img {
	margin-left: auto;
	margin-right: auto;
	max-height: 126px;
	display: block;
}
.sti_content_right_content .item h3 {
	text-align: center;
	color: #414042;
   font-family: "Gotham Pro", Sans-serif;
   font-size: 20px;
   font-weight: 600;
   margin: 23px 0px;
}
.sti_content_right p {
	color: #3D4459;
	font-family: "Gotham Pro", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
	margin-top: 25px;
}
.ocs {
	padding-top: 73px;
	padding-bottom: 30px;
}
.ocs .title_black {
	padding-bottom: 40px;
}
.mah {
	background: #f7f7f7;
	padding-top: 73px;
	padding-bottom: 69px;
}
.mah .title_black {
	padding-bottom: 40px;
}
.slider_item_one .item {
	border: 1px solid #e1e8ed;
   border-radius: 5px;
   background: #fff;
   margin-right: 10px;
}
.slider_item_one .item .item_text {
	padding: 15px;
	padding-top: 6px;
	font-family: "Gotham Pro", Sans-serif;
   font-size: 19px;
   line-height: 30px;
   font-weight: var( --e-global-typography-text-font-weight );
   color: #7f7f7f;
}
.ocs_slider,
.mah_slider {
	padding-left: 10px;
}
.ocs_slider .item .item_text {
	min-height: 250px;
}
.mah_slider .item .item_text {
	min-height: 203px;
}
.slider_item_one .item .item_header {
	border-bottom: 1px solid #e1e8ed;
	padding: 15px;
	padding-bottom: 6px;
}
.slider_item_one .item .item_header,
.slider_item_one .item .item_header a {
	display: flex;
	align-items: center;
}
.slider_item_one .item .item_header .item_header_picture {
	height: 36px;
	width: 36px;
	overflow:  hidden;
	border-radius: 100%;
	margin-right: 10px;
}
.slider_item_one .item .item_header img {
	max-height: 36px;
	max-width: 36px;
}
.slider_item_one .item .item_header_content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.slider_item_one .item .item_header .item_h_t1 {
	color: #5a5fff;
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
   font-weight: var( --e-global-typography-primary-font-weight );
}
.slider_item_one .item .item_header .item_h_t2 {
	color: #697882;
	font-size: 12.5px;
	font-weight: 400;
	line-height: 1.5;
}
 .slick-dots {
 	display: flex;
 	align-items: center;
 	flex-wrap: wrap;
 	justify-content: center;
 	align-items: center;
 	margin-top: 26px;
}
.slick-dots li {
 	margin: 0px 6px;
}
.slick-dots li button {
 	height: 6px;
 	width: 6px;
 	border-radius: 100%;
 	background: #000;
   opacity: .2;
   transition: all .3s;
   font-size: 0px;
   border: none;
}
.slick-dots li.slick-active button {
	opacity: 1;
}
.slick-dots li:hover button {
	cursor: pointer;
}
.crowdfunded .title_black {
	padding: 70px 0px;
}
.crowdfunded .items {
	display: flex;
	align-items: center;
}
.crowdfunded .items li {
	margin-right: 25px;
	width: 33.33333333%;
}
.crowdfunded .items li:last-child {
	margin-right: 0px;
}
.crowdfunded .items li a {
	border: 1px solid #e8e8e8;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 272px;
}
.crowdfunded .items li a img {
	max-height: 186px;
	max-width: 194px;
	position: relative;
	transition: all 1s;
}
.crowdfunded .items li a:hover img {
	-webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
/*****OTHER_PAGE*/
.title_page {
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #623FFF;
    background-image: url(../image/title_page_bg.jpg); 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 80px;
}
.title_page:before {
	background-image: url(../image/title_page_bg_2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.15;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
}
.title_page h1 {
	color: #ffffff;
    font-family: "Gotham Pro", Sans-serif;
    font-size: 60px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1.2em;
    /*margin-top: 46px;*/
}
.title_page p {
	color: #ffffff;
	margin-top: 20px;
    font-family: "Gotham Pro", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.title_page .elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -1px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.elementor-shape-bottom2 svg {
    width: calc(260% + 1.3px);
    height: 120px;
    transform: translateX(-50%) rotateY(180deg);
    display: block;
    position: relative;
    left: 50%;
}
/*****CONTACT****/
.form_oc fieldset {
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 74px;
    border: none;
}
.form_oc .form-group {
	margin-bottom: 18px;
}
.form_oc input,
.form_oc textarea {
	background-color: #fafafa;
    border-radius: 5px;
    font-family: "Gotham Pro", Sans-serif;
    font-size: 15px;
    color: #3d4459;
    font-weight: var( --e-global-typography-text-font-weight );
    min-height: 47px;
    padding: 11px 16px;
    width: 100%;
    max-width: 456px;
    border: none;
}
#industry-rovider .form form input[type="submit"] {
	width: max-content;
    background: #803CFF url(../icons/arrow-right-solid.svg) no-repeat 83% 50%;
    padding: 6px 25px;
    padding-right: 45px;
    color: #ffffff;
    background-size: 17px;
    border-radius: 100px;
    min-height: 47px;
    font-size: 15px;
    border: none;
}
.form_oc .buttons {
	text-align: right;
}
#information-forpress .form_oc .form_block {
	margin-left: auto;
	margin-right: auto;
}
#information-forpress .form_oc .form_block p {
	color: rgba(50,50,50,1);
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 40px;
    display: block;
}
#information-forpress .form_oc input,
#information-forpress .form_oc textarea {
	max-width: 100%;
}
#information-contact #content .contact_page_links {
	display: flex;
	align-items: center;
	justify-content: center;
}
#information-information #content,
#information-information #content * {
	color: #232323;
    font-family: "Gotham Pro", Sans-serif;
    font-size: 1rem;
    line-height: 1.4em;
    font-weight: var( --e-global-typography-text-font-weight );
    margin-block-end: 1em;
}
#information-information #content b,
#information-information #content strong {
	font-weight: 700;
}
#information-information #content h2 {
	font-weight: 700;
	font-size: 1.4rem;
}
#information-information #content h3 {
	font-weight: 700;
	font-size: 1.2rem
}
#information-information #content ol,
#information-information #content ul {
	counter-reset: myCounter;
    padding-inline-start: 40px !important;
}
#information-information #content ol li,
#information-information #content ul li {
	list-style: none;
	position: relative;
	margin: 0px;
}
#information-information #content ul li:before,
#information-information #content ol li:before {
	counter-increment: myCounter;
  	content: counter(myCounter) ".";
  	display: inline-flex;
  	position: absolute;
  	left: -20px;
}
.contact_page_links img {
	margin-bottom: 25px;
	width: 114px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.contact_page_links p {
	color: #3d4459;
    font-family: "Gotham Pro", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 15px;
    text-align: center;
}
.contact_page_links p:last-child {
	margin-bottom: 0px;
}
#product-product {
	padding-top: 146px;
	max-width: 1200px;
}
.product_content {
	display: flex;
	flex-wrap: wrap;
	padding-top: 70px;
}
.product_left {
	width: calc(100% - 434px);
}
.product_right {
	width: 100%;
	max-width: 408px;
	margin-left: 26px;
}
.product_right h1 {
	color: #222;
    font-size: 40px;
    letter-spacing: -1px;
    margin: 0 0 15px;
    line-height: 38px;
    font-family: "Gotham Pro", Sans-serif;
    font-weight: 800;
}
.product_right .price {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 26px;
}
.product_right .price .stock {
	color: #803cff;
    font-family: "Gotham Pro", Sans-serif;
    letter-spacing: -1px;
    font-size: 36px;
    font-weight: 800;
}
.product_right .price .old {
	text-decoration: line-through;
	color: #666;
	font-size: 13px;
	position: relative;
	margin-left: 10px;
}
.product_right .description * {
	color: #232323;
    font-family: "Gotham Pro", Sans-serif;
    line-height: 1.2;
    list-style-type: disc;
}
.product_right .description ul {
    padding-inline-start: 40px;
}
.product_right .description p {
	margin-block-start: 1em;
    margin-block-end: 1em;
    font-size: 17px;
}
.product_right .description li {
	letter-spacing: 0.8px;
    line-height: 25px;
}
.color_product {
	margin: 38px 0px;
}
.product_left .thumbnails {
	display: flex;
	flex-wrap: wrap-reverse;
}
.product_left .thumbnails li:hover {
	cursor: pointer;
}
.product_left .thumb {
	width: calc(100% - 116px);
}
.product_left .thumbs {
	margin-right: 20px;
	width: 96px;
	overflow: hidden;
}
.number-spinner {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
.number-spinner button {
	height: 40px;
	width: 40px;
	border: 1px solid #eee;
	color: #aaa;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	font-size: 18px;
	font-family: Montserrat,sans-serif;
	transition: all .3s;
}
.number-spinner button:hover {
	cursor: pointer;
	background: #f7f7f7;
}
.number-spinner input {
	width: 50px;
	height: 40px;
    color: #222222;
    font-size: 18px;
	border: 1px solid #E1E1E1;
	text-align: center;
}
.product_right #button-cart {
	width: 100%;
	font-family: "Gotham Pro", Sans-serif;
    font-size: 16px;
    height: 40px;
    line-height: 1;
    padding: 0px;
    border: none;
    margin-bottom: 40px;
    background: #18B298;
}
.product_right #button-cart:hover {
	cursor: pointer;
}
.product_right .also {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.product_right .also p {
	width: 260px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.product_right .also p:after {
	position: absolute;
	right: 0;
	content: '';
	-webkit-mask: url(/catalog/view/theme/default/icons/chevron-right-solid.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/icons/chevron-right-solid.svg) no-repeat center;
    background-color: #000;
    -webkit-mask-size: 10px;
    mask-size: 10px;
    height: 16px;
    width: 16px;
    transform: rotate(90deg);
    transition: all .3s;
}
.product_right .also p.active:after {
	transform: rotate(-90deg);
}
.product_right .also p:hover {
	cursor: pointer;
}
.product_right .also ul {
	background: #fff;
    /*border: 1px solid rgba(0, 0, 0 , 0.2);*/
    /*box-shadow: 0px 2px 0px rgb(0 0 0 / 10%);*/
    border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	height: 0px;
	position: absolute;
	top: -100%;
}
.product_right .also ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.product_right .also ul li a img {
	max-height: 60px;
	max-width: 150px;
}
.product_right .also ul.active {
	opacity: 1;
	height: auto;
	visibility: visible;
	top: 120%;
}
.also_section h3 {
	margin-top: 80px;
	margin-bottom: 50px;
    color: #222;
    font-size: 24px;
    letter-spacing: -1px;
    text-align: center;
    font-weight: 800;
}
.also_section .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.also_section .items .item {
	width: 300px;
	height: 300px;
	margin-right: 45px;
	margin-bottom: 48px;
	position: relative;
	border-radius: 100%;
	background: #fff;
	overflow: hidden;
}
.also_section .items .item:nth-child(3n+3) {
	margin-right: 0px;
}
.also_section .items .item button .caption,
.also_section .items .item a .caption {
	position: absolute;
    background-color: rgba(0,0,0,0.9);
    transition: all .3s;
    opacity: 0;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.also_section .items .item button:hover .caption,
.also_section .items .item a:hover .caption {
	opacity: 1;
}
.also_section .items .item button,
.also_section .items .item a {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.also_section .items .item button .caption p,
.also_section .items .item a .caption p {
	font-family: Montserrat, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    line-height: 1.1rem;
    padding: 0px 15px;
    text-align: center;
}
.also_section .items .item button .caption .price *,
.also_section .items .item button .caption .price,
.also_section .items .item a .caption .price *,
.also_section .items .item a .caption .price {
	margin: 40px 0px;
	color: #803cff;
    font-family: "Gotham Pro", Sans-serif;
    letter-spacing: -1px;
    font-size: 24px;
    font-weight: 800;
}
.also_section .items .item button .caption .add_to_cart,
.also_section .items .item a .caption .add_to_cart {
	background: #fff;
	color: #222;
	font-size: 14px;
	font-weight: 700;
	height: 34px;
	line-height: 34px;
	padding: 0px 15px;
	border-radius: 4px;
}
.spm {
	margin-top: 80px;
}
.forpress_links,
.spm .items {
	display: flex;
	flex-wrap: wrap;
	margin-top: 47px;
	margin-bottom: 70px;
}
.forpress_links li,
.spm .items .item {
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
    transition: all 3s;
    width: calc(25% - 15px);
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    border-radius: 15px;
}
.forpress_links li {
	width: calc(20% - 16px);
}
.forpress_links li:last-child {
	margin-right: 0px;
}
.spm .items .item img {
	height: 70px;
}
.forpress_links li img {
	height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.forpress_links li p,
.spm .items .item p {
	margin-top: 44px;
	color: #3d4459;
    font-family: "Gotham Pro", Sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: capitalize;
}
.forpress_links li p {
	color: #4632da;
}
.spm .items .item:nth-of-type(4) {
	margin-right: 0px;
}
.uc {
	/*padding-top: 70px;
	padding-bottom: 10px;
	margin-top: 70px;*/
}
.uc {
	/*background: #f7f7f7;*/
}
.attr_block {
	margin-top: 40px;
	border-bottom: 1px solid #000000;
	display: none;
}
.attr_block.active {
	display: flex;
}
.attr_block_title {
	margin-right: 65px;
	color: #000;
    /*font-family: "Roboto", Sans-serif;*/
    font-weight: 600;
    font-size: 22px;
    width: 100%;
    max-width: 340px;
}
.attr_block_specs {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.attr_block_specs li {
	width: calc(50% - 35px);
	margin-bottom: 25px;
}
.attr_block_specs li:nth-child(even) {
	margin-left: 70px;
}
.attr_block_specs li p {
	display: block;
	font-family: "Gotham Pro", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #414042;
    margin-bottom: 5px;
}
.attr_block_specs li span {
	color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
    font-size: 15px;
}
.attr_learn_more {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.attr_learn_more p {
	font-family: "Gotham Pro", Sans-serif;
    font-weight: 600;
    color: #000000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.attr_learn_more p:after {
	position: relative;
	margin-left: 20px;
	content: '';
	-webkit-mask: url(/catalog/view/theme/default/icons/arrow-right-solid.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/icons/arrow-right-solid.svg) no-repeat center;
    background-color: #000000;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    height: 16px;
    width: 16px;
}
.attr_learn_more.active p:after {
	transform: rotate(-90deg);
}
.attr_learn_more p:hover {
	cursor: pointer;
}
.hhcw {
	margin: 70px 0px;
}
.hhcw p {
	color: #3D4459;
    font-family: "Gotham Pro", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
}
.fsaf {
	padding-top: 70px;
}
.fsaf .container {
	max-width: 1200px;
}
.witb {
	/*padding-top: 70px;*/
}
.witb .items {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.witb .items .item {
	width: 33.3333333333%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
.witb .items .item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.witb .items .item img {
	height: 120px;
}
.witb .items .item p {
	margin-top: 25px;
	color: #2A2A2A;
	/*font-family: "Gotham Pro", Sans-serif;*/
    font-weight: 600;
    /*text-transform: uppercase;*/
    /*font-size: 1.3rem;*/
}
.forpress_text_header {
	margin-top: 40px;
	text-align: center;
    color: #3D4459;
    font-family: "Gotham Pro", Sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2em;
}
.forpress_text_header p {
	margin-block-end: 1em;
}
#product-support .container {
	max-width: 900px;
}
.items_ps,
#information-video .videos {
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.items_ps .item,
#information-video .videos .item {
	width: calc(50% - 23px);
	margin-bottom: 40px;
}
.items_ps .item h4,
#information-video .videos .item p {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 23px;
	padding-bottom: 23px;
	color: #000;
    font-family: "Gotham Pro", Sans-serif;
    font-size: 1.1rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
}
.items_ps .item h4:after,
#information-video .videos .item p:after {
	width: 40px;
	height: 2px;
	background: #803cff;
	left: 0;
	bottom: 0;
	position: absolute;
	content: '';
}
.howto .items_ps .item h4:after,
.troubleshooting .items_ps .item h4:after {
	width: 80px;
}
.items_ps .item:nth-child(even),
#information-video .videos .item:nth-child(even) {
	margin-left: 45px;
}
#information-video .videos .item iframe {
	max-width: 100%;
}
.items_ps .item p,
.items_ps .item li {
	color: #7B7B7B;
    font-family: "Gotham Pro", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}
.troubleshooting {
	background: #f7f7f7;
	padding: 70px 0px;
}
.howto {
	padding-top: 70px;
}
.howto .items_ps,
.troubleshooting .items_ps {
	flex-direction: column;
}
.howto .items_ps .item,
.troubleshooting .items_ps .item {
	width: 100%;
	margin-left: 0px;
}
.fco .items {
	margin-top: 40px;
	display: flex;
}
.fco .items .item {
	width: 100%;
	padding: 80px;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
	border-radius: 15px;
	background: #fff;
	text-align: center;
}
.fco .items .item:nth-of-type(2) {
	margin-left: 36px;
}
.fco .items .item h4 {
	color: #3d4459;
    font-family: "Gotham Pro", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.2em;
    margin-bottom: 35px;
}
.fco .items .item p {
	text-align: left;
    font-family: "Gotham Pro", Sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    color: var( --e-global-color-text );
    margin-block-end: 1em;
}
.fco .items .item .icon img {
	height: 50px;
	margin-bottom: 50px;
}
.fco .container {
	max-width: 1200px;
}
#industry-rovider .form {
	padding: 80px;
	background: #f7f7f7;
	margin-top: 80px;
}
#industry-rovider .form .container {
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
	border-radius: 10px;
	padding: 80px 25px;
	max-width: calc(1200px - 50px);
	width: initial;
}
#industry-rovider .form form {
	display: flex;
	flex-wrap: wrap;
}
#industry-rovider .form form input[type="text"] {
	border-radius: 5px;
	background: #fafafa;
	font-family: "Gotham Pro", Sans-serif;
    font-size: 15px;
    color: #3d4459;
    font-weight: var( --e-global-typography-text-font-weight );
    min-height: 47px;
    padding: 6px 16px;
    width: calc(50% - 5px);
    margin-bottom: 24px;
    border: 1px solid #fafafa;
}
#industry-rovider .form form input[type="text"]:nth-child(even) {
	margin-left: 10px;
}
#industry-rovider .form form input[type="submit"] {
	margin-left: auto;
}
#industry-rovider .form form select {
	width: 100%;
	margin-bottom: 24px;
}
#industry-rovider .form form button {
	width: fit-content;
	margin-left: auto;
}
/*****FOOTER*****/
footer {
	background: #414042;
	margin-top: 60px;
}
footer ul li a,
footer .copyright {
	font-size: 12px;
   font-weight: bold;
   color: rgba(255,255,255,0.85);
}
footer .copyright {
	text-align: center;
}
footer ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
footer ul li {
	margin-right: 20px;
}
footer ul li:last-child {
	margin-right: 0px !important;
}
footer .container {
	max-width: 1160px;
	min-height: 57px;
	align-items: center;
	justify-content: center;
}
footer .social {
	margin-left: auto;
}
/*#up_button,*/
/*#cart_button {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 8;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 44px;
	font-size: 22px;
	font-weight: 700;
	background: #803cff;
	border: 2px solid #803cff;
	color: #fff;
	cursor: pointer;
	border-radius: 100%;
	display: none;
	align-items: center;
	justify-content: center;
}
#cart_button {
	right: 100px;
	background: #18B298;
	border: 2px solid #18B298;
}*/
/*#up_button.active,*/
/*#cart_button.active {
	display: flex;
}
#cart_button:before {
	position: relative;
	content: '';
	-webkit-mask: url(/catalog/view/theme/default/icons/basket.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/icons/basket.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 22px;
    mask-size: 22px;
    height: 42px;
    width: 42px;
}*/
.footer_pays {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.footer_pays img {
	max-width: 40px;
	max-height: 22px;
	margin-right: 15px;
}
.footer_pays img:last-child {
	margin-right: 0px;
}
.crowdfunded .title_black {
	padding: 70px 0px;
}
.inst {
	padding-top: 70px;
	margin-top: 70px;
	border-top: 1px solid #ddd;
}
.inst h2 {
	padding-bottom: 50px;
}
/*#instafeed {
	display: flex;
	flex-wrap: wrap;
}
#instafeed a {
	width: calc(25% - 19px);
	display: flex;
	margin-right: 25px;
	margin-top: 20px;
}
#instafeed img {
	height: max-content;
}
#instafeed a:nth-child(4n+4) {
	margin-right: 0px;
}*/
.utp_footer {
	height: 632px;
	background-image: url(../image/bg_bottom.jpg);
    background-position: center;
    background-repeat: no-repeat;
    /*background-position-y: -35px;*/
    background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
}
.utp_footer .button_stock {
	margin-top: 0px;
}
.footer_home footer {
	margin-top: 0px;
}
.footer_1 {
	display: flex;
	align-items: center;
	position: relative;
}
.footer_1 .social {
	position: absolute;
	right: 0;
}
@media (max-width: 1024px) {
	.block_2345 .item .text {
		font-size: .97rem;
		line-height: 1.3;
		padding: 25px;
		width: 70%;
		bottom: 0;
		right: 0;
	}
	/*#modal_cart .content .products {
		height: initial;
		max-height: initial;
		overflow-y: initial;
	}
	#modal_cart .content {
		width: 80%;
	}
	#modal_cart .content .products li {
		margin-bottom: 25px;
	}
	#modal_cart .content .products li:last-child {
		margin-bottom: 0px;
	}
	#modal_cart .content .products li a img {
		max-height: 40px;
	}
	#modal_cart .content .products li .link_to_product {
		font-size: 16px;
		max-width: 100px;
	}
	#modal_cart .content .products li .price {
		font-size: 18px;
	}
	header .container {
		padding: 0px 20px;
		width: initial;
	}
	header .social {
		margin-left: auto;
	}
	.menu_mob_link {
		margin-left: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		height: 14px;
		width: 18px;
	}
	.menu_mob_link span {
		width: 18px;
		height: 2px;
		background: #fff;
		position: absolute;
	}
	.menu_mob_link span:nth-of-type(1) {
		top: 0;
	}
	.menu_mob_link span:nth-of-type(2) {
		top: 50%;
		transform: translate(0%, -50%);
	}
	.menu_mob_link span:nth-of-type(3) {
		bottom: 0;
	}
	header .menu {
		display: none;
		position: absolute;
	    top: 0;
	    left: 0;
	    flex-direction: column;
	    background: #000;
	    width: 100%;
	    min-height: 500px;
	    justify-content: space-between;
	    padding: 25px 0px;
	    transition: all .3s;
	}
	header .menu.active {
		display: flex;
		top: 70px;
	}
	header .menu.fixed_header.active {
		top: 60px;
	}
	header .menu > li {
		height: initial;
		flex-direction: column;
		margin-right: 0px;
	}
	.menu_drop span {
		opacity: 1;
		position: relative;
		visibility: visible;
		left: initial;
		top: initial;
		transform: initial;
		padding: 0px;
		flex-direction: column;
		background: transparent;
	}
	.menu_drop span ul {
		height: initial;
		text-align: center;
	}
	.menu_drop span ul:nth-of-type(2),
	.menu_drop span ul:nth-of-type(3) {
		padding-left: 0px;
		border-left: none;
	}
	.menu_drop span ul li a {
		color: rgba(102,102,102,1);
		font-size: 11px;
	}
	.menu_drop span ul li.strong a {
		font-size: 13px;
	}
	#cart {
		margin-right: 0px;
		margin-top: 20px;
		padding-right: 0px;
	}
	#cart:after {
		display: none;
	}*/
	.utp {
		height: 417px;
	}
	.utp .text h1 {
		font-size: 44px;
		letter-spacing: -2px;
		padding: 0px 25px;
	}
	.ap .container_flex {
		width: initial;
		padding: 0px 20px;
	}
	.title_blue_stock, .title_blue, .ap_left h2 {
		font-size: 35px;
	}
	.title_black {
		font-size: 45px;
	}
	.also_section .items,
	.spm .items,
	.hhcw p,
	.attr_block,
	.witb .items {
		padding: 0px 20px;
	}
	.
	footer .container {
		width: initial;
		padding: 0px 20px;
	}
	#information-contact #content {
		flex-direction: column-reverse;
	}
	.form_oc {
		margin-top: 70px;
	}
	.form_oc input, .form_oc textarea {
		max-width: initial;
	}
	#information-information #content {
		padding-left: 40px;
		padding-right: 40px;
	}
	#product-support .container,
	#information-forpress #content {
		padding-left: 20px;
		padding-right: 20px;
		width: initial;
	}
	.fco .items .item {
		padding: 40px 20px;
		width: calc(100% - 40px);
	}
	.footer_1 .social {
		margin-right: 15px;
	}
}
@media (max-width: 769px) {
	.footer_1 .social {
		margin-right: initial;
		margin-left: initial;
		position: relative;
	}
	#instafeed {
		padding: 0px 15px;
	}
	#instafeed a:nth-child(2n+2) {
		margin-right: 0px;
	}
	#instafeed a {
		width: calc(50% - 19px);
	}
	.utp {
		background-position-y: 0px;
	}
	header .social {
		display: none;
	}
	/*#form-language {
		margin-left: auto;
	}*/
	.utp .text h1 {
		font-size: 34px;
		letter-spacing: -1px;
		padding: 0px 25px;
	}
	.title_blue_stock, .title_blue {
		font-size: 28px;
	}
	.ap .container_flex {
		flex-direction: column-reverse;
	}
	.ap_left h2 {
		font-size: 28px;
	}
	.ap_left {
		margin-right: 0px;
		text-align: center;
		margin-top: 20px;
		padding: 0px 20px;
		width: initial;
	}
	.sti_content,
	.sti_content_right_content {
		flex-direction: column;
	}
	.sti_content_left {
		width: initial;
		margin-right: 0px;
		margin-bottom: 20px;
		padding: 0px 20px;
	}
	.sti_content_right p {
		padding: 0px 20px;
	}
	.title_black {
		font-size: 28px;
	}
	.crowdfunded .items {
		flex-direction: column;
	}
	.crowdfunded .items li {
		margin-right: 0px;
		margin-bottom: 25px;
		width: 100%;
	}
	.crowdfunded .items li:last-child {
		margin-bottom: 0px;
	}
	.crowdfunded .items li a {
		height: initial;
		padding: 25px 0px;
	}
	.ocs_slider .item .item_text {
		min-height: 228px;
	}
	.form_oc fieldset {
		padding: 50px 25px;
	}
	.title_page {
		min-height: 225px;
		margin-bottom: 30px;
	}
	.elementor-shape-bottom2 svg {
		height: 50px;
	}
	.title_page h1 {
		font-size: 30px;
	}
	.title_page p {
		font-size: 17px;
	}
	#information-information #content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.forpress_links {
		flex-direction: column;
	}
	.forpress_links li {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.forpress_links li:last-child {
		margin-bottom: 0px;
	}
	.product_content {
		flex-direction: column;
	}
	#product-product {
		padding-top: 70px;
	}
	.product_left {
		width: 100%;
	}
	.product_right {
		margin-left: 0px;
		max-width: initial;
		padding: 0px 20px;
		margin-top: 40px;
		width: initial;
	}
	/*.also_section .items .item {
		width: calc(50% - 23px);
	}
	.also_section .items .item:nth-child(even) {
		margin-right: 0px;
	}*/
	.spm {
		margin-top: 25px;
	}
	.spm .items .item p {
		text-align: center;
	}
	.attr_block_title {
		max-width: 200px;
	}
	footer .container {
		flex-direction: column;
		padding: 20px;
	}
	footer .footer_pays {
		flex-direction: row;
	}
	footer .copyright {
		margin-right: 0px;
	}
	footer .menu_links {
		justify-content: center;
		margin: 20px 0px;
		flex-direction: column;
	}
	footer .social {
		margin-right: auto;
	}
	footer ul li {
		margin-right: 0px;
	}
}
@media (max-width: 767px) {
	.spm .items .item {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.spm .items .item:last-child {
		margin-bottom: 0px;
	}
	.attr_block_title {
		max-width: initial;
		margin-bottom: 35px;
	}
	.witb .items .item {
		width: 100%;
	}
	.attr_block {
		flex-direction: column;
	}
	.attr_block_specs li p {
		font-size: 1.12rem;
	}
	.attr_block_specs li span {
		font-size: 1rem;
	}
	.fco .items .item:nth-of-type(2) {
		margin-left: 0px;
		margin-top: 20px;
	}
	.fco .items {
		padding: 0px 20px;
		flex-direction: column;
		margin-top: 0px;
	}
	.fco .items .item h4 {
		font-size: 18px;
	}
	.items_ps .item:nth-child(even), #information-video .videos .item:nth-child(even) {
		margin-left: 0px;
		margin-top: 20px;
	}
	.items_ps, #information-video .videos {
		flex-direction: column;
		align-items: center;
		padding: 0px 20px;
	}
	.items_ps .item, #information-video .videos .item {
		width: 100%;
	}
	#industry-rovider .form {
		padding: 20px;
	}
	#industry-rovider .form form {
		flex-direction: column;
	}
	#industry-rovider .form form input[type="text"] {
		width: 100%;
	}
	#industry-rovider .form form input[type="text"]:nth-child(even) {
		margin-left: 0px;
	}
}
@media (max-width: 376px) {
	#modal_cart .content h3 {
		font-size: .8rem;
	}
	#modal_cart .content .products li .link_to_product {
		font-size: 14px;
	}
	#modal_cart .content .products li .price {
		font-size: 15px;
	}
}
.button_off {
	background: #555 !important;
	pointer-events: none;
}