html {
	overflow-x: hidden;
	max-width: 100%;
	}
* {
	font-family: 'Gotham Pro', Arial, 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;
	line-height: normal;
	letter-spacing: .2px;
}
body {
	padding-top: 110px;
	
}
.link_to_menu {
	border-radius: 100%;
	background: #000;
	width: 120px;
	height: 120px;
	left: -60px;
	top: -100%;
	position: fixed;
	z-index: 1;
	transition: all .5s;
}
.link_to_menu:hover {
	cursor: pointer;
	left: -60px;
	top: -50px;
}
.link_to_menu.active {
	top: -60px;
}
.link_to_menu:after {
	content: '';
    position: absolute;
    right: 18px;
    bottom: 18px;
    margin-right: 3px;
    -webkit-mask: url(/catalog/view/theme/default/image/new/icons/menu.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/icons/menu.svg) no-repeat center;
    background-color: #D0D0D0;
    -webkit-mask-size: 34px;
    mask-size: 34px;
    height: 34px;
    width: 34px;
}
.n_mob_menu,
.n_mob_menu_link {
	display: none;
}
.n_container {
	max-width: 1480px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.n_top {
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	transition: all .5s;
}
.n_top.off {
	top: -110px;
}
.n_top .n_container {
	display: flex;
	align-items: center;
	height: 70px;
}
.n_top .n_logo img {
	height: 40px;
}
.n_top .n_menu {
	margin-left: auto;
	display: flex;
	align-items: center;
	margin-right: 55px;
	height: 100%;
}
.n_top .n_menu > li {
	height: 100%;
	position: relative;
}
.n_top .n_menu li,
.n_top .n_menu li a {
	display: flex;
	align-items: center;
}
.n_top .n_menu li {
	margin-right: 33px;
}
.n_top .n_menu li:last-child {
	margin-right: 0px;
}
.n_top .n_menu li a {
	line-height: 1.2;
	font-size: 16px;
	color: #D0D0D0;
	border-bottom: 1px solid #6d6d6d;
}
/**Podmenu***/
	.n_top .n_menu .n_menu_dropdown > ul {
		position: absolute;
		left: 50%;
		top: 120%;
		transform: translate(-50%, 0%);
		display: flex;
		align-items: flex-start;
		background: #000;
		padding: 35px;
		visibility: hidden;
		transition: all .25s;
		opacity: 0;
		border-radius: 0px 0px 30px 30px;
	}
	.n_top .n_menu .n_menu_dropdown.active > ul {
		top: 100%;
		opacity: 1;
		visibility: visible;
	}
	.n_top .n_menu .n_menu_dropdown > ul > span {
		margin-right: 35px;
		min-width: 200px;
	}
	.n_top .n_menu .n_menu_dropdown > ul > span:last-child {
		margin-right: 0px;
	}
	.n_top .n_menu .n_menu_dropdown > ul > span ul li {
		margin-bottom: 8px;
	}
	.n_top .n_menu .n_menu_dropdown > ul > span ul li:last-child {
		margin-bottom: 0px;
	}
	.n_menu .n_menu_dropdown > ul > span ul li.disable a {
		pointer-events: none;
		opacity: .3;
	}
	.n_top .n_menu .n_menu_dropdown > ul > span ul li a {
		font-size: 14px;
		border-bottom: 0px;
	}
.n_top .n_cart {
	margin-right: 55px;
}
.n_top .n_cart button {
	height: 22px;
	width: 22px;
	display: flex;
	align-content: center;
	position: relative;
	border: none;
	background: transparent;
}
.n_top .n_cart button:hover {
	cursor: pointer;
}
.n_top .n_cart button:before {
	content: '';
	position: absolute;
	margin-right: 3px;
	-webkit-mask: url(/catalog/view/theme/default/image/new/icons/shopping-cart_icon-icons.com_69303.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/icons/shopping-cart_icon-icons.com_69303.svg) no-repeat center;
    background-color: #D0D0D0;
    -webkit-mask-size: 22px;
    mask-size: 22px;
    height: 22px;
    width: 22px;
}
.n_top .n_cart span#cart-total {
	color: #fff;
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    right: -8px;
    top: -4px;
    height: 14px;
    background: #000;
    width: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #acacac;
    display: none;
}
.n_top .n_cart span#cart-total.active {
	display: flex;
}
/*****MODAL_CART*****/
#modal_cart h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
	font-size: 30px;
}
.modal_cart_close {
    margin-left: auto;
    font-size: 37px;
    font-weight: 300;
    line-height: 1;
    height: 33px;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.modal_cart_close:hover {
	cursor: pointer;
    background: #f7f7f7;
    border-radius: 100%;
}
#modal_cart {
	position: fixed;
	right: -100%;
	top: 0%;
	background: rgba(0,0,0,0.45);
	z-index: 10;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	transition: all .3s;
	z-index: 999992;
}
#modal_cart.active {
	right: 0;
}
#modal_cart .content {
	width: fit-content;
	background: #fff;
	width: 500px;
    height: 100%;
    position: relative;
	display: flex;
	flex-direction: column;
	border: 1px solid #fff
}
#modal_cart .content h2 {
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 35px;
	margin-right: 35px;
}
#modal_cart .n_pays {
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 50px;
	margin-left: 35px;
	margin-right: 35px;
}
/*#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 {
	height: 100%;
	max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    /*margin-right: 10px;*/
    /*padding-bottom: 55px;*/
}
#modal_cart .content .products .product {
	display: flex;
	align-items: center;
	position: relative;
	background: #FFFFFF;
	box-shadow: 12px 24px 36px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	margin-bottom: 15px;
	margin-left: 35px;
	margin-right: 35px;
	padding: 25px 15px;
}
.active_link > a {
	border-bottom: 1px solid #d1d1d1 !important;
}
.mCSB_inside>.mCSB_container {
	margin-right: 0px !important;
}
#modal_cart .content .products .product:last-child {
	margin-bottom: 55px;
}
#modal_cart .content .products .product .product_left {
	max-width: 100px;
	width: 100%;
}
#modal_cart .content .products .product .product_left a,
#modal_cart .content .products .product .product_left img {
	display: flex;
}
#modal_cart .content .products .product .product_right {
	width: 100%;
	padding-bottom: 0px;
}
#modal_cart .content .products .product .product_right > a {
	display: flex;
	align-items: center;
	color: #000;
	font-size: 17px;
	font-weight: 700;
}
#modal_cart .content .products .product .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 .product .span_product_bottom {
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	width: 100%;
	margin-top: 20px;
}
#modal_cart .content .products .product .span_product_bottom .quantity,
#modal_cart .content .products .product .span_product_bottom .price {
	line-height: 1;
}
#modal_cart .content .products .product .span_product_bottom .quantity {
	margin-left: 20px;
}
#modal_cart .content .products .product .price {
	color: #000;
	margin-bottom: 0px;
    font-size: 15px;
    margin-left: 0px;
}
#modal_cart .content li.total_block {
	padding-top: 30px;
    margin-bottom: 30px;
    margin-left: 35px;
	margin-right: 35px;
    display: flex;
    flex-direction: column;
    margin-top: auto;
}
#modal_cart .content li.total_block u {
	text-decoration: none;
}
#modal_cart .content li.total_block span {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-size: 18px;
    font-weight: 700;
}
#modal_cart .content li.total_block span:nth-of-type(1) {
	display: none;
}
#modal_cart .content .button_to_checkout {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 35px;
	margin-right: 35px;
}
#modal_cart .content .button_to_checkout a {
	background-color: #18B298;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #18B298;
    padding: 14px 0;
    text-align: center;
    width: 100%;
}
#modal_cart .content .button_to_checkout a.disabled {
	background: #000;
	cursor: initial;
	pointer-events: none;
	border-color: #000;
}
#modal_cart .content .modal_delete_link {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 5px;
	top: -2px;
	height: 20px;
    width: 20px;
}
#modal_cart .content .modal_delete_link:hover {
	cursor: pointer;
}
#modal_cart .content .modal_delete_link:after {
	position: absolute;
	content: '';
	-webkit-mask: url(/catalog/view/theme/default/image/new/icons/circles_cart.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/icons/circles_cart.svg) no-repeat center;
    background-color: #000;
    -webkit-mask-size: 12px;
    mask-size: 12px;
    height: 8px;
    width: 12px;
}
#modal_cart .content .modal_delete {
	position: absolute;
	right: 10px;
	top: 30px;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
}
#modal_cart .content .modal_delete.active {
	visibility: visible;
	top: 20px;
	opacity: 1;
}
#modal_cart .content .remove {
	display: flex;
    align-items: center;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    position: relative;
    background: #fff;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
    padding: 3px 10px;
    padding-left: 25px;
}
#modal_cart .content .remove:before {
	height: 21px;
	left: 5px;
	width: 19px;
	content: '';
	position: absolute;
    background: url(/catalog/view/theme/default/image/new/remove_button.svg) no-repeat center;
    background-size: 12px;
    transition: all .2s;
}
#modal_cart .content .remove:hover:before {
    background: url(/catalog/view/theme/default/image/new/remove_button_hover.svg) no-repeat center;
    background-size: 12px;
}
#modal_cart .content .remove:hover {
	cursor: pointer;
}
#modal_cart .content .products li.text_empty {
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 35px;
	margin-right: 35px;
}
/******/
.n_header {
	/*background: #D4E9E2 url('/catalog/view/theme/default/image/new/banner_winter_bg.png') no-repeat 50% 50%;*/
	background: #000 url('/catalog/view/theme/default/image/new/header_bg.jpg') no-repeat 50% 50%;
	background-size: cover;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}
