body.kt452471_popup_opened {
	overflow: hidden;
}

.kt452471_configurator {
	padding-bottom: 30px;
}

.kt452471_configurator_param_head {
    display: flex;
    margin-bottom: 10px;
	cursor: pointer;
}

.kt452471_configurator_param_head_image {
    padding-right: 15px;
}

.kt452471_configurator_param_head_image img {
    max-width: 100px;
    max-height: 100px;
}

.kt452471_configurator_param_item_flex {
    display: flex;
	position: relative;
}

.kt452471_configurator_param_item_image {
    margin-right: 15px;
    margin-left: 7px;
}

.kt452471_configurator_param_item_image img {
    max-width: 150px;
    max-height: 150pz;
}

.kt452471_configurator_param_head_text {
    font-size: 24px;
    margin-bottom: 3px;
}

.kt452471_configurator_param_item_head_text_container {
    position: relative;
    width: 100%;
}

.kt452471_configurator_param_item_head_price {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 16px;
}

.kt452471_configurator_param_item_head_text {
    font-size: 22px;
	padding-right: 25px;
}

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

.kt452471_configurator_param_item {
    margin-bottom: 15px;
    padding: 5px 10px;
    cursor: pointer;
}

.kt452471_configurator_param_selected .kt452471_configurator_param_item_desc {
    display: block;
}

.kt452471_configurator_param_selected {
    background: rgba(255,255,255,0.1);
}

.kt452471_configurator_param_uncomp {
    cursor: not-allowed;
    opacity: 0.5;
}

.kt452471_configurator_section_title {
    font-size: 22px;
    padding-top: 10px;
    margin-bottom: 5px;
	width: 100%;
}

.kt452471_configurator_param_items {
    display: none;
}

.kt452471_configurator_param_opened .kt452471_configurator_param_items {
    display: block;
}

.kt452471_configurator_param_item[data-kt452471-stock="outofstock"] {
    opacity: 0.5;
    cursor: not-allowed;
}

.kt452471_configurator_param_item[data-kt452471-stock="outofstock"] .kt452471_configurator_param_item_head_text:after {
    display: inline;
    content: ' (нет в наличии)';
}

.kt452471_list_personal_configs {
    display: flex;
    flex-wrap: wrap;
}

.kt452471_personal_config {
    flex-basis: 33.333%;
    padding: 10px;
}

.kt452471_personal_config_title {
    font-size: 20px;
}

.kt452471_personal_config_price {
    font-size: 18px;
}

.kt452471_personal_config_outofstock {
    opacity: 0.5;
}

.kt452471_configurator_required_param_not_selected .kt452471_configurator_param_head_text {
    color: red;
}

.kt452471_configurator_required_param_not_selected .kt452471_configurator_param_head_current {
    color: red;
}

.kt452471_add_to_personal_configurator {
    display: contents;
}

.kt452471_configurator_param_items_sep {
	display: none;
    width: 100%;
    height: 2px;
    background-color: #2c2c2c;
    margin-bottom: 2%;
}

.kt452471_personal_config_edit_button, .kt452471_personal_config_delete_button {
    flex: 0 0 auto !important;
}

.kt452471_configurator_param_item[data-kt452471-stock="outofstock"] {
    display: none;
}

.kt452471_configurator_button_loop {
    margin: 0px auto;
    position: absolute;
    left: 100%;
    transform: translateX(-100%) translateY(calc(100% + 5px));
}

@media (max-width: 767px) {
    .kt452471_personal_config {
        flex-basis: 50%;
    }
}

@media (max-width: 420px) {
    .kt452471_personal_config {
        flex-basis: 100%;
    }
}

.kt452471_configurator_param_head_q {
    position: absolute;
    top: -5px;
    right: 35px;
    font-size: 18px;
    order: 4;
}

.kt452471_configurator_param_head_q_minus, .kt452471_configurator_param_head_q_plus {
	cursor: pointer;
}

.kt452471_configurator_param_items_sep_title {
    width: 100%;
    margin: 0px 0 calc(2% + 4px);
    font-size: 20px;
    text-align: center;
    z-index: 2;
    position: relative;
}

.kt452471_configurator_param_items_sep_title::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #2c2c2c;
	margin-top: 13px;
	z-index: 1;
}

.kt452471_configurator_param_head_info {
    border: 2px solid white;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
}

