@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body, html {
	font-family: 'Manrope', sans-serif;
	color: #020C16;
	line-height: 1.6;
	overflow-x:hidden;
}

body {
	min-height:100%;
	margin: 0;
	padding: 0;
	overflow:visible;
	position:relative;
	background: #fff;
}

a {
	color: #58626C;
	transition: all .7s !important;
	text-decoration: none;
}

.hidden {display: none;}

a:hover, a:focus {
	color: inherit;
	text-decoration: none;
}

p {
	margin-bottom: 1rem;

}

.fn_price.red_price {
	color: #2CB742;
}

section.product_tabs {
	padding: 0;
}

.h2, p {
	width: 100%;
}

.mobile_nav.btn-menu {
	display: none;
}

blockquote {
	font-size: 1.5rem;
	font-weight: 500;
	padding-left: 4rem;
	border-left: 7px solid #00a2e9;
	margin: 3rem 0;
}

.no-padding {padding:0;}

img{max-width:100%;}

/* .container {
	position: relative;
} */

.center {
	text-align: center;
}

.h100 {
	height: 100%;
}

.absolute {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.top_menu {
	font-size: .85rem;
}

.top_menu .row {
	padding: 1rem 0 0;
}

.top-nav .nav-item {
	padding-right: 1.25rem;
}

.top-nav .nav-item:last-child {
	padding: 0;
}

.header_tel {
	white-space: nowrap;
	column-gap: 1rem;
}

/* .top-nav .nav-item.menu_item_1:nth-child(6) {
	display: none;
} */

.messangers {
	column-gap: .5rem;
}

.messangers a {
	width: 1.5rem;
	height: 1.5rem;
}

.tel {
	font-weight: 700;
	font-size: .93rem;
	color: inherit;
	letter-spacing: -.2px;
}

.h3, h3 {
	font-size: 1.35rem;
}

.mobile-menu-close {
	cursor: pointer;
}

.mobile-menu-close svg {
	height: 1rem;
}

.mobile-menu-close:hover, .mobile-menu-close:focus, .btn-menu:hover, .btn-menu:focus {
	opacity:.7;
}

.mobile-menu {
	position: fixed;
	list-style: none;
	padding: 0;
	width: 100%;
	height: 100vh;
	background-color: #075f9e;
	margin-top: 0;
	left: -400px;
	transition: 500ms;
	z-index: 9;
	top: 0;
	max-width: 400px;
}

.mobile-menu .mobile-inner {
	overflow: auto;
	position: relative;
	height: 100%;
	padding: 2.5rem;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mobile-inner .nav {
	flex-direction: column;
	margin-top: 4rem;
}

.mobile-inner .nav .nav-link {
	padding: 0;
	margin: .5rem 0;
	display: inline-block;
	font-weight: 500;
	text-transform: none;
	font-size: 1.125rem;
}

.mobile-inner .mobile_cont {
	position: absolute;
	bottom: 3.5rem;
}

.mobile-inner .phone {
	margin: 0;
}

.show-menu {
	left: 0;
}

.mobile-menu.show-menu .hidemenu {
	content: "";
	background: rgba(0,0,0,.7);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0;
	cursor: pointer;
	height: 100vh;
}

.menu-list {
	margin-top: 3rem;
}

.menu-accordion {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-accordion > li {
	position: relative;
	line-height: 22px;
	padding: 8px 0;
	font-size: 1.05rem;
	font-weight: 500;
}

.menu-accordion  li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.menu-accordion .dropdown li {
	position: relative;
	font-weight: 400;
	padding: .5rem 0 .5rem 1rem;
	line-height: 1.4;
}

.menu-accordion .dropdown li a {
	color: inherit;
	font-size: .9rem;
}

.menu-list ul > li > a:hover, .menu-list ul > li.active > a {
	color: #D60202;
}

.menu-accordion .nav-link {
	line-height: inherit;
	font-size: inherit;
}

.has-submenu {
	z-index: 9;
	cursor: pointer;
	line-height: 22px;
	text-align: center;
	height: 22px;
	width: 22px;
	font-weight: 400;
	background: url(../images/plus.svg) no-repeat 100% 50%;
	background-size: 1.125rem;
}

.has-submenu.inn {
	background-image: url(../images/minus.svg);
}



.dropdown .has-submenu {
	top: 0;
}

.menu-accordion ul.dropdown {
	z-index: 1;
	position: relative;
	overflow: hidden;
	display: none;
}

.menu-accordion .active ul.dropdown {
	display:block;
}

.menu-accordion ul.dropdown {
	padding-top: 12px;
	list-style: none;
	padding-left: 0;
	width: 100%;
}

.mfp-figure, .mfp-figure img {
	cursor: pointer;
	padding: 0 !important;
}

.nav-link {
	padding: 0;
}

.top_menu .nav-link, footer a, footer .nav-link {
	color: inherit;
	font-weight: 400;
	display: inline-block;
	opacity: .6;
}

.mfp-figure .mfp-close {
	top: 0;
}

.mfp-counter {
	display: none;
}


.top_menu .nav-link.active, .top_menu .nav-link:hover, .top_menu .nav-link:focus, footer .nav-link.active, footer .nav-link:hover, footer .nav-link:focus {
	color: inherit;
	opacity: 1;
}

footer .nav-link.active,
footer .nav-link:hover,
footer .nav-link:focus {
	color: #fff;
}

.main-nav .menu_list_1 > li > .nav-link {
	color: #151515;
	font-weight: 600;
	font-size: 1.05rem;
	padding: 1.75rem 0;
	display: flex;
	gap: .2rem;
	letter-spacing: -.01rem;
}

.main-nav .menu_list_1 > li > .nav-link:hover, .main-nav .menu_list_1 > li > .nav-link:focus, .main-nav .menu_list_1 > li > .nav-link.active {
	color: #000;
}

.link-products a:hover, .link-products a:focus {
	color: #D60202;
}

.main-nav {
	flex: 1;
}

.main-nav > ul {
	justify-content: center;
	column-gap: 2rem;
}

.search_dropdown {
	display:none;
	position: absolute;
}

.search_dropdown.show-search {
	display: block;
	width: 100%;
	height: 4rem;
	z-index: 9;
	background: #fff;
	/* transition: all .3s ease-in-out; */
	position: fixed;
	overflow-y: hidden;
	left: 0;
}

.about-section {
	background: url(../images/about.jpg) no-repeat fixed 50% 50% / cover;
	padding: 4rem 0;
	color: #fff;
	position: relative;
}

.about-section::after {
	content: '';
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.about-section .container {
	padding: 0 2rem;
	position: relative;
	z-index: 1;
}

.hidesearch {
	background: rgba(0,0,0,.6);
	position: fixed;
	width: 100%;
	height: 100%;
	cursor:pointer;
}
.search-row {
	height: 100%;
}

.body-search {
	overflow: hidden;
	padding-right: 17px;
}

#fn_search {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 1rem;
	justify-content: start;
}

.fn_search, .searcharea {
	flex: 1;
}

.fn_search {
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 0;
	padding-bottom: 5px;
	outline: none !important;
}

.autocomplete-suggestions {
	width: 100% !important;
	background: #fff;
	left: 0 !important;
	max-height: none !important;
	padding: 2rem 0;
}

.autocomplete-suggestion {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	line-height: 1.4;
}

.search_dropdown .container, .autocomplete-suggestion {
	max-width: 940px;
}

.search-toggle.btn-show-search {
	display: none;
}

.autocomplete-suggestion:hover {
	background: rgba(0,0,0,.02);
}

.autocomplete-suggestion span {
	font-weight: 500;
	text-align: right;
}

.autocomplete-suggestion:last-child {
	border-bottom: none;
}

.autocomplete-suggestion a {
	flex: 1;
	padding: 1rem;
	color: inherit;
}

.search_button, .search-close {
	width: 24px;
	height: 24px;
}

.search-close svg {
	width: 18px;
}

.search_button {
	padding: 0;
	line-height: 1;
	border: 0;
	background: 0;
}

.search-close:hover, .search-close:focus, .search_button:hover, .search_button:focus {
	cursor: pointer;
	opacity: .7;
}

.holiday {
	line-height: 1.2;
	font-size: .85rem;
}

.sticky-detail select {
	display: none;
}

.table {
	font-size: .9rem;
	line-height: 1.4;
}

.table th {
	font-weight: 600;
	background: #58626C;
	color: #fff;
	line-height: 1;
	font-size: .85rem;
}

header.sticker {
	background: #fff;
	transition: all .3s ease-in-out;
	border-bottom: 1px solid #efefef;
	/* box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25); */
	position: relative;
	z-index: 2;
	width: 100%;
	top: 0;
}

header.sticker.stickytop {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 101;
	width: 100%;
}

header .container {
	height: 100%;
}

.banners .container {
	padding-bottom: 4rem;
	-webkit-user-select:  text;
    -moz-user-select:  text;
    -ms-user-select:  text;
    user-select: text;

}

.logo img {
	width: 14rem;
	height: auto;
}

header .row {
	height: 100%;
}

header a {
	color: inherit;
	cursor: pointer;
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
}

.mobile-inner .phone a::before{display:none;}

.mobile-inner .logoname {
	font-size: 1.2rem;
}

.mobile-inner .logotext {
	font-size: .88rem;
	line-height: 1.4;
}

.products_container {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.autocomplete-suggestion div:first-child {
	display: none;
}

footer .phone {
	padding-left: 0;
	margin: 0;
}

.menu {
	border-top: 1px solid rgba(255,255,255,.25);
	border-bottom: 1px solid rgba(255,255,255,.25);
	height: 50px;
	display: flex;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.header .container {
	position: static;
}

.main_block {
	min-height: 100vh;
	display: flex;
	align-items: center;
	color: #fff;
	position: relative;
}

.main_block_text {
	position: relative;
	z-index: 1;
}

.fixedtop {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
	color: #fff;
}

.slick-dots, .slick-dots li {
	margin: 0;
}

.products_header {
	padding-top: 2rem;
}

.products_header.products_header_img::after {
	content: '';
	/* background: rgb(2,0,36); */
	background: linear-gradient(90deg, rgb(0, 0, 0,.4) 0%, rgba(0,0,0,0) 70%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.products_header.products_header_img {
	display: flex;
	margin-bottom: 2rem;
	min-height: 400px;
	background-size: cover;
	background-position: 75% 50%;
	align-items: center;
	justify-content: start;
	text-align: left;
	position: relative;
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 0;
}

.products_header.products_header_img h1 {
	display: block;
	font-size: 4rem;
	max-width: 650px;
	color: #fff;
	position: relative;
	z-index: 1;
	line-height: 1;
	font-weight: 500;
}

.products_header.products_header_img .block-desc {
	max-width: 620px;
	font-size: 1.25rem;
	line-height: 1.4;
	font-weight: 500;
	color: #fff;
}

.sub_header {
	font-size: 1.4rem;
	display: block;
	font-weight: 300;
	margin-bottom: .5rem;
}

.products_header.products_header_img .products_container {
	z-index: 1;
}

.phone {
	margin-left: 3rem;
}

.phone a {
	color: inherit;
	font-size: 1.25rem;
	font-weight: 900;
}

.mobile-menu-close:hover, .mobile-menu-close:focus, .btn-menu:hover, .btn-menu:focus {
	opacity:.7;
}

.mobile-menu {
	position: fixed;
	list-style: none;
	padding: 0;
	width: 100%;
	 height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
	height: calc(var(--vh, 1vh) * 100);
	margin-top: 0;
	left: -400px;
	transition: 500ms;
	z-index: 999;
	top: 0;
	max-width: 400px;
}

.mobile-inner .nav {
	flex-direction: column;
	margin-top: 4rem;
}

.mobile-inner .nav .nav-link {
	padding: 0;
	font-size: 1rem;
	margin: .5rem 0;
	display: inline-block;
	font-weight: 700;
	letter-spacing: .05em;
}

.mobile-inner .mobile_cont {
	position: absolute;
	bottom: 3.5rem;
}

.mobile-inner .phone {
	margin: 0;
}

.show-menu {
	left: 0;
}

.menu-list.menu-info {
	margin: 1rem 0 0;
	border: 0;
}

.menu-info .has-submenu {
	width: 100%;
	position: absolute;
	text-align: right;
	top: .5rem;
	right: 0;
}

.mobile-menu.show-menu .hidemenu {
	content: "";
	background: rgba(0,0,0,.7);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0;
	cursor: pointer;
	height: 100vh;
}

#easy-menu ul ul {
	position: absolute;
	left: auto;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: #fff;
	padding: 10px;
	display: none;
	z-index: 11;
	box-shadow: 0 .25rem 1rem rgba(170, 189, 206, 0.25);
	overflow: hidden;
}

#easy-menu li:hover > ul {
	margin-top: 0;
	display: block;
}

#easy-menu ul ul li {
	border-bottom: 1px solid rgba(255,255,255,0.07);
	padding: 0;
	display: flex;
	text-align: left;
	line-height: 1.2;
	vertical-align: top;
	float: none;
	flex-direction: column;
}

#easy-menu li:hover > ul > li {
	opacity: 1;
}

#easy-menu, #easy-menu ul, #easy-menu ul li, #easy-menu ul li a {
	position: relative;
	box-sizing: border-box;
}

#easy-menu ul ul li a:hover, #easy-menu ul ul li a.active {
	background: #f7f7f7;
}

#easy-menu ul.nav-main > li > a {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .03rem;
	font-size: .9rem;
}