.n_header .n_container {
	min-height: calc(100vh - 132px);
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	position: relative;
}
.n_header h1,
.n_last_buy p {
	font-size: 48px;
	font-weight: 400;
	color: #fff;
}
.n_last_buy p {
	font-weight: 700;
	font-size: 40px;
}
.n_header p,
.n_last_buy span i {
	margin-top: 10px;
	font-weight: 700;
	font-size: 76px;
	text-transform: uppercase;
}
.n_last_buy span {
	margin-top: 25px;
}
.n_last_buy span i {
	text-transform: initial;
	margin-top: 0px;
	font-weight: 400;
	font-size: 60px;
	color: #fff;
}
.n_header .buy_button,
.n_last_buy a {
	margin-top: 60px;
	width: 280px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FF223C;
	color: #fff;
	border-radius: 100px;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .5s;
}
.n_last_buy a {
	margin-top: 30px;
}
.n_header .buy_button:hover,
.n_last_buy a:hover {
	background: #fff;
	color: #5A5FFF;
}
.n_change_language {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 33px;
	color: #D0D0D0;
	height: 20px;
}
.n_change_language:before {
	left: 0;
	content: '';
	position: absolute;
	margin-right: 3px;
	-webkit-mask: url(/catalog/view/theme/default/image/new/icons/n_language.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/icons/n_language.svg) no-repeat center;
    background-color: #D0D0D0;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    height: 20px;
    width: 20px;
}
#form-language {
	position: relative;
}
.n_change_language:hover,
.n_change_language_modal button:hover {
	cursor: pointer;
}
.n_change_language_modal {
	display: flex;
    flex-direction: column;
    position: absolute;
    top: 65px;
    visibility: hidden;
    transition: all .5s;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 15px 25px;
    border-radius: 0px 0px 8px 8px;
    background: #000;
    opacity: 0;
}
.n_change_language_modal.active {
    top: 45px;
    visibility: visible;
    opacity: 1;
}
.n_change_language_modal button {
	background: transparent;
	color: #fff;
	border-radius: 4px;
	padding: 7px 15px;
	border: none;
	text-decoration: underline;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 7px;
}
/*.n_change_language_modal button:last-child {
	margin-bottom: 0px;
				pointer-events: none;
			    opacity: .3;
}*/
.n_change_language_modal button.active {
	background: #fff;
	color: #000;
	text-decoration: none;
}
.n_utp_link_to {
	height: 13px;
	width: 64px;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translate(-50%, 0%);
	transition: all .5s;
}
.n_utp_link_to:before {
	position: absolute;
	content: '';
	-webkit-mask: url(/catalog/view/theme/default/image/new/icons/n_utp_link_to.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/icons/n_utp_link_to.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 42px;
    mask-size: 42px;
    height: 12px;
    width: 64px;
}
.n_utp_link_to:hover {
	cursor: pointer;
	bottom: 25px;
}
.n_utp ul {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
}
.n_utp ul li {
	color: #bbb;
	font-size: 14px;
	border-bottom: 1px solid #444;
	margin-bottom: 7px;
	display: inline-flex;
	width: fit-content;
}
.n_utp ul li:last-child {
	margin-bottom: 0px;
}
.n_utp ul li:hover {
	cursor: pointer;
}
.n_utp ul li a {
	color: #bbb;
}
.n_block_2 {
	display: flex;
	justify-content: center;
	position: relative;
	background: url('/catalog/view/theme/default/image/new/n_block_2.jpg') no-repeat 50% 50%;
	min-height: 800px;
}
.n_block_2 p {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0%);
	padding: 100px 0px;
	color: #fff;
	font-weight: 700;
	font-size: 40px;
    width: 100%;
    text-align: center;
    background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.n_block_2 p span {
	/*margin-left: 15px;*/
	background: #5A5FFF;
    padding: 8px 20px;
    border-radius: 17px;
    display: inline-flex;
}
.n_block_3 {
	margin: 135px 0px;
}
.n_block_3 .n_container {
	max-width: 824px;
}
.n_block_3 .n_item {
	margin-bottom: 50px;
	background: #333;
	border-radius: 36px;
	display: flex;
	align-items: center;
	padding: 30px;
	position: relative;
}
.n_block_3 .n_item:last-child {
	margin-bottom: 0px;
}
.n_block_3 .n_item .n_item_right {
	margin-left: 26px;
	color: #fff;
}
.n_block_3 .n_item .n_item_right p {
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 15px;
}
.n_block_3 .n_item .n_item_right span {
	font-size: 20px;
	line-height: 28px;
}
.n_block_3 .n_item .n_item_time {
	position: absolute;
	right: 25px;
	top: 15px;
	color: #fff;
	font-size: 14px;
}
.n_block_3_text {
	margin-top: 50px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	color: #414042;
	height: 459px;
	box-shadow: 12px 24px 36px rgba(0, 0, 0, 0.05);
	border-radius: 294px;
}
.n_block_3_text span {
	background: rgb(90,95,255);
	background: linear-gradient(124deg, rgba(90,95,255,1) 0%, rgba(128,60,255,1) 100%);
	padding: 0px 55px;
	color: #fff;
	border-radius: 17px;
}
.n_block_4 .n_container {
	max-width: 1730px;
}
.n_block_4_title {
    font-weight: 700;
    font-size: 56px;
    color: red;
    text-align: center;
    margin-bottom: 40px;
}
.n_block_4 .n_item {
	position: relative;
	margin-bottom: 60px;
}
.n_block_4 .n_item:last-child {
	margin-bottom: 0px;
}
.n_block_4 .n_item .n_text {
	position: absolute;
	right: 105px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	color: #fff;
	top: 50%;
    transform: translate(0%, -50%);
}
.n_block_4 .n_item .n_text p {
	font-size: 32px;
	background: #5A5FFF;
	padding: 10px 25px;
	border-radius: 17px;
	margin-bottom: 10px;
	font-weight: 700;
}
.n_block_4 .n_item span {
	font-size: 27px;
	text-align: right;
}
.n_block_4 .n_item_small img,
.n_block_4 .n_item img {
	border-radius: 40px;
}
.n_block_4 .n_item_small .n_item_small_block {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.n_block_4 .n_item_small {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	position: relative;
	margin-bottom: 25px;
	text-align: center;
}
.n_block_4 .n_item_small .n_text {
	position: relative;
	font-size: 30px;
    background: #ff4e63;
    padding: 10px 25px;
    border-radius: 17px;
    font-weight: 700;
}
.n_block_4 .n_item_small .n_text,
.n_block_4 .n_item_small .n_text_small {
	color: #fff;
}
.n_block_4 .n_item_small .n_text_small {
	margin-top: 20px;
}
.n_block_4 .n_item_small .n_text_small ul li {
	font-size: 23px;
	margin-bottom: 6px;
}
.n_block_4 .n_item_small .n_text_small ul li:last-child {
	margin-bottom: 0px;
}
.n_item_small_margin_bottom {
	margin-bottom: 60px !important;
}
.n_block_5 {
	margin: 135px 0px 50px;
}
.n_block_5 {
	background: url(/catalog/view/theme/default/image/new/n_block_5_bg.png) no-repeat center;
	background-size: 1100px;
}
.n_block_5 .n_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.n_block_5 .n_item:nth-of-type(1) {
	margin-bottom: 180px;
}
.n_block_5 .n_item p {
	font-size: 38px;
    font-weight: 400;
    line-height: 48px;
}
.n_block_5 .n_item p span {
	font-size: 30px;
	background: #5A5FFF;
	padding: 10px 25px;
	border-radius: 17px;
	color: #fff;
}
.n_block_6 {
	margin-left: 30px;
	margin-right: 30px;
	box-shadow: 12px 24px 36px rgba(0, 0, 0, 0.05);
	border-radius: 150px;
	padding: 0px 80px;
}
.n_block_6 .n_items {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 200px;
}
.n_block_6 .n_container {
}
.n_block_6 .n_item {
	display: flex;
	align-items: center;
}
.n_block_6 .n_item img {
	max-width: 100px;
	max-height: 84px;
}
.n_block_6 .n_item p {
	margin-left: 30px;
	color: #7B7FFF;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
}
.n_block_7,
.n_block_8,
.n_block_9 {
	box-shadow: 12px 24px 36px rgba(0, 0, 0, 0.05);
	border-radius: 40px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 0px;
}
.n_block_7 .n_container,
.n_block_8 .n_container {
	position: relative;
}
.n_block_7 .n_title,
.n_block_8 .n_title,
.n_block_9 .n_title {
	font-size: 42px;
	color: #414042;
	margin-bottom: 30px;
}
.n_block_7 .n_slider-nav .n_item img {
	max-width: 250px;
	max-height: 200px;
	opacity: .5;
	transition: all .5s;
}
.n_block_7 .n_slider-nav .n_item span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	margin-bottom: 25px;
}
.n_block_7 .n_slider-nav .n_item span:hover {
	cursor: pointer;
}
.n_block_7 .n_slider-nav .slick-current img {
	opacity: 1;
}
.n_arrow_slider_next {
	border-radius: 100%;
    border: 2px solid #414042;
    height: 48px;
    width: 48px;
    position: absolute;
    bottom: -24px;
    right: 35px;
    transition: all .5s;
}
.n_arrow_slider_next:hover {
	cursor: pointer;
	background: #f9f9f9;
}
.n_arrow_slider_next:before {
	position: absolute;
	content: '';
	-webkit-mask: url(/catalog/view/theme/default/image/new/icons/arrow_slider.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/icons/arrow_slider.svg) no-repeat center;
    background-color: #414042;
    -webkit-mask-size: 7px;
    mask-size: 7px;
    height: 48px;
    width: 48px;
}
.n_block_8 .n_block_8_slider .n_item_header {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.n_block_8 .n_block_8_slider .n_item_header img{
	width: 256px;
}
.n_block_8 .n_block_8_slider .n_item_header_info {
	margin-left: 55px;
}
.n_block_8 .n_block_8_slider .n_item_header_info p {
	font-size: 36px;
	color: #414042;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
}
.n_block_8 .n_block_8_slider .n_item_header_info span {
	font-size: 26px;
	color: #414042;
}
.n_block_8 .n_block_8_slider .n_item_text,
.n_slider-for .n_item p {
	font-size: 22px;
	color: #414042;
	max-width: 90%;
}
.n_rating {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.n_rating .n_rating_icon {
	height: 16px;
	width: 16px;
	margin-right: 5px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.n_rating .n_rating_icon:last-child {
	margin-right: 0px;
}
.n_rating .n_rating_icon:before {
	position: absolute;
	content: '';
	-webkit-mask: url(/catalog/view/theme/default/image/new/icons/star.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/icons/star.svg) no-repeat center;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    height: 16px;
    width: 16px;
}
.n_rating .n_rating_icon.yellow:before {
    background-color: #FFEE6F;
}
.n_rating .n_rating_icon.grey:before {
    background-color: #eaeaea;
}
.n_block_9 .n_items {
	display: flex;
	align-items: center;
}
.n_block_9 .n_items li {
	margin-right: 25px;
	width: 33.33333333%;
}
.n_block_9 .n_items li:last-child {
	margin-right: 0px;
}
.n_block_9 .n_items li a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.n_block_9 .n_items li a img {
	max-height: 200px;
	max-width: 210px;
	position: relative;
	transition: all 1s;
}
.n_block_9 .n_items li a:hover img {
	-webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.n_last_buy {
	height: 395px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url(/catalog/view/theme/default/image/new/n_last_buy.jpg) no-repeat center;
	background-size: cover;
}
.n_inst {
	margin: 135px 0px;
}
.n_inst .n_inst_link {
	color: #5A5FFF;
	font-weight: 700;
	font-size: 22px;
}
.n_inst p {
	font-size: 40px;
	color: #414042;
	font-weight: 400;
	margin-bottom: 55px;
	margin-top: 15px;
}
.n_inst p img {
	margin-left: 8px;
	height: 35px;
	position: relative;
	top:1px
}
#instafeed {
	display: flex;
	flex-wrap: wrap;
}
#instafeed a {
	width: 16.6666666666%;
	display: flex;
	/*height: 250px;*/
	position: relative;
	overflow: hidden;
	flex-wrap: wrap;
}
#instafeed img {
	width: 100%;
    object-fit: cover;
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;*/
}
#instafeed a:hover img {
	/*max-height: 424px;*/
}
.n_load_more {
	margin-left: auto;
	margin-right: auto;
	margin-top: 55px;
	display: flex;
    border: 2px solid #414042;
    color: #414042;
    font-size: 16px;
    border-radius: 8px;
    padding: 8px 20px;
    width: max-content;
    font-weight: 700;
    transition: all .5s;
}
.n_load_more:hover {
	background: #414042;
	color: #fff;
	cursor: pointer;
}
#information-contact {
    text-align: center;
}
#information-contact p {
	margin: 70px 0px;
	font-size: 18px;
}
#information-contact p a {
	font-weight: 700;
	color: #000;
}
#information-contact form {
	margin-bottom: 70px;
	text-align: center;
}
.simple-content .buttons {
	margin-bottom: 70px !important;
}
.btn-primary,
#information-contact form input[type="submit"] {
	border-radius: 37px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #000;
	padding: 0px;
	width: fit-content;
	min-width: 200px;
}
.form_oc .buttons {
    text-align: center;
    display: flex;
    justify-content: center;
}
.btn-primary:hover {
	cursor: pointer;
}
.footer_home .n_footer {
	padding-bottom: 65px;
}
.n_footer {
	background: #000;
	padding-top: 35px;
	padding-bottom: 35px;
}
.n_footer .copyright {
	text-align: center;
	margin-top: 50px;
	width: 100%;
}
.n_footer * {
	color: #D0D0D0;
	font-size: 14px;
}
.n_footer .n_container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.n_foot {
	/*width: 100%;*/
}
.n_foot_1 {
	max-width: 260px;
}
.n_foot_1 p b {
	line-height: 24px;
}
.n_foot_1_logo {
	display: flex;
	margin-bottom: 25px;
}
.n_foot_1_logo img {
	max-width: 150px;
}
.n_foot_1_logo {
	margin-bottom: 15px;
}

