.guide_wrapper {
    position: relative;
    display: flex;
    justify-content: start;
    background-color: #F1F3F2;
    min-height: 768px;
    max-height: 100vh;
    width: 100%;
}

body {
    position: relative;
    letter-spacing: 0em;
}

/*body.openGuide {
    height: 100vh !important;
}*/

html.noscroll,
body.noscroll {
    overflow-y: hidden !important;
    overflow: hidden !important;
    height: calc(100vh + 100px);
    -webkit-touch-callout: none;
    overflow: auto;
}

body>.overlay {
    z-index: 10000
}

#configurator_demo_page {
    min-height: 3000px;
    width: 100%;
}

#configurator {
    display: none;
    position: absolute;
    z-index: 10001;
    min-height: 100px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

#configurator.active {
    display: flex;
    align-items: center;
}

.guide_main {
    max-width: 100%;
    padding: 0;
}

.guide_wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: #F1F3F2;
    min-height: 768px;
    max-height: 100vh;
    width: 100%;
    max-width: 1344px;
    margin: auto;
}

.guide_workspace {
    position: relative;
    padding: 32px 14px 5px 48px;
    width: 100%;
    height: 100vh;
    max-height: 993px;
    display: flex;
    flex-direction: column;
}

.btn_guide_close {
    position: absolute;
    top: 14px;
    right: 14px;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.btn_guide_close:hover {
    opacity: 1;
}

.guide_title {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
}

.guide_nav {
    margin: 24px 0;
    color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
}

.guide_nav span {
    display: inline-block;
    width: 32px;
    height: 1px;
    background: #000;
    opacity: 0.24;
    margin: 0 12px;
}

.btn_guide_step {
    color: #318959;
    text-decoration: none;
    border-bottom: 1px dashed #318959;
    cursor: pointer;
}

.guide_step.current .btn_guide_step,
.btn_guide_step.active {
    color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    border-color: transparent;
}

.btn_guide_step.disable {
    opacity: 0.24;
    cursor: default;
}

.guide_steps {
    flex-grow: 100;
    overflow-y: scroll;
    padding: 0 10px 0 0;
    scrollbar-width: thin;
    scrollbar-color: #cecfd2 #F1F3F2;

}

.guide_steps::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}

.guide_steps::-webkit-scrollbar-track {
    background: #F1F3F2;
}

.guide_steps::-webkit-scrollbar-thumb {
    background-color: #cecfd2;
    border-radius: 6px;
    border: 3px solid #cecfd2;
}


.guide_filter {
    display: none;
    height: 43px;
    min-height: 43px;
    margin: 0 0 8px;
    padding: 0 0 4px;
    justify-content: flex-start;
    gap: 4px;
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #cecfd2 #F1F3F2;
}

.guide_filter>a {
    padding: 5px 16px 6px;
    border: 1px solid #CECFD2;
    border-radius: 6px;
    display: flex;
    align-items: center;
    color: #000;
    background: rgba(255, 255, 255, 1);
}

.guide_filter>a.active {
    background: rgba(255, 255, 255, 0.25);
}

.guide_filter>a>span {
    display: none;
    width: 16px;
    height: 16px;
    color: #fff;
    background: #318959;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
}

.guide_filter>a>span.active {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
}

.guide_filter::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}

.guide_filter::-webkit-scrollbar-track {
    background: #F1F3F2;
}

.guide_filter::-webkit-scrollbar-thumb {
    background-color: #cecfd2;
    border-radius: 6px;
    border: 3px solid #cecfd2;
}

.step_main .guide_filter {
    display: flex;
}

.step_accessories #filter_accs {
    display: flex;
}


.guide_item {
    background-color: #FFF;
    border-radius: 10px;
    position: relative;
    margin: 0 0 12px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #fff;
}

.guide_item_count_mobile {
    display: none;
}

.guide_item .input-block {
    max-width: 466px;
}

.guide_item .input-block select {
    background-color: #fff;
}

.guide_item_btns {
    display: flex;
}

