.global-table {
    width: 100%;

}

.global-table td,
th {
    vertical-align: middle;
}

.global-table tr {
    height: 50px;
}

.global-table th {
    background: #222222;
    color: white;
    font-weight: 600;
}

.global-table td {
    color: #222222;
    font-size: 18px;
}

.global-table td:nth-child(odd) {
    padding-left: 20px;
}

.global-table td:nth-child(even) {
    text-align: center;
    color: #0B316B;
}

.global-table tr:last-child {
    border-bottom: 1px solid #DBDBDB;
}

.global-table th:nth-child(odd) {
    text-align: left;
    padding-left: 20px;
    border-radius: 10px 0 0 0;
}


.global-table th:nth-child(even) {
    border-radius: 0 10px 0 0;
}

.global-table tr:nth-child(odd) {
    border: 1px solid #DBDBDB;
    background: #F5F5F5;
}

.global-table tr:nth-child(even) {
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
}

.global-table tr:first-child {
    border: none;
}

.zpp .subtitle__title {
    margin-top: 0;
    margin-bottom: 20px;

}

.zpp_subtitle {
    margin-bottom: 40px;
    color: #222222;
}

.zpp-get-cons-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hli-our-videos__item img {
    max-width: 100%;
}

.main-banner {
    overflow: hidden;
}

.main-banner__swiper {
    padding-top: 0;
}

.main-banner__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-banner__item {
    overflow: hidden;
}

.main-banner__swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.5;
}

.section_banner_list .global-content-block__main {
    height: fit-content;
    margin-bottom: 40px;
}

.main-uslugi__item {
    justify-content: flex-start;
}

.how-make-order-stages a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.oplata-i-dostavka-cards__img {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oplata-i-dostavka__gray .oplata-i-dostavka-cards__item--active:nth-child(2) .oplata-i-dostavka-cards__img {
    max-width: 100%;
    width: 80px;
}

.oplata-i-dostavka-cards__item--active:nth-child(2) .oplata-i-dostavka-cards__img {
    max-width: 100%;
    /* width: 100%; */
}

div#bx_1847241719_7 .global-categories-swiper__img {
    background-position: left !important;
}

.oplata-i-dostavka-cards__img img {
    max-width: 100%;
}

.global-catalog-categories__item {
    display: block;
}

.global-catalog-categories__swiper {
    height: 40px;
}

.global-catalog-pagination {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 20px;
}

.global-question-form__desc {
    color: #FFF;
}

.global-question-form__desc a {
    color: #FFF;
}

input.global-question-left__submit.global-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #FFF;
}

.how-make-order-stages__title {
    /* align-self: baseline; */
}

.swiper-4-slide {
    overflow: hidden;
}

.swiper-4-slide .global-videos-list__pagination {
    margin-top: 20px;
}

.hli-price-item:last-child .hli-price-item__value span:first-child {
    white-space: nowrap;
}

.list-item-top-content .img {
    width: 70px;
    height: 70px;
    background: #F5F5F5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-modal--success {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: none;
}

.form-modal__popup {
    width: 100%;
    height: 100%;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    max-width: fit-content;
    max-height: fit-content;
    padding: 50px;
}

.form-modal__popup img {
    max-width: 150px;
}

.form-modal__popup p {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #646464;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .bundle-preview img {
        width: 170px;
        height: 200px;
    }
}