.n_foot_2 ul li {
	margin-bottom: 15px;
}
.n_foot_2 li a {
	display: flex;
	align-items: center;
	position: relative;
}
.n_foot_2 li a:before {
	position: relative;
	content: '';
	height: 19px;
	width: 19px;
	margin-right: 8px;
}
.n_foot_2 li a.support:before {
	-webkit-mask: url(/catalog/view/theme/default/image/new/icons/support.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/icons/support.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 15px;
    mask-size: 15px;
}
.n_foot_2 li a.contact_us:before {
	-webkit-mask: url(/catalog/view/theme/default/image/new/icons/contact_us.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/icons/contact_us.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 15px;
    mask-size: 15px;
}
.n_foot_2 li a.press_kit:before {
	-webkit-mask: url(/catalog/view/theme/default/image/new/icons/press_kit.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/icons/press_kit.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 15px;
    mask-size: 15px;
}
.n_foot_2 li a.warranty:before {
	-webkit-mask: url(/catalog/view/theme/default/image/new/icons/warranty.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/icons/warranty.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 15px;
    mask-size: 15px;
}
.n_foot_2 li a.privacy:before {
	-webkit-mask: url(/catalog/view/theme/default/image/new/icons/privacy.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/icons/privacy.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 15px;
    mask-size: 15px;
}
.n_foot_4 {
}
.n_pays {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.n_pays li,
.n_pays li a {
	display: flex;
}
.n_pays li {
	margin-right: 15px;
}
.n_pays li:last-child {
	margin-right: 0px;
}
.n_pays img {
	margin-right: 15px;
	max-height: 25px;
    width: 35px;
}
.n_pays li:last-child img {
	width: 60px;
}
.n_pays img:last-child {
	margin-right: 0px;
}
.social li {
	display: flex;
	margin-bottom: 15px;
}
.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;
	margin-right: 8px;
}
.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;
}
.bg_divider{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRkZGRiI+PHBhdGggZD0iTTg1My44OTMsODYuOTk4Yy0zOC44NTksMC01OC44MTEtMTYuNDU1LTc3Ljk1Ni0zNS4wNTFjMTguMjk1LTEwLjUzNiw0MC44OTEtMTguMjc2LDczLjM3OC0xOC4yNzYgYzM4LjY4NSwwLDY0LjEzMiwxMi41NjQsODUuNDg5LDI4LjM0N0M5MTYuMTkyLDcyLjAxMiw5MDAuOCw4Ni45OTgsODUzLjg5Myw4Ni45OTh6IE01MjYuMjY1LDgwLjk0NSBjLTYuNTE3LTAuNTYyLTEzLjU5OS0wLjg3OS0yMS40MS0wLjg3OWMtNzAuNzk5LDAtOTEuMzM3LDI3LjIyOS0xMzQuNDMzLDM1LjY2MmMxNC45MDEsMy43MiwzMi4xMTgsNi4wNyw1Mi44OTgsNi4wNyBDNDcwLjE3MSwxMjEuNzk3LDUwMC4zNCwxMDMuNDIxLDUyNi4yNjUsODAuOTQ1eiIgZmlsbC1vcGFjaXR5PSIuMyIvPjxwYXRoIGQ9Ik02NjMuNDU4LDEwOS42NzFjLTY3LjEzNywwLTgwLjM0NS0yMy44MjQtMTM3LjE5My0yOC43MjZDNTY3LjA4Niw0NS41NTUsNTk3LjM4MSwwLDY2NS42OTEsMCBjNjEuODU3LDAsODUuMzY5LDI3Ljc4MiwxMTAuMjQ2LDUxLjk0N0M3MzYuODg4LDc0LjQzNCw3MTcuNDU5LDEwOS42NzEsNjYzLjQ1OCwxMDkuNjcxeiBNMjE3LjY4LDk0LjE2MyBjNTUuOTcxLDAsNjIuNTI2LDI0LjAyNiwxMjYuMzM3LDI0LjAyNmM5Ljg1OCwwLDE4LjUwOC0wLjkxNiwyNi40MDQtMi40NjFjLTU3LjE4Ni0xNC4yNzgtODAuMTc3LTQ4LjgwOC0xMzguNjU5LTQ4LjgwOCBjLTc3LjA2MywwLTk5Ljk2LDQ4LjU2OS0xNTEuNzUxLDQ4LjU2OWMtNDAuMDA2LDAtNjAuMDA4LTEyLjIwNi04MC4wMTEtMjkuNTA2djE2LjgwNmMyMC4wMDMsMTAuODkxLDQwLjAwNSwyMS43ODIsODAuMDExLDIxLjc4MiBDMTYwLjAxNCwxMjQuNTcsMTU4LjYwOCw5NC4xNjMsMjE3LjY4LDk0LjE2M3ogTTEyMDAuMTEyLDQ2LjI5MmMtNTcuNDkzLDAtNTYuOTM1LDQ2LjU5NS0xMTUuMDE1LDQ2LjU5NSBjLTUzLjYxMiwwLTU5Ljc1NS0zOS42MTgtMTE1LjYwMi0zOS42MThjLTE1LjI2NywwLTI1LjM4MSwzLjc1MS0zNC42OSw4Ljc0OWMzNi4wOTYsMjYuNjc1LDYwLjUwMyw2Mi41NTIsMTE3LjM0Miw2Mi41NTIgYzY5LjI0OSwwLDc1Ljk1MS00My41NTksMTQ3Ljk2NC00My41NTljMzkuODA0LDAsNTkuOTg2LDEwLjk0Myw3OS44ODgsMjEuNzc3Vjg1Ljk4MiBDMTI2MC4wOTcsNjguNzcxLDEyMzkuOTE2LDQ2LjI5MiwxMjAwLjExMiw0Ni4yOTJ6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTEwNTIuMTQ3LDEyNC41N2MtNTYuODQsMC04MS4yNDctMzUuODc2LTExNy4zNDItNjIuNTUyYy0xOC42MTMsOS45OTQtMzQuMDA1LDI0Ljk4LTgwLjkxMiwyNC45OCBjLTM4Ljg1OSwwLTU4LjgxMS0xNi40NTUtNzcuOTU2LTM1LjA1MWMtMzkuMDUsMjIuNDg3LTU4LjQ3OSw1Ny43MjQtMTEyLjQ4LDU3LjcyNGMtNjcuMTM3LDAtODAuMzQ1LTIzLjgyNC0xMzcuMTkzLTI4LjcyNiBjLTI1LjkyNSwyMi40NzUtNTYuMDkzLDQwLjg1Mi0xMDIuOTQ2LDQwLjg1MmMtMjAuNzc5LDAtMzcuOTk2LTIuMzQ5LTUyLjg5OC02LjA3Yy03Ljg5NSwxLjU0NS0xNi41NDYsMi40NjEtMjYuNDA0LDIuNDYxIGMtNjMuODExLDAtNzAuMzY2LTI0LjAyNi0xMjYuMzM3LTI0LjAyNmMtNTkuMDcyLDAtNTcuNjY1LDMwLjQwNy0xMzcuNjY5LDMwLjQwN2MtNDAuMDA2LDAtNjAuMDA4LTEwLjg5MS04MC4wMTEtMjEuNzgyVjE0MGgxMjgwIHYtMzcuMjEyYy0xOS45MDMtMTAuODM1LTQwLjA4NC0yMS43NzctNzkuODg4LTIxLjc3N0MxMTI4LjA5OCw4MS4wMTEsMTEyMS4zOTcsMTI0LjU3LDEwNTIuMTQ3LDEyNC41N3oiLz48L2c+PC9zdmc+);
    background-size: 100% 40px;
    bottom: 0;
    height: 40px;
    z-index: 10;
    display: block;
    background-repeat-y: no-repeat;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
}
.bottom_bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000;
	transition: all .5s;
	z-index: 2;
}
.bottom_bar.off {
	bottom: -50px;
}
.bottom_bar .n_container {
	display: flex;
	align-items: center;
	height: 50px;
}
.bottom_bar .n_container .bottom_bar_product {
	margin-left: auto;
	display: flex;
	align-items: center;
	/*margin-right: 50px;*/
}
.bottom_bar .n_container .bottom_bar_product p {
	margin-right: 15px;
	font-weight: 700;
	font-size: 15px;
}
.bottom_bar .n_container .bottom_bar_product button,
.bottom_bar .n_container .bottom_bar_product a {
	padding: 9px 30px;
    font-size: 14px;
    border-radius: 100px;
    border: 2px solid #FF223C;
    background: #000;
    font-weight: 700;
    transition: all .3s;
    color: #FF223C;
}
.bottom_bar .n_container .bottom_bar_product button:hover,
.bottom_bar .n_container .bottom_bar_product a:hover {
	background: #ff223c;
	color: #000;
	cursor: pointer;
}
.bottom_bar .n_container .bottom_bar_product .price {
	margin-left: 0px;
	margin-right: 15px;
}
.bottom_bar .n_container .bottom_bar_product .price .stock {
	font-size: 15px;
}
.bottom_bar .n_container .bottom_bar_product button.outofstock {
	pointer-events: none;
	border-color: #777;
	color: #777;
}
.bottom_bar * {
	color: #fff;
}
.bottom_bar,
#cart{
	display: none;
}
.up_button,
.bottom_bar_facebook {
	border-radius: 100%;
	height: 34px;
	width: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 2px solid #fff;
	transition: all .3s;
}
.up_button {
	border-radius: 100%;
}
.up_button:hover,
.bottom_bar_facebook:hover {
	cursor: pointer;
	background: #fff;
}
.up_button:before {
	position: absolute;
	content: '';
	-webkit-mask: url(/catalog/view/theme/default/image/new/icons/arrow_slider.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/icons/arrow_slider.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 5px;
    mask-size: 5px;
    height: 34px;
	width: 34px;
	transform: rotate(-90deg);
	transition: all .3s;
}
.up_button:hover:before {
	background-color: #000;
}
.bottom_bar_facebook:before {
	position: absolute;
	content: '';
	-webkit-mask: url(/catalog/view/theme/default/image/new/icons/facebook_link.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/icons/facebook_link.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    height: 34px;
	width: 34px;
}
.bottom_bar_facebook:hover:before {
	background-color: #000;
}
.price_and_qty,
.buttons_and_also {
	display: flex;
}
.payment-types-tabs .nav-tabs,
.buttons_and_also #paypal_form {
	display: none !important;
}
#simplecheckout_payment_form #button-confirm {
	display: block !important;
}
.price_and_qty {
	align-items: center;
	margin-bottom: 40px;
}
#common-success #content h1,
#common-success #content p {
	color: #000 !important;
}
.number-spinner {
	margin-bottom: 0px;
}
.number-spinner button {
	border-radius: 100%;
	border: 2px solid #000;
	height: 24px;
	width: 24px;
	color: #000;
	font-weight: 700;
	transition: all .3s;
	/*padding-left: 1.2px;*/
}
.number-spinner button:nth-of-type(1) {
	padding-bottom: 2px;
}
.number-spinner button:nth-of-type(2) {
	padding-left: .9px;
}
#information-contact .text-danger {
	text-align: center;
	margin-left: 0px;
}
@media (min-width: 1280px) {
	.number-spinner button:hover {
		background: #000;
		color: #fff;
	}
}
.number-spinner input {
	padding: 0px 8px;
	border: none;
	width: 40px;
	pointer-events: none;
}
.product_right .price {
	margin-left: 20px;
	margin-bottom: 0px;
}
.product-product {
    margin-top: 30px;
}
.product-product #content {
	box-shadow: 12px 24px 36px rgb(0 0 0 / 5%);
    border-radius: 40px;
}
.product_content {
	padding: 50px;
}
.product_right {
	padding-bottom: 50px;
}
.product_right .price .stock {
	font-size: 18px;
	color: #000;
	font-weight: 400;
}
.product_right #button-cart {
	box-shadow: 0px 10px 10px #cbcbcb;
	margin-right: 50px;
	width: 100%;
	background: #000;
	border-radius: 100px;
	color: #fff;
	height: 74px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	/*display: none!important;*/
}
.n_pays li:last-child,
.simplecheckout-block-content .radio:nth-child(2){
	display: none;
}
.product_right .also {
	width: 100%;
	max-width: 224px;
	padding-left: 0px;
	padding-right: 0px;
}
.product_right .also p {
	border-radius: 100px;
	border: 2px solid #000;
	background: #fff;
	height: 70px;
	padding: 0px 30px;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 10px 10px #e8e4e4;
}
.product_right .also p:after {
	right: 30px;
	display: none;
}
.product_left {
	width: calc(100% - 676px);
}
.product_right {
	max-width: 650px;
}
.spm_items {
	display: flex;
	align-items: flex-start;
	margin: 60px 0px;
}
.spm_items .item {
	margin-right: 25px;
}
.spm_items .item:last-child {
	margin-right: 0px;
}
.spm_items img {
	max-width: 60px;
	max-height: 60px;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.spm_items .item p {
	font-size: 16px;
	color: #000;
	text-align: center;
}
.n_color_product {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.n_color_product li {
	margin-right: 20px;
}
.n_color_product span p,
.n_color_product li a {
	height: 34px;
	width: 34px;
	border-radius: 100%;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	transition: all .5s;
}
#modal_cart .n_color_product span {
	display: none;
	margin-top: 5px;
}
.n_color_product li a:hover {
	cursor: pointer;
	box-shadow: 0px 10px 10px #ddd;
}
.n_color_product span.active p,
.n_color_product li.active a {
	width: initial;
	border-radius: 100px;
	padding: 0px 20px;
}
#modal_cart .n_color_product span.active {
	display: flex;
}
.n_color_product span.hh_black p,
.n_color_product li.hh_black a {
	background: #000;
	border: 1px solid #000;
}
.n_color_product span.hh_blue p,
.n_color_product li.hh_blue a {
	background: #1C3C8F;
	border: 1px solid #1C3C8F;
}
.n_color_product span.hh_white p,
.n_color_product li.hh_white a {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}
.n_color_product span.hh_grey p,
.n_color_product li.hh_grey a {
	background: #B3B3B3;
	border: 1px solid #B3B3B3;
}
.n_color_product li:last-child {
	margin-right: 0px;
}
.n_model_threed {
	height: 800px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	display: none;
}
.n_osob {
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 130px;
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
}
.n_osob_center {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	margin-left: 30px;
	margin-right: 30px;
}
h2.title {
	font-weight: 400;
}
.n_osob_center img:last-child {
	margin-top: auto;
}
.n_witb,
.faq_product {
	box-shadow: 12px 24px 36px rgb(0 0 0 / 5%);
    border-radius: 40px;
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 130px;
}
.n_witb .n_container,
.faq_product .n_container {
	padding-left: 100px;
	padding-right: 100px;
}
.n_witb .items .item p {
	font-size: 18px;
	text-align: center;
}
.n_witb .items .item:last-child p {
	text-transform: uppercase;
	text-decoration: underline;
}
.n_hushme_story > .n_container:nth-of-type(1) {
	padding: 0px;
}
.n_hushme_story {
	background: #FAFAFA;
	padding: 70px 100px;
}
.n_hushme_story h2.title {
	padding-left: 100px;
	padding-right: 100px;
}
.n_hushme_story_block {
	display: flex;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 70px;
}
.n_hushme_story_block .item {
	margin-right: 30px;
}
.n_hushme_story_block .item:last-child {
	margin-right: 0px;
}
.n_hushme_story_block .item p {
	text-align: center;
	display: block;
	margin-top: 30px;
	font-weight: 700;
	font-size: 22px;
}
.faq_product {
	margin-top: 80px;
}
.faq_product .items {
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
}
.faq_product .items .item {
	border: 1px solid #eee;
	padding: 30px;
	border-radius: 16px;
	width: calc(50% - 87px);
	margin-top: 25px;
	height: 44px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all .3s;
}
.faq_product .items .item.active {
	height: initial;
}
.faq_product .items .item:nth-of-type(1),
.faq_product .items .item:nth-of-type(2) {
	margin-top: 0px;
}
.faq_product .items .item:nth-child(even) {
	margin-right: 0px;
	margin-left: 50px;
}
.faq_product .items .item p {
	font-weight: 700;
	font-size: 18px;
	padding-right: 30px;
	display: flex;
	align-items: center;
	position: relative;
}
.faq_product .items .item:hover {
	cursor: pointer;
	box-shadow: 0px 10px 10px #eee;
}
.faq_product .items .item:hover {
	box-shadow: 0px 10px 20px #eee;
}
.faq_product .items .item span {
	position: absolute;
	right: 0;
	height: 20px;
	width: 20px;
}
.faq_product .items .item span:before {
	position: absolute;
    content: '';
    -webkit-mask: url(/catalog/view/theme/default/image/new/icons/n_utp_link_to.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/icons/n_utp_link_to.svg) no-repeat center;
    background-color: #000;
    -webkit-mask-size: 14px;
    mask-size: 14px;
    height: 14px;
    width: 20px;
    transition: all .3s;
}
.faq_product .items .item .text {
	line-height: 22px;
	margin-top: 15px;
	display: none;
}
.faq_product .items .item.active .text {
	display: block;
}
.faq_product .items .item.active span:before {
	position: absolute;
    content: '';
    -webkit-mask: url(/catalog/view/theme/default/image/new/icons/close.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/icons/close.svg) no-repeat center;
    background-color: #000;
    -webkit-mask-size: 18px;
    mask-size: 18px;
    height: 18px;
    width: 18px;
    transition: all .3s;
}
.n_also_section {
	margin-top: 70px;
	background: #fafafa;
	padding: 70px 100px;
}
.n_also_section .title {
	padding-left: 100px;
	padding-right: 100px;
}
.n_also_section .n_container {
	padding: 0px;
}
.n_also_section_block {
	display: flex;
	align-items: center;
	margin-top: 70px;
}
.n_also_section_left {
	margin-right: 100px;
}
.application .n_container {
	max-width: 1730px;
}
.dark_bg {
	background: #fff;
	position: relative;
	overflow: hidden;
}
.dark_bg #content {
	margin-block-end: 0px !important;
}
.n_title_page {
	padding-top: 70px;
	margin-bottom: 70px;
}
.n_title_page h1 {
	background: #803CFF;
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
	border-radius: 17px;
	padding: 8px 20px;
	color: #fff;
	font-weight: 700;
	font-size: 48px;
}
.application .n_item .n_text p {
	background: #FF4E63;
}
.application_contact {
	margin-top: 130px;
	margin-bottom: 130px;
	background: #fff;
	border-radius: 300px;
	padding: 70px 150px;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}
