/*
Theme Name:Theme
Theme URI:
Description:
Version:1.0
Author:
Author:URI:
*/


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    scrollbar-width: thin;
    scrollbar-color: var(--main-hover) var(--white);
}

*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-corner {
    background: var(--white);
}

*::-webkit-scrollbar-thumb {
    background: var(--main-hover);
    border: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    font-optical-sizing: auto;
    color: var(--white);
    background: var(--main);
    background-repeat: no-repeat;
    background-position: 100% 164px;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    min-height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body:not(:root:root) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

a {
    color: var(--main);
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

a:hover {
    color: var(--main-hover);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 700;
}

h1,
h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 13px;
}

.container,
.wp-block-group__inner-container {
    max-width: 1310px;
    width: 100%;
    padding: 0 20px 0;
    margin-right: auto;
    margin-left: auto;
}

.container:before,
.container:after {
    /* display: table; */
    content: ' ';
    clear: both;
}

.hidden {
    display: none !important;
}

.vhidden {
    visibility: hidden;
}

.text-center,
.has-text-align-center {
    text-align: center !important;
}

.has-text-align-left {
    text-align: left !important;
}

.has-text-align-right {
    text-align: right !important;
}

.alignright {
    float: right;
    margin-left: 30px;
}

.alignleft {
    float: left;
    margin-right: 30px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

table.aligncenter {
    text-align: center;
    margin: 0 auto;
}

.aligncenter {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text_nowrap {
    white-space: nowrap;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_90 {
    margin-bottom: 90px;
}

.d_contents {
    display: contents;
}

iframe {
    border: 0;
    vertical-align: top;
}

hr {
    border: 0;
    border-top: 1px solid var(--light-gray);
}

.btn_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 26px;
}

.btn,
body a.btn,
.wp-block-button__link,
button.button,
[type='submit'] {
    background: var(--main-hover);
    color: var(--white);
    border: 1px solid var(--main-hover);
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 45px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: center;
    text-decoration: none !important;
    border-radius: 5px;
}

.btn:focus,
.btn:hover,
body a.btn:focus,
body a.btn:hover,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
button.button:focus,
button.button:hover,
[type='submit']:focus,
[type='submit']:hover {
    background: var(--main);
    color: var(--white);
    border-color: var(--main);
    outline: none !important;
}

.btn.btn_white,
.btn_white[type='submit'] {
    background: var(--white);
    color: var(--black);
    border-color: var(--white);
}

.btn.btn_white:focus,
.btn.btn_white:hover,
.btn_white[type='submit']:focus,
.btn_white[type='submit']:hover {
    background: var(--main);
    color: var(--white);
    border-color: var(--white);
}

.btn.btn_green,
.wpcf7-submit:focus,
.wpcf7-submit:hover {
    background: var(--green);
    color: var(--white);
    border-color: var(--green);
}

.btn.btn_green:focus,
.btn.btn_green:hover,
.wpcf7-submit {
    background: var(--green-hover);
    color: var(--white);
    border-color: var(--green-hover);
}

.btn.btn_green_light {
    background: var(--green-hover);
    color: var(--black);
    border-color: var(--green-hover);
}

.btn.btn_green_light:focus,
.btn.btn_green_light:hover {
    background: var(--green);
    color: var(--black);
    border-color: var(--green);
}

.btn.btn_blue {
    background: var(--blue);
    color: var(--black);
    border-color: var(--blue);
}

.btn.btn_blue:focus,
.btn.btn_blue:hover {
    background: var(--main-hover);
    color: var(--white);
    border-color: var(--main-hover);
}

.btn.btn_border {
    background: var(--white);
    color: var(--black);
    border-color: var(--black);
}

.btn.btn_border:focus,
.btn.btn_border:hover {
    background: var(--black);
    color: var(--white);
}

.btn.btn_border_blue {
    background: transparent;
    color: var(--blue);
    border-color: var(--blue);
}

.btn.btn_border_blue:focus,
.btn.btn_border_blue:hover {
    background: var(--blue);
    color: var(--main);
}

.btn.btn_border_main {
    background: transparent;
    color: var(--main-hover);
    border: 1px solid var(--main-hover) !important;
}

.btn.btn_border_main:focus,
.btn.btn_border_main:hover {
    background: var(--main);
    color: var(--white);
}

.btn.btn_border_green {
    background: transparent;
    color: var(--green-hover);
    border: 1px solid var(--green-hover) !important;
}

.btn.btn_border_green:focus,
.btn.btn_border_green:hover {
    background: var(--green);
    color: var(--white);
}

.btn.btn_big {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 9px 29px;
    margin: 0 auto;
    border-radius: 10px;
}

#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary>#wp-admin-bar-search #adminbarsearch input.adminbar-input {
    background: transparent !important;
}

#wp-admin-bar-easy-updates-manager-admin-bar {
    display: none !important;
}

input[type='text'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='password'],
textarea,
select {
    background-color: var(--bg);
    border: 1px solid var(--border);
    width: 100%;
    height: 41px;
    padding: 6px 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
    font-family: inherit;
    color: var(--black);
    border-radius: 10px;
}

input[type='text']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
    background-color: var(--white);
    border: 1px solid var(--gray);
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select {
    background-image: url(./img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%;
    background-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select:focus {
    color: var(--black);
}

textarea {
    height: 90px;
    vertical-align: top;
}

label {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
}

label .required {
    text-decoration: none;
}

input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

input[type="checkbox"]+span,
input[type="checkbox"]+label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.4;
}

input[type="checkbox"]+span:before,
input[type="checkbox"]+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: var(--bg) url(./img/checked.svg) no-repeat center;
    border-radius: 3px;
    border: 1px solid var(--border);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

input[type="checkbox"]:checked+span:before,
input[type="checkbox"]:checked+label:before {
    background: var(--bg) url(./img/checked-a.svg) no-repeat center;
}

::-moz-placeholder {
    color: var(--gray);
}

::-webkit-input-placeholder {
    color: var(--gray);
}

:-ms-input-placeholder {
    color: var(--gray);
}

::-ms-input-placeholder {
    color: var(--gray);
}

::placeholder {
    color: var(--gray);
}

fieldset {
    margin-bottom: 27px;
    padding: 20px 20px 10px;
    border-color: var(--white);
}

mark {
    background: var(--yellow);
    padding: 0 5px;
}

.fancybox-content {
    padding: 30px 35px;
    border-radius: 5px;
}

.fancybox-content h2,
.fancybox-content p {
    margin-bottom: 20px;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border: rgba(var(--rgba-main), 0.6) !important;
}

.wpcf7 form h2 {
    text-transform: uppercase;
    margin-bottom: 18px;
}

.wpcf7 form h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 70px;
}

.wpcf7 form p:first-of-type {
    margin-top: 70px;
}

.wpcf7 form p {
    margin-bottom: 28px;
}

.wpcf7 form p:last-of-type {
    margin-bottom: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 5px;
}

.wpcf7-spinner {
    display: none !important;
}

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

.wpcf7-acceptance .wpcf7-list-item label {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: var(--dark-super);
    cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item label a {
    color: var(--dark-super);
    text-decoration: underline;
    border: 0;
}

.wpcf7-acceptance .wpcf7-list-item label a:hover {
    text-decoration: none;
}

.wpcf7-acceptance .wpcf7-list-item label .acceptance {
    margin-right: 5px;
}

.wpcf7-acceptance.optional .wpcf7-list-item label,
.wpcf7-acceptance.optional .wpcf7-list-item label .acceptance {
    margin: 0;
}

.wpcf7-acceptance.optional .wpcf7-list-item-label {
    padding: 0;
}

.wpcf7-acceptance.optional .wpcf7-list-item-label::before {
    display: none;
}

.popup_form {
    --fancybox-color: var(--main);
    --carousel-button-svg-width: 30px;
    --carousel-button-svg-height: 30px;
    --carousel-button-svg-filter: none;
    --carousel-button-svg-stroke-width: 1.3;
    color: var(--main);
    display: none;
    width: 100%;
    max-width: 685px;
    background: var(--blue);
    padding: 46px 66px 66px;
    border-radius: 30px;
}

.popup_form.fancybox__content>.carousel__button.is-close {
    top: 20px;
    right: 20px;
}

.popup_form .wpcf7-submit {
    width: 100%;
    height: 50px;
    color: var(--main);
}

body .amoforms .amoforms_theme-container form {
    padding: 15px 20px 25px !important;
}

body .amoforms #submit_form .amoforms__fields__row__inner__name,
body .amoforms #submit_form .amoforms__fields__row__inner__control,
body .amoforms #submit_form .amoforms__fields__row__inner__control input,
body .amoforms #submit_form .amoforms__fields__row__submit {
    font-family: inherit !important;
}

.amoforms .amoforms__fields__view {
    max-width: 100% !important;
}

.amoforms .amoforms__fields__container {
    background: none !important;
    border: 0 !important;
    font-family: inherit !important;
    padding: 0 !important;
    margin: 0 !important;
}

.amoforms .amoforms__fields__row__inner {
    border: 0 !important;
}

.amoforms__fields__row__inner__control {
    margin-bottom: 20px !important;
}

.amoforms .amoforms__fields__row__inner__control p.error-required,
.amoforms .amoforms__fields__row__inner__control p.error {
    color: var(--red) !important;
    font-style: normal !important;
    padding: 3px 0 0 0 !important;
}

.amoforms .amoforms__fields__row-submit {
    margin: 0 !important;
}

body .amoforms #submit_form .amoforms_submit_button {
    background: var(--main) !important;
    color: var(--white) !important;
    border: 1px solid var(--main) !important;
    font-size: 16px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 12px 33px !important;
    border-radius: 22px !important;
    -webkit-border-radius: 22px !important;
    -moz-border-radius: 22px !important;
    -ms-border-radius: 22px !important;
    -o-border-radius: 22px !important;
}