@media (max-width: 600px) {

    .global-table td {
        font-size: 14px;
    }

    .global-table th {
        font-size: 14px;
    }

    .global-table td:nth-child(odd) {
        padding-left: 10px;
    }

    .global-table td:nth-child(even) {
        white-space: nowrap;
    }

    .global-table th:nth-child(odd) {
        padding-left: 10px;
    }

    .global-table th:nth-child(even) {
        white-space: nowrap;
        padding-right: 10px;
    }

    .global-table {
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .global-table {
        margin-bottom: 40px;
    }

}

@media (max-width: 768px) {
    .global-table {
        margin-bottom: 20px;
    }

}


.global-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.global-list__list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.global-list__item {
    display: flex;
    grid-template-columns: 40px 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 14px;
}

.global-list__value {
    background-color: #0b316b;
    min-height: 40px;
    min-width: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.global-list__title {
    align-self: center;
}

.global-list__desc,
.global-list__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
}

.global-list__desc {
    grid-column: span 2;
}

.catalog-detail-info__buttons-add-to-cart, 
.catalog-detail-info__buttons-no-stock {
  background-color: #0b316b;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-detail-info__buttons-favorites {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.in-favorites path {
    fill: #0b316b;
    stroke: #0b316b;
}

.global-catalog-info__comp {
    cursor: pointer;
}

.catalog-item__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    height: 60px;
}

.global-catalog-info__comp input {
    display: none;
}

.catalog-detail-info__one-click {
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-reviews-score,
.global-reviews__name {
    margin-left: 10px;
}

.global-reviews>li {
    display: none;
}

.product-item-detail-properties {
    max-width: 100%;
    width: 100%;
}

.dropdown_sort {
    border-radius: 10px;
    position: absolute;
    top: 45px;
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    z-index: 3;
    display: none;
}

[data-entity="compare-title"] {
    cursor: pointer;
}

div#bx_catalog_compare_block {
    margin-bottom: 20px;
}

 .global-catalog-sort {
    position: relative;
 }

.dropdown_sort.active {
    display: block;
}

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

.table_compare .compare__cards-item {
    width: 292px;
    padding: 0 10px;
}

.table_compare .compare__cards-item .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.table_compare td {
    align-content: start;
    width: 300px;
}

.compare__tr-prop:nth-child(2n+1) td {
    background-color: #f5f5f5;
    padding: 10px;
}


.compare__tr-prop:nth-child(2n+1) td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.compare__tr-prop:nth-child(2n+1) td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.mt-10 {
    display: block;
    margin-top: 10px;
}

.compare__tr-prop td {
    padding: 10px;
}

.compare__tr-prop td:not(.compare__table-item-title) {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #717171;
    text-align: center;
}

.table_compare {
    max-width: 100%;
    overflow-x: auto;
    cursor: grab;
    user-select: none;
    position: relative;
}

.ordering-forms__btn.pickup-btn {
    font-size: 20px;
    font-weight: 600;
}

.compare__top.null_result {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {

    .global-list {
        row-gap: 30px;
    }

    #awelite_favorites_equation {
        height: auto !important;
    }

    .header-center__block {
        height: 75px;
    }

    .header__logo {
        height: auto;
    }

    .header--active .header-search__input {
        color: #FFF;
    }

    .global-tabs__tabs-item {
        min-width: auto;
    }

    .global-tabs__tabs-item {
        padding: 16px 0 !important;
    }

    a.header-menu-pages__item:nth-child(6) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    .table_compare td {
        width: 130px;
    }

    .data-table tr:nth-child(1) td:last-child {
        display: none;
    }

    .table_compare {
        margin-top: 20px;
    }

    .global-list__item {
        grid-gap: 10px;
        grid-template-columns: 30px 1fr;
    }

    .global-list__value {
        height: 40px;
        width: 40px;
        font-size: 16px;
        line-height: 16px;

    }

    .global-list__desc {
        font-size: 16px;
        line-height: 19.2px;
    }
}


.global-list-descr {
    margin-bottom: 80px;
}

.alert_success {
  position: fixed;
  top: 20px;
  right: -350px;
  background: #0b316b;
  color: #fff;
  padding: 15px 25px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  font-size: 16px;
  font-weight: 500;
  z-index: 9999;
  transition: right 0.6s ease;
  white-space: nowrap;
}

.alert_success.show {
  right: 20px;
}

.different-get td {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #fff;
}

.data-table {
    border-spacing: 0;
    table-layout: fixed;
    border-collapse: collapse;
    width: max-content;
}

.pickpoints_maps {
    display: none;
}