.guide_item.inbasket {
    border: 2px solid #318959
}

.inbasket_label {
    display: none;
    cursor: pointer;
}

.guide_item.inbasket .inbasket_label {
    display: block;
    position: absolute;
    bottom: -2px;
    right: -2px;
    background-color: #318959;
    color: #FFF;
    padding: 12px 40px;
    border-radius: 10px 0px 10px 0px;
    z-index: 2;
}

.btn_add_to_kit {
    height: 49px;
    padding: 12px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #318959;
    color: #318959;
    margin-left: 24px;
    white-space: nowrap;
}

.btn_del_from_basket {
    width: 49px;
    height: 49px;
    display: none;
    border: 1px solid #CECFD2;
    margin-left: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 6.5V5.7C16.5 4.5799 16.5 4.01984 16.282 3.59202C16.0903 3.21569 15.7843 2.90973 15.408 2.71799C14.9802 2.5 14.4201 2.5 13.3 2.5H11.7C10.5799 2.5 10.0198 2.5 9.59202 2.71799C9.21569 2.90973 8.90973 3.21569 8.71799 3.59202C8.5 4.01984 8.5 4.5799 8.5 5.7V6.5M10.5 12V17M14.5 12V17M3.5 6.5H21.5M19.5 6.5V17.7C19.5 19.3802 19.5 20.2202 19.173 20.862C18.8854 21.4265 18.4265 21.8854 17.862 22.173C17.2202 22.5 16.3802 22.5 14.7 22.5H10.3C8.61984 22.5 7.77976 22.5 7.13803 22.173C6.57354 21.8854 6.1146 21.4265 5.82698 20.862C5.5 20.2202 5.5 19.3802 5.5 17.7V6.5' stroke='%23CB0D0D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.guide_item.inbasket .btn_add_to_kit,
.guide_item.inbasket .add_to_cart {
    display: none !important;
}

.guide_item.inbasket .btn_del_from_basket {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .guide_item_content {
        padding: 14px 24px 14px 22px;
        position: relative;
        z-index: 2;
        min-height: 240px;
    }
}

@media (max-width: 767px) {
    .guide_item_content {
        padding: 14px 24px 14px 22px;
        position: relative;
        z-index: 2;
        min-height: auto;
    }
}

.guide_item_title,
.guide_item_content h2 {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 24px;
}

.guide_item_content h2.nomargin {
    margin: 0;
}

.guide_item_photo {
    width: 264px;
    min-width: 264px;
    max-height: 220px;
    position: relative;
    z-index: 1;
    margin: 14px;
}

.guide_item_photo img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 100%;
}

.guide_item .catalog_number {
	opacity: .5;
	cursor: initial;
}

.guide_item .number {
    display: flex;
    justify-content: space-between;
    align-items: center;
/*    padding: 12px 20px;*/
}


.guide_item .number svg {
	width: 24px;
	height: 24px;
}

.guide_item .number .number-minus,
.guide_item .number .number-plus {
    position: unset;
    top: unset;
    left: unset;
    right: unset;
    transform: unset;
    display: block;
    pointer-events: all;
    z-index: unset;
    height: 100%;
	flex: 1;
	background-position: center;
	background-repeat: no-repeat;
}

.guide_item .number .number-minus {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16797 10H15.8346' stroke='%23636367' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
	background-position: 70%;
}

.guide_item .number .number-plus {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0013 4.16602V15.8327M4.16797 9.99935H15.8346' stroke='%23636367' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
	background-position: 30%;
}

/*.guide_item.inbasket .number {
	
}*/

.guide_item.inbasket .number .number-minus,
.guide_item.inbasket .number .number-plus {
	opacity: .5;
	pointer-events: none;
	cursor: default;
}

.guide_item .number input {
    padding: 0;
    width: 45px;
    text-align: center;
    color: #000;
}

.guide_item_list .guide_item_content {
    display: flex;
    flex-direction: column;
}