#easy-menu ul ul li a {
	min-width: 270px;
	white-space: normal;
}


#easy-menu ul ul li a:before{display:none}


#easy-menu ul ul ul {
	margin-left: 100%;
	transition: .3s;
	top:0;
}
#easy-menu ul ul li:last-child{border-bottom:0}
#easy-menu ul ul li a{font-size:.9rem}
#easy-menu ul ul > li.has-sub:hover > a:before{top:17px;height:0}



#easy-menu > ul > li.last {
	padding-right: 0;
}

#easy-menu ul ul li a {
	line-height: 1.25;
	font-weight: 500;
	padding: .5rem;
	display: block;
	color: inherit;
	font-size: .85rem;
}

#easy-menu ul ul ul.fn_menu_list.nav.menu_list_3 a {
	font-weight: 300;
}

#easy-menu ul ul li > a:hover, #easy-menu ul ul li > a:focus, #easy-menu ul ul li.active > a {
	text-transform: underline;
}

#easy-menu ul li.active > a, #easy-menu ul li > a:hover, #top-menu ul li.active > a, #top-menu ul li > a.active, #top-menu ul li > a:hover  {

}

.icon-header.search-toggle {
	cursor: pointer;
}

.mfp-iframe-scaler {
	width: 100% !important;
	height: 0;
	overflow: visible;
	padding-top: 56.25% !important;
	max-width: none !important;
}

.mfp-iframe-scaler .mfp-close {
	top: -2rem;
	color: #fff;
	right: -2rem;
}

.product-slider-section .container, .video-slider-section .container {
	position: relative;
}

.breadcrumbs {
	overflow: hidden;
	margin-bottom: 0;
}

.breadcrumb {
	background: none;
	padding: 0;
	margin: 1.5rem 0 0;
	font-size: .85rem;
/* 	white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch; */
	padding-bottom: .5rem;
}

.if_cat_img .breadcrumb {margin: 0; padding: 0}

.breadcrumb a {
	color: inherit;
	opacity: .6;
}

.breadcrumb a:hover,  .breadcrumb a:focus{
	opacity: .9;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #828282;
}

.row.main-features {
	margin-bottom: 1rem;
}

.row.main-features .card_annotation {
	height: 100%;
}

.service-features {
	padding-bottom: 0;
}


.main-features.row > div {
	margin-top: 1rem;
}

.main-features.row > div span {
	font-size: .95rem;
	max-width: 300px;
	opacity: .8;
}

.main-features.row > div p {
	flex-direction: column;
	display: flex;
	gap: .5rem;
	line-height: 1.4;
	flex: 1;
	margin-top: 1rem;
}

.main-features.row > div p b {
	font-weight: 600;
	font-size: 1.05rem;
}

.main-features.row > div p b a {color: inherit;}

#easy-menu ul ul ul {
	margin-left: -260px;
	max-width: 280px;
	display: block;
}

.btn, .checkout_button.yookassa_button {
	background: #D60202;
	color: #fff;
	padding: .7rem 1rem;
	transition: all .3s ease-in-out !important;
	border-radius: 3rem;
	font-weight: 600;
	white-space: nowrap;
	border: 2px solid transparent;
	min-width: 9rem;
	font-size: .9rem;
}

.btn:hover, .btn:focus, 
.checkout_button.yookassa_button:hover, .checkout_button.yookassa_button:focus {
	background: #F62222;
	color: #fff;
}

.checkout_button.yookassa_button {
	margin-top: 1rem;
}

.btn.grad-blue-outline {
	background: #828282;
	color: #fff;
	border-color: transparent;
}

.btn.grad-blue-outline:hover,
.btn.grad-blue-outline:focus {
	background:  #78828C;
}

.btn.grad-blue-outline.fn_callback_buy_to_click {
	background: none !important;
	color: #D60202;
	border-color: #D60202;
}

.btn.grad-blue-outline.fn_callback_buy_to_click:hover,
.btn.grad-blue-outline.fn_callback_buy_to_click:focus {
	color: #F62222;
	border-color: #F62222;
}

.banners .slick-track {
	overflow: hidden;
	display: flex;
}

.fn_banner_group1{
	overflow: hidden;
	height: 670px;
}




/* .banners .banner-item::before {
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, 1.0);
	background: linear-gradient(0deg, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 40%);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
} */

#captcha_id.fn_validate_feedback {
	max-width: 540px;
	padding: 2.5rem 2.5rem 1rem;
	background: #f7f7fc;
}

.banners .banner-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 670px;
	display: flex;
	align-items: center;
}

.btn-prev, .btn-next {
	position: absolute;
	z-index: 1;
	top: calc(50% - 3.5rem);
	width: 3.5rem;
	height: 3.5rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	background-size: .6rem;
	border-radius: 50%;
}

.btn-prev:hover, .btn-next:hover, .btn-prev:focus, .btn-next:focus {
	background-color: rgba(0,0,0,.1);
}


.btn-prev.dark-prev:hover, .btn-next.dark-next:hover, .btn-prev.dark-prev:focus, .btn-next.dark-next:focus {
	box-shadow: 0 0 14px rgba(0,0,0,.14) !important;
}

.btn-prev {
	background-image: url(../images/prev.svg);
	left: 2rem;
}

.btn-prev.dark-prev {
	background-image: url(../images/prev_b.svg);
}

.btn-next {
	background-image: url(../images/next.svg);
	right: 2rem;
}

.btn-next.dark-next {
	background-image: url(../images/next_b.svg);
}


.btn-prev.dark-prev, .btn-next.dark-next {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.product-slider-section .slick-list {
	overflow: visible !important;
	margin: 0;
}

.fn_product_slider, .fn_browsed_product_slider {
	position: unset;
}

.product-slider-section .btn-prev {
	left: -1rem;
}

.product-slider-section .btn-next {
	right: -1rem;
}

.product-slider-section .left-nav {
	position: unset;
}

.left-nav .btn-prev, .left-nav .btn-next {
	background-size: .75rem auto;
}

.left-nav .btn-prev {
	top: 0;
	right: 4rem;
	left: auto;
}

.left-nav .btn-next {
	top: 0;
	right: 1rem;
	left: auto;
}

.badge-economy {
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-weight: 700;
	color: #fa4500;
	background: rgba(250, 69, 0, 0.06);
	z-index: 1;
	padding: 8px 12px 8px 12px;
	border-radius: 17px;
}

.sale_page {
	background: #ebf3dd;
}

.sale_page .product_name a {
	height: 3rem;
}

.sale_page .breadcrumb {
	color: #ABAF9D;
}

.sale_page h1 span{
	color: #054634;
	font-size: 1.25em;
}

.sale_page .button.btn.grad.fn_is_avprod {
	background: #ad1500;
}

.sale_page .button.btn.grad.fn_is_avprod:hover,
.sale_page .button.btn.grad.fn_is_avprod:focus {
	opacity: .8;
}

.sticky-sale {
	background: #FAF7EB;
	color: inherit;
	font-size: 1.05rem;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	letter-spacing: .2px;
	font-weight: 500;
	/* color: inherit; */
}


.sale-close {
	background: url(../images/sale-close.svg) no-repeat;
	width: 1.5rem;
	height: 1.5rem;
	display: block;
	position: absolute;
	right: 2rem;
	cursor: pointer;
	background-size: 1.5rem;
}

.sticky-sale .container, .sticky-sale .row {
	height: auto !important;
	justify-content: center;
}

.sticky-sale a {
	display: inline-block;
	padding: .75rem 0;
}

.sticky-sale span {
	color: #f26600;
	font-weight: 700;
}

.sticky-sale span span{
	font-size: 1.25em;
}

/* .sticky-sale a::before {
	content: '';
	background: url(../images/sale-left.jpg) no-repeat;
	background-size: 100%;
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 0;
	left: auto;
	margin-left: -3.5rem;
}

.sticky-sale a::after {
	content: '';
	background: url(../images/sale-right.jpg) no-repeat;
	background-size: 100%;
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 0;
	left: auto;
	margin-left: .5rem;
} */

.stickytop .sticky-sale {
	display: none;
}

section {padding: 3rem 0;}

.h2, h2 {
	margin-bottom: 2rem;
	font-weight: 500;
}

.block-title {
	font-size: 2rem;
	margin-bottom: 2rem;
	font-weight: 700;
	line-height: 1.2;
}

.product_name {
	margin: .4rem 0;
	text-align: center;
}

.about-section h1 {
	margin-bottom: 2rem;
	font-size: 2.5rem;
}

.product-slider-section {
	background: #F8F8FB;
}

.slider-container {
	overflow-x: clip;
	overflow-y: visible;
}

.product-slider-section .slick-track {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex !important;
	transition-property: transform;
	box-sizing: border-box;
}

.product-slider-section .product-slider-section .slick-list {
	margin: 0 -.25rem;
	padding: 1rem 0 2rem;
	overflow: visible !important;
}

.block_related .slick-list {
	padding: .5rem .5rem 2rem;
}

.fn_video_slider {
	position: unset;
	overflow: hidden;
}

.product-slider-section .slick-slide,
.fn_video_slider .slick-slide, 
.fn_river_slider .slick-slide{
	height: auto;
	margin: 0 .5rem;
	transition: opacity 0.25s, transform 0.25s;
	position: relative;
}


.fn_river_slider img{
	border-radius: .5rem;
}

.fn_video_slider .slick-track {
	display: flex;
}

.product_card {
	position: relative;
	/* height: 30rem; */
	width: 100%;
	background: #fff;
	border-radius: 10px;
	height: 100%;
}

#fn_products_content .row {
	row-gap: 1rem;
}

/* .product_card:hover {
	z-index: 11;
} */

.product_card-in::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: inherit;
	background: #fff;
	opacity: 0;
	transition: 0.25s;
}

.product_card-in {
	position: relative;
	border-radius: .5rem;
	padding: 1.4rem;
	min-height: 100%;
}

.product_card .product_card-in::before {
	opacity: 1;
	
}

.messangers svg {
	width: 1.35rem;
	height: 1.35rem;
}

/* .product_card:hover {
	z-index: 11;
} */

.product_card:hover .product_card-in::before {
	opacity: 1;
	box-shadow: 0px 0px 10px rgba(170, 189, 206, 0.35);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	letter-spacing: -.3px;
}

.row > * {
	padding-right: calc(var(--bs-gutter-x) * .33);
	padding-left: calc(var(--bs-gutter-x) * .33);
}

.cat_sub_menu {
	background: #fff;
	border-top: 1px solid #ebe9e9;
}

.cat_sub_menu .nav-item {
	padding: 1rem 1.5rem 1rem 0;
}

.cat_sub_menu .nav-link {
	color: #8C96A0;
	font-weight: 600;
	font-size: .9rem;
}

.cat_sub_menu .nav-link.active, .cat_sub_menu .nav-link:hover, .cat_sub_menu .nav-link:focus {
	color: inherit;
}

.main-nav .menu_list_1 > li > .nav-link::after {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #D60202;
	transition: width 0.3s linear;
}

.main-nav .menu_list_1 > li.active > .nav-link::after, .main-nav .menu_list_1 > li > .nav-link:hover::after {
	width: 100%;
}

.product_image {
	overflow: hidden;
}

.product_name a {
	overflow: hidden;
	font-weight: 600;
	clear: both;
	text-decoration: none;
	color: inherit;
	line-height: 1.2;
	font-size: 1.05rem;
	min-height: 4rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: .75rem;
}

.product-small-desc {
	color: #8C96A0;
	font-weight: 500;
	line-height: 1.35;
	font-size: .85rem;
	margin: 1rem auto;
	text-align: center;
}

.products-view .container {
	max-width: none;
	padding: 0;
}

.related {
	overflow: hidden;
}

.block_related .slick-list {
	padding: .5rem .5rem 2rem;
	width: calc(100% + 1rem);
}

.addto_block {
	column-gap: 1rem;
}

/* .addtocart {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transform: translate(0, 10px);
	transition: 0.25s;
} */