.pickpoints_maps.active {
    display: flex !important;
    gap: 18px;
    position: absolute;
    z-index: 9;
    background: #FFF;
    top: -55px;
    height: 100%;
    width: 100%;
}

.warehouse-point.active {
    border: 1px solid #0B316B;
}

.os-order {
    position: relative;
}

.warehouse-list ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 360px;
    overflow: hidden auto;
    padding: 20px 0;
}

.warehouse-list {
    position: relative;
    max-height: 500px;
}

.pickup-block {
    cursor: pointer;
}

.ordering-forms__field_company input {
    display: none;
}

input#delivery_pickup {
    display: none;
}

.delivery-services__list_pic.active {
    border: 1px solid #0B316B;
}

p.back_order_make {
    position: absolute;
    top: -25px;
    font-size: 18px;
    color: #0B316B;
}

.warehouse-list h3 {
    font-size: 40px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 47px;
}

.warehouse-point {
    padding: 14px 12px;
    background: #F5F5F5;
    border-radius: 10px;
    display: flex
;
    flex-direction: column;
    gap: 10px;
    width: 371px;
}

.warehouse-point .items {
    display: flex
;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    white-space: nowrap;
}

.warehouse-point img {
    max-width: 47px;
}

.warehouse-point .date {
    color: #717171;
}

.warehouse-point .free {
    color: #0B316B;
    width: 100%;
    display: flex
;
    justify-content: flex-end;
}

.btn_check_warehouse {
    width: 100%;
    padding: 17px;
    text-align: center;
    background: #0B316B;
    border-radius: 4px;
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
}

.customСheckbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease;
}

.need-help__label {
    display: flex
;
    align-items: center;
    margin-bottom: 11px;
    font-size: 18px;
}

.customСheckbox+label:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #0b316b;
    border-radius: 4px;
    margin-right: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40% 40%;
}