.kt452471_configurator_param_head_info .fa-info {
    font-family: "Font Awesome 6 Free" !important;
    color: white;
    font-size: 11px;
    position: relative;
    top: -3px;
    left: 0px;
}

.kt452471_configurator_popup {
    position: fixed;
    width: 70%;
    max-width: 1200px;
    height: 70%;
    max-height: 600px;
    background: #3f3f3f;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
    padding: 5px 15px;
    border-radius: 15px;
}

.kt452471_configurator_popup_close {
    position: absolute;
    cursor: pointer;
    right: 15px;
    font-size: 25px;
}

.kt452471_configurator_popup_title {
    font-size: 25px;
    font-weight: bold;
}

.kt452471_configurator_popup_content {
    display: flex;
    margin-top: 10px;
    max-height: calc(100% - 40px);
}

.kt452471_configurator_popup_content_image {
    max-height: 100%;
    max-width: 50%;
}

.kt452471_configurator_popup_content_image img {
    max-height: calc(100% - 15px);
    max-width: calc(100% - 30px);
}

.kt452471_configurator_param_items_sep_title span {
    background: var(--bgcolor-white);
    z-index: 4;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}


.kt452471_configurator_param_head_current_desc p {
	margin: 0;
	font-size: 13px;
}

.kt452471_popup_bg ul[class],
.kt452471_popup_bg ol[class],
.kt452471_popup_fps_bg ul[class],
.kt452471_popup_fps_bg ol[class] {
  padding: 0;
}

.kt452471_popup_bg h1,
.kt452471_popup_bg h2,
.kt452471_popup_bg h3,
.kt452471_popup_bg h4,
.kt452471_popup_bg p,
.kt452471_popup_bg ul[class],
.kt452471_popup_bg ol[class],
.kt452471_popup_bg li,
.kt452471_popup_bg figure,
.kt452471_popup_bg figcaption,
.kt452471_popup_bg blockquote,
.kt452471_popup_bg dl,
.kt452471_popup_bg dd,
.kt452471_popup_fps_bg h1,
.kt452471_popup_fps_bg h2,
.kt452471_popup_fps_bg h3,
.kt452471_popup_fps_bg h4,
.kt452471_popup_fps_bg p,
.kt452471_popup_fps_bg ul[class],
.kt452471_popup_fps_bg ol[class],
.kt452471_popup_fps_bg li,
.kt452471_popup_fps_bg figure,
.kt452471_popup_fps_bg figcaption,
.kt452471_popup_fps_bg blockquote,
.kt452471_popup_fps_bg dl,
.kt452471_popup_fps_bg dd {
  margin: 0;
}
.kt452471_popup_bg ul[class],
.kt452471_popup_bg ol[class],
.kt452471_popup_fps_bg ul[class],
.kt452471_popup_fps_bg ol[class] {
  list-style: none;
}

.kt452471_popup_bg a:not([class]), .kt452471_popup_fps_bg a:not([class]) {
  text-decoration-skip-ink: auto;
}

.kt452471_popup_bg img, .kt452471_popup_fps_bg img {
  max-width: 100%;
  display: block;
}

.kt452471_popup_bg article > * + *, .kt452471_popup_fps_bg article > * + * {
  margin-top: 1em;
}

.kt452471_popup_bg input,
.kt452471_popup_bg button,
.kt452471_popup_bg textarea,
.kt452471_popup_bg select,
.kt452471_popup_fps_bg input,
.kt452471_popup_fps_bg button,
.kt452471_popup_fps_bg textarea,
.kt452471_popup_fps_bg select {
  font: inherit;
}