.product_card:hover .addtocart {
	position: relative;
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

.preview_image {
	display: flex;
	align-items: center;
	margin: -1.4rem -1.4rem 1rem;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.fn_price {
	font-weight: 700;
	font-size: 1.25rem;
	white-space: nowrap;
	letter-spacing: -.3px;
}

.zapros {
	font-size: .9rem;
	font-weight: 400;
	white-space: wrap;
	line-height: 1.1;
	display: inline-block;
}

.priceVal {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.old-priceVal {
	color: #828DA0;
	text-decoration: line-through;
	font-size: 1rem;
}

.dealer_priceVal .old-priceVal {
	margin-left: 0;
	margin-right: 1rem;
}

.product_tabs nav.tabsfixed {
	position: fixed;
	top: 4.5rem;
	background: #fff;
	border-bottom: 1px solid #ddd;
	z-index: 2;
	display: block;
}

#add-to-cart {
	display: none;
}

.header_icons > div {
	position: relative;
}

.header_icons a {
	color: inherit;
}

.mobile-inner .header_icons {
	border: none;
	padding: 0;
	column-gap: 1rem;
}

.compare_counter, .wishlist_counter, .cart_counter {
	position: absolute;
	background: #D60202;
	color: #fff;
	width: 1rem;
	top: -2px;
	right: -5px;
	line-height: 1rem;
	text-align: center;
	font-size: 11px;
	height: 1rem;
	animation: pulse 2s infinite;
	border-radius: 50%;
}

.product-top {
	position: absolute;
	top: 1rem;
	right: 1rem;
	column-gap: .5rem;
	z-index: 1;
}

.header_icons {
	padding-left: 2rem;
}

.dealer-link.nav-link {
	color: inherit;
}

.dealer-link.nav-link:hover, .dealer-link.nav-link:focus {
	color: #4D8FFF;
}

.detail-produkt .priceVal {
	margin: 0;
}

.flex1 {flex: 1;}

.gap1 {
	column-gap: 1rem;
}

.gap2 {
	column-gap: .75rem;
}

.fn_comparison.comparison_button,
.fn_wishlist.wishlist_button {
	color: #828282;
}

.fn_wishlist.wishlist_button:hover,
.fn_wishlist.wishlist_button.selected,
.fn_comparison.comparison_button:hover,
.fn_comparison.comparison_button.selected {
	color: #D60202;
}

#add-to-cart .h3, .popup_heading {
	text-align: center;
	font-size: 1.25rem;
	margin-bottom: 1rem;
	font-weight: 600;
}

.footer_menu svg {
	display: none;
}

.comparison_page .fn_resize {
	height: 560px !important;
}

.comparison_left {
	color: #828DA0;
}

.comparison_page .row {
	margin: 0;
}

.comparison_page .row > div {
	padding: 0;
}

.comparison_block__item .cell, .comparison_block__item .cprs_rating {
	text-align: center;
}

.comparison_block__item .cell, .comparison_block__item .cprs_rating {
	text-align: center;
}

.cell {
	padding: .75rem 0;
	line-height: 1.1;
	font-size: .9rem;
	position: relative;
}

.comparison_item .cell {
	text-align: center;
}

/* .cell:nth-child(2n+1) {
	background: #f7f7fc;
} */

.compare_controls {
	position: relative;
}

.compare_show {
	position: absolute;
	left: 0;
	bottom: 3rem;
	display: flex;
	column-gap: 1.5rem;
}

.comparison_item .product-small-desc {display: none;}

.compare_show a {
	font-weight: 500;
	color: #828DA0;
}

.compare_show a.active, .compare_show a:hover {
	color: #D60202;
}

.product_preview__buttons .comparison_button.selected {
	position: relative;
	opacity: 0.8;
	border-color: #c5530c;
}

.minicart.item {
	display: flex;
	align-items: center;
	padding: .5rem 0;
	border-bottom: 1px solid #e7e7e7;
}

.minicart.item:last-child {
	border: none;
}

.header-cart-item {
	display: flex;
	justify-content: space-between;
}

.action-cart-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 1rem;
	color:  #828282;
}

#add-to-cart .button-link {
	padding: 0;
	background: no-repeat;
	border: none;
	color: inherit;
	border-bottom: 1px dashed;
	line-height: 1.4;
}

#add-to-cart .button-link:hover, #add-to-cart .button-link:focus {
	color: #D60202;
}

form .fancybox-close-small::after {
	content: "×";
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	font-family: inherit;
	color: inherit;
	font-weight: inherit;
	text-align: center;
	border-radius: inherit;
	border-width: 0;
	background: inherit;
	transition: none;
	box-sizing: border-box;
	z-index: 2;
	line-height: 2.5rem;
	font-size: inherit;
	outline: none !important;
	box-shadow: none !important;
}

.fancybox-slide > * {
	padding: 2rem !important;
	border-radius: .5rem;
	width: 100%;
	max-width: 400px;
}

.form-control:focus {
	background-color: transparent;
	border-color: #ccc;
	outline: none;
	box-shadow: none;
}

.form-control {
	padding: 1rem 1.25rem;
	font-size: .9rem;
}

.form_group {
	margin-bottom: .5rem;
}

.contacts_group .form_group {
	margin: 0;
}

.form_content {
	margin: 2rem 0 0;
}

.cart_content {
	padding: 1rem 0;
}

.action-cart-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.cart-item {
	flex: 1;
	padding-left: .5rem;
}

.fancybox-inner .button {
	width: 100%;
}

textarea.form-control {
	resize: none;
}

.header-cart-item .title {
	width: 300px;
	padding: 0;
	line-height: 1.4;
	color: inherit;
	font-weight: 500;
}

footer {
	background: #040d1c;
	color: #fff;
	padding: 4.5rem 0 2rem;
	font-size: .9rem;
}

.footer_menu {
	margin-bottom: 2rem;
}

.footer_menu ul {
	list-style: none;
	padding: 0;
}

.footer_menu ul li {
	margin: .5rem 0;
	width: 100%;
}

.nav.footer_cat_menu li {
	max-width: 50%;
}

.footer_menu_parent{
	color: inherit;
	font-size: 1.05rem;
	font-weight: 600;
	margin-bottom: 1rem;
	display: inline-block;
	line-height: 1.4;
	max-width: 15rem;
}

footer p {
	margin: .5rem 0;
}

.footer_menu ul li ul {
	display: none;
}

.card {
	padding: 2rem;
	border-radius: 1rem;
	border: none;
	box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
}

.card.login_block, .card.auth_block {
	height: 100%;
	display: block;
	font-size: .93rem;
}

.btn.button-registration {
	margin-top: 2rem;
	min-width: 50%;
}

.login_page_inner {
	max-width: 1100px;
	margin: 0 auto;
}

.login_block {
	background: #f7f7fc;
	box-shadow: none;
	margin-right: 1rem;
}

.message_error {
	color: var(--bs-red);
}

.dealer-info {
	padding: .35rem.5rem;
	color: #fff;
	font-weight: 700;
	border-radius: .25rem;
	margin: 0 .25rem;
}

.dealer-status {
	background: #D60202;
}

.dealer-percent {
	background: #dd3e4d;
}

.auth_block p {
	color: #58626C;
}

.login_page_inner .h4, .login_page_inner h4 {
	font-size: 1.4rem;
}

.filled .form-control {
	background: #e7e7ec;
	color: #6D7781;
}

.login_block .btn.button:hover,
.login_block .btn.button:focus {
	background: #D60202;
	color: #fff;
}

.login_block .btn.button {
	width: 100%;
	margin-bottom: .5rem;
}

.form-control:focus {background: #fff;}

.copyright {
	padding-top: 2rem;
	border-top: 1px solid rgba(255,255,255,.2);
	margin-top: 4rem;
}

.menu-accordion.dropdown {
	padding-bottom: 1rem;
}

.about_img {
	border-radius: .5rem;
	overflow: hidden;
}

.banner {
	background: url(../images/service_bg.jpg) no-repeat 0 0 / cover;
	/* color: #fff; */
	min-height: 470px;
	display: flex;
	padding: 0 6rem;
	align-items: center;
	border-radius: .5rem;
}

.banner .h2 {
	margin-bottom: 1rem;
}

.sticky-detail.stickyfixed {
	top: 0;
	height: 4.5rem;
}

.banner .btn {
	margin-top: 1rem;
}

.video_card {
	height: 27rem;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	transition: all 0.3s;
	
}

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

.video_card:hover {
	box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
}

.video_card span {
	bottom: 0;
	color: #fff;
	padding: 2rem;
	display: block;
	font-weight: 600;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 70%), url(../images/play.svg);
	background-repeat: no-repeat;
	background-position: 50% 45%;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease 0s;
	display: flex;
	align-items: end;
	font-size: .93rem;
}

.video_card span:hover {
	opacity: .7;
}

.categories {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
}

.categories div {
	min-height: 315px;
	max-height: 315px;
	position: relative;
	transition: all .3s;
	overflow: hidden;
	border-radius: .5rem;
}

.categories div:hover {
	opacity: .8;
}

.categories div:first-child { grid-area: 1 / 1 / 3 / 2; max-height: none; }

.categories div:nth-child(2) { grid-area: 1 / 2 / 3 / 3; color: #fff;  max-height: none;}

.categories div:nth-child(3) { grid-area: 1 / 3 / 2 / 4; }

.categories div:nth-child(4) { grid-area: 2 / 3 / 3 / 4; } 

.categories div:nth-child(5) { grid-area: 3 / 1 / 4 / 2; color: #fff;} 

.categories div:nth-child(6) { grid-area: 3 / 2 / 4 / 4; } 

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

.price_type {
	font-size: .85rem;
	display: block;
	color: #828DA0;
	margin-bottom: 5px;
	font-weight: 300;
	letter-spacing: 0;
	white-space: nowrap;
}

.categories a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	padding: 3rem;
	color: inherit;
}

.categories span {
	display: block;
	margin-bottom: 1.125rem;
	line-height: 1.4;
	
}

.categories span.btn{
	display: inline-block;
}

.categories span.catname {
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.2;
	max-width: 240px;
}

.catdesc {
	color: #828DA0;
	line-height: 1.25 !important;
	max-width: 200px;
}

.delivery-region {
	font-size: 1.25rem;
	margin-bottom: 1rem;
	color: #88929C;
}

/* #scrollUp {
	background: #1056b3;
	bottom: 3rem;
	display: flex;
	height: 3.5rem;
	position: fixed;
	right: 2rem;
	text-align: center;
	text-decoration: none;
	transition: all .5s cubic-bezier(0,0,0,1) 0;
	width: 3.5rem;
	z-index: 99999;
	border-radius: 3rem;
	align-items: center;
	justify-content: center;
} */

#scrollUp {
	position: fixed !important;
	bottom: 12rem;
	right: 3rem;
	text-decoration: none;
	color: #8d8d8d;
	background-color: unset;
	font-size: 1rem;
	padding: 0;
	z-index: 5;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 50%;
	box-shadow: #24242426 0 20px 30px;
	border: unset;
	display: flex;
	align-items: center;
	justify-content: center;
}

#scrollUp:hover, #scrollUp:focus {
	box-shadow: #24242436 0 20px 30px;
}

#scrollUp i {
	background: url(../images/angle-up.svg);
	width: 1.5rem;
	height: 1.5rem;
	display: block;
	background-size: 1.5rem;
}

.mfp-bg.mfp-conf.mfp-ready {
	display: none;
}

.mfp-conf .mfp-content > * {
	max-width: 300px;
	background: #cce5ff;
	padding: 1.5rem 2rem;
	color: #004085;
}

.mfp-wrap.mfp-conf {
	width: 300px;
	height: 90px;
	top: 1rem;
	left: 0;
}

.mfp-content > * {
	margin: auto;
	max-width: 600px;
	padding: 2rem;
	position: relative;
	text-align: left;
	border: none;
	width: 100%;
	background: #fff;
	display: block !important;
	border-radius: .5rem;
}

/* .art-block {
    color: #828282;
    top: 1.5rem;
    position: absolute;
    display: inline-block;
    line-height: 1.2;
    font-size: .75rem;
    left: 2rem;
    word-break: break-all;
    right: 2rem;
} */

.art-block {
	color: #828282;
	display: block;
	line-height: 1.2;
	font-size: .75rem;
	word-break: break-all;
	text-align: center;
}

.fn_ajax_buttons.sort.clearfix {
	display: flex;
	gap: .5rem;
}

.fn_sort_pagination_link.sort_link {
	padding: 0;
	background: none;
	border: none;
	width: 100%;
	text-align: left;
}

.fn_products_sort {
	font-size: .85rem;
}

input:focus::-webkit-input-placeholder {
    opacity: .5;
}

input:focus::-moz-placeholder {
   opacity: .5;
}
 
input:focus:-ms-input-placeholder {
    opacity: .5;
}
 
input:focus:-moz-placeholder {
   opacity: .5;
}

#products_count {
	display: none;
}

.h1, h1 {
	font-size: 2.1rem;
	margin-bottom: 1.5rem;
	font-weight: 700;
}

.h2, h2 {
	font-size: 1.6rem;
	font-weight: 700;
}

.badge {
	border-radius: 4px;
	padding: 8px 10px;
	font-weight: 500;
	letter-spacing: .3px;
}

.badge-block {
	display: flex;
	line-height: 1;
	column-gap: .5rem;
	letter-spacing: 0;
	top: 1.25rem;
	left: 1.5rem;
	position: absolute;
	z-index: 1;
}

.product_info .badge-block {
	top: 0;
	left: 0;
	position: relative;
	font-size: 1rem;
}

.product_card .badge-block .badge {
	border-radius: .25rem;
	font-weight: 600;
	font-size: .8rem;
	letter-spacing: -.1px;
}

.badge.red {
	background: #F8200C;
	color: #fff;
}

.product-container .total-savings:not(:empty) {
	font-size: 14px;
	padding: 8px 12px;
	border-radius: 17px;
	background-color: #fa45000f;
	font-weight: 700;
	color: #fa4500;
	line-height: 1.4;
	margin-left: 16px;
}

.badge.hit {
	color: #fff;
	background: #f7a40a;
}

.badge.novelty {
	color: #fff;
	background: #13d154;
}