.customСheckbox:checked+label:before {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='4' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.00001L2.99999 5L6.99955 1' stroke='%230B316B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.ordering-right__go-to {
    width: 100%;
    margin-bottom: 10px;
}

.need-help__text {
    color: #717171;
    text-wrap: pretty;
    font-size: 12px;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.catalog-item__top-info {
    position: relative;
    left: 0;
}

.catalog-item__add-to-favorites {
    left: 0;
}

.props-content .button.active .address-type {
    border: solid 1px #0b316b;
}

.global-breadcrumbs:not(.dark-bg) .global-breadcrumbs__item:not(:last-child) {
    color: #0B316B;
}

.storage-service .global-button {
    cursor: pointer;
}

.modal-dialog.modal-dialog-centered.modal-find-cheaper {
    display: none;
    position: fixed;
    background: #FFF;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000021;
    z-index: 100;
}

@media (max-width: 1024px) {

    .global-list-descr {
        margin-bottom: 60px;
    }
}

.global-list__main-title {
    font-size: 32px;
    font-weight: 600;
}

.global-contact-us {
  margin-top: 65px;
}

.shareBasketLink {
    margin-left: auto;
}

.global-banner {
    overflow: hidden;
}

.subsubtitle {
    margin-top: 14px;
    font-weight: 400;
    color: #717171;
    font-size: 18px;
}

.user-orders-nav {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
}

.extreme-school .user-orders-nav {
    margin-bottom: 40px;
}

.user-orders-nav__elem.active {
    border-color: #0B316B;
    color: #0B316B;
}

.order-heading {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    font: 600 20px / 20px Mulish, sans-serif;
    color: #717171;
}

.user-orders-nav__elem.active .order-heading {
    color: #0B316B;
}

.user-orders-nav__elem {
    cursor: pointer;
    display: flex
;
    gap: 10px;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 2px solid #D9D9D9;
    padding-left: 14px;
}

.user-orders-nav__elem {
    padding-left: 0;
}

.global-catalog__show-more {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.main-bkg-promo {
    max-height: 478px;
    object-fit: cover;
    border-radius: 10px;
    object-position: center;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 2.5rem;
    margin-top: 0;
}

.extreme-school-video {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.extreme-school-video .extreme-school__img {
  aspect-ratio: 285/165;
}

@media (max-width: 1200px) {
  .extreme-school-video {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 995px) {
  .extreme-school-video {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .extreme-school-video {
    grid-template-columns:  1fr;
  }
}
.extreme-school__play-btn {
  position: absolute;
  top: 50%;
  width: 58px;
  height: 58px;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media(max-width: 767px) {
    .bundle-preview img:nth-child(3) {
        left: 250px;
    }

    .bundle-preview img:nth-child(2) {
        left: 170px;
    }

    .bundle-preview>img:nth-child(1) {
        left: 114px;
    }

    .bundle-preview img {
        height: auto;
    }
}

@media(max-width: 575px) {
    .bundle-preview img:nth-child(3) {
        left: 250px;
    }

    .bundle-preview img:nth-child(2) {
        left: 170px;
    }

    .bundle-preview>img:nth-child(1) {
        left: 114px;
    }
}

@media (max-width: 600px) {
    .global-list__main-title {
        font-size: 24px;
    }

    .trade-in__small-title {
        font-size: 24px;
    }
}

@media (max-width: 450px) {
    .bundle-preview img:nth-child(3) {
        left: 55%;
    }

    .bundle-preview img:nth-child(2) {
        left: 35%;
    }

    .bundle-preview>img:nth-child(1) {
        left: 5%;
    }
}

.copy-sku{
    margin-bottom: 14px;
}
.favbutton {
	position: absolute;
    top: 20px;
    right: 14px;
}

.in-favorites {

}


.izbr__list .checkbox_favorites_edit {
    display: none;
}

.izbr__list.edit .checkbox_favorites_edit {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.basket-info-top {
    flex-wrap: wrap;
}

.basket_distribution {
    width: 100%;
}

.basket_distribution .social {
    margin: 20px auto !important;
}

.basket_distribution .social .socialButtons {
    margin-bottom: 0 !important;
}

.delete_compare_product {
    position: absolute;
    background: #0b316b;
    padding: 4px;
    width: 17px;
    height: 17px;
}

.delete_compare_product img {
    max-width: 100%;
}

.modal-apply-auction {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.popup-apply-auction {
    padding: 30px 40px;
    background: #FFFFFF;
    max-width: 426px;
}

.popup-apply-auction .title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #0B316B;
    margin-bottom: 20px;
}

.popup-apply-auction .subtitle {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #717171;
    margin-bottom: 30px;
}

.auction-item__apply {
    width: 100%;
    padding: 17px;
    background: #0B316B;
    color: #FFF;
    font-size: 18px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.auction-item__close {
    width: 100%;
    font-size: 18px;
    color: #0B316B;
    border: 1px solid #0B316B;
    padding: 17px;
    border-radius: 4px;
}

.auction-ended .catalog-item-list {
    opacity: 50%;
}

.auction-main .global-content-block__main {
    margin-bottom: 20px;
}

.auction-ended {
    margin-bottom: 100px;
}

.modal-custom {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #22222266;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-custom .modal-content {
    width: 100%;
    padding: 0 20px;
}

.global-reviews__img {
    grid-row: span 3;
    margin-right: 10px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0B316BB2;
    border-radius: 4px;
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
}

.global-reviews__text {
    max-height: 98px;
    overflow: hidden;
    transition: 0.2s;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.container__tabs {
    display: flex;
    align-self: center;
}

.container__tabs-item {
    cursor: pointer;
    padding: 14px 0;
    width: 50%;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #717171;
    border-bottom: 2px solid #D9D9D9;
}
.container__tabs-item:hover, .container__tabs-item.active {
    color: #222222;
    border-bottom: 2px solid #0B316B;
}

 .modal-form__control {
    margin-bottom: 10px;
    position: relative;
}
 .modal-form__control label {
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    margin-bottom: 12px;
    display: block;
}
.modal-form__control label.error{
    color: #DC3939;
}
.modal-form__control input, .modal-form__control textarea {
    padding: 19px 20px;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    color: #222222;
    background-color: #F5F5F5;
    border-radius: 10px;
    resize: none;
}
.modal-form__control textarea {
    height: 249px;
}
.modal-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
}
.modal-wrap > div {
    width: 100%;
}
.request-modal {
    width: 590px;
}
.request-modal__header {
    background-color: #0B316B;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.modal__close-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.request-modal__header-number {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 10px;
    color: #fff;
}
.request-modal__header-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: #fff;
}
.modal__close-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
}
.modal__close-icon {
    padding: 11px;
    border-radius: 10px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.request-modal__body {
    padding: 30px 20px 20px;
}
.request-modal__body-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #717171;
}
.request-modal__body-title span {
    color: #0B316B;
    padding-left: 10px;
}
.request-modal__body-question {
    border-radius: 10px;
    background-color: #F5F5F5;
    padding: 20px;
    margin: 20px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #222;
}
.request-modal__body-row-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #717171;
}
.request-modal__body-row-status-color {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.request-modal__body-row {
    display: flex;
    align-items: center;
    gap: 16px;
}
.request-modal__body-row-status {
    display: flex;
    align-items: center;
    gap: 10px;
}
.request-modal__body-answer {
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #222;
}

 .ask-question-modal__header .modal__close-icon {
    background-color: #0B316B;

 }
 .ask-question-modal__header .modal__close-text {
    color: #717171;
 }
 .ask-question-modal {
    width: 794px;
    padding: 20px;
 }
 .ask-question-modal__header {
    display: flex;
    justify-content: end;
 }
 .ask-question-modal__body-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0;
    color: #222;
    margin: 0 0 20px;
    text-align: center;
 }
 .ask-question-modal__body-description {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0;
    color: #222;
    margin-bottom: 30px;
 }
.ask-question-modal__form {
    max-width: 587px;
    margin: 0 auto;
}
.ask-question-modal__form-row {
    display: flex;
    gap: 20px;
}
.ask-question-modal__form-col {
    width: 100%;
}
.ask-question-modal__form-file-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 27px;
    cursor: pointer;
}
.ask-question-modal__form-file-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0;
    color: #0B316B;
}
.ask-question-modal__form-btn {
    width: 100%;
    background-color: #0B316B;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding: 18px 0;
    margin-bottom: 20px;
}
.ask-question-modal__form-note {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #888888;
    text-align: center;
    margin-bottom: 20px;
}
.ask-question-modal__form-file-wrap input {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
}
.ask-question-form__errors, .modal-form__errors {
    margin-bottom: 20px;
}
.modal__close-text.grey {
    color: #717171;
}
.modal__close-icon.blue {
    background-color: #0B316B;
}
.modal-custom .row-right {
    display: flex;
    justify-content: end;
}
.modal-form__submit-btn {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    width: 100%;
    border-radius: 4px;
    background-color: #0B316B;
    padding: 17px 0;
    text-align: center;
    margin-top: 10px;
}

.modal-form__control[data-container="inventory-photo"] {
    margin: 20px 0;
}
.modal-form__control-photo-title {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #222;
}
.modal-form__control-photo-add-btn {
    background-color: #0B316B;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;

}
.modal-form__control-photo, .modal-form__control-photo-selected {
    display: flex;
    align-items: center;
    gap: 10px;
}
.modal-form__control-photo-item {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.modal-form__control-photo-item img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.modal-form__control-photo-item-delete {
    position: absolute;
    width: 20px;
    height: 20px;
    display: none;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.modal-form__control-photo-item:hover .modal-form__control-photo-item-delete {
    display: flex;
}
#inventory-photo {
    display: block;
    opacity: 0;
    height: 0;
    width: 0;
    visibility: hidden;
}
.modal-form__control-select {
    background-color: #F5F5F5;
    position: absolute;
    width: 100%;
    top: 50px;
    z-index: 100;
    border-radius: 0 0 10px 10px;
}
.modal-form__control-option {
    font-size: 16px;
    color: #1e1d1d;
    padding: 10px 20px;
    cursor: pointer;
    transition: .4s;
}
.modal-form__control-option:hover {
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
}
#inventory-category {
    cursor: pointer;
    position: relative;
}
.modal-form__control[data-container="inventory-category"]:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 10px;
    right: 21px;
    top: 21px;
    z-index: 50;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,<svg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L11 11L21 1' stroke='%230B316B' stroke-width='2'/></svg>");
}
.modal-form__control[data-container="inventory-category"].opened:before {
    transform: rotate(180deg);
}
.personal-not-found {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 124px;
}
.personal-not-found__content {
    display: flex;
    flex-direction: column;
    max-width: 401px;
}
.personal-not-found__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 10px;
}
.personal-not-found__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 30px;
}
.personal-not-found__add {
    border-radius: 4px;
    padding: 17px 34px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background-color: #0B316B;
}

.product-item-detail-properties dt,
.product-item-detail-properties dd {
    font-size: 18px;
}

@media screen and (max-width: 850px) {
    .ask-question-modal {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .header-section {
        flex-wrap: wrap;
    }
    .support-ticket-ask-btn {
        width: 100%;
    }
    .ticket-details-status-color {
        min-width: 14px;
    }
    .ticket-details-status-col {
        flex: none;
    }
}
@media screen and (max-width: 560px) {
    .modal-wrap > div {
        height: 650px;
        overflow: scroll;
    }
    .ask-question-modal__form-row {
        flex-wrap: wrap;
    }
    .personal-not-found__add {
        width: 100%;
    }
}

.modal_city {
    position: fixed;
    max-width: 968px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    border-radius: 20px;
    overflow: hidden;
    max-height: 100%;
    height: 80vh;
}

.modal_city .close_modal {
    position: absolute;
    right: 27px;
    top: 27px;
    cursor: pointer;
    z-index: 1;
}

.popup_city {
    padding: 30px 20px 100px;
    background: #FFF;
    overflow: auto;
    max-height: 100%;
    position: relative;
    height: 100%;
}

.popup_city .title {
    font-size: 26px;
    margin-bottom: 40px;
}

.search_city .search {
    border: 1px solid #B3B3B385;
    width: 100%;
    padding: 12px;
    border-radius: 7px;
    font-size: 16px;
    margin-bottom: 32px;
}

.list_city {
    column-count: 4;
}

.list_city .parent {
    font-size: 36px;
    font-weight: 600;
}

.list_city .children a {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.popup_city:after {
    content: '';
    display: block;
    width: 100%;
    height: 98px;
    background: linear-gradient(0deg, #FFFFFF 19.33%, rgba(255, 255, 255, 0) 175.69%);
    position: fixed;
    bottom: 0;
    left: 0;
}

.list_city .children li:last-child {
    padding-bottom: 10px
}

@media (max-width: 768px) {
    .list_city {
        column-count: 2;
    }

    .header-search__block .active {
        box-shadow: 0 0 1px 1px #d8d8d8;
        height: 45px;
        display: flex
    ;
        align-items: center;
        /* padding: 10px; */
        z-index: 9;
        padding: 0 10px;
        border-radius: 4px;
        position: fixed;
        left: 50%;
        width: 100%;
        background: #FFF;
        max-width: 90%;
        transform: translate(-50%, 0);
    }
    
    .header-search__block .active #title-search-input {
        height: 100%;
        padding: 10px;
        display: block;
        width: 100%;
    }
    
    div.title-search-result {
        left: 0 !important;
    }
    
    .search-modal__img {
        grid-row: span 2;
        height: 50px;
        width: 50px;
        object-fit: cover;
    }
}

form#addElementForm {
    display: flex;
    flex-direction: column;
}

.personal-back {
    margin-top: 20px;
}
.personal-back__btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.personal-back__icon { 
    width: 24px;
    height: 24px;
    background-color: #0B316B;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.rating_masters img {
    opacity: 0.5;
}

.rating_masters img.active {
    opacity: 1;
}

.reviews_master_item.active {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1200px;
    height: 500px;
    background: #FFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 90px;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.overlay_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000099;
    z-index: 998;
    display: none;
}

.global-content-block__main {
    position: relative;
}

.reviews_master_item .global-reviews__item {
    border-radius: 20px;
}

.reviews_master_item .global-reviews__text {
    height: 343px;
    overflow: auto;
}

.reviews_master_item .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #0B316B;
    border-radius: 4px;
}

.reviews_master_item .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #0B316B;
    border-radius: 4px;
}