.guide_item_list .guide_item_photo {
    padding-bottom: 38px;
}

.guide_item_list .guide_item_content {
    padding-bottom: 24px;
}

.guide_main.step_result .guide_item.deleted {
    opacity: 0.25;
}

#guide_result {
    width: 342px;
    min-width: 342px;
    max-height: 100vh;
    background-color: #FFF;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.guide_result_body {
    padding: 24px 24px 0;
    min-width: 294px;
    max-height: calc(100vh - 64px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.guide_result_title {
    padding-right: 12px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 8px;
}

.guide_result_list {
    padding: 0 12px 0 0;
    flex-grow: 100;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #cecfd2 #F1F3F2;
}

.guide_result_list::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}

.guide_result_list::-webkit-scrollbar-track {
    background: #F1F3F2;
}

.guide_result_list::-webkit-scrollbar-thumb {
    background-color: #cecfd2;
    border-radius: 6px;
    border: 3px solid #cecfd2;
}

#btn_guide_result_body_close,
.btn_guide_item_close {
    display: none;
    position: relative;
    z-index: 100;
}

.list_result_item {
    border-bottom: 1px solid #DDD;
    padding: 16px 0;
}

.list_result_item h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.15;
}

.list_result_item>div {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 1.25;
    margin-top: 12px;
}

.guide_item .number .number-minus.disable,
.guide_item .number .number-plus.disable {
    opacity: 0.25;
    cursor: default;
    pointer-events: none;
}

.btn_guide_result_step {
    display: block;
    width: 100%;
    background: #FFDF36;
    padding: 21px 24px;
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 1.15;
}

.btn_guide_result_step.disable {
    opacity: 0.25;
    cursor: default;
}

#configurator .overlay {
    position: absolute;
}

.configurator_popup {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 200px;
    max-width: 767px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.configurator_popup.active {
    display: block
}

.guide_popup_wrapper {
    background: #fff;
    padding: 24px 32px 32px;
}

.btn_guide_popup_close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
}

.guide_popup_title {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 1.15;
}

.guide_popup_text {
    font-size: 18px;
    margin-bottom: 24px;
}

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

#configurator_popup2 .guide_popup_navigation {
    width: 200px;
    margin: 0 auto;
}

.btn_guide_popup_primary {
    display: inline-block;
    font-size: 18px;
    padding: 12px 24px;
    background: #318959;
    border: 1px solid #318959;
    color: #fff;
}

.btn_guide_popup_default {
    display: inline-block;
    font-size: 18px;
    padding: 12px 24px;
    background: #fff;
    border: 1px solid #318959;
    color: #318959;
}

#btn_guide_show_result {
    display: none;
}
.guide_item.active {
    position: absolute;
    z-index: 100;
    left: 16px;
    right: 16px;
    bottom: 0;
    width: auto;
    top: 20px;
    overflow: hidden;
}

.guide_item.active .input-block {
    margin-right: 0px;
}

.guide_item.active .guide_item_content {
    display: none;
    width: 100%;
}

.guide_item.active .guide_item_photo {
    width: 100%;
}

.guide_item.active .btn_guide_item_close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ECECEC;
}

.guide_item.active .guide_item_photo>span>img {
    width: 100%;
    max-height: unset;
}

.guide_item.active .guide_item_content h2 {
    padding-right: 24px;
}

.guide_item.active .guide_item_photo>span>span {
    opacity: 0;
}

.guide_item.active .guide_item_count_mobile {
    display: none;
}

#guide_result_bg_close {
	display: none;
}