#fn_content.summer-bg {
	background: #F4F8EF;
}

#popupimg {
	padding: 0;
}

.video-slider-section, .categories-section, .service-section {
	background: #f8f8fb;
}

.solar-section .container {
	max-width: 1280px;
}

.filter-bar {display: none; transition: all .7s;}

.filter-bar.filter-show {
	display: block;
}

.filter-link {
	cursor: pointer;
	background-image: url(../images/filter.svg);
	background-size: 1rem;
	background-repeat: no-repeat;
	padding-left: 2rem;
	background-position: 0 50%;
}

.filter-link.filter-link-show {
	background-image: url(../images/cross.svg);
}

.products-bar.col-lg-9 .row > div {
	width: 33.333%;
}

.filter_group {
	padding-bottom: 1rem;
}

.fn_selected_features.block .filter_group {
	display: block !important;
}

.filters_heading.fn_switch {
	position: relative;
	cursor: pointer;
	padding: 1rem 0;
	border-top: 1px solid #eee;
	transition: all .3s;
	font-weight: 500;
	font-size: 1.05rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.filters_heading.fn_switch:first-child {
	border: none;
}

.filters_heading.fn_switch:hover,
.filters_heading.fn_switch:focus,
.fn_filter_reset.filter_reset:hover,
.fn_filter_reset.filter_reset:focus,
.filter_link:hover, 
.filter_link:focus
 {
	color: #D60202;
}

.filter_link.user-select-none, .fn_filter_reset.filter_reset {
	color: #D60202;
}

.filter_link.user-select-none:hover,
.filter_link.user-select-none:focus,
.fn_filter_reset.filter_reset:hover,
.fn_filter_reset.filter_reset:focus {
	color: inherit;
}

.filter_link {
	border: none;
	padding: .5rem;
	background: none;
	text-align: left;
	font-size: .93rem;
	line-height: 1.4;
	display: flex;
	width: 100%;
	margin-bottom: 2px;
}

.filter_link.checked {
	background: rgba(170, 189, 206, 0.15);
	border-radius: .25rem;
}

.fn_features.block {
	padding-right: 2rem;
}

.filters_heading.fn_switch svg {
	fill: currentColor;
	width: 1rem;
	height: 1rem;
}

.filter_plus {
	display: none;
}

.active .filter_plus {
	display: block;
}

.fn_selected_features.block {
	margin-top: 3rem;
}

.selected_filter_name {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 500;
}

.s_filter_link.checked {
	background: #D60202;
	color: #fff;
	border: none;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	line-height: 1.4;
	padding: .25rem .5rem;
	border-radius: .25rem;
}

.fn_filter_reset.filter_reset {
	border: none;
	background: none;
	padding: 0;
}

.block-content {
	padding: 4rem 0 0;
}

.price_range {
	display: flex;
	gap: 1rem;
	align-items: center;
}

.price_label {
	width: 100%;
}

.min_input, .max_input {
	width: 100%;
	background: #f0f0f5;
	border: 0;
	color: #8d8d92;
	font-family: inherit;
	outline: none;
	padding-right: 1rem;
}

.price_label {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f0f0f5;
	border-radius: .35rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 2.5rem;
	width: 100%;
}

.range-text {
	padding-left: 1rem;
}

.ui-slider .ui-slider-range {
	background-color: #D60202;
}

.ui-slider .ui-slider-handle {
	width: 1.25rem;
	height: 1.25rem;
	top: -.5rem;
	background-color: #D60202;
	box-shadow: none;
	border: 2px solid #fff;
}

.filter-dash {
	height: 1px;
	width: 2rem;
	background: #212121;
}

#sortdropdown,
#branddropdown {
	width: 12rem;
}

#branddropdown {
	min-width: 12rem;
}

.fn_sort_pagination_link.sort_link span {
	display: block;
}

#dropdownButton, #dropdownButtonBrand {
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: .5rem;
	padding: .5rem 1rem;
	border: 1px solid #ccc;
	border-radius: .25rem;
	font-size: .85rem;
}

#dropdownButton:after,
#dropdownButtonBrand:after {
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/angle-up-dark.svg) no-repeat 100% 50%;
	background-size: 1rem;
	transform: rotate(180deg);
}

#dropdownButton.show::after,
#dropdownButtonBrand.show::after {
	transform: none;
}

#sortdropdown .dropdown-menu,
#branddropdown .dropdown-menu {
	width: 100%;
	border: none;
	box-shadow: 0 .25rem 1rem rgba(170, 189, 206, 0.25);
	transition: all .3s;
	font-size: .85rem;
}

#sortdropdown .dropdown-item,
#branddropdown .dropdown-item {
	padding: 0;
	background: none;
}

#sortdropdown .dropdown-item button,
#branddropdown .dropdown-item button {
	padding: .4rem 1.5rem;
	transition: all .3s;
}

.fn_sort_pagination_link.sort_link.active_up {
	color: #2164ff;
	font-weight: 600;
}

#sortdropdown .dropdown-item button:hover,
#sortdropdown .dropdown-item button:focus,
#branddropdown .dropdown-item button:hover,
#branddropdown .dropdown-item button:focus {
	background: #f7f7fc;
	font-weight: 600;
	color: inherit;
}

.products-controls {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
}

@media (max-width: 767.98px) {
	.products-controls {
		justify-content: flex-start;
		margin-left: 0;
	}

	.products-controls .fn_products_sort,
	.products-controls .fn_products_brand {
		width: 100%;
	}
}

.stickytop .top_menu {
	display: none;
}

.fn_pagination {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
}

.pagination .page_link {
	height: 3rem;
	display: inline-block;
	line-height: 3rem;
	min-width: 3rem;
	text-align: center;
	border: 2px solid transparent;
	color: inherit;
	font-weight: 600;
	border-radius: .25rem;
}

.pagination .page_link:hover,
.pagination .page_link:focus,
.pagination .active .page_link {
	color: #1056b3;
}

.pagination .active .page_link {
	border-color: #1056b3;
}

.service-section .h2 {
	font-size: 2.125rem;
}

.delivery_info {
	padding: 1.5rem;
	background: #eef0f3;
	font-size: .8rem;
	line-height: 1.4;
	margin: 1.5rem 0;
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
	border-radius: .5rem;
}

/* .delivery_info b {
	font-weight: 500;
} */

.delivery_info span {
	display: block;
	color: #828282;
}


.fn_wishlist_page {
	margin-top: 3rem;
	margin-bottom: 6rem;
}

.comparison_page .product_card .addtocart {
	position: relative;
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

.comparison_page .product_card .product_card-in::before {
	opacity: 1;
	box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
}

.about-section .col-lg-4 {
	padding-left: 0;
}

.about_img .slick-arrow {
	opacity: 0;
	transition: all .5s;
}

.about_img:hover .slick-arrow {
	opacity: 1;
}

.delivery-box {
	background: #fff;
	padding: 2rem;
	margin-bottom: 1.5rem;
}

.flex-boxes {
	display: flex;
	column-gap: 1.5rem;
}

.flex-boxes > div {
	flex: 1;
}

.h3 {
	margin-bottom: 1rem;
}

.menu-info {
	list-style: none;
	padding: 1rem 0;
	margin: 0;
	border-top: 1px solid #ddd;
}

.menu-info .nav-link {
	display: inline-block;
	padding: .15rem 0;
}

.product_inner {
	padding-bottom: 9rem;
}

.product_tabs nav {
	background: #f7f7fc;
	position: absolute;
	width: 100%;
	left: 0;
	display: none;
}

.product_tabs #nav-tabContent {
	padding-top: 5rem;
}

.product_tabs .container-fluid {
	padding: 0;
}

.product_tabs .nav-tabs {
	border: none;
	max-width: 1396px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: center;
}

.features_list {
	display: flex;
	flex-wrap: wrap;
	font-size: .9rem;
	margin: 0 auto;
}

.features_list > div {
	width: 25%;
	margin: .75rem 0;
}

.product_tabs .tab-pane {
	padding: 2rem 0;
	margin: 0 auto;
}

.features_list .char_name {
	color: #000;
	line-height: 1.2;
	padding-bottom: .25rem;
	font-size: 1rem;
	font-weight: 600;
}

#product_acco {
	margin-bottom: 4rem;
}

.accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: none;
}

.accordion-button:focus {
	box-shadow: none;
}

#acc_features .features_list > div {
	width: 45%
}

.product_tabs .nav-tabs .nav-link {
	margin: 0 1.25rem;
	border: none;
	padding: 1rem 0;
	font-size: .9rem;
	background: none;
	color: inherit;
	font-weight: 600;
	line-height: 1.2;
	color: #97A1AB;
}

.product_tabs .nav-tabs .nav-link.active,
.product_tabs .nav-tabs .nav-link:hover,
.product_tabs .nav-tabs .nav-link:focus {
	color: #000;
}



.section_adv {
	text-align: center;
}

.section_adv .img-fluid {
	display: block;
	width: 100%;
	max-width: 4rem;
	margin: .5rem auto;
}

.detail-produkt {
	padding: 1rem 0;
}

.price_block {
	margin: 0 0 2rem 0;
	line-height: 1;
}

.price_block .fn_price {
	font-size: 1.75rem;
	line-height: 1;
}

.price_block .old-priceVal {
	font-size: 1.25rem;
	line-height: 1.2;
}

.product_info {
	font-size: .85rem;
	margin-bottom: .5rem;
}

.product_info_badges span {
	font-weight: 500;
	position: relative;
	padding: 0 0 0 1rem;
	letter-spacing: .01rem;
	white-space: nowrap;
}

.product_info_badges span::before {
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #ccc;
	position: absolute;
	left: 0;
	top: calc(50% - 0.2rem);
}

.product_info_badges span.badge_avaliable::before {
	background: #13D154;
}

.product_info_badges span.badge_promo::before {
	background: #F53C3C;
}

.product_code {
	color: #828DA0;
	line-height: 1.4;
	font-size: .85rem;
	margin: .5rem 0;
}

.amount.fn_product_amount {
	width: 7rem;
	border: 1px solid #e7e7e7;
	border-radius: .25rem;
	background: #fff;
}

.addtocart_buttons, .addtocart_buttons > div > div {
	flex: 1;
}

.addtocart_buttons > div > div button, .addtocart_buttons > div > div a {
	width: 100%;
}

.amount.fn_product_amount span {
	cursor: pointer;
	display: block;
	width: 2rem;
	text-align: center;
	height: 2rem;
	line-height: 3rem;
	background-size: 1rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.amount.fn_product_amount span.plus {
	background-image: url(../images/plus.svg);
}

.amount.fn_product_amount span.minus {
	background-image: url(../images/minus.svg);
}

.detail-produkt .slider {
	margin: 0;
	padding: 0;
	position: sticky;
	top: 8rem;
}

.input_amount {
	width: 3rem;
	padding: .75rem;
	line-height: 1;
	text-align: center;
	border: none;
}

.product_addtocart_block {
	margin: 2rem 0;
	border-radius: .5rem;
}

.detail-produkt .fn_variants {
	margin: 2rem 0;
}

.fancybox-close-small::after {
	width: 2rem;
	height: 2rem;
	font-size: 2rem;
	color: inherit;
	font-weight: 400;
	background: none;
	border: none;
	font-family: inherit;
	line-height: 1;
	border-radius: 0;
}

.product_tabs {
	padding-bottom: 7.5rem; 
}

.link-products-block {
	background: #f7f7fc;
	left: 0;
	width: 100%;
	position: absolute;
	padding: 3rem 0;
	bottom: 0;
}

.link-products > div {
	width: 40%;
}

.link-products a {
	color: inherit;
	font-weight: 500;
	font-size: 1.05rem;
	display: flex;
	column-gap: 1rem;
	line-height: 1.4;
}

.link-products div:last-child a {
	justify-content: end;
	text-align: right;
}

#loom-companion-mv3 {
    display: none;
}

#fn_content {
	position: relative;
	padding-bottom: 3rem;
	min-height: 60vh;
	padding-top: 0;
	background: #f5f7fa;
}

#fn_content.products-view {
background: #f7f9fa;
}

.block-desc {
	margin-bottom: 2rem;
	max-width: 1100px;
	color: #58626C;
}

.products_header {
	min-height: 2rem;
}

#fn_content.main {
	padding: 0;
}

#description h2 {
	font-size: 2rem;
	margin: 2rem 0 1.5rem !important;
	font-weight: 600 !important;
	color: inherit !important;
}

#description h3 {
	font-size: 1.5rem;
	margin: 1rem 0;
}

#description img, #description video {
	margin: 1rem 0;
	border-radius: .5rem;
}

.sticky-detail {
	display: none;
}

.sticky-detail.stickyfixed {
	display: block;
	position: fixed;
	background: #fff;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	border-bottom: 1px solid #e7e7e7;
}

.sticky-detail .btn {
	min-width: 0;
	padding: .7rem 1.75rem;
	overflow: hidden;
}

.row-item {
	width: 100%;
	max-width: 23%;
	margin-bottom: 2rem;
}

#description p.text-center {
	max-width: 1000px;
	margin: 0 auto 2rem;
}
/* 
#features_tab .features_list, #features .features_list {
	display: block;
	overflow-x: auto;
} */




