/**
 * Theme Name: E-Techno
 */

:root {
    --wc-form-color-text: #ffffff;
    --wc-form-color-background: rgb(25 25 25 / 40%);
    --wc-form-border-width: 1px;
    --wc-form-border-color: #363A40;
    --wc-form-border-radius: 90px;
}
 
@font-face {
    font-family: 'Ruda';
    src: url('fonts/Ruda-Black.eot');
    src: url('fonts/Ruda-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Ruda-Black.woff2') format('woff2'),
        url('fonts/Ruda-Black.woff') format('woff'),
        url('fonts/Ruda-Black.ttf') format('truetype'),
        url('fonts/Ruda-Black.svg#Ruda-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Ruda';
    src: url('fonts/Ruda-ExtraBold.eot');
    src: url('fonts/Ruda-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Ruda-ExtraBold.woff2') format('woff2'),
        url('fonts/Ruda-ExtraBold.woff') format('woff'),
        url('fonts/Ruda-ExtraBold.ttf') format('truetype'),
        url('fonts/Ruda-ExtraBold.svg#Ruda-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ruda';
    src: url('fonts/Ruda-Medium.eot');
    src: url('fonts/Ruda-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Ruda-Medium.woff2') format('woff2'),
        url('fonts/Ruda-Medium.woff') format('woff'),
        url('fonts/Ruda-Medium.ttf') format('truetype'),
        url('fonts/Ruda-Medium.svg#Ruda-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Ruda';
    src: url('fonts/Ruda-SemiBold.eot');
    src: url('fonts/Ruda-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Ruda-SemiBold.woff2') format('woff2'),
        url('fonts/Ruda-SemiBold.woff') format('woff'),
        url('fonts/Ruda-SemiBold.ttf') format('truetype'),
        url('fonts/Ruda-SemiBold.svg#Ruda-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html {
	color-scheme: dark;
}

html::-webkit-scrollbar-track {
	background: #2c2c2c; 
}

html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body {
	background: #121415;
	color: #bbbbbb;
	font-family: Ruda, sans-serif;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0%;
	background-image: url(images/bg/page_pc.svg);
	background-repeat: no-repeat;
	background-position-x: calc(-1452 * 1vw / 19.2);
	background-position-y: calc(-1117 * 1vw / 19.2);
	background-size: calc(3920 * 1vw / 19.2) calc(8692 * 1vw / 19.2);
}

a {
	color: #6CB2FF;
	text-decoration: none;
}

b, strong {
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .h-big {
	color: #ffffff;
	font-weight: 700;
}

h1, .h1 {
	font-size: 36px;
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 100%;
}

.h-big {
	font-size: 48px;
}

header, .container, .footer_container, .section_1_cols, .section_2_mobile, .section_2 .section_title, .section_3, .section_5_mobile, .section_5, .section_6, .section_7, .section_8, .section_9, .section_recent_products {
	max-width: 1440px;
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}

.section_9 {
	position: relative;
}

.section_swipe_right {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.btn, .add_to_cart_button, .product_section_4 .button, .woocommerce .product .single_add_to_cart_button, .woocommerce .product .single_add_to_cart_button:hover, .woocommerce .product .single_add_to_cart_button:focus, html body .notice .button, html body .notice .button:hover, html body .notice .button:focus {
	display: inline-block;
	min-height: 24px;
	padding: 18px 100px;
	min-width: 140px;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	background: linear-gradient(93.17deg, #6CB2FF 2.26%, #007AFF 97.74%);
	border-radius: 90px;
	white-space: nowrap;
	text-align: center;
	outline: 0;
	border: 0;
	cursor: pointer;
}

html body .notice .button, html body .notice .button:hover, html body .notice .button:focus {
	padding: 18px;
}

.add_to_cart_button, .product_section_4 .button {
	display: inline-block;
	min-height: 24px;
	padding: 16px 2px 8px !important;
	min-width: 140px;
	font-weight: 700;
	font-size: 15px !important;
	color: #ffffff !important;
	background: linear-gradient(93.17deg, #6CB2FF 2.26%, #007AFF 97.74%) !important;
	border-radius: 90px !important;
	white-space: nowrap;
	text-align: center;
}

.btn.btn_style_2 {
    border: 1px solid transparent;
    position: relative;
	background: transparent;
}

.btn.btn_style_2::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    
    background: linear-gradient(93.17deg, #6CB2FF 2.26%, #007AFF 97.74%);
    
    -webkit-mask: 
        linear-gradient(green 0 0) content-box, 
        linear-gradient(green 0 0);
    mask: 
        linear-gradient(green 0 0) content-box, 
        linear-gradient(green 0 0);
    
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.header_up_left_link {
    font-size: 14px;
    color: #ffffff;
}

.header_up_left {
    display: flex;
    gap: 50px;
}

.header_up {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #363A40;
    display: flex;
    justify-content: space-between;
}

.header_up_right {
    gap: 56px;
    display: flex;
}

.header_up_right_item {
    font-size: 14px;
    color: #ffffff;
}

.header_up_right_item svg {
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.header_main {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 40px;
    gap: 40px;
    align-items: center;
    position: relative;
}

header {
    z-index: 10;
    position: relative;
}

.woocommerce-products-header {
	z-index: 1;
}

img.header_main_logo, .woocommerce img.header_main_logo, .woocommerce-page img.header_main_logo {
    width: 280px;
    object-fit: contain;
    height: 54px;
    max-width: unset;
    object-position: left;
}

.header_main_col_2 {
    display: flex;
    gap: 50px;
    width: 100%;
    justify-content: space-around;
}

.header_main_menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-content: center;
    flex-wrap: wrap;
}

.header_menu_item > a {
    font-size: 17px;
    color: #ffffff;
}

.header_menu_item.header_menu_item_opened > a {
	color: #6CB2FF;
}

.btn svg {
    position: relative;
    top: 6px;
    margin-right: 10px;
}

.header_configurator_btn .btn {
    padding: 8px 35px 14px;
    font-size: 17px;
    min-height: 21px;
}

.header_col_3_item > a {
    display: flex;
    gap: 12px;
    align-content: center;
    font-size: 17px;
    color: #ffffff;
}

.header_main_col_3 {
    display: flex;
    gap: 20px;
}

.header_col_3_item > a > span {position: relative;top: -2px;}

.header_col_3_item {
    position: relative;
}

.header_col_3_item_favorite {
    padding-right: 20px;
    border-right: 1px solid #363A40;
}

.header_mobile_logo, .woocommerce .header_mobile_logo, .woocommerce-page .header_mobile_logo {
	height: 27px;
	width: auto;
}

.header_col_3_item .icon_count {
    position: absolute;
    top: -9px;
    left: 11px;
    padding: 5px 4px 3px;
    background-color: #007AFF;
    font-weight: 700;
    color: #ffffff;
    font-size: 9px;
    line-height: 9px;
    min-width: 9px;
    text-align: center;
    border-radius: 50%;
}

.header_mobile {
	display: none;
	margin-bottom: 10px;
	background-color: #121315;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 19px;
	padding-bottom: 19px;
	justify-content: space-between;
}

.header_mobile_icon {
	position: relative;
}

.header_mobile_icon .icon_count_mobile {
    position: absolute;
    top: -7px;
    left: 12px;
    padding: 5px 4px 3px;
    background-color: #007AFF;
    font-weight: 700;
    color: #ffffff;
    font-size: 9px;
    line-height: 9px;
    min-width: 9px;
    text-align: center;
    border-radius: 50%;
}

.header_mobile_col_right_icons {
	display: flex;
	gap: 25px;
}

.header_mobile_menu_btn {
	margin-left: 4px;
}

.header_menu_item > svg {
    position: relative;
    top: -2px;
    padding-left: 4px;
}

.header_menu_item.header_menu_item_opened > svg {
	transform: rotate(180deg);
    padding-left: 0;
    padding-right: 4px;
}

.header_menu_item .header_menu_childs_container {
	display: none;
	position: absolute;
	left: 0;
	width: calc(100% - 108px);
	top: 106px;
	border: 1px solid #363A40;
	border-radius: 20px;
	backdrop-filter: blur(20px);
	background: #191919E5;
	padding: 31px 55px;
	z-index: 1000;
}

.header_menu_childs {
	display: grid;
	gap: 85px;
	width: 100%;
	grid-template-columns: 1fr 2fr;
}

.header_menu_childs_left {
	display: flex;
	flex-direction: column;
}
	
.header_menu_childs_left_item {
	padding: 20px;
	border-radius: 10px;
	display: flex;
	gap: 15px;
	overflow: visible;
	position: relative;
}

.header_menu_childs_left_item_active {
	background: #007AFF;
}

.header_menu_childs_left_item::after {
	display: block;
	content: '';
	height: 1px;
	width: 100%;
	background-color: rgb(255 255 255 / 20%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.header_menu_childs_left_item:last-child::after {
	display: none;
}

.header_menu_childs_left_item_image img {
	width: 46px;
	height: 46px;
}

.header_menu_childs_left_item_active .header_menu_childs_left_item_image img {
	filter: brightness(0) invert(1);
}

.header_menu_item.header_menu_item_opened .header_menu_childs_container {
	display: block;
}

.header_menu_childs_left_item_data {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.header_menu_childs_left_item_title {
	color: #ffffff;
	font-size: 17px;
}

.header_menu_childs_left_item_desc {
	color: #ffffff;
	font-size: 13px;
	opacity: 0.5;
}

.header_menu_childs_right_level_3 {
	display: none;
	grid-template-columns: 1fr 1fr;
	column-gap: 85px;
}

.header_menu_childs_right_level_3.header_menu_childs_right_level_3_opened {
	display: grid;
}

.header_menu_childs_right {
	display: flex;
	flex-direction: column;
}
	
.header_menu_childs_right_item {
	padding: 20px;
	border-radius: 10px;
	display: flex;
	gap: 15px;
	overflow: visible;
	position: relative;
}

.header_menu_childs_right_item::after {
	display: block;
	content: '';
	height: 1px;
	width: 100%;
	background-color: rgb(255 255 255 / 20%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.header_menu_childs_right_item_data {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.header_menu_childs_right_item_title {
	color: #ffffff;
	font-size: 17px;
}

.header_menu_childs_right_item_desc {
	color: #ffffff;
	font-size: 13px;
	opacity: 0.5;
}

.header_menu_childs_right_item_image img {
	width: 47px;
	height: 47px;
}

.breadcrumb_item {
    font-size: 14px;
}

.breadcrumb_item.breadcrumb_current {
    color: #ffffff;
}

.breadcrumb_item.breadcrumb_link {
    text-decoration: underline;
}

.breadcrumbs svg {
    margin-left: 10px;
    margin-right: 10px;
}

footer {
    background: #1E1E1E;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 120px;
}

.footer_blocks {
    margin-bottom: 15px;
    display: grid;
    gap: 16px;
    grid-template-columns: 348fr 430fr 182fr 250fr 166fr;
}

.footer_block {
    background: #191919;
    padding: 30px 25px;
    border-radius: 10px;
}

.footer_copyright_block {
    padding: 18px;
    text-align: center;
}

.footer_copyright {
    font-size: 12px;
}

.footer_copyright a {
    color: #bbbbbb;
    text-decoration: underline;
}

.footer_block_title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
}

.footer_block_content_links a, .footer_block_content_sn a {
    color: #BBBBBB;
    font-size: 15px;
    display: flex;
}

.footer_block_content_links, .footer_block_content_sn {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer_block_content_sn a {
    white-space: nowrap;
}

.footer_block_content_links a span, .footer_block_content_sn a span {
    position: relative;
    top: -4px;
}

.footer_block_content_links a svg, .footer_block_content_sn a svg {
    margin-right: 7px;
    width: 17px;
    min-width: 17px;
}

.footer_block_content_news {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.footer_news_element {
    display: flex;
    gap: 20px;
    width: 100%;
}

.footer_news_image {
    border-radius: 5px;
}

.footer_news_title {
    color: #bbbbbb;
    text-align: justify;
}

.footer_news_data_col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.footer_news_info {
    display: flex;
    font-size: 12px;
    line-height: 12px;
    justify-content: space-between;
    gap: 15px;
}

.footer_logo, .woocommerce .footer_logo, .woocommerce-page .footer_logo {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.woocommerce .footer_news_image, .woocommerce-page .footer_news_image {
	height: unset;
	max-width: unset;
}

.footer_description {
    margin-bottom: 50px;
    text-align: justify;
    color: #ffffff;
}

.footer_contacts {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.contact_line svg {
    margin-right: 8px;
}

.contact_line span {
    position: relative;
    top: -4px;
    font-size: 15px;
}

.contact_line span a {
    color: #bbbbbb
}

.mobile_bottom_panel {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: calc(100vw - 30px);
	height: 55px;
	background: #121315;
	padding: 8px 15px;
	z-index: 2000;
}

.mobile_bottom_panel_links {
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.mobile_bottom_panel_link {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

.mobile_bottom_panel_link span {
	font-size: 9px;
	color: white;
}

.section_1_cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: visible;
}

.section_1_title {
    font-size: 64px;
    font-weight: 800;
    line-height: 100%;
    color: #ffffff;
    margin-bottom: 20px;
}

.section_1_subtitle {
    font-size: 26px;
    line-height: 45px;
    margin-bottom: 40px;
    color: #ffffff;
    max-width: 565px;
}

.section_1_left_col {
    margin-top: 146px;
    margin-bottom: 252px;
}

.section_1_btns {
    display: flex;
    gap: 30px;
}

.section_1_btns .btn {
    padding: 23px 41px 17px;
}

.section_1_btns .btn span {
    position: relative;
    top: -7px;
}

.section_1_btns .btn svg {
    top: -1px;
}

.section_1_btns .btn.btn_style_2 {
    padding: 22px 40px 16px;
}

.section_1_image {
    position: absolute;
    left: max(calc(-163 * (1vw - 0.6px) / 14.4), -163px);
    bottom: 0;
    width: min(calc(1100 * (1vw - 0.6px) / 14.4), 1100px);
    height: min(calc(876 * (1vw - 0.6px) / 14.4), 876px);
    z-index: -1;
}

.section_1_right_col {
    position: relative;
}

.section {
	margin-top: 160px;
}

.section_title {
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    color: #ffffff;
    margin-bottom: 30px;
}

.section.section_1 {
	-webkit-mask-image: linear-gradient(to bottom, white 0%, white calc(160px + 55%), transparent 100%);
	mask-image: linear-gradient(to bottom, white 0%, white calc(160px + 55%), transparent 100%);
	z-index: 1;
	position: relative;
	margin-top: -179px;
	padding-top: 179px;
}

.products.columns-24 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.products::before {
	display: none!important;
}

.category a {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.category_item_image {
    -webkit-mask-image: linear-gradient(to bottom, white 0%,  white 57%, transparent 100%);
    mask-image: linear-gradient(to bottom, white 0%, white 57%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 253px;
    height: 398px !important;
    max-height: unset !important;
}

.category_item_title {
    position: absolute;
    bottom: 7px;
    width: calc(100% - 20px);
    left: 10px;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
}

.categories_slider_container {
    max-width: 1838px;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
}

.slider_container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.slider_style_2 {
	gap: 20px;
	flex-direction: column;
}

.slider_btns {
	display: flex;
	gap: 10px;
}

.slider ul {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    display: flex;
    transition: left ease 0.5s;
    flex-wrap: nowrap !important;
    width: max-content;
    position: relative;
}

.slider_arrow_left, .slider_arrow_right {
	cursor: pointer;
}

.slider {
    max-width: 100%;
    overflow: hidden;
}

.section_4 {
    max-width: 1652px;
    width: calc(100% - 136px);
    margin-left: auto;
    margin-right: auto;
    background: rgb(25 25 25 / 40%);
    border: 1px solid #363A40;
    border-radius: 50px;
    padding: 0 53px;
}

.section_2_mobile, .section_5_mobile {
	display: none;
}

.section_4_cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.section_4_left_col {
	align-self: end;
}

.section_4_image {
	width: 100%;
	height: auto;
	max-width: 828px;
}

.section_4_right_col {
	max-width: 691px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.section_4_pre_title, .pre_title {
	font-size: 20px;
	line-height: 100%;
	margin-bottom: 10px;
}

.section_4_title, .section_title {
	font-size: 48px;
	line-height: 100%;
	font-weight: 700;
	margin-bottom: 30px;
	color: #ffffff;
}

.section_4_subtitle {
	font-size: 26px;
	line-height: 45px;
	margin-bottom: 15px;
	color: #ffffff;
}

.section_4_params {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	max-width: 558px;
}

.section_4_param {
	display: flex;
	gap: 15px;
}

.attr_data {
	display: flex;
	flex-direction: column;
	gap: 3px;
	justify-content: center;
}

.attr_name {
	font-size: 12px;
	line-height: 100%;
}

.attr_value {
	font-size: 14px;
	line-height: 100%;
	color: #ffffff;
	font-weight: 600;
}

.section_4_btns {
	margin-top: 40px;
    display: flex;
    gap: 30px;
}

.section_4_btns .btn {
    padding: 24px 51px 18px;
    font-size: 17px;
}

.section_4_btns .btn span {
    position: relative;
    top: -7px;
}

.section_4_btns .btn svg {
    top: -1px;
}

.section_4_btns .btn.btn_style_2 {
    padding: 24px 54px 18px;
}

.section_5_why_select {
	display: flex;
	gap: 60px;
	justify-content: space-between;
	margin: 0 0 1em;
	padding: 0;
	list-style: none outside;
	clear: both;
}

.why_select_icon {
	margin-bottom: 20px;
}

.why_select_title {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
	line-height: 100%;
	color: #ffffff;
}

.why_select_slider ul {
	transition: unset;
	gap: 10px;
}

.why_select_slider .why_select {
	background: rgb(25 25 25 / 40%);
	border: 1px solid #363A40;
	border-radius: 20px;
	width: calc(100vw - 72px);
	text-align: center;
	padding: 20px;
	align-items: stretch;
}

.btn_section_all {
	display: inline-block;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	padding: 21px 51px;
	font-size: 17px;
	line-height: 23px;
	margin-top: 40px;
}

.section_2_mobile .products.columns-24 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 16px;
	row-gap: 20px;
}

.section_2_mobile .category_item_image {
	object-fit: cover;
	height: 193px !important;
}

.section_2_mobile .category_item_title {
	font-size: 13px;
	bottom: 15px;
}

.products.columns-4 {
    display: grid;
    gap: 31px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.products.columns-3 {
    display: grid;
    gap: 31px;
    grid-template-columns: 1fr 1fr 1fr;
}

.product_block {
    background: rgb(25 25 25 / 40%);
    border: 1px solid #363A40;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding-bottom: 25px;
	position: relative;
}

.product_section_1 {
	padding: 23px 15px 17px;
	position: relative;
}

.product_favorite {
	position: absolute;
	top: 20px;
	right: 20px;
}

.product_image {
	border-radius: 20px;
	margin-bottom: 15px;
}

.product_title {
	margin-bottom: 6px;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	color: white;
}

.woocommerce .product .product_title {
	font-size: 48px;
	line-height: 122%;
	margin-bottom: 10px;
	width: 48%;
	float: right;
}

html body.woocommerce .product .price {
	color: #00FC00;
	font-weight: 500;
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 30px;
}

html body.woocommerce .product .woocommerce-product-details__short-description {
	line-height: 24px;
	color: #ffffff;
	text-align: justify;
	margin-bottom: 30px;
}

html body.woocommerce .product .stock {
	display: none;
}

html body.woocommerce .product .quantity {
	display: none;
}

.product_price_container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.product_price {
	white-space: nowrap;
	color: #00FC00;
	font-weight: 500;
	font-size: 20px;
}

.product_price .amount {
	margin-right: 10px;
}

.product_configurator_btn .btn {
	font-size: 15px;
	padding: 12px 1px 11px;
	width: 100%;
}

.product_section_4 {
	padding: 15px 15px 0;
	float: right;
	width: calc(100% - 30px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_cards, .news_list {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}

.news_card_image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    aspect-ratio: 460 / 321;
}

.news_card_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
}

.news_card_desc {
	margin-top: 10px;
	color: #bbbbbb;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_card_info {
	margin-top: 15px;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.news_card_date {
	color: #bbbbbb;
	font-size: 16px;
	line-height: 100%;
	display: flex;
	gap: 10px;
	align-items: center;
}

.news_card_desc p {
	margin: 0;
}

.reviews_block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 19px;
}

.reviews_block_col {
    padding: 50px 28px;
    background: rgb(25 25 25 / 40%);
    border: 1px solid #363A40;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    text-align: center;
}

.reviews_block_logo_container {
    border-bottom: 1px solid #363A40;
    padding-bottom: 20px;
}

.reviews_block_logo {
    height: 74px;
    object-fit: contain;
    max-width: 274px;
	width: 100%;
}

.woocommerce .reviews_block_logo, .woocommerce-page .reviews_block_logo {
	height: 74px;
	min-width: 274px;
}

.reviews_block_rating_container {
    margin-top: 30px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.reviews_block_rating {
    font-size: 48px;
    line-height: 100%;
    font-weight: 600;
    color: #ffffff;
}

.reviews_block_rating_count {
    margin-top: 5px;
    font-size: 20px;
    line-height: 100%;
}

.reviews_block_btn_continer {
	padding: 0 25px;
}

.reviews_block_btn {
    margin-top: 30px;
    padding: 20px 10px;
    display: block;
}

.services_block, .dashboard_block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 20px;
    column-gap: 26px;
}

.light_style_1, .light_style_2, .light_style_3, .light_style_4, .light_style_5, .light_style_6, .light_style_7, .light_style_8, .light_style_9, .light_style_10 {
	background-repeat: no-repeat;
	background-size: contain;
}

.light_style_1 {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22579%22%20height%3D%22368%22%20viewBox%3D%220%200%20579%20368%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20opacity%3D%220.2%22%20filter%3D%22url(%23filter0_f_588_5880)%22%3E%3Ccircle%20cx%3D%22289.5%22%20cy%3D%2268.5%22%20r%3D%22203.5%22%20fill%3D%22%236CB2FF%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_588_5880%22%20x%3D%22-10%22%20y%3D%22-231%22%20width%3D%22599%22%20height%3D%22599%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%2248%22%20result%3D%22effect1_foregroundBlur_588_5880%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.light_style_2 {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22579%22%20height%3D%22368%22%20viewBox%3D%220%200%20579%20368%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20opacity%3D%220.2%22%20filter%3D%22url(%23filter0_f_588_5880)%22%3E%3Ccircle%20cx%3D%22289.5%22%20cy%3D%2268.5%22%20r%3D%22203.5%22%20fill%3D%22%235BFFDE%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_588_5880%22%20x%3D%22-10%22%20y%3D%22-231%22%20width%3D%22599%22%20height%3D%22599%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%2248%22%20result%3D%22effect1_foregroundBlur_588_5880%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.light_style_3 {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22579%22%20height%3D%22368%22%20viewBox%3D%220%200%20579%20368%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20opacity%3D%220.2%22%20filter%3D%22url(%23filter0_f_588_5880)%22%3E%3Ccircle%20cx%3D%22289.5%22%20cy%3D%2268.5%22%20r%3D%22203.5%22%20fill%3D%22%23C05BFF%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_588_5880%22%20x%3D%22-10%22%20y%3D%22-231%22%20width%3D%22599%22%20height%3D%22599%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%2248%22%20result%3D%22effect1_foregroundBlur_588_5880%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.light_style_4 {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22579%22%20height%3D%22368%22%20viewBox%3D%220%200%20579%20368%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20opacity%3D%220.2%22%20filter%3D%22url(%23filter0_f_588_5880)%22%3E%3Ccircle%20cx%3D%22289.5%22%20cy%3D%2268.5%22%20r%3D%22203.5%22%20fill%3D%22%23FFC107%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_588_5880%22%20x%3D%22-10%22%20y%3D%22-231%22%20width%3D%22599%22%20height%3D%22599%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%2248%22%20result%3D%22effect1_foregroundBlur_588_5880%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}
.light_style_5 {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22579%22%20height%3D%22368%22%20viewBox%3D%220%200%20579%20368%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20opacity%3D%220.2%22%20filter%3D%22url(%23filter0_f_588_5880)%22%3E%3Ccircle%20cx%3D%22289.5%22%20cy%3D%2268.5%22%20r%3D%22203.5%22%20fill%3D%22%23FF4131%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_588_5880%22%20x%3D%22-10%22%20y%3D%22-231%22%20width%3D%22599%22%20height%3D%22599%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%2248%22%20result%3D%22effect1_foregroundBlur_588_5880%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}
.light_style_6 {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22579%22%20height%3D%22368%22%20viewBox%3D%220%200%20579%20368%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20opacity%3D%220.2%22%20filter%3D%22url(%23filter0_f_588_5880)%22%3E%3Ccircle%20cx%3D%22289.5%22%20cy%3D%2268.5%22%20r%3D%22203.5%22%20fill%3D%22%2393F6FF%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_588_5880%22%20x%3D%22-10%22%20y%3D%22-231%22%20width%3D%22599%22%20height%3D%22599%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%2248%22%20result%3D%22effect1_foregroundBlur_588_5880%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}
.light_style_7 {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22579%22%20height%3D%22368%22%20viewBox%3D%220%200%20579%20368%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20opacity%3D%220.2%22%20filter%3D%22url(%23filter0_f_588_5880)%22%3E%3Ccircle%20cx%3D%22289.5%22%20cy%3D%2268.5%22%20r%3D%22203.5%22%20fill%3D%22%23007AFF%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_588_5880%22%20x%3D%22-10%22%20y%3D%22-231%22%20width%3D%22599%22%20height%3D%22599%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%2248%22%20result%3D%22effect1_foregroundBlur_588_5880%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}
.light_style_8 {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22579%22%20height%3D%22368%22%20viewBox%3D%220%200%20579%20368%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20opacity%3D%220.2%22%20filter%3D%22url(%23filter0_f_588_5880)%22%3E%3Ccircle%20cx%3D%22289.5%22%20cy%3D%2268.5%22%20r%3D%22203.5%22%20fill%3D%22%2330FF5D%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_588_5880%22%20x%3D%22-10%22%20y%3D%22-231%22%20width%3D%22599%22%20height%3D%22599%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%2248%22%20result%3D%22effect1_foregroundBlur_588_5880%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.light_style_9 {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22579%22%20height%3D%22368%22%20viewBox%3D%220%200%20579%20368%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20opacity%3D%220.2%22%20filter%3D%22url(%23filter0_f_588_5880)%22%3E%3Ccircle%20cx%3D%22289.5%22%20cy%3D%2268.5%22%20r%3D%22203.5%22%20fill%3D%22%2300FC00%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_588_5880%22%20x%3D%22-10%22%20y%3D%22-231%22%20width%3D%22599%22%20height%3D%22599%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%2248%22%20result%3D%22effect1_foregroundBlur_588_5880%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.light_style_10 {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22579%22%20height%3D%22368%22%20viewBox%3D%220%200%20579%20368%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20opacity%3D%220.2%22%20filter%3D%22url(%23filter0_f_588_5880)%22%3E%3Ccircle%20cx%3D%22289.5%22%20cy%3D%2268.5%22%20r%3D%22203.5%22%20fill%3D%22%230077FF%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_588_5880%22%20x%3D%22-10%22%20y%3D%22-231%22%20width%3D%22599%22%20height%3D%22599%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%2248%22%20result%3D%22effect1_foregroundBlur_588_5880%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.service_in_block {
    background-color: rgb(25 25 25 / 40%);
    border: 1px solid #363A40;
    backdrop-filter: blur(20px);
    border-radius: 20px;
}

.service_in_block_icon_container {
	height: 260px;
	margin: 30px;
}

.dashboard_block .service_in_block_icon_container {
	height: 120px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.service_in_block_icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service_in_block_title {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 100%;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
}

.service_in_block_read_more {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 35px;
	text-align: center;
}

.section_6 {
	overflow: visible;
}

.section_6_cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
    width: 100%;
}

.section_6_pre_title {
	font-size: 20px;
	line-height: 100%;
	margin-bottom: 10px;
}

.section_6_title {
	font-size: 48px;
	line-height: 100%;
	font-weight: 700;
	margin-bottom: 30px;
	color: #ffffff;
}

.section_6_subtitle {
	font-size: 26px;
	line-height: 45px;
	color: #ffffff;
	text-align: justify;
}

.section_6_btns {
	margin-top: 40px;
    display: flex;
    gap: 30px;
}

.section_6_btns .btn {
    padding: 24px 51px 18px;
    font-size: 17px;
}

.section_6_btns .btn span {
    position: relative;
    top: -7px;
}

.section_6_btns .btn svg {
    top: -1px;
}

.section_6_btns .btn.btn_style_2 {
    padding: 24px 54px 18px;
}

.stage {
    width: min(calc(506 * 1vw / 13), 506px);
    padding: 30px 30px 56px;
    background: rgb(25 25 25 / 40%);
    border: 1px solid #363A40;
    backdrop-filter: blur(20px);
    border-radius: 20px;
}

.stages_slider ul {
    gap: 30px;
    transition: none;
    margin-bottom: 0;
}

.stage_title {
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}

.stage_desc {
    text-align: justify;
}

.stage_desc p {
	margin: 0;
}

.stage_image_and_number {
    margin-bottom: 30px;
    position: relative;
}

.stage_image {
    width: 177px;
    height: 170px;
    border-radius: 10px;
    z-index: 2;
    position: relative;
}

.stage_number {
    position: absolute;
    top: 14px;
    left: 141px;
    color: #6CB2FF;
    font-size: 128px;
    line-height: 100%;
    font-weight: 700;
}

.section_7 .btn_section_all {
	display: none;
}

.header_mobile_menu {
	display: none;
	position: absolute;
	top: 65px;
	left: -15px;
	width: calc(100vw - 30px);
	height: calc(100vh - 93px);
	overflow-y: scroll;
	padding: 0 15px 28px;
	z-index: 5000;
	background-color: #121415;
	touch-action: pan-y;
	-webkit-overflow-scrolling: touch;
}

.header_mobile_menu_close_btn {
	display: none;
	margin-left: 8px;
}

.mobile_menu_item > a {
    margin-bottom: 10px;
    padding: 11px 30px 11px 18px;
    background: #242529;
    border-radius: 90px;
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
}

.mobile_menu_child_item {
    padding: 10px 30px;
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
}

.mobile_menu_item_image img {
    width: 27px;
    height: 27px;
    object-fit: contain;
}

.mobile_menu_item_title {
    font-size: 17px;
    line-height: 100%;
    color: white;
}

.mobile_menu_item a > svg {
    position: absolute;
    right: 11px;
}

.mobile_menu_item_opened a > svg {
    transform: rotate(180deg);
}

.mobile_menu_childs {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mobile_menu_item_opened .mobile_menu_childs {
    display: block;
}

.container > .content-area {
    margin-top: 40px;
}

.woocommerce-product-gallery {
    display: grid;
    grid-template-columns: 145fr 489fr;
    gap: 18px;
}

.woocommerce-product-gallery > .flex-viewport {
    order: 2;
}

.woocommerce-product-gallery .flex-control-thumbs {
	order: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 145px;
}

.woocommerce-product-gallery__image.flex-active-slide {
    border-radius: 10px;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    width: 100% !important;
}

.woocommerce-product-gallery .flex-control-thumbs img {
    border-radius: 8px;
}

.woocommerce div.product form.cart {
	padding-bottom: 40px;
	border-bottom: 1px solid #363A40;
	margin-bottom: 35px;
}

.woocommerce div.product .product_meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.woocommerce div.product .product_meta .posted_in {
	text-align: justify;
}

.woocommerce div.product .product_meta .posted_in a {
	color: #bbbbbb;
	text-decoration: underline;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	background: rgb(25 25 25 / 40%);
	border: 1px solid #363A40;
	backdrop-filter: blur(20px);
	border-radius: 90px;
	padding: 0 10px;
	margin: 40px 0 0;
	display: flex;
	gap: 80px;
	justify-content: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 33px 5px 28px;
	font-size: 24px;
	line-height: 100%;
	color: #BBBBBB;
	font-weight: 500;
	background: none;
	border: 0px solid;
	border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #BBBBBB;
	font-weight: 500;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: none;
	border: 0px solid;
	font-weight: 700;
	color: #ffffff;
	border-top: 4px solid #6CB2FF;
	border-bottom: 4px solid #6CB2FF;
	padding: 29px 5px 24px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #ffffff;
	font-weight: 700;
}

.woocommerce-Tabs-panel > h2:first-child {
	display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin-top: 40px;
	margin-bottom: 0;
}

.woocommerce-products-header {
	margin: 0;
}

.site-main > .woocommerce-products-header > h1 {
	font-size: 48px;
	line-height: 122%;
}

.woocommerce .product .single_add_to_cart_button, .woocommerce .product .single_add_to_cart_button:hover, .woocommerce .product .single_add_to_cart_button:focus {
	padding: 15px 41px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	z-index: 1;
}

main.site-main {
    position: relative;
}

.result_count {
    position: absolute;
    top: 20px;
    right: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #ffffff;
}

.fps_loop_container {
    background: #272529;
    border-radius: 20px;
    padding: 15px 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.fps_loop_subtitle {
    grid-column: span 3;
    margin-top: -3px;
    font-size: 12px;
    line-height: 100%;
    color: #bbbbbb;
    text-align: center;
}

.fps_loop_subtitle_a {
    display: inline;
    font-size: 14px;
    color: #ffffff;
}

.fps_loop_display {
    text-align: center;
    position: relative;
    padding-bottom: 13px;
    z-index: 10;
}

.fps_loop_display_fps {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #93F6FF;
    padding: 17px 16px 0;
}

.fps_loop_display_title {
    font-size: 14px;
    line-height: 100%;
    color: #BBBBBB;
}

.fps_loop_display_icon {
	position: absolute;
	top: 0;
	left: 50%;
	width: 64px;
	height: 64px;
	transform: translateX(-50%);
	z-index: 9;
}

.fps_loop_display_icon_relative {
	position: relative;
	width: 64px;
	height: 64px;
	z-index: 8;
}

.fps_loop_display_icon_bg {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.fps_loop_display_icon_fg {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-mask-image: conic-gradient(
	    from 180deg at 50% 50%,
	    black 0deg, 
	    black var(--angle),
	    transparent var(--angle),
	    transparent 360deg
	  );
	  mask-image: conic-gradient(
	    from 180deg at 50% 50%,
	    black 0deg, 
	    black var(--angle),
	    transparent var(--angle),
	    transparent 360deg
	  );
	  
	  -webkit-mask-image: conic-gradient(
	    from 180deg at 50% 50%,
	    black 0deg, 
	    black var(--angle),
	    transparent var(--angle),
	    transparent 360deg
	  );
}

.fps_loop_display_dot {
    z-index: 3;
    position: absolute;
}

.attr {
    display: flex;
    gap: 10px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #303030;
	position: relative;
}

.attr_icon {
	width: 31px;
}

.attr_icon img {
    width: 31px;
    height: 31px;
}

.attr_suborder {
    color: #FFC107;
    font-size: 12px;
    position: absolute;
    bottom: 12px;
    right: 0;
}

.product_section_3 {
    padding-left: 15px;
    padding-right: 15px;
}

.group_title_container {
    grid-column: span 4;
    border: 0px solid transparent;
    border-radius: 90px;
    background: #131416;
    position: relative;
    box-shadow: 0px 8px 41px 0px #007AFF4D;
    display: flex;
    padding: 11px;
    gap: 21px;
    align-items: center;
    justify-content: center;
}

.group_title_container::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(93.17deg, #6CB2FF 2.26%, #007AFF 97.74%);
    -webkit-mask: 
        linear-gradient(green 0 0) content-box, 
        linear-gradient(green 0 0);
    mask: 
        linear-gradient(green 0 0) content-box, 
        linear-gradient(green 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
	pointer-events: none;
}

.group_icon {
    border: 1px solid #2F2F2F;
    padding: 15px;
    border-radius: 50%;
	width: 49px;
    height: 49px !important;
}

.group_title {
    font-weight: 800;
    font-size: 36px;
    line-height: 100%;
    color: #ffffff;
}

.group_title_lat {
    color: #6CB2FF;
}

.kt452471_configurator {
    clear: both;
}

.kt452471_configurator .kt452471_configurator_section1 > div:nth-child(6) {
	order: 1;
}
.kt452471_configurator .kt452471_configurator_section1 > div:nth-child(15) {
	order: 4;
}
.kt452471_configurator .kt452471_configurator_section1 > div:nth-child(24) {
	order: 8;
}
.kt452471_configurator .kt452471_configurator_section1 > div:nth-child(9) {
	order: 2;
}
.kt452471_configurator .kt452471_configurator_section1 > div:nth-child(18) {
	order: 5;
}
.kt452471_configurator .kt452471_configurator_section1 > div:nth-child(27) {
	order: 6;
}
.kt452471_configurator .kt452471_configurator_section1 > div:nth-child(12) {
	order: 3;
}
.kt452471_configurator .kt452471_configurator_section1 > div:nth-child(21) {
	order: 7;
}
.kt452471_configurator_param_case {
	order: 10;
}

.kt452471_configurator_section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.kt452471_configurator_section_title {
    grid-column: span 3;
	padding-top: 0;
	margin-top: 65px;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	color: #ffffff;
}

.kt452471_configurator_section1 .kt452471_configurator_section_title {
	margin-top: calc(90px - 2em);
}

.kt452471_configurator_param {
    background: rgb(25 25 25 / 40%);
    border: 1px solid #363A40;
    border-radius: 20px;
    padding: 25px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 250% 250%;
    background-position: right -400px top -100px;
}

.kt452471_configurator_param_head {
    display: flex;
    gap: 25px;
    margin: 0;
}

.kt452471_configurator_param_items_close_popup {display: none;}

.kt452471_configurator_param_head_image img {
    width: 82px;
    height: 82px;
}

.kt452471_configurator_param_head_image {
    padding: 0;
    width: 82px;
}

.kt452471_configurator_param_head_text {
    color: #bbbbbb;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 15px;
}

.kt452471_configurator_param_head_current {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
}

.kt452471_configurator_param_head_current_desc {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
	color: #bbbbbb;
}

.kt452471_configurator_param_head_current_desc a {
	color: #bbbbbb;
}

.kt452471_configurator_param_item_head_status, .kt452471_configurator_param_head_current_onbackorder, .kt452471_configurator_param_head_current_instock {
	display: none !important;
}

.kt452471_configurator_param[data-stock-status="noselected"] {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22579%22%20height%3D%22368%22%20viewBox%3D%220%200%20579%20368%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20opacity%3D%220.2%22%20filter%3D%22url(%23filter0_f_588_5880)%22%3E%3Ccircle%20cx%3D%22289.5%22%20cy%3D%2268.5%22%20r%3D%22203.5%22%20fill%3D%22%2393F6FF%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_588_5880%22%20x%3D%22-10%22%20y%3D%22-231%22%20width%3D%22599%22%20height%3D%22599%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%2248%22%20result%3D%22effect1_foregroundBlur_588_5880%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.kt452471_configurator_param[data-stock-status="instock"] {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22579%22%20height%3D%22368%22%20viewBox%3D%220%200%20579%20368%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20opacity%3D%220.2%22%20filter%3D%22url(%23filter0_f_588_5880)%22%3E%3Ccircle%20cx%3D%22289.5%22%20cy%3D%2268.5%22%20r%3D%22203.5%22%20fill%3D%22%2300FC00%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_588_5880%22%20x%3D%22-10%22%20y%3D%22-231%22%20width%3D%22599%22%20height%3D%22599%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%2248%22%20result%3D%22effect1_foregroundBlur_588_5880%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.kt452471_configurator_param[data-stock-status="outofstock"], .kt452471_configurator_param.kt452471_configurator_required_param_not_selected[data-stock-status="noselected"] {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22579%22%20height%3D%22368%22%20viewBox%3D%220%200%20579%20368%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20opacity%3D%220.2%22%20filter%3D%22url(%23filter0_f_588_5880)%22%3E%3Ccircle%20cx%3D%22289.5%22%20cy%3D%2268.5%22%20r%3D%22203.5%22%20fill%3D%22%23FF4131%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_588_5880%22%20x%3D%22-10%22%20y%3D%22-231%22%20width%3D%22599%22%20height%3D%22599%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%2248%22%20result%3D%22effect1_foregroundBlur_588_5880%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.kt452471_configurator_param[data-stock-status="onbackorder"] {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22579%22%20height%3D%22368%22%20viewBox%3D%220%200%20579%20368%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20opacity%3D%220.2%22%20filter%3D%22url(%23filter0_f_588_5880)%22%3E%3Ccircle%20cx%3D%22289.5%22%20cy%3D%2268.5%22%20r%3D%22203.5%22%20fill%3D%22%23FFC107%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_588_5880%22%20x%3D%22-10%22%20y%3D%22-231%22%20width%3D%22599%22%20height%3D%22599%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%2248%22%20result%3D%22effect1_foregroundBlur_588_5880%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.kt452471_configurator_param[data-stock-status="noselected"]:before {
	content: '';
	display: block;
	position: absolute;
	right: 17px;
	top: 17px;
	width: 18px;
	height: 18px;
	background: url('data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%2393F6FF%22%2F%3E%0A%3C%2Fsvg%3E');
	background-size: cover;
}

.kt452471_configurator_param[data-stock-status="instock"]:before {
	content: '';
	display: block;
	position: absolute;
	right: 17px;
	top: 17px;
	width: 18px;
	height: 18px;
	background: url('data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%2300FC00%22%2F%3E%0A%3C%2Fsvg%3E');
	background-size: cover;
}

.kt452471_configurator_param[data-stock-status="outofstock"]:before, .kt452471_configurator_param.kt452471_configurator_required_param_not_selected[data-stock-status="noselected"]:before {
	content: '';
	display: block;
	position: absolute;
	right: 17px;
	top: 17px;
	width: 18px;
	height: 18px;
	background: url('data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23FF4131%22%2F%3E%0A%3C%2Fsvg%3E');
	background-size: cover;
}

.kt452471_configurator_param[data-stock-status="onbackorder"]:before {
	content: '';
	display: block;
	position: absolute;
	right: 17px;
	top: 17px;
	width: 18px;
	height: 18px;
	background: url('data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23FFC107%22%2F%3E%0A%3C%2Fsvg%3E');
	background-size: cover;
}

.kt452471_games_fps_display_container {
    margin-bottom: 40px;
}

.kt452471_games_fps_display_tab {
    background: rgb(25 25 25 / 40%);
    border: 1px solid #363A40;
    backdrop-filter: blur(20px);
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
    border-radius: 90px;
    color: #ffffff;
    padding: 26px;
}

.kt452471_games_fps_display_tab.kt452471_games_fps_display_tab_selected {
    background: linear-gradient(93.17deg, #6CB2FF 2.26%, #007AFF 97.74%);
    border: 0;
    padding: 27px;
}

.kt452471_games_fps_disclaimer {
    border: 2px solid #6CB2FF;
    padding: 32px 48px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    border-style: dashed;
    border-radius: 20px;
    margin-top: 60px;
}

.kt452471_games_fps_content {
    gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.configurator_select_items.kt452471_games_fps_content {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.kt452471_games_fps_game {
    display: flex;
    gap: 25px;
    flex-direction: column;
    padding: 0;
    background: unset;
}

.kt452471_games_fps_game_icon {
    width: 100%;
	text-align: center;
}

.kt452471_games_fps_game_icon img {
    border-radius: 10px;
}

.kt452471_games_fps_game_data {
    display: flex;
    gap: 18px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.kt452471_games_fps_game_title {
    font-weight: 800;
    font-size: 30px;
    line-height: 100%;
    width: 100%;
    color: #ffffff;
    order: 1;
}

.kt452471_games_fps_game_fps {
    position: static;
    order: 3;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    color: #ffffff;
}

.kt452471_games_fps_game_fps_line {
    order: 2;
    background: #394A4B;
    border-radius: 90px;
    position: relative;
	overflow: visible;
}

.kt452471_games_fps_game_fps_line_fill {
    background: linear-gradient(91.17deg, #93F6FF 0.56%, #007AFF 91.34%);
    border-radius: 90px;
}

.kt452471_games_fps_game_fps_line_dot {
    display: block;
    position: absolute;
    top: -3px;
    width: 18px;
    height: 18px;
    transform: translateX(-9px);
}

.kt452471_add_to_personal_configurator {
    display: inline-flex;
    margin-left: 15px;
    gap: 15px;
}

.kt452471_add_to_personal_configurator > button {
    background: #19191966;
    appearance: none;
    border: 1px solid #363A40;
    padding: 12.5px;
    border-radius: 96px;
    backdrop-filter: blur(20px);
    cursor: pointer;
}

.wc_tab_title {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 100%;
	font-weight: 500;
	color: #6CB2FF;
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6.87504%207.50004C6.7152%207.50004%206.5552%207.43895%206.43316%207.31691L0.183164%201.06691C-0.0610547%200.822695%20-0.0610547%200.427227%200.183164%200.183164C0.427383%20-0.0608984%200.822851%20-0.0610547%201.06691%200.183164L6.87504%205.99129L12.6832%200.183164C12.9274%20-0.0610547%2013.3229%20-0.0610547%2013.5669%200.183164C13.811%200.427383%2013.8111%200.822851%2013.5669%201.06691L7.31691%207.31691C7.19488%207.43895%207.03488%207.50004%206.87504%207.50004Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: right 5px center;
	cursor: pointer;
}

.wc_tab_open .wc_tab_title {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6.87496%20-3.90708e-05C7.03481%20-3.90708e-05%207.19481%200.0610542%207.31684%200.183085L13.5668%206.43309C13.8111%206.6773%2013.8111%207.07277%2013.5668%207.31684C13.3226%207.5609%2012.9271%207.56105%2012.6831%207.31684L6.87496%201.50871L1.06684%207.31684C0.822618%207.56105%200.427149%207.56105%200.183086%207.31684C-0.0609762%207.07262%20-0.0611325%206.67715%200.183086%206.43309L6.43309%200.183085C6.55512%200.0610542%206.71512%20-3.90708e-05%206.87496%20-3.90708e-05Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
	font-weight: 700;
	color: #ffffff;
}

.popup_container {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgb(18 19 21 / 80%);
	top: 0;
	left: 0;
	z-index: 150000;
}

.popup_select_opened, .popup_info_opened, .popup_login_opened, .popup_select_opened body, .popup_info_opened body, .popup_login_opened body {
    overflow: hidden;
    overflow-y: hidden;
}

.popup_select_opened #popup_select, .popup_info_opened #popup_info, .popup_login_opened #popup_login {
	display: block;
}

.popup {
    background: #1E2125;
    border: 3px solid #36393E;
    border-radius: 20px;
    width: calc(80% - 120px);
    max-width: 1320px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 60px;
}

.popup_close {
    position: fixed;
    top: 40px;
    right: 40px;
	cursor: pointer;
}

.popup_title {
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
}

.popup_header {
    margin-bottom: 30px;
}

.service_blocks {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.service_block_mobile_title {
    display: none;
}

.service_block {
    display: flex;
}

.service_block_image {
    background-color: rgb(25 25 25 / 40%);
    border: 1px solid #363A40;
    backdrop-filter: blur(20px);
    padding: 35px 122px;
    border-radius: 20px;
    z-index: 2;
    width: 333px;
    height: 333px;
    margin-top: 36px;
}

.service_block_image img {
    max-height: 100%;
    object-fit: contain;
    aspect-ratio: 1 / 1;
    width: 333px;
    height: 333px;
}

.service_block_data {
    background: rgb(25 25 25 / 40%);
    border: 1px solid #363A40;
    backdrop-filter: blur(20px);
    padding: 86px 50px 86px 139px;
    border-radius: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin-left: -89px;
    z-index: 1;
    min-height: 304px;
}

.service_block_content {
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}

.service_block_title {
    font-family: Ruda;
    font-weight: 800;
    font-size: 36px;
    line-height: 100%;
    color: #ffffff;
}

.service_block_image_position_right {
    flex-direction: row-reverse;
}

.service_block_image_position_right .service_block_data {
    padding: 86px 139px 86px 50px;
    margin-left: 0;
    margin-right: -89px;
}

.payment_service_blocks .service_block_image {
    padding: 0;
    width: 579px;
    height: 404px;
}

.payment_service_blocks .service_block_image img {
    aspect-ratio: 579 / 404;
    width: 579px;
    height: 404px;
}

.payments_block {
    margin-bottom: 105px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.payments_block_title {font-weight: 700;font-size: 30px;line-height: 120%;color: #ffffff;}

.payments_block_steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px;
}

.payment_step {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.payment_step_title {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
}

.payment_step_number {
    background-color: rgb(25 25 25 / 40%);
    border: 1px solid #363A40;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 14px;
    text-align: center;
    color: #6CB2FF;
    font-weight: 700;
    font-size: 96px;
    line-height: 100%;
    background-position: right 9px top;
}

.tradein_disclaimer {
    border: 2px dashed #6CB2FF;
    border-radius: 20px;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.tradein_disclaimer span {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
}

.tinkoff_image {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
}

.credit_steps_container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.credit_subtitle {
    color: #6CB2FF;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

.credit_steps {
    display: grid;
    gap: 50px;
    row-gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.credit_step_number {
    color: #6CB2FF;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
}

.credit_step {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.news_container > * {padding: 0 120px;}

.news_container .title {
    line-height: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.news_date {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 24px;
    line-height: 100%;
}

.news_date img {
    width: 25px;
    height: 25px;
}

.news_image_container img {
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.news_image_container {
    margin-bottom: 40px;
}

.news_container ~ .section_9 {
    margin-top: 90px;
}

.news_container ~ .section_9 .btn_section_all {
    display: none;
}

.navigation.posts-navigation {
	display: none;
}

.news_card_big .service_block_image {
    padding: 0;
    width: 100%;
    height: 100%;
}

.news_card_big .service_block_image img {
    aspect-ratio: 460 / 321;
    width: 579px;
    height: auto;
    border-radius: 20px;
}

#load-more {
    cursor: pointer;
    margin-top: 40px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 60px;
}

.news_popular {
    display: flex;
    gap: 30px;
    flex-direction: column;
    margin-bottom: 90px;
}

.news_card_big .service_block_content {
    font-size: 16px;
    line-height: 25px;
}

.news_card_big .news_card_desc {
    -webkit-line-clamp: 4;
}

.news_card_big .news_card_info {
    margin-top: 72px;
}

.news_card_big .service_block_data {
    gap: 25px;
}

#popup_login .popup {
    padding: 60px 45px;
    max-width: 653px;
}

#popup_login .popup_close {
    top: 35px;
    right: 35px;
}

#login_or_reg_title {
    font-size: 30px;
    line-height: 120%;
}

.login_or_reg_footer {
    border-top: 1px solid #363A40;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
}

.login_or_reg_footer_left_col {
    color: #ffffff;
}

.woocommerce-form-row, .form-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}

.woocommerce-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.woocommerce-form-row label, .form-row label {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"], textarea {
    border-radius: 90px;
    font-family: Ruda;
    font-size: 16px;
    line-height: 146%;
    color: #ffffff;
    border: 1px solid #363A40;
    background: rgb(25 25 25 / 40%);
    padding: 14px 25px;
}

button, input[type="submit"] {
	font-family: Ruda;
}

textarea {
    border-radius: 20px;
}

input:placeholder, textarea:placeholder {
    color: #8A8A8A;
}

input:disabled, textarea:disabled {
    opacity: 0.5;
}

.woocommerce-form__label-for-checkbox, .checkbox_label, .wpcf7-acceptance label {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    min-height: 17px;
}

.woocommerce-form__label-for-checkbox input[type="checkbox"], .checkbox_label input[type="checkbox"], .wpcf7-acceptance label input[type="checkbox"] {
    opacity: 0;
    width: 0;
    margin: 0;
}

.woocommerce-form__label-for-checkbox span, .checkbox_label span, .wpcf7-acceptance label span {
    background: url('data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22path-1-inside-1_287_6121%22%20fill%3D%22white%22%3E%0A%3Crect%20width%3D%2217%22%20height%3D%2217%22%20rx%3D%221%22%2F%3E%0A%3C%2Fmask%3E%0A%3Crect%20width%3D%2217%22%20height%3D%2217%22%20rx%3D%221%22%20fill%3D%22%231E2125%22%20stroke%3D%22%2336393E%22%20stroke-width%3D%224%22%20mask%3D%22url(%23path-1-inside-1_287_6121)%22%2F%3E%0A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 17px;
    padding-left: 26px;
    user-select: none;
}

.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked ~ span, .checkbox_label input[type="checkbox"]:checked ~ span, .wpcf7-acceptance label input[type="checkbox"]:checked ~ span {
    background: url('data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22path-1-inside-1_0_1%22%20fill%3D%22white%22%3E%0A%3Crect%20width%3D%2217%22%20height%3D%2217%22%20rx%3D%221%22%2F%3E%0A%3C%2Fmask%3E%0A%3Crect%20width%3D%2217%22%20height%3D%2217%22%20rx%3D%221%22%20fill%3D%22%231E2125%22%20stroke%3D%22%2336393E%22%20stroke-width%3D%224%22%20mask%3D%22url(%23path-1-inside-1_0_1)%22%2F%3E%0A%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%229%22%20height%3D%229%22%20rx%3D%221%22%20fill%3D%22%236CB2FF%22%2F%3E%0A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: left center;
}

.radio_label {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    min-height: 17px;
}

.radio_label input[type="radio"] {
    opacity: 0;
    width: 0;
    margin: 0 !important;
	height: 0;
}

.radio_label label {
    background: url('data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2210%22%20stroke%3D%22%236CB2FF%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 17px;
    padding-left: 26px;
    user-select: none;
	background-size: 20px 20px;
}

.radio_label input[type="radio"]:checked ~ label {
    background: url('data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%226%22%20fill%3D%22%236CB2FF%22%2F%3E%0A%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2210%22%20stroke%3D%22%236CB2FF%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: left center;
	background-size: 20px 20px;
}

.login_rem_and_lost {
    margin-top: 11px;
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(30px - 1em);
}

.register_agree {
    display: flex;
	flex-direction: column;
	gap: 20px;
}

.register_agree, .register_agree label span {
	font-size: 12px;
	line-height: 14px;
}

.register_agree label span {
	min-height: 17px;
	display: inline-block;
	padding-top: 5px;
}

.woocommerce-LostPassword {
    margin: 0;
}

.popup_content {
    max-height: calc(90vh - 182px);
    overflow-y: auto;
    overflow-x: hidden;
}

.configurator_select_items {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}

.configurator_select_item {
    background-color: rgb(25 25 25 / 40%);
    border: 1px solid #363A40;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    position: relative;
    padding: 40px 52px;
}

.configurator_select_item_info_btn {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}

.configurator_select_item_img {
    width: calc(100% - 70px);
    margin-left: 35px;
    object-fit: contain;
    border-radius: 10px;
	cursor: pointer;
}

.configurator_select_item_title {
    margin-top: 30px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
}

.configurator_select_item_desc {
    margin-top: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}

.configurator_select_item_price_container {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.configurator_select_item_price {
    color: #00FC00;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    white-space: nowrap;
}

.configurator_select_item_instock .configurator_select_item_stock_status {
    color: #00FC00;
}

.configurator_select_item_outofstock .configurator_select_item_stock_status {
    color: #FF4131;
}

.configurator_select_item_onbackorder .configurator_select_item_stock_status {
    color: #FFC107;
;
}

.configurator_select_item_stock_status {
    text-align: right;
}

.configurator_select_item_btn {
    margin-top: 20px;
    cursor: pointer;
    text-align: center;
    background: rgb(25 25 25 / 40%);
    border: 1px solid #363A40;
    border-radius: 90px;
    padding: 17px;
    backdrop-filter: blur(20px);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #ffffff;
}

.configurator_select_items_tab, .configurator_select_items_section {
    background: rgb(25 25 25 / 40%);
    border: 1px solid #363A40;
    backdrop-filter: blur(20px);
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    border-radius: 90px;
    color: #ffffff;
    padding: 16px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.configurator_select_items_tab.configurator_select_items_tab_active, .configurator_select_items_section {
    background: linear-gradient(93.17deg, #6CB2FF 2.26%, #007AFF 97.74%);
    border: 0;
    padding: 17px;
}

.configurator_select_items_section {
	margin-top: 20px;
	margin-bottom: 20px;
	width: calc(100% - 35px);
}

.configurator_select_items_tabs {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 19px;
}

.configurator_select_item_manage {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
    align-items: center;
}

.configurator_select_item_q {
    display: flex;
    gap: 20px;
    font-family: Ruda;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
    background: rgb(25 25 25 / 40%);
    border: 1px solid #363A40;
    backdrop-filter: blur(20px);
    border-radius: 90px;
    padding: 12px 0;
}

.configurator_select_item_q_minus {
    padding-left: 25px;
    padding-right: 20px;
    border-right: 1px solid #363A40;
    cursor: pointer;
}

.configurator_select_item_q_plus {
    padding-left: 20px;
    padding-right: 25px;
    border-left: 1px solid #363A40;
    cursor: pointer;
}

.configurator_select_multiselect {
    font-size: 12px;
    line-height: 100%;
    color: #ffffff;
}

#popup_info_title {
    text-align: center;
}

#popup_info_desc {
    border: 2px dashed #6CB2FF;
    border-radius: 20px;
    padding: 30px 20px;
    margin-bottom: 40px;
}

#popup_info_desc p {
    margin: 0;
}

.popup_info_cols {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    position: relative;
}

#popup_info_col_image img {
    border-radius: 10px;
}

.popup_info_col_data_title {color: #ffffff;font-weight: 500;font-size: 24px;line-height: 100%;letter-spacing: 0%;margin-bottom: 5px;}

.popup_info_col_data_line {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 15px);
    margin-right: 15px;
    border-top: 1px solid #363A40;
    padding: 15px 0;
}

.popup_info_col_data_line:first-child {
    border-top: none;
}

#popup_info_col_data_lines {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.popup_info_col_data_line_value {
    text-align: right;
}

#popup_info_btn {
    margin-top: 15px;
}

.product_favorite.in_favorite > svg path {
    fill: #6CB2FF !important;
    stroke: #6CB2FF !important;
}

.favorite_btn.in_favorite .favorite_btn_icon > svg path {
    fill: #6CB2FF !important;
    stroke: #6CB2FF !important;
}

.all_attrs_link {
    font-size: 13px;
    line-height: 14px;
}

.favorite_btn {
    cursor: pointer;
    gap: 10px;
    display: flex;
    align-items: center;
}

.favorite_btn_span {
    color: #6CB2FF;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.attr_line {
    display: flex;
    gap: 10px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #303030;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.attr_line:first-child {
    padding-top: 0;
}

.attr_line:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
}

.attr_line_left {
    display: flex;
    gap: 10px;
    align-items: center;
}

.attr_line_left .attr_name {
    font-size: 14px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100% !important;
	display: flex;
	gap: 50px;
	align-items: center;
    justify-content: flex-end;
	border-top: 1px solid #363A40;
    padding-top: 60px;
}

.cart_subtotal, .wc-proceed-to-checkout {
	display: inline-block;
}

.cart_subtotal {
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	display: flex;
	gap: 30px;
	color: #ffffff;
}

.green_price {
	color: #00FC00;
}

.cart_subtotal .green_price {
	font-weight: 500;
}

.woocommerce table.shop_table {
    border: 0 !important;
}

.cart_product_first_col {
    display: flex;
    gap: 28px;
    width: 100%;
}

.cart_product_thumb img {
    border-radius: 10px;
    width: 249px !important;
}

.cart_product_name {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    margin-top: 12px;
    color: #FFFFFF;
}

.cart_product_name .variation {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    color: #BBBBBB;
}

.cart_product_name a {
    color: #FFFFFF;
}

.woocommerce table.shop_table td {
    padding: 30px 0;
    text-align: center;
}

.woocommerce table.shop_table th {
    padding: 0 0 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #ffffff;
    text-align: center;
}

.woocommerce table.shop_table th:first-child, .woocommerce table.shop_table td:first-child {
    text-align: left;
}

td.product-price, td.product-subtotal {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #ffffff;
}

.woocommerce a.remove:hover {
    background: none !important;
}

.woocommerce a.remove {
	width: 31px;
	height: 31px;
	opacity: 50%;
}

.cart_q {
    display: inline-flex;
    gap: 20px;
    font-family: Ruda;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
    background: rgb(25 25 25 / 40%);
    border: 1px solid #363A40;
    backdrop-filter: blur(20px);
    border-radius: 90px;
	height: 45px;
	align-items: center;
}

.cart_q_minus {
    padding-left: 25px;
    padding-right: 20px;
    border-right: 1px solid #363A40;
    cursor: pointer;
	height: 45px;
    line-height: 45px;
}

.cart_q_plus {
    padding-left: 20px;
    padding-right: 25px;
    border-left: 1px solid #363A40;
    cursor: pointer;
	height: 45px;
    line-height: 45px;
}

.woocommerce-cart .woocommerce-notices-wrapper {
    display: none;
}

.mobile_remove_product {
	display: none;
}

.mobile_product_info {
	display: none;
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    display: none !important;
}

.woocommerce-cart-form__cart-item {
    position: relative;
}

.woocommerce-order-received .entry-title {
	display: none;
}

.order_a_details {
    display: flex;
    gap: 50px;
}

.order_a_detail {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
}

.order_a_detail strong {
    font-weight: 400;
    line-height: 100%;
    color: #BBBBBB;
    margin-left: 6px;
}

.order_item, .order_action, .order_info, .order_personal_info {
    border-top: 1px solid #303030;
    padding: 30px 0;
}

.order_item {
    display: flex;
    gap: 30px;
}

.order_item_col_image img {
    width: 300px;
    border-radius: 10px;
}

.order_item_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
}

.order_item_title a {
    color: #FFFFFF;
}

.order_info {
    display: flex;
    gap: 20px;
    flex-direction: column;
    font-size: 16px;
    line-height: 100%;
}

.order_line {
    display: flex;
    justify-content: space-between;
}

.order_item_item_meta {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    column-gap: 19px;
    margin-top: 24px;
}

.order_item_metadata {
    background-color: rgb(25 25 25 / 40%);
    border: 1px solid #363A40;
    padding: 25px;
    border-radius: 20px;
    background-position: right -101px top;
    background-size: 135%;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.order_item_metadata_value p {
	margin-top: 0;
}

.order_item_col_data {
    width: 100%;
}

.order_item_metadata_name {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.order_item_metadata_value {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
}

.order_a_details_mobile {
	display: none;
}

.contacts {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 17px;
}

.contact_col {
    display: flex;
    gap: 15px;
}

.contact_col_icon {
    width: 27px;
}

.contact_title {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}

.contact_desc {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #ffffff;
    margin-top: 13px;
}

.contact_desc a {
    color: #ffffff;
}

.contact_subdesc {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    margin-top: 12px;
}

.contact_col_data {
    margin-top: 2px;
}

.contact_sn {
    margin-top: 17px;
    display: flex;
    gap: 20px;
}

.contact_sn a span {
    display: none;
}

.contact_sn a svg {
    width: 41px;
    height: 41px;
}

.contact_map {
	margin-bottom: 60px;
}

.faq_questions {
    gap: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.faq_question {
    background: rgb(25 25 25 / 40%);
    border-top-left-radius: 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.faq_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    padding: 30px 124px 30px 40px;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2244%22%20height%3D%2244%22%20viewBox%3D%220%200%2044%2044%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Ccircle%20cx%3D%2222%22%20cy%3D%2222%22%20r%3D%2222%22%20fill%3D%22%23363A40%22%2F%3E%0D%0A%3Cpath%20d%3D%22M20.558%2029.468V23.168H14.426V20.424H20.558V14.208H23.386V20.424H29.574V23.168H23.386V29.468H20.558Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 40px center;
    cursor: pointer;
    background-size: 44px 44px;
}

.faq_desc {
    font-weight: 400;
    text-align: justify;
    padding: 30px 40px 30px 40px;
    border-top: 1px solid #363A40;
    display: none;
}

.faq_open .faq_desc {
    display: block;
}

.faq_open .faq_title {
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20fill%3D%22url(%23paint0_linear_0_1)%22%2F%3E%0A%3Cpath%20d%3D%22M12.3327%2021.727V19.349H27.7027V21.727H12.3327Z%22%20fill%3D%22white%22%2F%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear_0_1%22%20x1%3D%220.952618%22%20y1%3D%226.08945e-08%22%20x2%3D%2241.1382%22%20y2%3D%222.22422%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%236CB2FF%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23007AFF%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E');
}

.cf_body {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cf_foot {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.cf_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 41px;
}

.cf_col1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    column-gap: 20px;
}

.kt834414_get_code_link_container {
    position: absolute;
    right: 15px;
    top: 11px;
}

.kt834414_get_code_link_container .btn {
    font-weight: 700;
    font-size: 11px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    padding: 0 !important;
}

.kt834414_get_code_link_supcontainer > input {
    padding-right: 170px;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
    width: 100% !important;
}

.cf_col2 textarea {
	height: 184px;
}

.wpcf7-list-item {
    margin-left: 0;
}

.cf_btn {
    display: flex;
    flex-direction: row-reverse;
}

.cf_body p {
    margin: 0;
}

.contact_feedback {
    margin-bottom: 60px;
}

.contact_map img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.account_menu {
    border-radius: 20px;
    background: rgb(25 25 25 / 40%);
    border: 1px solid #363A40;
    padding: 20px 15px;
}

.account_menu_link {
    padding: 16px 10px;
    display: flex;
    gap: 28px;
    align-items: center;
    border-top: 1px solid #303030;
}

.account_menu_link:first-child {
    border-top: 0;
}

.account_menu_current {
    padding: 15px 20px;
    display: none;
    gap: 28px;
    align-items: center;
    background: rgb(25 25 25 / 40%);
    border: 1px solid #363A40;
    padding: 20px 15px;
    border-radius: 20px;
	margin-bottom: 20px;
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6.87504%207.50004C6.7152%207.50004%206.5552%207.43895%206.43316%207.31691L0.183164%201.06691C-0.0610547%200.822695%20-0.0610547%200.427227%200.183164%200.183164C0.427383%20-0.0608984%200.822851%20-0.0610547%201.06691%200.183164L6.87504%205.99129L12.6832%200.183164C12.9274%20-0.0610547%2013.3229%20-0.0610547%2013.5669%200.183164C13.811%200.427383%2013.8111%200.822851%2013.5669%201.06691L7.31691%207.31691C7.19488%207.43895%207.03488%207.50004%206.87504%207.50004Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: right 24px center;
	background-size: 16.5px 9px;
}

.account_menu_open .account_menu_current {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6.87496%20-3.90708e-05C7.03481%20-3.90708e-05%207.19481%200.0610542%207.31684%200.183085L13.5668%206.43309C13.8111%206.6773%2013.8111%207.07277%2013.5668%207.31684C13.3226%207.5609%2012.9271%207.56105%2012.6831%207.31684L6.87496%201.50871L1.06684%207.31684C0.822618%207.56105%200.427149%207.56105%200.183086%207.31684C-0.0609762%207.07262%20-0.0611325%206.67715%200.183086%206.43309L6.43309%200.183085C6.55512%200.0610542%206.71512%20-3.90708e-05%206.87496%20-3.90708e-05Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
}

.account_menu_link img, .account_menu_current img {
    width: 32px;
    height: 32px;
}

.account_menu_link span, .account_menu_current span {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
}

.account_menu_link.account_menu_link_active span {
    color: #6CB2FF;
}

.dashboard_block .service_in_block_icon {
    height: 100%;
    filter: brightness(0) invert(1);
}

.dashboard_block .service_in_block_title {
    font-size: 20px;
    margin-bottom: 50px;
}

.woocommerce-MyAccount-content h2 {
    margin-top: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 30px;
}
	
.woocommerce-MyAccount-content div h2 {
	margin-bottom: 0;
	margin-top: 32px;
}

.woocommerce table.shop_table.woocommerce-orders-table th.woocommerce-orders-table__header {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    padding-bottom: 15px;
    text-align: left;
}

.woocommerce-orders-table__row {
    font-size: 16px;
}

.woocommerce table.shop_table .woocommerce-orders-table__row th {
    padding: 0;
}

.woocommerce-orders-table__row th a {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #BBBBBB;
}

.woocommerce-orders-table__cell .btn {
    font-size: 10px;
    line-height: 27px;
    padding: 0;
    width: 82px;
}

.woocommerce table.shop_table td.woocommerce-orders-table__cell {
    text-align: left;
    padding: 15px 0;
}

.woocommerce table.shop_table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
	text-align: right;
}

.woocommerce-MyAccount-content .order_a_details {
	margin-bottom: 20px;
}

.woocommerce-MyAccount-content .order_item_item_meta {
    grid-template-columns: 1fr 1fr;
}

.woocommerce-pagination--without-numbers.woocommerce-Pagination {
    display: flex;
    gap: 10px;
}

.woocommerce form .form-row .required {
    color: white;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    padding: 14px 25px;
}

.woocommerce-password-strength {
    height: 10px;
    background-color: transparent !important;
    border: 0;
    color: transparent;
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
}

.woocommerce-password-strength.bad, .woocommerce-password-strength.short {
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%221059%22%20height%3D%2210%22%20viewBox%3D%220%200%201059%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%221059%22%20height%3D%2210%22%20rx%3D%225%22%20fill%3D%22%23282B31%22%2F%3E%0A%3Crect%20width%3D%22386%22%20height%3D%2210%22%20rx%3D%225%22%20fill%3D%22%23FF4131%22%2F%3E%0A%3C%2Fsvg%3E)
}

.woocommerce-password-strength.good {
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%221059%22%20height%3D%2210%22%20viewBox%3D%220%200%201059%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%221059%22%20height%3D%2210%22%20rx%3D%225%22%20fill%3D%22%23282B31%22%2F%3E%0A%3Crect%20width%3D%22611%22%20height%3D%2210%22%20rx%3D%225%22%20fill%3D%22%2393F6FF%22%2F%3E%0A%3C%2Fsvg%3E)
}

.woocommerce-password-strength.strong {
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%221059%22%20height%3D%2210%22%20viewBox%3D%220%200%201059%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%221059%22%20height%3D%2210%22%20rx%3D%225%22%20fill%3D%22%23282B31%22%2F%3E%0A%3Crect%20width%3D%221022%22%20height%3D%2210%22%20rx%3D%225%22%20fill%3D%22%2300FC00%22%2F%3E%0A%3C%2Fsvg%3E)
}

.wishlist_remove_btn {
    display: block;
    background: #B42E4C;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: calc(100% - 20px);
    border-radius: 20px;
    text-align: center;
    color: #ffffff;
    padding: 12px;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
}

.account_wishlist_block .product_block {
    margin-bottom: 60px;
}

.kt452471_personal_config {
	flex-basis: 100%;
	display: grid;
	padding: 0;
	gap: 20px;
	grid-template-columns: 1fr 2fr;
}

.kt452471_list_personal_configs {
    gap: 50px;
}

.kt452471_personal_config_col_1, .kt452471_personal_config_col_2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.kt452471_personal_config_image img {
    border-radius: 20px;
}

.kt452471_personal_config_price {
    color: #00FC00;
}

.kt452471_personal_config_col_2 .order_item_item_meta {
    margin-top: 0;
}

.kt452471_personal_config_btn button[type="submit"] {
    padding: 13px 12px 12px;
    display: block;
    width: 100%;
    border-radius: 90px;
    background: linear-gradient(93.17deg, #6CB2FF 2.26%, #007AFF 97.74%);
    font-size: 16px;
    line-height: 100%;
}

.kt452471_personal_config_edit_button, .kt452471_personal_config_delete_button {
    padding: 12px 11px 11px;
    display: block;
    width: 100%;
    border-radius: 90px;
    background: transparent;
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    outline: 0;
    margin-top: 10px;
}

.kt452471_personal_config_edit_button {
    border: 1px solid #6CB2FF;
}

.kt452471_personal_config_delete_button {
    border: 1px solid #FF4131;
}

.section_recent_products, .section_featured_products, .slider_sltq {
    position: relative;
}

.section_recent_products .slider_btns, .section_featured_products .slider_btns, .slider_sltq .slider_btns, .popup_info_images_section .slider_btns {
    align-items: center;
    justify-content: center;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper.has_one_image_only {
    grid-column: span 2;
}

#popup_login .popup_content {
    overflow-y: hidden;
}

.woocommerce #customer_login.col2-set .col-1, .woocommerce #customer_login.col2-set .col-2, .woocommerce-page #customer_login.col2-set .col-1, .woocommerce-page #customer_login.col2-set .col-2 {
    width: 100% !important;
}

.woocommerce-product-gallery img {
	border-radius: 10px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}

.flex-viewport .woocommerce-product-gallery__image, .has_one_image_only .woocommerce-product-gallery__image {
    position: relative;
}

.flex-viewport .woocommerce-product-gallery__image::before, .has_one_image_only .woocommerce-product-gallery__image::before {
    content: ' ';
    position: absolute;
    width: 47px;
    height: 47px;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2247%22%20height%3D%2247%22%20viewBox%3D%220%200%2047%2047%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3CforeignObject%20x%3D%22-20%22%20y%3D%22-20%22%20width%3D%2287%22%20height%3D%2287%22%3E%3Cdiv%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml%22%20style%3D%22backdrop-filter%3Ablur(10px)%3Bclip-path%3Aurl(%23bgblur_0_0_1_clip_path)%3Bheight%3A100%25%3Bwidth%3A100%25%22%3E%3C%2Fdiv%3E%3C%2FforeignObject%3E%3Crect%20data-figma-bg-blur-radius%3D%2220%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2246%22%20height%3D%2246%22%20rx%3D%2223%22%20fill%3D%22%23191919%22%20fill-opacity%3D%220.4%22%20stroke%3D%22%23363A40%22%2F%3E%0A%3Cg%20clip-path%3D%22url(%23clip1_0_1)%22%3E%0A%3Cpath%20d%3D%22M17.2656%2015.9531H19.2344C19.4954%2015.9531%2019.7458%2015.8494%2019.9304%2015.6648C20.115%2015.4802%2020.2187%2015.2298%2020.2187%2014.9687C20.2187%2014.7077%2020.115%2014.4573%2019.9304%2014.2727C19.7458%2014.0881%2019.4954%2013.9844%2019.2344%2013.9844H14.9687C14.7077%2013.9844%2014.4573%2014.0881%2014.2727%2014.2727C14.0881%2014.4573%2013.9844%2014.7077%2013.9844%2014.9687V19.2344C13.9844%2019.4954%2014.0881%2019.7458%2014.2727%2019.9304C14.4573%2020.115%2014.7077%2020.2187%2014.9687%2020.2187C15.2298%2020.2187%2015.4802%2020.115%2015.6648%2019.9304C15.8494%2019.7458%2015.9531%2019.4954%2015.9531%2019.2344V17.2656L20.7109%2022.0234C20.7971%2022.1096%2020.8994%2022.178%2021.012%2022.2246C21.1246%2022.2713%2021.2453%2022.2953%2021.3672%2022.2953C21.4891%2022.2953%2021.6097%2022.2713%2021.7223%2022.2246C21.8349%2022.178%2021.9373%2022.1096%2022.0234%2022.0234C22.1096%2021.9373%2022.178%2021.8349%2022.2246%2021.7223C22.2713%2021.6097%2022.2953%2021.4891%2022.2953%2021.3672C22.2953%2021.2453%2022.2713%2021.1246%2022.2246%2021.012C22.178%2020.8994%2022.1096%2020.7971%2022.0234%2020.7109L17.2656%2015.9531Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M22.0234%2024.9765C21.9373%2024.8904%2021.8349%2024.822%2021.7223%2024.7754C21.6097%2024.7287%2021.4891%2024.7047%2021.3672%2024.7047C21.2453%2024.7047%2021.1246%2024.7287%2021.012%2024.7754C20.8994%2024.822%2020.7971%2024.8904%2020.7109%2024.9765L15.9531%2029.7344V27.7656C15.9531%2027.5045%2015.8494%2027.2542%2015.6648%2027.0696C15.4802%2026.8849%2015.2298%2026.7812%2014.9687%2026.7812C14.7077%2026.7812%2014.4573%2026.8849%2014.2727%2027.0696C14.0881%2027.2542%2013.9844%2027.5045%2013.9844%2027.7656V32.0312C13.9844%2032.2923%2014.0881%2032.5427%2014.2727%2032.7273C14.4573%2032.9119%2014.7077%2033.0156%2014.9687%2033.0156H19.2344C19.4954%2033.0156%2019.7458%2032.9119%2019.9304%2032.7273C20.115%2032.5427%2020.2187%2032.2923%2020.2187%2032.0312C20.2187%2031.7702%2020.115%2031.5198%2019.9304%2031.3352C19.7458%2031.1506%2019.4954%2031.0469%2019.2344%2031.0469H17.2656L22.0234%2026.289C22.1096%2026.2029%2022.178%2026.1006%2022.2246%2025.988C22.2713%2025.8754%2022.2953%2025.7547%2022.2953%2025.6328C22.2953%2025.5109%2022.2713%2025.3902%2022.2246%2025.2776C22.178%2025.165%2022.1096%2025.0627%2022.0234%2024.9765Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M32.0312%2013.9844H27.7656C27.5045%2013.9844%2027.2542%2014.0881%2027.0696%2014.2727C26.8849%2014.4573%2026.7812%2014.7077%2026.7812%2014.9687C26.7812%2015.2298%2026.8849%2015.4802%2027.0696%2015.6648C27.2542%2015.8494%2027.5045%2015.9531%2027.7656%2015.9531H29.7344L24.9765%2020.7109C24.8904%2020.7971%2024.822%2020.8994%2024.7754%2021.012C24.7287%2021.1246%2024.7047%2021.2453%2024.7047%2021.3672C24.7047%2021.4891%2024.7287%2021.6097%2024.7754%2021.7223C24.822%2021.8349%2024.8904%2021.9373%2024.9765%2022.0234C25.0627%2022.1096%2025.165%2022.178%2025.2776%2022.2246C25.3902%2022.2713%2025.5109%2022.2953%2025.6328%2022.2953C25.7547%2022.2953%2025.8754%2022.2713%2025.988%2022.2246C26.1006%2022.178%2026.2029%2022.1096%2026.289%2022.0234L31.0469%2017.2656V19.2344C31.0469%2019.4954%2031.1506%2019.7458%2031.3352%2019.9304C31.5198%2020.115%2031.7702%2020.2187%2032.0312%2020.2187C32.2923%2020.2187%2032.5427%2020.115%2032.7273%2019.9304C32.9119%2019.7458%2033.0156%2019.4954%2033.0156%2019.2344V14.9687C33.0156%2014.7077%2032.9119%2014.4573%2032.7273%2014.2727C32.5427%2014.0881%2032.2923%2013.9844%2032.0312%2013.9844Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M32.0312%2026.7812C31.7702%2026.7812%2031.5198%2026.8849%2031.3352%2027.0696C31.1506%2027.2542%2031.0469%2027.5045%2031.0469%2027.7656V29.7344L26.289%2024.9765C26.2029%2024.8904%2026.1006%2024.822%2025.988%2024.7754C25.8754%2024.7287%2025.7547%2024.7047%2025.6328%2024.7047C25.5109%2024.7047%2025.3902%2024.7287%2025.2776%2024.7754C25.165%2024.822%2025.0627%2024.8904%2024.9765%2024.9765C24.8904%2025.0627%2024.822%2025.165%2024.7754%2025.2776C24.7287%2025.3902%2024.7047%2025.5109%2024.7047%2025.6328C24.7047%2025.7547%2024.7287%2025.8754%2024.7754%2025.988C24.822%2026.1006%2024.8904%2026.2029%2024.9765%2026.289L29.7344%2031.0469H27.7656C27.5045%2031.0469%2027.2542%2031.1506%2027.0696%2031.3352C26.8849%2031.5198%2026.7812%2031.7702%2026.7812%2032.0312C26.7812%2032.2923%2026.8849%2032.5427%2027.0696%2032.7273C27.2542%2032.9119%2027.5045%2033.0156%2027.7656%2033.0156H32.0312C32.2923%2033.0156%2032.5427%2032.9119%2032.7273%2032.7273C32.9119%2032.5427%2033.0156%2032.2923%2033.0156%2032.0312V27.7656C33.0156%2027.5045%2032.9119%2027.2542%2032.7273%2027.0696C32.5427%2026.8849%2032.2923%2026.7812%2032.0312%2026.7812Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22bgblur_0_0_1_clip_path%22%20transform%3D%22translate(20%2020)%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2246%22%20height%3D%2246%22%20rx%3D%2223%22%2F%3E%0A%3C%2FclipPath%3E%3CclipPath%20id%3D%22clip1_0_1%22%3E%0A%3Crect%20width%3D%2221%22%20height%3D%2221%22%20fill%3D%22white%22%20transform%3D%22translate(13%2013)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    bottom: 21px;
    left: 21px;
	pointer-events: none;
	z-index: 5;
}

.zoomImg {
	cursor: pointer;
}

.notice {
    background: transparent;
    border: 2px solid #6CB2FF;
    /* padding: 32px;
    font-size: 26px;
    line-height: 45px;*/
    color: #ffffff;
    border-style: dashed;
    border-radius: 20px;
    /*margin-bottom: 60px;*/
	padding: 30px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 34px;
}

.notice::before {
    display: none;
}

.product_section_4 .added_to_cart {
    display: none !important;
}

.compound_notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.notice_message_btns {
    display: flex;
    gap: 10px;
}

.btn[name="apply_coupon"] {
    font-size: 16px;
    padding: 15px;
}

.kt0_is_pickup #billing_address_1_field, .kt0_is_pickup #billing_city_field, .kt0_is_pickup #billing_state_field, .kt0_is_pickup #billing_postcode_field {
    display: none !important;
}

.kt0_is_voronezh #billing_postcode_field {
	display: none !important;
}

#billing_postcode_field, #billing_country_field, #billing_state_field, #billing_city_field {
    display: none !important;
}

.checkout .optional {
    display: none;
}

.woocommerce ul#mobile_shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#mobile_shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside
}

.woocommerce ul#mobile_shipping_method li input {
    margin: 3px .4375em 0 0;
    vertical-align: top
}

.woocommerce ul#mobile_shipping_method li label {
    display: inline
}

.woocommerce ul#mobile_shipping_method .amount {
    font-weight: 700
}

.select_shipping_mobile {
    display: none;
	order: -1;
}

.woocommerce .select_shipping_mobile table.shop_table tbody th,
.woocommerce .select_shipping_mobile table.shop_table tfoot td,
.woocommerce .select_shipping_mobile table.shop_table tfoot th {
	font-weight: 700;
	border: 0;
}
	
form.register wc-order-attribution-inputs {
	display: none;
}

form.register p {
	margin: 0;
}

.btn:disabled, .add_to_cart_button:disabled, .product_section_4 .button:disabled, .woocommerce .product .single_add_to_cart_button:disabled, .notice .button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

input:disabled, select:disabled, textarea:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.configurator_select_item_uncomp {
	opacity: 0.5;
}

.configurator_select_item_uncomp .configurator_select_item_btn {
	cursor: not-allowed;
}

.popup_info_images_section .popup_info_images {
	overflow: hidden;
	/*--width-slider: calc(var(--width) / 2 - 30px);*/
	--width-slider: var(--width);
	max-width: var(--width-slider);
	position: relative;
}

.popup_info_images_section .popup_info_images_grid {
	position: relative;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(1000, 1fr);
	transition: left ease-out 0.5s;
	width: calc((var(--width-slider) + 10px) * 1000 - 10px);
	left: calc(var(--position) * (0px - (var(--width-slider) + 10px)));
}

.popup_info_images_section .slider_btns {
    margin-top: 10px;
}

.configurator_select_item_btn.configurator_select_item_btn_selected {
    background: linear-gradient(93.17deg, #6CB2FF 2.26%, #007AFF 97.74%);
    border: 0;
    padding: 18px;
}

.woocommerce form.login, .woocommerce form.register {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.checkout .price bdi {
    color: #00FC00;
}

.checkout_grid {
    display: grid;
    grid-template-columns: 848fr 487fr;
    gap: 106px;
}

.checkout h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    margin: 0;
    margin-bottom: 20px;
}

.checkout_section {
    margin-bottom: 40px;
}

.woocommerce form.checkout_coupon {
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.checkout_section_sub, .checkout_section_total {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 30px;
}

.checkout_section_sub {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.checkout_collaped_section_content {
    display: none;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.checkout_collaped_section_opened .checkout_collaped_section_content {
    display: block;
}

.checkout_collaped_section_title {
    cursor: pointer;
    font-family: Ruda;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: white;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6.87504%207.50004C6.7152%207.50004%206.5552%207.43895%206.43316%207.31691L0.183164%201.06691C-0.0610547%200.822695%20-0.0610547%200.427227%200.183164%200.183164C0.427383%20-0.0608984%200.822851%20-0.0610547%201.06691%200.183164L6.87504%205.99129L12.6832%200.183164C12.9274%20-0.0610547%2013.3229%20-0.0610547%2013.5669%200.183164C13.811%200.427383%2013.8111%200.822851%2013.5669%201.06691L7.31691%207.31691C7.19488%207.43895%207.03488%207.50004%206.87504%207.50004Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.checkout_collaped_section_opened .checkout_collaped_section_title {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6.87496%20-3.90708e-05C7.03481%20-3.90708e-05%207.19481%200.0610542%207.31684%200.183085L13.5668%206.43309C13.8111%206.6773%2013.8111%207.07277%2013.5668%207.31684C13.3226%207.5609%2012.9271%207.56105%2012.6831%207.31684L6.87496%201.50871L1.06684%207.31684C0.822618%207.56105%200.427149%207.56105%200.183086%207.31684C-0.0609762%207.07262%20-0.0611325%206.67715%200.183086%206.43309L6.43309%200.183085C6.55512%200.0610542%206.71512%20-3.90708e-05%206.87496%20-3.90708e-05Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
}

.checkout_collaped_section {
    margin-bottom: 30px;
}

.checkout_section_info {
    margin-bottom: 30px;
    padding-left: 26px;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%20transform%3D%22matrix(1%200%200%20-1%200%2014)%22%20fill%3D%22%236CB2FF%22%2F%3E%0A%3Cpath%20d%3D%22M6.34177%208.08006L6.13924%203H7.8481L7.64557%208.08006H6.34177ZM7%2011C6.44304%2011%206%2010.5323%206%209.97612C6%209.43258%206.44304%208.97753%207%208.97753C7.55696%208.97753%208%209.43258%208%209.97612C8%2010.5323%207.55696%2011%207%2011Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: top 5px left;
}

.checkout_section_checkbox {
    margin-top: 20px;
    display: block;
}

.checkout_section_checkbox span {
    display: block;
    background-position: top 4px left !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
}

.woocommerce form.checkout_coupon {
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

.payment_methods.methods {
    padding: 0 !important;
    border-bottom: 0 !important;
	display: flex;
    flex-direction: column;
    gap: 0;
}

.payment_box {
    display: none !important;
}

#payment .form-row.place-order {
    padding: 0 !important;
}

.checkout .btn {
    width: 100%;
    min-width: unset;
}

.checkout .checkout_coupon {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}

.checkout .checkout_coupon > p.form-row-first {
    width: 100%;
}

.checkout .checkout_coupon > p.form-row-last {
    position: absolute;
    right: -6px;
}

.checkout .checkout_coupon > p.form-row-first input {
    padding-right: 50%;
}

.checkout .btn#place_order {
    padding: 18px;
}

.payment_info {
	margin-top: .5em !important;
	order: 1;
}

.payment_info p {
    margin: 0;
	line-height: 146%;
}
    
.checkout .checkout_right h2 {
	margin-bottom: 50px;
	font-weight: 700;
	text-align: center;
	font-size: 30px;
	line-height: 120%;
}

html body .woocommerce .checkout textarea#order_comments {
    border-radius: 16px;
    padding: 15px 25px;
    height: 118px;
}

.checkout .radio_label {
    margin-bottom: 16px !important;
}

.wc_payment_method::before, .wc_payment_method::after {
    display: none !important;
}

.wc_payment_method {
    line-height: 1.5em !important;
}

.checkout .radio_label label {
    display: block !important;
    background-position: top 2px left !important;
    color: #8A8A8A;
    padding-left: 28px;
}

.shipping_desc {
	display: none;
}

.item_name_checkout {
    font-weight: 600;
    color: #6cb2ff;
}

.checkout_item_title {
	padding-right: 20px;
	position: relative;
}

.remove-checkout-item {
    color: #c00000;
    position: absolute;
    right: 0;
    font-size: 24px;
	top: -1px;
}

.checkout .price ins {
    text-decoration: none;
}

.checkout .price del {
    text-decoration: none;
}

.checkout .price del bdi {
    color: #888888;
    font-size: 14px;
    line-height: 14px;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.blockUI.blockOverlay {
	display: none !important;
}

.etechno_title_with_dot_container {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.etechno_title_with_dot_color {
    width: 12px;
    height: 12px;
    min-width: 12px;
    border-radius: 50%;
    margin-top: 4px;
}

.etechno_title_with_dot_text {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
}

.slider_sltq {
    margin-bottom: 60px;
}

.wp-block-column > *:first-child {
    margin-top: 0 !important;
}

h3.wp-block-heading {
    font-weight: 600;
    font-size: 20px;
}

.single-post .content {
    text-align: justify;
}

.wp-block-image > img {
    border-radius: 16px;
}

@media (min-width: 992px) {
    .checkout_right .checkout_section {
        background: #1E2125;
        border-radius: 16px;
        border: 3px solid #36393E;
        padding: 60px 30px;
        margin: 0;
    }
}

@media (min-width: 768px) {
	.section_1 {
		background-image: url(images/webp/mainbg.jpg.webp);
		background-position-x: center;
		background-position-y: bottom;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.section_6_cols {
		overflow: visible;
	}

	.section_6_left_col {
		width: 100%;
	}

	.section_6_right_col {
		width: 100%;
		overflow: visible;
		position: relative;
	}

	.section_6_right_col .slider_btns {
		position: absolute;
		left: 0;
		align-items: center;
		top: 0;
		height: 100%;
		width: 100vw;
		margin-left: min(calc((506 * 1vw / 13) + 90px), 596px);
		padding-left: 30px;
		backdrop-filter: blur(10px);
		border: 1px solid #363A40;
		background: rgb(25 25 25 / 40%);
		border-radius: 20px;
	}

	.section_6_right_col .slider_arrow_left {
		display: none;
	}

	.stages_slider {
		width: min(calc(100vw - 30px), 690px);
		overflow: visible;
		clip-path: inset(-100px -1000px -100px 0);
	}

	.wc_tab_title {
		display: none;
	}
	
	.configurator_select_items_section {
		display: none;
	}
	
	.section_recent_products .slider_btns, .section_featured_products .slider_btns, .slider_sltq .slider_btns {
		display: none;
	}
	
	.woocommerce-product-gallery .flex-control-thumbs {
		height: 451px;
		overflow: hidden;
		position: relative;
	}
	
	.woocommerce-product-gallery.images_gt_3 {
		position: relative;
		user-select: none;
	}

	.woocommerce-product-gallery.images_gt_3::before, .woocommerce-product-gallery.images_gt_3::after {
		content: ' ';
		position: absolute;
		top: 460px;
		width: 71px;
		height: 26px;
		background-repeat: no-repeat;
		cursor: pointer;
	}

	.woocommerce-product-gallery.images_gt_3::before {
		left: 0;
		background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2271%22%20height%3D%2226%22%20viewBox%3D%220%200%2071%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3CforeignObject%20x%3D%22-20%22%20y%3D%22-20%22%20width%3D%22111%22%20height%3D%2266%22%3E%3Cdiv%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml%22%20style%3D%22backdrop-filter%3Ablur(10px)%3Bclip-path%3Aurl(%23bgblur_0_0_1_clip_path)%3Bheight%3A100%25%3Bwidth%3A100%25%22%3E%3C%2Fdiv%3E%3C%2FforeignObject%3E%3Crect%20data-figma-bg-blur-radius%3D%2220%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2270%22%20height%3D%2225%22%20rx%3D%229.5%22%20fill%3D%22%23191919%22%20fill-opacity%3D%220.4%22%20stroke%3D%22%23363A40%22%2F%3E%0A%3Cpath%20d%3D%22M35.5%2016C35.3801%2016%2035.2601%2015.9511%2035.1686%2015.8535L30.4811%2010.8535C30.298%2010.6581%2030.298%2010.3417%2030.4811%2010.1465C30.6643%209.95122%2030.9609%209.9511%2031.1439%2010.1465L35.5%2014.793L39.8561%2010.1465C40.0393%209.95109%2040.3359%209.95109%2040.5189%2010.1465C40.702%2010.3418%2040.7021%2010.6582%2040.5189%2010.8535L35.8314%2015.8535C35.7399%2015.9511%2035.6199%2016%2035.5%2016Z%22%20fill%3D%22white%22%2F%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22bgblur_0_0_1_clip_path%22%20transform%3D%22translate(20%2020)%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2270%22%20height%3D%2225%22%20rx%3D%229.5%22%2F%3E%0A%3C%2FclipPath%3E%3C%2Fdefs%3E%0A%3C%2Fsvg%3E');
	}

	.woocommerce-product-gallery.images_gt_3::after {
		left: 75px;
		background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2270%22%20height%3D%2226%22%20viewBox%3D%220%200%2070%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3CforeignObject%20x%3D%22-20%22%20y%3D%22-20%22%20width%3D%22110%22%20height%3D%2266%22%3E%3Cdiv%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml%22%20style%3D%22backdrop-filter%3Ablur(10px)%3Bclip-path%3Aurl(%23bgblur_0_0_1_clip_path)%3Bheight%3A100%25%3Bwidth%3A100%25%22%3E%3C%2Fdiv%3E%3C%2FforeignObject%3E%3Crect%20data-figma-bg-blur-radius%3D%2220%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2269%22%20height%3D%2225%22%20rx%3D%229.5%22%20fill%3D%22%23191919%22%20fill-opacity%3D%220.4%22%20stroke%3D%22%23363A40%22%2F%3E%0A%3Cpath%20d%3D%22M35%2010C35.1278%2010%2035.2558%2010.0489%2035.3535%2010.1465L40.3535%2015.1465C40.5488%2015.3419%2040.5488%2015.6583%2040.3535%2015.8535C40.1581%2016.0488%2039.8417%2016.0489%2039.6465%2015.8535L35%2011.207L30.3535%2015.8535C30.1581%2016.0489%2029.8417%2016.0489%2029.6465%2015.8535C29.4512%2015.6582%2029.4511%2015.3418%2029.6465%2015.1465L34.6465%2010.1465C34.7441%2010.0489%2034.8721%2010%2035%2010Z%22%20fill%3D%22white%22%2F%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22bgblur_0_0_1_clip_path%22%20transform%3D%22translate(20%2020)%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2269%22%20height%3D%2225%22%20rx%3D%229.5%22%2F%3E%0A%3C%2FclipPath%3E%3C%2Fdefs%3E%0A%3C%2Fsvg%3E');
	}
	
	.popup {
		padding: 60px 30px 60px 60px;
		width: calc(80% - 90px);
	}

	.popup_header {
		padding-right: 30px;
	}

	.popup_content {
		padding-right: 30px;
	}
}

@media (max-width: 1349px) {
	.configurator_select_item {
		padding: 40px 40px;
	}
	
	.configurator_select_items {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 1299px) {
	.products.columns-4 {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.reviews_block {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    gap: 19px;
	}
	
	.group_title_container {
		grid-column: span 3;
	}

	.kt452471_games_fps_content {
	    grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.configurator_select_items.kt452471_games_fps_content {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	
	.configurator_select_item {
		padding: 40px 30px;
	}
}

@media (max-width: 1199px) {
	body {
		background-image: url(images/bg/page_mobile.svg);
		background-position-x: calc(-1575 * 1vw / 4);
		background-position-y: calc(-1126 * 1vw / 4);
		background-size: calc(2390 * 1vw / 4) calc(8630 * 1vw / 4);
	}
	
	.header_up, .header_main {
		display: none;
	}

	.header_mobile {
		display: flex;
	}

	.section_4_pre_title, .pre_title {
		font-size: 16px;
		line-height: 100%;
		margin-bottom: 5px;
	}
	
	.section_4_title, .section_title {
		font-size: 24px;
		line-height: 100%;
		font-weight: 700;
		margin-bottom: 15px;
		color: #ffffff;
	}
	
	.section_4_subtitle {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
		color: #ffffff;
	}

	body.mobile_menu_open {
		overflow-y: hidden;
	}
	
	.mobile_menu_open .header_mobile_menu {
		display: block;
	}
	
	.mobile_menu_open .header_mobile_menu_btn {
		display: none;
	}
	
	.mobile_menu_open .header_mobile_menu_close_btn {
		display: block;
	}

	.mobile_menu_open .mobile_bottom_panel {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.section_1_left_col {
	    margin-top: 73px;
	    margin-bottom: 126px;
	}

	.section_1_title {
	    font-size: 50px;
	}
	
	.section_1_subtitle {
	    font-size: 20px;
	    line-height: 32px;
	}

	.section_1_image {
	    position: absolute;
	    left: unset;
	    right: max(calc(-163 * (1vw - 0.6px) / 14.4), -163px);
	    bottom: 0;
	    width: min(calc(1100 * (1vw - 0.6px) / 14.4), 1100px);
	    height: min(calc(876 * (1vw - 0.6px) / 14.4), 876px);
	    right: -125px;
	}

	.footer_blocks {
	    grid-template-columns: repeat(6, 1fr);
	}

	.footer_block_a {
		grid-column: span 3;
	}

	.footer_block_b {
		grid-column: span 2;
	}
}

@media (max-width: 991px) {
	.section_4_params {
	    gap: 15px;
	    flex-direction: column;
	    justify-content: flex-start;
	}

	.section_5_mobile {
		display: block;
	}

	.section_5 {
		display: none;
	}
	
	.products.columns-4, .products.columns-3 {
		grid-template-columns: 1fr 1fr;
	}
	
	.group_title_container {
		grid-column: span 2;
	}

	.kt452471_games_fps_content {
	    grid-template-columns: 1fr 1fr 1fr;
	}

	.configurator_select_items.kt452471_games_fps_content {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.kt452471_configurator_section {
	    grid-template-columns: 1fr 1fr;
	}

	.kt452471_configurator_section_title {
	    grid-column: span 2;
	}
	
	.service_block {
		flex-direction: column !important;
		gap: 10px;
	}

	.service_block_mobile_title {
		display: block;
		font-weight: 700;
		font-size: 20px;
		line-height: 100%;
		color: #ffffff;
	}

	.service_block_image {
		padding: 20px 60px;
		margin-top: 0;
		margin-bottom: 10px;
		width: calc(100% - 120px);
		height: calc(100% - 40px);
		text-align: center;
	}

	.service_block_data {
		background: transparent;
		border: 0;
		backdrop-filter: none;
		padding: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		min-height: unset;
	}

	.service_block_title {
		display: none;
	}

	.service_block_content {
		font-size: 14px;
		line-height: 24px;
	}

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

	.payment_service_blocks .service_block_image {
		width: 100%;
		height: 100%;
	}
	
	.payments_block_steps {grid-template-columns: 1fr 1fr;gap: 16px;row-gap: 20px;}

	.payments_block {
		margin-bottom: 20px;
		gap: 20px;
	}

	.payments_block_title {
		font-size: 20px;
	}

	.payment_step {
		gap: 10px;
	}

	.payment_step_title {
		font-size: 16px;
		line-height: 100%;
	}

	.news_popular_title, .news_popular {
		display: none;
	}
	
	.configurator_select_items {
		grid-template-columns: 1fr;
	}
	
	.checkout_grid {
		display: block;
	}

	.woocommerce-billing-fields__field-wrapper > p {
		width: 100% !important;
		margin: 0 !important;
		float: left !important;
		padding: 0 !important;
	}

	#billing_city_field label {
		display: none;
	}

	.btn[name="apply_coupon"] {
		padding: 12.5px;
	}
	
	.checkout .checkout_right h2 {
		font-size: 24px;
		margin-bottom: 40px;
	}
	
	.checkout_comment, .payment_info {
		font-size: 14px;
		line-height: 18px;
	}
	
	html body .woocommerce .checkout textarea#order_comments {
		height: 147px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section_4_btns {
	    flex-direction: column;
	    justify-content: flex-start;
	}
	
	.section_6_btns {
	    flex-direction: column;
	    justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.result_count {
		display: none;
	}
	
	.section_1_left_col {
	    margin-top: 50px;
	    margin-bottom: 40px;
	}
	
	.section_1_cols {
	    grid-template-columns: 1fr;
	}
	
	.section_1_right_col {
	    position: static;
	}
	
	.section_1_title {
	    font-size: 32px;
	    width: min-content;
	    margin-bottom: 443px;
	}
	
	.section_1_subtitle {
	    font-size: 16px;
	    line-height: 24px;
	    margin-bottom: 15px;
	    max-width: unset;
	}
	
	.section_1_btns {
	    gap: 10px;
	}
	
	.section_1_btns .btn {
	    font-size: 15px;
	    padding: 20px 0;
	    width: 100%;
	}
	
	.section_1_btns .btn svg {
	    width: 17px;
	    height: 17px;
	    top: 3px;
	    margin-right: 6px;
	}
	
	.section_1_btns .btn span {top: 0px;}
	
	.section_1_btns .btn.btn_style_2 {
	    padding: 20px 0;
	}
	
	.section_1_image {
	    top: 114px;
	    bottom: unset;
	    left: calc(0px - ((586px - 100vw) / 2));
	    width: 586px;
	    height: 467px;
	    -webkit-mask-image: linear-gradient(to bottom, white 0%, white 55%, transparent 100%);
	    mask-image: linear-gradient(to bottom, white 0%, white 55%, transparent 100%);
	}
	
	.section {
		margin-top: 50px;
	}
	
	.section.section_1 {
	    -webkit-mask-image: unset;
	    mask-image: unset;
	    margin-top: -10px;
	    padding-top: 0;
	    background: url(images/mainbg_mobile.svg);
	    background-size: 100vw 1068px;
	    background-position-x: 0;
	    background-position-y: 0;
	}

	.section_title {
		font-size: 24px;
		margin-bottom: 20px;
	}
	
	.footer_blocks {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.footer_block {
		background: transparent;
		padding: 0;
		border-radius: 0;
	}

	.footer_block_title {
		cursor: pointer;
		margin-bottom: 0;
		background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6.87504%207.50004C6.7152%207.50004%206.5552%207.43895%206.43316%207.31691L0.183164%201.06691C-0.0610547%200.822695%20-0.0610547%200.427227%200.183164%200.183164C0.427383%20-0.0608984%200.822851%20-0.0610547%201.06691%200.183164L6.87504%205.99129L12.6832%200.183164C12.9274%20-0.0610547%2013.3229%20-0.0610547%2013.5669%200.183164C13.811%200.427383%2013.8111%200.822851%2013.5669%201.06691L7.31691%207.31691C7.19488%207.43895%207.03488%207.50004%206.87504%207.50004Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
		background-repeat: no-repeat;
		background-position: right 5px center;
	}

	.footer_block_content {
		display: none;
		margin-top: 20px;
	}

	.footer_block_open {
		margin-bottom: 10px;
	}

	.footer_blocks .footer_block:first-child {
		margin-bottom: 10px;
	}

	.footer_block_open .footer_block_title {
		background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6.87496%20-3.90708e-05C7.03481%20-3.90708e-05%207.19481%200.0610542%207.31684%200.183085L13.5668%206.43309C13.8111%206.6773%2013.8111%207.07277%2013.5668%207.31684C13.3226%207.5609%2012.9271%207.56105%2012.6831%207.31684L6.87496%201.50871L1.06684%207.31684C0.822618%207.56105%200.427149%207.56105%200.183086%207.31684C-0.0609762%207.07262%20-0.0611325%206.67715%200.183086%206.43309L6.43309%200.183085C6.55512%200.0610542%206.71512%20-3.90708e-05%206.87496%20-3.90708e-05Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
		margin-bottom: 10px;
	}

	.footer_block_open .footer_block_content {
		display: flex;
	}

	.footer_logo_container {
		margin-left: 36px;
		margin-right: 36px;
	}

	.footer_description {
		margin-bottom: 30px;
	}

	.footer_copyright_block {
		padding-top: 15px;
		border-top: 1px solid rgb(255 255 255 / 21%);
	}

	footer {
		padding-bottom: 70px;
		margin-top: 50px;
	}
	
	.mobile_bottom_panel {
		display: block;
	}

	.section_2_mobile {
		display: block;
	}

	.section_2 {
		display: none;
	}
	
	.section_4 {
		width: calc(100% - 30px);
		background: transparent;
		border: 0;
		padding: 0;
	}

	.section_4_btns {
		margin-top: 20px;
		gap: 10px;
		width: 100%;
	}

	.section_4_btns .btn {
		padding-left: 5px !important;
		padding-right: 5px !important;
		width: 100%;
		font-size: 15px;
	}

	.section_4_cols {
		display: flex;
		flex-direction: column-reverse;
		gap: 25px;
	}

	.section_4_right_col {
		margin: 0;
	}

	.section_4_image {
		width: calc(680 * 1vw / 4);
		max-width: unset;
		-webkit-mask-image: linear-gradient(to bottom, white 0%, white 62%, transparent 100%);
		mask-image: linear-gradient(to bottom, white 0%, white 62%, transparent 100%);
	}

	.section_4_left_col {
		align-self: unset;
	}

	.btn_section_all {
		margin-top: 10px;
	}

	.section_3 .btn_section_all {
		display: none;
	}
	
	.products.columns-4, .products.columns-3 {
		grid-template-columns: 1fr;
	}
	
	.section_6 {
		width: calc(100% - 30px);
		background: transparent;
		border: 0;
		padding: 0;
	}

	.section_6_btns {
		margin-top: 20px;
		gap: 10px;
		width: 100%;
	}

	.section_6_btns .btn {
		padding-left: 5px !important;
		padding-right: 5px !important;
		width: 100%;
		font-size: 15px;
	}

	.section_6_cols {
		display: flex;
		flex-direction: column;
		gap: 25px;
		align-items: flex-start;
	}

	.section_swipe_right {
		display: block;
	}

	.news_cards {
		position: relative;
	    transition: left ease-out 0.5s;
	}
	
	.news_list .news_card {
		width: 100%;
	}
	
	.news_list {
		grid-template-columns: 1fr;
	}

	.news_card {
		width: calc(100vw - 30px);
	}

	.news_card_title {
		font-size: 16px;
		line-height: 20px;
	}

	.news_card_desc {
		-webkit-line-clamp: 3;
	}

	.news_card_info {
		margin-top: 20px;
	}

	.section_9 .btn_section_all {
		margin-top: 29px;
	}

	.reviews_block {
		gap: 15px;
	}

	.reviews_block_col {
		padding: 20px 15px;
	}

	.reviews_block_logo_container {
		padding-left: 8px;
		padding-right: 8px;
	}

	.reviews_block_rating_container {
		margin-top: 12px;
		gap: 4px;
	}

	.reviews_block_rating_count {
		margin-top: 2px;
		font-size: 12px;
		line-height: 100%;
	}

	.reviews_block_rating {
		font-size: 36px;
	}

	.reviews_block_rating_star {
		width: 13px;
		height: 13px;
		margin-top: 10px;
	}

	.reviews_block_btn_continer {
		padding: 0;
		margin: 0 -5px;
	}

	.reviews_block_btn {
		margin-top: 12px;
		padding: 14px 5px;
		font-size: 12px;
		line-height: 24px;
	}

	.services_block, .dashboard_block {
		grid-template-columns: 1fr 1fr;
		column-gap: 16px;
	}

	.section_7 .btn_section_all {
		display: inline-block;
		margin-top: 20px;
	}

	.service_in_block_icon_container {
		margin: 25px;
		height: unset;
	}

	.service_in_block_icon {
		aspect-ratio: 1;
		height: unset;
		width: 100%;
	}


	.service_in_block_title {
		font-size: 12px;
		margin: 0 25px 14px;
	}

	.service_in_block_read_more {
		font-size: 12px;
		margin: 0 25px 25px;
	}

	.services_block .service_in_block:nth-child(5), .services_block .service_in_block:nth-child(6) {
		display: none;
	}

	.stages_slider_container {
		display: flex;
		gap: 20px;
		flex-direction: column;
		align-items: center;
		width: 100%
	}

	.stage {
		width: calc(100vw - 72px);
		padding: 30px 20px;
	}

	.stage_desc {
		line-height: 24px;
	}

	.stage_title {
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 100%;
	}

	.section_6_pre_title {
		font-size: 16px;
		line-height: 100%;
		margin-bottom: 5px;
	}
	
	.section_6_title {
		font-size: 24px;
		line-height: 100%;
		font-weight: 700;
		margin-bottom: 15px;
		color: #ffffff;
	}
	
	.section_6_subtitle {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
		color: #ffffff;
	}

	.section_6_btns {
		display: none;
	}
	
	.group_title_container {
		grid-column: span 1;
		padding: 10px 60px;
		gap: 15px;
	}

	.group_title_container::before {
		padding: 1px;
	}

	.group_icon {
		width: 48px;
		height: 48px !important;
		border: 0;
		padding: 0;
	}

	.group_title {
		font-size: 14px;
	}

	.kt452471_games_fps_content {
	    grid-template-columns: 1fr 1fr;
	    gap: 20px;
	    row-gap: 24px;
	}
	
	.configurator_select_items.kt452471_games_fps_content {
		grid-template-columns: 1fr 1fr;
	}

	.kt452471_configurator_section {
	    grid-template-columns: 1fr;
	    gap: 10px;
	}

	.kt452471_configurator_section_title {
	    grid-column: span 1;
	}

	.woocommerce-product-gallery > .flex-viewport {
		order: 1;
	}

	.woocommerce-product-gallery .flex-control-thumbs {
		order: 2;
		flex-direction: row;
		gap: 12px;
		width: 100%;
	}

	.woocommerce-product-gallery {
		grid-template-columns: 1fr;
		gap: 15px;
		margin-bottom: 20px !important;
	}

	.woocommerce .product .product_title {
		width: 100%;
		order: -1;
		font-size: 32px;
		line-height: 100%;
		margin-bottom: 20px;
	}

	.woocommerce div.product {
		display: flex;
		flex-direction: column;
	}

	html body.woocommerce .product .price {
		margin-bottom: 10px;
	}

	html body.woocommerce .product .woocommerce-product-details__short-description {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20xpx;
	}

	.kt452471_add_to_personal_configurator {
		margin: 0;
		gap: 0;
		justify-content: space-between;
		width: calc(100% - 182px);
	}

	.kt452471_add_to_personal_configurator:before {
		content: ' ';
	}

	.woocommerce div.product form.cart {
		border: 0;
		margin: 0;
		padding: 0;
	}

	.woocommerce div.product .product_meta {
		display: none;
	}

	.kt452471_configurator_section1 .kt452471_configurator_section_title {
		margin-top: calc(60px - 1em);
		font-size: 24px;
	}

	.kt452471_configurator_section_title {
		margin-bottom: 10px;
		margin-top: 40px;
	}

	.kt452471_configurator_param_head {
		gap: 20px;
	}

	.kt452471_configurator_param_head_image {
		width: 66px;
	}

	.kt452471_configurator_param_head_image img {
		width: 66px;
		height: 66px;
	}

	.kt452471_configurator_param_head_text {
		font-size: 12px;
		margin-bottom: 5px;
		margin-top: 4px;
	}

	.kt452471_configurator_param_head_current {
		font-size: 14px;
	}

	.kt452471_configurator_param_head_current_desc {
		font-size: 12px;
	}

	.kt452471_configurator_param_item_head_status, .kt452471_configurator_param_head_current_onbackorder, .kt452471_configurator_param_head_current_instock {
		width: 16px;
		height: 16px;
		top: 15px;
		right: 15px;
	}

	.kt452471_games_fps_display_container {
		gap: 5px;
	}

	.kt452471_games_fps_display_tab {
		padding: 13px;
		font-size: 12px;
	}

	.kt452471_games_fps_display_tab.kt452471_games_fps_display_tab_selected {
		padding: 14px;
	}

	.kt452471_games_fps_game_icon img {
		max-width: 51%;
		height: auto;
	}

	.kt452471_games_fps_game {
		gap: 13px;
	}

	.kt452471_games_fps_game_data {
		position: relative;
		align-items: start;
		gap: 16px;
	}

	.kt452471_games_fps_game_title {
		width: calc(100% - 60px);
		text-align: left;
		font-size: 13px;
	}

	.kt452471_games_fps_game_fps {
		text-align: right;
		font-size: 13px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.kt452471_games_fps_disclaimer {
		padding: 30px;
		font-size: 16px;
		line-height: 24px;
		margin-top: 34px;
	}

	.tabs.wc-tabs {
		display: none !important;
	}

	.woocommerce-Tabs-panel {
		display: block !important;
	}

	.wc_tab_content {
		display: none;
		text-align: justify;
	}

	.wc_tab_open .wc_tab_content {
		display: block;
	}
	
	.payment_step_number {
		font-size: 64px;
	}
	
	.tradein_disclaimer {
		padding: 25px;
		gap: 16px;
	}

	.tradein_disclaimer span {
		font-size: 14px;
	}

	.tradein_disclaimer svg {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}
	
	.tinkoff_image {
		border-radius: 10px;
	}

	.credit_steps_container {
		gap: 30px;
	}

	.credit_steps {
		grid-template-columns: 1fr;
	}
	
	.credit_subtitle {
		font-weight: 400;
		font-size: 14px;
		line-height: 24px;
	}
	
	.news_container ~ .section_9 .btn_section_all {
		display: block;
		font-size: 12px;
		line-height: 100%;
		padding: 15px 14px 13px;
		margin-top: 44px;
		min-height: unset; 
		display: inline-block;
	}
	
	.news_container ~ .section_9 .btn_section_all {
		display: block;
		font-size: 12px;
		line-height: 100%;
		padding: 15px 14px 13px;
		margin-top: 44px;
		min-height: unset;
		display: inline-block;
	}

	.news_container > * {
		padding: 0;
	}

	.news_container .title {
		font-size: 24px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.news_date {
		gap: 10px;
		font-size: 16px;
		margin-bottom: 20px;
	}

	.news_date img {
		width: 21px;
		height: 21px;
	}

	.news_image_container {
		margin-bottom: 20px;
	}

	.news_container ~ .section_9 {
		margin-top: 50px;
	}
	
	#load-more {
		font-size: 12px;
		padding: 14px 34px;
		margin-top: 30px;
	}

	.popup {
	    background: #121415;
	    border: 0;
	    border-radius: 0;
	    top: 0;
	    left: 0;
	    transform: unset;
	    width: calc(100% - 50px);
	    height: calc(100% - 20px);
		max-height: calc(100% - 20px);
	    padding: 20px 25px 0px;
	}
	
	.popup_close {
	    top: 23px;
	    right: 25px;
	    width: 16px;
	    height: 16px;
	}
	
	.popup_title {
	    font-size: 24px;
	}
	
	.popup_header {
	    margin-bottom: 20px;
	}
	
	.popup_content {
		max-height: calc(100vh - 64px);
	}
	
	.popup_content.not_scrolled {
		scrollbar-width: none; 
	}
    
    .popup_content.not_scrolled::-webkit-scrollbar {
        display: none;
    }
	
	.configurator_select_items_tabs {
		display: none;
	}
	
	.configurator_select_items {
		display: grid !important;
	}
	
	.popup_content .configurator_select_items:last-child {
		padding-bottom: 140px;
	}
	
	#popup_info_title {
		text-align: left;
	}

	#popup_info_desc {
		padding: 20px;
		font-size: 14px;
		line-height: 23px;
		margin-bottom: 20px;
	}

	.popup_info_cols {
		gap: 20px;
		grid-template-columns: 1fr;
	}

	.popup_info_col_data_title {
		font-size: 20px;
	}

	.popup_info_col_data_line {
		margin-right: 0;
		width: 100%;
		padding: 6px 0;
		font-size: 12px;
		line-height: 25px;
	}

	#popup_info_btn {
		margin-top: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
	}
	
	.popup_info_footer {
		margin-bottom: 140px;
	}
	
	.a_register, .a_login {
		padding-bottom: 140px;
	}
	
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		flex-direction: column;
		gap: 20px;
		border-top: 0;
		padding-top: 0;
	}

	.wc-proceed-to-checkout .btn {
		width: calc(100% - 200px);
	}

	.wc-proceed-to-checkout {
		display: block;
		width: 100%;
	}

	.cart_subtotal {
		justify-content: space-between;
		width: 100%;
	}
	
	.product-price, .product-quantity, .product-subtotal, .product-remove {
		display: none !important;
	}
	
	.mobile_remove_product {
		display: block;
	}
	
	.mobile_product_info {
		display: flex;
	}
	
	.cart_product_thumb img {
		width: 120px !important;
	}

	.cart_product_first_col {
		gap: 10px;
	}

	.mobile_remove_product {
		position: absolute;
		right: 0;
		top: 15px;
		width: 15px;
		height: 15px;
	}

	.woocommerce table.shop_table td {
		padding: 15px 0;
		border: 0;
	}

	.cart_product_name {
		margin-top: 0;
		font-size: 14px;
		width: calc(100% - 130px);
	}

	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td.product-name {text-align: left !important;}

	.woocommerce a.remove, .woocommerce a.remove svg {
		width: 15px;
		height: 15px;
	}

	.cart_product_name .variation {
		font-size: 12px;
		line-height: 16px;
		margin: 5px 0;
	}

	.mobile_product_info {
		flex-direction: column;
		gap: 10px;
		margin-top: 10px;
	}

	.mobile_product_info_line {
		display: flex;
		justify-content: space-between;
		font-size: 12px;
		align-items: center;
	}

	.mobile_product_info_name {
		font-weight: 600;
	}

	.mobile_product_info_value {font-weight: 500;}

	.cart_q {
		font-size: 16px;
		height: 27px;
		gap: 10px;
	}

	.cart_q_minus {
		height: 27px;
		line-height: 27px;
		padding-left: 17px;
		padding-right: 12px;
	}

	.cart_q_plus {
		height: 27px;
		line-height: 27px;
		padding-left: 12px;
		padding-right: 17px;
	}
	
	.cart_subtotal {
		font-size: 24px;
	}
	
	.wc-proceed-to-checkout .btn {
		font-size: 16px;
	}
	
	.order_a_details {
		display: none;
	}
	
	.order_a_details_mobile {
		display: flex;
		flex-direction: column;
		gap: 13px;
		font-size: 12px;
		line-height: 100%;
	}

	.order_a_detail_mobile {
		display: flex;
		justify-content: space-between;
	}

	.order_a_detail_mobile_name {
		font-weight: 700;
		color: #FFFFFF;
	}

	.woocommerce-order-received h1.title ~ h2 {
		display: none;
	}

	.paymethod_message {
		font-size: 12px;
	}

	.order_item, .order_action, .order_info, .order_personal_info {
		border-top: 0;
		padding: 20px 0;
	}

	.order_item {
		flex-direction: column;
		gap: 40px;
	}

	.order_item_col_image img {
		width: 100%;
	}

	.order_item_item_meta {
		grid-template-columns: 1fr;
	}
	
	.configurator_select_items_tabs.kt452471_games_fps_popup_tabs {
		display: flex;
		gap: 5px;
	}

	.configurator_select_items.kt452471_games_fps_content[style="display: none;"] {
		display: none !important;
	}

	.configurator_select_items_tab {
		font-size: 12px;
		padding: 11px;
	}

	.configurator_select_items_tab.configurator_select_items_tab_active {
		padding: 12px;
	}
	
	.contacts {
		display: flex;
		gap: 30px;
		flex-direction: column;
	}

	.contact_title {
		font-size: 12px;
	}

	.contact_desc {
		margin-top: 5px;
		font-size: 16px;
	}

	.contact_subdesc {
		margin-top: 5px;
	}
	
	.contact_col_sn {
		display: block;
	}

	.contact_col_sn .contact_col_icon {
		display: none;
	}

	.contact_col_sn .contact_col_data {
		margin-top: 0;
	}

	.contact_col_sn .contact_title {
		display: none;
	}

	.contact_sn {
		margin-top: 0;
		justify-content: space-between;
	}

	.contact_sn a svg {
		width: 20px;
		height: 20px;
	}

	.contact_sn a span {
		display: block;
		color: #BBBBBB;
		line-height: 16px;
	}

	.contact_sn a {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.contact_map {
		margin-bottom: 20px;
	}

	.contact_feedback {
		margin-bottom: 20px;
	}

	.faq_title {
		background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6.87504%207.50004C6.7152%207.50004%206.5552%207.43895%206.43316%207.31691L0.183164%201.06691C-0.0610547%200.822695%20-0.0610547%200.427227%200.183164%200.183164C0.427383%20-0.0608984%200.822851%20-0.0610547%201.06691%200.183164L6.87504%205.99129L12.6832%200.183164C12.9274%20-0.0610547%2013.3229%20-0.0610547%2013.5669%200.183164C13.811%200.427383%2013.8111%200.822851%2013.5669%201.06691L7.31691%207.31691C7.19488%207.43895%207.03488%207.50004%206.87504%207.50004Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
		background-repeat: no-repeat;
		background-position: right 5px center;
		background-size: 14px 8px;
		font-weight: 600;
		font-size: 16px;
		padding: 0;
		padding-right: 30px;
	}

	.faq_question {
		background: unset;
	}

	.faq_open .faq_title {
		background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6.87496%20-3.90708e-05C7.03481%20-3.90708e-05%207.19481%200.0610542%207.31684%200.183085L13.5668%206.43309C13.8111%206.6773%2013.8111%207.07277%2013.5668%207.31684C13.3226%207.5609%2012.9271%207.56105%2012.6831%207.31684L6.87496%201.50871L1.06684%207.31684C0.822618%207.56105%200.427149%207.56105%200.183086%207.31684C-0.0609762%207.07262%20-0.0611325%206.67715%200.183086%206.43309L6.43309%200.183085C6.55512%200.0610542%206.71512%20-3.90708e-05%206.87496%20-3.90708e-05Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
		color: #6CB2FF;
	}

	.faq_desc {
		border-top: 0;
		padding: 0;
		padding-top: 10px;
	}
	
	.cf_body {
		gap: 20px;
	}

	.cf_foot {
		gap: 20px;
		flex-direction: column;
		justify-content: flex-start;
		text-align: left;
	}

	.wpcf7-acceptance label {
		font-size: 12px;
		line-height: 100%;
	}

	.cf_btn {
		flex-direction: column;
		width: 100%;
	}

	.cf_foot p {
		width: 100%;
	}

	.cf_row {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.cf_col1 {
		display: flex;
		gap: 20px;
		flex-direction: column;
	}

	.cf_row label span {
		font-family: Ruda;
		font-weight: 500;
		font-size: 20px;
		line-height: 100%;
		color: #ffffff;
		margin-bottom: 10px;
		display: block;
	}

	.cf_row input {
		width: 100%;
	}

	.cf_col1 > p:nth-child(1) {
		order: 1;
	}

	.cf_col1 > p:nth-child(2) {
		order: 2;
	}

	.cf_col1 > p:nth-child(3) {
		order: 4;
	}

	.cf_col1 > p:nth-child(4) {
		order: 3;
	}
	
	.contact_map img {
		height: 406px;
		object-fit: cover;
	}
	
	.account_menu_current {
		display: flex;
	}
	
	.account_menu {
		display: none;
	}
	
	.account_menu_open .account_menu {
		display: block;
		margin-bottom: 20px;
	}
	
	.dashboard_block .service_in_block_icon_container {
		height: 84px;
		margin-top: 30px;
		margin-bottom: 15px;
	}

	.dashboard_block .service_in_block_title {
		font-size: 16px;
		margin-bottom: 30px;
	}
	
	.woocommerce-MyAccount-content h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.woocommerce-MyAccount-content div h2 {
		margin-bottom: 0;
		margin-top: 20px;
	}

	.woocommerce-MyAccount-content .order_item_item_meta {
		grid-template-columns: 1fr;
	}
	
	.woocommerce-orders-table tr.woocommerce-orders-table__row {
		display: grid !important;
		gap: 13px;
		grid-template-columns: 1fr 1fr;
		border-top: 1px solid #303030;
		padding: 15px 0;
		align-items: center;
	}

	.woocommerce-orders-table tr.woocommerce-orders-table__row th, .woocommerce-orders-table tr.woocommerce-orders-table__row td {
		display: block !important;
		border: 0 !important;
		padding: 0 !important;
	}

	.woocommerce-orders-table tr.woocommerce-orders-table__row th {
		grid-column: span 2;
		color: #ffffff;
		order: 1;
	}

	.woocommerce-orders-table tr.woocommerce-orders-table__row th a {
		color: #ffffff;
	}

	td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date {
		order: 2;
	}

	.woocommerce table.shop_table_responsive td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
		order: 3;
		text-align: right !important;
	}

	td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status {
		order: 4;
	}

	.woocommerce table.shop_table_responsive td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
		order: 5;
		text-align: right !important;
	}
	
	.woocommerce-pagination--without-numbers.woocommerce-Pagination {
		flex-direction: column;
	}
	
	.woocommerce-pagination--without-numbers.woocommerce-Pagination .btn, .woocommerce-MyAccount-content form .btn {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.kt452471_personal_config {
		display: flex;
		flex-direction: column;
	}

	.kt452471_personal_config_col_1, .kt452471_personal_config_col_2 {
		display: contents;
	}

	.kt452471_personal_config_image {
		order: 1;
	}

	.order_item_title {
		order: 2;
	}

	.kt452471_personal_config_price {
		order: 3;
	}

	.kt452471_personal_config_btn {
		order: 4;
	}

	.order_item_item_meta {
		order: 5;
	}
	
	.section_recent_products .products, .section_featured_products .products, .slider_sltq .products {
		position: relative;
		transition: left ease-out 0.5s;
		display: grid;
		gap: 30px;
		grid-template-columns: repeat(1000, 1fr);
	}

	.section_recent_products .products .product_block, .section_featured_products .products .product_block, .slider_sltq .products .product_block {
		width: calc(100vw - 30px);
	}
	
	.woocommerce .reviews_block_logo, .woocommerce-page .reviews_block_logo {
		height: 44px;
		min-width: 0px;
	}
	
	.woocommerce-form-row {
		width: 100% !important;
		margin: 0 !important;
		float: left !important;
	}

	.woocommerce-password-strength {
		height: 10px;
		border-radius: 90px;
		background-size: 100% 10px;
		background-position: center;
		border-radius: 90px;
	}

	.woocommerce-password-strength.bad, .woocommerce-password-strength.short {
		background-image: url(data:image/svg+xml,%3Csvg%20width%3D%221059%22%20preserveAspectRatio%3D%22none%22%20height%3D%2210%22%20viewBox%3D%220%200%201059%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%221059%22%20height%3D%2210%22%20rx%3D%225%22%20fill%3D%22%23282B31%22%2F%3E%0A%3Crect%20width%3D%22386%22%20height%3D%2210%22%20rx%3D%225%22%20fill%3D%22%23FF4131%22%2F%3E%0A%3C%2Fsvg%3E)
	}

	.woocommerce-password-strength.good {
		background-image: url(data:image/svg+xml,%3Csvg%20width%3D%221059%22%20preserveAspectRatio%3D%22none%22%20height%3D%2210%22%20viewBox%3D%220%200%201059%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%221059%22%20height%3D%2210%22%20rx%3D%225%22%20fill%3D%22%23282B31%22%2F%3E%0A%3Crect%20width%3D%22611%22%20height%3D%2210%22%20rx%3D%225%22%20fill%3D%22%2393F6FF%22%2F%3E%0A%3C%2Fsvg%3E)
	}

	.woocommerce-password-strength.strong {
		background-image: url(data:image/svg+xml,%3Csvg%20width%3D%221059%22%20preserveAspectRatio%3D%22none%22%20height%3D%2210%22%20viewBox%3D%220%200%201059%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%221059%22%20height%3D%2210%22%20rx%3D%225%22%20fill%3D%22%23282B31%22%2F%3E%0A%3Crect%20width%3D%221022%22%20height%3D%2210%22%20rx%3D%225%22%20fill%3D%22%2300FC00%22%2F%3E%0A%3C%2Fsvg%3E)
	}
	
	.woocommerce #customer_login.col2-set .col-1, .woocommerce #customer_login.col2-set .col-2, .woocommerce-page #customer_login.col2-set .col-1, .woocommerce-page #customer_login.col2-set .col-2 {
		width: 100% !important;
	}
	
	.configurator_select_item_info_btn {
		right: 10px;
		top: 10px;
	}

	.configurator_select_item_info_btn svg {
		width: 17px;
		height: 17px;
	}

	.configurator_select_item {
		padding: 15px;
		display: grid;
		gap: 8px;
		grid-template-columns: 19fr 43fr;
		background-position: right 50px top -80px;
	}

	.configurator_select_item_img {
		margin-left: 0;
		width: 100%;
		grid-row: span 3;
		border-radius: 10px;
	}

	.configurator_select_item_title {
		margin-top: 0;
		font-size: 14px;
		text-align: left;
	}

	.configurator_select_item_desc {
		margin-top: 0;
		font-size: 12px;
		text-align: left;
	}

	.configurator_select_item_price_container {
		margin-top: 0;
		align-items: flex-end;
	}

	.configurator_select_item_btn {
		grid-column: span 2;
		margin-top: 7px;
	}

	.configurator_select_item_price {
		font-size: 18px;
	}

	.configurator_select_item_stock_status {
		font-size: 12px;
		line-height: 100%;
	}

	.configurator_select_item_manage {
		margin-top: 7px;
		grid-column: span 2;
	}
	
	.flex-viewport .woocommerce-product-gallery__image::before, .has_one_image_only .woocommerce-product-gallery__image::before {
		bottom: 20px;
		left: 20px;
	}
	
	.section_4_btns .btn.btn_style_2 {
		padding: 22px 54px 20px;
	}
	
	.return-to-shop .btn {
		padding: 18px;
		display: block;
	}
	
	.compound_notice {
		flex-direction: column;
		align-items: flex-start;
	}

	.notice_message_btns {
		margin-left: auto;
		margin-right: auto;
	}
	
	#woocommerce-checkout-form-coupon {
		display: flex;
		gap: 10px;
		flex-direction: column;
	}

	.checkout #customer_details .form-row {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	#login_or_reg_title {
		margin-top: -35px;
	}
	
	/* .woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping {
		display: none;
	} */
	
	.select_shipping_mobile {
		display: block;
	}
	
	form.checkout {
    display: flex;
    flex-direction: column;
}

	form.checkout > .woocommerce-checkout-review-order {
		display: contents;
	}
	
	#popup_login .popup {
		padding: 60px 25px;
	}
	
	.login_rem_and_lost, .login_rem_and_lost label span {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.login_rem_and_lost label span {
		min-height: 17px;
		display: inline-block;
		padding-top: 5px;
	}

	input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"], textarea {
		font-size: 12px;
		padding: 17px 25px;
	}
	
	.login_or_reg_footer {
		font-size: 14px;
	}
	
	#customer_login > div > form .form-row::before {
		display: none;
	}

	#customer_login > div > form .form-row:first-child::before {
		display: table;
	}
	
	#popup_login .popup_content {
		overflow-y: auto;
	}
	
	.popup_info_images_section .popup_info_images {
		--width-slider: var(--width);
	}
	
	.checkout .product-quantity {
        display: inline !important;
    }
	
	.slider_sltq {
        margin-bottom: 40px;
    }

    .etechno_title_with_dot_color {
        width: 10px;
        height: 10px;
        min-width: 10px;
        border-radius: 50%;
    }
}

@media (max-width: 480px) {
    .site-main > .woocommerce-products-header > h1 {
        font-size: 32px;
    }
}

@media (max-width: 399px) {
    .btn.reviews_block_btn {
        padding: 7px 0px;
        font-size: 10px;
        min-width: 0;
        line-height: 25px;
    }
}

@media (max-height: 714px) {
	#popup_login .popup_content {
		overflow-y: auto;
	}
}