.about_us .about_us_title {
	height: 800px;
	width: 100%;
	background: url(/catalog/view/theme/default/image/new/aboutus.jpg) no-repeat 50% 50%;
	background-size: cover;
	margin-bottom: 100px;
	position: relative;
}
.about_us .about_us_title .n_container {
	height: 100%;
	padding-bottom: 0px;
	position: relative;
}
.about_us .about_us_title .n_container h1 {
	position: absolute;
	left: 0%;
	bottom: 50px;
	color: #fff;
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 38px;
    font-weight: 800;
    text-transform: uppercase;
}
.application_contact,
.application_contact a {
	font-size: 23px;
	color: #000;
	text-align: center;
}
.application_contact a {
	text-decoration: underline;
}
.about_us .about_us_block {
	display: flex;
}
.about_us .n_container {
	max-width: 1070px;
	padding-bottom: 70px;
}
.about_us #content .about_us_left {
	margin-right: 70px;
}
.about_us #content .about_us_left img {
	margin-bottom: 40px !important;
}
.about_us #content .about_us_left img:last-child {
	margin-bottom: 0px !important;
}
.about_us #content .about_us_right {
	display: flex;
	flex-direction: column;
}
.about_us #content .about_us_right p {
	color: #000 !important;
	margin-bottom: 20px !important;
	display: block;
	font-size: 17px !important;
	margin-block-end: 20px !important;
	line-height: 1.8em !important;
}
.about_us #content .about_us_right p:last-child {
	margin-bottom: 0px !important;
}
.about_us #content .about_us_right p b {
	font-weight: 700 !important;
	color: #000 !important;
	line-height: 1.8em !important;
	font-size: 17px !important;
}
#common-success {
	text-align: center;
	color: #fff;
}
#common-success h1 {
	margin-top: 100px;
	margin-bottom: 70px;
}
#common-success h1,
#common-success a {
	color: #fff;
}
#common-success .buttons {
	margin-bottom: 100px;
	margin-top: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#common-success a.btn {
	position: relative;
    font-size: 30px;
    background: #18B298;
    padding: 10px 25px;
    border-radius: 17px;
}
.agree_cookie {
	position: fixed;
	z-index: 4;
	bottom: -100%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 100%;
	max-width: 1000px;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #0b0b0d;
	margin-right: 25px;
	margin-left: 25px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all .5s;
}
.agree_cookie.active {
	bottom: 100px;
}
.agree_cookie p {
	color: #fff;
	margin-right: 26px;
	font-size: 13px;
}
.agree_cookie a {
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	padding: 8px 12px;
	border-radius: 100px;
	transition: all .3s;
}
.agree_cookie a:hover {
	background: #fff;
	color: #000;
	cursor: pointer;
}
/*CHECKOUT ACCESS*/
	.n_also_section_checkout {
		padding: 0px;
		padding-left: 0px !important;
		padding-right: 0px !important;
		background: #fff;
	}
	.n_also_section_checkout h2 {
		margin-bottom: 25px;
		font-size: 23px;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.n_also_section_checkout .items {
		justify-content: space-between;
	}
	.n_also_section_checkout .items .item {
		height: 140px !important;
		width: 140px !important;
		margin-right: 15px !important;
		box-shadow: 0px 20px 30px #eee;
	}
	.n_also_section_checkout .items .item:last-child {
		margin-right: 0px !important;
	}
	.n_also_section_checkout .items .item button {
		border: none !important;
		background: #fff !important;
	}
	.n_also_section_checkout .items .item button .caption .price *,
	.n_also_section_checkout .items .item button .caption .price {
		margin: 7px !important;
		font-size: 14px !important;
		line-height: 1 !important;
	}
	.n_also_section_checkout .items .item button .caption p {
		font-size: 12px !important;
		line-height: 13px !important;
		letter-spacing: -.2px;
	}
	.n_also_section_checkout .items .item button .caption .add_to_cart {
		padding: 0px 8px !important;
		height: 24px !important;
		line-height: 24px !important;
		font-size: 13px !important;
		border: none !important;
	}
.grey_bg {
	background: #f7f7f7;
}
.support_ukraine {
	padding-top: 70px;
	padding-bottom: 70px;
}
.support_ukraine .n_container {
	max-width: 600px;
	padding-top: 40px;
	padding: 40px;
	background: #fff;
}
.support_ukraine img {
	max-width: 600px;
	display: flex;
	margin: 20px 0px;
}
.support_ukraine h1 {
	text-align: center;
	color: #000;
}
.support_ukraine h3 {
	font-weight: 700;
	color: #000;
}
.support_ukraine a {
	margin-bottom: 20px;
	font-weight: 700;
	color: #3f51b5;
	display: inline-flex;
	text-decoration: underline;
}
.spritespin-progress {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 45%;
}
.spritespin-progress-label {
  color: ddd;
}
.spritespin-progress-bar {
  background-color: #666;
  height: 1px;
}
.su_banner a {
	display: flex;
	width: 100%;
	height: 40px;
	background: url(/catalog/view/theme/default/image/new/supportukraine2.svg) no-repeat 50% 50%;
	background-size: cover;
}
@media (max-width: 800px) {
	body {
		padding-top: 110px;
	}
	.support_ukraine {
		padding: 0px;
	}
	.support_ukraine img {
		max-width: 100%;
	}
	.su_banner a {
		height: 40px;
	}
}
.hmair_bg {
	background: #000;
}
.hmair_1_bg {
	background: url(/catalog/view/theme/default/image/new/hmair_1_bg.png) no-repeat 50% 50%;
	background-size: cover;
	position: absolute;
	width: 100%;
    height: 100%;
}
.hmair_1 {
	min-height: calc(100vh - 130px);
	border-radius: 42px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.hmair_1 h1 {
	margin-top: 140px;
	background: #fff;
	background: linear-gradient(to right, #fff 0%, #7430F3 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Gotham Pro;
	font-weight: 400;
	font-size: 96px;
	line-height: 96px;
	letter-spacing: -.4px;
	text-align: center;
	position: relative;
	padding-left: 16px;
	padding-right: 16px;
}
.hmair_1 a {
	margin-top: 52px;
	display: inline-flex;
	flex-wrap: wrap;
	background: #fff;
	color: #282828;
	width: 332px;
	height: 72px;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	position: relative;
	font-family: Gotham Pro;
	border-radius: 18px;
	font-weight: 600;
	z-index: 1;
}
.hmair_1 a:after {
	position: relative;
    content: '';
    -webkit-mask: url(/catalog/view/theme/default/image/new/icons/arrow.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/icons/arrow.svg) no-repeat center;
    background-color: #282828;
    -webkit-mask-size: 21px;
    mask-size: 21px;
    height: 21px;
    width: 24px;
    transition: all .3s;
    margin-left: 14px;
}
.button_scroll_bottom {
	position: absolute;
	bottom: 30px;
	height: 90px;
	width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 1;
	border-radius: 100%;
	overflow: hidden;
}
.button_scroll_bottom:hover {
	cursor: pointer;
}
.button_scroll_bottom:before {
	position: absolute;
    content: '';
    -webkit-mask: url(/catalog/view/theme/default/image/new/icons/scrolldown.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/icons/scrolldown.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 90px;
    mask-size: 90px;
    height: 90px;
    width: 90px;
    animation-duration: 5s;
  	animation-name: button_scroll_bottom;
  	animation-iteration-count: infinite;
}
@keyframes button_scroll_bottom {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button_scroll_bottom:after {
	position: absolute;
    content: '';
    -webkit-mask: url(/catalog/view/theme/default/image/new/icons/arrow.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/icons/arrow.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 30px;
    mask-size: 30px;
    height: 30px;
    width: 32px;
    transition: all .3s;
    transform: rotate(90deg);
}
.hmair_1_left,
.hmair_1_right {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}
.hmair_1_left span,
.hmair_1_right span {
	display: flex;
	position: absolute;
	background: url(/catalog/view/theme/default/image/new/Subtract.png) no-repeat 100% 50%;
	background-size: contain;
	width: 90%;
	height: 90%;
}
.hmair_1_left span {
	left: 0;
	bottom: 10%;
}
.hmair_1_right span {
	right: 0;
	bottom: 10%;
}
.hmair_1_right {
	right: 0;
	left: initial;
	opacity: .96;
	z-index: 1;
}
.hmair_1_right span {
	background: url(/catalog/view/theme/default/image/new/Subtract2.png) no-repeat 0% 50%;
	background-size: contain;
}
@media (max-width: 1440px) {
	.hmair_1_left span,
	.hmair_1_right span {
		width: 75%;
		height: 75%;
	}
	.hmair_1_left {
		/*left: -240px;*/
	}
	.hmair_1_right {
		/*right: -240px;*/
	}
}
.hmair_2 {
	margin-bottom: 0px;
	margin-top: 0px;
}
.hmair_4 .hmair_title,
.hmair_2 .hmair_title {
	padding-bottom: 20px;
}
.hmair_3 {
	border-radius: 42px;
	overflow: hidden;
}
.hmair_4 {
	margin-top: 140px;
}
.hmair_2_block,
.hmair_4_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hmair_2_left,
.hmair_2_right,
.hmair_4_left,
.hmair_4_right {
	width: 100%;
}
.hmair_2_right img,
.hmair_4_left img {
	max-width: 100%;
}
.hmair_2_right .mb,
.hmair_4_left .mb {
	display: none;
}
.hmair_section .n_container {
	max-width: calc(1625px - 40px);
}
.hmair_title {
	display: block;
	text-align: center;
	color: #fff;
	padding-bottom: 82px;
	font-size: 64px;
	font-weight: 400;
	letter-spacing: -.4px;
	line-height: 64px;
}
.hmair_2_left ul li {
	margin-bottom: 85px;
	color: #fff;
	position: relative;
	padding-left: 124px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	bottom: -50px;
	transition: all .5s;
}
.hmair_2_left ul li.element-show {
	bottom: 0;
}
.hmair_2_left ul li b {
	font-weight: 600;
}
.hmair_2_left ul li:last-child {
	margin-bottom: 0px;
}
.hmair_2_left ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: -42px;
	height: 124px;
	width: 124px;
	background: url(/catalog/view/theme/default/image/new/hmair_2_left_li.png) no-repeat 50% 50%;
	transition: all .8s;
}
.hmair_2_left ul li.element-show:before {
	opacity: 0;
}
.hmair_2_left ul li:after {
	content: '';
	position: absolute;
	left: 0;
	top: -42px;
	height: 124px;
	width: 124px;
	background: url(/catalog/view/theme/default/image/new/hmair_2_left_li_bg.png) no-repeat 50% 50%;
	transition: all 1.2s;
	opacity: 0;
}
.hmair_2_left ul li.element-show:after {
	opacity: 1;
}
.hmair_2_left ul li b {
	font-weight: 700;
	color: #fff;
}
.hmair_3 lite-youtube {
	margin-bottom: 0px;
	height: 830px;
}
.hmair_4_right ul li {
	border-radius: 32px;
	padding: 32px;
	/*background: #1A1A1A;*/
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	color: #fff;
	max-width: 650px;
	bottom: -60px;
	transition: all .5s;
	position: relative;
}
.hmair_4_right ul li.hmair_4_block_right_1 {
	margin-bottom: 34px;
}
	/*ТУТ  НАДО БУДЕТ УБРАТЬ ПЕРВЫЙ БЛОК, ОСТАВИТЬ ТОЛЬКО АКТИВ*/
	.hmair_4_right ul li:nth-of-type(1).element-show {
		background: #373BC2;
		bottom: 0;
	}
	.hmair_4_right ul li:nth-of-type(2).element-show {
		background: #1A1A1A;
		bottom: 0;
	}
.hmair_5_block {
	display: flex;
	flex-wrap: wrap;
	padding: 96px 0px;
	margin-bottom: 160px;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.hmair_5 .n_container_2 {
	border-radius: 26px;
	background: rgba(255,255,255,0.1);
}
.hmair_5_block:before,
.hmair_5_block:after {
	position: absolute;
	content: '';
	width: 1625px;
	height: 671px;
	background: url(/catalog/view/theme/default/image/new/hmair_bg.svg) no-repeat 50% 50%;
	left: 50%;
	transform: translate(-50%, 0%);
}
.hmair_5_block:before {
	top: -300px;
}
.hmair_5_block:after {
	bottom: -300px;
}
.hmair_5_block .item {
	width: calc(33.333333333% - 22px);
	margin-right: 32px;
	position: relative;
	z-index: 1;
}
.hmair_5_block .item img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.hmair_5_block .item p {
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	text-align: center;
	margin-top: -30px;
	display: block;
}
.hmair_5_block .item span {
	margin-top: 18px;
	color: #C4C4C4;
	line-height: 24px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	display: block;
}
.hmair_5_block .item:nth-of-type(1),
.hmair_5_block .item:nth-of-type(2),
.hmair_5_block .item:nth-of-type(3) {
	margin-bottom: 114px;
}
.hmair_5_block .item:nth-child(3n+3) {
	margin-right: 0px;
}
.hmair_8 {
	background: #1A1A1A;
	border-radius: 42px;
	padding-top: 96px;
	padding-bottom: 96px;
}
.hmair_7 {
	margin-top: 100px;
}
.hmair_7 .hmair_title {
	padding-bottom: 106px;
}
.hmair_7_block {
	display: flex;
	flex-wrap: wrap;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-end;
	margin-bottom: 117px;
}
.hmair_7_left,
.hmair_7_right {
	width: 100%;
}
.hmair_7_right {
	margin-left: 42px;
}
.hmair_7_block .item {
	margin-bottom: 0px;
	height: fit-content !important;
	transform: scale(1) !important;
}
.hmarir_7_block {
	display: flex;
	flex-direction: column;
	border-radius: 24px;
	padding: 30px;
	background: #444;
	position: relative;
}
.hmair_7_block .item:last-child {
	margin-bottom: auto;
}
.hmair_7_block .item p {
	display: block;
	font-size: 28px !important;
	line-height: 36px !important;
	letter-spacing: -.3px;
	color: #fff;
}
.hmair_7_block .item span {
	display: block;
	margin-top: 21px;
	font-size: 18px !important;
	line-height: 23px !important;
	color: #fff;
	opacity: .8;
}
.hmair_7_block .item .hmair_7_1 {
	transform: rotateZ(10deg);
	background: rgb(78,14,198);
	background: linear-gradient(138deg, rgba(78,14,198,1) 0%, rgba(2,2,4,1) 41%, rgba(2,2,4,1) 57%, rgba(53,155,144,1) 100%);
}
.hmair_7_block .item .hmair_7_2 {
	min-height: calc(363px - 60px);
	background: rgb(26,150,129);
	background: linear-gradient(138deg, rgba(26,150,129,1) 0%, rgba(24,60,54,1) 26%, rgba(27,28,29,1) 42%, rgba(28,29,39,1) 73%, rgba(60,64,193,1) 100%);
}
.hmair_7_block .item .hmair_7_3 {
	min-height: calc(317px - 60px);
	background: rgb(199,19,203);
	background: linear-gradient(138deg, rgba(199,19,203,1) 0%, rgba(91,23,92,1) 26%, rgba(28,27,29,1) 42%, rgba(28,27,29,1) 57%, rgba(38,32,48,1) 73%, rgba(116,78,187,1) 100%);
}
.hmair_7_block .item .hmair_7_4 {
	transform: rotateZ(-10deg);
	background: rgb(206,196,116);
	background: linear-gradient(138deg, rgba(206,196,116,1) 0%, rgba(76,73,50,1) 26%, rgba(32,32,29,1) 42%, rgba(24,38,36,1) 73%, rgba(8,166,140,1) 100%);
}
.hmair_7_block .item .hmair_7_1.element-show,
.hmair_7_block .item .hmair_7_4.element-show {
	transform: rotateZ(0deg);
}
@media (min-width: 1153px) {
	.hmair_7_block .item .hmair_7_1,
	.hmair_7_block .item .hmair_7_4 {
		transition: all .5s;
	}
	.hmair_7_block .item:nth-of-type(1),
	.hmair_7_block .item:nth-of-type(2) {
		margin-bottom: 42px;
	}
	.hmair_7_block .item:nth-child(odd) {
		margin-right: 42px;
	}
	.hmair_7_block .item {
		width: calc(50% - 21px);
	}
}
.hmair_7_1:before {
	position: relative;
    content: '';
    -webkit-mask: url(/catalog/view/theme/default/image/new/hmair_7_1.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/hmair_7_1.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 32px;
    mask-size: 32px;
    height: 32px;
    width: 32px;
    transition: all .3s;
    margin-bottom: 30px;
}
.hmair_7_2:before {
	position: relative;
    content: '';
    -webkit-mask: url(/catalog/view/theme/default/image/new/hmair_7_2.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/hmair_7_2.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 32px;
    mask-size: 32px;
    height: 32px;
    width: 32px;
    transition: all .3s;
    margin-bottom: 30px;
}
.hmair_7_3:before {
	position: relative;
    content: '';
    -webkit-mask: url(/catalog/view/theme/default/image/new/hmair_7_3.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/hmair_7_3.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 32px;
    mask-size: 32px;
    height: 32px;
    width: 32px;
    transition: all .3s;
    margin-bottom: 30px;
}
.hmair_7_4:before {
	position: relative;
    content: '';
    -webkit-mask: url(/catalog/view/theme/default/image/new/hmair_7_4.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/hmair_7_4.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 32px;
    mask-size: 32px;
    height: 32px;
    width: 32px;
    transition: all .3s;
    margin-bottom: 30px;
}
.comparison {
	max-width: 1314px;
	margin-left: auto;
	margin-right: auto;
	/*background: #555;*/
	height: 748px;
	display: flex;
	flex-wrap: wrap;
}
.comparison_left {
	width: 100%;
	max-width: 270px;
	padding-top: 270px;
}
.comparison_right {
	width: calc(100% - 270px);
}
.comparison_left p {
	display: block;
    font-size: 28px;
    line-height: 36px;
    padding-left: 24px;
    letter-spacing: -.3px;
    color: #fff;
    margin-bottom: 32px;
}
.comparison_left ul li {
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .2px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-right: none;
	border-radius: 14px 0px 0px 14px;
	height: 64px;
	display: flex;
	align-items: center;
	padding-left: 24px;
}
.comparison_left ul li:nth-child(even) {
	border-color: transparent;
}
.comparison_right_content {
	display: flex;
	flex-wrap: wrap;
}
.comparison_right_content .item {
	margin-right: 10px;
	width: calc(25% - 8px);
	background: #282828;
	border-radius: 24px;
}
.hushme_air_bg_slick {
	background: rgb(18,84,72) !important;
	background: linear-gradient(192deg, rgba(18,84,72,1) 0%, rgba(67,41,108,1) 100%) !important;
}
.comparison_right_content .item:last-child {
	margin-right: 0px;
}
.comparison_right_content .item p {
	font-size: 22px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
}
.comparison_right_content .item ul {
	margin-top: 106px;
}
.comparison_right_content .item ul li {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-right: none;
	border-left: none;
	height: 64px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .2px;
	color: #fff;
	position: relative;
}
.comparison_right_content .item ul li:nth-child(even) {
	border-color: transparent;
}
.comparison_right_content .item ul li:before {
	content: '';
	height: 1px;
	width: 10px;
	background: rgb(105 105 105);
	position: absolute;
	left: -10px;
	top: -1px;
}
.comparison_right_content .item ul li:after {
	content: '';
	height: 1px;
	width: 10px;
	background: rgb(105 105 105);
	position: absolute;
	left: -10px;
	bottom: -1px;
}
.comparison_right_content .item ul li:nth-child(even):before,
.comparison_right_content .item ul li:nth-child(even):after {
	display: none;
}
.comparison_photo {
	height: 170px;
	margin: 10px;
	margin-bottom: 0px;
	background: rgba(255,255,255,0.1);
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.comparison_photo img {
	display: flex;
	max-width: 100%;
}
.hmair_9 {
	margin-top: 100px;
}
.hmair_9 img {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hmair_9 p {
	height: 675px;
	width: 100%;
	z-index: 1;
	position: relative;
}
.hmair_9 .mb {
	display: none;
}
.rotate360_title,
.product_evolution_title {
	background: #fff;
	background: linear-gradient(to right, #fff 40%, #7430F3 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 96px;
	font-weight: 400;
	line-height: 92px;
	letter-spacing: -.4px;
	z-index: 1;
	position: relative;
}
.hmair_10 {
	/*height: 650px;*/
	/*background: url(/catalog/view/theme/default/image/new/hmair_10.png) no-repeat 50% 50%;*/
	/*background: url(/catalog/view/theme/default/image/new/hmair_10_2.png) no-repeat 50% 50%;*/
	/*background-size: contain;*/
	border-radius: 70px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	/*margin-top: 70px;*/
}
.hmair_10 span {
	margin-bottom: 73px;
	position: relative;
	
}
.hmair_10 u {
	position: relative;
	z-index: 1;
	background: #141414;
	border-radius: 28px;
	width: calc(924px - 160px);
	height: 157px;
	padding: 0px 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	line-height: 1;
	color: #fff;
	font-weight: 600;
}
html[lang="ja"] .hmair_1 h1 {
	font-weight: 700;
}
html[lang="ja"] .hmair_10 u a,
html[lang="ja"] .hmair_10 u {
	font-size: 30px;
}
.hmair_10 span u a {
	font-size: 48px;
	line-height: 1;
	color: #2BDD73;
	border-bottom: 2px solid #2BDD73;
	margin-left: 15px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hmair_10 span u a:after {
	position: absolute;
	right: 50px;
    content: '';
    -webkit-mask: url(/catalog/view/theme/default/image/new/icons/arrow300.svg) no-repeat center;
    mask: url(/catalog/view/theme/default/image/new/icons/arrow300.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 64px;
    mask-size: 64px;
    height: 64px;
    width: 64px;
    transition: all .3s;
    transform: rotate(0deg);
    font-weight: 100;
}
.hmair_1 a:before,
.hmair_10 span:before {
	content: '';
	position: absolute;
	left: -69px;
    top: -102px;
	background: url(/catalog/view/theme/default/image/new/kickstarter.png) no-repeat 50% 50%;
	background-size: cover;
	width: 134px;
	height: 134px;
}
.hmair_1 a:before {
	width: 84px;
	height: 84px;
	left: -56px;
    top: -39px;
}
.hmair_10 span u:after {
	content: '';
	position: absolute;
	top: -93px;
	right: -84px;
	background: url(/catalog/view/theme/default/image/new/support_kickstarter.png) no-repeat 50% 50%;
	background-size: cover;
	width: 139px;
	height: 139px;
	z-index: 1;
}
.hmair_1 a {
	padding-left: 25px;
	padding-right: 25px;
	width: initial;
}
.hmair_1 a span {
	color: #29b160;
    border-bottom: 2px solid #29b160;
    margin-left: 10px;
    font-weight: 700;
}
@media (max-width: 768px) {
	.hmair_1 a:before {
		left: -26px;
    	top: 40px;
	}
}
.hmair_10 span u p {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;
	gap: 16px;
	position: absolute;
	right: 30px;
	top: -22px;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(33px);
	border-radius: 32px;
	transform: rotate(4.44deg);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .4px;
	text-transform: uppercase;
	color: #000;
	z-index: 2;
}
.hmair_10 span u p:before {
	background: url(/catalog/view/theme/default/image/new/featured_product.svg) no-repeat 50% 50%;
	width: 32px;
	height: 32px;
	position: relative;
	content: '';
}
.hmair_11 p {
	max-width: 943px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 50px 0px;
	font-size: 18px;
	color: #fff;
	line-height: 24px;
}
.rotate360 {
	/*min-height: 500px;*/
	padding-bottom: 70px;
	position: relative;
}
.spritespin {
  width: 100% !important;
  max-width: 800px;
  min-height: fit-content;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.spritespin_bottom {
	height: 276px;
	width: 100%;
	max-width: 1076px;
	border-radius: 100%;
	box-shadow: 0px 3px 2px #161616;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
}
@media (max-width: 1440px) {
	.hmair_1 h1 {
		margin-top: 70px;
		font-size: 74px;
		line-height: 74px;
	}
	.n_block_5 .n_item img {
		max-width: 500px;
	}
	.n_container {
		max-width: 1300px;
	}
	.product_left {
		width: calc(100% - 526px);
	}
	.product_right {
		max-width: 500px;
	}
	.product_right #button-cart {
		margin-right: 35px;
	}
}
@media (max-width: 1366px) {
	.n_also_section {
		padding-left: 35px;
		padding-right: 35px;
	}
	.n_witb, .faq_product {
		margin-left: 35px;
		margin-right: 35px;
	}
	.n_witb .n_container,
	.faq_product .n_container,
	.n_hushme_story .n_container {
		padding-left: 35px;
		padding-right: 35px;
	}
	.n_container {
		max-width: 1200px;
	}
	.n_also_section .title,
	.n_hushme_story h2.title {
		padding-left: 0px;
		padding-right: 0px;
	}
	.n_hushme_story {
		padding-left: 35px;
		padding-right: 35px;
	}
}
@media (max-width: 1366px) {
	.also_section .items .item {
		height: 250px;
		width: 250px;
	}
	.hmair_7_block {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media (max-width: 1152px) {
	.n_menu .n_menu_dropdown {
		margin-bottom: 25px;
	}
	.n_menu li {
		text-align: left;
	}
	.n_menu li:last-child {
		margin-top: 10px;
	}
	.n_menu li a {
		color: #fff;
		font-size: 16px;
	}
	.n_menu .n_menu_dropdown > a {
		font-size: 18px;
		margin-bottom: 7px;
		display: inline-flex;
	}
	.n_menu .n_menu_dropdown ul span ul li {
		margin-bottom: 10px;
	}
	.n_menu .n_menu_dropdown ul li a {
		color: #bebebe;
	}
	.product_right {
		max-width: 430px;
	}
	.product_left {
		width: calc(100% - 456px);
	}
	.n_mob_menu_link,
	.n_mob_menu,
	.mob_menu .n_menu {
		display: flex;
	}
	.mob_menu .n_menu {
		margin-top: 70px;
	}
	.n_mob_menu_link {
		display: flex;
	    align-content: center;
	    position: relative;
	    height: 26px;
	    width: 26px;
	    margin-left: 55px;
	}
	.n_mob_menu_link:after {
		content: '';
	    position: absolute;
	    margin-right: 3px;
	    -webkit-mask: url(/catalog/view/theme/default/image/new/icons/menu.svg) no-repeat center;
	    mask: url(/catalog/view/theme/default/image/new/icons/menu.svg) no-repeat center;
	    background-color: #D0D0D0;
	    -webkit-mask-size: 34px;
	    mask-size: 34px;
	    height: 26px;
	    width: 26px;
	}
	.n_mob_menu {
		position: fixed;
		top: -100%;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		background: #000;
		transition: all .2s;
		overflow-y: auto;
		z-index: 99999;
	}
	.n_top {
		z-index: 999991;
	}
	.n_mob_menu .n_menu {
		padding-left: 25px;
		padding-top: 70px;
	}
	.n_mob_menu.active {
		opacity: 1;
		top: 0;
	}
	.n_mob_menu #form-language {
		margin-top: 25px;
		padding-left: 25px;
	}
	.n_mob_menu .n_change_language_modal.active {
		top: 20px;
	}
	.n_utp {
		text-align: center;
	}
	.n_header a, .n_last_buy a {
		margin-left: auto;
		margin-right: auto;
	}
	.n_top .n_menu {
		display: none;
	}
	.n_top .n_cart {
		margin-left: auto;
		margin-right: 0px;
	}
	.n_block_6 .n_item img {
		max-width: 50px;
		max-height: 50px;
	}
	.n_block_6 .n_item p {
		font-size: 16px;
		line-height: 20px;
		margin-left: 15px;
	}
	#instafeed a {
		height: 170px;
	}
	.n_block_5 .n_item img {
		max-width: 400px;
	}
	.n_block_3_text {
		font-size: 70px;
		height: 300px;
	}
	.n_block_7 .n_slider-nav .n_item img {
		max-width: 70%;
	}
	.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: 25px 0px;
	}
	.buttons_and_also {
		flex-direction: column;
	}
	.product_right #button-cart {
		margin-right: 0px;
	}
	.product_right .also {
		max-width: 100%;
		margin-top: 10px;
	}
	.product_right .also p,
	.product_right .also ul {
		width: 100%;
	}
	/*****HUSHME AIR*******/
	.hmair_1_left span {
		left: initial;
		right: 0;
	}
	.hmair_1_right span {
		right: initial;
		left: 0;
	}
	.hmair_1_left span, .hmair_1_right span {
		padding-top: 150px;
		width: 140%;
		height: 140%;
		background-position: 0% 90%;
	}
	.hmair_1_left {
		justify-content: flex-end;
	}
	.hmair_1_right {
		justify-content: flex-start;
	}
	.button_scroll_bottom {
		bottom: 60px;
	}
	.hmair_1 {
		min-height: calc(100vh - 130px);
	}
	.hmair_1 h1 {
		font-size: 42px;
		line-height: 42px;
	}
	.hmair_1 a {
		font-size: 18px;
		height: 60px;
		width: 289px;
	}
	.hmair_title {
		font-size: 36px;
		line-height: 36px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.hmair_7 .hmair_title {
		padding-bottom: 40px;
	}
	.rotate360_title, .product_evolution_title {
		font-size: 47px;
		line-height: 47px;
	}
	.hmair_2 {
		margin-bottom: 0px;
	}
	.hmair_4 .hmair_title,
	.hmair_2 .hmair_title {
		padding-bottom: 82px;
	}
	.hmair_2_block,
	.hmair_4_block {
		flex-direction: column;
	}
	.hmair_2_left {
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
	}
	.hmair_2_left ul li {
		font-size: 20px;
		line-height: 24px;
		padding-left: 60px;
	}
	.hmair_2_right {
		margin-top: 0px;
		text-align: center;
	}
	.hmair_2_right img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 600px;
	}
	.hmair_2_left ul li {
	}
	.hmair_2_left ul li:before {
		margin-left: -42px;
		top: -50px;
	}
	.hmair_2_left ul li:after {
		margin-left: -42px;
		top: -50px;
	}
	.hmair_3 lite-youtube {
		width: 100%;
		height: auto;
	}
	.hmair_4 {
		margin-top: 110px;
	}
	.hmair_2 .n_container,
	.hmair_4 .n_container {
		padding-left: 0px;
		padding-right: 0px;
		max-width: 1625px;
	}
	.hmair_5 {
		margin-top: -200px;
	}
	.hmair_4_block {
		flex-direction: column-reverse;
	}
	.hmair_2_right .pc,
	.hmair_4_left .pc {
		display: none;
	}
	.hmair_2_right .mb {
		display: flex;
		width: 100%;
	}
	.hmair_4_left .mb {
		display: flex;
		width: 100%;
		margin-top: -200px;
	}
	.hmair_4_right ul {
		margin-left: 20px;
		margin-right: 20px;
	}
	.hmair_4_right ul li {
		font-size: 20px;
		line-height: 24px;
	}
	.hmair_5_block .item {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 80px;
	}
	.hmair_5_block .item:nth-of-type(1), .hmair_5_block .item:nth-of-type(2), .hmair_5_block .item:nth-of-type(3) {
		margin-bottom: 80px;
	}
	.hmair_5_block .item:last-child {
		margin-bottom: 0px;
	}
	.hmair_5_block .item p,
	.hmair_5_block .item span {
		text-align: left;
	}
	.hmair_7_block {
		display: initial;
		max-width: initial;
		margin-left: initial;
		margin-right: initial;
		align-items: initial;
		margin-bottom: 26px;
		/*padding-left: 20px;*/
		/*padding-right: 20px;*/
	}
	.hmair_7_block .item .hmair_7_1,
	.hmair_7_block .item .hmair_7_4 {
		transform: rotateZ(0deg);
	}
	.hmair_8 .slick-dots li button,
	.hmair_7 .slick-dots li button {
		background: #fff;
		border: 2px solid #000;
		width: 12px;
		height: 12px;
		opacity: 1;
	}
	.hmair_8 .slick-dots li.slick-active button,
	.hmair_7 .slick-dots li.slick-active button {
		background: #000;
		border: 2px solid #fff;
	}
	.hmair_9 .mb {
		display: flex;
	}
	.hmair_9 .pc {
		display: none;
	}
	.hmair_9 p {
		height: 1300px;
	}
	.hmair_9 img {
	    top: -78px;
	    transform: translate(-50%, 0%);
	}
	.hmair_10 {
		/*height: 717px;*/
		margin-top: -150px;
		position: relative;
		z-index: 1;
	}
	.hmair_10 span {
		width: 100%;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 40px;
	}
	.hmair_10 span u {
		width: calc(100% - 35px);
		flex-direction: column;
		font-size: 30px;
		padding: 0px;
		padding-right: 35px;
		text-align: center;
	}
	.hmair_10 span u a {
		font-size: 30px;
		text-align: center;
		margin-left: 0px;
		margin-top: 10px;
	}
	.hmair_10 span u a:after {
		height: 39px;
		width: 39px;
		-webkit-mask-size: 39px;
    	mask-size: 39px;
    	right: 38px;
    	top: 64px;
	}
	html[lang="ja"] .hmair_10 u {
		width: calc(100% - 100px);
		padding-right: 100px;
	}
	html[lang="ja"] .hmair_10 u a,
	html[lang="ja"] .hmair_10 u {
		font-size: 20px;
		word-wrap: break-word;
	}
	html[lang="ja"] .hmair_10 u a {
		margin-bottom: 7px;
	}
	.hmair_10 span:before {
		width: 110px;
		height: 110px;
		left: -25px;
		top: -82px;
	}
	.hmair_10 span u:after {
		width: 79px;
    	height: 79px;
    	right: -19px;
    	top: -49px;
	}
	.hmair_10 span u p {
		font-size: 12px;
		padding: 10px 12px;
		right: 44px;
	}
	.comparison_left {
		max-width: 124px;
	}
	.comparison_right {
		width: calc(100% - 124px);
		position: relative;
	}
	.comparison_right_content .item p {
		font-size: 16px;
		line-height: 16px;
	}
	.comparison_left p {
		font-size: 18px;
		line-height: 24px;
	}
	.comparison_left ul li {
		font-size: 13px;
		line-height: 17px;
		padding-right: 7px;
	}
	.hmair_8 {
		padding-bottom: 0px;
	}
	.comparison_right .slick-dots {
		position: absolute;
		left: -124px;
		width: calc(100% + 124px);
	}
	.comparison_right_content .item ul {
		margin-top: 100px;
	}
	.hmair_7_block {
		margin-left: 10px;
		margin-right: 0px;
	}
	.hmair_7_block .slick-list {
		padding-left: 0px !important;
	}
	.hmair_7_block .item {
		margin-right: 22px;
	}
	.hmair_11 p {
		text-align: left;
	}
}
@media (max-width: 1024px) {
	.also_section .items .item {
		width: 200px;
		height: 200px;
	}
	.n_header .n_container {
		height: calc(100vh - 70px);
	}
}
@media (max-width: 376px) {
	.hmair_1 h1 {
		margin-top: 70px;
	}
}
@media (max-width: 768px) {
	.n_utp ul li {
		background: rgba(0,0,0,0.5);
    	padding: 3px;
    	border-radius: 4px;
    	border-bottom: none;
	}
	.n_header {
	    /* background: #D4E9E2 url(/catalog/view/theme/default/image/new/banner_winter_bg.png) no-repeat 50% 50%; */
	    background: #000 url(/catalog/view/theme/default/image/new/header_bg.jpg) no-repeat 70% 50%;
	    background-size: cover;
	    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
	    margin-bottom: 25px;
	    position: relative;
	    overflow: hidden;
	}
	.n_block_4 .n_item {
	    position: relative;
	    margin-bottom: 60px;
	    display: flex;
	    flex-direction: column;
	}
	.application .n_item img{
		max-width: 100%;
	    height: 124px;
	    object-fit: cover;
	}
	.application_contact {
    	margin: 30px 0;
    }
	.link_to_menu{
		display: none!important;
	}
	.n_also_section_checkout .items {
		justify-content: center;
	}
	.n_also_section_checkout .items .item {
		width: 90px !important;
		height: 90px !important;
	}
	.n_also_section_checkout h2 {
		font-size: 16px;
		text-align: center;
	}
	.n_also_section_checkout .items .item:nth-child(3n+3) {
		margin-right: 0px !important;
	}
	.n_inst p img {
		top: 4px;
	}
	.n_top .n_cart button {
		height: 24px;
		width: 24px;
	}
	.n_top .n_cart button:before {
		-webkit-mask-size: 24px;
    	mask-size: 24px;
    	height: 24px;
    	width: 24px;
	}
	.agree_cookie {
		max-width: calc(90% - 50px);
		transform: translate(-50%, -50%);
		margin: 0px;
	}
	.n_hushme_story,
	.n_also_section {
		padding-left: 55px;
		padding-right: 55px;
	}
	.product_right .also {
		width: initial;
	}
	.n_block_6 {
		padding-left: 25px;
		padding-right: 25px;
	}
	.n_block_6 .n_item p {
		width: 100px;
	}
	#information-contact p,
	#information-contact form {
		max-width: 100%;
	}
	#information-contact p {
		padding-left: 25px;
		padding: 25px;
		text-align: left;
	}
	.title_purple {
		font-size: 33px;
	}
	.also_section .items .item button .caption,
	.also_section .items .item a .caption {
		display: none;
	}
	.about_us #content .about_us_left {
		display: none;
	}
	.about_us .about_us_title .n_container h1 {
		left: 30px;
	}
	.n_hushme_story_block {
		flex-direction: column;
		margin-left: 0px;
		margin-right: 0px;
	}
	.n_hushme_story_block .item {
		margin-left: 20px;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.n_hushme_story_block .item:last-child {
		/*margin-right: 20px;*/
		margin-right: auto;
	}
	.n_osob {
		flex-direction: column;
	}
	.n_osob_center {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.n_osob_center img:last-child {
	 	margin-top: 30px;
	}
	.n_block_4 .n_item_small .n_text {
		font-size: 20px;
	}
	.n_block_4 .n_item_small .n_text_small {
		margin-top: 10px;
	}
	.n_block_7 .n_slider-nav .n_item span {
		height: 170px;
	}
	.bottom_bar .n_container .bottom_bar_product p {
		font-size: 13px;
		margin-right: 10px;
	}
	.bottom_bar .n_container .bottom_bar_product .price .stock {
		font-size: 13px;
	}
	.bottom_bar .n_container .bottom_bar_product .price {
		margin-right: 10px;
	}
	.bottom_bar .n_container .bottom_bar_product button,
	.bottom_bar .n_container .bottom_bar_product a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.bottom_bar .n_container .bottom_bar_product button {
		font-size: 13px;
		padding-left: 12px;
		padding-right: 12px;
	}
	.n_block_5 .n_item img {
		max-width: 250px;
	}
	.n_block_5 .n_item p,
	.n_block_5 .n_item p span {
		font-size: 20px;
		line-height: 34px;
	}
	.n_block_4 .n_item .n_text {
		right: 50px;
	}
	.n_block_4 .n_item .n_text p {
		font-size: 20px;
	}
	.n_block_4 .n_item span {
		font-size: 17px;
	}
	.n_block_6 .n_items {
		flex-wrap: wrap;
	}
	.n_block_6 .n_items .n_item {
		width: 50%;
		/*justify-content: center;*/
	}
	.n_block_9 .n_items li a img {
		max-width: 70%;
	}
	#instafeed a {
		width: 33.333333333%;
		height: 125px;
	}
	.application_contact {
		width: 80%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.product_left,
	.product_right {
		width: calc(100% - 40px);
		max-width: 100%;
	}
	.product_left {
		width: 100%;
	}
	.product_left .thumbnails {
		width: 100%;
	}
	.n_witb,
	.faq_product,
	.n_osob {
		margin-left: 20px;
		margin-right: 20px;
	}
	.faq_product {
		padding-top: 0px;
	}
	.n_osob_left,
	.n_osob_right {
		display: flex;
		justify-content: center;
	}
	.also_section .items .item:nth-child(3n+3) {
		margin-right: 45px;
	}
	.also_section .items .item:nth-child(even) {
		margin-right: 0px;
	}
	.n_title_page h1 {
		font-size: 38px;
	}
	.n_block_5 {
		background-size: 500px;
	}
}
@media (max-width: 500px) {
	.n_witb .n_container, .faq_product .n_container, .n_hushme_story .n_container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.n_hushme_story, .n_also_section {
		padding-left: 20px;
		padding-right: 20px;
	}
	.product_right {
		margin-top: 20px;
	}
	.product_right .also p {
		width: initial;
	}
	.up_button:hover {
		background: none;
	}
	.up_button:hover:before {
		background-color: #fff;
	}
	.up_button:active {
		background: #fff;
	}
	.up_button:active:before {
		background-color: #000;
	}
	.n_block_7 .n_title {
		margin-bottom: 10px;
	}
	.n_block_3 .n_item {
		padding: 12px;
		border-radius: 35px;
	}
	.bottom_bar .n_container {
		height: 50px;
	}
	.product_left {
		position: relative;
	}
	.slider-nav {
		display: none;
		visibility: hidden;
	}
	.slider_for_mob_arrow {
		position: absolute;
		left: 0%;
		top: 50%;
		transform: translate(0%, -50%);
		height: 30px;
		width: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 1;
		background: rgba(255,255,255,0.3);
	}
	.slider_for_mob_arrow:before {
		position: absolute;
		content: '';
		-webkit-mask: url(/catalog/view/theme/default/image/new/icons/arrow_slider.svg) no-repeat center;
	    mask: url(/catalog/view/theme/default/image/new/icons/arrow_slider.svg) no-repeat center;
	    background-color: #414042;
	    -webkit-mask-size: 7px;
	    mask-size: 7px;
	    height: 26px;
	    width: 26px;
	}
	.slider_for_mob_arrow.slider_for_mob_left:before {
		transform: rotate(-180deg);
	}
	.slider_for_mob_arrow.slider_for_mob_right {
		right: 0;
		left: initial;
	}
	.product_left .thumb {
		width: 100%;
	}
	.product_left .slick-slide img {
		margin-left: auto;
		margin-right: auto;
		border-radius: 40px 40px 0px 0px;
	}
	.product_right #button-cart {
		height: 54px;
	}
	.product_right .also p {
		height: 50px;
	}
	.product_left .slick-slide {
		min-height: 200px;
	}
	.product_left .slick-dots li button {
		background: #eee;
		opacity: 1;
	}
	.product_left .slick-dots li.slick-active button {
		background: #000;
	}
	.product_left .slick-dots {
		position: absolute;
		bottom: 25px;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	.product_left .slick-dots li {
		display: flex;
	}
	.product_right h1 {
		font-size: 32px;
		margin-bottom: 10px;
		text-align: center;
	}
	.n_color_product {
		justify-content: center;
		margin-bottom: 35px;
	}
	.n_color_product li {
		margin-right: 15px;
	}
	.n_color_product li.active a {
		padding: 0px 10px;
	}
	.n_color_product li a {
		width: 30px;
		height: 30px;
	}
	.n_inst {
		margin: 100px 0px;
	}
	.n_last_buy {
		background: url(/catalog/view/theme/default/image/new/n_last_buy_mob.jpg) no-repeat center;
    	background-size: cover;
    	height: 420px;
    	justify-content: flex-end;
    	padding-bottom: 70px;
	}
	.n_last_buy p,
	.n_last_buy span {
		text-shadow: 0px 0px 18px #5a5a5a;
	}
	#modal_cart .n_color_product {
		justify-content: flex-start;
	}
	.n_inst p {
		font-size: 26px;
	}
	.slick-dots li {
		margin: 0px 3px;
		display: flex;
	}
	.n_also_section_left {
		display: none;
	}
	.product_right .description p {
		text-align: center;
	}
	.also_section .items .item {
		width: 130px;
		height: 130px;
		margin-right: 20px;
	}
	.also_section .items .item:nth-child(3n+3) {
		margin-right: 20px;
	}
	.also_section .items .item:last-child {
		margin-right: 0px;
	}
	.product_content {
		padding: 0px;
	}
	.faq_product .items {
		flex-direction: column;
	}
	.faq_product .items .item:nth-child(even) {
		margin-left: 0px;
		margin-top: 25px;
	}
	.faq_product .items .item {
		width: calc(100% - 62px);
	}
	.price_and_qty {
		margin-bottom: 20px;
		margin-top: 20px;
		justify-content: center;
	}
	.spm_items {
		flex-wrap: wrap;
		margin: 35px 0px;
	}
	.spm_items .item {
		width: 50%;
		margin-right: 0px;
	}
	.spm_items .item:nth-child(even) {
		margin-right: 0px;
	}
	.spm_items .item p {
		font-size: 14px;
		width: 65%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.spm_items .item:nth-of-type(1),
	.spm_items .item:nth-of-type(2) {
		margin-bottom: 20px;
	}
	.spm_items img {
		max-width: 50px;
		max-height: 50px;
	}
	.n_menu .n_menu_dropdown > a {
		font-size: 15px;
		margin-bottom: 7px;
	}
	.n_menu .n_menu_dropdown ul span ul li {
		margin-bottom: 6px;
	}
	.n_menu li a {
		font-size: 15px;
	}
	.n_top .n_logo img {
		height: 30px;
	}
	.n_title_page h1 {
		font-size: 22px;
	}
	.n_block_4 .n_item span {
		color: #000;
		font-size: 14px;
	}
	.n_block_4 .n_item_small .n_text_small ul li {
		font-size: 14px;
		color: #000;
	}
	.n_block_4 .n_item_small .n_item_small_block {
		position: relative;
		top: initial;
		left: initial;
		margin-top: -25px;
		align-items: center;
		height: initial;
	}
	.application_contact {
		width: 100%;
		padding-top: 35px;
		padding-bottom: 35px;
		border-radius: 25px;
	}
	.n_mob_menu_link {
		margin-left: 25px;
	}
	.n_top .n_cart {
		margin-left: auto;
		margin-right: 25px;
	}
	.n_change_language {
		font-size: 14px;
	}
	.n_block_6 .n_items {
		height: auto;
	}
	.n_block_6 .n_items .n_item {
		width: 100%;
		margin-bottom: 25px;
		justify-content: center;
	}
	.n_block_6 .n_items .n_item:last-child {
		margin-bottom: 0px;
	}
	.n_header h1, .n_last_buy p {
		font-size: 34px;
	}
	.n_header p, .n_last_buy span i {
		font-size: 50px;
	}
	.n_block_7 .n_title, .n_block_8 .n_title, .n_block_9 .n_title {
		text-align: center;
		font-size: 30px;
	}
	.n_block_2 {
		background-size: cover;
		min-height: 400px;
	}
	.n_block_2 p {
		font-size: 18px;
		padding: 50px 0px;
	}
	.n_block_2 p span {
		margin-left: 0px;
	}
	.n_block_3 .n_item {
		margin-bottom: 30px;
		border-radius: 25px
	}
	.n_block_3 .n_item img {
		max-width: 70px;
		max-height: 70px;
	}
	.n_block_3 .n_item .n_item_right {
		margin-left: 14px;
	}
	.n_block_3 .n_item .n_item_right p {
		font-size: 16px;
		margin-bottom: 3px;
	}
	.n_block_3 .n_item .n_item_right span {
		font-size: 13px;
		line-height: 1;
	}
	.n_block_3 .n_item .n_item_time {
		top: 9px;
	    right: 20px;
	    font-size: 12px;
	}
	.n_block_3_text {
		border-radius: 50px;
		font-size: 34px;
		height: initial;
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.n_block_3_text span {
		width: fit-content;
		padding: 0px 10px;
		border-radius: 10px;
		margin-top: 8px;
	}
	.n_block_4 .n_item .n_text {
		right: initial;
	    position: relative;
	    top: initial;
	    transform: initial;
	    margin-top: -25px;
	    align-items: center;
	}
	.n_block_4_title  {
		font-size: 34px;
	}
	.n_block_5 {
		margin-top: 67px;
		padding-top: 67px;
		border-top: 1px solid #eee;
		width: 100%;
		overflow: hidden;
	}
	.n_block_5 .n_item {
		flex-direction: column;
	}
	.n_block_5 .n_item p, .n_block_5 .n_item p span {
		font-size: 18px;
		line-height: 30px;
	}
	.n_block_5 .n_item img {
		margin-top: 25px;
		max-width: 100%;
	}
	.n_block_5 .n_item p span {
		padding: 8px 15px;
	}
	.n_block_6 {
		border-radius: 50px;
		padding-bottom: 50px;
	}
	.n_block_8 .n_block_8_slider .n_item_header {
		flex-direction: column;
		align-items: flex-start;
	}
	.n_block_8 .n_block_8_slider .n_item_header img {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	.n_block_8 .n_block_8_slider .n_item_header_info span {
		font-size: 16px;
	}
	.n_block_8 .n_block_8_slider .n_item_header_info {
		margin-left: 0px;
		margin-top: 25px;
	}
	.n_block_9 .n_items {
		flex-direction: column;
	}
	.n_block_9 .n_items li {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 35px;
	}
	.n_block_9 .n_items li:last-child {
		margin-bottom: 0px;
	}
	.n_header p, .n_last_buy span i {
		font-size: 34px;
	}
	#modal_cart .content {
		width: 100%;
	}
	.n_footer .n_container {
		flex-direction: column;
	}
	.n_footer .n_container .n_foot_1,
	.n_footer .n_container .n_foot_2,
	.n_footer .n_container .n_foot_3 {
		margin-bottom: 35px;
	}
	#modal_cart h2 {
		font-size: 20px;
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	#modal_cart .content .products li.text_empty {
		font-size: 16px;
	}
	#modal_cart .n_pays {
		margin-bottom: 15px;
	}
	#modal_cart .content .products .product .product_right {
		padding-bottom: 10px;
		margin-top: 10px;
	}
	#modal_cart .content .products .product .product_right > a {
		font-size: 15px;
	}
	.about_us .about_us_title {
	    height: 490px;
	    width: 100%;
	    background: url(/catalog/view/theme/default/image/new/aboutus.jpg) no-repeat 50% 50%;
	    background-size: cover;
	    margin-bottom: 100px;
	    position: relative;
	}
	.n_item_right {
	    padding-top: 15px;
	}

}
@media (max-width: 374px) {
	.also_section .items .item {
		width: 150px;
		height: 150px;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.also_section .items .item:nth-child(3n+3) {
		margin-right: 0px;
	}
	.also_section .items .item:last-child {
		margin-right: 0px;
		margin-bottom: 0px;
	}
	.bottom_bar .n_container {
		padding-left: 13px;
		padding-right: 13px;
	}
}
@media (max-width:  330px) {
	.bottom_bar .n_container .bottom_bar_product p {
		display: none;
	}
}

.text-danger {
    text-align: left;
    padding-left: 16px;
    font-size: 12px;
    color: #ff0000;
    margin-top: 8px;
}

.select-css { 
display: block;
color: #000;
padding: .6em 1.4em .5em .8em; width: 100%; 
max-width: 100%; 
box-sizing: border-box; 
margin: 0; 
border: 1px solid #fafafa;
border-radius: .5em;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 background-color: #fafafa; 
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); 
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%, 0 0;
background-size: .65em auto, 100%; 
} 
 .select-css::-ms-expand { display: none; } 
 .select-css:hover { border-color: #888; } 
 .select-css:focus { border-color: #aaa; 
 box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
 box-shadow: 0 0 0 3px -moz-mac-focusring; 
color: #222;
 outline: none; 
} 
 .select-css option { font-weight:normal; } 
 *[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css { 
background-position: left .7em top 50%, 0 0; 
padding: .6em .8em .5em 1.4em; 
}