.product_tabs .features_list h3 {
	text-align: center;
	margin: 2rem 0;
	font-size: 1.52rem;
}

.product_tabs .features_list table:not(.table-default) tbody {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product_tabs .features_list table:not(.table-default) tr {
	width: 40%;
	margin: .5rem 0;
	display: flex;
	flex-direction: column;
}

.product_tabs .features_list table:not(.table-default) tr td:first-child {
	font-weight: 600;
	font-size: 1rem;
	color: #000;
}

.table-default {
	width: 100%;
	margin: 2rem 0;
}

.table-default td, .table-default th{
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	text-align: inherit;
}

.table-default th {
	font-weight: 500;
	background: #f7f7fc;
}

.slider .swiper-container {
  width: 100%;
  height: 100%;
}
.slider__flex {
  display: flex;
  align-items: flex-start;
}
.slider__col {
	display: flex;
	flex-direction: column;
	width: 64px;
	margin-right: 2rem;
}

.slider__thumbs .swiper-slide {
	border: 2px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: .5rem;
	overflow: hidden;
}

.swiper-slide.swiper-slide-thumb-active {
	border-color: #D60202;
}

.slider__prev,
.slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  	width: 100%;
	height: 3rem;
	background: url(../images/angle-up-dark.svg) no-repeat 50% 50%;
	background-size: 1.25rem;
}

.slider__next {
	transform: rotate(180deg);
}

.minus {
	background: url(../images/minus.svg) no-repeat;
	background-size: 1rem;
}




.slider__prev:focus,
.slider__next:focus {
  outline: none;
}
.slider__thumbs {
  height: calc(380px - 6rem);
}
.slider__thumbs .slider__image {
  transition: 0.25s;
}
.slider__thumbs .slider__image:hover {
  opacity: 1;
}
.slider__thumbs .swiper-slide-thumb-active .slider__image {
  opacity: 1;
}

.slider__images {
	height: 600px;
	position: relative;
}

.slider__images .slider__image img {
	transition: 3s;
	max-width: 600px;
}

.slider__image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider__image img {
  display: block;
}

.swiper-slide {
	cursor: pointer;
}

.product_inner #video iframe, .product_inner #acc_video iframe {
	width: 100%;
}

.product_inner #video iframe {
	margin: 0 auto;
	display: block;
	min-height: 500px;
}

.accordion-item .related.row {
	margin: 0 -1.5rem;
}

.sticky-detail_name {
	overflow: hidden;
	font-weight: 600;
	clear: both;
	height: auto;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-width: 600px;
	line-height: 1.2;
}

.fancybox-close-small:hover::after {
	background: none !important;
}

.callback_form {
	max-width: 400px;
}

.callback_form .btn {
	width: 100%;
}

label.error {
	position: absolute;
	background: rgba(0,0,0,.6);
	color: #fff;
	padding: .5rem;
	border-radius: 3px;
	font-size: .85rem;
	line-height: 1;
	z-index: 2;
	transition: all .5s;
}

 label.error::after {
    content: ''; 
    position: absolute; 
    left: .5rem; top: -.5rem;
    border: .25rem solid transparent; 
    border-bottom: .25rem solid rgba(0,0,0,.6);
   } 
   
#fn_callback_sent {
	text-align: center;
	max-width: 400px;
	padding: 7rem 2rem;
	line-height: 1.4;
}

iframe {
	max-width: 100%;
}

.table > :not(caption) > * > * {
	padding: 1rem;
}

.order-table {
	font-weight: 500;
}

.download-box {
	line-height: 1.2;
}

.download-box span {
	display: block;
	font-size: .85rem;
	color: #828282;
	font-weight: 400;
}

.user_change_password {
	color: #D60202;
	cursor: pointer;
	display: inline-block;
	margin-bottom: .5rem;
}

.user_change_password:hover,
.user_change_password:focus {
	color: inherit;
}

.form-control.valid {
	background: #e7e7ec;
	color: #6D7781;
}

.form_group.pass_group {
	margin: 1rem 0;
}

.download-area {
	margin: 2rem 0 1rem;
}

.font500 {font-weight: 500;}

.download-box {
	background: url(../images/download.svg) no-repeat 0 4px;
	padding-left: 2.75rem;
	background-size: 2rem;
	font-weight: 500;
	max-width: 240px;
	margin-right: 3rem;
}

.dealer_intro p {
	margin-bottom: .5rem;
}

.download-box {
	max-width: none;
}

.order_notify_v2 {
	text-align: center;
	max-width: 740px;
	margin: 0 auto;
	font-size: .9rem;
}

.o_notify_v2_head {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	justify-content: center;
}

.o_notify_v2_order_id {
	margin: 1rem auto;
	width: 11rem;
	background: #f7f7fc;
	padding: .75rem;
	border-radius: .5rem;
}

.o_notify_v2_order_id_bold {
	font-size: 1.5rem;
	font-weight: 600;
}

.o_notify_v2_order_text {
	color: #828282;
	font-size: .93rem;
}

.o_notify_v2_order_id_box {
	line-height: 1.4;
}

.o_notify_v2_heading {
	font-size: 1.5rem;
	display: inline-block;
	margin-left: .75rem;
	font-weight: 600;
}

.o_notify_v2_head {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}

.o_notify_v2_head svg {
	height: 2rem;
	width: 2rem;
}

.detail_header {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

td.purchase_image {
	padding: 0;
}

td.purchase_image {
	padding: 0;
	width: 4rem;
	text-align: center;
	vertical-align: middle;
}

.table.purchase {
	box-shadow: 0px 0px 10px rgba(170, 189, 206, 0.25);
	margin: 2.5rem 0;
	border-radius: .5rem;
	overflow: hidden;
}

.order_page {
	max-width: 1000px;
	padding: 4rem 0 0;
	margin: 0 auto;
}

.purchase_total {
	text-align: right;
	font-weight: 600;
}

.order_details td {
	padding: .75rem 0;
	border: none;
	width: 50%;
	background: none;
}

.order_details td:first-child {
	color: #828282;
}

.method_description {
	font-size: .9rem;
	line-height: 1.4;
	color: #828282;
}

.price_block .price_without_discount.dealer_price_block .fn_price {
	line-height: 1;
	font-weight: 400;
	color: #828DA0;
}

.dealer_subtitle {
	color: #828282;
	font-size: .93rem;
}

.ostatok {
	margin-top: 1.5rem;
}

.ostatok > div {
	padding: .5rem 0;
}

.ostatok > div:first-child {
	border-bottom: 1px solid #ddd;
}

.price_tooltip {
	cursor: pointer;
	margin-left: .5rem;
	color: #828da0;
}

.price_without_discount.dealer_price_block {
	color: #828DA0;
}

.dealer_num {
	font-weight: 600;
	color: #D60202;
}

.price_block .dealers_block {
	line-height: 1.4;
}

.fn_comparison_products .slick-track {
	margin-left: 0;
}

.comparison_page .slick-arrow {
	top: 10rem;
}

.rating_starOff, .rating_starOn {
	width: 90px;
	height: 18px;
	background: url(../images/rating.png) repeat-x left top;
}

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

.rating_starOn {
	display: block;
	background-position: left bottom;
}

.fn_validate_register .captcha {
	margin-bottom: .5rem;
}

.fn_validate_register .btn {
	width: 100%;
}

.comparison_item .fn_wishlist.wishlist_button {
	display: none;
}

footer .fn_callback {
	margin-top: 1rem;
}

.mfp-content form, .mfp-content > div {
	-webkit-animation: eco-fade .5s ease-in-out;
	animation: eco-fade .5s ease-in-out;
}

@-webkit-keyframes eco-fade{0%{opacity:0}100%{opacity:1}}

@keyframes eco-fade{0%{opacity:0}100%{opacity:1}}

table.purchase {
	width: 100%;
}


 .purchase_sum, .purchase__price--wrap {
	width: 150px;
}

.purchase_amount {
	width: 200px;
}

.purchase_remove {
	width: 50px;
}

.purchase_name {
	color: inherit;
	font-weight: 500;
/* 	font-size: 1rem; */
}

.coupon_area {
	max-width: 500px;
}

.delivery label {
	display: flex;
	column-gap: .75rem;
	font-weight: 500;
	margin: .5rem 0;
	cursor: pointer;
	line-height: 1.4;
	align-items: center;
	padding: .75rem 1.5rem;
	position: relative;
	z-index: 1;
}

.cart_header p {
	flex: 0;
	white-space: nowrap;
	font-size: .95rem;
}

.active.delivery_label {
	font-weight: 600;
}

.delivery_description strong {
	font-weight: 500;
	display: inline-block;
	margin-top: 5px;
	color: #020C16;
}

.cart_contacts {
	background: #fff;
	padding: 2rem;
	border-radius: .5rem;
	margin-bottom: 1rem;
}

.cart_header {
	margin-bottom: 1rem;
	gap: 1rem;
}

.contacts_group {
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
}

.contacts_group .form_group {
	width: calc(50% - .5rem);
}

.delivery_description em {
	color: #0060DF;
	font-style: normal;
	font-weight: 600;
}

.delivery_description {
	margin: -.5rem 1.5rem 0 3rem;
	display: none;
	font-size: .85rem;
	color: #78828C;
	line-height: 1.4;
	padding-bottom: 1.25rem;
	z-index: 1;
	position: relative;
}

.delivery_item {
	background: #fff;
	padding: 0;
	margin-bottom: .5rem;
	border-radius: .5rem;
	position: relative;
	overflow: hidden;
}

.active + .delivery_description {
	display: block;
}

.del_bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f7f7f7;
}

.sticky_submit {
	position: sticky;
	top: 5rem;
}

.sticky_submit .button {
	width: 100%;
}

.cart-view {
	background: #f7f9fa;
}

.active + .delivery_description + .del_bg {
	background: #f2f9fd;
	border: 2px solid #ddf3fe;
}

.delivery_item:hover .del_bg, .delivery_item:focus .del_bg {
	border: 2px solid #ddf3fe;
}

.fn_validate_cart {
	padding-top: 1.5rem;
}

.cart_header > div, .cart_header > span {
	font-size: 1.25rem;
	font-weight: 600;
	flex: 1;
}

.contact_row {
	margin-bottom: 1.5rem;
	line-height: 1.4;
}

.contact_row > div {
	width: 33.333%;
}

.contact-label {
	color: #828282;
	font-weight: 500;
	font-size: .9rem;
}

#result {
	margin-top: 1.5rem;
}

.table-responsive {
	margin-bottom: 1rem;
}

.calc-group .form-control {
	margin: .5rem 0;
}

.calc-group form {
	padding: 2rem;
	background: #f7f7fc;
	margin-bottom: 1rem;
	border-radius: .5rem;
	width: 100%;
}

.slick-disabled {
	opacity: .3 !important;
	cursor: default;
	display: none !important;
}

.brand {
	color: #828282;
	font-size: 1.25rem;
	line-height: 1;
	margin-bottom: 1rem;
}

.sertificate-g {
	margin-top: 3rem;
}

.sertificate-g a {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
	align-items: center;
	color: inherit;
	font-weight: 500;
}

.sertificate-g a:hover, .sertificates > div a:hover {
	opacity: .7;
}

.sertificates {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 1.5rem;
	margin: 3rem 0;
}

.sertificates > div {
	width: 45%;
	display: flex;
	column-gap: 2rem;
	line-height: 1.4;
}

.sertificates > div a {
	display: flex;
	align-items: center;
	color: inherit;
	font-weight: 500;
}

.sertificates img {
	width: 2.5rem;
	margin-right: 1.5rem;
}

.post-eco {
	margin-bottom: 2rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	min-height: 25rem;
	border-radius: .5rem;
	overflow: hidden;
	display: flex;
}

.social svg {
	width: 1.5rem;
	height: 1.5rem;
}

.post-eco .post-info a {
	color: #fff;
}

.social a svg {
	fill: currentcolor;
}

.blog_name {
	margin: 0 0 .5rem 0;
	line-height: 1.3;
}

.blog_name a {
	color: inherit;
	font-weight: 600;
	font-size: .9rem;
	line-height: 1.2;
	letter-spacing: -.01rem;
}

.other_posts {
	margin-top: 1.5rem;
	position: sticky;
	top: 6rem;
}

.blog_image {
	position: relative;
	overflow: hidden;
	height: 200px;
	display: block;
}

.page_description {
	margin-bottom: 2rem;
}

.post_more {
	display: inline-block;
	font-size: .9rem;
	margin-top: .5rem;
}

.blog_image img {
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.blog_content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: inherit;
	flex: 1;
	padding: 1.35rem;
}



.block-blog {
	height: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 0px 10px rgba(170, 189, 206, 0.25);
	border-radius: .5rem;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.post-info .social {
	justify-content: center;
}

footer .social {
	margin-top: 1.75rem;
}

.block-blog:hover {
	box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.35);
}

.blog_annotation {
	line-height: 1.4;
}

.blog_date {
	color: #828282;
	font-size: .8rem;
	margin-bottom: .5rem;
	font-weight: 500;
	height: 1.5rem;
	line-height: 1.25rem;
}

.pagination {
	display: flex;
	margin-top: 2rem;
	justify-content: center;
}