body .amoforms #submit_form .amoforms_submit_button:hover,
body .amoforms #submit_form .amoforms_submit_button:focus {
    background: var(--main-hover) !important;
}

body.admin-bar .header {
    top: 32px;
}

.header {
    background: var(--main);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.header:not(:root:root) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header_top {
    width: 100%;
    padding: 5px 0 2px;
}

.header_top .header_top_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 555px;
    margin-left: auto;
}

.header_top a {
    color: var(--super-light-gray);
    font-size: 15px;
}

.header_top a:hover {
    color: var(--blue);
}

.header_top svg {
    margin-right: 10px;
    position: relative;
    top: 1px;
    color: var(--white) !important;
}

.header_top ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 340px;
    font-size: 14px;
}

.header_top ul a {
    font-size: 14px;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
}

.sticky *,
#header_top a {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.sticky+.main {
    padding-top: 140px;
}

.sticky .header_top {
    height: 26px;
    -webkit-transition: 0.5s height ease;
    -o-transition: 0.5s height ease;
    transition: 0.5s height ease;
}

.sticky .header_bottom {
    padding: 10px 0;
}

.header_bottom {
    border-top: 1px solid var(--super-light-gray);
    border-bottom: 1px solid var(--super-light-gray);
    width: 100%;
    padding: 19px 0;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.5s padding ease;
    -o-transition: 0.5s padding ease;
    transition: 0.5s padding ease;
}

.header_bottom_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 18px;
    position: relative;
}

.header_bottom_block .btn {
    padding-left: 14px;
    padding-right: 14px;
    white-space: nowrap;
}

.header_bottom .btn_white {
    width: 100%;
    max-width: 166px;
}

.header_bottom .logo img {
    min-width: 132px;
}

.header_bottom .search {
    width: 100%;
    max-width: 580px;
}

.search_form {
    position: relative;
}

.search_form .btn_search {
    position: absolute;
    right: 0;
    top: 0;
}

.search_form .btn_search button {
    background: none;
    cursor: pointer;
    height: 40px;
    padding: 0 18px;
    border: 0;
    color: var(--black);
}

.search_form .btn_search svg {
    width: 20px;
    height: 20px;
}

/* .menu-mobile {
    display: none;
} */

.menu_catalog .btn_catalog::before {
    content: '';
    background: url(./img/catalog.svg) no-repeat center / contain;
    width: 16px;
    height: 14px;
    margin-left: 2px;
    margin-right: 16px;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
}

.menu_catalog.show .btn_catalog::before {
    background: url(./img/close.svg) no-repeat center / contain;
}

.menu_catalog .triangle {
    position: relative;
}

.menu_catalog.show .triangle::after,
.menu_catalog.show .cont {
    opacity: 1;
    pointer-events: all;
}

.menu_catalog .triangle::after,
.menu_catalog .cont {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.menu_catalog .triangle::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 25px solid var(--white);
    opacity: 0;
    pointer-events: none;
}

.menu_catalog .cont {
    width: 100%;
    max-width: 1040px;
    font-size: 15px;
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    top: calc(100% + 24px);
    left: 0;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
}

.menu_catalog .top {
    padding: 43px 55px;
}

.menu_catalog .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 22px;
}

.menu_catalog .menu>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 216px;
    flex: 1 0 216px;
}

.menu_catalog .menu a:hover,
.menu_catalog .menu .current_page_item>a,
.menu_catalog .menu .current-menu-item>a {
    color: var(--main-hover) !important;
}

.menu_catalog .menu>li>ul {

    padding-top: 21px;
}

.menu_catalog .menu>li>a {
    color: var(--black);
    font-weight: 700;
}

.menu_catalog .menu>li>ul li {
    padding-bottom: 8px;
}

.menu_catalog .menu>li>ul a {
    color: var(--dark-super);
    font-weight: 400;
}

.menu_catalog .menu>li>ul ul {
    display: none;
}

.menu_catalog .garanty,
.menu_catalog .delivery,
.menu_catalog .contacts {
    display: none;
}

.menu_catalog .bottom {
    background: var(--bg);
    color: var(--black);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    padding: 25px 55px;
}

.menu_catalog .bottom .btn {
    font-weight: 500;
}

.breadcrumbs {
    font-size: 14px;
    line-height: 1.5;
    color: var(--white);
    padding: 0 0 26px;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs a.current-item {
    text-decoration: none;
    color: var(--white);
}

.breadcrumbs a:hover,
.breadcrumbs a.current-item:hover {
    text-decoration: none;
    color: var(--main-hover);
}

.breadcrumbs b {
    display: inline-block;
    margin: 0 10px;
    line-height: 0;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.main {
    padding-top: 34px;
    overflow: hidden;
}

.main:not(:root:root) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    z-index: 1;
}

.aside_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.searchandfilter>ul {
    margin-bottom: 4px;
}

.searchandfilter>ul li {
    padding: 7px 0;
}

/* .searchandfilter * {
    font-size: 14px !important;
} */

.searchandfilter h4 {
    font-size: 14px;
    padding: 0 0 10px;
    font-weight: 400;
    color: var(--main-hover);
}

.searchandfilter [data-sf-field-input-type="radio"] ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
}

.searchandfilter [data-sf-field-input-type="radio"] ul li {
    padding-top: 0;
}

.searchandfilter [data-sf-field-input-type="radio"] ul li label:hover {
    color: var(--main-hover);
}

.searchandfilter [data-sf-field-input-type="radio"] ul li.sf-option-active label {
    color: var(--main-hover);
    text-decoration: underline;
    pointer-events: none
}

.searchandfilter [data-sf-field-input-type="radio"] ul .sf-input-radio {
    display: none;
}