@media (prefers-reduced-motion: reduce) {
  .kt452471_popup_bg, .kt452471_popup_bg *, .kt452471_popup_fps_bg, .kt452471_popup_fps_bg * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.kt452471_popup_bg, .kt452471_popup_fps_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    color: #ffffff;
    z-index: 1000;
    font-family: "Ruda", Arial, Helvetica, sans-serif;
}
.kt452471_popup_bg.open, .kt452471_popup_fps_bg.open {
    display: flex;
    justify-content: center;
    align-items: center;
}
.kt452471_popup_bg .popup_wrap, .kt452471_popup_fps_bg .popup_wrap {
    width: 100%;
    height: 100%;
    max-width: 80%;
    max-height: 90%;
    background: #181818;
    border-radius: 20px;
    position: relative;
    padding: 45px 20px 20px 35px;
}
.kt452471_popup_bg .popup_wrap .close, .kt452471_popup_fps_bg .popup_wrap .close {
    position: absolute;
    right: 16px;
    top: 0;
    font-size: 30px;
    cursor: pointer;
}
.kt452471_popup_bg .popup_wrap .content, .kt452471_popup_fps_bg .popup_wrap .content {
	overflow: hidden;
	overflow-y:auto;
	height: 100%;
	padding-right: 30px;
}
.kt452471_popup_bg .popup_wrap .content .top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.kt452471_popup_bg .popup_wrap .content .top .img {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-area: img;
}
.kt452471_popup_bg .popup_wrap .content .top .img img {
    width: 100%;
    height: auto;
}
.kt452471_popup_bg .popup_wrap .content .top {
    display: grid;
    grid-template-areas:
        "img title"
        "img anounce"
        "img detail";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto 1fr;
    align-items: start;
    justify-content: start;
    row-gap: 10px;
}
.kt452471_popup_bg .popup_wrap .content .top h3 {
    font-size: 50px;
    font-weight: 300;
    font-size: 34px;
    line-height: 1.2;
    font-family: "Ruda", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    grid-area: title;
}
.kt452471_popup_bg .popup_wrap .content .top .anounce {
    opacity: 0.6;
    grid-area: anounce;
}
.kt452471_popup_bg .popup_wrap .content .top .detail_text {
	margin-top: 20px;
	font-size: 17px;
	text-align: justify;
	grid-area: detail;
}
.kt452471_popup_bg .popup_wrap .content .main .detail_table {
    max-width: 650px;
    margin: 0 auto 50px;
}
.kt452471_popup_bg .popup_wrap .content .main .detail_table h4 {
    text-align: center;
    border-bottom: 3px solid #5a5fde;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 300;
    font-family: "Roboto";
    width: fit-content;
    margin: 0 auto 40px;
}
.kt452471_popup_bg .popup_wrap .content .main .detail_table .line {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    font-size: 14px;
    gap: 20px;
}
.kt452471_popup_bg .popup_wrap .content .main .detail_table .line .value {
    text-align: right;
    opacity: 0.7;
}
.kt452471_popup_bg .popup_wrap .content::-webkit-scrollbar, .kt452471_popup_fps_bg .popup_wrap .content::-webkit-scrollbar {
	width: 5px;
}
.kt452471_popup_bg .popup_wrap .content::-webkit-scrollbar-track, .kt452471_popup_fps_bg .popup_wrap .content::-webkit-scrollbar-track {
	background: #575757;
	border-radius:10px;
}
.kt452471_popup_bg .popup_wrap .content::-webkit-scrollbar-thumb, .kt452471_popup_fps_bg .popup_wrap .content::-webkit-scrollbar-thumb {
	background: #cccccc;
	border-radius:10px;
}
.kt452471_popup_bg .popup_wrap .content::-webkit-scrollbar-thumb:hover, .kt452471_popup_fps_bg .popup_wrap .content::-webkit-scrollbar-thumb:hover {
	background: #cccccc; 
}
.kt452471_popup_bg .popup_wrap .content .chose_btn {
    display: block;
    margin: 0 auto 50px;
    background: #5a5fde;
    color: #fff;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    border-radius: 5px;
    height: 42px;
    padding: 0 40px;
    cursor: pointer;
    transition:all 0.2s;
    font-weight: 400;
}
.kt452471_popup_bg .popup_wrap .content .chose_btn:hover {
	background:#5257cb;
}

.kt452471_configurator_param_item_head_status, .kt452471_configurator_param_head_current_onbackorder, .kt452471_configurator_param_head_current_instock {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-weight: 700;
	width: 10px;
	height: 10px;
	border-radius: 100000px;
}


.kt452471_configurator_param_item_head_status {
    bottom: 2px;
    right: 2px;
}

.kt452471_configurator_param_item_head_status_instock, .kt452471_configurator_param_head_current_instock {
    background-color: #00ff00;
}

.kt452471_configurator_param_item_head_status_onbackorder, .kt452471_configurator_param_head_current_onbackorder {
    background-color: #d5892b;
}

.kt452471_configurator_param_item_head_status_legacy {
    position: absolute;
    bottom: 0;
    right: 2px;
    text-transform: lowercase;
    font-weight: 700;
}

.kt452471_configurator_param_item_head_status_legacy_instock {
    color: #00ff00;
}

.kt452471_configurator_param_item_head_status_legacy_onbackorder {
    color: #d5892b;
}