@media only screen and (max-width: 768px) {
    #btn_guide_result_body_close {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 12px;
        top: 12px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #ECECEC;
    }

    .guide_nav .guide_step.current .btn_guide_step {
        border-bottom: 2px solid black;
    }

    html.noscroll,
    body.noscroll {
        height: 100vh;
    }

    #configurator {
        top: 0;
        height: 100vh;
        margin: unset;
    }

    .guide_wrapper {
        flex-direction: column;
        height: 100%;
        min-height: 100%;
    }

    .guide_workspace {
        padding: 16px 6px 0 16px;
        height: 100%;
        max-height: unset;
    }

    .guide_title {
        font-size: 24px;
    }

    .guide_nav {
        margin: 12px 0 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.16);
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .guide_nav span {
        display: none;
    }

    .guide_steps {
        height: calc(100% - 100px);
        overflow-y: scroll;
        padding: 16px 10px 76px 0;
    }

    .btn_guide_step {
        padding-bottom: 12px;
        margin-bottom: -1px;
        border-bottom: 2px solid rgba(0, 0, 0, 0);
    }

    .btn_guide_step:not(last-child) {
        margin-right: 16px;
    }

    .btn_guide_step.active {
        border-bottom: 2px solid rgba(0, 0, 0, 1);
        color: rgba(0, 0, 0, 1);
    }

    .guide_filter {
        margin: 16px 0 0;
        padding: 0 0 4px;
    }

    .guide_item {
        flex-wrap: wrap;
    }

    .guide_item_content {
        width: calc(100% - 112px);
        padding: 14px 14px 16px 14px;
    }

    .guide_item .input-block {
        margin-right: -112px;
    }

    .guide_item .input-block select {
        height: 44px;
        border-radius: 8px;
        font-size: 16px;
    }

    .guide_item_count {
        display: none;
    }

    .guide_item_count_mobile {
        display: block;
        width: 100%;
        padding: 0 14px 14px;
    }

    .guide_item_title,
    .guide_item_content h2 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .guide_item_photo {
        width: 112px;
        min-width: 112px;
        padding: 6px 6px 12px 8px;
        margin: 0;
    }

    .guide_item_photo>img {
        width: 96px;
        height: auto;
    }

    .btn_guide_number {
        border-radius: 8px;
        height: 44px;
    }

    .btn_add_to_kit {
        border-radius: 8px;
        margin-left: 12px;
        padding: 12px;
        width: 100%;
        line-height: 18px;
        height: 44px;
    }

    .btn_del_from_basket {
        border-radius: 8px;
        margin-left: 12px;
        width: 44px;
        height: 44px;
    }

    .guide_item.inbasket .inbasket_label {
        padding: 12px 24px;
    }

    #guide_result {
        width: 100%;
        position: relative;
        z-index: 21;
        background-color: unset;
    }

    .guide_result_body {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        max-height: 100vh;
        background: #fff;
        border-radius: 10px 10px 0 0;
        padding: 16px 6px 68px 16px;
        transform: translateY(100%);
        transition: all 0.33s ease-in-out;
    }
    #guide_result.active .guide_result_body {
		transform: translateY(0);
	}

	#guide_result_bg_close {
		display: block;
		z-index: -1;
		opacity: 0;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.1);
		transition: opacity 0.33s ease-in-out;
	}

	#guide_result_bg_close.active {
		z-index: 1;
		opacity: 1;
	}

	.guide_more_text {
		margin-right: 16px;
	}
    .guide_result_title {
        font-size: 18px;
    }

    .guide_result_nav {
        display: flex;
        pointer-events: none;
        padding: 6px 16px;
        z-index: 2;
/*        background-color: white;*/
    }

    .btn_guide_result_step {
        font-size: 16px;
        padding: 19px 5px;
        border-radius: 8px;
        pointer-events: all;
    }

    #btn_guide_show_result {
        width: 56px;
        min-width: 56px;
        height: 56px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        border-radius: 8px;
        background: white;
        margin-right: 12px;
        pointer-events: all;
        transition: background-color .33s, border-color .33s;
        z-index: 24;
        bottom: 10px;
        left: 16px;
        border: 2px solid #F1F3F2;
    }

    #guide_result.active #btn_guide_show_result {
        background-color: #f1f1f1;
        border-color: #F1F3F2;
    }

    #guide_result_count {
        display: none;
    }

    #guide_result_count.active {
        position: absolute;
        bottom: 7px;
        right: 7px;
        width: 18px;
        height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #318959;
        color: #fff;
        font-size: 12px;
        line-height: 12px;
        border: 2px solid #F1F1F1;
        border-radius: 50%;
        font-weight: 400;
    }

    #btn_guide_show_result.disable {
        opacity: 0.25;
        cursor: default;
    }

    .guide_item_photo>span>span {
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0.2;
    }

    .guide_item .number {
        padding: 12px;
        width: 114px;
        min-width: 114px;
    }

    .guide_item .number .number-minus,
    .guide_item .number .number-plus {
        min-width: 20px;
        width: 20px;
        height: 20px;
    }

    .guide_item .number input {
        padding: 0;
        width: 25px;
        margin: 0 10px;
        text-align: center;
    }

    .guide_result.active .guide_result_body {
        display: block;
        bottom: 0;
    }

    .guide_result.active .guide_result_nav {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
    }

    .guide_result.active #btn_guide_show_result {
        display: none;
    }

    .guide_result_list {
        overflow-y: scroll;
        height: 100%;
        max-height: calc(100vh - 180px);
        padding: 0 10px 60px 0;
    }

    .configurator_popup {
        height: auto;
        bottom: -50%;
        left: 0;
        right: 0;
        top: unset;
        margin: 0;
        display: block;
        transition: all 0.5s ease-in-out;
    }

    .configurator_popup.active {
        bottom: 0
    }

    .guide_popup_wrapper {
        border-radius: 10px 10px 0 0;
        border: none;
    }

    .guide_popup_title {
        font-size: 18px;
    }

    .guide_popup_navigation {
        flex-wrap: wrap;
    }

    .btn_guide_popup_primary,
    .btn_guide_popup_default {
        font-size: 14px;
        width: 100%;
        border-radius: 8px;
        padding: 12px;
        text-align: center;
    }

    .btn_guide_popup_primary {
        margin-bottom: 12px;
    }
}
.configurator_demo {
    padding: 100px 0;
}