.post_date {
	color: #828282;
	margin-bottom: 1rem;
	font-size: .9rem;
}

.post-eco .post-info {
	background: rgba(0,0,0,.7);
	width: 100%;
	text-align: center;
	padding: 3rem;
	color: #fff;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 1rem;
}

.post-eco h1 {
	font-size: 2.5rem;
	max-width: 960px;
	margin: 0 auto;
}

.blog .row > div {
	margin-bottom: 1.5rem;
}

.slick-track {
	margin-left: 0;
	margin-right: 0;
}

.block_related {
	margin-top: 3rem;
	position: relative;
}

.slick-dots {
	width: 100%;
	display: flex;
	justify-content: center;
}

.slick-dots li button {
	width: .75rem;
	height: .75rem;
	padding: 0;
	border-radius: 50%;
	margin: 0 .5rem;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.fn_banner_group1 .slick-arrow {
	display: none !important;
}

.fn_banner_group1:hover .slick-arrow {
	display: block !important;
}

.banner_dark {
	color: #fff;
}

.banner_subtitle {
	margin: 0;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 10px;
}

.banner_title {
	font-size: 3.75rem;
	font-weight: 700;
	letter-spacing: -.02rem;
	line-height: 1.1;
	margin: 0 0 1rem 0;
	max-width: 700px;
}

.banner_description {
	font-size: 1.35rem;
	font-weight: 600;
	max-width: 600px;
}

.salepercent {
	font-size: 5rem;
}

span.red {
	color: #F8200C;
}

.banner_subtitle span {
	display: inline-block;
}

.banner_subtitle span.promodate {
	margin-bottom: 10px;
	font-size: 1.125rem;
	font-weight: 700;
	color: #c9ff1b;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.extra_sub {
	opacity: .6;
}

.promocod {
	background: #fdf400;
	padding: 3px 5px;
	color: #140a07;
	border-radius: 4px;
}

.banner_subtitle span.red {
	background: #F8200C;

}

.banner_description span.red {
	font-weight: 900;
	font-size: 1.8rem;
}

.banners .fn_is_avprod.btn {
	margin: .5rem 0 0;
	z-index: 1;
	padding: .75rem 2rem;
}

.fn_is_avprod.btn {
	position: relative;
	overflow: hidden;
}

.fn_is_avprod.btn::after {
	content: '';
	position: absolute;
	top: -50%;
	bottom: -50%;
	background: linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0.4) 100%);
	width: 45px;
	-webkit-transform: skewX(-22deg);
	transform: skewX(-22deg);
	left: -65%;
	-webkit-animation-name: blick;
	animation-name: blick;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: .8;
}

@keyframes blick {
  60% {
    left:100%
  }
  to {
    left:150%
  }
}

.blog_annotation {
	font-size: .93rem;
	opacity: .8;
}

.menu_404 {
	display: flex;
	min-height: 50vh;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	max-width: 600px;
	margin: 0 auto;
	font-size: .93rem;
}

.glitch {
	position: relative;
}

.error_404 {
	font-size: 10rem;
	letter-spacing: 0.25em;
	font-weight: 400;
	line-height: 1;
}

.error_not_found {
	font-size: 1.5rem;
	margin-bottom: 2rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.glitch::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -2px 0 #ff00c1;
  /* Creates an initial clip for our glitch. This works in
  a typical top,right,bottom,left fashion and creates a mask
  to only show a certain part of the glitch at a time. */
  clip: rect(44px, 450px, 56px, 0);
  /* Runs our glitch-anim defined below to run in a 5s loop, infinitely,
  with an alternating animation to keep things fresh. */
  animation: glitch-anim 5s infinite linear alternate-reverse;
}
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -2px;
  text-shadow: -2px 0 #00fff9, 2px 2px #ff00c1;
  animation: glitch-anim2 1s infinite linear alternate-reverse;
}

/* Creates an animation with 20 steaps. For each step, it calculates 
a percentage for the specific step. It then generates a random clip
box to be used for the random glitch effect. Also adds a very subtle
skew to change the 'thickness' of the glitch.*/
@keyframes glitch-anim {
  0% {
    clip: rect(55px, 9999px, 18px, 0);
    transform: skew(0.05deg);
  }
  5% {
    clip: rect(54px, 9999px, 62px, 0);
    transform: skew(0.47deg);
  }
  10% {
    clip: rect(40px, 9999px, 68px, 0);
    transform: skew(0.4deg);
  }
  15% {
    clip: rect(63px, 9999px, 53px, 0);
    transform: skew(0.07deg);
  }
  20% {
    clip: rect(85px, 9999px, 39px, 0);
    transform: skew(0.12deg);
  }
  25% {
    clip: rect(97px, 9999px, 67px, 0);
    transform: skew(0.48deg);
  }
  30% {
    clip: rect(15px, 9999px, 76px, 0);
    transform: skew(0.18deg);
  }
  35% {
    clip: rect(99px, 9999px, 17px, 0);
    transform: skew(0.3deg);
  }
  40% {
    clip: rect(47px, 9999px, 26px, 0);
    transform: skew(0.01deg);
  }
  45% {
    clip: rect(93px, 9999px, 69px, 0);
    transform: skew(0.45deg);
  }
  50% {
    clip: rect(87px, 9999px, 3px, 0);
    transform: skew(0.04deg);
  }
  55% {
    clip: rect(58px, 9999px, 88px, 0);
    transform: skew(0.7deg);
  }
  60% {
    clip: rect(88px, 9999px, 62px, 0);
    transform: skew(0.03deg);
  }
  65% {
    clip: rect(54px, 9999px, 45px, 0);
    transform: skew(0.1deg);
  }
  70% {
    clip: rect(38px, 9999px, 81px, 0);
    transform: skew(0.45deg);
  }
  75% {
    clip: rect(97px, 9999px, 55px, 0);
    transform: skew(0.94deg);
  }
  80% {
    clip: rect(1px, 9999px, 61px, 0);
    transform: skew(0.14deg);
  }
  85% {
    clip: rect(82px, 9999px, 2px, 0);
    transform: skew(0.52deg);
  }
  90% {
    clip: rect(56px, 9999px, 25px, 0);
    transform: skew(0.82deg);
  }
  95% {
    clip: rect(53px, 9999px, 93px, 0);
    transform: skew(0.39deg);
  }
  100% {
    clip: rect(90px, 9999px, 85px, 0);
    transform: skew(0.01deg);
  }
}
@keyframes glitch-anim2 {
  0% {
    clip: rect(40px, 9999px, 85px, 0);
    transform: skew(0.64deg);
  }
  5% {
    clip: rect(5px, 9999px, 32px, 0);
    transform: skew(0.12deg);
  }
  10% {
    clip: rect(73px, 9999px, 12px, 0);
    transform: skew(0.02deg);
  }
  15% {
    clip: rect(80px, 9999px, 10px, 0);
    transform: skew(0.46deg);
  }
  20% {
    clip: rect(34px, 9999px, 93px, 0);
    transform: skew(0.86deg);
  }
  25% {
    clip: rect(79px, 9999px, 35px, 0);
    transform: skew(0.1deg);
  }
  30% {
    clip: rect(69px, 9999px, 68px, 0);
    transform: skew(0.8deg);
  }
  35% {
    clip: rect(41px, 9999px, 21px, 0);
    transform: skew(0.31deg);
  }
  40% {
    clip: rect(43px, 9999px, 8px, 0);
    transform: skew(0.24deg);
  }
  45% {
    clip: rect(12px, 9999px, 6px, 0);
    transform: skew(0.13deg);
  }
  50% {
    clip: rect(50px, 9999px, 49px, 0);
    transform: skew(0.65deg);
  }
  55% {
    clip: rect(76px, 9999px, 67px, 0);
    transform: skew(0.59deg);
  }
  60% {
    clip: rect(36px, 9999px, 89px, 0);
    transform: skew(0.09deg);
  }
  65% {
    clip: rect(58px, 9999px, 25px, 0);
    transform: skew(0.38deg);
  }
  70% {
    clip: rect(93px, 9999px, 11px, 0);
    transform: skew(0.48deg);
  }
  75% {
    clip: rect(78px, 9999px, 61px, 0);
    transform: skew(0.63deg);
  }
  80% {
    clip: rect(28px, 9999px, 3px, 0);
    transform: skew(0.8deg);
  }
  85% {
    clip: rect(95px, 9999px, 56px, 0);
    transform: skew(0.68deg);
  }
  90% {
    clip: rect(72px, 9999px, 27px, 0);
    transform: skew(0.98deg);
  }
  95% {
    clip: rect(74px, 9999px, 23px, 0);
    transform: skew(0.82deg);
  }
  100% {
    clip: rect(17px, 9999px, 31px, 0);
    transform: skew(0.65deg);
  }
}
@keyframes glitch-skew {
  0% {
    transform: skew(-4deg);
  }
  10% {
    transform: skew(4deg);
  }
  20% {
    transform: skew(-1deg);
  }
  30% {
    transform: skew(2deg);
  }
  40% {
    transform: skew(-4deg);
  }
  50% {
    transform: skew(0deg);
  }
  60% {
    transform: skew(3deg);
  }
  70% {
    transform: skew(-4deg);
  }
  80% {
    transform: skew(5deg);
  }
  90% {
    transform: skew(1deg);
  }
  100% {
    transform: skew(-2deg);
  }
}


/* .carousel-item {
  transition: transform 2.6s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 2.6s;
} */

.service-section {
	padding: 2rem 0;
}

.blog-slider-section {
	padding: 1rem 0 3rem !important;
}

.carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
 .carousel-item.active,
 .carousel-item-next.carousel-item-start,
.carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.active.carousel-item-start,
 .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

.carousel-item {
	padding: 0 2rem;
}

.carousel-control-prev {
	background: url(../images/angle-up-dark.svg) no-repeat 50% 50%;
	background-size: 2rem;
	transform: rotate(270deg);
	width: 3rem;
	height: 3rem;
	left: -1rem;
	top: calc(50% - 1.5rem);
	opacity: 1;
}


.carousel-control-next {
	background: url(../images/angle-up-dark.svg) no-repeat 50% 50%;
	background-size: 2rem;
	transform: rotate(90deg);
	width: 3rem;
	height: 3rem;
	right: -1rem;
	top: calc(50% - 1.5rem);
	opacity: 1;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	max-width: none;
	max-height: 100vh;
}

.copyright-links {
	column-gap: 2rem;
}

.mobile_copyright {
	line-height: 1.2;
	max-width: 280px;
}

.sku__video {
	text-align: center;
	z-index: 1;
	position: absolute;
	margin: 0 !important;
	top: 1rem;
	right: 1rem;
}

.video-pop {
	background: #020C16;
	display: inline-block;
	padding: .5rem 1rem;
	border-radius: 3rem;
	border: 1px solid #828282;
	color: #fff;
	font-size: .9rem;
	font-weight: 500;
}

.video-pop:hover, .video-pop:focus {
	background: #323C46;
	color: #fff;
}

.sku__video svg {
	height: 1.5rem;
	width: 1.5rem;
	margin-right: .5rem;
}

.mfp-video iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	background: #000;
}

.warning_info {
	width: 100%;
	background: #f4f9ff;
	margin-top: 1rem;
	padding: 1.5rem;
	border-radius: .5rem;
	border: none;
	font-weight: 400;
	font-size: .8rem;
}

.warning-heading {
	font-weight: 600;
	font-size: .85rem;
	/* color: #e83301; */
	line-height: 1;
}

.warning_info .download-sources {
	padding: 0;
}

.warning_info strong {color: #e83301;}

.mfp-video .mfp-close {
	top: -2rem;
	right: -2rem;
}

.mfp-video .mfp-content
 {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}


.mfp-video .mfp-content,.mfp-iframe-holder .mfp-content {
	padding: 0 1rem;
}

.mfp-video .mfp-content > div {
	width: 100% !important;
	height: 500px !important;
	overflow: visible;
	max-width: none !important;
}

.captcha {
	margin-bottom: .5rem;
	display: flex;
	align-items: center;
}

.secret_number {
	font-weight: 500;
	width: 100px;
}

.form_captcha {
	flex: 1;
}

#popup_login {
	max-width: 425px;
}

.popup_link {
	font-size: .9rem;
}

.form_group.subscribe {
	margin: .5rem 0 1rem;
}

.form_group.subscribe * {
	cursor: pointer;
}

.form_group.subscribe label {
	font-size: .85rem;
	margin-left: 5px;
}

.reg_tabs p {
	color: #58626C;
}

.subscribe_section {
	background: #f4f8fb;
	padding: 2rem 0;
}

.video-slider-section {
	padding-bottom: 0;
	overflow: hidden;
}

.news_more {
	margin: 0;
	font-size: .95rem;
	font-weight: 400;
}

.subscribe_input.form-control {
	background: #222c36;
	border: none;
	color: #fff;
}

.subscribe_input.form-control::placeholder {
	color: #828282;
	opacity: 1;
}

#subscribe_container {
	margin-top: 1rem;
}

.login_block {
	background: #fff;
	margin-right: 1rem;
	box-shadow: 0px 0px 10px rgba(170, 189, 206, 0.25);
}

.card.login_block {
	margin-top: 1rem;
	height: auto !important;
}