.reviews_master_item .swiper-button-next:after, 
.reviews_master_item .swiper-button-prev:after {
    font-size: 28px;
    color: #FFF;
}

.reviews_master_item h4 {
    position: absolute;
    top: 30px;
    font-size: 32px;
    font-weight: 600;
    color: #000000;
}

@media (max-width:1200px) {
    .reviews_master_item.active {
        width: 900px;
    }
}

@media (max-width: 900px) {
    .reviews_master_item.active {
        width: 600px;
    }
}

@media (max-width: 768px) {
    .reviews_master_item.active {
        max-width: 600px;
        padding: 20px;
        width: 100%;
    }

    .reviews_master_item .swiper-button-next,
    .reviews_master_item .swiper-button-prev {
        display: none;
    }

    .product-item-detail-properties dt,
    .product-item-detail-properties dd {
        font-size: 14px;
    }
}

.header-search__block .active .header-search__loop{
    margin-left: 0 !important;
}

.modal-logo {
    margin: 0 auto 20px;
}

.return-modal__body {
    max-width: 574px;
    margin: auto;
}

.tracking label {
    margin-top: 16px;
}

.info_tracking_order {
    display: none;
}

.info_tracking_order.active {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.status_order_color {
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 100%;
}

p.status_order {
    display: flex;
    align-items: center;
    gap: 5px;
}

.info_text_status_order {
    display: none;
}
#ask-question-email, #ask-question-phone {
    padding-left: 50px;
}

