.dropdown__body {
    display: none;
    position: fixed;
    border-radius: 12px;
    background: #141A20;
    overflow: auto;
    margin-top: 10px;
    z-index: 9999;
}

.dropdown__body.is-open {
    display: block;
    white-space: nowrap;
}


#specifications .elementor-widget:not(:last-child) {
    font-size: 30px;
    margin-bottom: 30px;
}

#specifications .spec-section {
    margin-bottom: 50px;
}

#specifications .elementor-column-gap-default {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#specifications .elementor-inner-section {
    /* background-color: #141A20;
    border-radius: 16px; */
    border-bottom: 1px solid #141A20;
    
}

.tabs-item .blog-page .container *{
    max-width: none!important;
}

.tabs-item .blog-page .container {
    max-width: 1310px;
}
.tabs-item .blog-page img {
    height: auto;
    max-height: none;
    object-fit: unset;
}
#specifications .elementor-inner-section .elementor-col-50 {
    padding: 16px;
    flex: 0 0 50%;
}
#specifications .elementor-col-100 {
    flex: 0 0 100%;
}
#specifications .elementor-inner-section .elementor-column:first-child {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: var(--secondary);
}

#specifications .elementor-inner-section .elementor-column:last-child {
    font-size: 13px;
    line-height: normal;
}

.product-card__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
    border-radius: 24px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card__image img {
    object-fit: contain;
    transition: transform .2s;
    width: 100%;
}

.product-card:hover .product-card__image img,
.blog-post:hover .blog-post__image img {
    transform: scale(1.1);
}

.product-card__actions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.btn-seondary-2 {
    background: rgba(10, 14, 18, 0.04);
    backdrop-filter: blur(8px);
}

.product-card__content {
    padding-top: 24px;
}

.product-name {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}

.product-price-wrapper {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.old-price {
    color: var(--secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: line-through;
}

.price {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.price-sale {
    color: var(--warning);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.blog-post {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-post__image img {
    width: 100%;
    transition: .2s;
}

.blog-post__content {
    padding: 24px 12px 0;
}

.blog-post__image {
    display: flex;
    overflow: hidden;
    aspect-ratio: 1/0.7;
    border-radius: 24px;
    max-height: 300px;
    flex: auto;
}

.blog-post__date {
    color: var(--secondary);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}

.blog-post__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}


.card {
    border-radius: 16px;
}

.card-secondary {
    background-color: #141A20;
}

.accordeon-head {
    padding: 16px 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.accordeon-head-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex: auto;
}

.accordion-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 360px;
    background: #1C232B;
    backdrop-filter: blur(8px);
    position: relative;
}

.accordion-icon::after,
.accordion-icon::before {
    content: "";
    display: block;
    background-color: #CFCFCF;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    z-index: 2;
    border-radius: 5px;
}

.accordion-item.active .accordion-icon::before {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.accordion-item.active .accordion-icon:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}

.accordion-icon::after {
    height: 20px;
    width: 2px;
    right: 19px;
}

.accordion-icon::before {
    width: 20px;
    height: 2px;
    right: 10px;
}

.accordion-item-content {
    color: var(--secondary);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 0 24px 16px 24px;
}

.product-card-row-direction {
    display: flex;
    gap: 20px;
    padding: 20px;
    border-radius: 32px;
}

.product-card-row-direction .product-card__image {
    flex: 0 0 286px;
}

.product-card-row-direction .product-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 8px 8px 0;
    gap: 20px;
}

.product-card-row-direction .product-card__content>* {
    margin-bottom: 0;
}

.product-description {
    flex: auto;
    color: var(--secondary);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    align-self: stretch;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card__content-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.product-card__content-top {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.pill {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 2px 10px;
    min-height: 24px;
}

.pill-warning-outline {
    color: var(--warning);
    border: 1px solid var(--warning);
}

.pill-secondary-2 {
    color: rgba(9, 13, 16, .6);
    background: rgba(10, 14, 18, 0.04);
    backdrop-filter: blur(8px);
}

.pill-white {
    background: #FFF;
    color: #0A0E12;
}

.product-card__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-options-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background-color: #1C232B;
    padding: 4px 12px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    gap: 8px;
}

.product-options-info__name {
    color: var(--secondary);
}

.review {
    padding: 20px;
}

.review__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
}

.review__stars {
    margin-bottom: 24px;
}

.review__content {
    color: var(--secondary);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px
}

.review__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
}

.review__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
}