.slider__images .swiper-slide {
	width: 100%;
}

.card.login_block, .card.auth_block {
	height: 100%;
	display: block;
	font-size: .93rem;
}

.top-nav.account-nav a {
	background: url(../images/login.svg) no-repeat 0 0;
	height: 1.25rem;
	background-size: 1.25rem;
	display: block;
	padding-left: 1.75rem;
	line-height: 1.25rem;
}


#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 1rem;
  left: 50%;
  width: 700px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 1.25rem;
  background-color: #fff;
  color: #212121;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index:999;
}

#cookie_notification p {
	margin: 0;
	font-size: 0.75rem;
	text-align: left;
	color: $color_text;
	line-height: 1.4;
}

.cookie_accept{
    margin: 0 0 0 1rem;
  }

.mfp-image-holder .mfp-content {
	background: #fff;
}


  #cookie_notification.show{
    display: flex;
  }
  


/* @media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
} */

.table.purchase th {
	white-space: nowrap;
}

.table.purchase td:last-child, .table.purchase th:last-child {
	text-align: right;
}

.slider__images .badge-block {
	top: 1rem;
}

.slider__image .badge-economy {
	font-size: 1.25rem;
}

.nav-link.item125 {
	background: #ca1010;
	color: #fff;
	padding: 0 .7rem;
	border-radius: 4px;
}

/* X-boost */
.x-boost {
	background: #000 !important;
	color: #fff;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 1px solid rgba(255,255,255,.2);
	min-height: 100vh !important;
}

.container.x-container {
	max-width: 930px;
	z-index: 1;
}

.x-boost section {
	position: relative;
	min-height: 900px;
	display: flex;
	align-items: center;
}

.x-intro {
	background: url(../images/xboost_bg.jpg) no-repeat 0 0 / cover;
}

.x-intro::before {
	position: absolute;
	background: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	content: '';
}

.x_title {
	font-size: 4.25rem;
	font-weight: 600;
	margin-top: 4rem;
	line-height: 1.1;
	margin-bottom: 2.5rem;
	position: relative;
}

.x_text {
	font-size: 1.5rem;
	opacity: .7;
	line-height: 1.5;
}

.x_iconbox {
	padding: 3rem 0 0;
}

.x_iconitem {
	margin-bottom: 3rem;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
}

.x_power .num {
	font-size: 1.75rem;
	margin-right: 3px;
	font-weight: 600;
}

.x_icon img {
	width: 4rem;
	height: 4rem;
	margin-bottom: 1rem;
}

.x_memo {
	font-size: 1.2rem;
	opacity: .8;
	margin-top: 2rem;
}

.x-how {
	padding: 0;
}

.xhow_video {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}

.x-complete {
	flex-direction: column;
}

.xcomplete_video {
	padding: 4rem;
	margin-top: -7rem;
}

.x-ready .x_title {
	margin-bottom: 1rem;
}

.x-ready_card {
	background: #121212;
	padding-bottom: 3rem;
}

.x-ready .container.x-container {
	max-width: 1140px;
}

.x-ready .row {
	margin-top: 5rem;
}

.x-note {
	margin: 3rem auto 0;
	font-size: .95rem;
	line-height: 1.4;
	color: #999;
	white-space: pre-line;
	text-align: left;
}

.x-note span {
	display: block;
}

.x-ready_name {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
}

.x_link {
	font-size: 1.05rem;
}

.x_link svg {
	width: 1.25rem;
	height: 1.25rem;
}

.promo_width {max-width: 1100px; margin: 0 auto;}




.promo_width p.x1 {
	font-size: 2.5rem;
	line-height: 1;
	color: #7573ff;
	font-weight: 500;
}

.promo_width p {
	font-size: 1.2rem;
	line-height: 1.5;
}

.x2 {
	font-size: 2rem;
	line-height: 1.2;
	margin: 3rem auto 2rem;
	font-weight: 500;
	max-width: 980px;
	text-align: center;
}

.x33 {
	font-size: 3rem;
	line-height: 1.2;
	margin: 3rem 0;
	font-weight: 500;
	text-align: center;
}


.x3 {
	font-size: 4rem;
	line-height: 1.2;
	margin: 3rem 0;
	font-weight: 500;
	text-align: center;
}

.x3 span {
	display: block;
	font-size: 2.5rem;
	font-weight: 400;
	max-width: 900px;
	margin: .5rem auto 0;
	line-height: 1.1;
}

#fn_callback_buy_to_click .popup_heading span, .check_btn span, .river_annotation p:last-child {
	display: none;
}

.buy_river {
	display: flex;
	align-items: center;
	column-gap: 2rem;
}

.buy_river {
	display: inline-flex;
	align-items: center;
	column-gap: 3rem;
	margin: 2rem 0 0;
	background: #f8f8f8;
	padding: 2rem 3rem;
	border-radius: .5rem;
}

.buy_river .priceVal {margin: 0;}

.buy_river .priceVal .fn_price {
	font-size: 1.8rem;
	font-weight: 600;
	white-space: nowrap;
}

.river_features .char_value {
	font-size: 1rem;
	line-height: 1.25;
	font-weight: 500;
}

.river_features.features_list > div {
	width: 30%;
}

.lists {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 2rem 0 0;
	flex-wrap: wrap;
}

.river_features.features_list > div {
	width: 30%;
	margin: .7rem 0;
}

.lists .list .list-app {
	line-height: 1.2;
	margin-bottom: 0;
	font-weight: 500;
	font-size: .95rem;
}

.list-icon {
	width: 2.8rem;
	margin: 0 0 .7rem 0;
	opacity: .4;
}

.river_card {
	margin-bottom: 5rem;
}

.river_card .x3 span {
	font-size: 2rem;
	max-width: 640px;
}

.lists .list {
	justify-content: start;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 25%;
	margin-bottom: 1.5rem;
}

.list-text {
	line-height: 1.5;
	color: #88929C;
}

.ecoflow_video_name {
	display: block;
	padding: 1rem 0;
	color: #020C16;
	font-weight: 500;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.2;
}

.ecoflow_video_card img {
	height: auto;
	width: 100%;
	border-radius: 1rem;
}

.ecoflow_video_card .video_img {position: relative;}

.ecoflow_video_card .video_img::before {
	background: url(../images/play.svg);
	content: '';
	height: 4rem;
	position: absolute;
	display: block;
	width: 4rem;
	background-size: 4rem;
	left: calc(50% - 2rem);
	top: calc(50% - 2rem);
}

.ecoflow_video_card {
	position: relative;
	margin-bottom: 1.5rem;
}

.ecoflow_video_card:hover {
	opacity: .9;
}

.video-review {
	padding: 1rem 0 4rem;
}

.river_video.sku__video {
	margin: 0;
	white-space: nowrap;
	position: absolute;
	z-index: 2;
	width: 100%;
}

.sticky-detail .container {
	height: 100%;
	position: relative;
}

.slideshow-items > div {
	display: none;
}

.slideshow-items {
	height: 15rem;
	width: 100%;
}

.slideshow-items > div:first-child {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
}

.slideshow-items > div:first-child img {
	height: 100%;
}

.delivery_info > div > div:last-child {
	color: #13D154;
	font-weight: 600;
}

.river_card .sku__video {
	position: relative;
	margin-top: -7rem !important;
	margin-bottom: 4rem !important;
	right: 0;
}

.river_card .video-pop {
	display: inline-flex;
	padding: .5rem 1rem;
	align-items: center;
}

.auth_btns * {
	flex: 1 0 0;
}

.faq-details h5::after {
	content: '+';
	font-size: 2rem;
	color: inherit;
	font-weight: 300;
	position: absolute;
	right: 1.5rem;
	top: .5rem;
}

.faq-details h5.active:after {
    content: "-"; /* Unicode character for "minus" sign (-) */
}

.faq-details h5 {
	background-color: #f6f6f6;
	color: inherit;
	cursor: pointer;
	padding: 1.25rem 8rem 1.25rem 1.5rem;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	position: relative;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.faq-details h5.active, .faq-details h5:hover {
    background-color: #eee;
}

.faq-details blockquote {
	padding: 0;
	display: none;
	overflow: hidden;
	border: none;
	font-size: .9rem;
	margin: 1.5rem 1.25rem;
	font-weight: 400;
}

.v_compare_price {
	color: #828DA0;
	text-decoration: line-through;
	display: block;
	font-weight: 400;
}


.mw1200 {max-width: 1120px; margin: 0 auto;}


.desc_header {
	margin: 4.5rem auto 2rem;
	max-width: 990px;
}

.section_header {
	margin: 0 0 2rem;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.slider-main {
	position: relative;
}

.desc_h1 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	letter-spacing: -.03rem;
}

.desc_h2 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 1rem;
}

.desc_h5 {
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.4;
	margin-bottom: .25rem;
}

.desc_header p.desc_p {
	font-size: 1.2rem;
	line-height: 1.4;
	opacity: 1;
}

.section_header p.desc_p {
	font-size: 1.125rem;
	line-height: 1.4;
	font-weight: 400;
	color: #58626C;
}

.desc_mini_header {
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 1.2;
	margin: .75rem 0;
}

.desc_feats p {
	font-size: .95rem;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.4;
	opacity: .7;
	font-weight: 500;
}

.desc_header p {
	opacity: .7;
	font-size: 1rem;
}

.desc_banner .slick-list {
	margin: 0;
}

.footnote {
	margin-top: 6rem;
	font-size: .93rem;
	color: #88929C;
}

.desc_banner {
	min-height: 530px;
}

#acc_description img {
	margin: .5rem 0;
	border-radius: .5rem;
}

.variant-option:hover, .variant-option:focus {
	border-color: #007bff;
}

.variant-option input[type="radio"] {
	display: none;
}

.variant-option input[type="radio"]:checked + label {
	border-color: #007bff;
}

.similar-product-link {
	color: inherit;
}

  [id^=radio-] {
    display: none;
  }
  
  .variant-option {display: block;
}

.fn_variant.variant_radio {
	display: flex;
	flex-wrap: wrap;
	gap: .3rem;
}

.addtocart {
	width: 100%;
}

[id^="radio-"] + label, .variant-option a {
	font-size: 1rem;
	cursor: pointer;
	border: 2px solid #efefef;
	border-radius: 10px;
	overflow: hidden;
	font-weight: 600;
	padding: 0;
	margin-bottom: ;
	line-height: 1.2;
	display: flex;
	width: 140px;
	flex: 0 0 auto;
	background: #fff;
	height: 110px;
}

[id^="radio-"]:hover + label, .similar-product-link:hover, .similar-product-link:focus {
	border-color: #ccc7c7;
}

  [id^="radio-"]:checked + label, .similar-product-link.active-link{
	border-color: #D60202;

}

.similar-products .product-small-desc {
	display: block;
	margin: .25rem 0 0;
	text-align: left;
	font-size: .85rem;
}

	.v_price {
	text-align: right;
	flex: 0 0 10rem;
}

#devices {
	max-width: none;
}

#accessories ul, #accessories ol {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
}

/* #accessories ul li, #accessories ol li {
	width: calc(25% - .75rem);
	background: #f6f6f6;
	padding: 1.5rem;
	border-radius: .5rem;
	height: 12rem;
	font-weight: 600;
	line-height: 1.4;
	font-size: 1rem;
	color: #000;
} */

.docs {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
}



.docs p a {
	display: block;
	background: url(../images/dnld.svg) no-repeat calc(100% - 1.5rem) 50% / 1.5rem auto, url(../images/file.png) no-repeat 1.5rem 50% / 2rem auto;
	padding: 1.5rem 3rem 1.5rem 4rem;
	border-radius: .5rem;
	width: 100%;
	height: 100%;
	font-weight: 600;
	line-height: 1.4;
	font-size: 1.05rem;
	color: #000;
	box-shadow: 0px 0px 10px rgba(170, 189, 206, 0.35);
}

.docs p a:hover, .docs p a:focus{
	box-shadow: 0px 0px 16px rgba(170, 189, 206, 0.5);
}

.menu_eventer .nav-link svg.arrow-icon {
	vertical-align: middle;
	transition: transform 0.5s;
	width: 12px;
}

.menu_eventer .nav-link:hover svg.arrow-icon {
	transform: rotate(180deg);
}

.desc-more {
	color: #D60202;
}

.desc-more a:hover {
}

.blog_article img {
	border-radius: .5rem;
}



/* ============ */

/* Стили для блока детализации стоимости заказа */
.cart_total_block {
    margin-bottom: 20px;
}

.cart_total_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
}

.cart_total_row:last-child {
    margin-bottom: 0;
}

.cart_total_result {
    font-weight: bold;
    font-size: 18px;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    margin-top: 10px;
}

.cart_total_price {
    font-weight: 600;
}

.coupon_discount {
    color: #4CAF50;
}

#easy-menu ul ul ul.fn_menu_list.nav.menu_list_3 {
	position: relative;
	margin: 0;
	background: none;
	opacity: 1;
	visibility: visible;
	box-shadow: none;
	padding: 0 0 0 1rem;
}

#easy-menu ul ul li a .arrow-icon {
	display: none;
}

.row_card {
	color: inherit;
}

.row_card:hover, .row_card:focus {
	opacity: .8;
}