.searchandfilter [data-sf-field-input-type="radio"] ul .sf-input-radio+label {
    padding-left: 0;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.searchandfilter li[data-sf-field-input-type="checkbox"]>ul {
    max-height: 200px;
    overflow: auto;
}

.searchandfilter li[data-sf-field-input-type="checkbox"] label {
    font-size: 14px;
    padding-left: 28px;
}

.searchandfilter li[data-sf-field-input-type="checkbox"] label::before {
    top: 1px;
}

.sf-show-more {
    font-size: 12px;
    color: var(--main);
    padding: 8px 0 4px;
    display: inline-block;
}

.searchandfilter input::-webkit-outer-spin-button,
.searchandfilter input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.searchandfilter input[type='number'] {
    height: 28px;
    max-width: none;
    padding: 2px 8px;
    border-radius: 5px;
    -webkit-appearance: textfield;
    appearance: textfield;
    -moz-appearance: textfield;
}

.searchandfilter .sf-meta-range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.searchandfilter .sf-meta-range label {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.searchandfilter .sf-range-values-seperator {
    min-width: 17px;
    height: 1px;
    background: var(--black);
}

.searchandfilter [data-sf-field-input-type='select']>label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.searchandfilter [data-sf-field-input-type='select']>label select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: var(--white);
    background-image: url(./img/arrow-up.svg) !important;
    background-repeat: no-repeat !important;
    background-position-x: calc(100% - 12px) !important;
    background-position-y: 17px !important;
}

.searchandfilter [data-sf-field-input-type='select']>label select:focus {
    background: var(--black);
}

.searchandfilter .flex {
    gap: 10px;
}

.searchandfilter .flex li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.searchandfilter [type="submit"],
.searchandfilter .search-filter-reset {
    padding: 0;
    height: 32px;
    width: 100%;
    border-radius: 5px;
}

.searchandfilter .search-filter-reset {
    background: var(--white);
    border-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.searchandfilter .search-filter-reset:hover {
    background: var(--main);
    color: var(--white);
}

.searchandfilter [value="refurbished"]+label {
    width: 24px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

body>.select2-container {
    font-size: 14px;
}

body.admin-bar>.select2-container {
    margin-top: 32px;
}

body>.select2-container .select2-dropdown {
    z-index: 1;
}

.select2-container *:not(b) {
    background: var(--bg);
    color: var(--black) !important;
    border-color: var(--border) !important;
    font-size: 14px;
    overflow: hidden;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--main-hover) !important;
    color: var(--white) !important;
}

.select2-container .select2-selection--single {
    height: 28px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px !important;
    width: 26px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--main) transparent transparent !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--main) !important;
}

.aside_cont .aside {
    width: calc(20% - 26px);
}

.aside_cont .content {
    width: 80%;
    margin-left: auto;
}

.aside_left {
    background: var(--white);
    color: var(--black);
    padding: 14px 20px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.aside_left h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.aside_left .menu {
    list-style: none;
    margin: 0 0 13px;
}

.aside_left .menu li {
    margin: 13px 0 0;
    position: relative;
}

.aside_left .menu li a {
    display: block;
}

.aside_left .menu li.menu-item-has-children>a {
    margin-right: 25px;
}

.aside_left .menu li.menu-item-has-children>.arrow {
    -webkit-mask: url(./img/arrow-down.svg) no-repeat center / 16px;
    mask: url(./img/arrow-down.svg) no-repeat center / 16px;
    background-color: var(--main);
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.aside_left .menu ul li.menu-item-has-children>.arrow {
    top: -2px;
}

.aside_left .menu li.menu-item-has-children.active>.arrow {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.aside_left .menu .sub-menu {
    list-style: none;
    padding-left: 9px;
    font-size: 14px;
}

.aside_left .menu .sub-menu li {
    margin-top: 10px;
}

.aside_left .menu .sub-menu li:first-of-type {
    margin-top: 0;
}

.aside_left .menu .sub-menu {
    margin-top: 16px;
    margin-bottom: 16px;
}

.aside_left ul.menu>li>a {
    color: var(--main-hover);
}

.aside_left .menu-item-has-children>ul {
    display: none;
}

.map_cont .content h4 {
    margin-bottom: 15px;
}

.map_cont .content ul {
    list-style: none;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    margin: 0;
    padding-left: 0;
}

.map_cont .content ul.children {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    margin: 0;
    padding: 0;
}

.map_cont .content ul.children>li:last-child {
    padding-bottom: 0;
}

.map_cont .content ul.children>li:first-child {
    padding-top: 20px;
}

.map_cont .content ul li {
    -moz-column-break-inside: avoid;
}

.map_cont .content ul li::before {
    display: none;
}

.error_404 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 30px 0 52px;
    border: 1px solid var(--super-light-gray);
    border-radius: 80px;
    margin-bottom: 34px;
}

.error_404 h1 {
    font-size: 150px;
    color: var(--blue);
    margin-bottom: 0;
}

.error_404 h2 {
    font-size: 44px;
    color: var(--blue);
}

.error_404 p {
    line-height: 1.7;
}

.content_bg {
    background-color: var(--white);
    color: var(--black);
    padding: 34px;
    margin-bottom: 36px;
    border-radius: 50px;
}

.content:not(.content_bg) .wp-block-column .wp-block-image {
    padding-top: 10px;
    margin-bottom: 40px;
}

.btn_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 17px;
}

.btn_flex::before,
.btn_flex::after {
    display: none;
}

.btn_flex .btn_group {
    gap: 22px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: -4px;
}

.btn_flex .btn_group .btn {
    padding: 8px 18px;
}

.content p {
    margin-bottom: 30px;
    line-height: 1.5;
    overflow: hidden;
}

.content a {
    color: var(--green);
}

.content a:hover {
    color: var(--green-hover);
}

.content_bg a {
    color: var(--blue-hover);
}

.content_bg a:hover {
    color: var(--main-hover);
}

.content ul,
.content ol {
    margin-top: -5px;
    margin-left: 15px;
    padding: 0 0 34px 16px;
}

.content ul li,
.content ol li {
    padding: 3px 0;
}

.content ul li:first-child,
.content ol li:first-child {
    padding-top: 0;
}

.content ul li:last-child,
.content ol li:last-child {
    padding-bottom: 0;
}

.content ul {
    list-style: none;
}

.content ol li {
    padding: 6px 0;
}

.content ul li::before {
    content: '\2022';
    color: var(--white);
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    width: 15px;
    margin-left: -15px;
    position: relative;
    top: 4px;
}

.content_bg ul li::before {
    color: var(--black);
}

.related_posts .title {
    font-size: 25px;
    margin-bottom: 32px;
}

.single-post .h1,
.single-post h1 {
    font-size: 35px;
    margin-bottom: 35px;
}

.single-post .content {
    color: var(--black);
    font-size: 20px;
}

.single-post .content .h2,
.single-post .content h2 {
    font-size: 36px;
    line-height: 1.2;
}

.single-post .content .h3,
.single-post .content h3 {
    font-size: 30px;
}

.single-post .content .h4,
.single-post .content h4 {
    font-size: 26px;
}

.single-post .content p {
    margin-bottom: 40px;
}

.single-post .content ul,
.single-post .content ol {
    padding-top: 20px;
}

.single-post .wp-block-heading {
    color: var(--black);
    font-weight: 400;
    margin-bottom: 42px;
}

.single-post .wp-block-image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    margin-bottom: 60px;
}

html .simpletoc-title {
    color: var(--blue-hover);
    font-size: 20px !important;
    font-weight: 400;
    margin-top: 47px;
    margin-bottom: 10px;
}

html .simpletoc-list ul {
    margin-bottom: 0;
    padding-bottom: 0;
}

html .simpletoc-list li {
    position: relative;
    padding: 0;
}

html .simpletoc-list li:before {
    color: var(--blue-hover);
    top: 1px;
    position: absolute;
}

html .simpletoc-list a {
    text-decoration: underline;
    margin-bottom: 10px;
    display: block;
}

html .simpletoc-list a:hover {
    text-decoration: none;
}

.meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
    color: var(--black);
}

.meta .date {
    margin-right: auto;
}

.meta .author {
    font-weight: 300;
    margin-right: 28px;
}

.meta .view {
    font-size: 14px;
    display: contents;
}

.meta .view svg {
    margin-right: 5px;
}

.content_bg .meta {
    margin-top: 116px;
}

.content_bg .meta .date {
    font-weight: 300;
}

.tooltip_block {
    position: relative;
}

.tooltip_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: 4px;
    vertical-align: super;
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: var(--main);
    color: var(--white);
    cursor: pointer;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.tooltip_white {
    background: var(--white);
    color: var(--gray);
    border: 1px solid var(--bg);
}

