/* SLIDER START */

.new-detail .gallery-slider-thumb .catalog-detail__gallery__item {
    background-color: #F3F7FE;
}

.new-detail .sticker_item--sale {
    background-color: #FFEB81;
    color: #222428;
}

.new-detail .sticker_item--hit {
    background-color: #FF8000;
}

.new-detail .sticker_item--new {
    background-color: #1F87FF;
}

.new-detail .sticker_item--popular {
    background-color: #60C339;
}

.new-detail .catalog-detail__gallery-wrapper {
    height: 80%;
}

.new-detail .catalog-detail__gallery__picture {
    border-radius: 0;
}

.new-detail .catalog-detail__gallery__link img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.new-detail .swiper-button-next,
.new-detail .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
}

.new-detail .swiper-button-next:hover,
.new-detail .swiper-button-prev:hover {
    background-color: #0077FF;
}

.new-detail .swiper-button-next svg,
.new-detail .swiper-button-prev svg {
    fill: #0077FF;
}

.new-detail .catalog-detail__main {
    min-width: 516px;
}

.new-detail .switcher-title {
    margin-bottom: 16px;
}

.new-detail .catalog-detail__gallery {
    width: 60%;
}

@media (max-width: 1660px) {
    .new-detail .catalog-detail__gallery {
        width: 60%;
    }
}

@media (max-width: 1440px) {
    .new-detail .catalog-detail__gallery {
        width: 50%;
    }
}

@media (max-width: 1220px) {
    .new-detail .catalog-detail__gallery {
        width: 40%;
    }
}