.review__actions .btn:hover {
    opacity: .6;
}

.review__images {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-action-sidebar {
    display: none;
}

.review__images-item {
    flex: 0 0 52px;
    height: 52px;
    width: 52px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
}

.page-aside-content {
    flex: auto;
    width: 100%;
}

.hr {
    border: 0;
    border-top: 1px solid var(--border-default-color);
}

.my-account {
    padding: 36px 0;
}

.my-account .page-sidebar {
    margin-right: 80px;
}

.page-aside-wrapper {
    display: flex;
}

.page-sidebar {
    --sidebar-width: 250px;
    flex: 0 0 var(--sidebar-width);
    width: var(--sidebar-width);
}

.page-sidebar__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.page-sidebar__list li a {
    display: flex;
    color: var(--secondary);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 14px;
    border: 1px solid transparent;
    border-radius: 360px;
}

.page-sidebar__list li a:hover,
.page-sidebar__list li a.active {
    color: var(--defaultTextColor);
    border-color: var(--warning);
}

.my-account-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 500px;
}

.option-method {
    display: flex;
    align-items: center;
    gap: 20px;
}

.option-method__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 0 0 58px;
    width: 58px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #F2F4F7;
    background: #FFF;
}

.option-method__icon>* {
    object-fit: contain;
}

.option-method__content {
    flex: auto;
    overflow: hidden;
}