.tooltip_content {
    background: var(--white);
    color: var(--black);
    bottom: calc(100% + 10px);
    left: -105px;
    position: absolute;
    -webkit-box-shadow: 0 20px 30px rgba(var(--rgba-black), 0.4);
    box-shadow: 0 20px 30px rgba(var(--rgba-black), 0.4);
    border-radius: 0;
    padding: 20px;
    font-size: 12px;
    width: 230px;
    line-height: 1.4;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.tooltip_content p {
    margin: 0;
    padding: 0;
}

.tooltip_content a {
    color: var(--main);
}

.tooltip_content a:hover {
    color: var(--main-hover);
}

.tooltip_content::after {
    content: '';
    border: 8px solid transparent;
    border-top: 8px solid var(--white);
    position: absolute;
    bottom: -16px;
    margin: auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
}

.tooltip_content .tooltip_сlose {
    color: var(--main);
    font-size: 14px;
    position: absolute;
    top: 3px;
    right: 6px;
    cursor: pointer;
}

html .tooltipster-sidetip .tooltipster-content {
    background: var(--light-gray);
    color: var(--black);
}

.block_text_button .btn {
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
}

.block_text_button .col> :last-child {
    margin-bottom: 0;
}

.block_text_button .inner {
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.10);
    background: var(--white);
    padding: 37px 78px 26px 60px;
    margin-bottom: 20px;

    color: var(--black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.block_text_button .block_title {
    color: var(--black);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 23px;
}

.block_text_button .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block_text_button .row .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
}

.block_text_button .row .col_auto a {
    display: inline-block;
}

.block_text_button .row .col_auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 24px;
    text-align: center;
}

.block_features path {
    stroke: var(--main);
}

.block_features circle {
    fill: var(--main);
}


.block_features .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block_features {
    margin-bottom: 30px;
}

.block_features .row .title {
    position: relative;
    color: var(--main);
    margin-bottom: 12px;
}

.block_features .row .arrow svg {
    width: calc(100% + 38px);
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
}

.block_features .row .arrow {
    position: relative;
    display: block;
    width: 100%;
}

.block_features .row .title_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 19.2px;
    margin-bottom: 2px;

}

.block_features .row .text,
.block_features .row .title_text {
    max-width: 70%;
    display: block;
}

.block_features .row .left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block_features .row .right {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}