@media (max-width: 991px) {
    .new-detail .catalog-detail__gallery {
        width: 100%;
    }

    .new-detail .catalog-detail__main {
        min-width: 300px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .new-detail .sticker {
        top: 0;
        left: 0;
    }

    .new-detail .navigation_on_hover .swiper-button-next,
    .new-detail .navigation_on_hover .swiper-button-prev {
        opacity: 1;
        visibility: visible;
        z-index: 3;
    }

    .new-detail .swiper-button-prev.swiper-button-disabled,
    .new-detail .swiper-button-next.swiper-button-disabled {
        pointer-events: all;
    }
}


/* product-brand start */
.product-brand {
    border: 1px solid #B1D6FF;
    padding: 6px 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.product-brand__name {
    font-family: "Geologica";
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #9999AA;
}

.product-brand__logo {
    height: 30px;
    object-fit: contain;
    width: auto;
}

.product-brand__link {
    margin-left: auto;
    font-family: "Onest";
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #0077FF;
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-brand__link svg {
    stroke: #0077FF;
    width: 6px;
    height: 6px;
}

@media (max-width: 768px) {

    .product-brand {
        flex-wrap: wrap;
    }

    .product-brand__logo {
        height: 22px;
    }
}

/* product-brand end */

.catalog-detail__btns {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 16px;
    margin-top: 8px;
    margin-bottom: 32px;
}

.btn.btn-light {
    background-color: #E5F1FF;
    color: #0077FF;
    border: none;

}

/* chars start */

.chars {
}

.chars__title {
    font-weight: 300;
    font-size: 22px;
    line-height: 1;
    font-family: "Geologica";
    color: #222428;
}

.chars__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;

}

.chars__el {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    font-family: "Geologica";
}

.chars__el:before {
    display: none;
}

.chars__el:after {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    background: repeating-linear-gradient(90deg, #9999AA, #9999AA 4px, transparent 0, transparent 10px);
    height: 1px;
    width: 100%;
}

.chars ._line {
    width: 100%;
}

.chars__name {
    color: #9999AA;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-right: 4px;
    flex: none;
}

.chars__value {
    margin-left: auto;
    color: #222428;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-left: 4px;
    text-align: right;
}

@media (max-width: 768px) {
    .chars__el {
        font-size: 12px;
    }

    .chars__el:after {
        top: 9px;
    }
}

/* chars end */


/*** SLIDER END ****/


/**** BX TPL START ****/

.mb-60 {
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .mb-60 {
        margin-bottom: 64px;
    }
}

.bx-text-block {
}

.bx-tpl h3 {
    font-family: "Geologica";
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 16px;
}

.bx-text-block p {
    font-family: "Geologica";
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

.bx-text-block img {
    margin: 24px 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

.bx-text-block iframe {
    margin: 24px 0;
    width: 100%;
    max-width: 100%;
    height: 600px;
    display: block;
    border-radius: 16px;
}

@media (max-width: 768px) {
    .bx-tpl h3 {
        font-weight: 600;
        font-size: 24px;
    }

    .bx-text-block iframe {
        height: 220px;
    }
}

.bx-article .items-row-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bx-article .items-row-list__item-image-picture {
    border-radius: 12px;
}

@media (max-width: 768px) {
    .bx-article .card-image-rounded_images {
        width: 100%;
        max-width: 100%;
        height: 300px;
    }

    .bx-article .items-row-list__item {
        padding: 16px;
        border-radius: 16px !important;
    }

    .bx-article .items-row-list__item-name {
        font-family: "Geologica";
        font-weight: 600;
        font-size: 24px;
        line-height: 1.3;
    }

    .bx-article .items-row-list__item-link {
        gap: 4px;
    }
}

.bx-docs {
}

.bx-docs__list {
}

.bx-docs__item {
    padding: 32px 24px;
    display: flex;
    align-items: center;
}

.bx-docs__list .bx-docs__item-icon {
    width: auto;
    height: 39px;
    margin: 0;
    margin-right: 4px;
    flex: none;
}

.bx-docs__item-wrap {
    padding-right: 32px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bx-docs__item-title {

}

.bx-docs__item-size {
    font-family: "Geologica";
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    color: #9999AA;
}

.bx-docs__item-desc {
    margin-top: 8px;
}

.bx-docs__item-desc p {
    margin: 0;
    color: #555560;
    line-height: 1;

}

.bx-docs__item-zoom {
    flex: none;
    margin-left: auto;
    transform: translateY(-6px);
}

.bx-docs__item.bordered:first-of-type.rounded-n {
    border-top-left-radius: var(--theme-outer-border-radius);
    border-top-right-radius: var(--theme-outer-border-radius);
}

.bx-docs__item.bordered.rounded-n {
    border-radius: 0px;
}

.bx-docs__item.bordered:last-of-type.rounded-n {
    border-bottom-left-radius: var(--theme-outer-border-radius);
    border-bottom-right-radius: var(--theme-outer-border-radius);
}

@media (max-width: 768px) {
    .bx-docs__item {
        align-items: flex-start;
    }

    .bx-docs__item-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }

    .bx-docs__item-desc p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.5;
    }
}

/* bx tabs start */

.bx-tabs {
    padding: 32px;
    position: relative;
}

.bx-tabs__head {
    display: flex;
    gap: 32px;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 24px;
}

.bx-tabs__tab {
    padding: 0;
    border: none;
    font: inherit;
    background-color: transparent;
    flex: none;
    padding-bottom: 22px;
    position: relative;
    color: #555555;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
}

.bx-tabs__tab:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0077FF;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.2s;
}

.bx-tabs__tab._active {
    color: #222222;
}

.bx-tabs__tab._active:after {
    opacity: 1;
    transform: translateY(0);

}

.bx-tabs__nav {
    padding: 0;
    border: none;
    font: inherit;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.bx-tabs__content {
    position: absolute;
    z-index: -1;
    visibility: hidden;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity 0.4s;
}

.bx-tabs__content._active {
    position: relative;
    visibility: visible;
    width: 100%;
    height: auto;
    opacity: 1;
    z-index: 0;
}

.bx-tabs__box {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.bx-tabs__box-img {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background-color: #F3F7FE;
}

.bx-tabs__box-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bx-tabs__box-content {
    width: 100%;
    max-width: 542px;
    flex: none;
}

.bx-tabs__box-title {
    font-family: "Geologica";
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #222428;
    margin-bottom: 12px;
}

.bx-tabs__box-text {
    font-weight: 300;
    line-height: 1.6;
    color: #555560;
}

.bx-tabs__box-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.bx-tabs__box-nav {
    display: none;
    align-items: center;
    gap: 32px;
}

.bx-tabs__box-link.btn {
    width: max-content;
}

@media (min-width: 1025px) {
    .bx-tabs__nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        width: 50px;
        height: 50px;
        background-color: #0077FF;
    }

    .bx-tabs__nav svg {
        fill: #FFFFFF;
    }

    .bx-tabs__nav.btn-prev {
        left: -74px;
    }

    .bx-tabs__nav.btn-next {
        right: -74px;
    }

    .bx-tabs__content {
        transform: translateY(30px);
        transition: opacity 0.4s, transform 0.6s;
    }

    .bx-tabs__content._active {
        transform: translateY(0);
    }
}


@media (max-width: 1660px) {
    .bx-tabs__nav.btn-prev {
        left: -24px;
    }

    .bx-tabs__nav.btn-next {
        right: -24px;
    }
}

@media (max-width: 1024px) {
    .bx-tabs {
        border: none;
        padding: 0;
    }

    .bx-tabs__tab {
        font-size: 16px;
        padding-bottom: 16px;
    }

    .bx-tabs > .bx-tabs__nav {
        display: none;
    }

    .bx-tabs__box {
        flex-direction: column;
    }

    .bx-tabs__box-text {
        line-height: 1.5;
    }

    .bx-tabs__box-nav {
        display: flex;
        gap: 24px;
    }

    .bx-tabs__nav {
        width: 32px;
        height: 32px;
        background-color: #E5F1FF;
    }

    .bx-tabs__nav svg {
        fill: #0077FF;
    }

    .bx-tabs__box-link.btn {
        background-color: #0077FF;
        color: #fff;
    }
}

/* bx tabs end */

/* bx advantage start */

.bx-advantage {
}

.bx-advantage__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.bx-advantage__el {
    background-color: #F3F7FE;
    border-radius: 16px;
    padding: 24px;

}

.bx-advantage__el-icon {
    display: block;
    margin-bottom: 24px;
    stroke: #0077FF;
}

.bx-advantage__el-title {
    font-family: "Geologica";
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 12px;
    color: #222428;
}

.bx-advantage__el-text {
    font-family: "Geologica";
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    color: #555560;
}

@media (max-width: 1220px) {
    .bx-advantage__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .bx-advantage__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .bx-advantage__el-title {
        font-weight: 600;
        font-size: 20px;
        line-height: 1.3;
    }

    .bx-advantage__el-text {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.5;
    }

}

/* bx advantage end */


/* bx form start */

.bx-form .form__info--left {
    padding: 60px 80px 60px 60px;
}

.bx-form .form__img--SIDE_IMG:not(.form--static) .form-fon {
    height: 100%;
    max-height: 100%;
    border-radius: 20px 0 0 20px;
    transform: scaleX(-1);
}

.bx-form .form-body__fields._grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px ;
}

.bx-form .checkbox-wrap{
    margin-top: 24px;
}
.bx-form .form-group-checkbox {
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
}



.bx-form .form-group-checkbox:checked+.form-checkbox__label .form-checkbox__box {
    border: 8px solid #9e9e9e;
    border-color: var(--theme-base-color);
    background-color: #9e9e9e;
    background-color: var(--theme-base-color);
}

.bx-form .form-group-checkbox:checked+.form-checkbox__label .form-checkbox__box:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: -3px;
    top: 0;
    width: 4px;
    height: 8px;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    content: "";
    box-sizing: content-box;
    transform-origin: 0 100%;
    animation: checkbox-check 125ms 250ms cubic-bezier(.4,0,.23,1) forwards;
}

.input.error .form-checkbox__box{
    border-color: red;
}

.bx-form .form-checkbox__label .bx_filter_param_text{
    color: #555560;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}

.bx-form .form-checkbox__label a{
    color: #0077FF;
}

@media (max-width: 1220px) {
    .bx-form .form__info--left {
        padding: 30px 40px 30px 30px;
    }
}


@media (max-width: 768px) {

    .bx-form .form-list {
        background-color: #F4F8FF;
    }

    .bx-form .form__info--left {
        padding: 16px;

    }

    .bx-form .form-control{
        background: #F4F8FF;
        border: 1px solid #E4E8F3;

    }

    .bx-form .form-body__fields._grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .bx-form .checkbox-wrap .input.error {
        padding-top: 30px;
    }

    .bx-form .form-group .error{
        white-space: normal;
    }
}


/* bx form end */


/**** BX TPL END ****/