.kt452471-is-configurator .single-product-page .summary-inner .quantity {
    display: none;
}

@media (max-width:1280px) {
	.kt452471_popup_bg .popup_wrap .content .top .detail_text {
	font-size: 14px;
	}
}
@media (max-width:1024px) {
	.kt452471_popup_bg .popup_wrap, .kt452471_popup_fps_bg .popup_wrap {
    max-width: none;
    max-height: none;
    border-radius: 0;
    padding: 45px 5px 5px 10px;
	}
	.kt452471_popup_bg .popup_wrap .close, .kt452471_popup_fps_bg .popup_wrap .close {
    right: 7px;
	}
	.kt452471_popup_bg .popup_wrap .content, .kt452471_popup_fps_bg .popup_wrap .content {
    padding-right: 15px;
	}
	.kt452471_popup_bg .popup_wrap .content .top {
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
	}
	.kt452471_popup_bg .popup_wrap .content .top .img {
    order: 1;
    flex: 0 0 100%;
    max-width: 500px;
	}
	.kt452471_popup_bg .popup_wrap .content .top .anounce {
	flex: 0 0 100%;
	}
	.kt452471_popup_bg .popup_wrap .content .top {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
	}
	.kt452471_popup_bg .popup_wrap .content .top .detail_text {
	order:2;
	}
	.kt452471_popup_bg .popup_wrap .content .top h3 {
    font-size: 25px;
    flex: 0 0 100%;
	}
	.kt452471_popup_bg .popup_wrap .content .main .detail_table h4 {
    font-size: 22px;
	}
}

.kt452471_configurator_param_head_multiselect_container {
    position: absolute;
    bottom: -4px;
    right: 18px;
    top: inherit;
}

.kt452471_configurator_param_head_multiselect {
    width: 17px;
    height: 17px;
    margin-bottom: 3px;
}

.kt452471_games_fps_display {
    margin-bottom: 30px;
}

.kt452471_games_fps_display_title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.kt452471_games_fps_content, .kt452471_popup_fps_bg .content .main {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
}

.kt452471_games_fps_game {
	background-color: #272727;
	padding: 10px 15px;
	border-radius: 10px;
	display: flex;
	gap: 20px;
	position: relative;
}

.kt452471_games_fps_game_icon {
    width: 48px;
}

.kt452471_games_fps_game_title {
    font-size: 20px;
    width: calc(100% - 80px);
}

.kt452471_games_fps_game_data {
	width: 100%;
}

.kt452471_games_fps_game_fps {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
    font-weight: 600;
}

.kt452471_games_fps_game_fps_line {
    height: 10px;
    width: 100%;
    background-color: white;
    border-radius: 5px;
    position: relative;
	overflow: hidden;
}

.kt452471_games_fps_game_fps_line_fill {
    position: absolute;
    height: 10px;
    border-radius: 5px;
    background-color: #595ee0;
}

@media (max-width: 770px) {
	.kt452471_games_fps_content, .kt452471_popup_fps_bg .content .main {
		grid-template-columns: 1fr;
	}
}

.kt452471_configurator_fps_loop_container {
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    left: 0;
    display: flex;
    transform: translateY(calc(100% + 60px));
    gap: 10px;
    text-align: center;
    width: 100%;
    justify-content: space-between;
}

.kt452471_configurator_fps_loop_display_fps {
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    margin: 0 auto;
}

.kt452471_configurator_fps_loop_display_title {
    font-size: 10px;
    margin: 0 auto;
}

.kt452471_configurator_fps_loop_display {
    text-align: center;
    display: flex;
    width: 45px;
    justify-self: center;
    flex-direction: column;
}

.kt452471_popup_fps_bg .content .top, .kt452471_games_fps_display_container {
    display: grid;
    margin-bottom: 25px;
    position: relative;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.kt452471_popup_fps_display, .kt452471_games_fps_display_tab {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #cccccc;
}

.kt452471_popup_fps_display.kt452471_popup_fps_display_selected, .kt452471_games_fps_display_tab.kt452471_games_fps_display_tab_selected {
    background-color: #595ee0;
	border: 1px solid #595ee0;
}

.kt452471_games_fps_disclaimer, .kt452471_popup_fps_bg .content .bottom {
    margin-top: 15px;
}

.kt452471_fps_loop_bottom {
	margin-top: 50px;
}

.kt452471_fps_loop_bottom ~ .wrap-price {
	position: relative;
	top: -56px;
}