.modal-form__control input + svg {
    position: absolute;
    left: 15px;
    bottom: 17px;
}

.bonuses-modal {
    max-width: 590px;
    padding: 20px 40px;
}
.bonuses-modal__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: #222222;
}
.bonuses-modal__content-bonus {
    margin: 20px 0;
}
.bonuses-modal__content p {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #222222;
    text-wrap: auto;
}
.bonuses-modal__content h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 14px;
    text-wrap: auto;
}

.mobile-tooltip .close-btn {
    position: absolute;
    right: 14px;
    z-index: 2;
}

.point-trigger {
    cursor: pointer;
}

.zoom-svg {
    display: none;
}

.zoom-svg-prev {
    display: none;
}

.mobile-tooltip {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.catalog-filter-checkbox__item {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
}

label.catalog-filter-checkbox__item.disabled {
    opacity: 0.2;
}

@media (max-width: 768px) {
    .main-catalog-banner--choose-detail.bicycle svg circle,
    .main-catalog-banner--choose-detail.bmx svg circle {
        opacity: 0;
    }

    .main-catalog-banner--choose-detail svg {
        transition: 0.5s;
    }

    .main-catalog-banner--choose-detail.zoom-left svg {
        scale: 1.8;
        transform: translate(135px, -70px);
    }

    .main-catalog-banner--choose-detail.zoom-center svg {
        scale: 1.8;
        transform: translate(10px, -50px);
    }

    .main-catalog-banner--choose-detail.zoom-right svg {
        scale: 1.8;
        transform: translate(-100px, -50px);
    }

    .main-catalog-banner--choose-detail.zoom-top svg {
        scale: 2;
        transform: translate(-100px, 40px);
    }

    .main-catalog-banner--choose-detail.zoom-left .zoom-dot-left,
    .main-catalog-banner--choose-detail.zoom-center .zoom-dot-center,
    .main-catalog-banner--choose-detail.zoom-right .zoom-dot-right,
    .main-catalog-banner--choose-detail.zoom-top .zoom-dot-top {
        opacity: 1;
    }

    .zoom-svg {
        display: block;
        position: absolute;
        font-size: 140px;
        font-weight: 600;
        color: #FFFFFF33;
    }

    .zoom-svg--left {
        left: 55px;
        bottom: 55px;
    }

    .zoom-svg--center {
        bottom: 135px;
    }

    .zoom-svg--right {
        right: 35px;
        bottom: 65px;
    }

    .zoom-svg--top {
        right: 70px;
        bottom: 215px;
    }

    .zoom-left .zoom-svg-prev,
    .zoom-center .zoom-svg-prev,
    .zoom-right .zoom-svg-prev,
    .zoom-top .zoom-svg-prev {
        display: block;
        position: absolute;
        z-index: 2;
        bottom: 30px;
        font-size: 16px;
        background: #484848;
        padding: 10px;
        border-radius: 10px;
        color: #FFF;
    }

    .main-catalog-banner__detail-info img {
        max-height: 50px;
        height: 100%;
    }

    .main-catalog-banner__detail-title {
        font-size: 12px;
    }

    .main-catalog-banner__swiper {
        height: 510px;
    }

    .main-catalog-banner__item {
        overflow: hidden;
    }

    .main-catalog-banner__item.main-catalog-banner--choose-detail.skateboard {
        display: flex;
        flex-direction: column;
    }

    .global-tabs .global-tabs__tabs {
        height: 100%;
    }

    .global-tabs__tabs .swiper-wrapper {
        align-items: center;
    }

    .vacancy-modal {
        height: fit-content;
    }

    .vacancy-inputs input[type=text] {
        max-width: 100%;
        width: 100%;
    }
}


@media (max-width: 370px) {
    .footer__list {
        display: block;
    }

    .footer-typical-pages__list {
        column-count: 1;
    }

    a.footer__subitem {
        color: #333;
        display: block;
        margin-bottom: 14px;
    }

    .footer__item {
        margin-bottom: 20px;
    }

    .footer__warning-text {
        grid-column: 1;
        grid-row: 4;
    }

    .footer__list .footer__item:nth-child(4) .footer__contact-us {
        margin-top: 30px;
    }

    .footer__address-subitem:first-child .footer__address-value {
        width: 100%;
    }

    .catalog-detail-info__buttons {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .catalog-detail-info__buttons>div,
    .catalog-detail-info__buttons>a {
        height: 52px;
    }
}

.robokasskassa_payment_button {
    background-color: #0b316b !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    color: #FFF !important;
    padding: 10px 20px !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    text-align: left;
    color: #ffffff !important;
    margin: 10px 0 !important;
    position: relative;
}

#payment-block {
    font-size: 17px;
}

.delivery-info {
    width: 800px;
    height: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.delivery-info_sdek {
    width: 800px;
    height: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.delivery-info.show {
    opacity: 1;
    visibility: visible;
}
.delivery-info_sdek.show {
    opacity: 1;
    visibility: visible;
}

.catalog-detail-info__more-details {
    cursor: pointer;
}

.catalog-item__see-detail,
.global-catalog-info__modal-button {
    display: none;
}

.no-scroll {
    overflow: hidden;
}

.page-banners {
    margin-top: 20px;
}

@media (max-width: 119px) {
    .workshop__about-category-list {
        grid-template-rows: 180px 180px;
    }
}

.menu-item.depth-4 {
    padding: 0;
}

.menu-item.depth-4 .menu-link {
    font-size: 18px !important;
    color: #222222 !important;
    font-weight: 400;
}

.catalog-subcategory {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.catalog-subcategory-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}

.catalog-subcategory__item {
    padding: 12px 20px;
    font-size: 16px;
    color: #222222;
    background: #F5F5F5;
    border-radius: 10px;
}