.configurator_demo p {
    margin: 20px 0;
}



#guide_adapter {
    display: none;
    position: fixed;
    z-index: 10001;
    min-height: 100px;
    top: 0;
    width: 100%;
    height: 100%;
}

#guide_adapter.active {
    display: flex;
    align-items: start;
}

#modal_bg {
	display: none;
	z-index: -1;
}

.openGuide #modal_bg {
	display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
}


.guide_more_text {
    margin-top: 1em;
    color: #636367;
}

.guide_more_text p,
.guide_more_text ul,
.guide_more_text ol {
    padding-left: 28px;
    margin-bottom: 1em;
}

.guide_more_text ul,
.guide_more_text ol {
    margin-top: -.7em;
    list-style: initial;
    padding-left: 48px;
}

.guide_more_text p {
	position: relative;
}

.guide_more_text p:before {
	content: "";
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.8 19.8' xml:space='preserve'%3E%3Ccircle cx='9.9' cy='9.9' r='9' fill='none' stroke='%23000' stroke-width='1.76' stroke-miterlimit='10'/%3E%3Ccircle cx='9.9' cy='6' r='1.2'/%3E%3Cpath d='M11.4 12.8h-.7V9.4c0-.5-.4-.9-.9-.9H8.5c-.5 0-.9.4-.9.9s.4.9.9.9H9v2.5h-.7c-.5 0-.9.4-.9.9s.4.9.9.9h3.1c.5 0 .9-.4.9-.9s-.4-.9-.9-.9z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.5;
}


.guide_more_text a {
    color: #318959;
    text-decoration: none;
    border-bottom: 1px dashed #318959;
}

.guide_step .image_list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

#guide_adapter .img_wrap_golden {
	position: relative;
	height: 0;
	width: 100%;
	overflow: hidden;
	padding: 61.8% 0 0;
	margin-bottom: 10px;
}

#guide_adapter .img_wrap_golden img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}

#guide_adapter label.image_list_wrap:before {
	display: none;
}