.option-method__content>*,
.history-item__content>* {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.option-method__name {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.option-method__date {
    color: #777E84;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.option-method__actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pill-secondary {
    background-color: #141A20;
    color: #606871;
}

.option-method__actions .pill {
    align-items: center;
    min-height: 32px;
    padding-left: 14px;
    padding-right: 14px;
}

.option-method__actions .btn-block.btn--sm {
    min-width: 40px;
    height: 40px;
    min-height: 40px;
}

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

.history-item {
    display: flex;
    align-items: center;
    gap: 24px;
}

.history-item__id {
    color: var(--secondary);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.history-item__product-info {
    flex: auto;
    display: flex;
    align-items: center;
    gap: 16px;
    overflow: hidden;
}

.history-item__icon {
    flex: 0 0 44px;
    aspect-ratio: 1/1;
    border-radius: 14px;
    overflow: hidden;
}

.history-item__icon img {
    object-fit: contain;
}

.history-item__content {
    flex: auto;
    overflow: hidden;
}

.history-item__name {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.history-item__desc {
    color: var(--secondary);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.history-item__price {
    display: flex;
    flex-direction: column;
    text-align: end;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
    padding: 0 8px;
}

.history-item__price-desc {
    color: var(--secondary);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.history-item__actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.history-item__actions .pill-lg {
    min-width: 94px;
}

.pill-success-outline {
    border: 1px solid #02CA98;
    color: #02CA98;
}

.pill-danger-outline {
    border: 1px solid #F64D7F;
    color: #F64D7F;
}

.pill-warning-outline {
    border: 1px solid var(--warning);
    color: var(--warning);
}

.pill-new-outline {
    border: 1px solid #7557b0;
    color: #7d7df3;
}

.pill-lg {
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 3px 14px;
    white-space: nowrap;
}

.actions-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 4px;
}

.actions-list .btn {
    border-radius: 8px;
    padding: 10px 12px;
    color: var(--secondary);
    width: 100%;
    justify-content: start;
}

.actions-list .btn:hover {
    background-color: #0A0E12;
    color: var(--defaultTextColor);
}

.page-aside-content__headidg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.search-page .page-aside-content__headidg {
    gap: 8px;
}

.project-item {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.project-item img {
    width: 100%;
    transition: transform .2s;
}

.project-item:hover img {
    transform: scale(1.1);
}

.project-item-actions {
    position: absolute;
    padding: 10px;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.g-20 {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.g-24 {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

.g-12 {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
}

.g-4 {
    --bs-gutter-x: 4px;
    --bs-gutter-y: 4px;
}

.gx-35 {
    --bs-gutter-x: 35px;
}

.gx-160 {
    --bs-gutter-x: 160px;
}

.gy-60 {
    --bs-gutter-y: 60px;
}

.gy-20 {
    --bs-gutter-y: 20px;
}

.border-right {
    border-right: 1px solid var(--border-default-color);
}

.project-item-actions .btn {
    background: rgba(10, 14, 18, 0.50);
    backdrop-filter: blur(8px);
}

.smallbox {
    padding: 14px 16px;
    border-radius: 16px;
    height: 100%;
}

.smallbox__title {
    color: white;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: .4;
    margin-bottom: 6px;
}

.smallbox__info {
    color: white;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.select-transp .select2-container--default .select2-selection--single {
    background-color: #0A0E12;
    border-color: #0A0E12;
    height: 40px;
}

.select-transp .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--defaultTextColor);
    line-height: 38px;
    padding-right: 34px;
}

.select-transp .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 12px;
    background: url(../img/select-arrow.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

.select-transp .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.search-page {
    padding: 24px 0 100px;
}

.search-page .page-sidebar {
    margin-right: 60px;
}

.filters-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.page-sidebar-filter-item__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding: 7px 14px;
    cursor: pointer;
}

.page-sidebar-filter-item__content {
    padding-top: 8px;
}

.page-sidebar-filter-item__content .check-item {
    padding: 0 14px;
    min-height: 30px;
}

.page-sidebar-filter-item__content>* {
    min-height: 30px;
}

.page-sidebar-filter-item.active .page-sidebar-filter-item__head .ico {
    transform: rotate(180deg);
}

.show-more-filters {
    color: var(--secondary);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 14px;
    padding-right: 14px;
}

.about-us-preview {
    padding: 20px 20px 50px;
}

.about-us-preview__container {
    border-radius: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: clamp(300px, 70vh, 550px);
    padding: 80px 0;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.about-us-preview__container .container {
    position: relative;
    z-index: 2;
}

.about-us-preview__container:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(10, 14, 18, 0.00) 0%, rgba(10, 14, 18, 0.90) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.block-descriotion {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.section {
    padding: 50px 0;
}

.bg-card {
    background-color: var(--card-bg-color);
}

.section-100 {
    padding: 100px 0;
}

.header-creatop {
    min-height: 80px;
    border-bottom: 1px solid #1A222B;
    background: #0A0E12;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

.header-creatop__body {
    display: flex;
    align-items: center;
    padding: 18px;
}

.header-creatop__body>* {
    flex: 1;
}

.header-creatop__list {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.creatop-page {
    --creatop-page-x-gutters: 18px;
    --creatop-page-y-gutters: 18px;
    --mini-panel-width: 66px;
    display: flex;
    padding: var(--creatop-page-y-gutters) var(--creatop-page-x-gutters);
    height: calc(100dvh - 80px);
    position: relative;
}

.minipanel-tools {

    flex: 0 0 var(--mini-panel-width);
    width: var(--mini-panel-width);
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background: #0D1218;
}

.minipanel-tools__list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--mini-panel-width);
    width: 100%;
    color: #777E84;
}

.minipanel-tools__list li a.active,
.minipanel-tools__list li a:hover {
    color: var(--defaultTextColor);
}

.minipanel-tools__list li a.active {
    background-color: #141A20;
}

.minipanel-tools__list+.minipanel-tools__list {
    margin-top: auto;
}

.tools-panel {
    --toolpatel-width: 250px;
    --panel-item-x-gutters: 14px;
    --panel-item-y-gutters: 8px;
    flex: 0 0 0px;
    width: 0px;
    height: 100%;
    margin-left: 4px;
    border-radius: 8px;
    background: #0D1218;
    overflow: hidden;
    transition: all .2s;
}

.toolpanel-is-open .tools-panel {
    flex: 0 0 var(--toolpatel-width);
    width: var(--toolpatel-width);
}

.tools-panel__container {
    width: var(--toolpatel-width);
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.tools-panel__heading {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    background: rgb(13 18 23);
    min-height: 40px;
    padding-left: var(--panel-item-x-gutters);
    padding-right: var(--panel-item-x-gutters);
    gap: 8px;
}

.tools-panel__heading-title {
    flex: auto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
}

.tools-panel__actions {
    padding: var(--panel-item-y-gutters) var(--panel-item-x-gutters);
    display: flex;
    align-items: center;
    gap: 8px;
}

.tools-panel-widjet__head {
    padding: var(--panel-item-y-gutters) var(--panel-item-x-gutters);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 36px;
    color: #777E84;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 250% */
    text-transform: uppercase;
    cursor: pointer;
}

.tools-panel__group {
    padding: var(--panel-item-y-gutters) var(--panel-item-x-gutters);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tools-panel-widjet.active .tools-panel-widjet__head .ico {
    transform: rotate(180deg);
}

.tools-panel-widjet__content {
    padding: 0 var(--panel-item-x-gutters) var(--panel-item-x-gutters);
}

.tools-panel-image-preview {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #141A20;
    overflow: hidden;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.workspace {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 4px;
    overflow: hidden;
}

.workspace__body {
    flex: auto;
    display: flex;
    padding: 0 0 18px 18px;
    overflow: auto;
}

.workspace__body-content {
    max-width: 550px;
    max-height: 550px;
    aspect-ratio: 1/1;
    width: 100%;
    margin: auto;
    border-radius: 2px;
    background: #0D1218;
    overflow: hidden;
}

.workspace__footer {
    min-height: 36px;
    border-radius: 8px;
    background: #0D1218;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.zoom-widjet {
    display: flex;
    min-height: 36px;
}

.zoom-widjet:hover {
    background-color: #141A20;
}

.zoom-widjet-btn {
    width: 36px;
    color: var(--secondary);
}

.zoom-widjet-btn:hover {
    color: var(--defaultTextColor);
}

.zoom-widjet-input {
    width: 64px;
    border-color: transparent;
    background-color: transparent;
    color: var(--defaultTextColor);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
}

.workspace__footer-actions {
    display: flex;
    align-items: center;
    margin-left: auto;
    --btn-size: 54px;
}

.workspace__footer-actions .btn {
    width: var(--btn-size);
    flex: 0 0 var(--btn-size);
    color: var(--secondary);
    border-radius: 0;
}

.workspace__footer-actions .btn:hover {
    color: var(--defaultTextColor);
    background-color: #141A20;
}

.text-settings-block {
    display: flex;
    min-height: 58px;
    padding: 8px 0;
}

.text-settings-block .btn {
    flex: 1;
    color: var(--secondary);
    background-color: #141A20;
    border-radius: 0;
}

.text-settings-block .btn:hover,
.text-settings-block .btn.active {
    color: var(--defaultTextColor);
    background-color: transparent;
}

.color-picker {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: none;
}

.tools-panel-buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.color-picker::-webkit-color-swatch-wrapper {
    padding: 0;
}

.color-picker::-webkit-color-swatch {
    border: solid 1px #272C32;
    border-radius: 10px;
}

.tools-panel-actions-group {
    display: flex;
    align-items: center;
    gap: 2px;
}

.tools-panel-actions-group .btn,
.tools-panel-buttons>.btn {
    width: 52px;
    height: 36px;
    background: #141A20;
    color: var(--secondary);
}

.tools-panel-buttons .btn:hover,
.tools-panel-buttons .btn.active {
    color: white;
}

.tools-panel-buttons .btn.active {
    background-color: #0A0E12;
}

.tools-panel-buttons>.btn {
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.tools-panel-actions-group .btn:first-child {
    border-radius: 10px 0px 0px 10px;
}

.tools-panel-actions-group .btn:last-child {
    border-radius: 0px 10px 10px 0px;
}

.select-36 .select2-container--default .select2-selection--single .select2-selection__arrow,
.select-36 .select2-container--default .select2-selection--single .select2-selection__rendered,
.select-36 .select2-container--default .select2-selection--single {
    height: 36px;
}

.select-36 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
}

.stiky-bottom {
    margin-top: auto;
    position: sticky;
    bottom: 0;
    background: rgb(13 18 23);
    padding-bottom: 14px;
    z-index: 2;
}

.tools-panel__heading-block {
    padding: var(--panel-item-y-gutters) var(--panel-item-x-gutters);
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 36px;
    color: #777E84;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
}

.tools-panel__actions .input-wrapper {
    min-height: 38px;
    height: 38px;
}

.tools-panel__actions .input-wrapper .input {
    height: 36px;
    min-height: 36px;
}

.tools-panel-mini {
    display: none;
    position: fixed;
    top: 98px;
    left: 90px;
    width: 250px;
    border-radius: 8px;
    overflow: hidden;
    background: #0D1218;
    --panel-item-x-gutters: 14px;
    --panel-item-y-gutters: 8px;
    z-index: 50;
    transition: left .2s;
}

.toolpanel-is-open .tools-panel-mini {
    left: 342px;
}

.toolpanel-mini-is-open .tools-panel-mini {
    display: block;
}

.tools-panel-mini__heading {
    background: #141A20;
}




/* new styles */
.checkout-page {
    display: flex;
    padding: 24px 0;
    gap: 80px;
}

.checkout-page-body {
    flex: auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.checkout-page-finishing {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 296px;
}

.checkout-page-sidebar {
    display: flex;
    flex-direction: column;
    gap: 36px;
    width: 360px;
    flex: 0 0 360px;
    overflow: auto;
    border-radius: 24px;
    background: #141A20;
    height: calc(100vh - 48px - var(--header-fixed-padding));
    position: sticky;
    top: calc(var(--header-fixed-padding) + 24px);
    padding: 24px;
}

.checkout-page-sidebar__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkout-page-sidebar__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.list-group-18 {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.info-item__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.info-item__desc {
    color: #606871;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.checkout-page-step__icon-succes,
.checkout-page-step__action,
.checkout-page-step__body-success-info {
    display: none;
}

.step-success:not(.active) .checkout-page-step__icon-succes,
.step-success:not(.active) .checkout-page-step__action,
.step-success:not(.active) .checkout-page-step__body-success-info {
    display: flex;
}

.checkout-page-step__heading {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.step-success:not(.active) .checkout-page-step__icon {
    background: rgba(255, 92, 0, 0.08);
}

.step-success:not(.active) .checkout-page-step__icon-number {
    display: none;
}

.checkout-page-step__body {
    flex: auto;
    display: flex;
    flex-direction: column;
    align-self: center;
    gap: 6px;
}

.checkout-page-step__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #141A20;
}

.checkout-page-step__body-success-info {
    flex-direction: column;
    color: #606871;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.checkout-page-step__drop {
    max-width: 566px;
    display: none;
    margin-top: 20px;
}

.checkout-page-step.active .checkout-page-step__drop {
    display: block;
}

.phone-group {
    display: flex;
    align-items: center;
}

.phone-group .input-wrapper {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.phone-group .select2-container--default .select2-selection--single {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}


.checkbox-method {
    cursor: pointer;
    display: inline-flex;
}

.checkbox-method__body {
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    gap: 16px;
    transition: .2s;
    padding: 10px 16px;
    min-height: 52px;
    width: 100%;
}

.checkbox-method__icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 360px;
    border: 1.5px solid rgba(255, 255, 255, 0.08);
    transition: .2s;
}

.checkbox-method input:checked+.checkbox-method__body,
.checkbox-method:hover .checkbox-method__body {
    background-color: #141A20;
    border-color: #141A20;
}

.checkbox-method input:checked+.checkbox-method__body .checkbox-method__icon {
    border: 5px solid #FF5C00;
}

.checkbox-method__name {
    flex: auto;
    color: #777E84;
}

.checkbox-method__info {
    color: #E8EEF4;
}

.mobilde-actions {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    background-color: #0A0E12;
}