.block_features .item {
    color: var(--black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    margin-bottom: 20px;
}

.cons_fixed {
    z-index: 100;
    position: fixed;
    left: 0;
    top: 212px;
    width: 126px;
    background: var(--green);
    padding: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0 20px 20px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: var(--white) !important;
}

.cons_fixed:hover {
    background: var(--green-hover);
}

.cons_fixed .icon {
    margin-bottom: 6px;
    -webkit-animation: coccoc-alo-circle-img-anim 3s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 3s infinite ease-in-out;
}

.cons_fixed .icon path {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.cons_fixed:hover .icon path {
    fill: var(--white);
}

.badges {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 22px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
}

.badges .badge {
    color: var(--black);
    background: var(--super-light-gray);
    border-radius: 3px;
    padding: 3px 7px 2px;
    font-size: 11px;
    line-height: 1.4;
}

.badges .badge:first-child {
    margin-right: auto;
}

.badges .badge.badge-discontinued {
    background: var(--red);
    color: var(--white);
}

.badges .badge.badge-condition {
    background: var(--green-hover);
}

.tax_category {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 26px;
}

.tax_category a {
    display: inline-block;
    padding: 6px 13px;
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 5px;
}

.tax_category a:hover {
    border: 1px solid var(--green-hover);
}

.archive_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.archive_post article {
    width: calc(100% / 4);
    padding: 0 8px;
    margin-bottom: 30px;
}

.archive_post.col_5 article {
    width: calc(100% / 5);
}

.archive_post article .bigimage {
    text-decoration: none;
    border: none;
}

.archive_post article>div .description {
    margin-bottom: 11px;
    color: var(--black);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.archive_post article>div .description> :last-child {
    margin-bottom: 0;
}

.archive_post article>div,
.archive_post article>div>div.left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.archive_post article>div {
    background: var(--white);
    padding: 24px 14px 30px;
    border-radius: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.archive_post article>div:hover {
    background: var(--super-light-gray);
}

.archive_post article>div .title {
    position: relative;
    margin-bottom: auto;
}

.archive_post article>div h2,
.archive_post article>div h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.archive_post article>div .title a,
.archive_post article>div .image a {
    border: 0;
    color: var(--black);
}

.archive_post article>div .title a:hover {
    color: var(--main-hover);
}

.archive_post article.discontinued>div .image {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: matrix(1, 0.01, -0.01, 1, 0, 0);
    -ms-transform: matrix(1, 0.01, -0.01, 1, 0, 0);
    transform: matrix(1, 0.01, -0.01, 1, 0, 0);
}

.archive_post article>div .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 160px;
    overflow: hidden;
}

.archive_post article>div .image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.archive_post article>div .image a:hover {
    opacity: 0.6;
}

.archive_post article>div .image img {
    max-height: 160px;
    width: auto;
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
}

.archive_post article>div .image .no_image {
    height: 116px;
    margin: 0 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    zoom: .88;
}

.archive_post article>div p {
    color: var(--gray);
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.archive_post article>div .price {
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.archive_post article>div .price s {
    color: var(--gray);
    margin-left: 10px;
}

.archive_post article>div .price b .archive_post article>div .price s {
    margin: 0 5px;
}

.archive_post article>div .btn:not(.btn_big) {
    width: 100%;
    padding: 4px 15px;
}

.archive_post article>div .btn_border {
    margin-top: 22px;
}

.archive_post article>div .btn_border_main {
    margin-top: 7px;
}

.archive_post article>div .btn.btn_border_main[href="#"] {
    pointer-events: none;
    opacity: 0;
}

.additional_products h2 {
    font-size: 25px;
    font-weight: 400;
}

.product_title {
    font-size: 35px;
}

.product_content {
    background: var(--white);
    color: var(--black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 36px 24px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.product_content .btn {
    padding-left: 22px;
    padding-right: 22px;
}

.product_image {
    width: 30%;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.single-configuration .product_image {
    width: 45%;
}

.product_image a img {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
}

html .product_image,
html .archive_post article>div {
    position: relative;
}

.product_image .images,
.product_slider_for {
    border: 1px solid var(--gray);
    border-radius: 20px;
    overflow: hidden;
}

.product_slider_for .slick-slide a {
    background: var(--white);
    height: 344px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product_slider_nav {
    overflow: hidden;
}

.product_slider_nav .slick-list {
    margin-right: -7px;
}

.product_slider_nav .slick-slide {
    margin-right: 10px;
    background: var(--white);
    height: 108px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.product_slider_nav .slick-slide::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid var(--light-gray);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.product_slider_nav .slick-slide.slick-current::before {
    border-color: var(--main);
}

.product_slider_for .slick-slide img,
.product_slider_nav .slick-slide img {
    width: auto;
    margin: auto;
}

.product_slider_src {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0 !important;
    overflow: hidden;
    height: 250px;
    background: var(--white);
}

.product_image .badges .badge-condition {
    font-size: 16px;
    background: var(--white);
    border: 1px solid var(--green-hover);
    padding-left: 12px;
    padding-right: 12px;
}

.configurator_link {
    background: var(--bg);
    padding: 20px 28px 15px;
    margin: 25px 0;
    border-radius: 20px;
}

.configurator_link p {
    font-size: 15px;
    margin-bottom: 0;
}

.configurator_link b {
    font-size: 20px;
    font-weight: 500;
    display: block;
}

.configurator_link .btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 500;
    margin-top: -7px;
    margin-left: auto;
}

.product_info {
    width: calc(70% - 58px);
    margin-left: auto;
}

.single-configuration .product_info {
    width: calc(55% - 50px);
}

.product_info .badges_product .badge {
    font-size: 15px;
    text-align: right;
    margin-bottom: -17px;
}

.product_info .badges_product .badge::before {
    content: '•';
    font-size: 35px;
    margin-right: 2px;
    line-height: 0;
    position: relative;
    top: 7px;
}

.product_info .badges_product .badge-in-stock::before {
    color: var(--green);
}

.product_info .badges_product .badge-discontinued::before {
    color: var(--red);
}

.product_info .left {
    max-width: 460px;
}

.product_info .price {
    font-size: 24px;
    margin-bottom: 30px;
}

.product_info .price p {
    font-size: 20px;
    margin-bottom: 0;
}

.product_info .price b {
    font-size: 40px;
}

.product_info .price b span {
    font-size: 24px;
}

.product_info .price s {
    color: var(--gray);
    margin-left: 20px;
}

.product_info .short_descr {
    font-size: 18px;
    line-height: 1.5;
    color: var(--dark-super);
    margin: -25px 0 17px;
}

.product_info .short_descr a {
    color: var(--dark-super);
}

.product_info .short_descr a:hover {
    color: var(--main);
}

.single-configuration .product_info .short_descr {
    font-size: inherit;
    max-width: 380px;
}

.product_info .link a {
    color: var(--dark-light);
}

.product_info .link a:hover {
    color: var(--main-hover);
}

.spec_link {
    display: none;
}

.product_info .link>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px;
}

.product_info .link svg {
    margin-right: 15px;
}

.product_info .btn_group {
    gap: 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 38px;
}

.product_info .price b+p.price__title {
    margin-top: 14px
}

.product_info .price p.price__title {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    color: var(--main);
    margin-top: 8px;
}

.product_preim {
    color: var(--dark-light);
    width: 100%;
    max-width: 788px;
}

.single-product .product_preim {
    margin: 40px 0 15px auto;
    width: 30%;
}

.single-configuration .product_preim table {
    width: 100%;
}

.single-configuration .product_preim tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.product_preim td {
    vertical-align: top;
    min-width: 16px;
    padding-bottom: 7px;
}

.product_preim td:first-child img {
    margin: 3px 4px 0 0;
}

.product_specs {
    margin-bottom: 14px;
}

.product_specs h2 {
    font-size: 24px;
    margin-bottom: 22px;
}

.product_specs a {
    color: var(--main-hover);
}

.product_specs a:hover {
    color: var(--blue);
}

.specifications {
    font-size: 15px;
}

.specifications table {
    border-collapse: collapse;
    max-width: 634px;
}

.specifications tr:nth-child(odd) {
    background: var(--bg);
}

.specifications td {
    padding: 3px 15px;
    border-radius: 5px 0 0 5px;
}

.specifications td:last-child {
    text-align: right;
    border-radius: 0 5px 5px 0;
}

.specifications b {
    font-weight: 400;
}

.config_aside {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.config_aside .left {
    width: 71%;
}

.config_aside .right {
    width: calc(29% - 32px);
    margin-bottom: 30px;
}

.config_price_sticky {
    background: var(--white);
    color: var(--black);
    border-radius: 20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    overflow: hidden;
}

.config_price_param {
    padding: 16px;
}

.config_price_param h2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.config_price_text h3 {
    color: var(--main-hover);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}

.config_price_text p {
    margin-bottom: 10px;
}

.config_price_btn {
    background: var(--super-light-gray);
    padding: 13px 16px 18px;
    font-size: 12px;
}

.config_price_btn .price_base {
    margin-bottom: 14px;
}

.config_price_btn .price_base small {
    font-size: 15px;
}

.config_price_btn .price_base b {
    font-size: 30px;
    margin-left: 8px;
    margin-right: 15px;
}

.config_price_btn .price_base>span {
    white-space: nowrap;
}

.config_price_btn .btn {
    padding: 5px;
}

.config_price_btn .btn_border_main {
    margin-top: 6px;
}

.product_configuration {
    width: 100%;
    max-width: 786px;
}

#power-div .conf_wrap_group select {
    margin-left: -45px;
    width: calc(100% + 45px);
}

#power-div .btn_add {
    display: none !important;
}

.btn_plus_hide {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.conf_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.conf_wrap_text {
    width: calc(40% - 16px);
    margin-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.conf_wrap_text p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.conf_wrap_text p img {
    width: 40px;
    margin-right: 20px;
}

.conf_wrap_text .tooltip_btn {
    top: 0;
}

.conf_wrap_select {
    width: calc(90% - 20px);
    margin-left: auto;
}

.conf_wrap_label {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 8px;
    position: relative;
}

.conf_wrap_label b {
    font-weight: 400;
}

.conf_wrap_label .tooltip_block {
    margin-left: 10px;
    position: absolute;
    top: -7px;
}

.conf_wrap_group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conf_wrap_group select {
    width: calc(100% - 110px);
    height: 32px;
    padding-right: 30px !important;
    margin-right: 0;
    border-color: var(--bg);
    border-radius: 5px;
}

.configurator__form {
    padding-top: 15px;
}

.configurator__field-count {
    width: 109px;
    position: relative;
    padding-left: 29px;
}

.configurator__dots {
    position: absolute;
    left: 10px;
    top: calc(50% - 12px);
    font-size: 20px;
}

.configurator__field-count>span {
    position: absolute;
    top: 100%;
    right: 0;
    text-align: right;
    width: 120px;
    opacity: 0;
    font-size: 13px;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

.configurator__field-input-count {
    position: relative;
}

.configurator__field-input-count input {
    background: var(--bg);
    border-color: var(--bg);
    border-radius: 5px;
    height: 32px;
}

.configurator__field-input-count input[type='number']::-webkit-outer-spin-button,
.configurator__field-input-count input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    margin: 0;
}

.configurator__field-input-count input[type='number'] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.configurator__field-input-count span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    right: 0;
    height: 16px;
    padding: 5px 8px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.configurator__field-input-count>span:hover {
    color: var(--main);
    cursor: pointer;
}

.configurator__field-input-count .configurator__field-change--inc {
    top: 0;
}

.configurator__field-input-count .configurator__field-change--dec {
    bottom: 0;
}

.model_title small,
.configure_title small {
    text-transform: uppercase;
}

.accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 16px;
}

.accordion__summary {
    width: 10%;
    min-width: 80px;
    max-height: 55px;
    background: var(--bg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    padding: 7px;
}

.accordion__summary p {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accordion__summary p b {
    font-weight: 400;
}

.accordion__summary p img {
    width: 40px;
    margin-right: 20px;
}

.accordion__summary .tooltip_block {
    margin: 0 17px 0 auto;
    position: relative;
    top: -1px;
    z-index: 1;
}

.configurator__field-groups {
    width: 100%;
}

.configurator__field-group,
.configurator__field-width-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.configurator__field-group:not(.data-is-active) {
    display: none;
}

.with_btn_add>div {
    width: calc(100% - 45px);
    margin-top: 15px;
    margin-left: auto;
}

.with_btn_add>div:first-of-type {
    margin-top: 0;
}

.btn_add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--bg);
    background: var(--bg);
    color: var(--black) !important;
    font-size: 22px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
}

.btn_add:hover {
    background: var(--white);
}

.btn_add.minus {
    position: absolute;
    top: 46px;
    z-index: 1;
    display: none;
}

.description_block {
    margin-bottom: 90px;
}

.description_cont {
    padding-top: 60px;
    padding-bottom: 20px;
}

.tax-model .description_cont {
    padding-top: 20px;
}

.descr_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2em;
}

.descr_column>span {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.descr_row:first-child {
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%;
}

.descr_row:last-child {
    -ms-flex-preferred-size: 71%;
    flex-basis: 71%;
}

nav.pagination {
    margin: 10px 0 42px;
}

nav.pagination .nav-links {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

nav.pagination .nav-links li {
    padding: 0;
}

nav.pagination .prev,
nav.pagination .next,
nav.pagination .page-numbers {
    margin-right: 12px;
    text-align: center;
    border: 1px solid var(--white);
    color: var(--white);
    font-size: 14px;
    border-radius: 5px;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

nav.pagination .page-numbers:not(.dots):hover,
nav.pagination span.current {
    background: var(--white);
    color: var(--black);
}

nav.pagination .prev svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.load-more-btn__wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.load-more-btn__wrapper .btn {
    display: inline-block;
}

.load-more-btn__wrapper .btn[disabled] {
    opacity: 0.8;
    cursor: not-allowed;
    pointer-events: none;
}

iframe[src*="https://yandex.ru/"] {
    width: 100%;
    border-radius: 30px;
}

.back_top {
    position: fixed;
    right: 3%;
    bottom: 5%;
    cursor: pointer;
    color: var(--green);
    width: 40px;
    height: 40px;
    display: none;
    z-index: 10;
}

.back_top:hover {
    color: var(--green-hover);
}

footer {
    color: var(--white);
    z-index: 1;
}

footer:not(:root:root) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.footer_first {
    background: var(--white);
    padding: 40px 0 0;
    border-radius: 20px 20px 0 0;
}

.footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer_menu_block {
    margin: 0 auto 30px;
    padding-right: 15px;
}

.footer_menu_block:first-child {
    margin-left: 0;
}

.footer_menu_block:last-child {
    margin-left: auto;
    padding-right: 0;
}

.footer_menu ul {
    list-style: none;
}

.footer_menu ul li,
.footer_menu_block p {
    padding: 12px 0;
}

.footer_menu_block p {
    white-space: nowrap;
    color: var(--black);
}

.footer_menu_block p svg {
    margin-right: 7px;
    position: relative;
    top: 1px;
}

.footer_menu_block .btn {
    margin-top: 8px;
}

.footer_menu_block .logo {
    padding: 12px 0;
}

.footer_second {
    background: var(--black);
    font-size: 15px;
    padding: 16px 0;
    text-align: center;
}

.privacy {
    padding-top: 15px;
    padding-bottom: 15px;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.privacy p {
    color: var(--black);
    font-size: 12px;
}

.privacy a {
    font-size: 15px;
}

.privacy .btn_group {
    width: 100%;
    max-width: 460px;
    margin-top: -3px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.privacy .btn_group a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.privacy .site_map {
    text-align: center;
}

@media (max-width: 1400px) {
    .cons_fixed {
        display: none !important;
    }
}

@media (max-width: 1300px) {
    .archive_post:not(.block_cat) article {
        width: calc(100% / 3);
    }

    .aside_cont .aside {
        min-width: 220px;
        margin-right: 26px;
    }

    .product_info {
        width: calc(70% - 25px);
    }

    .product_info .left {
        max-width: 360px;
    }

    .single-product .product_preim {
        width: 36%;
    }

    .configurator_link p {
        margin-bottom: 15px;
    }

    .privacy .btn_group {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .privacy .btn_group a {
        white-space: nowrap;
    }

    .privacy .site_map {
        text-align: left;
    }
}

@media (max-width: 1200px) {
    .menu_catalog .cont {
        right: 0;
    }

    .archive_post.col_5 article {
        width: calc(100% / 4);
    }

    .single-configuration .product_image {
        width: 35%;
    }

    .single-configuration .product_info {
        width: calc(65% - 25px);
    }

    .config_aside .right {
        width: calc(29% - 25px);
    }
}

@media (max-width: 1100px) {
    .menu_catalog .menu>li {
        width: calc(50% - 18px);
    }
}

@media (min-width: 1024px) {
    .filter_link {
        display: none;
    }
}

@media (max-width: 1024px) {
    body {
        padding-top: 56px;
    }

    .header_top,
    .header_bottom_block>.btn {
        display: none;
    }

    .header:not(:root:root) {
        display: block;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    .header_bottom {
        border-top: 0;
        padding: 8px 0 !important;
    }

    .header_bottom,
    .header_bottom_block {
        position: unset;
    }

    .menu_catalog {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .btn.btn_catalog {
        background: transparent !important;
        border-color: transparent !important;
        font-size: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .menu_catalog .btn_catalog::before,
    .menu_catalog.show .btn_catalog::before {
        width: 20px;
        height: 17px;
        -webkit-mask: url(./img/menu.svg) no-repeat center / contain;
        mask: url(./img/menu.svg) no-repeat center / contain;
        background-color: var(--white);
        background-image: none;
        margin: 0;
    }

    .menu_catalog .triangle::after {
        display: none;
    }

    .menu_catalog .cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 400px;
        height: 100dvh;
        border-radius: 0;
        top: 0;
        left: unset;
        right: 0;
        z-index: 1111;
    }

    .menu_catalog .top {
        padding: 70px 33px 46px 46px;
        overflow: auto;
    }

    .menu_catalog .menu li {
        position: relative;
        width: 100%;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }

    .menu_catalog .arrow {
        background: url(./img/arrow.svg) no-repeat center right / 8px;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        -webkit-transition: -webkit-transform .5s ease-in-out;
        transition: -webkit-transform .5s ease-in-out;
        -o-transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    }

    .menu_catalog .active>.arrow {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }

    .menu_catalog .menu>li>a {
        font-size: 18px;
    }

    .menu_catalog .menu ul {
        padding-top: 32px;
        display: none;
    }

    .menu_catalog .menu ul ul {
        padding-top: 20px;
        display: none;
    }

    .menu_catalog .menu>li>ul li {
        padding-bottom: 12px;
    }

    .menu_catalog .garanty {
        padding-top: 22px;
    }

    .menu_catalog .garanty,
    .menu_catalog .delivery,
    .menu_catalog .contacts {
        display: block;
    }

    .menu_catalog .garanty a,
    .menu_catalog .delivery a,
    .menu_catalog .contacts a {
        color: var(--dark-super) !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 9px;
    }

    .menu_catalog .garanty a::before,
    .menu_catalog .delivery a::before,
    .menu_catalog .contacts a::before {
        content: '';
        width: 15px;
        height: 15px;
        display: block;
    }

    .menu_catalog .garanty a::before {
        background: url(./img/garanty.svg) no-repeat center / contain;
    }

    .menu_catalog .delivery a::before {
        background: url(./img/delivery.svg) no-repeat center / contain;
    }

    .menu_catalog .contacts a::before {
        background: url(./img/contacts.svg) no-repeat center / contain;
    }

    .menu_catalog .garanty {
        border-top: 1px solid var(--dark-super);
        margin-top: 12px;
    }

    .menu_catalog .bottom {
        padding: 25px 33px 26px 46px;
    }

    .btn_close {
        -webkit-mask: url(./img/close.svg) no-repeat center / contain;
        mask: url(./img/close.svg) no-repeat center / contain;
        background-color: var(--dark-super);
        width: 17px;
        height: 17px;
        position: absolute;
        top: 24px;
        right: 30px;
    }

    .header_bottom .logo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .header_bottom .search {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: auto;
        max-width: 100%;
    }

    .search_form {
        position: static;
    }

    .search_form .btn_search {
        position: relative;
        z-index: 10;
    }

    .search_form .input_search:focus {
        background: var(--white) !important;
        opacity: 1 !important;
    }

    .search_form .input_search {
        background: var(--white);
        width: 0;
        height: 40px;
        padding-left: 0;
        padding-right: 0;
        border: 0;
        position: absolute;
        top: 50%;
        right: 20px;
        z-index: 5;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .search_form.opened .input_search {
        width: calc(100% - 40px);
        padding-left: 16px;
        padding-right: 16px;
    }

    .search_form .btn_search button:active .search_form .btn_search button:focus {
        background: none;
    }

    .search_form .btn_search button {
        padding: 0 0 !important;
        color: var(--white);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease-out;
        transition: color 0.3s ease, -webkit-transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out, color 0.3s ease;
        transition: transform 0.3s ease-out, color 0.3s ease;
        transition: transform 0.3s ease-out, color 0.3s ease, -webkit-transform 0.3s ease-out;
    }

    .search_form.opened .btn_search button {
        color: var(--black);
        -webkit-transform: translateX(-16px);
        -ms-transform: translateX(-16px);
        transform: translateX(-16px);
    }

    .mb_90 {
        margin-bottom: 60px;
    }

    .main li br,
    .main h1 br,
    .main h2 br,
    .main h3 br,
    .main h4 br,
    .main h5 br,
    .main h6 br,
    .main sup br,
    .main sub br,
    .main p br {
        display: none;
    }

    h1,
    .product_content h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 19px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 12px;
    }

    .btn svg {
        margin-right: 8px;
        width: 15px;
        height: 15px;
    }

    .d_contents {
        display: block;
    }

    .main {
        padding-top: 25px;
    }

    .aside_cont .aside {
        display: none;
    }

    .aside_cont .content {
        width: 100%;
        margin-left: 0;
    }

    .archive_post:not(.block_cat) {
        margin-bottom: 14px;
    }

    .archive_post .badges {
        left: 12px;
        right: 32px;
        top: 9px;
    }

    .archive_post:not(.block_cat) article {
        width: 100% !important;
        margin-bottom: 12px;
    }

    .archive_post:not(.block_cat) article>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-column-gap: 26px;
        -moz-column-gap: 26px;
        column-gap: 26px;
        padding: 24px 32px 10px 12px;
    }

    .archive_post:not(.block_cat) article>div>div {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }

    .archive_post:not(.block_cat) article>div .image {
        width: 143px;
        min-width: 143px;
        margin: auto;
    }

    .archive_post:not(.block_cat) article>div>.d_contents {
        width: calc(100% - 169px);
        margin-top: 11px;
    }

    .archive_post:not(.block_cat) article>div>.d_contents .center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 30px;
    }

    .archive_post:not(.block_cat) article>div>.d_contents .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 30px;
    }

    .archive_post:not(.block_cat) article>div p {
        max-width: 400px;
    }

    .archive_post:not(.block_cat) article>div .price,
    .archive_post:not(.block_cat) .btns {
        width: 229px;
        min-width: 229px;
    }

    .archive_post:not(.block_cat) article.discontinued>div .price,
    .archive_post:not(.block_cat) .discontinued .btns {
        width: 286px;
        min-width: 286px;
    }

    .archive_post:not(.block_cat) .btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px;
        margin-top: 10px;
        margin-left: auto;
    }

    .archive_post:not(.block_cat) .btns .btn {
        margin-top: 0;
        padding: 5px 22px;
        font-size: 12px;
    }

    .tax-model .description_cont {
        padding-top: 0;
    }

    .description_block {
        margin-bottom: 60px;
    }

    .map_cont .content ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .product_image {
        width: 38%;
    }

    /* .product_slider_for .slick-slide a,
    .product_slider_src {
        height: 290px;
    } */

    .product_info {
        width: calc(63% - 25px);
    }

    .product_info .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product_info .left {
        max-width: 100%;
    }

    .product_info .btn_group {
        margin-bottom: 30px;
    }

    .single-product .product_preim {
        width: 100%;
        margin-top: 0;
    }

    .product_preim tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product_preim tr {
        width: calc(50% - 5px);
    }

    .product_preim tr:nth-child(1) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .product_preim tr:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .product_preim tr:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .product_preim tr:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .additional_products {
        padding-bottom: 15px;
    }

    .config_aside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .config_aside .left,
    .config_aside .right {
        width: 100%;
    }

    .config_aside .product_content {
        border-radius: 20px 20px 0 0;
        margin-bottom: 0;
    }

    .config_aside .right {
        background: var(--bg);
        margin-bottom: 0;
        border-radius: 0 0 20px 20px;
    }

    .config_price_sticky {
        background: var(--super-light-gray);
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .config_price_param {
        display: none;
    }

    .aside_cont .aside {
        position: absolute;
        top: 28px;
        left: 20px;
        right: 20px;
        z-index: 9;
        width: auto;
        margin-right: 0;
        -webkit-box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
        box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
        border-radius: 20px;
        overflow: hidden;
    }

    .aside_cont.tax_true .aside {
        top: 90px;
    }

    .aside_cont .aside .aside_left {
        margin-bottom: 0;
    }

    .aside_cont .aside .aside_left {
        border-radius: 0;
    }

    .aside_cont .aside .aside_left:not(:first-child) {
        border-top: 1px solid var(--bg);
    }

    .aside_cont .aside .aside_left.aside_filter {
        display: block;
    }

    .sidebar_mobile_btn {
        color: var(--white);
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: -10px 0 20px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        cursor: pointer;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .tax_true .sidebar_mobile_btn {
        margin-top: 0;
    }

    .searchandfilter .select2-container {
        width: 100% !important;
    }

    .btn_flex {
        margin-bottom: 0;
    }

    .btn_flex .btn_group {
        display: none;
    }

    .tax_category {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 -20px 20px;
        padding: 0 20px;
        width: calc(100% + 40px);
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .tax_category::-webkit-scrollbar {
        display: none;
    }

    .tax_category a {
        white-space: nowrap;
    }

    .footer_menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer_menu_block {
        width: 33.3333%;
        margin-left: 0 !important;
        margin-right: 0;
        padding-right: 50px;
    }

    .footer_menu_block p .btn {
        padding: 9px 20px;
    }
}

@media (max-width: 782px) {
    body.admin-bar .header {
        top: 46px;
    }

    .cons_fixed svg {
        width: 24px;
        height: auto;
    }

    .cons_fixed {
        width: 90px;
        padding: 8px;
        font-size: 12px;
        line-height: 1.2;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .config_price_btn .btn {
        width: 200px;
        float: left;
        margin: 0 15px 20px 0 !important;
    }
}

@media (min-width: 768px) {

    .product_info .configurator_link,
    .config_price_btn .short_descr {
        display: none;
    }
}

@media (max-width: 768px) {

    .btn,
    body a.btn,
    .wp-block-button__link,
    button.button,
    [type='submit'],
    .btn.btn_big {
        font-size: 14px;
        padding: 4px 18px;
        border-radius: 5px;
    }

    .mb_90 {
        margin-bottom: 40px;
    }

    ymaps[id*='ymaps'] {
        height: 250px !important;
    }

    .popup_form.fancybox__content>.carousel__button.is-close {
        top: 10px;
        right: 10px;
    }

    .aside_cont .aside {
        left: 0;
        right: 0;
    }

    .archive_post {
        margin: 0 -4px;
    }

    .prod.archive_post,
    .prod.archive_post {
        margin-left: -20px;
        margin-right: -20px;
    }

    .prod.archive_post article,
    .prod.archive_post article {
        padding: 0;
    }

    .archive_post article {
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .archive_post.col_5 article {
        width: calc(100% / 2);
    }

    .archive_post:not(.block_cat) article>div {
        padding: 30px 32px 20px 10px;
        -webkit-column-gap: 6px;
        -moz-column-gap: 6px;
        column-gap: 6px;
    }

    .archive_post:not(.block_cat) article>div h2,
    .archive_post:not(.block_cat) article>div h3 {
        font-size: 14px;
    }

    .archive_post:not(.block_cat) article>div .image {
        width: 108px;
        min-width: 108px;
        height: 86px;
        padding-bottom: 10px;
        margin-top: 15px;
    }

    .archive_post:not(.block_cat) article>div .image img {
        max-height: 86px;
    }

    .archive_post:not(.block_cat) article>div .price {
        position: absolute;
        bottom: 38px;
        font-size: 18px;
        margin-bottom: 0;
    }

    .archive_post:not(.block_cat) article>div .price b {
        display: block;
    }

    .archive_post:not(.block_cat) article>div .price s {
        display: block;
        margin: 10px 0 0;
    }

    .archive_post:not(.block_cat) article>div .btn {
        padding: 5px 15px !important;
        font-size: 12px;
    }

    .archive_post:not(.block_cat) article>div .btn_border {
        margin-top: 10px;
    }

    .archive_post:not(.block_cat) article>div>.d_contents {
        width: calc(100% - 116px);
        position: relative;
        margin-top: 0;
    }

    .archive_post:not(.block_cat) article>div>.d_contents .center,
    .archive_post:not(.block_cat) article>div>.d_contents .right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }

    .archive_post:not(.block_cat) article>div p {
        max-width: 100%;
        margin-bottom: 25px;
        font-size: 12px;
    }

    .archive_post:not(.block_cat) .btns {
        margin-left: 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .archive_post:not(.block_cat) article>div>.d_contents .right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        min-height: 56px;
    }

    .product_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 12px 20px 30px;
        position: relative;
    }

    .product_content .btn {
        font-size: 16px;
        padding: 8px 10px;
    }

    .product_info .flex {
        position: relative;
    }

    .product_image,
    .product_info {
        width: 100%;
    }

    .product_image {
        width: auto;
        margin: 0 -8px 16px;
    }

    .product_slider_for .slick-slide a,
    .product_slider_src {
        height: 228px;
    }

    .product_image .configurator_link {
        display: none;
    }

    .product_info .left .configurator_link {
        display: block;
        margin: 0 0 24px;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .configurator_link {
        padding: 16px 25px 18px 16px;
    }

    .product_info .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product_info .short_descr {
        font-size: 16px;
        margin: 0 0 7px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .spec_link {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .product_info .price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        gap: 14px;
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .product_info .btn_group {
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .product_info .btn_group .btn {
        width: 50%;
    }

    .badges {
        left: 7px;
        top: 9px;
    }

    .badges_product {
        position: absolute;
        top: 26px;
        right: 30px;
    }

    .product_info .badges_product .badge::before {
        top: 8px;
    }

    .product_info .price p {
        font-size: 16px;
    }

    .tax-model .product_info .price {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 5px;
    }

    .tax-model .product_info .price p:first-child {
        width: 100%;
    }

    .product_info .price b {
        font-size: 30px;
    }

    .product_info .link {
        position: absolute;
        right: 0;
        bottom: -40px;
    }

    .product_info .link>span {
        font-size: 0;
        color: var(--main-hover);
    }

    .product_info .link a {
        color: var(--main-hover);
    }

    .product_info .link a span {
        font-size: 14px;
    }

    .product_info .link svg {
        margin-right: 11px;
    }

    a.spec_link {
        color: var(--main-hover);
        display: inline-block;
        margin-bottom: 20px;
    }

    .product_specs {
        margin-bottom: 0;
    }

    .specifications table {
        max-width: 100%;
    }

    .product_preim tr {
        width: 44%;
    }

    .product_content,
    .additional_products .archive_post {
        margin-left: -20px;
        margin-right: -20px;
    }

    .additional_products .archive_post article {
        padding: 0;
    }

    .single-configuration .product_image,
    .single-configuration .product_info {
        width: auto;
    }

    .single-configuration .product_info {
        margin-left: 0;
    }

    .single-configuration .product_info .link {
        top: 270px;
        right: 20px;
        bottom: unset;
    }

    .single-configuration .product_info .btn_group {
        margin-bottom: 0;
    }

    .single-configuration .product_info .short_descr {
        display: none;
    }

    .config_aside .right {
        width: auto;
        margin: 0 -20px 0;
    }

    .config_price_btn .btn_border_main {
        background: var(--white);
    }

    .config_price_btn .short_descr {
        max-width: 240px;
        margin-top: 13px;
    }

    .config_price_btn .short_descr,
    .config_price_btn .short_descr a {
        color: var(--dark-super);
    }

    .accordion__summary {
        display: none;
    }

    .conf_wrap_select {
        width: 100%;
    }

    .post-type-archive .archive_post.col_5 {
        margin-bottom: 30px;
    }

    .description_cont {
        padding-top: 40px;
        padding-bottom: 5px;
    }

    .description_block {
        margin-bottom: 40px;
    }

    iframe[src*="https://yandex.ru/"] {
        margin: 0 -20px 20px;
        width: calc(100% + 40px);
    }

    .fancybox__container {
        z-index: 99999;
    }

    .fancybox__slide {
        padding-left: 0;
        padding-right: 0;
    }

    .fancybox__content {
        padding: 35px 20px;
    }

    .popup_form {
        --carousel-button-svg-width: 20px;
        --carousel-button-svg-height: 20px;
    }

    .wpcf7 form h2,
    .wpcf7 form h3 {
        max-width: 90%;
    }

    .wpcf7 form p:first-of-type {
        margin-top: 30px;
    }

    .compensate-for-scrollbar {
        padding-right: 0 !important;
    }

    .wpcf7 form p {
        margin-bottom: 20px;
    }

    .content_bg .meta {
        margin-top: 70px;
    }

    .content_bg {
        margin-left: -20px;
        margin-right: -20px;
        padding: 26px 20px;
    }

    .single-post .h1,
    .single-post h1 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .single-post .content p {
        margin-bottom: 25px;
    }

    .single-post .content ul,
    .single-post .content ol {
        padding: 10px 0 20px 0;
    }

    .single-post .content ul ul,
    .single-post .content ol ol {
        padding-bottom: 0;
    }

    .single-post .wp-block-heading {
        margin-bottom: 20px;
    }

    .single-post .wp-block-image {
        margin-bottom: 37px;
    }

    html .simpletoc-title {
        margin-top: 37px;
    }

    .descr_column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }

    .descr_column>div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .block_text_button .inner {
        padding: 33px 27px;
    }

    .block_text_button .row {
        display: block;
    }

    .block_text_button .col_auto {
        margin-left: 0;
        margin-top: 37px;
    }

    .block_text_button .block_title {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0px;
    }

    .block_text_button .inner {
        color: var(--black);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .block_features .row .title_text {
        font-size: 16px;
    }

    .block_features .row .text,
    .block_features .row .title_text {
        max-width: initial;
    }

    .block_features .title_text {
        margin-bottom: 16px;
    }

    .block_features .title_text:before {
        content: '';
        display: block;
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--main);
        top: calc(100% + 4px);
        left: -11px;
    }

    .block_features .title_text:after {
        position: absolute;
        right: 0;
        top: 0;
        content: '';
        display: block;
        height: 1px;
        background: var(--main);
        width: calc(100% + 10px);
        top: calc(100% + 8px);
    }

    .block_features .arrow,
    .block_features .right {
        display: none !important;
    }

    .error_404 h1 {
        font-size: 80px;
    }

    .error_404 h3 {
        font-size: 15px;
    }

    .footer_menu_block {
        margin: 0 0 20px 0 !important;
        padding-right: 15px !important;
        width: 50%;
    }

    .footer_menu_block:first-child {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .footer_menu ul li,
    .footer_menu_block p {
        padding: 8px 0;
    }

    .footer_menu_block .btn {
        margin-top: 8px;
        max-width: 188px;
    }

    .footer_menu_block .contacts {
        width: 50%;
        float: left;
    }

    .footer_menu_block .contacts+p {
        margin-top: 28px;
    }

    .footer_second {
        padding: 13px 0;
    }

    .footer_menu_block .logo,
    .footer_menu_block:first-child p {
        padding: 9px 0;
    }

    .privacy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 5px;
        padding-bottom: 25px;
        gap: 10px;
    }

    .privacy .btn_group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

@media (max-width: 500px) {

    .archive_post:not(.block_cat) article.discontinued>div .price,
    .archive_post:not(.block_cat) .discontinued .btns {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        min-width: 100%;
    }
}

@media (max-width: 399px) {
    .menu_catalog .bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product_preim tbody {
        display: unset !important;
    }

    .product_info .btn_group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product_info .btn_group .btn,
    .configurator_link .btn {
        width: 100%;
    }

    .archive_post:not(.block_cat) article>div .image {
        width: 100%;
        min-width: 100%;
    }

    .archive_post:not(.block_cat) article>div>.d_contents {
        width: 100%;
    }

    .archive_post:not(.block_cat) article>div .price,
    .archive_post:not(.block_cat) .btns {
        width: 100%;
    }

    .single-configuration .product_info .btn_group {
        margin-bottom: 20px;
    }

    .single-configuration .product_info .link {
        position: unset;
        margin-top: -8px;
    }

    .archive_post article,
    body.page .archive_post article,
    .additional_products .archive_post article,
    .archive_post.col_5 article {
        width: 100%;
    }

    .footer_menu_block {
        width: 100%;
    }

    .footer_menu_block .contacts {
        width: 100%;
        float: none;
    }

    .footer_menu_block .contacts+p {
        margin-top: 0;
    }
}

@media (max-width: 370px) {
    .map_cont .content ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .accordion {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .accordion__summary {
        width: 100%;
        margin-bottom: 20px;
    }

    .accordion__summary .tooltip_block {
        margin: 0 0 0 auto;
    }

    .accordion__summary .tooltip_content {
        right: 0;
        left: unset;
    }

    .accordion__summary .tooltip_content::after {
        left: unset;
        right: 2px;
    }

    .accordion__details {
        width: 100%;
    }

    .conf_wrap_group {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .configurator__field-group,
    .configurator__field-width-count {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .conf_wrap_group select {
        width: 100%;
    }

    .configurator__dots {
        display: none;
    }

    .configurator__field-count {
        width: 130px;
        padding-left: 0;
        margin: 10px 0 0 auto;
    }

    .configurator__field-input-count input {
        text-align: center;
    }

    .configurator__field-input-count span {
        font-size: 22px;
        width: 32px;
        height: 32px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 5px;
        background: var(--super-light-gray);
        border: 1px solid var(--light-gray);
    }

    .configurator__field-input-count span svg {
        display: none;
    }

    .configurator__field-input-count .configurator__field-change--dec {
        left: 0;
    }

    .configurator__field-input-count .configurator__field-change--dec::before {
        content: '\2212';
    }

    .configurator__field-input-count .configurator__field-change--inc::before {
        content: '+';
    }

    .configurator__field-count>span {
        text-align: center;
        width: 130px;
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    4% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    12% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    16% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    22% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    4% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    12% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    16% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    22% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}