.row_card img {
	border-radius: 1rem;
}

.row_card p {
	color: #58626C;
	max-width: 360px;
	margin: 0 auto;
	line-height: 1.3;
}

.desc_h3 {
	font-weight: 700;
	font-size: 1.5rem;
	margin: 1.25rem 0 .5rem;
	line-height: 1.2;
}

.solar-section.text-center .desc_h3 {
	font-size: 1.25rem;
}

.block_related.product-slider-section {
	background: none;
}

.desc_mini_card p {
	font-size: .9rem;
	opacity: .7;
	padding: 0 1rem 1rem;
}

#description .btn-prev {
	left: -1.75rem;
}

#description .btn-next {
	right: -1.75rem;
}

.video_banner_text {
	position: absolute;
	top: 4rem;
	left: 3rem;
	font-weight: 600;
	font-size: 1.5rem;
	max-width: 400px;
	line-height: 1.2;
}

.other_post {
	margin-bottom: 1rem;
	border-bottom: 1px solid #eee;
	padding-bottom: .5rem;
}

.other_posts .blog_date {
	margin: 0;
}

.split_banner {
	background: #f5f7fa;
}

.split_banner .container {
	background: url(../images/split.png) no-repeat 95% 100% / 35rem auto;
}

.split_banner .container .row {
	min-height: 600px;
}

.split_banner_text img {
	max-width: 12rem;
	margin-bottom: 1rem;
}

.split_card {
	padding: 3rem;
	background: #f5f7fa;
	column-gap: 3rem;
	align-items: center;
	border-radius: .5rem;
	height: 100%;
}

.split_num {
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	height: 3.5rem;
	width: 3.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1056b3;
	border-radius: 50%;
}

.split_card span {
	flex: 1;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
}

.split_card_title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.split_card_m {
	gap: 1.5rem;
	background: #f5f7fa;
	padding: 2rem;
	border-radius: .5rem;
	flex-wrap: wrap;
	align-items: self-start;
	height: 100%;
}

.split_card_m img {
	width: 4rem;
	height: auto;
}

.split_card_m > div {
	flex: 1;
}

.footnote.splitnote {
	padding: 0 3rem;
	margin: 0;
}



.menu_item_1 .nav-link > span.product-small-desc {
	display: none;
}

.menu_item_2 .nav-link > span.product-small-desc {
	font-size: .8rem;
	display: inline-block;
	margin: .25rem 0 0;
}

#widget_container {
	margin-bottom: 1rem;
}

.paylogos img {
	max-height: 1.25rem;
}

.delivery-box img {
	height: 2rem;
	width: auto;
	margin-left: 1rem;
}

.holiday a {
	width: 100%;
	height: 100%;
	display: flex;
	color: inherit;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: .25rem 0;
}

.card_annotation {
	background: #f5f7fa;
	margin-bottom: 1rem;
	font-size: .85rem;
	border-radius: .5rem;
}

.card_annotation ul {
	padding: 0 0 0 1rem;
	margin: 0;
}

.sostav {
	font-size: 1.25rem;
	font-weight: 600;
}

.order_page #button_container, .order_page #widget_container{
	display: none;
}

.variant-option.sostav-option {
	position: relative;
}

.variant-option.sostav-option a {
	border-color: #D60202;
}

.variant-option.sostav-option a:hover,
.variant-option.sostav-option a:focus {
	border-color: #313C4F;
}

.variant-option.sostav-option::after {
	content: '+';
	font-size: 1.5rem;
	text-align: center;
	display: block;
	position: absolute;
	bottom: -1.25rem;
	background: #2cb742;
	left: 75%;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	z-index: 1;
	color: #fff;
	border-radius: .25rem;
}

.variant-option.sostav-option:last-child::after {
	display: none;
}

.fn_comparison_products yandex-pay-badge {
	display: none;
}

.tabss .product_item {
	margin-bottom: .5rem;
	padding-top: .5rem;
}

.product_card .product_card-in::before {
	box-shadow: 0px 0px 4px rgba(170, 189, 206, 0.35);
}

#sostav {
	max-width: none;
}

.kit_composition.row {
	justify-content: center;
}

.kit_composition.row .product-small-desc {
	display: none;
}

.comparison_item.slick-slide {
	margin: .5rem;
}

.comparison_page .fn_resize .product_card {
	height: auto;
}

.kit_plus {
	width: 4rem;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kit_plus:last-child {
	display: none;
}

.blog_article .ya-share2 {
	margin-top: .4rem;
}

.desc_banner_container {
	text-align: center;
}

.desc_banner_nav {
	text-align: center;
}

.desc_banner_blocks {
	margin-top: 1rem;
	width: auto;
	text-align: center;
	display: inline-flex;
	border-bottom: 1px solid #ddd;
	padding: 0;
	column-gap: 3rem;
	max-width: 100%;
}

.desc_banner_blocks li {
	display: inline-block;
	padding: 1rem 0;
	margin: 0;
	font-size: .95rem;
	line-height: 1.37;
	color: #757575;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
}

.desc_banner_blocks li.active {
	border-bottom: 2px solid #000;
	margin-bottom: -1px;
	color: inherit;
}

.desc_banner_text p {
	margin: 0 !important;
	color: #757575;
	font-weight: 400;
	font-size: .95rem;
}

.warranty-table {
	vertical-align: middle;
}

.warranty-table td:last-child, .warranty-table th:last-child {
	text-align: center;
}

.desc_banner_text {
	max-width: 840px;
	margin: 0 auto;
}

.back_button a {
	font-size: 2rem;
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #828282;
}

.back_button a:hover, .back_button a:focus {
	color: #D60202;
}

.prod_icons .back_button {
	display: none;
}

.back_button svg {
	width: 1.5rem;
	height: 1.5rem;
}

.prod_icons .back_button svg {
	width: 1.75rem;
	height: 1.75rem;
}

.mw800 {
	max-width: 800px;
	margin: 0 auto;
}

.desc_banner_blocks {
	overflow-x: auto;
	overflow-y: hidden;
}

small {
	font-size: 80%;
	color: #757575;
	margin-top: .5rem;
}

.download-app {
	box-shadow: 0 0 1rem rgba(0,0,0,.15);
	margin-top: 1rem;
	border-radius: .5rem;
	position: relative;
}

.app-block{
	background: url(../images/app-banner.jpg) no-repeat 100% 100% / auto 100%;
}

.power-manager{
	background: url(../images/ups-banner.jpg) no-repeat 100% 100% / auto 100% ;
}

.download-sources {
	justify-content: start !important;
	column-gap: .5rem;
}

.download-sources > div {
	max-width: 8rem;
}

.download-sources > div span {
	font-size: .75rem;
	line-height: 1.2;
	display: block;
	color: #777;
	padding-top: .5rem;
}

.download {
	padding-left: 1.5rem;
	background: url(../images/dnl.svg) no-repeat 0 50%;
	font-size: .9rem;
}

.download a:hover, .download a:focus{
	color: #D60202;
	text-decoration: underline;
}

.download-app-header {
	font-size: 2.25rem;
	margin-bottom: 1.5rem;
	font-weight: 500;
	padding-left: 4rem;
	background: url(../images/app-logo.png) no-repeat 0 50% / 3rem auto;
}

.download-app-desc {
	color: #757575;
}

.app-desktop{
	width: 200px;
}

.app-desktop div {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: .7rem;
	background-color: #f0f1f2;
	font-size: .9rem;
	color: #000;
	border-radius: 4px;
	gap: .75rem;
	margin-bottom: .5rem;
}

.app-row {
	display: flex;
	gap: 2rem;
}

.download {
	padding-left: 1.5rem;
	background: url(../images/dnl.svg) no-repeat 0 50%;
	font-size: .9rem;
	margin: 0;
}

.app-row .download {
	padding: 0;
	background: none;
}

.row.main-features img {
	width: 3rem;
	height: 3rem;
}

#power-manager {position: absolute; top:-5rem;}


#fn_serial {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: relative;
	max-width: 600px;
	padding: 2rem;
	box-shadow: 0 0 1rem rgba(0,0,0,.15);
	border-radius: 1rem;
	margin: 2rem 0;
}

.fn_serial {
	border: 1px solid #bebfc2;
	padding: .6rem 3rem .6rem 1.25rem;
	outline: none !important;
	border-radius: .5rem;
	font-size: .9rem;
}

.service-header {
	background: #f5f7fa url(../images/service_center.jpg) no-repeat 100% 50%/ auto 440px;
	min-height: 440px;
	position: relative;
}

.support-header {
	background:url(../images/support.jpg) no-repeat 100% 50%/ auto 400px;
	min-height: 400px;
	position: relative;
	color: #fff;
}


.service-header h1, .support-header h1 {
	font-size: 3rem;
}

.service-warranty .warning_info {
	font-size: inherit;
	display: flex;
}

.service-warranty .warning_info p:first-child {
	width: 3rem;
	font-size: 1.5rem;
}

.service-warranty .warning_info p:last-child {
	flex: 1;
}

.service-warranty .col-xl-7 {
	padding-right: 5rem;
}

.service-header p {
	margin-bottom: 1.5rem;
}

.service-header .btn {
	padding: .9rem 2rem;
	margin-bottom: .5rem;
}

.card_annotation.download-center {
	font-size: .95rem;
	padding: 2rem;
	height: 100%;
	margin: 0;
}

.download-center img {
	max-width: 17rem;
	margin: 0 auto;
	position: relative;
	display: block;
}

.calc-blocks {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

.manual-details.manuals-main {
	min-height: 650px;
	max-width: 1000px;
	margin: 0;
}

.manual-details h5::after {
	content: '+';
	font-size: 2rem;
	color: inherit;
	font-weight: 300;
	position: absolute;
	right: .25rem;
	top: .5rem;
	width: 1rem;
	text-align: center;
}

.manual-details h5.active::after {
	content: "-";
	font-size: 2.5rem;
}

.manual-details h5 {
	color: inherit;
	cursor: pointer;
	padding: 1.125rem 0;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	position: relative;
	border-bottom: 1px solid #ddd;
	font-size: 1.1rem;
	margin: 0;
}

.manual-details > div h5 {
	font-size: 1rem;
	font-weight: 500;
}

.manual-details h5:hover, .manual-details h5:focus,
.manual-details .docs p a:hover, .manual-details .docs p a:focus {
    color: #D60202;
}

.manual-details h5.active{
   border-color: transparent;
}

.manual-details .docs p {
	margin: 0;
}

.manual-details .docs p a {
	display: block;
	background: url(../images/dnld.svg) no-repeat 100% 50% / 1.5rem auto, url(../images/file.png) no-repeat 0 50% / 2rem auto;
	padding: 1.125rem 3rem;
	border-radius: 0;
	width: 100%;
	height: 100%;
	font-weight: 400;
	line-height: 1.4;
	font-size: .95rem;
	color: #000;
	box-shadow: none !important;
	border-bottom: 1px solid #ddd;
}

.manual-details > div {
	padding: 0;
	display: none;
	overflow: hidden;
	border: none;
	margin: 0 0 0 1rem;
	font-size: 1rem;
}

.formula {
	font-size: 1.25rem;
	font-style: italic;
}

.fraction {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: .5rem .3rem 1.3rem;
	font-size: .9em;
}

.fraction .num {
	top: 0;
	padding: 0 .3rem;
	display: block;
	white-space: nowrap;
	border-bottom: 1px solid;
}

.visually-fraction {
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	position: absolute;
	clip: rect(0 0 0 0);
	overflow: hidden;
}

.fraction .den {
	line-height: 15px;
	padding: .5rem .3rem 0 .3rem;
	display: block;
	width: 100%;
	white-space: nowrap;
}

.detail-produkt > .row {
	justify-content: space-between;
}

/* Waves Animation start*/

.hero_area {
    position: relative;
    background-color: black;
}

.waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
    bottom: 0;
    left: 0;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}


/*Shrinking for mobile*/

@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
}

/* Waves Animation end*/

.fn_variant.variant_select.form-select {
	box-shadow: none;
}

.fn_variant.variant_select.form-select:focus {
	border-color: #797878;
}

.product_heading {
	min-height: 5rem;
}

.categories-box .slick-slide {
	height: auto;
	margin: 0 .5rem;
	transition: opacity 0.25s, transform 0.25s;
	position: relative;
}

.categories__item {
	background: #fff;
	display: block;
	text-align: center;
	height: 100%;
	border-radius: .5rem;
	color: inherit;
}

.categories_item {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 1rem;
	height: 12rem;
}

.categories_item img {
	margin: 0 auto;
	max-height: 100%;
}

.categories__item-title {
	font-weight: 600;
	padding: 0 1rem 1rem;
	line-height: 1.2;
	font-size: .93rem;
}

.categories-box .btn-prev, .categories-box .btn-next {
	top: calc(50% - 2rem);
}

.categories-box .btn-prev, .fn_comparison_products .btn-prev {
	left: -1.5rem;
}

.categories-box .btn-next, .fn_comparison_products .btn-next {
	right: -1.5rem;
}

.crossed-out::before, .crossed-out::after {
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #eb0027cf;
	transform-origin: center;
}

.crossed-out::before {
	transform: rotate(45deg);
}

.crossed-out::after {
	transform: rotate(-45deg);
}