#guide_adapter input[type=radio] {
    display: none;
}

.crossline {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 806.8 499.7' xml:space='preserve'%3E%3Cpath d='M1 1h804.8v497.7H1zm0 497.7L805.8 1M1 1l804.8 497.7' fill='none' stroke='%23231f20' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
/*	background-color: rgba(0, 0, 0, 0.03);*/
	background-color: #fff;
	background-size: 100%;
}

#guide_adapter label.img_list_label {
	padding: 0;
	width: 100%;
}

#guide_adapter label.img_list_label,
#guide_adapter label.img_list_label img,
#guide_adapter label.img_list_label .crossline {
	cursor: pointer;
}

#guide_adapter label:not(.img_list_label),
#guide_adapter label.img_list_label span {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 0;
    line-height: 18px;
    user-select: none;
    padding-bottom: 12px;
}

#guide_adapter label:not(.img_list_label):before,
#guide_adapter label.img_list_label span:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' xml:space='preserve'%3E%3Ccircle cx='8' cy='8' r='7.2' fill='none' stroke='%23000' stroke-width='1.521' stroke-miterlimit='10'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
#guide_adapter input[type=radio]:checked+label:before,
#guide_adapter input[type=radio]:checked+label.img_list_label span:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' xml:space='preserve'%3E%3Ccircle cx='8' cy='8' r='7.2' fill='none' stroke='%23000' stroke-width='1.521' stroke-miterlimit='10'/%3E%3Ccircle cx='8' cy='8' r='4.6'/%3E%3C/svg%3E");
}
#guide_adapter input[type=radio]:not(:checked):hover+label:before,
#guide_adapter input[type=radio]:not(:checked):hover+label span:before {
    opacity: .5;
}
#guide_adapter input[type=radio]:not(:checked):active+label:before,
#guide_adapter input[type=radio]:not(:checked):active+label.img_list_label span:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' xml:space='preserve'%3E%3Ccircle cx='8' cy='8' r='7.2' fill='none' stroke='%23000' stroke-width='1.521' stroke-miterlimit='10'/%3E%3Ccircle fill='%23777' cx='8' cy='8' r='4.6'/%3E%3C/svg%3E");
}

#guide_adapter input[type=radio]:disabled+label:before,
#guide_adapter input[type=radio]:disabled+label.img_list_label span:before {
    opacity: .25;
}

#guide_adapter .config_item_count label {
	padding-left: 0;
}

#guide_adapter .config_item_count label:before {
	display: none;
}

#guide_adapter .config_item_count .primary-btn {
	margin-left: 1em;
}

.guide_step {
    display: none;
}

.guide_step.active {
    display: block;
}

.guide_nav .guide_step.active {
    display: flex;
    align-items: center;
}

.guide_item_btns {
	display: flex;
}

.guide_step h3 {
    margin-bottom: 1em;
}

.guide_step ul {
	margin: .5em 0 1em;
}

.guide_step ul li {
	position: relative;
	padding: .25em 0 .25em 1.5em;
}
.guide_step ul li::after {
	content: "";
	position: absolute;
	top: .6em;
	left: 0;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ffdf36;
}


.guide_item_content{padding:14px 24px 14px 22px;position:relative;z-index:2;min-height: auto;}

.guide_item {
	background-color: #FFF;
	border-radius: 10px;
	position: relative;
	margin: 0 0 12px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #fff;
}

.guide_steps .guide_step .guide_item:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 576px) {
	.guide_step .image_list {
		text-align: center;
	}
	.guide_item_content{padding:14px 24px 14px 22px;position:relative;z-index:2;min-height: 240px;}
    #guide_adapter {
        left: 50%;
        transform: translateX(-50%);
        max-width: 1344px;
        height: unset;
    }
    .guide_steps .guide_step {
		padding-bottom: 48px;
	}
}

@media only screen and (max-width: 1150px) {
    .open-guide-photoadapter {
        margin: 0 0 34px 0;
        width: 100%;
    }
}